:root {
    --pixel: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
    --arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23121212' d='M8 10.5 3.586 6.134a.779.779 0 1 1 1.106-1.096L8 8.44l3.299-3.393a.785.785 0 1 1 1.114 1.107L8 10.5Z'/%3E%3C/svg%3E");
    --bg1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23113671' stroke-dasharray='1 6'/%3E%3C/svg%3E");
    --bg2: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23335996' stroke-dasharray='1 6'/%3E%3C/svg%3E");
    --bg3: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='6' viewBox='0 0 2 6' fill='none'%3E%3Cpath d='M1 0V6' stroke='%233570c9' stroke-dasharray='1 6'/%3E%3C/svg%3E");
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited,
a:active {
    text-decoration: none;
    color: inherit;
}

.article,
.aside,
.details,
.figcaption,
.figure,
.header,
.hgroup,
.menu,
.nav,
.section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* MAIN */
html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    height: auto;
    font-family: "Montserrat", "Verdana", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}

body.no-scroll {
    overflow: hidden;
}

body.no-scroll .header .logo {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

li {
    list-style-type: none;
}

img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.no-scroll .bg_modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.45);
    height: 100%;
    width: 100%;
    z-index: 6;
}

/* HERO */
.hero__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hero__box h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.blog_single .breadcrumbs {
    margin-top: 15px;
    margin-bottom: 20px;
    background: transparent;
}

.breadcrumbs__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 20px;
    padding: 12px 0 40px;
}

.blog_single .breadcrumbs__box {
    padding: 0;
}

.breadcrumbs_blog {
    font-weight: 600;
}

.blog_single .breadcrumbs_blog {
    font-weight: 400;
}

.hero_single_blog .breadcrumbs_blog {
    font-weight: 400;
}

.wpcourses-breadcrumbs {
    font-size: 12px;
    line-height: 140%;
}

.blog_single .wpcourses-breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #717171;
}

.blog_single .wpcourses-breadcrumbs a:last-child {
    font-weight: 600;
    color: #121212;
}

.btn_shared {
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    cursor: pointer;
}

.btn_shared {
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    padding: 13px;
}

.btn_shared:hover .icon_shared {
    transform: scale(1.1);
    transition: all 0.45s ease-out 0s;
}

.icon_shared {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../iworldwp/app/img/icons/share.svg);
    margin-left: 8px;
}

.icon_shared {
    margin-left: 0;
    background-image: url(../iworldwp/app/img/icons/share_black.svg);
}

.arrow_breadcrumbs {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: 0px 5px;
    background-repeat: no-repeat;
    background-image: url(../iworldwp/app/img/icons/arrow_breadcrumbs.svg);
}

.hero_single_blog {
    background-image: none;
    min-height: 0px;
}

.hero_single_blog .hero__box h1 {
    display: none;
}

.hero_single_blog .hero__box {
    min-height: 0;
}

.hero_single_blog .breadcrumbs {
    background: none;
    color: #2e2e2e;
}

.hero_single_blog .btn_shared {
    color: #2e2e2e;
}

@media (max-width: 833px) {
    .hero__box h1 {
        font-size: 26px;
    }

    .hero {
        margin-bottom: 20px;
    }

    .hide_shared {
        display: none;
    }

    .blog_single .breadcrumbs {
        margin-bottom: 30px;
    }
}

/* LIST BLOG */
.blog__box {
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-column-gap: 30px;
    margin-bottom: 120px;
}

.blog__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
}

.cards_item {
    margin-bottom: 40px;
}

.cards_item__img a img {
    display: inline-block;
    height: 400px;
}

.cards_item__img {
    padding-bottom: 15px;
}

.cards_item__title {
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.cards_item__category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.cards_item__category .rating .rating-text {
    display: none;
}

.category_list {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

.category_list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    padding: 4px 12px 4px 8px;
    color: #ffffff;
    background-color: #335996;
    text-transform: uppercase;
    clip-path: polygon(
        0 0,
        calc(100% - 5px) 0,
        100% 50%,
        calc(100% - 5px) 100%,
        0 100%
    );
    transition: background-color 0.3s;
}

.category_list li:last-child {
    margin-right: 0;
}

.cards_item__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cards_item__author {
    font-size: 14px;
    line-height: 150%;
}

.cards_item__position_gray {
    display: inline-block;
    font-weight: 400;
    margin-right: 8px;
    color: #121212;
}

.cards_item__name {
    font-weight: 600;
    color: #2e2e2e;
}

.cards_item__time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 14px;
    line-height: 150%;
    color: #121212;
}

.reading_time {
    color: #717171;
}

.cards_item__reading {
    margin-bottom: 4px;
}

.cards_item__reading span:last-child {
    border-left: 1px solid #a5b3c5;
    padding-left: 10px;
    margin-left: 10px;
}

.cards_item__blog {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.single_blog {
    display: flex;
    justify-content: flex-end;
}

.cards_item__desc {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}

.cards_item__read_more {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-decoration: underline !important;
    text-transform: uppercase;
    color: #3570c9 !important;
    display: inline-block;
    margin-right: 8px;
}

.cards_item__read_more:hover {
    color: #0d4fb2;
}

.cards_item__read_more::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -10px;
    width: 5px;
    height: 5px;
    border-color: #3570c9;
    border-style: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: 5px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
}

.popular_list_single_blog li > a {
    display: inline-block;
    padding-bottom: 10px;
}

/* MEDIA => BLOG */
@media (max-width: 833px) {
    .cards_item__info {
        flex-direction: column-reverse;
        align-items: stretch;
    }

    .cards_item__author {
        margin-bottom: 10px;
    }

    .cards_item__time {
        align-items: stretch;
        margin-bottom: 20px;
    }

    .cards_item__blog {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }

    .cards_item__blog span:last-child {
        border-left: none;
        padding-left: 10px;
        margin-left: 10px;
    }

    .cards_item__img a img {
        height: calc(100vw * 0.519);
    }

    .cards_item__category + .dashed_custom_line {
        display: none;
    }
}

@media (max-width: 420px) {
    .cards_item__blog {
        flex-direction: column;
        align-items: flex-start;
    }

    .cards_item__blog span:last-child {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .cards_item__category {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 16px;
        margin-bottom: 16px;
    }
}

/* PAGINATION */
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page-numbers {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
}

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

.page-numbers:not(.current):hover {
    background: rgb(245, 247, 250);
}

.page-numbers.dots:hover {
    background: transparent;
}

.pagination .current {
    position: relative;
    border-radius: 2px;
    background: #335996;
    color: #ffffff;
}

.pagination .prev,
.pagination .next {
    color: #f82d26;
}

/* SINGLE BLOG */
.blog .flag-icon {
    width: 24px;
    display: inline-block;
    vertical-align: sub;
    margin: 0;
    margin-right: 7px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog h2 .flag-icon,
.blog h3 .flag-icon,
.blog h4 .flag-icon {
    vertical-align: middle;
}

.blog table.left-1 th:first-child,
.blog table.left-1 td:first-child {
    text-align: start;
}
.blog table.left-2 th:nth-child(2),
.blog table.left-2 td:nth-child(2) {
    text-align: start;
}
.blog table.left-3 th:nth-child(3),
.blog table.left-3 td:nth-child(3) {
    text-align: start;
}
.single_blog_title {
    font-weight: 700;
    font-size: 36px;
    line-height: 39px;
}

.single_blog_cards_item_category li {
    color: #ffffff;
}

.single_blog_author {
    display: flex;
    flex-direction: row;
    width: 60%;
}

.single_blog_author__logo {
    width: 55px;
    height: 55px;
    margin-top: 2px;
    margin-right: 12px;
}

.author_name {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.author_description {
    display: inline-block;
    font-size: 14px;
    line-height: 150%;
}
.single-img-wrapper.program-thumbnail {
    position: relative;
}
.single-img-wrapper.program-thumbnail img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    margin-bottom: 40px;
}
.single-img-wrapper.program-thumbnail .remark {
    position: absolute;
    bottom: 15px;
    max-width: calc(100% - 30px);
    left: 15px;
    background: rgba(53, 112, 201, 0.72);
    padding: 10px;
    font-size: 12px;
    line-height: 1.5;
    width: fit-content;
    color: white;
}
.sidebar {
    display: flex;
    align-items: flex-end;
}

.sidebar.single_sidebar {
    align-items: stretch;
}

.banner_sidebar__wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.sidebar__sticky {
    position: sticky;
    bottom: 20px;
}

.form_sidebar {
    position: sticky;
    top: calc(0% + 104px);
    order: 2;
}

@media (max-width: 1260px) {
    .form_sidebar {
        top: calc(0% + 88px);
    }
}

@media (max-width: 1200px) {
    .form_sidebar {
        position: static;
    }
}

@media (max-width: 833px) {
    .sidebar {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .banner_sidebar__wrap {
        flex-direction: column-reverse;
    }

    .form_sidebar {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .single_blog_title {
        font-size: 24px;
    }

    .single_blog_author {
        width: 100%;
    }
}

/* SEARCH */
#searchform {
    position: relative;
    margin-bottom: 40px;
}

#searchsubmit {
    position: absolute;
    top: 50%;
    left: 16px;
    background-color: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.search_form__input {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    padding: 16px 10px 17px 40px;
    border-radius: 2px;
    border: 1px solid #d8d8d8;
}

.search_form__input:hover {
    border: 1px solid rgb(165, 179, 197);
}

.search_form__input:focus-visible {
    outline: none;
    border: 1px solid rgb(165, 179, 197);
}

.search_form__input::placeholder {
    color: #717171;
}

.icon_search {
    display: inline-block;
    width: 16px;
    height: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3E%3Cpath d='M6.89746 0C10.4308 0 13.2958 2.86554 13.2959 6.40039L13.2871 6.72949C13.2223 8.00929 12.7804 9.18889 12.0723 10.1621L14.4961 12.5869L13.7891 13.2939L13.0811 14.001L10.6592 11.5771C9.60328 12.3463 8.30358 12.8008 6.89746 12.8008C3.36421 12.8006 0.5 9.93519 0.5 6.40039C0.500064 2.86565 3.36425 0.00017608 6.89746 0ZM6.89746 2C4.46962 2.00018 2.50006 3.96942 2.5 6.40039C2.5 8.83142 4.46958 10.8006 6.89746 10.8008C9.32549 10.8008 11.2959 8.83153 11.2959 6.40039C11.2958 3.96931 9.32545 2 6.89746 2Z' fill='%23335996'/%3E%3C/svg%3E");
}

/* CATEGORY */
.category_blog {
    margin-bottom: 30px;
}

.category_blog__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: #2e2e2e;
    margin-bottom: 20px;
}

.category_blog__list li a {
    display: inline-block;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    text-align: left;
    border: none;
    width: 100%;
    padding: 14px 30px;
    cursor: pointer;
}

.category_active a,
.category_blog__list li.active a {
    color: #ffffff;
    border-radius: 2px;
    background: #335996;
}

.category_blog__list li:not(.category_active):hover a {
    background: rgb(245, 247, 250);
}

.btn_list_categories {
    font-family: "Montserrat", "Verdana", sans-serif;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
}

.show_all_categories {
    position: relative;
}

.show_all_categories::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #335996;
    cursor: pointer;
}

.btn_list_categories:hover {
    color: #113671;
    cursor: pointer;
}

.category_blog__list_box {
    border-radius: 2px;
    border: 1px solid #d8d8d8;
    padding: 16px 16px 20px;
}

.category_blog__list {
    position: relative;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 16px;
}

.category_blog__list:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: var(--dotted-line);
    background-repeat: repeat-x;
    background-size: auto 2px;
}

/* POPULAR ARTICLES */
.popular_articles__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 24px;
}

.popular {
    padding: 16px;
    border-radius: 2px;
    border: 1px solid var(--Grey-Border, #d8d8d8);
}

.popular__list li {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #335996;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.popular__list li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: var(--dotted-line);
    background-repeat: repeat-x;
    background-size: auto 2px;
}

.popular__list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.popular__list li:hover {
    color: #113671;
}

.popular__list li > a {
    display: inline-block;
    padding-bottom: 10px;
}

/* MEDIA => POPULAR ARTICLES */
@media (max-width: 1200px) {
    .blog__box {
        grid-template-columns: 1fr;
        grid-row-gap: 50px;
        margin-bottom: 0;
    }
}

/* MODAL FORM */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.modal-content-consultation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.modal-box .close {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../iworldwp/app/img/icons/close.svg) no-repeat,
        url(../iworldwp/app/img/icons/close-hover.svg) no-repeat;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.modal-box .close:hover {
    background: url(../iworldwp/app/img/icons/close-hover.svg) no-repeat,
        url(../iworldwp/app/img/icons/close-hover.svg) no-repeat;
}

.closeModal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 9;
}

.modal-box {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 375px;
    margin: 0px auto;
    padding: 30px 26px 34px 30px;
    background-color: #ffffff;
}

.share_head {
    position: relative;
    margin-bottom: 25px;
}

.share_body__list li {
    margin-bottom: 20px;
}

.share_head p {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
}

.share_body__list li > a,
.share_body__list li > span {
    display: flex;
    align-items: center;
}

.share_body__list li > a:hover,
.share_body__list li > span:hover {
    cursor: pointer;
    color: rgb(53, 112, 201);
}

.share_body__list li > a span,
.share_body__list li > span span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    margin-left: 16px;
    padding-top: 4px;
}

.share_link input {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-size: 12px;
    line-height: 140%;
    color: #335996;
    margin-bottom: 10px;
    padding-bottom: 10px;
    outline: none;
    border-bottom: 1px solid rgb(221, 228, 234);
    width: 100%;
}

.share_link input::placeholder {
    color: #335996;
}

#copy {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50px);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #335996;
}

@media (max-width: 991px) {
    .modal-box {
        flex-direction: column;
    }

    .modal-box .close {
        top: -10px;
        right: -10px;
        background-color: rgba(255, 255, 255, 0.8);
        background-position: center !important;
        padding: 20px;
    }
}

/* INFO BOTTOM */
.info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.share_body__list li a img,
.share_body__list li span img {
    width: 24px;
    height: 24px;
}

/* MEDIA => INFO BOTTOM */
@media (max-width: 833px) {
    .blog__box {
        grid-template-columns: 100%;
    }

    .blog_single .reviews__section .container {
        padding: 0;
    }

    .info {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 15px;
    }
}

/* SUBSCRIBE */
.subscribe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-row-gap: 15px;
    background: #f5f7fa;
    padding: 25px 40px 45px;
}

.subscribe__titlebox {
    display: flex;
    grid-column-gap: 30px;
    align-items: center;
}

.subscribe__content {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 20px;
}

.subscribe__titlebox img {
    width: 63px;
    height: 63px;
}

.subscribe__titlebox p {
    font-weight: 800;
    text-transform: uppercase;
}

.subscribe__content p {
    font-size: 14px;
    line-height: 17px;
    width: 40%;
    margin-bottom: 10px;
}

.subscribe__form {
    display: flex;
    flex-direction: row;
    max-width: 564px;
}

.subscribe__input {
    width: 100%;
}

.subscribe__input input {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    padding: 14px 26px 13px 16px;
    border: 1px solid rgb(221, 228, 234);
    border-radius: 1px 0px 0px 1px;
    width: 100%;
    transition: all 0.45s ease-out 0s;
}

.subscribe__input input::placeholder {
    color: #dde4ea;
}

.subscribe__input input:hover {
    border: 1px solid rgb(165, 179, 197);
    border-radius: 1px;
    box-shadow: none;
}

.subscribe__input input:focus,
.subscribe__input input:focus-visible {
    border: 1px solid rgb(53, 112, 201);
    box-shadow: none;
    outline: none;
}

.subscribe__btn button {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background: rgb(53, 112, 201);
    border-radius: 1px;
    padding: 12px 40px;
    box-shadow: none;
    border: none;
    transition: all 0.45s ease-out 0s;
}

.subscribe__btn button:hover {
    background: rgb(13, 79, 178);
    cursor: pointer;
}

/* MEDIA => SUBSCRIBE */
@media (max-width: 768px) {
    .subscribe__titlebox {
        flex-direction: column;
        grid-row-gap: 10px;
    }

    .subscribe__content {
        flex-direction: column;
        align-items: center;
    }

    .subscribe__content p {
        width: 60%;
        text-align: center;
        margin-bottom: 25px;
    }
}

@media (max-width: 500px) {
    .subscribe__content p {
        width: 100%;
    }

    .subscribe__form {
        flex-direction: column;
        grid-row-gap: 20px;
        text-align: center;
        max-width: 100%;
    }
}

/* RESULTS */
.results {
    margin-bottom: 40px;
}

.results__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 5px;
}

.results__desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #8293aa;
    margin-bottom: 40px;
    word-break: break-word;
}

.results__desc strong {
    color: #121212;
}

/* CUSTOM STYLE EDITOR */
.entry-content {
    margin-bottom: 100px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dde4ea;
}

.entry-content p {
    margin-bottom: 20px;
}

.entry-content p > img {
    margin-top: 40px;
    margin-bottom: 40px;
}

.entry-content a,
.comment-content.post-content p a {
    position: relative;
    font-weight: 500;
    color: #335996;
}

.entry-content a {
    position: relative;
    background-image: var(--bg2);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 2px;
    text-decoration: none;
    /* padding-bottom: 2px; */
}

.entry-content a:hover {
    color: #113671;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23113671' stroke-dasharray='1 6'/%3E%3C/svg%3E");
}

.comment-content.post-content p a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: var(--bg2);
    background-repeat: repeat-x;
    background-size: auto 2px;
}

.entry-content a:hover:after {
    background-image: var(--bg1);
}

.comment-content.post-content p a:hover {
    color: #113671;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
}

.entry-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry-content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
}

.entry-content ul li::before,
.entry-content ul.check li::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE5IDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuMjMxNiAxMy44OTg5TDEzLjIzMTYgNi44MjkyNU0xMy4yMzE2IDYuODI5MjVMNi4xNjE5NiA2LjgyOTI1TTEzLjIzMTYgNi44MjkyNUw1Ljc2OTIgMTQuMjkxNyIgc3Ryb2tlPSIjMzM1OTk2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPgo8L3N2Zz4=");
    background-size: cover;
    background-color: transparent;
    border: none;
    outline: none;
}

.entry-content ol {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    counter-reset: li;
}

.entry-content ol li:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 20px;
    width: 2px;
    height: calc(100% - 30px);
    background-image: var(--bg3);
    background-repeat: repeat-y;
    background-size: 2px auto;
    z-index: 1;
}

.entry-content ol li {
    position: relative;
    padding-left: 50px;
    padding-bottom: 40px;
    counter-increment: li;
}

.entry-content ol li > strong {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 15px;
}

.entry-content ol li::before {
    content: counter(li);
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #3570c9;
    background: #335996;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    z-index: 2;
}

table {
    table-layout: fixed;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #dde4ea;
    min-width: 100%;
    border: none;
}

table thead th {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    padding: 20px 8px;
    text-align: left;
}

table tbody th {
    position: relative;
    font-weight: 500;
    padding: 10px;
    text-align: left;
    min-width: 180px;
}

thead th:after,
tbody th:after,
tbody td:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-repeat: repeat-x;
    background-size: auto 2px;
    background-image: repeating-linear-gradient(
        to right,
        #121212 0px,
        #121212 1px,
        transparent 1px,
        transparent 7px
    );
}

table tr {
    position: relative;
}

table td {
    position: relative;
    font-size: 16px;
    line-height: normal;
    padding: 20px 8px;
    text-align: left;
}

.table_wrapper {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 10px;
}

.table_wrapper table {
    table-layout: fixed;
    border-collapse: collapse;
    box-sizing: border-box;
    min-width: 705px;
    width: 100%;
}

.table_wrapper.hide {
    overflow-y: hidden;
    max-height: 440px;
}

.table_wrapper.hide::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) -0.6%,
        rgba(255, 255, 255, 0.8) 46.55%,
        #fff 100%
    );
    pointer-events: none;
    min-width: 705px;
    z-index: 2;
}

.show_btn {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 30px;
    background: #ffffff;
    color: #3570c9;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.show_btn span {
    position: relative;
}

.show_btn span::after {
    content: "";
    display: inline-block;
    align-self: start;
    position: absolute;
    top: 0;
    right: -15px;
    width: 1px;
    height: 1px;
    border-color: #3570c9;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 3px;
    margin-top: 7px;
    transform: rotate(225deg);
    cursor: pointer;
}

.table_wrapper.hide + .show_btn span::after {
    margin-top: 3px;
    transform: rotate(45deg);
}

@media (max-width: 833px) {
    .blog__item .single-img-wrapper > img,
    .entry-content img {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100vw);
        height: calc(100vw * 0.519);
    }

    .entry-content {
        margin-bottom: 0;
        border-bottom: none;
    }

    .entry-content img {
        height: calc(100vw * 0.5188);
    }
    .single-img-wrapper.program-thumbnail .remark {
        max-width: 100%;
        left: 0;
    }
}

/* RATING */
.info__rate {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.info__rate_title {
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.info__rate .rating-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #717171;
    margin-top: 10px;
}

.vote-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 0 0 0 0;
    overflow: hidden;
    float: left;
    z-index: 1;
}

.vote-block .ratingol {
    list-style: none;
    margin: 0 10px 0 0;
    padding: 0;
    height: 22px;
    float: left;
    vertical-align: middle;
    background: none !important;
}

.vote-block .ratingol:hover li {
    background-image: url("/wp-content/themes/iworldwp/app/img/stars_iw.svg?ver=1.00");
    background-position: 0 -30px;
}

.vote-block .ratingol li {
    display: block;
    width: 30px;
    height: 23px;
    float: right;
    text-indent: -9999px;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.vote-block .ratingol li:hover,
.vote-block .ratingol li:hover ~ li {
    background-position: 0 0;
}

.vote-block.disabled .ratingol li.current {
    display: block;
    z-index: 10;
}

.vote-block .ratingol li.active,
.vote-block .rating li.active ~ li {
    background-position: 0 -58px;
}

.vote-block li.current {
    display: none;
}

.vote-block ol.show-current {
    position: relative;
    padding: 0px !important;
    margin: 0px 0px 0px 0px !important;
}

.vote-block ol.show-current li {
    cursor: pointer;
    z-index: 2;
    position: relative;
}

.vote-block ol.show-current li.current {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 1;
    background-position: 0 -30px;
    background-repeat: repeat-x;
    background-image: url("/wp-content/themes/iworldwp/app/img/stars_iw.svg?ver=1.00");
}

.vote-block ol.show-current li.current span {
    display: block;
    height: 22px;
    width: 0;
    background: inherit;
    background-position: 0 0;
}

.vote-block ol.show-current {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

.vote-block .ratingol li:before {
    content: none;
}

.vote-block .ratingol::after {
    content: none;
}

/* Thanks */
.thx {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    min-height: calc(100vh - 49px - 349px);
    margin: 60px auto;
    max-width: 900px;
}

.thx .title {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: center;
}

.thx__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.thx__subtitle {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.thx__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.thx__subtitle a,
.thx__desc a {
    color: #3570c9;
}

.thx__btn {
    display: block;
    color: #3570c9 !important;
    border: 1px solid #3570c9;
    border-radius: 1px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 10px;
    max-width: 220px;
    text-align: center;
    margin-right: 20px;
    transition: all 0.45s ease-out 0s;
}

.thx__btn:hover {
    color: #fff !important;
    background-color: #3570c9;
}

.thx__left {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(205, 205, 205);
    border-radius: 1px;
    padding: 40px;
    width: 100%;
    min-height: 285px;
    padding-left: 60px;
    padding-right: 60px;
    min-height: 250px;
}

.thx__left img {
    object-fit: contain;
    width: 220px;
    height: 90px;
}

@media (max-width: 768px) {
    .thx {
        margin: 60px auto;
    }

    .thx__box {
        grid-template-columns: 1fr;
    }

    .thx__left {
        padding-left: 30px;
        padding-right: 30px;
    }

    .thx__right {
        text-align: center;
    }

    .thx__btn {
        margin: 0 auto;
    }
}

/* ShortCode */
.banner_2 {
    display: grid;
    grid-template-columns: 60% 40%;
    margin: 40px auto;
    min-height: 220px;
}

.banner_2__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 60px 30px 60px;
    background-color: #335996;
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
    z-index: 1;
}

.white_line {
    display: none;
    background-color: #ffffff;
    margin-bottom: 10px;
    width: 56px;
    height: 1px;
}

.banner_2__img {
    position: relative;
}

.banner_2 img {
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    right: 0;
    width: calc(100% + 50px);
    height: 100%;
}

.banner_2__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #ffffff;
    margin-bottom: 0 !important;
}

.banner_2 button {
    position: relative;
    font-family: "Montserrat", "Verdana", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23ffffff' stroke-dasharray='1 6'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 2px;
    text-decoration: none;
    padding-bottom: 2px;
    background-color: transparent;
    cursor: pointer;
    transition: all linear 0.3s;
}

.banner_2 button:hover {
    cursor: pointer;
}

.banner_line .banner_link:hover {
    color: #113671;
}

.banner {
    background-image: var(--pixel);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px;
    margin-bottom: 40px;
}

.banner__box {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    background: #f5f7fa;
    box-shadow: 0px 4px 39px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    padding: 20px 25px;
}

.banner button,
.banner_link {
    position: relative;
    font-family: "Montserrat", "Verdana", sans-serif;
    font-size: 16px;
    color: #335996;
    background-image: var(--bg2);
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-size: auto 2px;
    text-decoration: none;
    padding-bottom: 2px;
    background-color: transparent;
    cursor: pointer;
    transition: all linear 0.3s;
}

.banner button:hover,
.banner_link:hover {
    background-image: var(--bg1);
}

.signal,
.quote {
    background-color: #f5f7fa;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all linear 0.3s;
}

.signal__box,
.quote__box {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-column-gap: 20px;
    font-size: 16px;
    line-height: 150%;
}

.signal__box {
    font-weight: 400;
}

.quote__box {
    font-weight: 500;
}

.signal__box p {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    min-height: 60px;
    height: 100%;
}

.signal__box p:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -2px;
    width: 2px;
    height: 100%;
    background-image: var(--bg3);
    background-repeat: repeat-y;
    background-size: 2px auto;
}

.signal:hover .signal__box p:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2' height='6' viewBox='0 0 2 6' fill='none'%3E%3Cpath d='M1 0V6' stroke='%23ffffff' stroke-dasharray='1 6'/%3E%3C/svg%3E");
}

.quote__box p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 20px;
    border-left: 1px solid #d8d8d8;
    min-height: 60px;
    height: 100%;
}

.signal__img {
    background-image: url(/wp-content/themes/iworldwp/app/img/shortcode/signal_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 56px;
    width: 56px;
    height: 56px;
}

.quote__img {
    background-image: url(/wp-content/themes/iworldwp/app/img/shortcode/quote_blue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    min-width: 56px;
    width: 56px;
    height: 56px;
}

.signal:hover,
.quote:hover,
.flag:hover,
.flag_new:hover,
.author_quote:hover,
.author_quote:hover .author_quote__box {
    background-color: #335996;
    color: #ffffff;
}

.banner button:hover,
.signal:hover .banner_link,
.quote:hover .banner_link,
.flag:hover .banner_link,
.flag_new:hover .banner_link,
.author_quote:hover .banner_link {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23ffffff' stroke-dasharray='1 6'/%3E%3C/svg%3E");
    color: #ffffff;
}

.flag:hover .banner_link:after,
.flag_new:hover .banner_link:after,
.signal:hover .banner_link:after,
.quote:hover .banner_link:after,
.author_quote:hover .banner_link:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2' fill='none'%3E%3Cpath d='M0 1H6' stroke='%23ffffff' stroke-dasharray='1 6'/%3E%3C/svg%3E");
}

.signal:hover .signal__img {
    background-image: url(/wp-content/themes/iworldwp/app/img/shortcode/signal_white.png?ver=1.00);
}

.quote:hover .quote__img {
    background-image: url(/wp-content/themes/iworldwp/app/img/shortcode/quote_white.png);
}

.flag {
    position: relative;
    background-color: #f5f7fa;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: all linear 0.3s;
}

.flag__box {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    padding-left: 150px;
}

.flag__box p {
    position: relative;
    margin-bottom: 0;
    z-index: 3;
}

.flag__img {
    position: absolute;
    top: 0;
    left: 0;
    background-image: var(--pixel);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 100%;
    height: 100%;
}

.flag__box picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.flag__box picture img {
    margin-left: 0px;
    width: 100%;
    height: 100%;
}

.flag_new {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f6f6f6;
    cursor: pointer;
    transition: all linear 0.3s;
}

.flag_new__box {
    display: grid;
    grid-template-columns: 250px 1fr;
    align-items: center;
}

.flag_new p {
    font-size: 16px;
    font-weight: 500;
    line-height: 135%;
    padding: 30px 30px 30px 15px;
    margin-bottom: 0;
}

@media (max-width: 833px) {
    .flag_new__img img {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .flag_new__box {
        grid-template-columns: 1fr;
    }

    .flag_new__img {
        max-width: 300px;
    }

    .flag_new p {
        padding: 0 20px 20px;
        margin-top: -20px;
    }
}

.author_quote {
    position: relative;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #f6f6f6;
    cursor: pointer;
    transition: all linear 0.3s;
}

.author_quote__box {
    display: flex;
    flex-direction: row;
    gap: 20px;
    background-color: #ffffff;
    padding: 20px 20px 0 0;
    transition: all linear 0.3s;
}

.author_quote__img {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex: 0 0 auto;
}

.author_quote__img img {
    padding-left: 15px;
    padding-right: 5px;
    height: auto;
}

.author_quote p {
    align-self: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 833px) {
    .author_quote__img img {
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .author_quote {
        padding: 12px 12px 0 12px;
    }

    .author_quote__box {
        flex-direction: column-reverse;
        align-items: flex-end;
        background-color: transparent;
        padding: 0;
    }

    .author_quote__img {
        width: auto;
    }

    .author_quote__img img {
        padding-right: 40px;
    }

    .author_quote p {
        padding: 10px;
        background-color: #ffffff;
    }

    .author_quote__box > p {
        position: relative;
        width: 100%;
    }

    .author_quote__box > p::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 40%;
        transform: translate(-50%, -50%) rotate(-135deg);
        border: 60px solid transparent;
        border-top-color: white;
    }
}

.author_quote__img::after {
    content: "";
    position: absolute;
    top: 10%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    transform: translateY(-10%);
}

@media (max-width: 767px) {
    .author_quote__img::after {
        top: 55%;
        right: 0;
        width: 65px;
        height: 60px;
        transform: translateY(-55%);
    }
}

.author_quote__img.flag_slovakia::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_slovakia.png);
}

.author_quote__img.flag_serbia::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_serbia.png);
}

.author_quote__img.flag_france::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_france.png);
}

.author_quote__img.flag_hungary::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_hungary.png);
}

.author_quote__img.flag_uae::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_uae.png);
}

.author_quote__img.flag_finland::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_finland.png);
}

.author_quote__img.flag_chile::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_chile.png);
}

.author_quote__img.flag_argentina::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_argentina.png);
}

.author_quote__img.flag_turkey::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_turkey.png);
}

.author_quote__img.flag_ue::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_ue.png);
}

.author_quote__img.flag_montenegro::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_montenegro.png);
}

.author_quote__img.flag_italy::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_italy.png);
}

.author_quote__img.flag_spain::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_spain.png);
}

.author_quote__img.flag_sweden::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_sweden.png);
}

.author_quote__img.flag_vanuatu::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_vanuatu.png);
}

.author_quote__img.flag_czech::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_czech.png);
}

.author_quote__img.flag_latvia::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_latvia.png);
}

.author_quote__img.flag_israel::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_israel.png);
}

.author_quote__img.flag_armenia::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_armenia.png);
}

.author_quote__img.flag_kyrgyzstan::after {
    background-image: url(/wp-content/themes/iworldwp/app/img/new_flags/flag_kyrgyzstan.png);
}

.banner_line {
    border-left: 5px solid #335996;
    background-color: #f6f6f6;
    padding: 30px;
}

.banner_line__box {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
}

.questions {
    display: grid;
    grid-template-columns: 60% 40%;
    margin-top: 40px;
    margin-bottom: 40px;
    min-height: 220px;
}

.questions__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 45px 30px 30px;
    background-color: #335996;
    clip-path: polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);
    z-index: 1;
}

.questions__img {
    position: relative;
}

.questions__img img {
    display: block;
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    right: 0;
    width: calc(100% + 50px);
    height: 100%;
}

.questions__title {
    font-weight: 600;
    font-size: 24px;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 15px !important;
}

.questions__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}

.questions__text button {
    max-width: 320px;
}

.questions__text button {
    font-family: "Montserrat", "Verdana", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 53px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #121212;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: -20px;
    text-transform: uppercase;
    transition: all linear 0.3s;
}

.questions__text button::before {
    display: none;
    content: "";
    position: absolute;
    left: -12px;
    top: 50%;
    width: 27px;
    height: 27px;
    background-color: #ffffff;
    background-image: url(/wp-content/themes/iworldwp/app/img/shortcode/arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.questions__text button:hover {
    background-color: #ef3538;
    color: #ffffff;
}

.form > img {
    display: none;
}

.send_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
}
.form1 .send_form {
    height: 52px;
    padding: 16px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    line-height: 1.4;
    transition: 0.25s;
    color: white;
    text-transform: uppercase;
    width: 100%;
    background-color: #ef3538;
    cursor: pointer;
    margin-bottom: 0;
}
.send_form__content {
    padding: 20px 30px;
}

.send_form__left {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-image: var(--pixel);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    width: 100%;
    height: 100%;
}

.arrow_long {
    display: none;
    background-image: var(--pixel);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    width: 100%;
    height: 10px;
}

.send_form .form p {
    color: #121212;
}

.send_form .form form span.info {
    color: #121212;
}

.send_form__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}

.send_form__content ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
}

.send_form__content ul li {
    padding-left: 24px;
}

.send_form__content ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE5IDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuMjMxNiAxMy44OTg5TDEzLjIzMTYgNi44MjkyNU0xMy4yMzE2IDYuODI5MjVMNi4xNjE5NiA2LjgyOTI1TTEzLjIzMTYgNi44MjkyNUw1Ljc2OTIgMTQuMjkxNyIgc3Ryb2tlPSIjMzM1OTk2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPgo8L3N2Zz4=);
    background-size: cover;
    border: none;
    outline: none;
    background-color: transparent;
}

.sticker {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 32px;
    left: -33px;
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    width: 165px;
    height: 25px;
    background-color: #335996;
    color: #ffffff;
    text-transform: uppercase;
    clip-path: polygon(15% 0%, 80.5% 0%, 96% 100%, 0% 100%);
    transform: rotate(-45deg);
}

.modal_bg {
    position: absolute;
    background: rgba(4, 32, 53, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    display: none;
}

#popup:target,
#promo:target {
    display: flex !important;
}

/* Start checkbox */
.checkboxes {
    margin-top: 40px;
    margin-bottom: 40px;
}

.checkboxes__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
}

.checkboxes__box {
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    width: 80%;
}

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

.checkboxes__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin-left: 8px;
}

.checkboxes__input {
    position: absolute;
    opacity: 0;
}

.checkboxes__input:checked + .checkbox::before {
    opacity: 1;
}

.checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    cursor: pointer;
}

.checkbox::before {
    content: "";
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 3px solid #ef3538;
    background-color: #ef3538;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E%3Cpath d='M11.3337 1L4.00033 8.33333L0.666992 5' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

/* End checkbox */
@media (max-width: 1200px) {
    .send_form__right .form,
    .checkboxes__box {
        width: 100%;
    }

    .checkboxes {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .checkboxes__title {
        font-size: 16px;
    }
}

@media (max-width: 833px) {
    .banner_2 {
        grid-template-columns: 1fr;
    }

    .banner_2__text {
        padding: 40px 30px 60px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
    }

    .banner_2__img {
        height: 220px;
    }

    .banner_2__img img {
        top: -30px;
        left: 15px;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }

    .questions {
        grid-template-columns: 1fr;
    }

    .questions__text {
        padding: 40px 30px 60px;
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 30px));
    }

    .questions__img {
        height: 220px;
    }

    .questions__img img {
        top: -30px;
        left: 15px;
        bottom: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }

    .flag {
        padding: 20px;
    }

    .flag__box {
        padding-left: 0;
    }

    .flag__box.padding_mob {
        padding-top: 140px;
    }

    .flag__box picture {
        left: 50%;
        width: 100%;
        height: auto;
        transform: translateX(-50%);
    }

    .send_form {
        grid-template-columns: 1fr;
    }

    .signal,
    .quote {
        padding: 15px;
    }

    .send_form__content ul {
        margin-bottom: 0;
    }

    table {
        word-break: break-word;
    }

    .signal__img,
    .quote__img {
        min-width: 36px;
        width: 36px;
        height: 36px;
    }

    .table_wrapper {
        margin-left: -15px;
        margin-right: -15px;
        width: 100vw;
    }

    .table_wrapper table {
        margin-left: 15px;
        margin-right: 15px;
    }

    .send_form__left {
        border-right: 1px solid #d8d8d8;
        border-bottom: none;
    }
}

@media (max-width: 400px) {
    .flag__img {
        background-size: cover;
    }

    .flag__box.padding_mob {
        padding-top: 90px;
    }
}

/* Banner Sidebar */
.banner_sidebar {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.banner_sidebar.sticker_true {
    order: 1;
}

.banner_sidebar__img {
    width: 100%;
    height: 194px;
}

.banner_sidebar__bottom {
    background-color: #335996;
    color: #ffffff;
    padding: 20px;
    min-height: 184px;
    transition: all 0.3s ease-out 0s;
}

.banner_sidebar:hover .banner_sidebar__bottom {
    background-color: #113671;
}

.banner_sidebar__title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}

.banner_sidebar__list li {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    padding-left: 22px;
    padding-bottom: 10px;
}

.banner_sidebar__list li::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj48cGF0aCBkPSJNMTMuOTI4IDE0LjA0VjYuNm0wIDBINi40ODZtNy40NDIgMC03Ljg1NiA3Ljg1NSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNTc5IiBzdHJva2UtbGluZWpvaW49ImJldmVsIi8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 6px;
}

.banner_sidebar__list li strong {
    font-weight: 600;
}

.form_sidebar .form {
    padding: 20px 15px 25px;
    min-width: 100%;
    width: 100%;
}

.form_sidebar .form .sticker,
.form_sidebar .form > img,
.form_sidebar .submit-btn::before {
    display: none;
}

.form_sidebar .form > p {
    font-size: 16px;
    color: #2e2e2e;
    margin-bottom: 15px;
    padding: 0 12px;
}

.form_sidebar .form form label,
.form_sidebar .form form span.info {
    color: #2e2e2e;
}

.form_sidebar .form form .submit-btn {
    width: 100%;
    margin-left: 0;
}

/* Video */
.video {
    margin-top: 40px;
    margin-bottom: 40px;
}

.video .youtube {
    display: block;
    width: 100%;
    height: 478px;
}

.video__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
}

.get_consultation {
    background-color: #335996;
    padding: 13px 15px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.get_consultation:hover {
    background-color: #113671;
}

.subscribe_channel {
    font-family: "Montserrat", "Verdana", sans-serif;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background-color: #ef3538;
    color: #ffffff;
    width: 100%;
    height: 46px;
    transition: all 0.3s ease-out 0s;
    cursor: pointer;
}

.subscribe_channel:hover {
    background-color: #de1b1e;
}

.subscribe_channel img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.video__bottom a,
.video__bottom a:hover {
    color: #ffffff;
    text-decoration: none;
}

.inner-feedback {
    margin-bottom: 100px;
}

.all_posts {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    border-radius: 2px;
    border: 1px solid #335996;
    text-transform: uppercase;
    padding: 16px 80px;
    margin: 0 auto;
    text-align: center;
    max-width: 330px;
    width: 100%;
    transition: 0.3s ease-out;
}

.see_all {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
    border-radius: 2px;
    border: 1px solid #335996;
    text-transform: uppercase;
    padding: 16px 80px;
    margin: 0 auto;
    text-align: center;
    max-width: 430px;
    width: 100%;
    transition: 0.3s ease-out;
}

.all_posts:hover,
.see_all:hover {
    border: 1px solid #335996;
    background: #335996;
    color: #ffffff;
}

/* banner footer */
.banner_down {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--pixel);
    height: 565px;
}

.banner_down__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.banner_down__text {
    font-weight: 800;
    font-size: 42px;
    line-height: 64px;
    color: #ffffff;
    max-width: 450px;
}

.banner_down__form .form {
    padding: 0;
    box-shadow: none;
    max-width: 356px;
}

.banner_down__form .sticker,
.banner_down__form .form > img,
.banner_down__form .form > p,
.banner_down__form .form label > span,
.banner_down__form .form form > span,
.banner_down__form button.submit-btn:before {
    display: none;
}

.banner_down__form .form form .submit-btn {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
    background-color: #3570c9;
}

.blockquote_custom .author {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #f5f7fa;
    padding: 30px;
    border-bottom: 1px solid #d8d8d8;
}

.blockquote_custom .author__logo {
    margin-right: 12px;
}

.blockquote_custom .author__logo img {
    width: 70px;
    height: 70px;
    margin-left: 0;
    margin-right: 0;
}

.blockquote_custom .author__content span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.blockquote_custom .author__content p {
    font-size: 14px;
    line-height: 150%;
    color: #2e2e2e;
}

.blockquote_custom .author::before,
.blockquote_custom .author::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 8%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateX(-50%);
    border-color: transparent transparent #f5f7fa transparent;
    border-width: 8px;
}

.blockquote_custom .author::before {
    border-color: transparent transparent #f5f7fa transparent;
    bottom: -2px;
    z-index: 9999;
}

.blockquote_custom .author::after {
    bottom: 0;
    border-color: transparent transparent #d8d8d8 transparent;
}

blockquote,
q {
    display: grid;
    grid-template-columns: 23px 1fr;
    grid-column-gap: 12px;
    background-color: #f5f7fa;
    padding: 30px;
    margin-bottom: 30px;
}

blockquote::before,
q::before {
    display: block;
    content: "";
    width: 23px;
    height: 23px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    background-image: url(../iworldwp/app/img/icons/blockquote.png);
}

.blockquote_custom p,
blockquote p,
q p {
    margin-bottom: 0 !important;
}

.video p {
    margin-bottom: 0;
}

/* Comments */
.blog_comments {
    margin-bottom: 100px;
}

.blog_comments_title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 50px;
}

.text_capitalize_ru {
    text-transform: capitalize;
}

.blog_comments_count,
.blog_comments_zero {
    color: #335996;
}

.comments-list {
    margin-top: 30px;
    margin-bottom: 50px;
}

.comments-list .comment {
    margin-bottom: 30px;
}

.comments_pagination {
    margin-bottom: 100px;
}

.comments_wrap_body {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.comments_wrap_body .gravatar {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.child-comments .gravatar {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.comment-author {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #3570c9;
    margin-bottom: 5px;
}

.child-comments {
    margin-top: 20px;
    padding-left: 60px;
}

.comment-content.post-content p {
    margin-bottom: 5px;
}

.comment_reply_wrap {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #8293aa;
}

.comment_reply_wrap a:hover,
.comment-reply-title small a:hover {
    color: #333333;
    transition: color 0.3s;
}

.comment-reply-title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.comment-reply-title > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #3570c9;
    margin-left: 20px;
}

.comment-reply-title small a {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #8293aa;
}

.comment-form-author input,
.comment-form-email input {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid #dde4ea;
    width: 100%;
}

.comment-form-comment textarea {
    font-family: "Montserrat", "Verdana", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 15px;
    margin-bottom: 12px;
    border: 1px solid #dde4ea;
    width: 100%;
    resize: none;
}

.form-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form-submit #submit {
    font-family: "Montserrat", "Verdana", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ef3538;
    color: #ffffff;
    border-radius: 2px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #ffffff;
    padding: 12px;
    width: 100%;
    height: 52px;
    max-width: 250px;
    text-align: center;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    text-transform: uppercase;
    cursor: pointer;
}

.form-submit #submit:hover {
    background: #de1b1e;
    cursor: pointer;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

.comment-form-author input:placeholder,
.comment-form-email input:placeholder,
.comment-form-comment textarea:placeholder {
    color: #8293aa;
}

.comment-form-author input:hover,
.comment-form-email input:hover,
.comment-form-comment textarea:hover {
    border: 1px solid rgb(165, 179, 197);
    box-shadow: none;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus,
.comment-form-author input:focus-visible,
.comment-form-email input:focus-visible,
.comment-form-comment textarea:focus-visible {
    border: 1px solid rgb(53, 112, 201);
    color: #2e2e2e;
    box-shadow: none;
    outline: none;
}

.logged-in-as,
.comment-notes {
    display: none;
}

.form_label {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px;
    color: #121212;
}

.form_label i {
    font-style: normal;
}

/* Audio player */
.audio {
    display: grid;
    grid-template-columns: 225px 1fr;
    margin-bottom: 100px;
}

.audio__img {
    width: 225px;
    height: 225px;
}

.audio-player {
    position: relative;
    display: flex;
    flex-direction: column;
    background: transparent;
    box-shadow: 0 0 20px 0 rgba(153, 153, 153, 0.5);
    width: 100%;
    padding: 30px;
}

.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    grid-column-gap: 30px;
    margin-bottom: 20px;
}

.audio-player .controls .controls-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 30px;
}

.audio-player .controls .play-container {
    border: 3px solid #a5b3c5;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.audio-player .controls .toggle-play.play {
    position: relative;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    border: 10px solid #0000;
    border-left: 14px solid #3570c9;
    transform: translate(-25%, -50%);
    transition: border-left 0.3s;
    cursor: pointer;
}

.audio-player .controls .toggle-play.play:hover {
    border-left: 14px solid rgb(13, 79, 178);
}

.audio-player .controls .toggle-play.pause {
    position: relative;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 25px;
    transform: translate(-35%, -50%);
    cursor: pointer;
}

.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: #3570c9;
    content: "";
    height: 25px;
    width: 5px;
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: #3570c9;
    content: "";
    height: 25px;
    width: 5px;
}

.audio-player .timeline__time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
}

.rewind-prev {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/iworldwp/app/img/icons/rewind_prev.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 5px;
    transition: transform 0.3s;
    cursor: pointer;
}

.rewind-next {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/iworldwp/app/img/icons/rewind_next.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 5px;
    transition: transform 0.3s;
    cursor: pointer;
}

.download-sound {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/iworldwp/app/img/icons/download.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 5px;
    transition: transform 0.3s;
    cursor: pointer;
}

.rewind-prev:hover,
.rewind-next:hover,
.download-sound:hover {
    transform: scale(1.1);
}

.audio-player .controls .volume-container {
    display: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.audio-player .controls .volume-container .volume-button {
    display: flex;
    align-items: center;
    height: 26px;
}

.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    height: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: #3570c9;
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}

.audio-subscribe {
    font-size: 14px;
    font-weight: 500;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #3570c9;
    padding-bottom: 20px;
    transition: color 0.3s;
    cursor: pointer;
}

.audio-subscribe:hover {
    color: rgb(13, 79, 178);
}

.audio-popup {
    display: none;
    position: absolute;
    top: 60px;
    right: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(154, 154, 154, 0.25);
    z-index: 9;
}

.audio-player .timeline {
    position: relative;
    background: #dde4ea;
    width: 100%;
    height: 6px;
    margin: 0 auto;
    cursor: pointer;
}

.audio-player .timeline .progress {
    position: relative;
    background: #a5b3c5;
    width: 0%;
    height: 100%;
    transition: 0.25s;
    margin-bottom: 14px;
}

.audio-player .timeline .progress::after {
    content: "";
    position: absolute;
    height: 24px;
    width: 24px;
    top: -9px;
    right: -24px;
    background-color: #3570c9;
    border-radius: 50%;
}

.audio-popup li {
    font-size: 14px;
    padding-bottom: 10px;
}

.audio-popup li:last-child {
    padding-bottom: 0;
}

.audio-popup li a:hover {
    color: #3570c9;
}

.audio-subscribe:hover + .audio-popup,
.audio-popup:hover,
.audio-popup li a {
    display: block;
}

.marquee {
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.marquee span {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-left: 100%;
    -webkit-animation: marquee 10s infinite linear;
    animation: marquee 10s infinite linear;
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-100%, 0);
    }
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

@media (max-width: 833px) {
    .banner_sidebar__img {
        width: 100%;
        height: calc((100vw - 30px) * 0.57);
    }

    .video .youtube {
        margin-left: -15px;
        width: calc(100% + 30px);
        height: calc(100vw * 0.5625);
    }

    .video__bottom {
        grid-template-columns: 1fr;
        margin-left: -15px;
        width: calc(100% + 30px);
    }

    .blog_single .list_blogs_box,
    .inner-feedback {
        margin-bottom: 60px;
    }

    .list_blogs_box p {
        font-size: 24px;
        margin-bottom: 30px;
        text-align: center;
    }

    .banner_down {
        height: 535px;
    }

    .banner_down__wrap {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .banner_down__text {
        font-weight: 700;
        font-size: 24px;
        line-height: 140%;
        margin-bottom: 40px;
    }

    .banner_down__form .form {
        width: 100%;
        max-width: 450px;
    }

    blockquote,
    q,
    .blockquote_custom .author {
        padding: 20px;
    }

    .blockquote_custom .author::before,
    .blockquote_custom .author::after {
        left: 15%;
    }

    .blog_comments_title,
    .comment-reply-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .comments-list {
        margin-bottom: 40px;
    }

    .blog_comments,
    .comments_pagination {
        margin-bottom: 60px;
    }

    .form-submit #submit {
        max-width: 100%;
    }

    .audio {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .audio__img {
        width: 100%;
        height: calc(100vw * 1);
    }

    .audio-player {
        width: 100%;
        height: 230px;
        padding: 15px;
    }

    .audio-player .controls .controls-box {
        grid-column-gap: 25px;
    }

    .audio-subscribe {
        position: absolute;
        left: 50%;
        bottom: 0;
        padding-bottom: 15px;
        transform: translateX(-50%);
    }

    .audio-popup {
        top: -25px;
        right: 50%;
        transform: translateX(50%);
    }

    .audio-popup li {
        padding-bottom: 10px;
    }

    .audio-player .timeline .progress::after {
        top: -7px;
        right: -10px;
        width: 20px;
        height: 20px;
    }
}

/* audio-short */
.audio-short.audio {
    display: flex;
    margin-bottom: 0;
}

.audio-short .audio-player .controls .play-container {
    width: 40px;
    height: 40px;
}

.audio-short .audio-player {
    flex-direction: row;
    align-items: center;
    padding: 0;
    box-shadow: none;
    gap: 16px;
    height: auto;
}

.audio-short .audio-player .controls {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.audio-short .timeline__count {
    position: absolute;
    top: -25px;
    right: 0;
    color: #8293aa;
    font-size: 12px;
}

.audio-short .audio-player .timeline .progress::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    top: -7px;
    right: -10px;
    background-color: #3570c9;
    border-radius: 50%;
}

/* audio-short end */

.f-center-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* smi */

.smi {
    margin-top: 120px;
    margin-bottom: 120px;
}

.smi .title {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    margin: 0 auto;
    color: #2e2e2e;
    margin-bottom: 16px;
}

.smi__desc {
    margin: 0 auto 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #2e2e2e;
    max-width: 845px;
}

.smi__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
}

.smi__item {
    border: 1px solid #f5f7fa;
    border-radius: 2px;
    width: calc((100% - (24px * 3)) / 4);
    height: 174px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.smi__item img {
    max-width: 247px;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform 0.3s;
}

.smi__item:hover img {
    transform: scale(1.1);
}

@media (max-width: 960px) {
    .smi {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .smi .title {
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 140%;
    }

    .smi__desc {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin: 0 auto 25px;
    }

    .smi__list {
        flex-direction: column;
    }

    .smi__item {
        width: 100%;
    }
}

/* Modal  */
.modal-wrap {
    background: rgba(4, 32, 53, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow-y: auto;
    display: none;
}

.modal-content {
    display: flex;
    position: relative;
    background-color: #ffffff;
    min-width: 416px;
    max-width: 890px;
    margin: auto;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 9;
}

.modal-close:before,
.modal-close:after {
    content: "";
    position: absolute;
    top: 8px;
    left: -4px;
    background: #c9dfff;
    height: 3px;
    width: 28px;
    transform: rotate(45deg);
}

.modal-close:hover:before,
.modal-close:hover:after {
    background-color: #2e2e2e;
}

.modal-close:after {
    transform: rotate(-45deg);
}

@media (max-width: 960px) {
    .modal-close {
        right: 20px;
    }

    .modal-content {
        min-width: auto;
        max-width: 100vw;
    }
}

.modal-wrap:target {
    display: flex;
    padding: 15px;
}

.toggle-active {
    cursor: pointer;
}

.content-nav {
    clear: both;
    margin-bottom: 30px;
}

.content-nav__title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.content-nav__content:empty {
    display: none !important;
}

.content-nav__content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: auto;
    overflow: hidden;
}

.content-nav__content a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #335996;
    margin-left: 24px;
}

.content-nav__content a::before {
    content: "";
    position: absolute;
    left: -24px;
    display: block;
    width: 19px;
    height: 19px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDE5IDIwIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTMuMjMxNiAxMy44OTg5TDEzLjIzMTYgNi44MjkyNU0xMy4yMzE2IDYuODI5MjVMNi4xNjE5NiA2LjgyOTI1TTEzLjIzMTYgNi44MjkyNUw1Ljc2OTIgMTQuMjkxNyIgc3Ryb2tlPSIjMzM1OTk2IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVqb2luPSJiZXZlbCIvPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}

.content-nav__content a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: var(--bg2);
    background-repeat: repeat-x;
    background-size: auto 2px;
}

.content-nav__content a:hover:after {
    background-image: var(--bg1);
}

.content-nav__content a:hover {
    color: #113671;
    transition: 0.45s ease-out;
}

div.modal-wrap,
.modal-partner-wrap {
    display: none;
}

.programs-list .cards_item__img a img {
    object-position: top;
}

.nowrap {
    white-space: nowrap;
}

.sales_halloween,
.triangle_sale {
    display: none;
}

@media (max-width: 833px) {
    .content-nav__content li {
        width: 100%;
    }
}

.blog_single .reviews__section .title {
    font-size: 24px;
}

.modal-wrap.isVisible {
    display: flex;
    align-items: center;
    justify-content: center;
}
