.valut-item {
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
}
.valut-item:before {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 70%;
    height: 2px;
    background: var(--blue);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.valut-item.active:before {
    opacity: 1;
}

/* Курс валют НБУ - Start */
.kurs-nbu-block .container {
    gap: 24px;
    width: auto !important;
    margin: 0 !important;
}
.kurs-nbu-block .under-table {
    align-items: flex-start;
    margin-top: -8px;
}
.kurs-nbu-block .under-table p {
    font-size: 13px;
    line-height: 17px;
    color: #9499ac;
    width: fit-content;
}
.kurs-nbu-block table tr th {
    min-width: 33%;
    width: 325px;
}
.kurs-nbu-block table tr td {
    min-width: 20%;
    width: 188px;
    text-align: center;
}
.kurs-nbu-block .valut-name {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.kurs-nbu-block .dynamic-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.kurs-nbu-block .dynamic-content img {
    display: none;
    width: 20px;
}
.kurs-nbu-block .dynamic-content.positive img.positive {
    display: block;
}
.kurs-nbu-block .dynamic-content.negative img.negative {
    display: block;
}
.valut-name img {
    width: 20px !important;
    height: 20px !important;
}
/* Курс валют НБУ - End */

/* Курс валют по міжбанку - Start */
.kurs-mizhbank-block {
    padding-bottom: 32px;
}
.kurs-mizhbank-block .container {
    gap: 24px;
    width: 100% !important;
    max-width: calc(100% - 0px) !important;
    margin: 0 !important;
}
.kurs-mizhbank-block .under-table {
    align-items: flex-start;
    margin-top: -8px;
}
.kurs-mizhbank-block .under-table p {
    font-size: 13px;
    line-height: 17px;
    color: #9499ac;
}
.kurs-mizhbank-block table tr th {
    min-width: 20%;
    width: 200px;
}
.kurs-mizhbank-block table tr td {
    min-width: 20%;
    width: 200px;
    text-align: center;
}
.kurs-mizhbank-block .valut-select-mizhbank {
    display: flex;
    gap: 16px;
}
/* Курс валют по міжбанку - End */

/* Курс валют в банках - Start */
.kurs-in-bank {
    padding-bottom: 32px;
}
.kurs-in-bank .container {
    gap: 24px;
    width: 100% !important;
    max-width: calc(100% - 0px) !important;
    margin: 0 !important;
}
.kurs-in-bank .valut-select-in-bank {
    display: flex;
    gap: 16px;
}
.kurs-in-bank table tr th,
.kurs-in-bank table tr td {
    min-width: 25%;
    width: 25%;
    text-align: center;
}
.valut-item {
    position: relative;
    cursor: pointer;
    padding-bottom: 5px;
}
.valut-item:before {
    content: "";
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 70%;
    height: 2px;
    background: var(--blue);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.valut-item.active:before {
    opacity: 1;
}
.kurs-in-bank .bank-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
/* Курс валют в банках - End */

/* Курс готівка - Start */
.kurs-hotivka-block {
    padding-bottom: 32px;
}
.kurs-hotivka-block .container {
    gap: 24px;
    width: 100% !important;
    max-width: calc(100% - 0px) !important;
    margin: 0 !important;
}
.kurs-hotivka-block .under-table {
    align-items: center;
}
.kurs-hotivka-block table {
    display: table;
}
.kurs-hotivka-block table tr th,
.kurs-hotivka-block table tr td {
    min-width: 25%;
    width: 25%;
    text-align: center;
}
.kurs-hotivka-block .valut-name {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.kurs-hotivka-block .dynamic-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.kurs-hotivka-block .dynamic-content img {
    display: none;
}
.kurs-hotivka-block .dynamic-content.positive img.positive {
    display: block;
}
.kurs-hotivka-block .dynamic-content.negative img.negative {
    display: block;
}
/* Курс готівка - End */

.ads-banner-1.banner-bottom .huge-g {
    left: 34px;
    top: -77px;
    font-size: 190px;
}
.ads-banner-1.banner-bottom p {
    margin: 16px 0 16px 0;
}
.ads-banner-1.banner-bottom:before {
    background: url(/wp-content/themes/gosta/img/banners/banner-curs.webp);
    background-position: 100% 0%;
    background-size: cover;
    width: 155px;
    height: 155px;
    top: 30px;
    right: 25px;
}

.post-43888 .banner-bottom {
    display: none !important;
}
.post-43888 .info-box {
    display: none !important;
}
.post-43888 .post-navigation {
    display: none !important;
}
.post-43888 .post-content {
    margin-left: initial !important;
}

.post-43908 .post-navigation,
.post-43927 .post-navigation,
.post-43928 .post-navigation,
.post-43929 .post-navigation {
    display: none !important;
}
.post-43908 .post-content,
.post-43927 .post-content,
.post-43928 .post-content,
.post-43929 .post-content {
    width: 100% !important;
    margin-left: initial !important;
    padding-bottom: 0 !important;
    margin-bottom: -24px !important;
}
@media (max-width: 1279px) {
    .converter-side {
        gap: 24px;
        width: calc(100% - 0px);
    }
    .converter-col {
        padding: 32px 0 0 8px;
    }
    .converter .line {
        gap: 8px;
        flex-direction: column;
    }
    .i-have-box,
    .i-get-box,
    .rate-box {
        width: 100%;
    }
    .change-icon {
        display: none;
    }
    .empty-box {
        display: none;
    }
    .last-time-update {
        margin-top: 10px;
        font-size: 12px;
    }
    .kurs-nbu-block .container,
    .kurs-mizhbank-block .container,
    .kurs-in-bank .container,
    .kurs-hotivka-block .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .post-43908 .kurs-nbu-block tr th:nth-child(2),
    .post-43908 .kurs-nbu-block tr td:nth-child(2) {
        display: none;
    }
    .post-43908 .kurs-nbu-block tr th:nth-child(3),
    .post-43908 .kurs-nbu-block tr td:nth-child(3) {
        display: none;
    }

    .post-43927 .kurs-nbu-block tr th:nth-child(2),
    .post-43927 .kurs-nbu-block tr td:nth-child(2) {
        display: none;
    }
    .post-43927 .kurs-nbu-block tr th:nth-child(3),
    .post-43927 .kurs-nbu-block tr td:nth-child(3) {
        display: none;
    }

    .post-43928 .kurs-nbu-block tr th:nth-child(2),
    .post-43928 .kurs-nbu-block tr td:nth-child(2) {
        display: none;
    }
    .post-43928 .kurs-nbu-block tr th:nth-child(3),
    .post-43928 .kurs-nbu-block tr td:nth-child(3) {
        display: none;
    }

    .post-43929 .kurs-nbu-block tr th:nth-child(2),
    .post-43929 .kurs-nbu-block tr td:nth-child(2) {
        display: none;
    }
    .post-43929 .kurs-nbu-block tr th:nth-child(3),
    .post-43929 .kurs-nbu-block tr td:nth-child(3) {
        display: none;
    }
    .under-table {
        align-items: center !important;
    }
    .kurs-nbu-block {
        padding-bottom: 8px;
    }
    .kurs-mizhbank-block tr th:nth-child(5),
    .kurs-mizhbank-block tr td:nth-child(5) {
        display: none;
    }
    .kurs-mizhbank-block tr th:nth-child(4) {
        border-top-right-radius: 12px;
    }
    table tr th {
        padding: 15px 15px;
    }
    table tr td {
        padding: 15px 15px;
    }
    .kurs-in-bank tr th:nth-child(4),
    .kurs-in-bank tr td:nth-child(4) {
        display: none;
    }
    .kurs-in-bank table tr th:nth-child(3) {
        border-top-right-radius: 12px;
    }
    .kurs-hotivka-block tr th:nth-child(4),
    .kurs-hotivka-block tr td:nth-child(4) {
        display: none;
    }
    .kurs-hotivka-block tr th:nth-child(3) {
        border-top-right-radius: 12px;
    }
    .sub-banner + blockquote:before {
        right: 12px;
        bottom: 10px;
        width: 20px;
        height: 80%;
    }
    .converter-side .sub-banner + blockquote {
        margin-bottom: 0;
    }
    .converter-side .sub-banner .huge-g {
        right: 20px;
        bottom: 10px;
        top: initial;
        width: 100px;
    }
    .post-aside {
        padding-bottom: 48px;
    }
    .ads-banner-1.banner-bottom:before {
        width: 115px;
        height: 115px;
        top: 130px;
        right: 25px;
    }
    .ads-banner-1 p {
        width: 175px;
        font-size: 14px;
        line-height: 22px;
    }
    .ads-banner-1 p br {
        display: none;
    }
    .ads-banner-1.banner-bottom .huge-g {
        left: initial;
        right: 20px;
    }
    .post-aside {
        padding-bottom: 0;
    }
}
