@import "./../components/common/ads.css";
/*@import "./../components/common/duplicate-education-wrapper.css";*/
/*@import "./../components/common/posts/post-list-title-counter.css";*/
/* @import "./../components/common/posts/entry-three-section.css"; */

@import "./../components/front-page/user-review-frontpage.css";
/* @import "./../components/front-page/header-frontpage.css";
@import "./../components/front-page/bourse-blog-frontpage.css";
@import "./../components/front-page/financial-institutions-slider-frontpage.css";
@import "./../components/front-page/alert-slider-frontpage.css";
@import "./../components/front-page/sevices-section-frontpage.css";
@import "./../components/front-page/blog-frontpage.css";
@import "./../components/front-page/cta-wrapper-frontpage.css";
@import "./../components/front-page/alert-wrapper-frontpage.css";
@import "./../components/front-page/currencies-frontpage.css"; */

/*@import "./../components/categories/categories-header.css";*/
/*@import "./../components/categories/typetabs.css";*/

@import "./../components/slider/splide-slide.css";
@import "./../components/slider/video-slider.css";

* {
}

:root {
    --js-width: 0;
    --js-width-most: 0;
    --js-width-blog: 0;
    --js-width-analyis: 0;
}

.irb-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 75vh;
    justify-content: center;
    background: url(../../img/php-header.png), #185adb;
    position: relative;
    padding: 130px 0;
}

.irb-hero__title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    line-height: 72px;
    margin-bottom: 34px;
}

.irb-hero__desc {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 164px;
}

.irb-breaking__items .categories-header {
    padding-bottom: 0 !important;
}

.irb-hero__bottom {
    position: absolute;
    bottom: 0;
    padding: 0;
    background-color: #F8FAFC;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 560px;
}

.irb-hero__search {
    min-width: 560px;
    display: grid;
    grid-template-columns: 1fr max-content;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 16px -4px rgba(15, 23, 42, 0.08),
    0 4px 6px -2px rgba(15, 23, 42, 0.03);
    margin-top: -273px;

}

body.frontbody .irb-megamenu__desktop {
    grid-template-columns: 160px 1fr 0 160px;
}

.irb-hero__search-input {
    color: #94a3b8;
    text-align: right;
    flex: 1 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
    background: transparent;
}

.irb-hero__search-input.mobile {
    display: none;
}

.irb-hero__search-input::placeholder {
    color: #94a3b8;
    text-align: right;
    flex: 1 0 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border: none;
}

.irb-hero__search-input:focus {
    outline: none;
}

.irb-hero__search-btn {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    padding: 14px 20px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    border: none;
    background: #185adb;
}

.irb-hero__search-text {
    display: block;
}

.irb-hero__search-svg {
    display: none;
}

.irb-breaking__items .last-blog__filter-container {
    order: unset;
}

/*.irb-breaking__items .last-blog__btn-posts:after {*/
/*    bottom: -1px;*/
/*}*/
button.btn.php-news-cata-btn.last-blog__btn-posts {

}

button.btn.php-news-cata-btn.last-blog__btn-posts:hover {

}

button.btn.php-news-cata-btn.last-blog__btn-posts.php-active {

}

.irb-breaking__items .last-blog__filter-container {
    justify-content: flex-start;
    gap: 20px !important;
    border-bottom: 1px solid #e2e8f0;
}

.financial-ins__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    padding: 12px 12px 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: max-content;
    margin: 0 auto;
    transform: translateY(-100%);
    background-color: #F8FAFC;
}

.financial-ins__wrapper:after {
    content: " ";
    height: 30px;
    width: 30px;
    background: transparent;
    border-radius: 16px;
    box-shadow: -10px 10px 0 -4px #f9fbff;
    right: 0;
    position: absolute;
    bottom: 0;
    transform: translate(30px, 0px);
}

.financial-ins__wrapper:before {
    content: " ";
    height: 30px;
    width: 30px;
    background: #ef1e1e00;
    border-radius: 16px;
    box-shadow: 10px -10px 0 -4px #f9fbff;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: translate(-30px, 0px) rotate(90deg);
}

.financial-ins__item {
    display: flex;
    width: 120px;
    height: 120px;
    padding-bottom: 2px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 16px;
    border: 1.5px solid #ebf0f5;
    background: #ffffff;
}

.financial-ins__title {
    color: #475569;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 16px;
    margin-bottom: 0;
}

.irb-home-ads-slider {
    margin-top: -10px;
}

.irb-breaking-news {
    margin-top: 64px;
}

.irb-content__head {
    display: grid;
    grid-template-columns: 1fr max-content;
    margin-bottom: 36px;
    align-items: center;
}

.irb-content__head--breaking {
    margin-bottom: 48px;
}

.irb-content__head-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #0f172a;
    text-align: right;
    align-items: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 32px;
}

.irb-content__head-link,
.irb-content__head-link:visited {
    text-align: left;
    color: #64748b;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 20px;
}

.institution-carousel {
    margin: 96px auto;
}

.irb-search__result {
    position: absolute;
    bottom: 0;
    left: 0;
}

.php-most__width {
    width: inherit;
}

.php-btn--avatar {
    display: flex;
    border: none;
    width: 32px;
    height: 32px;
    padding: 6px;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: #f8fafc;
}

.php-btn__white {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #185adb;
    margin-inline-start: 54px;
    /* Form/F2 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    font-variation-settings: "wght" 500;
}

.php-header-input-dynamic {
    display: none;
    width: 184px;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px;
    background: #f1f5f9;
}

.php-header-input-dynamic input {
    color: #64748b;
    text-align: right;
    width: 136px;
    border: none;
    background: transparent;
    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-header-input-dynamic input:focus {
    outline: none;
}

.php-analysis-container {
    height: auto !important;
}

.php-header-searchandlogin-dynamic {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    position: relative;
}

#instant-search-results .result-item {
    display: flex;
    gap: 4px;
    align-items: center;
    padding-right: 20px;
}

#instant-search-results {
    background-color: white;
    width: 100%;
    display: none;
    flex-direction: column;
    gap: 8px;
    color: #185adb;
    font-variation-settings: "wght" 500;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
    padding: 16px 8px;
    position: absolute;
    top: 13px;
    z-index: 1;
    left: 0;
    transform: translateY(43px);

}

#instant-search-results .result-item .arrow {
    opacity: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#instant-search-results .result-item img {
    width: 48px !important;
    padding: 3px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-left: 10px;
    object-fit: contain;
    max-height: 100%;
    min-height: 100%;
}

.irb-financial__img {
    height: 48px;
}

.irb-financial__img img {
    width: 96px;
    height: 48px;
    object-fit: contain;
}

.php-coin-detail-style {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.php-btn__white-dynamic {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #334155;

    /* Form/F2 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    width: max-content;
}

/*.php-news-cata-btn {*/
/*    position: relative;*/
/*    color: #94a3b8;*/
/*    border: none;*/
/*    padding: 0;*/
/*    background: transparent;*/
/*    !* Body/B2 *!*/

/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 20px; !* 125% *!*/
/*}*/


.php-news-cata-btn-blog {
    position: relative;
    color: #94a3b8;
    border: none;
    padding: 0;
    background: transparent;
    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-last-analysis-user .php-moment-cata {
    margin: 0;
}

.php-time__color {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    color: #94a3b8;
    text-align: right;
    text-overflow: ellipsis;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 20px; /* 142.857% */
}

.php-news-cata-btn-most {
    position: relative;
    color: #94a3b8;
    border: none;
    padding: 0;
    background: transparent;
    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-news-cata-btn-analyis {
    position: relative;
    color: #94a3b8;
    border: none;
    padding: 0;
    background: transparent;
    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-active {
    color: #185adb;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

/*.php-active:before {*/
/*    content: "";*/
/*    width: var(--js-width);*/
/*    height: 2px;*/
/*    background-color: #185adb;*/
/*    position: absolute;*/
/*    bottom: -1.1rem;*/
/*    right: 0;*/
/*    -webkit-transition: width 0.2s linear;*/
/*    transition: width 0.2s linear;*/
/*}*/

.php-container {
    margin-top: 36px;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.splide-arrow--right-php {
    right: 0 !important;
    transform: translateX(50%) !important;
    border-radius: var(--Radius-R9-24, 36px) !important;
    border: 1px solid #ebf0f5 !important;
    background: #ffffff !important;
}

.splide-arrow--left-php {
    left: 0 !important;
    transform: translateX(-50%) !important;
    border-radius: var(--Radius-R9-24, 36px) !important;
    border: 1px solid #ebf0f5 !important;
    background: #ffffff !important;
}

.php-active-most {
    color: #185adb;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-active-most:before {
    content: "";
    width: var(--js-width-most);
    height: 2px;
    background-color: #185adb;
    position: absolute;
    bottom: -1.1rem;
    right: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.php-active-blog {
    color: #185adb;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-active-blog:before {
    content: "";
    width: var(--js-width-blog);
    height: 2px;
    background-color: #185adb;
    position: absolute;
    bottom: -1.1rem;
    right: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.php-active-analyis {
    color: #185adb;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-active-analyis:before {
    content: "";
    width: var(--js-width-analyis);
    height: 2px;
    background-color: #185adb;
    position: absolute;
    bottom: -1.1rem;
    right: 0;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.php-page {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    align-items: center;


}

.php-header-dynamic-toggle {
    display: block !important;
}

.page__header {
    background: url(../../img/php-header.png), #185adb;
    border-bottom: none !important;
}

.page__header header .php-header-logo {
    display: flex;
    gap: 8.77px;

    svg {
        path {
            fill: white;
        }
    }
}

.pdp-page__header-dynamic {
    display: none;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
}

.php-header__static {
    padding: 16px 0;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 40px;
}

.php-header__links-item-dynamic {
    color: #334155;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}

.php-header__dynamic {
    width: 100%;
    padding: 16px 0;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    display: flex;
    gap: 40px;
}

.php-header__logo {
    display: flex;
    flex: 1 0 0;
    align-items: center;
    gap: 8.77px;
}

.php-search-container {
    position: relative;
}

.php-header__links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex: 1 0 0;
}

.php-header__links-item {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #fff !important;
    text-align: right;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-btn__white-dynamic-mobile {
    display: none;
}


.pdp-banner__container {
    display: flex;
    width: 600px;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.pdp-banner__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--Spaces-S15-40, 20px);
}

.pdp-banner__slogan {
    color: #fff;

    font-size: 48px;
    font-style: normal;
    width: 555px;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    text-align: center;
    line-height: 72px; /* 116.667% */
}

.pdp-banner__slogan-sub {
    color: #fff;
    margin: 0;
    /* Subtitle/S1 */

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    opacity: 0.6;
}


.php-banner__btn-catagorys {
    position: absolute;
    top: 0;
    left: 0;
    border: none !important;
    font-size: 1rem;
    color: #334155;
    visibility: hidden;
    border-radius: 0 0 1rem 0 !important;
    background: #f8fafc;
    padding: 0.5rem 1rem;
}

.php-banner__btn-catagorys:after {
    content: "";
    position: absolute;
    bottom: -265px;
    left: -137px;
    rotate: -180deg;
    z-index: 0;
    background: transparent;
    width: 30px;
    visibility: visible;
    height: 30px;
    border-top-left-radius: 1rem;
    box-shadow: -10px -10px 0 -4px #f9fbff;
}

.php-banner__btn-catagorys-left {
    position: absolute;
    top: 0;
    right: 0;
    border: none !important;
    font-size: 1rem;
    color: #334155;
    visibility: hidden;
    border-radius: 0 0 1rem 0 !important;
    background: #f8fafc;
    padding: 0.5rem 1rem;
}

.php-banner__btn-catagorys-left:after {
    content: "";
    position: absolute;
    bottom: -265px;
    right: -137px;
    rotate: 270deg;
    z-index: 0;
    background: transparent;
    width: 30px;
    visibility: visible;
    height: 30px;
    border-top-left-radius: 1rem;
    box-shadow: -10px -10px 0 -4px #f9fbff;
}


.php-banner__cata-container {
    position: relative;
    background-color: #f9fbff !important;
    padding: 10px;
    border-radius: 20px;
}


.php-banner__detail {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 54px;
}

.php-ad {
}

.php-moment {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#video-posts div h2 {
    margin-bottom: 40px;
}


.page__header header .php-header-searchandlogin-dynamic .php-btn__white-dynamic {
    color: #185adb;

    /* Form/F2 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}


/*.irb-breaking__nav {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    overflow: auto;*/
/*    justify-content: space-around;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    flex-grow: 1;*/
/*}*/

.irb-breaking__wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
}

.irb-breaking__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content 1fr;
    align-items: flex-start;
    gap: 24px;
}

.php-news__card {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.php-news__card-detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    flex: 1 0 0;
}

.php-news__card-title {
    overflow: hidden;
    color: #1e293b;
    text-align: right;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    font-variation-settings: "wght" 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.php-news__card-time {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    overflow: hidden;
    color: #94a3b8;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-moment-all-news {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 32px;
}

.php-news-img {
    max-height: 104px;
    margin: 0;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden;
}

/*.php-news-img a {*/
/*    width: 100%*/
/*}*/

.php-news-img img {
    width: 198px !important;
    height: auto !important;
    border: none;
    object-fit: cover;
    border-radius: 10px;
    max-width: 198px;
}

.php-moment__most {
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}


.php-splide__card {
    display: flex;
    position: relative;
    justify-content: space-between;
    padding: 32px 24px 24px 24px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #ebf0f5;
    background: #ffffff;
    width: 296px;
}

.php-splide__img {
    width: 120px;
    height: 60px;
}

.php-splide__detail {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}

.php-splide__detail-div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap;
    width: 35%;
    gap: 8px;
}

.php-splide__detail-div-start {
    display: flex;
    /*width: 65% !important;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.php-splide-faname {
    color: #0f172a;
    text-align: right;

    /* Headline/H6 */

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    font-variation-settings: "wght" 500;
    line-height: 24px; /* 120% */
}

.php-splide-enname {
    color: #64748b;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.php-splide-voterate {
    color: #64748b;
    width: 100%;
    text-align: left;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 20px;
}

.php-splide__divider {
    width: 100%;
    height: 1px;
    background: #ebf0f5;
}

.php-splide__numbers {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    color: #64748b;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php__btn--transparent {
    display: flex;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    color: #334155;

    /* Form/F2 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php__btn-border--blue {
    display: flex;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #185adb;
    background: #ffffff;
    color: #185adb !important;

    flex: 1 0 0;
    /* Form/F2 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-splide__btns {
    display: flex;
    width: 100%;
    padding-top: 4px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-self: stretch;
}

.institution-carousel__title {
    color: #0f172a;
    font-variation-settings: "wght" 600 !important;
    text-align: right;
    margin: 0;
    /* Headline/H4 */

    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 114.286% */
}

.php-splide__card-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #64748b;
    width: 100%;
    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    gap: 10px;
}

.php-splide__livecoinprice {
    margin: auto;
}

.php-splide__livecoinprice-col {
    display: flex;
    padding-top: 24px;
    flex-direction: column;
    align-items: flex-start;
}

.php-splide-coin {
    width: 100%;
    margin: auto;
}


.php-splide-coin__card-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-variation-settings: "wght" 600;
    color: #1e293b;
    margin: 0;
    /* Headline/H6 */

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.php-splide-coin__card-name small {
    color: #94a3b8;
    text-align: right;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-splide-coin__card-price {
    color: #94a3b8;
    text-align: right;
    margin: 0;
    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-splide-coin__card-price-final {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    gap: 24px;
}

.php-ads-card-svg {
    position: absolute;
    top: 20px;
    right: 16.5px;
}

.php-coin-price--green {
    color: #04a448 !important;
    text-align: right;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-coin-price--red {
    color: #f5222d !important;
    text-align: right;
    direction: ltr;
    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

#last-comments-carousel-container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.php-splide-price__dollar {
    color: #334155;
    text-align: right;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 20px; /* 125% */
}

.php-blog__card-title-single {
    color: #fff;
    text-align: right;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.php-scam__time-single {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #fff;
    text-align: right;
    text-overflow: ellipsis;

    /* Body/B4 */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.php-scam__card-content-single h3 {
    color: #fff;
    text-align: right;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px; /* 200% */
}

.last-post-blog__multylogs img {
    border-radius: 10px;
    width: 152px;
    height: 104px;
    flex-shrink: 0;
}

.php-scam__card-content {
    justify-content: space-between;
}

.php-news-title__logo a:hover {
    border-radius: 12px;
    background: #ffffff;

    .php-icon__border {
        svg {
            path {
                fill: #185adb !important;
            }
        }
    }
}

.php-icon__border svg:hover {
    fill: #185adb !important;
}

.php-scam__card-content-single {
    display: flex;
    padding: 16px 16px 20px 80px;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    justify-content: start;
    gap: 8px;
    align-self: stretch;
    z-index: 100;
    background-color: transparent;
}

.php-last-comments {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
    padding-top: 124px;
    padding-bottom: 0;
}

.php-comments-title {
    color: #0f172a;
    text-align: center;
    margin-bottom: 64px;
    /* Headline/H4 */

    font-size: 28px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 32px !important; /* 114.286% */
    font-variation-settings: "wght" 500 !important;
}

.php-last-comments__conatiner {
    display: flex;
    width: 100%;

    flex-direction: column;
    margin: auto;
    align-items: center;
    gap: 64px;
}

.php-last-comments-comments-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
    position: relative;
}

.php-last-comments__conatiner-comments {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: calc(25% - 12px);
    padding: 0;
    gap: 16px;
    position: relative;
}

.php-last-comments-comments-container::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 380px;
    background: linear-gradient(
            180deg,
            rgba(248, 250, 252, 0) 0%,
            #f9fbff 71.25%
    );
}

.php-comments-card {
    display: flex;
    /*max-width: calc(1440px / 4);*/
    width: 100%;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #ebf0f5;
    background: #ffffff;
}

.php-card-title__finantial {
    color: #185adb !important;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-card-title__author {
    color: #334155;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-card-title__in {
    color: #94a3b8;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-comments-fullname {
    display: flex;
    align-items: center;
    gap: 16px;
}

.php-comments-card__title {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    gap: var(--Spaces-S8-16, 6px);
}

.php-comments-card__title span {
    color: #94a3b8;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-comments-title__wrap {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 4px;
    align-items: start;
}

.php-comments-title__name {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.php-comments-title__rate {
}

.php-comments__content {
    color: #334155;
    text-align: right;
    margin: 0;
    /* Paragraph/P3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
    max-height: 224px;
    overflow: hidden;
}

.php-splide-timepast {
    color: #94a3b8;
    text-align: right;

    /* Body/B4 */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.php-scam__display {
    display: grid;
    width: 100%;
    grid-template-columns: auto auto auto;
    margin: auto;

    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 24px;
    flex-wrap: wrap;
}

.php-scam {
    display: flex;
    padding: 24px 0 80px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    margin: auto;
}

.php-scam__card {
    position: relative;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
}

.php-scam__card-content h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #1e293b;
    text-align: right;
    text-overflow: ellipsis;

    /* Paragraph/P3 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 40px; /* 228.571% */
}

.php-scam__card-content {
    display: flex;
    height: 104px;
    width: 252px;
    flex-direction: column;
    gap: 4px;
    flex: 1 0 0;
}

.php-scam__card-title {
    overflow: hidden;
    color: #1e293b !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    text-overflow: ellipsis;

    /* Paragraph/P2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 32px; /* 250% */
}

.php-icon__container {
    border-radius: 36px;
    border: 1px solid #ebf0f5;
    background: #ffffff;
    opacity: 1 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    align-items: center;
}

.php-scam__time {
    display: flex;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    overflow: hidden;
    color: #94a3b8;
    text-align: right;
    text-overflow: ellipsis;
    font-variation-settings: "wght" 500;
    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-tools {
    display: flex;
    background-color: white;
    padding: 200px 0;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

.php-tools__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 56px;
}

.php-tools__title-title {
    color: #0f172a;
    text-align: right;
    font-variation-settings: "wght" 600, "KSHD" 100;
    /* Headline/H4 */

    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 114.286% */
}

.php-tools__title-subtitle {
    color: #64748b;
    font-variation-settings: "wght" 500, "KSHD" 100;
    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.irb-services {
    display: grid;
    grid-template-columns: repeat(6, 200px);
    padding: 8px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    background: #ffffff;

    justify-content: center;
}

.irb-services__link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid #f1f5f9;
    background: #f8fafc;
    line-height: 20px;
    height: 200px;
    text-align: center;
}

.irb-services__link:hover {
    border-radius: 16px;
    border: 1px solid #ebf0f5;
    background: #ffffff;
    color: #185adb !important;
}

.irb-services__link:hover span svg path {
    fill: #185adb !important;
}

.irb-services__icon svg {
    width: 36px;
    height: 36px;
}

.php-last-blogs {
    display: flex;

    width: 100%;
    padding-top: 48px;
    flex-direction: column;
    margin: auto;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.last-post-blog__data {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

.last-post-blog__logs {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: repeat(3, 1fr);
    justify-content: space-between;
    gap: 1.5rem;
    gap: 24px;
}

.last-post-blog__singlelog {
    overflow: hidden;
    position: relative;
    width: 424px;
    height: 352px;
    grid-area: 1 / 1 / 4 / 4;
    border-radius: 16px;
    background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.7) 100%
    );
}

.last-post-blog__singlelog img {
    width: 100% !important;
    height: 100% !important;
}

.last-post-blog__multylogs {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    display: flex;
}

.last-post-blog__multylogs:nth-child(2) {
    grid-area: 1 / 7 / 2 / 4;
}

.last-post-blog__multylogs:nth-child(3) {
    grid-area: 1 / 10 / 2 / 7;
}

.last-post-blog__multylogs:nth-child(4) {
    grid-area: 2 / 4 / 3 / 7;
}

.last-post-blog__multylogs:nth-child(5) {
    grid-area: 2 / 10 / 3 / 7;
}

.last-post-blog__multylogs:nth-child(6) {
    grid-area: 3 / 4 / 4 / 7;
}

.last-post-blog__multylogs:nth-child(7) {
    grid-area: 3 / 7 / 4 / 10;
}

.php-img-style {
    border-radius: 10px;
}

.php-img-style img {
    width: 152px;
    height: 104px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.php-splide-img-slider {
    overflow: hidden;
    width: 120px;
    height: auto;
    display: flex;
    padding-bottom: var(--Spaces-S6-12, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.php-blog__card-title {
    text-align: right;
    display: block;
    color: #1e293b !important;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    font-variation-settings: "wght" 500 !important;
    /* Paragraph/P2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 250% */
}

.irb-academy_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 80px 0px;
    gap: 24px;
}

.irb-academy__news {
    border-radius: 24px;
    background: #185adb;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.irb-academy__course {
    display: flex;
    padding: var(--Spaces-S0-0, 0px) 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.irb-academy__course-single {
    display: grid;
    grid-template-columns: 1fr 40%;
    height: 320px;
    padding-right: 48px;
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    border: 1px solid #d5dde8;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    width: 100%;
}

.irb-academy__right-side {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.irb-academy__left-side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transform: translateX(-12px);
    position: relative;
}

.option-betweentools {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
    margin-bottom: 32px;
}

.php-course-row {
    color: #334155;
    text-align: right;

    /* Body/B2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    display: flex;
    align-items: center;
    gap: 8px;
}

.php-course__title {
    color: #1e293b;
    text-align: right;

    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    font-variation-settings: "wght" 600;
    line-height: 32px;
    margin-bottom: 32px;
}

.php-course__btn--blue {
    padding: 8px 12px;
    align-items: center;
    gap: 2px;
    border-radius: 8px;
    background: #185adb;
    color: #fff !important;
    width: fit-content;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: block;
}

.php-course__side {
    /*display: flex;*/
    /*width: 360px;*/
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*gap: 8px;*/
    /*position: absolute;*/
    /*left: -132px;*/
    /*bottom: 56.398px;*/
}

.php-course__side-row {
    display: flex;
    padding: var(--Spaces-S3-6, 6px);
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    margin-bottom: 8px;
}

.php-course__side-number {
    display: flex;
    width: 24px !important;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: var(--Radius-R3-6, 6px);
    background: var(--BG-Brand-Blue-C---Main, #185adb);
    color: #fff;
    text-align: center;
    padding: 0px 10px;
    /* Body/B4 */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.php-course__side-number--gray {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 6px;
    background: var(--BG-Neutral-C, #ebf0f5);
    color: #64748b;
    text-align: center;

    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 133.333% */
}

.php-course__side-text {
    color: #1e293b;
    text-align: right;
    white-space: nowrap;
    width: 100%;
    margin: 0;
    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-course__side-text--gray {
    color: #94a3b8;
    white-space: nowrap;
    margin: 0px;
    text-align: right;

    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 142.857% */
}

.php-course__side-skeleton--gray {
    display: flex;
    margin: 0;
    width: 206.4px;
    height: 18.289px;
    justify-content: center;
    align-items: center;
    gap: 7.644px;
    flex-shrink: 0;
    border-radius: 3.822px;
    background: var(--BG-Neutral-B, #f1f5f9);
}

.php-course__side-row:nth-child(4) {
    margin-right: 16px;
}

.php-course__side-row:nth-child(4) .php-course__side-number--gray {
    padding: 0;
}

.php-course__side-row:nth-child(5) {
    margin-right: 32px;
}

.php-course__side-row:nth-child(5) .php-course__side-number--gray {
    padding: 0;
}

.php-sidecourse-pos {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.php-news__img {

}

.php-news__title {
    padding: 0 0 60px 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    gap: 40px;
}

.irb-academy__title-text {
    color: #fff;
    text-align: center;
    width: 363px;
    margin: auto;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
    font-variation-settings: "wght" 600, "KSHD" 100;
}

.php-news-title__logo {
    display: flex;
    align-items: center;
    gap: var(--Spaces-S6-12, 12px);
}

.php-icon__border {
    display: flex;
    padding: var(--Spaces-S6-12, 12px);
    align-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
}

.php-scam-alert {
    border-top: 1px solid #ffccc7;
    border-bottom: 1px solid #ffccc7;
    background: #fff1f0;
    display: flex;
    padding: 64px 0px;
    justify-content: center;
    align-items: center;
    gap: 48px;
    align-self: stretch;
    position: relative;
}

.irb-alarm-icon {
    position: absolute;
    bottom: 0;
    right: 26%;
}

.php-scam__content {
    position: relative;
    display: flex;

    align-items: center;
    gap: 200px;
    flex: 1 0 0;

    width: 100%;
    margin: auto;
}

.php-scam__title {
    display: flex;
    flex-direction: column;
    width: 294px;
    gap: 16px;
}

.php-scam__title strong {
    color: var(--text-icon-fg-error-b, #f5222d);
    text-align: right;

    /* Subtitle/S2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

.php-scam__title h4 {
    color: #0f172a;
    text-align: right;

    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typography-LineHeight-L8-48, 48px); /* 171.429% */
}

.php-scam__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 0 0;
}

.php-scam__text h5 {
    color: #1e293b;
    text-align: right;

    /* Headline/H6 */

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
}

.php-scam__text p {
    color: #64748b;
    text-align: right;

    /* Paragraph/P3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
}

.php-scam__content svg {
    position: absolute;
    bottom: -64px;
    right: 258px;
}

.php-last-analysis-user {
    display: flex;

    margin: auto;
    width: 100%;
    padding: 32px 0px var(--Spaces-S16-48, 48px) 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Spaces-S16-48, 48px);
}

.php-last-analysis-user__continer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.php-last-analysis-user__card {
    display: flex;
    width: 23%;
    padding: 24px;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #ebf0f5;
    background: #ffffff;
}

.php-button-container {
    display: flex;
    flex: 1 0 0;
    justify-content: flex-end;
}

.php-last-analysis__img {
    margin: 0 !important;
    width: 100%;
}

.php-last-analysis__img img {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.php-last-analysis-user__card-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    align-self: stretch;
}

.php-last-analysis-user__card-title img {
    border-radius: 10px;
}

.php-last-analysis-user__card-auther {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.php-last-analysis-user__card-cata {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    color: #64748b;
    text-align: right;

    /* Body/B4 */

    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
}

.php-last-analysis-user__card-timeandname {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.php-last-analysis-user__card-timeandname cite {
    color: #334155;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-last-analysis-user__card-timeandname time {
    color: #94a3b8;
    text-align: right;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-last-analysis-user__card-content {
    color: #334155;
    text-align: right;
    /* Paragraph/P3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 32px; /* 228.571% */
}

.php-last-analysis-user__card-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.php-last-analysis-user__card-footer a {
    color: #185adb !important;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-last-analysis-user__card-footer-comment {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #94a3b8;

    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.php-last-analysis-user__card-footer-show {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #185adb;
    /* Body/B3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght" 500;
    line-height: 20px; /* 142.857% */
}

.php-aparat-video {
    position: relative;
}

.php-aparat-hover {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    justify-content: center;
    align-items: center;
    border-radius: var(--Radius-R9-24, 24px);
    opacity: 0.8;
    background: #1e293b;
}

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

/* .php-container {
  max-width: 540px;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 98vw;
} */
.pdp-banner__container {
    display: flex;
    margin: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0px 20px;
    gap: var(--Spaces-S13-32, 44px);
}

.php-splide-coin__card {
    display: flex;
    width: auto;
    padding: 28px 24px 24px 24px;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    border: 1px solid #ebf0f5;
    background: #ffffff;
    min-width: 235px;
    width: 248px
}

#currencies h2 {
    margin-bottom: 36px;
    font-variation-settings: "wght" 600;
}

.php-header__dynamic {
    display: none;
}

.php-page {
    overflow-x: hidden;
}

.php-sidecourse-pos {
    left: 125px;
}

.php-scam__title h4 {
    color: #0f172a;
    text-align: right;

    font-size: var(--Typography-Font-Size-F7-24, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 166.667% */
}

.splide-arrow--right-php {
    display: none;
    right: 0 !important;
    transform: translate3d(50%, -50%) !important;
    border-radius: var(--Radius-R9-24, 36px) !important;
    border: 1px solid #ebf0f5 !important;
    background: #ffffff !important;
}

.splide-arrow--left-php {
    display: none;
    left: 0 !important;
    transform: translate3d(-50%, -50%) !important;
    border-radius: var(--Radius-R9-24, 36px) !important;
    border: 1px solid #ebf0f5 !important;
    background: #ffffff !important;
}

.php-blog__card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    white-space: wrap;
    overflow: hidden;
    color: #1e293b;
    text-align: right;
    text-overflow: ellipsis;
    font-variation-settings: "wght" 500;
    /* Paragraph/P3 */

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px !important; /* 228.571% */
}

.php-splide__livecoinprice-col {
    display: flex;
    padding-top: var(--Spaces-S11-0, 0px);
    flex-direction: column;
    align-items: flex-start;
}

.php-blog__card-title-single {
    color: #fff;
    text-align: right;

    /* Paragraph/P2 */

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px !important; /* 250% */
    font-variation-settings: "wght" 500;
}

.splide-ajax-tracker {
    display: flex !important;
    justify-content: center;
}


.irb-breaking-news__side .list-title-counter .entry-title {
    padding-bottom: 0;
}


body .irb-breaking-news__side .entry {
    margin-bottom: 0 !important;
    padding: 20px 0 !important;
}

body ol.php-most-display-mobile {
    display: flex;
    flex-direction: column;
}

body .irb-breaking-news__side .entry:before {
    top: 50%;
    margin-top: -13px;
}

@media (min-width: 1200px) {

    body .irb-breaking-news__side .entry:first-child {
        padding-top: 0 !important;
    }

    body .irb-breaking-news__side .entry:first-child:before {
        margin-top: -21px;
    }
}

.php-news-spaceing a {
    font-size: 14px;
    line-height: 20px;
}

.irb-breaking__items .last-blog__filter-container {
    justify-content: flex-start;
    gap: 20px;
}

.irb-breaking__items .last-blog__filter-container .last-blog__btn-posts {
    font-size: 16px !important;
    padding: 0 0 16px 0 !important;
    gap: 12px;
}

.irb-breaking-news__side
.irb-latest-user-analysis {
    margin: 0 !important;
}

.php-last-analysis-user .php-moment__title {
    margin-bottom: 0 !important;
}

.irb-hero__search_wrapper {
    position: relative;
}

#coins-container .php-moment__title {
    margin-bottom: 0;
}

body .homepage__wrapper .news-categories--frontpage {
    padding: 96px 0 96px 0;
}

.php-scam-alert {
    margin: 96px 0;
}

/*.institution-carousel button.splide__arrow {*/
/*    margin-top: -24px;*/
/*}*/
/*#currencies .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--next {*/
/*    left: -24px !important;*/
/*}*/
/*#currencies .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--prev {*/
/*    right: -24px !important;*/
/*}*/
/*.irb-latest-analysis .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--next {*/
/*    left: -24px !important;*/
/*}*/
/*.irb-latest-analysis .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--prev {*/
/*    right: -24px !important;*/
/*}*/
.financial-ins__item svg {
    width: 32px;
    height: 32px;
}

.financial-ins__title {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
}

.irb-academy__title-text--one {
    margin-bottom: 24px;
}

/*
===================================
            1024px
===================================
*/
@media (max-width: 1024px) {
    .irb-hero {
        min-height: 70vh;
    }

    .irb-hero__search-input {
        font-size: 14px;
        padding: 0
    }

    .irb-hero__search-input::placeholder {
        width: 100%;
    }

    .irb-hero__bottom {
        width: 75%;
        min-width: 329px;
        bottom: -2px;
    }

    .financial-ins__item {
        display: flex;
        width: 100px;
        height: 100px;
    }

    .financial-ins__title {
        font-size: 14px;
        line-height: 14px;
    }

    .irb-breaking__wrapper {
        display: block;
    }

    .irb-home-ads-slider {
        margin-top: 0;
    }

    .irb-breaking__wrapper ol.php-most-display-mobile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 16px;
    }

    .irb-services {
        grid-template-columns: repeat(4, 152px);
    }

    .irb-services__link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border-radius: 16px;
        border: 1px solid #f1f5f9;
        background: #f8fafc;
        line-height: 20px;
        /*Font-size should be 16 to make the boxes square we set it to 14px(by Hossein)*/
        font-size: 14px;
        height: 152px;
    }

    .irb-services__title {
        height: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .irb-services__icon svg {
        width: 32px;
        height: 32px;
    }

    .irb-academy_wrapper {
        grid-template-columns: 100%;
    }

    .irb-academy__news {
        order: 1;
    }

    .irb-academy__course {
        order: 2;
    }

    .php-last-comments__conatiner-comments {
        width: calc(50% - 12px);
    }

    .php-scam__content {
        gap: 0;
    }

    .php-splide__card {
        padding: 28px 20px 20px 20px;
        gap: 12px;
    }

    .php-splide-faname {
        font-size: 16px;
    }

    .php-splide-enname {
        font-size: 12px;
    }

    .php-splide__card-time {
        font-size: 12px;
    }

    .irb-breaking__wrapper li.entry.php-news-margin.py-1 {
        width: 100%;
    }

    .php-scam__display {
        grid-template-columns: 1fr 1fr;
    }


    body .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--next {
        left: 26px !important;
    }

    body .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--prev {
        right: 26px !important;
    }

    .irb-academy__news {
        padding-top: 84px;
    }

    .irb-academy__title-text {
        width: 80%;
    }

    .php-last-analysis-user {
        gap: 32px;
    }

    .financial-ins {
        height: 64px;
    }

    .php-tools {
        padding: 80px 0;
    }

    body .homepage__wrapper .news-categories--frontpage {
        padding: 56px 0;
    }

    .irb-academy_wrapper {
        padding: 40px 0px;
    }

    .irb-hero__desc {
        font-size: 14px;
        line-height: 16px;
        opacity: 1;
        margin-bottom: 204px;
    }

    .irb-hero__title {
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        line-height: 150%;
        margin-bottom: 34px;
    }

    .financial-ins__item svg {
        width: 24px;
        height: 24px;
    }

    .financial-ins__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0;
    }

}

/*
===================================
            767px
===================================
*/
@media (max-width: 767px) {
    .php-moment__most {
        gap: 0;
    }

    .irb-breaking__wrapper ol.php-most-display-mobile {
        margin-top: 0
    }

    #coins-container .php-moment__title {
        margin-bottom: 20px;
    }

    .irb-hero {
        min-height: 55vh;
    }

    .irb-hero__title {
        font-size: 28px;
        line-height: 44px;
    }

    .irb-hero__desc {
        font-size: 14px;
        line-height: 16px;
        opacity: 1;
        margin-bottom: 44px;
    }

    .irb-hero__search {
        margin-top: 0;
        min-width: 100%;
    }


    .irb-hero__search_wrapper {
        padding: 8px 8px 0 8px;
    }

    .irb-hero__search-btn {
        padding: 10px;
    }

    .irb-hero__search-text {
        display: none;
    }

    .irb-hero__search-svg {
        display: block;
    }

    .financial-ins__wrapper {
        grid-template-columns: 1fr 1fr;
        transform: translateY(0);
        background-color: transparent;
        width: 100%;
    }

    .financial-ins__item {
        width: 100%;
        flex-direction: row;
    }

    .financial-ins__title {
        font-size: 16px;
        line-height: 16px;
    }

    .php-moment-all-news {
        grid-template-columns: 1fr;
    }

    .irb-services {
        grid-template-columns: 112px 112px 112px;
        gap: 8px;
    }

    .irb-services__link {
        display: flex;
        height: 112px;
        background-color: #F1F5F9;
        font-size: 12px;

    }

    .irb-services__link:nth-child(odd) {
        background-color: #fff;
    }

    .irb-services__title {
        height: 26px;
        line-height: 14px;
        padding: 0 5px;
    }

    .irb-services__icon svg {
        width: 28px;
        height: 28px;
    }


    .irb-breaking__wrapper ol.php-most-display-mobile {
        display: block;
    }

    .php-last-comments__conatiner-comments {
        width: 100%;
    }

    .php-scam__content {
        flex-direction: column;
    }

    .php-scam__title {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
    }

    .php-scam__display {
        grid-template-columns: 1fr;
    }

    .php-container {
        margin-top: 0;
    }

    .institution-carousel {
        margin: 72px auto;
    }

    .irb-content__head {
        margin-bottom: 20px;
    }

    .irb-content__head-title {
        font-size: 20px;

    }

    .irb-content__head-link {
        font-size: 14px;
    }

    .php-news__card-title {
        font-size: 14px;
    }

    .php-time__color {
        font-size: 12px;
    }

    .php-news-cata-btn-most {
        font-size: 14px;
    }

    #php-momment-most-ajax span.link-whole-div {
        font-size: 14px;
    }

    li.entry.php-news-margin.py-1:before {
        font-size: 12px;
    }

    .irb-academy__course-single {
        height: auto;
    }

    .php-course__side {
        position: initial;
    }

    .irb-academy__course-single {
        display: grid;
        grid-template-columns: 1fr;
        padding-top: 32px;
        gap: 48px;
    }

    .financial-ins {
        overflow: hidden;
    }

    .irb-hero__search_wrapper:after {
        content: " ";
        height: 30px;
        width: 30px;
        background: transparent;
        border-radius: 16px;
        box-shadow: -10px 10px 0 -4px #f9fbff;
        right: 0;
        position: absolute;
        bottom: 0;
        transform: translate(30px, 0px);
    }

    .irb-hero__search_wrapper:before {
        content: " ";
        height: 30px;
        width: 30px;
        background: #ef1e1e00;
        border-radius: 16px;
        box-shadow: 10px -10px 0 -4px #f9fbff;
        left: 0;
        position: absolute;
        bottom: 0;
        transform: translate(-30px, 0px) rotate(90deg);
    }

    .financial-ins {
        height: auto;
        padding-top: 18px;
    }

    .irb-academy__news {
        padding-top: 34px;
    }

    .irb-academy__title-text {
        font-size: 16px;
        line-height: 24px;
    }

    .php-news__title {
        padding: 0 0 44px 0;
    }

    .php-icon__border {
        display: flex;
        padding: 10px;
    }

    .financial-ins__item svg {
        width: 28px;
        height: 28px;
    }

    .financial-ins__title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .irb-academy__title-text--one {
        margin-bottom: 12px;
    }

    .irb-alarm-icon {
        right: 0;
    }

    body .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--next, body .splide.style-1 .splide__arrows .splide__arrow.splide__arrow--prev {
        display: none;
    }

}

@media (min-width: 1024px) and (max-width: 1367px) {
    .irb-services {
        grid-template-columns: repeat(4, 152px);
    }

}

@media (max-width: 1024px) and (min-width: 768px) {
    .irb-hero__bottom {
        width: max-content;
    }
}

@media (max-height: 500px) and (min-width: 768px) {
    .irb-hero {
        min-height: 95vh;
    }

    .irb-hero__search {
        margin-top: -213px;
    }
}

