/** @format */

/** 666 */

.header__inner {
    justify-content: space-between;
}

.mobile {
    display: none;
}

.btn:not([disabled]) {
    cursor: pointer;
}

.footer__logo {
    margin-right: 20px;
}

.footer__email {
    margin-right: 20px;
}

@media (min-width: 768px) {
    .footer__email {
        font-size: 11px;
    }
}

div.info__body p {
    line-height: 1.3;
    padding: 0.3em 0;
    text-align: justify;
}

.allbankcomments a {
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.5);
    margin: -38px 0 60px 0;
    position: relative;
    z-index: 2;
}

.allbankcomments a:hover {
    text-decoration: none;
}

.pagination__link {
    padding: 0;
    cursor: pointer;
}

.pagination__link a {
    padding: 0 9px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.suggestions__footer p,
div.congratulation__text p {
    line-height: 1.167;
    padding: 0.3em 0;
}

div.suggestions__footer h2,
div.congratulation__text h2 {
    font-weight: bold;
    font-size: 120%;
    padding: 0.6em 0;
}

div.suggestions__footer ul,
div.suggestions__footer ol,
div.congratulation__text ul,
div.congratulation__text ol {
    margin-left: 15px;
}

div.suggestions__footer ul li,
div.suggestions__footer ol li,
div.congratulation__text ul li,
div.congratulation__text ol li {
    list-style: disc;
    line-height: 1.167;
    padding: 0.3em 0;
}

.any_comments {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    background: #f8f8f8;
    border-radius: 5px;
    padding: 20px 35px;
    display: flex;
    width: fit-content;
    margin: 20px auto 40px auto;
}

.any_comments a {
    margin-left: 5px;
    text-decoration: underline;
}

.any_comments a:hover {
    text-decoration: none;
}

.courses__body > i {
    margin-top: 40px;
    display: block;
}

.courses__date,
.courses__time {
    text-align: center;
    height: 100%;
}

.courses__box {
    height: 100%;
}

.mainfeatures {
    color: #ff8a16;
    font-size: calc(14px + 4 * (100vw / 1920));
    font-family: "Roboto-Bold", Arial, sans-serif;
}

.average__paragraph {
    line-height: 1.167;
    padding: 0.3em 0;
    font-family: "Gotham-Pro-Regular", Arial, sans-serif;
    font-size: calc(12px + 2 * (100vw / 1920));
    text-align: justify;
    margin-bottom: 13px;
}

.average__paragraph.average__paragraph--hidden {
    display: none;
}

/* Кастомная форма */
.custom-form {
    display: flex;
    align-items: center;
}

.custom-form--raw {
    display: block;
}

.custom-form__row {
    display: flex;
    align-items: flex-end;
}

.custom-form > strong {
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    margin-right: 20px;
}

.custom-form select,
.custom-form input[type="text"] {
    padding: 0 35px 0 15px;
    width: 100%;
    height: 37px;
    background-color: #fef1e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    /*text-transform: capitalize;*/
    appearance: none;
    background-image: url(../images/icons/selectArrow.svg);
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
}
.selectpicker.min-width {
    min-width: 162px;
}

.custom-form select {
    width: -webkit-fill-available;
}

.custom-form input[type="text"] {
    width: 120px;
}

.custom-form input[type="text"]::placeholder {
    color: #000;
}

.custom-form input[type="submit"] {
    width: 145px;
    height: 37px;
    background: #ff8a16;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #ffffff;
}

.custom-form input {
    justify-content: flex-start;
    margin-right: 20px;
}

.custom-form .select-wrapper {
    position: relative;
    margin-right: 0px;
}

.custom-form .select-wrapper::after {
    /* position: absolute;
    top: 12px;
    right: 15px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #ff8a16;
    border-bottom: 2px solid #ff8a16;
    transform: rotate(45deg); */
}
.custom-form .select-wrapper {
    background-image: url(../images/icons/selectArrow.svg);
    background-repeat: no-repeat;
    background-position: top 12px right 15px;
}

/* .custom-form__row--five > div {
    width: 20%;
} */

/* .custom-form__row--five > div select,
.custom-form__row--five > div input {
    max-width: 110px;
} */

.nav__email {
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    color: #000000;
}

.nav__copyright {
    font-weight: 400;
    font-size: 8px;
    line-height: 8px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 3px;
    margin-left: 20px;
}

.nav__contacts--first {
    margin-top: 60px;
}

.nav__contacts--second {
    margin-top: 20px;
}

.branches__card > .office {
    font-size: calc(16px + 2 * (100vw / 1920));
    font-family: "Roboto-Bold", "Arial", serif;
    margin-bottom: 15px;
}

.branches__card .branches__tel {
    font-family: "Gotham-Pro-Regular", "Arial", serif;
    margin: 0;
    text-decoration: underline;
}

.branches__card .branches__tel:hover {
    text-decoration: none;
}

.bank__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bank__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    text-align: right;
    color: #b8b8b8;
}

/*.average__content .phone a {*/
/*    font-size: calc(10px + -2 * (100vw / 1920));*/
/*}*/

.average__block:nth-child(6),
.average__block:nth-child(7),
.average__block:nth-child(6)::before,
.average__block:nth-child(7)::before,
.average__price:nth-child(6),
.average__price:nth-child(7) {
    background: transparent;
}

.average__aside > .average__block:last-child,
.average__aside > .average__block:last-child::before,
.average__item > .average__price:last-child,
.average__aside > .average__block:nth-last-child(2),
.average__aside > .average__block:nth-last-child(2)::before,
.average__item > .average__price:nth-last-child(2) {
    /* background: rgba(254,242,227,.5); */
    position: relative;
}

.average__aside > .average__block:last-child::before,
.average__aside > .average__block:nth-last-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 37px;
    z-index: 2;
    left: 0;
    /* background: rgba(254,242,227,.5); */
    transform: translate(-100%, 0);
}

.breadcrumb {
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.breadcrumb > li {
    margin-right: 10px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.breadcrumb > li > a {
    display: inline;
}

.breadcrumb > li span {
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;
    color: #b8b8b8;
}

.breadcrumb > li::before {
    content: "";
    border-top: 1px solid #b8b8b8;
    border-right: 1px solid #b8b8b8;
    transform: rotate(45deg);
    width: 4px;
    height: 4px;
}

.breadcrumb > li:last-child::after {
    content: none;
}

.comments__item--replied {
    margin-left: 40px;
    position: relative;
    background-color: #fff;
}

.comments__btn {
    margin-bottom: 40px;
}

.comments__item--replied::before {
    position: absolute;
    content: "";
    background: transparent url("../images/icons/comments-dot-5.svg") 0 0
        repeat-x;
    top: -3px;
    height: 20px;
    width: 100%;
    z-index: 0;
    margin-left: -30px;
}

.comments__item--replied .comments__item--replied {
    margin-left: 20px;
}

.comments__item--replied .comments__item--replied::before {
    margin-left: -60px;
}

.comments__item--replied
    .comments__item--replied
    .comments__item--replied::before {
    margin-left: -90px;
}

.comments__item--replied
    .comments__item--replied
    .comments__item--replied
    .comments__item--replied::before {
    margin-left: -120px;
}

.comments__item--replied .comments__row {
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.comments__row {
    max-width: 100%;
}

.custom-title {
    margin-bottom: 28px;
}

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

.tag__items {
    display: flex;
    margin-left: 5px;
}

.tag__items > a {
    margin-right: 12px;
    text-transform: capitalize;
}

.tag__items > a:last-child {
    margin-right: 0;
}

.onenews__details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}

.onenews__source {
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    display: flex;
    flex-grow: 1;
    margin-left: 120px;
}

@media (max-width: 500px) {
    .onenews__source {
        margin-left: 20px;
    }
}

.onenews__source a {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    text-decoration: underline;
    margin-left: 5px;
}

.onenews__source a:hover {
    text-decoration: none;
}

/* .suggestions__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
} */

.suggestions.suggestions--cash .suggestions__card:last-child {
    display: block !important;
}

.congratulation__body {
    align-items: flex-start;
}

.credits__block {
    min-width: 370px;
}

.box.main-block.holdings > row:first-child .custom-form__row {
    margin-top: 40px;
}

.holdings .deposits__body {
    max-width: unset;
}

.holdings .custom-form__row {
    display: flex;
    align-items: flex-end;
    margin: 0 0 15px 0;
    flex-wrap: wrap;
}

.holdings .custom-form__row > div {
    margin-bottom: 20px;
    margin-right: 20px;
}

.holdings .custom-form__row > div input[type="text"],
.holdings .custom-form__row > div input[type="text"]::placeholder {
    font-size: calc(14px + 3.4 * ((100vw - 360px) / 1920));
}

@media (max-width: 760px) {
    .holdings .custom-form__row > div {
        width: 50% !important;
        margin-right: 0 !important;
    }

    .holdings .custom-form__row > div input,
    .holdings .custom-form__row > div select {
        width: 100% !important;
    }

    .holdings .custom-form__row > div:nth-child(2n) .select-wrapper,
    .holdings .custom-form__row > div:nth-child(2n) {
        margin-right: 0 !important;
        padding-left: 10px;
    }

    .holdings .custom-form__row > div:nth-child(1n) {
        padding-right: 10px;
    }

    .holdings .custom-form__row .button-el,
    .holdings .custom-form__row .button-el button {
        width: 100% !important;
    }
}

@media (max-width: 575.98px) {
    .news__title {
        border-bottom: none;
    }
}

.credits__form .credits__left .select {
    min-width: unset;
}

.credits__left.custom-form .select-wrapper {
    margin-right: unset;
}

.sortby {
    display: flex;
    align-items: center;
    /*margin-bottom: 34px;*/
}

.sortby__title {
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 25px;
    color: #000000;
    margin-right: 20px;
}

.sortby__select {
    padding: 0 35px 0 15px;
    height: 37px;
    background: #fef1e2;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    text-transform: capitalize;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    min-width: 200px;
}

.sortby__select::after {
    position: absolute;
    top: 12px;
    right: 15px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #ff8a16;
    border-bottom: 2px solid #ff8a16;
    transform: rotate(45deg);
}

.sortby__item {
}

.sortby__submenu {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 0 35px 0 15px;
    background: #fef1e2;
    min-width: 200px;
}

.sortby__submenu .sortby__item {
    margin: 10px 0px;
    padding: 10px 0;
}

.original-select-container .select {
    width: 200px;
}

.form-search-credit.custom-form,
.form-search-credit.custom-form .box.main-block {
    width: 100%;
}

.form-search-credit.custom-form .custom-form__row {
    justify-content: space-between;
}

.form-search-credit.custom-form .custom-form__row .valuta {
    width: 121px;
}
.form-search-credit.custom-form .custom-form__row .summa {
    width: 110px;
}
.form-search-credit.custom-form .custom-form__row .period-block {
    width: 148px;
}
.form-search-credit.custom-form .custom-form__row .town {
    width: 110px;
}

@media (min-width: 768px) {
    .form-search-credit.custom-form .custom-form__row > div {
        width: auto;
    }

    .form-search-credit.custom-form .custom-form__row {
        justify-content: flex-start;
    }
}

.form-search-credit.custom-form
    .custom-form__row--five
    > div
    select#CreditCityId {
    max-width: 130px;
}

form#CreditPodZalogNedvijimostiForm select#CreditCityId {
    max-width: 130px;
}

.footer__contacts {
    margin-top: 60px;
}

@media (max-width: 900px) {
    .form-search-credit.custom-form .custom-form__row .valuta {
        width: 161px;
    }
    .form-search-credit.custom-form .custom-form__row .summa {
        width: 161px;
    }
    .form-search-credit.custom-form .custom-form__row .period-block {
        width: 161px;
    }
    .form-search-credit.custom-form .custom-form__row .town {
        width: 161px;
    }
}

@media (max-width: 935px) {
    .credits-form .custom-form__row {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .form-search-credit.custom-form {
        flex-direction: column;
    }

    .form-search-credit.custom-form
    .custom-form__row--five
    > div
    select#CreditCityId {
        max-width: unset;
    }

    .form-search-credit.custom-form
    .custom-form__row
    > div:nth-child(2n)
    .select-wrapper,
    .form-search-credit.custom-form .custom-form__row > div:nth-child(2n) {
        margin-right: 0 !important;
    }

    .credits__block {
        min-width: 100% !important;
        position: relative;
    }
}

@media (max-width: 767px) {

    .suggestions__img {
        max-width: 100px;
        object-fit: contain;
    }

    .breadcrumb > li span {
        line-height: 20px;
    }
}

@media (max-width: 370px) {
    .form-search-credit.custom-form .custom-form__row .valuta {
        width: 155px;
    }
    .form-search-credit.custom-form .custom-form__row .summa {
        width: 155px;
    }
    .form-search-credit.custom-form .custom-form__row .period-block {
        width: 155px;
    }
    .form-search-credit.custom-form .custom-form__row .town {
        width: 155px;
    }
}
@media (max-width: 355px) {
    .form-search-credit.custom-form .custom-form__row .valuta {
        width: 150px;
    }
    .form-search-credit.custom-form .custom-form__row .summa {
        width: 150px;
    }
    .form-search-credit.custom-form .custom-form__row .period-block {
        width: 150px;
    }
    .form-search-credit.custom-form .custom-form__row .town {
        width: 150px;
    }
}

.average__block:nth-child(2),
.average__price:nth-child(2) {
    height: auto;
}

.average__block {
    /*min-height: calc(81px + -8 * ((100vw - 360px) / 1560));*/
    height: auto;
    padding: 10px 0 4px 0;
}

.average__price {
    /*min-height: calc(81px + -8 * ((100vw - 360px) / 1560));*/
    height: auto;
}

.calculator-form__content {
    display: flex;
}

@media (min-width: 768px) {
    .calculator-form__content input[type="text"] {
        margin-right: 20px !important;
    }
}

.blog_tags_title {
    margin-right: 5px;
}
.blog_tags {
    width: 100%;
    display: flex;
    gap: 10px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}
.tag-name {
    color: #ff8a16;
}

@media (max-width: 767px) {
    .calculator-form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .calculator-form__content {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
    }

    .calculator-form__content div,
    .calculator-form__content input {
        width: calc(50% - 10px) !important;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .calculator-form select {
        width: 100% !important;
    }

    .podzalog-form > .custom-form {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .podzalog-form > .custom-form > div {
        width: calc(50% - 8px) !important;
    }

    .podzalog-form > .custom-form > div select {
        padding-left: 10px;
        padding-right: 0;
        max-width: unset !important;
    }

    .nal-form__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nal-form__row > div {
        width: calc(50% - 8px) !important;
        margin-bottom: 20px;
    }

    .nal-form__row > div > div {
        margin-right: 0 !important;
    }

    .nal-form__row input[type="text"] {
        width: 100% !important;
    }

    .nal-form__button-container {
        width: 100% !important;
        margin-top: -40px !important;
    }

    .nal-form__button {
        width: 100% !important;
        margin-bottom: 20px !important;
    }


    .news__card picture,
    .news__card img {
        max-width: 100%;
        width: 100%;
    }
    .news__body {
        justify-content: center;
        align-items: center;
    }
    .news__card {
        width: 100%;
    }
    .news__text {
        order: 1;
    }
    .blog_tags {
        order: 1;
    }

}
.news__card {
    position: relative;
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.news__text {
    flex-grow: 1;
    font-size: 12px;
    margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
    .news__card {
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 540px) {
    .news__card {
        width: 100%;
    }
    .news__card {
        margin-right: 0;
    }
    .news__body {
        margin-right: 0;
    }
}

.average__price--modified,
.average__block--modified,
.average__block--modified::before {
    background: rgba(254, 242, 227, 0.5);
}

/*************** SECOND PART ***********************/

.comments__name::before {
    display: none;
}

.average__address,
.average__time,
.phone a,
.phone a span {
    font-size: 12px;
}

.average__content .phone img {
    width: 20px;
    height: 20px;
    margin-right: 2px;
    display: inline;
}

.average__content .phone a {
    margin-top: 5px;
    font-size: 14px;
}

.custom-form-obmenniki {
}

.custom-form-obmenniki select,
.custom-form-obmenniki input[type="text"] {
    padding: 0 35px 0 15px;
    height: 37px;
    width: 100%;
    max-width: 100%;
    background: transparent;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    text-transform: capitalize;
    appearance: none;
    z-index: 1;
    position: relative;
    cursor: pointer;
}

.custom-form-obmenniki .select {
    background: #fef1e2;
    border-radius: 4px;
}

.custom-shown {
    display: inline !important;
    padding-top: 5px;
}

.average__footer .average__button.link.js-btn {
    display: block;
}

.exchange__inner {
    column-gap: clamp(12px, 4vw, 22px);
    grid-row-gap: calc(20px + 0 * ((100vw - 360px) / 1560));
}


@media (min-width: 768px) {
    .custom-form-obmenniki .select {
        max-width: 200px;
    }
}

@media (min-width: 1280px) {
    .custom-form-obmenniki .select {
        max-width: 215px !important;
    }
}
.custom-form-obmenniki .select::after {
    content: "";
    width: 27px;
    height: 37.5px;
    right: 0px;
    top: 0px;
    background: #fef1e2;
    display: block;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
}
.custom-form-obmenniki .select::before {
    content: "";
    width: 12px;
    height: 7.5px;
    background-image: url(../images/icons/down.svg);
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: calc(13px + 3 * ((100vw - 360px) / 1560));
    right: 13px;
    z-index: 3;
    pointer-events: none;
}

.exchange__inner {
    grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
@media (max-width: 764px) {
    .exchange__inner {
        grid-template-columns: 1fr 1fr;
    }
}

.exchange__right {
    column-gap: 10px;
}

.exchange__left {
    min-width: 100px;
}

.footer__top {
    margin-left: -15px;
}

.nodata {
    font-size: 12px;
}

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

.comments__row > img {
    margin-right: -15px;
    margin-top: -4px;
}

@media (min-width: 1280px) {
    .footer__top {
        margin-left: -30px;
    }
}

@media (max-width: 767px) {
    .footer__top {
        margin-left: 0;
    }

    .leave-comment__form .form__btn {
        padding-top: 11px;
        margin-top: -4px;
    }
}

@media (max-width: 576px) {
    .exchange__inner {
        grid-template-columns: 1fr;
        grid-row-gap: 0px;
    }
    .exchange__price,
    .exchange__name {
        width: 60px;
        display: flex;
        justify-content: center;
    }

    .exchange__left {
        min-width: unset;
    }

    .exchange__right {
        column-gap: unset;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 0;
    }
    .exchange__col {
        flex: none !important;
    }
}

/*************** end of SECOND PART ****************/

/*************** THIRD PART ****************/

.authbox {
    width: 100%;
    max-width: 996px;
    background: rgba(235, 235, 235, 0.4);
    border-radius: 14px;
    margin: 50px auto 0 auto;
    padding: 55px;
}

.wrap-title {
    display: flex;
    justify-content: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

@media (max-width: 992px) {
    .wrap-title {
        font-size: 18px;
        line-height: 17px;
        margin-bottom: 20px;
        font-weight: 600;
    }
}

.wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}



.authbox form {
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.authbox h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

.authbox .form_subtitle {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 40px;
    text-align: center;
}

.authbox__input {
    width: 100%;
    max-width: 590px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0 28px;
    font-size: 20px;
    line-height: 19px;
    color: rgba(0, 0, 0, 1);
    margin: 0 auto 30px auto;
    transition: none;
    margin-bottom: 40px;
}

.authbox__input.filled,
.authbox__input[type="email"].valid {
    background-image: url(../img/checkbox_green.svg) !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 35px) center;
}

.authbox__input.error {
    background-image: url(../img/red_x.svg) !important;
    background-repeat: no-repeat;
    background-position: calc(100% - 35px) center;
}

select.authbox__input {
    -webkit-appearance: none;
    background-image: url(../img/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 35px) center;
}

.authbox__input::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.authbox__remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}

.authbox__remember > .checkbox {
    display: flex;
    align-items: center;
    background: transparent;
    min-width: 250px;
    padding: 0;
}

.authbox__remember > .checkbox label {
    margin-left: 10px;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
}

.authbox__remember > .checkbox input[type="checkbox"] {
    background: #f7f7f7;
    border: 1.2px solid #000000;
    border-radius: 5px;
    width: 24px;
    height: 24px;
}

.authbox .submit input {
    padding: 0 25px;
    height: 61px;
    min-width: 170px;
    background: rgba(255, 138, 22, 0.8);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.authbox.forgot_password .submit input {
    width: 350px;
    margin: 0 auto;
}
.authbox .submit {
    max-width: 590px;
    margin: 0 auto;
}
.authbox .submit input:not(.disabled):hover {
    background: #fef1e2;
    color: #ff8a16;
}

.authbox__forgots {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.authbox__forgots a {
    font-size: 18px;
    line-height: 17px;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.3);
}

.authbox__forgots a:hover {
    text-decoration: none;
}

.authbox__error {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #ff0000;
}

.authbox form .password_show_status {
    height: 25px;
    width: 25px;
    background-image: url(../img/eye_slash.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 175px;
    bottom: 130px;
    cursor: pointer;
    z-index: 1;
}

.authbox form .password_show_status.active {
    background-image: url(../img/eye.svg);
}

.authbox form .password_status_relative {
    position: relative;
}

.authbox form .password_show_status {
    top: 45px;
    margin: auto;
}
.authbox .remember_custom_checkbox {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
    gap: 0 10px;
    cursor: pointer;
}

.authbox .remember_custom_checkbox .input {
    display: none;
}

.authbox .remember_custom_checkbox .checkmark {
    display: block;
    height: 24px;
    width: 24px;
    flex: 0 0 auto;
    background: #f7f7f7;
    border: 1.2px solid #000000;
    border-radius: 5px;
    position: relative;
    transition: 0.3s all ease;
}

.authbox .remember_custom_checkbox.checked .checkmark {
    background: #ff8a16;
    border-color: #ff8a16;
}

.authbox .remember_custom_checkbox.checked .checkmark::after {
    opacity: 1;
}

.authbox .remember_custom_checkbox .checkmark::after {
    content: "";
    display: block;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translate(2px, 0);
    -ms-transform: rotate(45deg) translate(2px, 0);
    transform: rotate(45deg) translate(2px, 0);
    transition: 0.3s all ease;
}

.authbox .registration_action {
    display: flex;
    align-items: center;
    max-width: 590px;
    margin: 0 auto;
    justify-content: space-between;
}

.authbox .recaptcha {
    transform: scale(0.85) translateY(5px);
    -webkit-transform: scale(0.85) translateY(5px);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.authbox .authbox__btn__wrapper {
    margin: 20px 0 25px;
    padding-left: 148px;
}
.authbox .btn {
    padding: 20px 25px;
    font-size: 22px;
    line-height: 21px;
    font-weight: 700;
    height: 100%;
}
.authbox textarea {
    padding-top: 35px;
}
.authbox.add_exchange .authbox__input {
    margin-bottom: 15px;
}
.authbox.add_exchange .authbox__input.textarea {
    height: auto;
}
.authbox.add_exchange .bg-info {
    max-width: 590px;
    margin: 0 auto 25px auto;
    line-height: 19px;
    font-size: 14px;
}
.authbox.add_exchange .bg-info-select {
    margin-bottom: 15px;
}
.authbox .auth__telefon__socials {
    display: flex;
    align-items: center;
    max-width: 590px;
    margin: 0 auto;
    justify-content: space-between;
}
.auth__telefon__socials .checkbox {
    display: flex;
    align-items: center;
}
.auth__telefon__socials .checkbox label {
    font-weight: 400;
    font-size: 20px;
    line-height: 19px;

    color: #000000;
}
.authbox_telefon_widget {
    margin-bottom: 25px;
}
.authbox_telefon_widget .help-block {
    max-width: 590px;
    display: block;
    margin: 0 auto 25px;
}
.authbox_telefon_widget .authbox__input {
    margin-bottom: 10px;
}
.authbox_telefon_widget input[type="checkbox"] {
    width: 24px;
    height: 24px;
    background: #f7f7f7;
    border-radius: 5px;
    margin-right: 10px;
}
#divDistricts .form-control,
#divStreets .form-control {
    width: 100%;
    max-width: 590px;
    height: 90px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0 28px;
    font-size: 20px;
    line-height: 19px;
    color: rgba(0, 0, 0, 1);
    margin: 0 auto 30px auto;
    transition: none;
    margin-bottom: 40px;
}
#divDistricts label,
#divStreets label {
    max-width: 590px;
    margin: 0 auto 15px;
}
#divDistricts,
#divStreets {
    margin-bottom: 15px;
}
#UserLoginForm input[type="submit"].disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

#divPasswordCheck {
    display: none;
    position: relative;
    max-width: 590px;
    margin: -30px auto 30px auto;
    transition: none;
}

#divLoginCheck {
    max-width: 590px;
    margin: 0 auto;
}

#divLoginCheck .error {
    display: block;
}

.authbox .form-group {
    position: relative;
}
.authbox span.error,
.authbox label.error,
.authbox .error-message {
    font-size: 16px;
    line-height: 15px;
    color: #ff0000;
    max-width: 590px;
    margin: -30px auto 30px auto;
    transition: none;
}
.authbox span.error {
    bottom: 10px;
}
.authbox.credit_box {
    margin-left: 1px;
}
.authbox.credit_box .recaptcha {
    max-width: 590px;
    margin: 0 auto;
    margin: 40px auto 40px;
}
.authbox.credit_box .submit {
    max-width: 590px;
    margin: 0 auto;
}
.authbox.credit_box .submit input {
    height: auto;
    width: auto;
    padding: 20px 25px;
}
.authbox.credit_box .authbox__input {
    margin-bottom: 15px;
}
.authbox.credit_box .help-block {
    max-width: 590px;
    margin: 0 auto 15px;
}
.page_title {
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 20px;
}
.credit__banks a {
    padding: 12px 15px;
    background: #fef1e2;
    border-radius: 4px;
    display: inline-block;
    margin-right: 20px;
}
.authbox.edit_authbox .edit_save {
    margin-right: 15px;
}
.authbox.edit_authbox .bottom15 {
    max-width: 590px;
    margin: 0 auto 25px auto;
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 10px;
}
.alert {
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border-radius: 8px;
    max-width: 590px;
    margin: 25px auto;
}
.alert span {
    font-weight: bold;
}
.alert.alert-danger {
    color: #ff0000;
    background-color: #ffebea;
}
.alert.alert-warning {
    color: #a89700;
    background-color: #fffdea;
}
.alert.alert-info {
    color: #426f8c;
    background-color: #e9f6ff;
}
.alert.alert-success {
    color: #4a7543;
    background-color: #e4ffdf;
}

@media (max-width: 992px) {
    .authbox {
        margin-left: 20px;
        margin-right: 20px;
        width: unset;
        padding: 30px 20px;
    }

    .authbox .submit {
        width: 100%;
    }

    .authbox .submit input {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 17px;
        height: 45px;
    }
    #divDistricts .form-control,
    #divStreets .form-control {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        font-size: 18px;
        line-height: 17px;
        height: 45px;
    }
    .authbox form {
        max-width: 590px;
    }

    .authbox h1 {
        font-size: 18px;
        line-height: 17px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .authbox__input {
        height: 55px;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .authbox__input,
    .authbox__input::placeholder,
    .authbox__remember > .checkbox label,
    .authbox__forgots a {
        font-size: 15px;
        line-height: 14px;
    }

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

    .authbox__remember .checkbox {
        margin-bottom: 40px;
        justify-content: center;
    }

    .authbox > .submit {
        width: 100%;
    }

    .authbox > .submit input {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
        height: 45px;
        display: block;
    }

    .authbox__remember > .checkbox input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

    .authbox__error {
        font-size: 10px;
        line-height: 10px;
        color: #ff0000;
    }

    .authbox form .password_show_status {
        height: 16px;
        width: 16px;
        background-size: contain;
        right: 20px;
        top: 30px;
    }

    .authbox .remember_custom_checkbox {
        margin: 15px 0;
        font-size: 14px;
        line-height: 13px;
    }

    .authbox .form_subtitle {
        font-size: 12px;
        line-height: 11px;
        margin-bottom: 20px;
    }

    .authbox .remember_custom_checkbox .checkmark {
        height: 20px;
        width: 20px;
    }

    .authbox .remember_custom_checkbox .checkmark::after {
        height: 13px;
        -webkit-transform: rotate(45deg) translate(1px, 0);
        -ms-transform: rotate(45deg) translate(1px, 0);
        transform: rotate(45deg) translate(1px, 0);
    }

    .authbox .registration_action {
        padding-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .authbox .recaptcha {
        width: 100%;
        flex: 0 0 auto;
        transform: scale(0.85) translate(20px);
        -webkit-transform: scale(0.85) translate(20px);
    }

    select.authbox__input,
    .authbox__input.filled,
    .authbox__input[type="email"].valid {
        background-size: 20px;
        background-position: calc(100% - 20px) center;
    }

    .authbox__input.error {
        background-size: 12px;
    }
    .authbox .authbox__btn__wrapper {
        padding-left: 0;
    }
    .authbox .btn {
        padding: 10px;
        font-size: 12px;
        line-height: 11px;
    }
    .authbox.add_exchange .bg-info {
        font-size: 12px;
    }
    .authbox .auth__telefon__socials {
        flex-direction: column;
        align-items: flex-start;
    }
    .authbox .auth__telefon__socials .checkbox {
        margin-bottom: 15px;
    }
    .authbox.credit_box .submit input {
        height: auto;
        width: auto;
        padding: 10px 20px;
        font-size: 12px;
        margin-left: 1px;
    }
    .authbox.credit_box .recaptcha {
        margin: 30px auto;
        transform: scale(0.85) translate(0);
        -webkit-transform: scale(0.85) translate(0);
    }
}

/*************** end of THIRD PART ****************/

.section_title {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px;
    font-weight: 600;
}

.offices_block {
    padding: 40px 0 80px 0;
}

.offices_block .office_item {
    padding: 25px;
    background: rgba(235, 235, 235, 0.4);
    border-radius: 14px;
    max-width: 690px;
    margin-bottom: 30px;
}

.office_block .office_item {
    padding: 25px;
    background: rgba(235, 235, 235, 0.4);
    border-radius: 14px;
    max-width: 690px;
}

.office_action-title {
    margin-bottom: 12px;
}

.office_item .office_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 46px;
    position: relative;
}

.office_item .office_name::after {
    content: "";
    display: block;
    background: #9e9e9e;
    height: 1px;
    /*max-width: 327px;*/
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.office_item .office_info_list {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    margin-bottom: 30px;
}

.office_item .office_info_list li {
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.office_item .office_info_list li::before {
    content: "";
    display: block;
    height: 4px;
    width: 4px;
    background: linear-gradient(0deg, #000000, #000000), #000000;
    border-radius: 50%;
}

.office_item .office_action .update_course {
    display: flex;
    align-items: center;
    gap: 0 70px;
    margin-bottom: 40px;
}

.office_item .office_action .update_course span {
    font-size: 14px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.5);
}

.office_item .office_action .action_bottom {
    display: flex;
    gap: 0 24px;
}

.office_item .office_action .action_bottom a {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-size: 18px;
    text-decoration-line: underline;
}

.office_item .office_action .office_wrap {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .office_item .office_action .office_wrap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px
    }
}

#ExchangeOfficeRatesForm .banks-rates {
    max-width: 690px;
    background: rgba(235, 235, 235, 0.4);
    border-radius: 18.1791px;
}

.banks-rates .exchange_item {
    position: relative;
    width: 140px;
}

.banks-rates .exchange_item .exchange_value_changers {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px 0;
}

#ExchangeOfficeRatesForm .banks-rates .currency_item {
    display: flex;
    align-items: center;
    gap: 0 10px;
    font-size: 14px;
    line-height: 13px;
    width: 170px;
}

#ExchangeOfficeRatesForm .banks-rates .currency_item > span {
    display: flex;
    flex-direction: column;
}

#ExchangeOfficeRatesForm .banks-rates .currency_item > span span:first-child {
    font-size: 18px;
    line-height: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

#ExchangeOfficeRatesForm .form_action {
    padding: 0 30px 25px 30px;
    display: flex;
    align-items: center;
    gap: 0 50px;
}

#ExchangeOfficeRatesForm .form_action .cancel {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-size: 18px;
    line-height: 17px;
}

table.exchange-offices td input[type="number"].form-control {
    background: #ffffff;
    border-radius: 10.3881px;
    height: 58px;
    width: 100% !important;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
    padding-right: 15px;
}

.table-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 32px;
    padding: 0 26px;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    align-items: center;
}

.table-wrap th {
    margin: 24px 12px 8px 0;
}

.table.exchange-offices {
    width: 100%;
}

table.exchange-offices td {
    margin: 12px;
}

.banks-rates-block {
    overflow-y: hidden;
    background-color: #00aa00;
}

@media (max-width: 767px) {
    table.exchange-offices td {
        margin: 8px;
    }
}


table.exchange-offices tr,
table.exchange-offices td {
    border-collapse: collapse;
}

table.exchange-offices tr:last-child td {
    border: none;
}

.user_profile {
    position: relative;
}

.user_profile__wrap-mobile {
    display: none;
}

@media (max-width: 1100px) {
    .user_profile__wrap-mobile {
        display: block;
    }
}

.user_profile__wrap {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

@media (max-width: 1100px) {
    .user_profile__wrap {
        display: none;
    }

    .header__inner > .user_profile.nav__profile,
    .header__actions > .user_profile.nav__profile {
        display: none;
    }
}

.user_profile__icon {
    width: auto;
    height: 100%;
    margin-top: 2px;
}


.user_settings {
    position: absolute;
    top: calc(100% + 40px);
    right: 0;
    min-width: 160px;
}

.user_settings li:first-child {
    margin-bottom: 15px;
}

.user_settings li {
    display: flex;
    justify-content: flex-end;
}

.user_settings li a {
    font-size: 14px;
    line-height: 13px;
    display: inline-block;
    padding: 9px 20px;
    background: #fef2e3;
    border-radius: 4px;
}

@media (max-width: 1100px) {
    .user_settings,
    .user_profile::after {
        display: none;
    }
    .mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .section_title {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }

    .office_item .office_name {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 15px;
    }

    .office_item .office_name::after {
        content: none;
    }

    .office_item .office_info_list li {
        font-size: 14px;
        line-height: 14px;
    }
    .office_item .office_action .action_bottom a {
        font-size: 14px;
        line-height: 13px;
    }

    .office_item .office_action .action_bottom a img {
        width: 12px;
    }

    .office_item .office_action .update_course {
        margin-bottom: 30px;
        gap: 40px;
    }

    .office_item .office_action .update_course a,
    #ExchangeOfficeRatesForm .form_action .btn {
        font-size: 12px;
        line-height: 11px;
        padding: 10px;
    }

    .office_item .office_action .update_course span {
        font-size: 12px;
        line-height: 14px;
    }

    #ExchangeOfficeRatesForm .banks-rates .currency_item img {
        width: 40px;
    }

    #ExchangeOfficeRatesForm .banks-rates .currency_item {
        font-size: 12px;
        line-height: 11px;
    }

    #ExchangeOfficeRatesForm
        .banks-rates
        .currency_item
        > span
        span:first-child {
        font-size: 14px;
        line-height: 13px;
    }

    table.exchange-offices td input[type="number"].form-control {
        height: 45px;
        font-size: 15px;
        line-height: 14px;
    }
    #ExchangeOfficeRatesForm .form_action .cancel {
        font-size: 14px;
        line-height: 13px;
    }

    #ExchangeOfficeRatesForm .form_action .cancel img {
        width: 11px;
    }

    #divPasswordCheck {
        margin: -10px auto 15px auto;
    }

    .authbox span.error,
    .authbox label.error,
    .authbox .error-message {
        margin: -10px auto 15px auto;
        display: block;
    }
}

.bank_name h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 40px;
    margin-top: 20px;
}

.bank_content {
    display: flex;
    gap: 0 100px;
    align-items: center;
}
@media (max-width: 727px) {
    .bank_content {
        flex-wrap: wrap;
    }
}
.bank_content .btn {
    display: inline-block;
    background: #ff8a16;
    border-radius: 4px;
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: calc(8px + 3 * ((100vw - 360px) / 1560));
    padding-bottom: calc(8px + 3 * ((100vw - 360px) / 1560));
    margin-bottom: 25px;
}
tr {
    display: flex;
     /*align-items: center;*/
    /* flex-direction: column; */
}
table.desktop_credit_table {
    width: 100%;
}
.desktop_credit_table tr td {
    display: flex;
    margin-bottom: 10px;
}
.credit-offers {
    flex: 0 0 auto;
    width: 380px;
    background: rgba(235, 235, 235, 0.4);
    border-radius: 15px;
    padding: 25px;
    padding-bottom: 0;
}
.credit-offers .text {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 13px;

    margin-right: 5px;
    color: #000000;
}
.credit-offers .text .dots {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 7px;
}
.credit-offers .setting {
    font-family: "Roboto-Bold", Arial, sans-serif;
    font-size: 14px;
}

.credit_bank_item_header {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #9e9e9e;
    width: 100%;
}
.credit_bank_item_header .credit_bank_name {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    border-bottom: 1px solid #ff8a16;
    display: inline-block;
    color: #ff8a16;
    margin-bottom: 10px;
}

.credit_bank_item_header .type {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

@media (max-width: 560px) {
    .bank_name h1 {
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
        /* or 128% */

        color: #000000;
    }
    .descrption {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        /* or 117% */

        color: #000000;
    }
    .bank_content .btn {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .credit-offers {
        width: 100%;
    }
    .bank_content {
        flex-direction: column;
    }
    table.desktop_credit_table {
        width: 100%;
    }
    table.desktop_credit_table tr {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }
    table.desktop_credit_table tr td:first-of-type {
        flex: 0 0 100%;
    }
    table.desktop_credit_table tr td {
        flex: 0 0 49%;
        align-items: center;
    }
    .credit-offers .setting,
    .credit-offers .text {
        font-size: 12px;
    }
    .credit-offers .text .dots {
        margin-right: 3px;
    }
}

.currency_table_hint {
    margin-top: 5px;
}

div#YMapsID {
    height: 400px;
    max-width: 1050px;
    margin: 15px auto;
    display: none;
}

/* iPhone 1-5 */
@media (max-width: 320px) {
    div#YMapsID {
        height: 300px;
    }
}

.vverh {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background: url(/img/vverh.png);
    background-size: 100% 100%;
    z-index: 99;
    cursor: pointer;
    webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.vverh:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.table__text {
    text-align: justify;
}

span.hero__title {
    display: block;
}

span.hero__title.exchangers_almaty {
    color: black;
    font-weight: bold;
    font-size: 30px;
    padding-top: 16px;
    margin-bottom: 18px;
    text-align: center;
}

span.hero__title2 {
    display: block;
    padding-bottom: 30px;
}

span.hero__title2.exchangers_almaty {
    color: black;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 575px) {
    span.hero__title.exchangers_almaty {
        font-size: 18px;
        width: 150px;
        margin-bottom: 10px;
        padding-top: 11px;
        line-height: 20px;
    }
    span.hero__title2.exchangers_almaty {
        font-size: 11px;
        width: 150px;
        padding-bottom: 6px;
    }
    .hero__text {
        padding: 8px 25px;
        font-size: 14px;
    }
    .butter_1 {
        width: 150px;
        margin: 0 0;
        display: block;
    }
}

/*
  Leshukov Aleksandr
*/
@media (max-width: 575.98px) {
    .banks__card:nth-child(n + 5) {
        display: flex;
    }
}
.info__item small {
    font-size: 12px;
    font-family: "Gotham-Pro-Medium";
    line-height: 22px;
}
.coffe-comments__date {
    color: #b8b8b8;
}
.table .table__text ul,
.table .table__text li{
    list-style: disc !important;
    margin: 2px 0;
}
.coffe-text_credits {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse;
}
.coffe-text_credits tr,
.coffe-text_credits th {
    display: table-row;
    border-bottom: 1px solid #ffcc9a;
}
.coffe-text_credits td {
    padding: 10px 0;
}
.form-wrapp > label {
    margin-top: 20px;
}
.leave-comment__header {
    flex-direction: column;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.page-text ul {
    padding-left: 20px;
    margin: 15px 0 !important;
}
.page-text h2 {
    margin: 20px 0;
}
@media (max-width: 991px) {
    .coffe-average__content {
        grid-template-columns: 20% 5fr 1fr;
    }
}

.coffe-box .row .custom-form__row {
    display: flex;
    gap: 15px;
}
@media (max-width: 1148px) {
    .coffe-box .row .custom-form__row {
        flex-wrap: wrap;
        gap: 15px 0px;
    }
    .form-search-credit.custom-form .custom-form__row .valuta {
        width: 200px;
    }
    .form-search-credit.custom-form .custom-form__row .summa {
        width: 200px;
    }
    .form-search-credit.custom-form .custom-form__row .period-block {
        width: 200px;
    }
    .form-search-credit.custom-form .custom-form__row .town {
        width: 200px;
    }
    .coffe-box .row .custom-form__row {
        gap:15px;
    }
    .coffe-box .row .custom-form__row select.selectpicker,
    .coffe-box .row .custom-form__row select.form-control {
        max-width: none !important;
        width: 100%;
        cursor: pointer;
    }
}
@media (max-width: 1016px) {
    .coffe-box .row .custom-form__row > div {
        max-width: 161px;
    }
}

@media (max-width: 382px) {
    .coffe-select__list {
        max-height: none;
    }
    .coffe-sortby__title {
        font-size: 20px;
        line-height: 20px;
    }
}
.coffe-credit__ul {
    font-size: 16px;
}
.deposit__item span {
    line-height: 125%;
}

.suggestions__card:nth-child(n + 5) {
    display: block;
}

.custom-form select {
    width: -webkit-fill-available;
}
.custom-form {
    position: relative;
}
.coffe-selectpicker {
    padding: 0 35px 0 15px;
    height: 37px;
    background: #fef1e2;
    border-radius: 4px;
    display: flex;
    font-family: "Gotham-Pro-Regular";
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 15px;
    color: #000000;
    text-transform: capitalize;
    appearance: none;
    max-width: 162px;
    width: 162px;
}
.valuta .coffe-selectpicker {
    width: 121px;
}
.coffe-wrap .town {
    font-family: "Gotham-Pro-Medium";
    font-size: 26px;
    line-height: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.coffe-wrap .town .coffe-selectpicker {
    font-family: "Gotham-Pro-Regular"
}


.input-name.select-wrapper::after {
    content: none;
}
.input-name.select-wrapper {
    background-image: url(../images/icons/selectArrow.svg);
    background-repeat: no-repeat;
    background-position: top 12px right 15px;;
}
.coffe-wrap__title {
    font-family: "Gotham-Pro-Medium";
    font-size: 36px;
    line-height: 106%;
    margin-bottom: 28px;
}
.coffe-wrap {
    margin-top: 80px;
}
.coffe-wrap.margin-ft {
    margin-top: 15px;
}
.coffe-wrap .exchange__inner {
    flex-wrap: wrap;
    display: flex;
    gap: 40px 83px;
    max-width: none;
}
.coffe-wrap .exchange__top {
    display: none;
}
.coffe-address__items {
    display: inline-flex;
    max-width: 569px;
    width: 100%;
    background: rgba(235, 235, 235, 0.4);
    border-radius: 15px;
    padding: 25px;
    justify-content: space-around;
    flex-wrap: wrap;
}
.coffe-address__strong {
    font-family: "Roboto-Bold";
    font-weight: 700;
    font-size: 18px;
    line-height: 106%;
    margin-right: 20px;
    white-space: nowrap;
}
.coffe-input-name {
    align-items: baseline;
    display: flex;
    gap: 20px;
    font-family: "Gotham-Pro-Medium";
    font-size: 26px;
    line-height: 25px;
}
.coffe-wrap .period-block {
    align-items: baseline;
    display: flex;
    gap: 20px;
    margin-right: 20px;
}
.coffe-wrap .town {
    margin-right: 20px;
}

.coffe-wrap .custom-form input {
    margin-right: 7px;
}
.coffe-wrap .custom-form__row {
    flex-wrap: wrap;
}
.coffe-wrap__maps {
    border-radius: 15px;
}
.coffe-address__text {
    font-family: "Gotham-Pro-Regular";
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
}


.all_slides {
    padding-top: 40px;
}
.all_slides .img {
	transition: all 0.3s ease 0s;
	overflow: hidden;
    border-radius: 20px;
}
.all_slides .img:hover {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.all_slides .img {
    background: url("/img/banners/banner1.svg") no-repeat;
}

@media (max-width: 900px) {
    .coffe-wrap .valuta .coffe-input-name {
        flex-direction: column;
    }
    .btn.ok.btn-success, .btn-success-container {
        display: inline-block;
        width: 100%;
        min-height: 31px;
        max-height: 32px;
        line-height: 3px;
        padding: 10px 15px 11px 15px;
        margin: 15px auto 0 auto;
      }
    .coffe-wrap .custom-form__row {
        gap: 0px;
        justify-content: space-between;
    }
    .btn-success-container {
        margin-top: 15px;
    }
    .coffe-wrap .town {
        width: 100%;
        margin-top: 15px;
    }
    .coffe-selectpicker {
        width: 100%;
        max-width: none;
    }
    .coffe-wrap .custom-form input {
        margin-right: 0px;
        width: 100%;
        max-width: 100%;
    }
    .coffe-wrap .custom-form .select-wrapper {
        width: 100%;
    }
    .coffe-wrap .period-block,
    .coffe-wrap .valuta {
        width: 48.5%;
    }
    .coffe-wrap .period-block {
        align-items: baseline;
        display: flex;
        gap: 20px;
        margin-right: 0;
    }
    .coffe-wrap .town {
        margin-right: 0;
    }

    .coffe-wrap .custom-form input {
        margin-right: 0;
    }
}
@media (max-width: 696px) {
    .coffe-wrap .town {
        width: 100%;
    }
    .coffe-wrap .custom-form .select-wrapper {
        margin-right: 0;
    }
    .coffe-wrap .period-block,
    .coffe-wrap .valuta {
        width: 48%;
    }
}
@media (max-width: 767px) {
  .btn.ok.btn-success {
        padding: 10px 15px 11px 15px;
        line-height: 16px;
        margin: 15px auto 0 auto;
  }
}

@media (max-width: 550px) {
    .btn.ok.btn-success {
        padding: 10px 15px 9px 15px;
        line-height: 16px;
    }
}

@media (max-width: 480px) {
    .btn.ok.btn-success {
        padding: 10px 15px 9px 15px;
        line-height: 16px;
    }
}

/*********** kurs_dollar ************/
.rate-nbk-content {
    max-width: 824px;
    width: 100%;
    height: 107px;
    position: relative;
    background-color: #FFEBD4;
    border-radius: 14px;
    padding: 38px 50px 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.rate-nbk-content .rate,
.rate-nbk-content .diff {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.rate-nbk-content .rate span,
.rate-nbk-content .diff span{
    font-size: 24px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
}
.rate-nbk-content .diff span {
    color: #fff;
    padding: 0px 9px 0 8px;
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 12px;
    border-radius: 3px;
    height: 31px;
    display: flex;
    align-items: center;
}
.rate-nbk-content .diff .up {
    background-color: #60B258;
}
.rate-nbk-content .diff .down {
    background-color: #c25252;
}
.rate-bank-content {
    max-width: 824px;
    width: 100%;
    height: 155px;
    position: relative;
    background-color: rgba(235, 235, 235, 0.3);
    display: flex;
    border-radius: 14px;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 60px;
    transition: 300ms;
}
.rate-bank-content.active {
    height: 100%;
}
.rate-bank-head {
    max-width: 824px;
    height: 155px;
    min-height: 155px;
    padding: 38px 0 41px 0;
    margin: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.active .rate-bank-head {
    border-bottom: 1px solid #B8B8B8;
}
.rate-bank-head .open-accordion {
    font-size: 20px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
    color: #ff8a16;
    text-decoration: underline;
}
.rate-bank-desc {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 350px;
    align-items: center;
    gap: 8px;
}
.diff .arr {
    margin: -2px 4px 0 0;
}
.rate-bank-desc .desc {
    min-width: 82px;
}
.head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 665px;
}
.mabail-exchangers {
    display: none;
}
.rate-bank-desc span{
    font-size: 24px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
}
.rate-bank-desc img {
    border-bottom: 1px solid #878787;
    position: relative;
    bottom: 3px;
    max-width: 138px;
    max-height: 43px;
}

.rate-bank-table {
    opacity: 0;
    height: 0;
    max-height: 0;
    width: 100%;
    padding: 0 50px;
    transition: 150ms;
}
.rate-bank-table table {
    width: 100%;
    padding: 20px 0 0 0;
    height: 0;
    max-height: 0;
}
.active .rate-bank-table,
.active .rate-bank-table table {
    opacity: 1;
    height: 100%;
    max-height: 100%;
}
.active .rate-bank-table {
    padding-bottom: 20px    ;
}
.rate-bank-table th {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Gotham-Pro-Regular";
    font-size: 16px;
    gap: 5px;
    font-weight: 400;
}
.rate-bank-table th img{
    width: 26px;
    height: 26px;
}
.rate-bank-table tr {
    max-width: 510px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid rgba(184, 184, 184, 0.5);
    font-size: 24px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
    padding: 10px 0;
}
.rate-bank-table tr:nth-child(1) {
    border-bottom: 0;
}
.rate-bank-table tr td:nth-child(1),
.rate-bank-table tr th:nth-child(1) {
    width: 230px;
}
.rate-bank-table tr td:nth-child(2),
.rate-bank-table tr th:nth-child(2) {
    text-align: center;
}
.rate-bank-table tr td:nth-child(3),
.rate-bank-table tr th:nth-child(3) {
    text-align: center;
    margin-left: 60px;
}
.rate-bank-table td {
    padding: 5px 8px;
}
.rate-bank-table tr td:nth-child(1) {
    padding: 5px 2px;
}
.rate-bank-table td.active {
    border: 1px solid #ff8a16;
    border-radius: 7px;
}
.rate-trades {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 940px;
    width: 100%;
    column-gap: 30px;
}
.rate-trades h3 {
    font-size: 20px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
}
.rate-trades-flex {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    margin-top: 30px;
    font-size: 17px;
}
.rate-trades-flex.flex-center {
    align-items: center;
}
.rate-trades-flex .desc {
    min-width: 85px;
}
.trade-rate {
    font-size: 24px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
}
.trade-name {
    font-size: 20px;
    text-decoration: underline;
    padding-bottom: 1px;
}
.rate-trades-link {
    font-size: 16px;
    font-family: "Gotham-Pro-Medium",Arial,sans-serif;
    color: #ff8a16;
    text-decoration: underline;
    position: relative;
}
.convert-bg {
    margin-left: 20px;
    padding-left: 5px;
}
.convert-bg::before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    top: -2px;
    background-image: url(../images/icons/convertIcon.svg);
    background-repeat: no-repeat;
}
.trade-block.border {
    border-right: 1px solid rgba(184, 184, 184, 0.6);
}
.trade-block {
    margin: 20px 0;
}
.trade-block .rate-trades-flex:nth-child(1) {
    margin-top: 0;
}
.exchange__item.mobile {
    display: none;
}

@media (max-width: 768px) {
    .diff .arr {
        width: 10px;
    }
    .rate-nbk-content {
        flex-wrap: wrap;
        padding: 20px 18px;
        margin-top: 23px;
    }
    .rate-nbk-content .diff span {
        height: 27px;
        padding: 0px 9px 0 8px;
        background-position: 7px 6px;
        background-size: 9px;
    }
    .rate-nbk-content .title {
        min-width: 100%;
    }
    .rate-bank-desc img {
        transform: scale(0.7);
    }
    .rate-bank-content {
        margin-top: 36px;
    }
    .rate-bank-head {
        justify-content: flex-start;
        padding: 15px 0 15px 0;
        margin: 0 15px;
    }
    .head-row {
        max-height: 55px;
    }
    .rate-bank-head .head-row:nth-child(1) {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .rate-bank-head .head-row:nth-child(2) {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 5px;
    }
    .acyive .rate-bank-head {
        border-bottom: 0;
    }
    .rate-trades {
        margin-top: 36px;
    }
    .coffe-address__item {
        display: grid;
        grid-template-columns: 200px auto;
        align-items: flex-end;
      }
      .coffe-address__items {
        justify-content: start;
        gap: 11px 25px;
        padding: 20px;
      }
    .coffe-address__strong {
        font-family: "Roboto-Bold";
        font-weight: 700;
        font-size: 12px;
        line-height: 13px;
      }
      .coffe-input-name,
      .coffe-wrap .town {
          font-family: "Gotham-Pro-Medium";
          font-weight: 400;
          font-size: 16px;
          line-height: 15px;
      }
      .coffe-wrap {
          margin-top: 40px;
      }
      .custom-form__row {
          margin: -5px 0 15px 0;
        }
        .coffe-wrap__title {
          margin-bottom: 20px;
        }
      .coffe-address__text {
        font-size: 12px;
        line-height: 14px;
      }
    .rate-nbk-content .rate span,
    .rate-nbk-content .diff span{
        font-size: 18px;
    }
    .rate-bank-desc span{
        font-size: 18px;
    }
    .rate-bank-table tr {
        font-size: 18px;
    }
    .trade-rate {
        font-size: 18px;
    }
    .rate-bank-table th {
        font-size: 14px;
    }
    .rate-trades {
        margin-top: 60px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .rate-bank-table th img{
        width: 15px;
        height: 15px;
    }
    .rate-bank-table {
        padding: 0 15px;
    }
    .rate-bank-table tr td:nth-child(1),
    .rate-bank-table tr th:nth-child(1) {
        width: 35%;
    }

    .rate-bank-content.active,
    .active .rate-bank-table table {
        height: 100%;
    }
    .rate-trades-flex.column {
        flex-direction: column;
        align-items: flex-start;
    }
    .rate-bank-head .open-accordion {
        font-size: 14px;
    }
    .trade-name {
        font-size: 16px;
    }
    .trade-block.border {
        border-right: 0;
    }
    .trade-block {
        border-bottom: 1px solid rgba(184, 184, 184, 0.6);
        padding-bottom: 20px;
    }
    .trade-block:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }
    .trade-block {
        margin-bottom: 0;
    }
    .trade-block .rate-trades-flex:nth-child(3) {
        margin-top: 15px;
    }
    .rate-trades-flex.column {
        gap: 25px;
    }
    .coffe-wrap__title {
        font-size: 18px;
    }
}
@media (max-width: 575.98px) {
    .rate-trades-flex .exchange__select {
        margin-top: 0;
    }
    .exchange__item.mobile {
        display: grid;
    }
    .coffe-wrap .exchange__inner {
        gap: 0px 38px;
      }
      .coffe-wrap .exchange__top {
        display: grid;
      }
}
@media (max-width: 500px) {
    .rate-bank-table tr {
        font-size: 14px;
    }
    .rate-bank-content.active,
    .active .rate-bank-table table {
        height: 100%;
    }
    .rate-bank-table tr td:nth-child(2) {
        margin-left: 10px;
    }
    .rate-bank-table tr th:nth-child(3) {
        margin-left: 30px;
    }
    .rate-bank-table tr td:nth-child(3) {
        margin-left: 40px;
    }
}
@media (max-width: 400px) {
    .rate-bank-table tr th:nth-child(3) {
        margin-left: 15px;
    }
    .rate-bank-table tr td:nth-child(3) {
        margin-left: 25px;
    }
}
/********* END kurs_dollar **********/

@media (max-width: 500px) {
    .info__header.info__header--bank {
        flex-wrap: wrap;
        gap: 10px;
    }
}
@media (max-width: 575px) {
    .coffe-wrap .exchange__item {
        width: 100%;
    }
    .coffe-wrap .period-block,
    .coffe-wrap .valuta {
        width: 47%;
    }
    .coffe-address__items {
        justify-content: start;
        gap: 11px 25px;
    }
    .coffe-address__item {
        display: grid;
        grid-template-columns: 200px auto;
    }
    .coffe-selectpicker {
        font-size: 14px;
    }
}
@media (max-width: 552px) {
    .coffe-input-name,
    .coffe-wrap .town {
        font-family: "Gotham-Pro-Medium";
        font-weight: 400;
        font-size: 16px;
        line-height: 15px;
    }
    .coffe-address__item {
        display: grid;
        grid-template-columns: 200px auto;
    }

    .custom-form__row {
        margin: 5px 0 15px 0;
      }
      .coffe-wrap__title {
        margin-bottom: 15px;
      }
}
@media (max-width: 525px) {
    .coffe-selectpicker {
        max-width: none;
    }
    .coffe-wrap {
        margin-top: 40px;
    }
    .coffe-wrap__title {
        font-family: "Gotham-Pro-Medium";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 23px;
    }
    .coffe-wrap .exchange__inner {
        gap: 0px;
    }
    .coffe-address__strong {
        font-family: "Roboto-Bold";
        font-weight: 700;
        font-size: 12px;
        line-height: 13px;
    }

    .coffe-input-name {
        gap: 15px;
    }
    .coffe-wrap .period-block {
        gap: 14px;
    }
}
@media (max-width: 403px) {
    .coffe-address__item {
        grid-template-columns: 165px auto;
    }
}
@media (max-width: 439px) {
    .coffe-input-name {
        flex-direction: column;
    }
}
@media (max-width: 375.9px) {
    .coffe-address__item {
        grid-template-columns: 117px auto;
    }
    /* .coffe-address__items {
        flex-direction: column;
    }
    .coffe-address__item {
        display: flex;
        justify-content: space-between;
        max-width: 210px;
    } */
    .mabail-exchangers {
        position: relative;
        background: #fff;
    }
    .mabail-exchangers__subnav {
        position: fixed;
        bottom: 50px;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    .mabail-exchangers .subnav__list {
        overflow: scroll;
        width: 100%;
    }
    .mabail-exchangers__click {
        cursor: pointer;
        font-size: 18px;
        border-radius: 8px;
        margin: 0px 25px 25px 0px;
        display: flex;
        justify-content: space-between;
        align-items: end;
        background: #fff;
        padding: 10px;
        border: solid 1px;
    }
    .mabail-exchangers__click::after {
        content: "";
        display: flex;
        width: 9px;
        height: 15px;
        background-image: url(../images/icons/right.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .open .subnav__list {
        border-radius: 0px;
        display: block;
    }
}


/*Baner MM 17.10.2023*/

.baner-mm {
    margin-top:80px;
}

.baner-mm__row {
    display:flex;
    justify-content:space-between;
    background-color:#BAFF23;
    border-radius:20px;
    padding:40px 14px 22px 56px;
    background-image:url(../images/baners/clover-mm.png);
    background-repeat:no-repeat;
    background-position:80%;
    background-size: contain;
}

.baner-mm__title {
    color: #000;
    text-align: center;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-size: 59px;
    font-weight: 900;
    line-height: 130%;
    text-transform: uppercase;
}
.baner-mm__img {
    align-self:center;
    margin-bottom:15px;
}

.baner-mm__left {
    display:flex;
    flex-direction:column;
}

.baner-mm__proc {
    padding:5px 12px;
    border-radius: 12px;
    line-height:0;
    background: #1EAE32;
    color:#fff;
}

.baner-mm__descriptiop {
    margin-top:24px;
    color: #898989;
    font-family: "Gotham-Pro-Regular", Arial, sans-serif;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.baner-mm__gvs{
    color: #000;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-size: 11.37px;
    font-style: normal;
    font-weight: 400;
    line-height: 39.753px;
}
.baner-mm__gvs span {
    color: #000;
    font-size: 34.509px;
    font-style: normal;
    font-weight: 900;
    line-height: 39.753px;
}

.baner-mm__right {
    display:flex;
    align-items:flex-end;
    flex-direction:column;
    justify-content:flex-end;
}

.baner-mm__pseudo-link {
    display: block;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    color: #000;
    padding:23px 22px;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background-color:#fff;
    border-radius: 17px;
    text-align: center;
}

.baner-mm__mob-pseudo-link {
    display: none;
}

@media screen and (max-width: 768px) {
    .baner-mm {
        margin-top:40px;
    }
    .baner-mm__row {
        flex-direction:column;
        padding:22px 15px;
        background-image:url(../images/baners/clover-mob.png);
        background-size: auto;
        background-position: center bottom;
    }
    .baner-mm__img {
        width:130px;
        margin-bottom:0;
    }
    .baner-mm__title {
        font-size:35px;
    }
    .baner-mm__mob-pseudo-link {
        display: block;
        align-self:center;
        margin-top:12px;
        color: #000;
        font-family: "Gotham-Pro-Medium", Arial, sans-serif;
        font-size: clamp(22px, 4vw, 28px);
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        border-bottom:1px solid #000;
        width:fit-content;
        text-align:center;
    }
    .baner-mm__pseudo-link {
        display:none;
    }
    .baner-mm__descriptiop {
        font-size: 8px;
        line-height: 8px;
    }
    .baner-mm__gvs {
        line-height: 0;
        font-size: 8px;
    }
    .baner-mm__gvs span {
        line-height: 0;
        font-size: 23px;
    }
    .baner-mm__right {
        margin-top: 15px;
    }
}

/*Half-basers*/
.baners-row {
    display: flex;
    gap: 20px;
    margin-bottom:40px;
}
.baner_mm-half__pseudo-link-mob,
.baner_mm-half__mob-gsv {
    display: none;
}


.baner_mm-half__link {
    position: relative;
    border-radius: 20px;
    background: #BAFF23;
    padding:0 42px 15px 42px;
    background-image: url(../images/baners/baner_mm-half.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.baner_mm-half__row {
    display:flex;
    align-items:center;
    flex-direction: column;
    padding-top: 10px;
    gap: 10px;
}

.baner_mm-half__img {
    max-width:168px;
}

.baner_mm-half__pseudo-link {
    color: #000;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom:1px solid #000;
}

.baner_mm-half__title {
    color: #000;
    text-align: center;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-size: 57.36px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 32px;
    margin-bottom:15px;
}

.baner_mm-half__proc {
    display:inline-block;
    color:#fff;
    border-radius: 12px;
    background: #1EAE32;
    padding:5px 15px;
}

.baner_mm-half__bottom-row {
    display:flex;
    flex-direction: row;
    justify-content:center;
    align-items: flex-end;
}

.baner_mm-half__gsv {
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    position: absolute;
    right: 11px;
    font-size: 6.839px;
    bottom: 15px;
}
.baner_mm-half__gsv span {
    font-size: 20.757px;
    font-weight:700;
}

.baner_mm-half__description {
    color: #898989;
    text-align: center;
    font-family: "Gotham-Pro-Regular", Arial, sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
}
.baner_solva {
    background: linear-gradient(180deg, #2050F8 0%, #AAB6FF 100%);
    padding: 0px 68px 28px 57px;
    border-radius: 20px;
}

.baner_solva__row {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.baner_solva__mounth {
    color: #FFF;
    text-align: right;
    font-family: "Gotham-Pro-Regular", Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}

.baner_solva__title {
    color: #FFF;
    text-align: center;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-size: 38.885px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 33px;
    margin-top: 33px;
}

.baner_solva__pseudo-link {
    color: #FFF;
    font-family: "Gotham-Pro-Medium", Arial, sans-serif;
    font-size: 27.415px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.179px; /* 84.55% */
    border-bottom:1px solid #fff;
    width:fit-content;
    margin: auto;
    margin-bottom: 21px;
}

.baner_solva__description {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-family: "Gotham-Pro-Regular", Arial, sans-serif;
    font-size: 7px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    .baner_solva {
        padding: 0;
    }
    .baner_mm-half__pseudo-link-mob,
    .baner_mm-half__mob-gsv {
        display: block;
    }
    .baner_mm-half__pseudo-link,
    .baner_mm-half__gsv{
        display: none;
    }
    .baners-row {
        flex-direction:column-reverse;
    }
    .baner_mm-half__img {
        max-width:116px;
    }
    .baner_mm-half__row {
        justify-content:center;
    }
    .baner_mm-half__mob-gsv {
        font-family: "Gotham-Pro-Medium", Arial, sans-serif;
        position:absolute;
        right:16px;
        font-size: 6px;
        font-weight: 500;
    }
    .baner_mm-half__mob-gsv span {
        font-size: 13.233px;
    }
    .baner_mm-half__link {
        background-size: 35%;
        padding: 11px 16px;
    }
    .baner_mm-half__title {
        margin-top:10px;
        font-size:35px;
    }
    .baner_mm-half__proc {
        padding: 3px 10px;
    }
    .baner_mm-half__bottom-row {
        flex-direction:column;
        align-items:center;
    }
    .baner_mm-half__pseudo-link-mob {
        color: #000;
        font-family: "Gotham-Pro-Medium", Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        border-bottom:1px solid #000;
        margin-bottom:8px;
    }
    .baner_mm-half__description {
        font-size:5px;
    }

    .baner_solva_img svg {
        width:86px;
        margin-top: -5px;
    }
    .baner_solva__link {
        overflow: hidden;
        padding: 0px 30px 11px 30px
    }
    .baner_solva__mounth {
        font-size:14px;
    }
    .baner_solva__title {
        margin-top: 16px;
        margin-bottom:20px;
        font-size: 23px;
        line-height:1.2;
        white-space:nowrap;
    }
    .baner_solva__pseudo-link {
        font-size: 24px;
    }
    .baner_solva__description {
        font-size:5px;
    }
}
.news-picture {
    width: 100%;
}
.news__img {
    max-width: 100%;
    height: auto;
}

.container h2 {
    font-size: 20px;
    font-weight: 700;
}

.container h3 {
    font-size: 18px;
    font-weight: 700;
}

.container h4 {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .container h2 {
        font-size: 18px;
        padding: 10px 0;
    }

    .container h3 {
        font-size: 16px;
    }

    .container h4 {
        font-size: 14px;
    }
}

/* prices.ctp */
.prices-breadcrumb-row {
    margin-bottom: 15px;
}

.prices-filter-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    gap: 10px;
}

.prices-filter-col {
    flex: 1 1 30%;
    margin-right: 15px;
    margin-bottom: 10px;
}

.prices-filter-col:last-child {
    margin-right: 0;
}

.prices-filter .btn {
    width: auto;
    padding: 8px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
}

.prices-table-wrapper {
    overflow-x: auto;
    margin-bottom: 20px;
}

.prices-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 14px;
}

.prices-table tr {
    display: table-row !important;
}

.prices-th {
    width: 20%;
    padding: 12px;
    text-align: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    vertical-align: middle;
    min-height: 50px;
}

.prices-td {
    padding: 12px;
    border: 1px solid #dee2e6;
    text-align: center;
    min-width: 120px;
    min-height: 50px;
    vertical-align: middle;
    display: table-cell;
}

.prices-td button {
    margin: 0 auto;
}

.prices-no-data {
    text-align: center;
    padding: 20px;
    font-style: italic;
    color: #999;
    min-height: 50px;
}

.prices-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 16px;
}

.prices-pagination span,
.prices-pagination a {
    margin: 0 8px;
    padding: 5px 10px;
    color: #007bff;
    text-decoration: none;
    border-radius: 4px;
}

.prices-pagination .current {
    font-weight: bold;
    color: #333;
}

.prices-pagination a:hover {
    background-color: #f1f1f1;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    background-color: white;
    padding: 20px;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-close {
    float: right;
    font-size: 28px;
    cursor: pointer;
    background: none;
    border: none;
}

.custom-form-group {
    margin-bottom: 15px;
}

.custom-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.custom-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.custom-cost {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
}

.custom-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.custom-btn-primary {
    background-color: #ff8a16;
    color: white;
}

.custom-btn-secondary {
    background-color: #6c757d;
    color: white;
}

.custom-btn:hover {
    opacity: 0.9;
}

.custom-cost-details {
    margin-top: 10px;
    font-size: 15px;
    color: #333;
}

.custom-cost-details div {
    margin-top: 4px;
}

.filial-item {
    display: flex;
    align-items: center;
    padding: 8px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
}

.filial-item input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.filial-item label {
    display: flex;
    align-items: center;
    width: 100%;
}

.bank-group {
    margin-bottom: 15px;
}

.bank-group strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

#selectedFilialsList {
    margin-bottom: 20px;
}

#selectedFilialsListItems li {
    margin-bottom: 5px;
}

#selectedAccountsText .account-count {
    font-weight: 700 !important;
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px;
}

.modal-footer .custom-btn {
    width: 48%;
    padding: 10px 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .prices-filter-row {
        flex-direction: row;
        gap: 15px;
    }

    .prices-filter-col {
        flex: 1 1 100%;
        margin-bottom: 10px;
    }

    .prices-filter-col select {
        width: 100%;
    }

    .prices-filter-col .submit {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 1 auto;
    }

    .prices-table-wrapper {
        overflow-x: hidden;
    }

    .prices-th, .prices-td {
        font-size: 12px;
        padding: 8px;
        min-width: 80px;
        text-align: center;
    }

    .custom-modal-content {
        max-width: 90%;
    }

    .prices-td button {
        padding: 6px 12px;
        font-size: 8px;
        width: auto;
        margin: 0 auto;
    }

    .custom-btn {
        padding: 6px 12px;
        font-size: 14px;
        width: auto;
        margin-top: 10px;
    }

    .prices-filter .btn {
        padding: 6px 15px;
        font-size: 14px;
    }

    .custom-toast {
        top: 10px;
        right: 10px;
        width: calc(100% - 20px);
        max-width: 90%;
    }

    .alert.auto-hide {
        width: calc(100% - 20px);
        margin: 10px auto;
    }

    .modal-footer {
        flex-direction: column;
    }

    .modal-footer .custom-btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* office.ctp */
.subscriptions-table-wrapper {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.subscriptions-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background-color: #fff;
}

.subscriptions-table tr {
    display: table-row !important;
}

.subscriptions-th {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    font-weight: 600;
    color: #333;
}

.subscriptions-td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #555;
}

.m-b-25 {
    margin-bottom: 25px;
}

.br-n {
    border: none !important;
}

@media (max-width: 767px) {
    .subscriptions-table-wrapper {
        overflow-x: auto;
    }

    .subscriptions-table {
        min-width: 600px;
    }

    .subscriptions-th,
    .subscriptions-td {
        font-size: 12px;
        padding: 8px;
        min-width: 80px;
    }

    .subscriptions-table tbody tr td:nth-child(2) {
        white-space: normal !important;
        word-wrap: break-word !important;
        max-width: 120px;
        overflow-wrap: break-word;
        hyphens: auto;
    }
}

@media (max-width: 990px) {
    .exchange__inner {
        display: flex;
        flex-wrap: wrap;
    }
    .exchange__item {
        flex: 0 0 calc(50% - 20px);
    }
    .exchange__left,
    .exchange__right {
        flex: 1;
    }
    .exchange__right {
        padding-left: 15px;
        column-gap: clamp(16px, 4vw, 35px);
    }
    .exchange__col {
        flex: 1;
    }
}

@media screen and (max-width: 315px) {
    .baner_solva__pseudo-link {
        font-size: 21px;
    }
}
