.orphus_modal .btn, .orphus_modal div, .orphus_modal input {
    margin-top: 20px !important;
}

li.tabs__item.ui-tabs-active {
    border-bottom: 2px solid #3F4892;
    color: #3F4892;
    padding-bottom: 14px;
}

li.tabs__item.ui-tabs-active span a {
    color: #19193D !important;
}

li.tabs__item.ui-tabs-active a {
    color: #19193D !important;
}

.big_font {
    font-size: 18px;
    color: #16164e;
    margin-bottom: 18px;
    font-weight: 600;
}
li.jet-item {
    order: 1;
}
li.jet-item-mobile {
    order: 2;
}
li.jet-item img {
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}
li.jet-item-mobile img {
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
}
li.main-menu__sections-item.jet-item a {
    margin-top: 5px;
    margin-left: 2px;
}
li.main-menu__sections-item.jet-item-mobile a {
    padding-left: 10px;
}
li.main-menu__sections-item.jet-item:hover {
     padding-top: 0px;
    border-bottom: unset !important;
}
.zLoader::after {
    background: url(/local/templates/main/loader.svg) no-repeat center center;
    content: " ";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top:0;
    /* opacity: 0.5; */
}
#USD .zLoader::after {
    background: url(/local/templates/main/cur.png) no-repeat center center;
    content: " ";
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top:0;
     opacity: 0.5;
}
.zLoader::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: " ";
    background: #ffffffc2;
    z-index: 99;
}

.zLoader {
    position: relative;
    min-height: 200px;
}

.unfocus:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d6d9e0;
    outline: 0;
    box-shadow: none;
}

.ntab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.branchs form .range_value {
    border: 1px solid #E9ECF0;
    font-size: 15px;
    color: #6A7E9C;
    font-weight: 400;
    padding: 10px;
    height: 43px;
    width: 338px;
}

.branchs form input.myRange, .branchs form input.myRange2 {
    margin-top: -5px;
    border: none;
    padding: inherit;
    margin-bottom: inherit;
}

.cat-and-title h1.text-size-3.text-weight-black.margin-bottom-medium {
    margin: auto;
    margin-bottom: 30px;
}

h1.text-size-3.text-weight-black.margin-bottom-medium {
    font-size: 24px;
    margin-top: 77px;
    color: #19193D;
    margin-bottom: 40px;
    font-weight: 600;
}

.hidden {
    display: none;
}
.left-map{
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}
a.tag_word {

height: 25px;
    background: #6A7E9C;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    margin-right: 0px;
    /* margin-top: 5px; */
    align-items: center;
    /* justify-content: space-evenly; */
    display: inline-block;
    line-height: 25px;
    padding: 0px 5px;
    margin-bottom: 5px;
}
body p.searched-text.medium-text {
  width: auto;
    height: 25px;
    background: #6A7E9C;
    color: white;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    margin-right: 10px;
    margin-top: 5px;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 9px;
}
.searched-text svg{
    margin-left: 10px;
}
.banners ins{
    margin-bottom: 15px;
}

body .in_main .center-news-img {
    max-height: 438px;
    overflow: hidden;
}
.slick-track {
    display: flex;
}
.slick-list {
    overflow: hidden;
}
.swiper-wrapper1 {
    position: relative;
    width: 100%;
}
.swiper-wrapper1 .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: auto;
    z-index: 10;
    height: auto;
}
.swiper-wrapper1 .slick-arrow.slick-prev {
    left: 0;
    font-size: 0;
    border: none;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 44% 55%;
    width: 50px !important;
    transition: 0.2s;
    box-shadow: 0.4px 0.3px 3px #0000004f;
    height: 50px;
    border-radius: 50px;
    background-image: url("img/vectorpaint.svg");
}
.swiper-wrapper1 .slick-arrow:focus {
    outline: none;
}

.swiper-wrapper1 .slick-arrow.slick-next{
    right: 0;
    border: none;
    font-size: 0;
    width: 50px !important;
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 54% 54%;
    border-color: white;
    transition: 0.2s;
    box-shadow: 0.4px 0.3px 3px #0000004f;
    height: 50px;
    border-radius: 50px;
    background-image: url("img/vectorpaint (1).svg");
}
.card-block1 {
    margin-right: 14px;
    margin-left: 14px;
}

.card-block1:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 -8px 16px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08), 0 -8px 16px 0 rgba(0, 0, 0, 0.04), 0 16px 24px 0 rgba(0, 0, 0, 0.16);
    transition: 0.2s;

}
#tabs-1 .preload-offers__card, #tabs-2 .preload-offers__card {
    padding-bottom: 25px;
    margin-bottom: 0;
}
.card-block1 button:hover {
    color: white;
    background: #3F4892;
}
button.all-cards {
    margin-top: 50px;
}
.main-menu__submenu-column.ad_column{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pure .right-banner{
    display: inline-block;
}
.online_btn{
    margin-left: auto;
    width: auto;
    height: 29px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    background: #45AB41;
    border: none;
    border-radius: 5px;
    margin-right: 15px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    /*padding: 0 30px;*/
}
.descr_prop p {
    margin-top: -32px;
    color: #cecece;
    opacity: 0.8;
    font-size: 12px;
}
.bank_logo a {
    display: inline-block;
    /* float: left; */
    /* border: 1px solid #eaeaea; */
    margin-bottom: 15px;
}
.sup-p{
    min-height: 24px;
}
body .sub-div{height: auto}

/*new bank page */
.left-about-bank {
    display: flex;
    border: 2px solid #119649;
    flex-direction: column;
}
.left-about-bank-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.left-about-bank-top span {
    margin-bottom: 0px;
    font-weight: 700;
}

.left-about-bank > span {
    margin-bottom: 30px;
    color: white;
    height: 39px;
    background: #119649;
    display: flex;
    padding: 0 12px;
    align-items: center;
}

.left-about-bank a {
    font-size: 16px;
    color: #3F4892;
    font-weight: 400;
    padding: 0 12px;
    margin-bottom: 15px;
}

.left-about-bank a span {
    width: auto;
    float: right;
    margin-bottom: 0;
    color: gray;
}
.left-banner-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
    padding: 20px 0;
    border: 1px solid #d3d3d359;
}
.o_icon{
    line-height: 29px;
    height: 29px;
    margin-right: 3px;
    display: inline-block;
    margin-left: 3px;
}
span.o_icon img {
    width: 16px;
    vertical-align: middle;
}
.news-block-bank .lenta-novoste-block {
    display: flex;
    border-bottom: none;
}
.news-block-bank > span {
    display: block;
    margin-bottom: 40px;
}
.not_tab.indetail{
    width: 100%;
}
body .top_cat_name{
    margin: 0;
    margin-bottom: -26px;
}
.online_btn.in_col{
    font-size: 0!important;
    padding: 0 20px;
    height: 25px!important;
}
.cards .table-card-offers-block4 span.in_col span{
    display: inline-block;
    float: none;
    line-height: 23px;
    padding-right: 5px;
    margin-right: 5px;
}


.fin-shop-sm-block {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
}

a.fin-shop-btn {
    display: block;

    margin-left: auto;
    border: 1px solid #19193D;
    border-radius: 5px;
    height: 40px;
    width: 195px;
    flex-shrink: 0;
    display: flex;
    transition: all 0.2s;
    align-items: center;
    padding: 20px;
    color: #fff;
    font-weight: 500;
    background: #119649;
}

.fin-shop-sm-block img {
    margin-right: 40px;
}

.fin-shop-in-block span {
    margin-bottom: 20px;
    display: block;
}
.fin-shop-in-block span a {
    margin-right: 10px;
    display: block;
}

.fin-shop-in-block a {
    margin-right: 20px;
    color: #19193D;
    font-weight: 400;
}
.info-bank-block {
    display: flex;
    flex-direction: column;
}

.info-bank {
    position: relative;
}



.info-bank .wb:last-child {
    right: 0%;
}
.tg-subs {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    padding: 10px;
    background: #249cce;
}

.tg-subs span {color: white;}

.tg-subs a {
    display: flex;
    margin: auto;
    height: 30px;
    background: white;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 5px;
    font-weight: 500;
    color: #19193D;
}
.ist {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ist span {
    margin-right: 20px;
}
@media (max-width: 850px) {
    .fin-shop-sm-block {
        flex-direction: column;
    }

    .fin-shop-sm-block img {
        margin-bottom: 20px;
    }

    .fin-shop-in-block {
        margin-bottom: 20px;
        display: block;
    }

    a.fin-shop-btn {
        margin: auto;
    }

    .fin-shop-in-block span {
        text-align: center;
    }

    .fin-shop-in-block div a {
        margin-bottom: 20px;
        display: block;
        justify-content: center;
        align-items: center;
    }

    .fin-shop-in-block div {
        display: flex;
    }
}
@media (max-width: 520px) {
    .fin-shop-in-block div {
        flex-direction: column;
        align-items: center;
    }

    a.fin-shop-btn {
        justify-content: center;
    }

    .fin-shop-sm-block img {margin-right: 0;}

    .fin-shop-in-block div a {
        margin-right: 0;
    }
}
.left-about-bank-top img {
    width: 100%;
}

a {}

.left-banner-block a {
    width: 100%;
    height: 100%;
}

.left-banner-block a img {
    width: 100%;
    height: 100%;
}

.left-banner-block {
    padding: 0;
    height: 500px;
    width: 300px;
}

.left-about-bank {
    width: 100%;
}


.tg-subs {
    width: 300px;
}
a.fin-shop-btn:hover {
    background: #119649;
    color: white;
    border-color: #119649;
    transition: all 0.2s;
}
.ist a {
    color: #119649;
}
span.medium-text {
    color: #16164E;
}
.info-bank-block span {
    line-height: 1.8;
}
.more-information-bank-italic-text span {
    line-height: 1.8;
}
.fin-shop-sm-block.bank-contacts .feed-back {
    width: 100%;
    display: flex;
    align-items: center;
}
.page-container__body .bg-white.ss2 {
    margin-top: 40px;
}
.left-about-bank-top {
    margin-top: 20px;
}
.left-about-bank {
    width: 300px;
}
.fin-shop-sm-block.bank-contacts .feed-back {
    background: white;
    padding: 20px;
}
.fin-shop-sm-block.bank-contacts {
    background: rgba(209,225,243,.50);
    padding: 20px !important;
    margin-bottom: 40px;
}
.more-information-bank-italic-text {
    margin-bottom: 40px;
}
.only_mob{
    display: none;
}
@media (max-width: 756px) {
    .only_desk{
        display: none;
    }
    .only_mob{
        display: block;
    }
}
.pagination ul li.tfield span {
    color:#a5a5a5;
}

.theme-day-in-block {
    display: flex;
    margin-bottom: 40px;
}

.theme-day-in-block img {
    max-width: 420px;
    height: 318px;
}

.theme-day-in-block-text {
    display: flex;
    flex-direction: column;
}

.theme-day-in-block-text span {
    width: auto !important;
    margin-left: 20px;
    line-height: 1.8 !important;
}

.theme-day-in-block-text .green-date {
    margin-bottom: 0;
}


.theme-day-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #d3d3d359;
    padding-bottom: 20px;
}
.news-lent-and-interv {
    display: flex;
}

.news-lent-and-interv-left, .news-lent-and-interv-right {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
}

.news-lent-and-interv-info-top-block {
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    margin-bottom: 20px;
}

.news-lent-and-interv-info-top-block-all img {
    flex-shrink: 0;
    height: 120px;
}

.news-lent-and-interv-info-top-block-all {
    display: flex;
    margin-bottom: 20px;
}

.news-lent-and-interv-info-top-block-text {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    width: 100%;
}

.news-lent-and-interv-info-top-block-text span {
    line-height: 1.8;
}

.news-lent-and-interv-info-top-block-text span.green-date {
    margin-bottom: 0;
}

.news-lent-and-interv-info-top-block-text span:first-child {margin-bottom: 10px;line-height: 1.4 !important;}
a.all-bank-news {
    background: white;
    border: 1px solid #19193D;
    color: #19193D;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
    height: 34px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.all-bank-news:hover{
    background: #19193D;
    color: white;
}
.left,.right {
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    width: 50%;
}

.right {
    display: flex;
    flex-direction: column;
}
.right .news-lent-and-interv-info-top-block span {
    padding-bottom: 16px;
}
span.medium-text.news-link {
    line-height: 1.4;
    margin-bottom: 40px;
}

.news-lent-and-interv-info-top-block span {line-height: 1.8 !important;}
.press-views-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.press-views-block span {
    line-height: 1.4;
}
span.semibold-text.news-lent-and-interv-info-top-block-text span {
    line-height: 1.4 !important;
}
.popular-right-news span:first-child {
    margin-bottom: 20px;
    display: block;
}
.news-lent-and-interv-right  .feed-back {
    display: flex;
    flex-direction: column;
}
.news-lent-and-interv-right .feed-back img {
    max-width: 190px;
}

.news-lent-and-interv-right .feed-back span {
    line-height: 1.8;
}


@media(max-width:911px){
    .news-lent-and-interv {
        flex-direction:column;
    }
    .left, .right {
        margin-right: 0px;
        width: 100%;
    }
    .theme-day-block .news-cat-content-3 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .theme-day-in-block {
        flex-direction: column;
    }
    .theme-day-in-block-text span {
        margin-left: 0;
    }
    .theme-day-in-block img {
        margin-bottom: 20px;
    }

}
@media (max-width: 610px) {
    .theme-day-block .news-cat-content-3 .center-news-block {
        width: 100% !important;
    }
}
.theme-day-block .center-news-img {
    border: 1px solid #d3d3d359;
}
.news-lent-and-interv-info-top-block .press-views-block {
    border-bottom: 1px solid #d3d3d359;
}
.right-side {
    position: relative;
}

.popular-right-news {
    position: sticky;
    top: 10px;
}
.about-block.news-site {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
body .bg-white.ss2 {
    margin-top: 40px;
}
.under-slider-block-second img {
    width: 100% !important;
}
.center {
    margin-top: 80px;
}
.layout-wrapper.container {
    position: relative;
}
.date-and-comp {
    display: flex;
}
.date-and-comp span:last-child {
    margin-left: 20px;
}


body .bank-search-results {
    height: 219px;
}

body .bank-search-result {
    overflow-y: hidden;
}
body .bank-search-results {
    height: 219px;
    margin-top: inherit;
    margin-bottom: inherit;
    margin: 30px !important;
}

body .bank-search-result {
    overflow-y: hidden;
    height: inherit;
}
.lenta-news-left span:first-child {
    display: block;
}

.lenta-news-left .semibold-text {
    display: block;
}
.lenta-news-left .press-views-block {
    border-bottom: 1px solid #d3d3d359;
}
.lenta-news-left span:first-child {
    display: block;
}
.theme-day-in-block-text .green-date {
    margin-bottom: 0;
}
span.green-date {
    color: #119649;
}
.popular-bank-predloj-blocks{
    position: relative;
    width: 100%;
}
.popular-bank-predloj-blocks .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: auto;
    z-index: 10;
    height: auto;
}
.popular-bank-predloj-blocks .slick-arrow.slick-prev {
	left: 0;
    font-size: 0;
    border: none;
    background-repeat: no-repeat;
    background-size: 26%;
    background-position: 44% 55%;
    background-color: #fff;
    width: 50px !important;
    transition: 0.2s;
    box-shadow: 0.4px 0.3px 3px #0000004f;
    height: 50px;
    border-radius: 50%;
    background-image: url("/local/templates/main/img/vectorpaint.svg");
    appearance: none;
    box-sizing: border-box !important;
}
.popular-bank-predloj-blocks .slick-arrow:focus {
    outline: none;
}

.popular-bank-predloj-blocks .slick-arrow.slick-next{
    right: 0;
    font-size: 0;
    border: none;
    background-repeat: no-repeat;
    background-size: 26%;
    background-position: 54% 54%;
    background-color: #fff;
    width: 50px !important;
    transition: 0.2s;
    box-shadow: 0.4px 0.3px 3px #0000004f;
    height: 50px;
    border-radius: 50%;
	background-image: url("/local/templates/main/img/vectorpaint (1).svg");
    appearance: none;
    box-sizing: border-box !important;
}

.tabs-a button,.col-2 button {
    border: none;
    background: white;
    outline: none !important;
}
.table-kurs {
    margin-bottom: 40px;
}
span.col-5.medium-text .country-flag {
    margin-right: 10px;
}
.informer-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
    height: 180px;
    border: 1px solid #d3d3d359;
}
.popular-valuts {
    margin-bottom: 40px;
}
.informer-block span {
    margin-bottom: 0;
}
.lenta-novoste-block {
    flex-direction: column-reverse;
}

.lenta-novoste-block a {
    margin-bottom: 20px;
}
.lenta-novoste-block {
    flex-direction: column-reverse;
}

.lenta-novoste-block a {
    margin-bottom: 20px;
}

.dates p:first-child {
    margin-right: 30px;
}
.lenta-novoste-block {
    flex-direction: column-reverse;
}

.lenta-novoste-block a {
    margin-bottom: 20px;
}

.dates p:first-child {
    margin-right: 30px;
}
.informer-block .all-courses {
    width: auto !important;
}





.form_toggle {
    display: inline-block;
    overflow: hidden;
}
.form_toggle-item {
    float: left;
    display: inline-block;
}
.form_toggle-item input[type=radio] {
    display: none;
}
.form_toggle-item label {
    display: inline-block;
    padding: 0px 15px;
    line-height: 34px;
    border: 1px solid #19193D;
    border-right: none;
    cursor: pointer;
    user-select: none;
}

.form_toggle .item-1 label {
    border-radius: 6px 0 0 6px;
}
.form_toggle .item-2 label {
    border-radius: 0 6px 6px 0;
    border-right: 1px solid #3F4892;
}

/* Checked */
.form_toggle .item-1 input[type=radio]:checked + label {
    background: #3F4892;
}
.form_toggle .item-2 input[type=radio]:checked + label,.form_toggle .item-2 input[type=radio]:checked + label span {
    background: #3F4892;
    color: white;
}
.form_toggle-item.item-1 label:after,.form_toggle-item.item-1 label:before {background: none !important;border: none !important;}
.form_toggle-item.item-2 label:after, .form_toggle-item.item-2 label:before {
    background: none !important;
    border: none !important;
}
.form_toggle-item.item-1 label, .form_toggle-item.item-2 label {
    padding-left: 17px !important;
    height: 30px;
    padding-top: 4px;
}
.form_toggle {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.form_toggle-item.item-1,.form_toggle-item.item-2 {width: 50%;}

label {}

.form_toggle-item.item-1 label,.form_toggle-item.item-2 label {
    width: 100%;
    text-align: center;
}
.form_toggle-item.item-1 label span, .form_toggle-item.item-2 label span {
}

.form_toggle .item-1 input[type=radio]:checked + label span {
    color: white;
}
section#currency-converter_0 {
    border: 1px solid #3F4892;
    padding: 20px;
}

.top-diogram {
    display: flex;
}

.diogram-top-left {
    width: 35%;
}

.diogram-top-right.tab-content {
    width: 65%;
}

.diogram-top-text {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 20px;
}

.diogram-top-text span {
    margin-bottom: 0;
}

.diogram-top-left li.nav-item {
    width: 100%;
    margin-top: 1px;
}

.diogram-top-left li.nav-item .nav-link.active {
    background: #f3f3f3;
    border-color: #3F4892;
}

.diogram-top-left li.nav-item .nav-link {
    height: 45px;
    border-radius: 0 !important;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.diogram-top-left li.nav-item .nav-link .tabs-a{
	width: 100%;
}

.diogram-top-left li.nav-item .nav-link button{
	background: transparent;
}

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

.tabs-a span {
    margin-bottom: 0;
}

.diogram-top-left .nav-tabs .nav-link span {
    color: #19193D !important;
}

.diogram-top-left .nav-tabs .nav-link span.green-date {
    color: #119649 !important;
}

.diogram-top-left li.nav-item:hover {
    background: white;
    margin-top: 1px;
}

.diogram-top-left li.nav-item a:hover {
    background: white;
}

.diogram-top-left
.nav-tabs .nav-link {
    border-color: #d3d3d359;
}
.top-diogram {
    margin-bottom: 40px;
}

.best-courses-tab ul {
    margin-bottom: 20px;
}

.best-courses-tab .semibold-text {
    display: block;
    margin-bottom: 20px;
}
.bc-inner-blocks-left {
    width: 50%;
}

.bc-inner-blocks-right {
    width: 50%;
}

.best-courses-tab .organization-contacts {
    display: flex;
}

.bc-inner-block-left-texts {
    display: flex;
}

.bc-inner-block-left {
    margin-right: 20px;
}
.bc-inner-block-left .semibold-text, .bc-inner-blocks-right .semibold-text {
    border-bottom: 1px solid #d3d3d359;
    padding-bottom: 10px;
}

.bc-inner-block-left-texts {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bc-inner-block-left-texts span {
    margin-bottom: 0;
}
a.all-courses {
    padding: 0 10px;
    border: 1px solid #6a7e9ca8;
    font-size: 16px;
    height: 34px;
    color: #19193D;
    width: auto;
    display: inline-flex;
    width: 30%;
    align-items: center;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    justify-content: center;
}

a.all-courses span {
    margin-bottom: 0;
}
.popular-valuts {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #d3d3d359;
}

.pop-vol-texts {
    display: flex;
    margin-bottom: 20px;
}


.popular-valuts a.all-courses {
    width: 40%;
}

a.all-courses:hover {
    background: #19193D;
}

a.all-courses:hover span {
    color: white;
}
a.all-diograms {
border-radius: 5px;
    border: 1px solid #6a7e9c52;
    padding: 7.5px 25px;
    background: white;
    font-size: 15px;
    color: #19193D;
    font-weight: 600;
    margin-top: 10px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.all-diograms span {
    margin-bottom: 0;
    font-weight: 600;
    color: #19193D !important;
}

a.all-diograms:hover {
    background: #3F4892;
    text-decoration: none;
    color: #fff;
}

a.all-diograms:hover span {
    color: white !important;
}

li.nav-item:hover {
    background: #3F4892;
}

.nav-tabs .nav-link:hover {
    background: #3F4892;
    color: white;
}

.nav-tabs .nav-link:hover span {
    color: white;
}

li.nav-item {
    /* margin-right: 7px; */
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border-color: #3F4892 #3F4892 #3F4892;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #3F4892 #3F4892 #3F4892;
}
.nav-tabs .nav-link {
    border: 1px solid #3F4892;
}
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link.active {
    background: #3F4892;
}

.nav-tabs .nav-link.active span {
    color: white;
}
li.nav-item:first-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

li.nav-item:last-child {/* border-top-left-radius: 0; */}

a#profile-tab {}

.nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

li.nav-item {}

.nav-tabs .nav-item:first-child .nav-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-tabs .nav-item .nav-link {
    border-radius: 0;
}

li.nav-item:last-child:hover {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
li.nav-item:first-child:hover {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */
    overflow: hidden;  /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
    height: auto;      /* let the content decide it  */
}
.center {
    display: flex;
}

.popular-valuts {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #d3d3d359;
}

.pop-vol-texts {
    display: flex;
    margin-bottom: 20px;
}


.popular-valuts a.all-courses {
    width: 40%;
}

a.all-courses:hover {
    background: #19193D;
}

a.all-courses:hover span {
    color: white;
}

.news-block-bank .lenta-novoste-block {
    display: flex;
    border-bottom: none;
}
.news-block-bank > span {
    display: block;
    margin-bottom: 40px;
}
.bank-contacts {
    background: rgba(209,225,243,.50);
    padding: 20px;
    margin-bottom: 40px;
}

.bank-contacts .feed-contacts {
    background: white;
}

.bank-information .feed-back {}

.bank-contacts .feed-back {
    background: white;
    padding: 20px;
    margin-top: 0px;
    margin-bottom: 20px
}
span.red-date {
    color: #dc3545 !important;
}

.predloj-bank-self-slider {
    position: relative;
    display: flex;
    align-items: center;
    margin: 40px 0;
}
.predloj-bank-self-slider .slick-arrow {
    display: inline-block;
    position: absolute;
    width: 20px;
    cursor: pointer;
    z-index: 99;
    height: 20px;
    background: transparent;
    text-indent: -9999px;
    border-top: 2px solid #3F4892;
    border-left: 2px solid #3F4892;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    border-right: none;
    border-bottom: none;
}
.predloj-bank-self-slider .slick-arrow:focus {
    outline: none;
}
.predloj-bank-self-slider .slick-arrow:before {
    display: block;
    height: 450%;
    width: 200%;
    margin-left: -50%;
    margin-top: -50%;
    content: "";
    transform: rotate(45deg);
}
.predloj-bank-self-slider .slick-prev {
    transform: rotate(-45deg);
    left: 7px;
}
.predloj-bank-self-slider .slick-next {
    transform: rotate(135deg);
    right: 0;
}
.predloj-bank-self-slider .slick-slide {
    margin-left: 35px;
    margin-right: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.predloj-bank-self-slider .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: inherit;
}
.predloj-bank-self-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    align-items: center;
    /* border-bottom: 1px solid lightgrey; */
}

.predloj-bank-self-style-left span {
    padding: 0 10px;
    border: 1px solid #6a7e9ca8;
    font-size: 16px;
    height: 34px;
    color: #19193D;
    width: auto;
    display: inline-flex;
    align-items: center;
    transition: 0.2s;
    cursor: pointer;
    justify-content: center;
}

.predloj-bank-self-style-left {
    display: flex;
}

.predloj-bank-self-style-left span:first-child {
    /* border-right: none; */
    border-top-left-radius: 5px;
    /* background: #0a9346; */
    /* color: white; */
    /* border-top: 2px solid green; */
    border-bottom-left-radius: 5px;
}

.predloj-bank-self-style-left span:last-child {
    /* border-left: none; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.predloj-bank-self-style-left span:hover {
    /* background: #0a9346; */
    /* color: white; */
    transition: 0.2s;
    /* border-top: 2px solid green; */
}
.predloj-bank-self-style-left span:hover {
    color: white;
    background: #3F4892;
}
.predloj-bank-self-slider .slick-slide img {
    margin-bottom: 10px;
}
.popular-bank-predloj .predloj-bank-self-style-left span {
    width: 120px;
}

.predloj-bank-self-top span {
    margin-bottom: 0;
}
.popular-bank-predloj .predloj-bank-self-style-left a.bg span {
    background: #3F4892;
    color: white;
}
@media (max-width: 721px) and (min-width: 630px ) {
    .predloj-bank-self-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .predloj-bank-self-top span {
        margin-bottom: 40px;
        text-align: center;
    }
}
@media (max-width: 630px) {

    .predloj-bank-self-top span {
        margin-bottom: 40px;
        text-align: center;
    }
    .predloj-bank-self-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}
body .org-info-right-text-block span {
    color: #6A7E9C;
    font-size: 16px;
}
#chartdiv {
    width: 100%;
    height: 300px;
    max-width: 100%;
}

.other-bank-course-block.row {
    flex-direction: column;
}

.other-bank-course-block-top {
    display: flex;
    background: #3F4892;
    width: 100%;
}

.other-bank-course-block-top > div {
    display: flex;
    padding-top: 30px;
    height: 113px;
    justify-content: center;
    align-items: flex-start;
}

.other-bank-course-block-top .col-8 {
    flex-direction: column;
    align-items: center;
}

.other-bank-course-block-top .col-8 > div {
    width: 100%;
}

.other-bank-course-block-top .col-8 > div span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.other-bank-course-block-bottom.row {
    width: 100%;
    margin-left: 0;
}

.other-bank-course-block-bottom.row > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.other-bank-course-block-bottom.row > div span {
    width: auto;
    text-align: center;
    color: white;
}

.other-bank-course-block-bottom.row > div span.green-date{
    color: white !important;
}

.other-bank-course-block-top {
}

.other-bank-course-block-top > div span {
    color: white;
}

.other-bank-course-block-top .col-8 > span {
    margin-bottom: 30px;
}

.other-bank-course-block-top {
    border-bottom: 1px solid black;
}

.other-bank-course-block-bottom.row {
    background: #3F4892;
    margin-top: 0px;
}

.other-bank-course-block-bottom.row > div {
    /* border: 1px solid black; */
    border-top: 0;
    height: 130px;
    border-right: none !important;
    border-bottom: none !important;
}

.other-bank-course-block.row {
    margin-bottom: 40px;
    margin: 0;
}
li.nav-item.usd-rubl {
    position: absolute;
    right: 0;
}
ul.nav.nav-tabs {
    position: relative;
}

.col-2.cours-active {
    border: none !important;
    background: #19193D;
}
.col-6.cours-active {
    border: none !important;
    background: #19193D;
}
.other-bank-course-block-bottom.row > div span:first-child {
    margin-top: 20px;
}

.other-bank-course-block-bottom.row > div:first-child {
    border: none !important;
}

.other-bank-course-block-bottom.row .col-4:first-child {
    border: none !important;
}

.green-date {
    color: #119649 !important;
}
.other-bank-course-block-bottom.row > div span.regular-text {
    margin-bottom: 0;
}
.other-bank-course-block-bottom.row > div.col-4:last-child {
    border-left: 1px solid black;
}
.diogram-top-left > span {
    margin-bottom: 20px;
    display: block;
}
.other-bank-course-block.row {
    margin: 0 0 40px 0;
}
.zhidden{
    display: none;
}
.body .input-group-append {
    width: calc(100% / 3);
}

.body .input-group-append {
    flex-direction: column;
}
table#calendar2 {
    margin-bottom: 40px;
}
.left-about-bank {
    margin-bottom: 40px;
}
#calendar2 thead tr:nth-child(1) td:nth-child(2) {
    padding-left: 70px;
}
.widget__title {
    text-align: center;
}

.convert-colend > div {
    width: calc(100% / 2);
}

.convert-colend {
    display: flex;
}

.calend-btn a.all-courses {
    padding: 0 10px;
    border: 1px solid #6a7e9ca8;
    font-size: 16px;
    height: 34px;
    color: #19193D;
    width: auto;
    display: inline-flex;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
    justify-content: center;
    margin-right: 10px;
}

a.all-courses span {
    margin-bottom: 0;
}

.calend-btn a.all-courses:hover {
    background: #19193D;
}

.calend-btn a.all-courses:hover span {
    color: white;
}
.left-map-block.active {
    border-bottom: 2px solid #3f4892;
}
.left-map-block.active span {
    /* background: #3f4892; */
    color: #3f4892;
    font-weight: bold;
}
body .inform-page .branchs form .range_value{
    padding: 0;
    border: none;
}
body .inform-page .branchs form .range_value input{
    height: 43px;

}body .inform-page .branchs form .range_value input:focus{
     color: #495057;
     background-color: #fff;
     border-color: #E9ECF0;
     outline: 0;
     box-shadow: none;
}
 /*.org_detail .nav-dotes{*/
 /*    margin-top: 0 !important;*/
 /*    padding-top: 15px !important;*/
 /*}*/
 .org_detail  .bank-info-top-text {
     margin-top: 0px;
 }
 .org_detail .bank-info-top-text span{
     margin-top: 0;
 }
 /*select2 */
body .select2-container--default .select2-selection--single .select2-selection__arrow b {

    margin-top: 6px;

}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6A7E9C;
    line-height: 43px;
}
body .select2-container--default .select2-selection--single {
    border: 1px solid aliceblue;
    border-radius: .25rem;
    height: 43px;

    background: unset;
    /* line-height: 43px; */
}
body .select2-dropdown {
    border: 1px solid aliceblue;
}
.auth-selects.form:empty {
    border: none;
}
.serv_add_info{
    line-height: 30px;
    border: 1px solid #cecece;
    padding: 10px 20px;
}

.mobile_menu_overlay, .mobile_menu_container{
    position: fixed;
    /*top: 84px;*/
    left: 0;
    width: 100%;
    height: 100vh;
}
.mobile_menu_overlay.active {
    display: block;
}
.mobile_menu_overlay {
    display: none;
}
body.active {
    overflow: hidden;
}

.mobile_menu_container, .mobile_menu_container ul li ul{
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
}
.mobile_menu_overlay{
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
}
.mobile_menu_container{
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    width: 100%;
    overflow: hidden;
    z-index: 10201;
    background: white;
}
.mobile_menu_container.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile_menu_container .mobile_menu_content{
    overflow: auto;
    max-height: 100%;
    padding-bottom: 30px;
}
.mobile_menu_container ul{
    margin: 0;
    padding: 0;
}
.mobile_menu_container ul li{
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #E9ECF0;
}
.mobile_menu_container ul li a{
    display: block;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #19193D;
    margin-bottom: 15px;
}
.mobile_menu_container ul li a.parent{
    padding-right: 50px;
    background: #ffffff url("arrow-right.svg") right 20px center no-repeat;
    background-size: 13px;
}
.mobile_menu_container ul li a.parent:hover{
    background: #3c8de8 url("arrow-right.svg") right 20px center no-repeat;
    background-size: 13px;
}
.mobile_menu_container ul li a.back{
    padding-left: 50px;
    background: #ffffff url("arrow-left.svg") left 20px center no-repeat;
    background-size: 13px;
    box-sizing: border-box;
    line-height: 34px;
    min-height: 50px;
}
.mobile_menu_container ul li a.back:hover{
    background-size: 13px;
}

.mobile_menu_container ul li ul{
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 2;
}
.mobile_menu_container ul li ul.loaded{
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.mobile_menu_container ul li ul.activity{
    overflow-y: auto;
    overflow-x: hidden;
}
.parent-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
li.menu-banner {
    align-items: center;
    margin-bottom: auto !important;
    display: flex;
    padding: 8px 20px;
    margin-bottom: 100px !important;
}

.menu-banner-text {
    display: flex;
    flex-direction: column;
    padding: 8px 20px;
}



.menu-banner-img {
    margin-right: 10px;
    width: 100px;
}
.menu-banner-text span {
    margin-bottom: 5px !important;
}

.menu-banner-img img {
    width: 100%;
}
.menu-banner-btn a {
    background: #45AB41;
    color: white !important;
    border-radius: 5px;
    text-align: center;
    width: 50%;
}
section#bank_news_id_block img {
    max-width: 100%;
}
.mob_banner {
    display: none;
}
@media (max-width: 717px){
    li.nav-item.usd-rubl {
        position: relative;
        left: 0;
        top: 10px;
    }
    .mob_banner {
        display: block;
    }
}
/*ins img {
    width: 100%;
    !* zoom: 1; *!
    height: auto;
}
.top-new-alert ins img {
    width: inherit;
    height: inherit;
}*/
.only_mob ins img{
    height: auto;
    width: 100%;
}
.branchs select.simple {
    display: inherit;
}
.top_apps_li{
    position: relative;
}
.top_apps_li .top-app{
    background: url(/local/templates/main/corona.png) no-repeat center 0 transparent;
    width: 100%;
    height: 30px;
    display: block;
    position: absolute;
    top: 15px;
}
.layout-wrapper p:not([class]) {
    line-height: 1.7;
}
a.link_style {
    color: #0056b3;
    font-weight: 600;
}
body.transfer_detail .organization-bottom-block tr {
    display: table-row !important;
}
.tg_link_btn a{
    background: url(https://apteka.uz/local/templates/main/images/svg/telegram.png) center right #2696d5;
    color: white;
    /* font-weight: 500; */
    /* background-image: url(https://apteka.uz/local/templates/main/images/svg/telegram.png); */
    background-size: cover;
    height: 35px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 16px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    text-transform: none

}
.tg_link_btn{
    display: inline-block;
}
.tg_link_btn a:hover{
    text-decoration: underline;
}
body .about-block.news-site {
    justify-content: space-between;
    display: flex;
    align-items: normal;
    flex-direction: row;
    column-count: 2;
}
.page_desc{
    margin-bottom:20px;
}
.flex-just{
    display: flex;
    justify-content: space-between;
}
.only_desk {
    display: block;
}
.only_mob{
    display: none;
}
@media (max-width: 756px) {
    .tg_link_btn a{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .only_desk{
        display: none;
    }
    .only_mob{
        display: block;
    }
}
span.list_date_create_span {
    position: absolute;
    top: 7px;
    left: 7px;
    font-size: 12px;
}
span.list_date_create_span .clock-icon {
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: bottom;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QA/wD/AP+gvaeTAAAA40lEQVQokbXRP0qDURAE8F8UtDOFRJvEKqRTtDZ6BBHxAJrYiJVYaCvY2gleQHIE7yD4B8RG9AIGtNBCLRSLb4XHx0vAwoHhsbMz7PKWf8B+MIvRjDaJLWxiLjyPeB82ZRUvuMJx8BrPWBkUWsIHNqJeCEIneou54CUOk/ok+IsjXJRDM/jG1JDgdHjqMBJiHa/oJ8YvzGM86ie8oZFObIVxItFquMU5xlANT7O87gN2SloNB6jEe18OwXqs0s70lhV3XMsFYQ+fOFOcoIteaLupsZIJz2Jb8TFwg1PcDZr2J/wAzfgrFe7+AzEAAAAASUVORK5CYII=');
}

/* Блок страхование*/
.newcarousel-tabs {
    margin: 30px 0 15px;
    text-align: center;
}
.newcarousel-tabs__wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.newcarousel-tabs__wrap::after {
    position: absolute;
    content: '';
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 0;
}
.newcarousel-tabs .newcarousel-tabs__link {
    margin: 0;
    margin-right: 20px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    padding-bottom: 15px;
    position: relative;
    z-index: 1;
}
.newcarousel-tabs .newcarousel-tabs__link-current {
    border-color: #d5ac52;
}
.newcarousel-tabs .newcarousel-tabs__link:last-child {
    margin-right: 0;
}
.newcarousel-tab .tabs--theme_basic.tabs--size_l ul {
    padding-bottom: 0;
}
.newcarousel-tab:last-child {
    display: none;
}
.newcarousel-tab .card-block1 .card-img img {
    max-width: 100%;
    width: 100%;
    max-height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
}
.newcarousel-tab .card-block1 .card-title {
    color: #19193D !important;
    font-size: 18px !important;
}
.newcarousel-tab .card-block1 .card-text-3 {
    color: #6A7E9C !important;
}
@media (max-width: 767.98px) {
    .newcarousel-tabs .newcarousel-tabs__link {
        font-size: 20px;
    }
}
.currency-insuranse {
    display: none;
}

.zftab {
    width: 100%;
}

.banki-insurance {
    display: flex;
    width: 100%;
}

.banki-insurance .card-block1{
    width: 23%;
    margin: 0 1% !important;
}

@media (max-width: 991.98px) {
    .banki-insurance {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .banki-insurance .card-block1{
        width: 48%;
        margin: 0 0 20px 0 !important;
    }
}

@media (max-width: 767.98px) {
    .currency-insuranse {
        display: block;
        padding-top: 30px !important;
    }

    .banki-insurance .card-block1{
        width: 100%;
    }
}

/* TASK: Подключить баннеры в мобайл версии по всему сайту bank.uz 12.09.2022 */
.banki-mobile-banners {
    display: none; }

@media (max-width: 767.98px) {
    .banki-mobile-banners {
        display: block;
        width: 600px;
        height: 200px;
        margin: 0 auto 30px;
        top: 0; }
    .banki-mobile-banners img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .banki-mobile-banners.fixed {
        position: fixed;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 20; }
    .banki-mobile-banners-margin.fixed {
        height: 200px;
        margin-bottom: 30px; } }
@media (max-width: 636.98px) {
    .banki-mobile-banners {
        width: 100vw;
        height: 33.3333vw;
        margin-left: -16px;
        margin-right: -16px; }
    .banki-mobile-banners.fixed {
        margin-left: 0;
        margin-right: 0; }
    .banki-mobile-banners-margin.fixed {
        height: 33.3333vw; } }
@media (max-width: 425px) and (min-width: 320px) {
    .banki-mobile-banners {
        margin-left: -20px;
        margin-right: -20px;
    }
    body.credit_detail .organization-logo {
        width: 100%!important;
        margin: 0;
        flex-shrink: 0;
        max-width: 100%;
        margin-bottom: 20px;
        margin-top: 50px !important;
        border: 0;
    }
    body.credit_detail .organization-logo img {
        width: 60%;
    }
}


.product-more__text {
    text-align: center;
}

.serv_add_info .text-info{
    color: #17a2b8;
}
.serv_add_info .text-info:hover{
    color: #0f6674;
    text-decoration: underline;
}

.serv_add_info_links {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #d8dde4;
}

.news_info_links {
    display: block;
    line-height: 30px;
    border: 1px solid #cecece;
    padding: 10px 20px;
    margin-left: 0 !important;
    width: 50%;
    margin-bottom: 20px;
}

.news_info_links li {
    list-style-type: none;
}

.news_info_links li a {
    color: #17a2b8;
}
.news_info_links li a:hover {
    color: #0f6674;
    text-decoration: underline;
}
.table-card-offers .only_desk {
    margin-bottom: 20px;
}
.organization-bottom-block .name_block {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.organization-bottom-block .name_block span {
    color: #676767;
    font-size: 14px;
}

.organization-bottom-block .name_block span span {
    color: #000;
    padding-left: 5px;
    font-weight: 600;
}
@media (max-width: 767px) {
    .organization-bottom-block .name_block {
        flex-direction: column-reverse;
    }
    .organization-bottom-block .name_block span {
        margin-bottom: 20px;
        font-size: 13px;
    }
    .more-information-bank-italic-text ul.news_info_links {
        margin-left: 0 !important;
        width: 100%;
    }
    .organization-bottom-block .name_block span span {
        padding-left: 2px;
    }
    .layout-wrapper .cat-and-title, .layout-wrapper .container, .layout-wrapper .inform-page {
        padding: 0;
    }
}

.filter-bg-banner.mikrozaymy > a > img {
    position: absolute;
    top: 30px;
    right: 25px;
    width: 482px;
    height: auto;
    z-index: 0;
}
