section.recommend {
    /* display: none; */
}

.recommends__title {
    text-align: center;
    margin-bottom: 50px;
}

.recommends {
    justify-content: center;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.recom-item {
    max-width: 410px;
    height: 140px;
    padding: 25px 72px;
    background-color: #f3f7fc;
    border-radius: 20px;
}

.recom-item img {
    width: 150px;
    height: 100%;
    object-fit: contain;
}

.yandex {
    width: fit-content;
    margin: auto;
    margin-bottom: 100px;
}

.yandex img {
    object-fit: none;
    height: 100%;
}

.articles__item-img {
    height: 250px;
    border-radius: 20px;
}

.button-turkey {
    background-color: #191919;
}

.opening-steps__list-ininal{
    background-color: #191919; 
}

.card-issuance__tariff.ininal {
    color: #00732F;
    -webkit-text-decoration: underline dotted #00732F;
    text-decoration: underline dotted #00732F;
}

.card-issuance__header--black {
    background-image: url("/assets/images/black-bg.png");
}

.card-issuance__header--tj {
    background-image: url("/assets/images/mezhdunarodnyj-bank-bg.png");
}

.button-turkey:active, .button-turkey:hover{
    background-color: #191919;
    opacity: .8;
}

.free-consultation__wrapper-ininal {
    background: #191919; 
}

.detailed-bank__wrapper-ininal{
    background: #191919; 
}

.detailed-bank__img-wrapper {
    width: 380px;
    height: 310px;
}

.detailed-bank__img {
    /* display: block; */
    height: auto;
    position: relative;
}

.detailed-bank__img-wrapper picture {
    display: block;
    width: 100%;
    height: 100%;
}

.requisites__wrapper-ininal {
    background: #191919; 
}

.cards__header--black{
    background-image: url("/assets/images/black-bg.png");
}

.cards__header--tj{
    background-image: url("/assets/images/mezhdunarodnyj-bank-bg.png");
}

.cards__header--uae{
    background-image: url("/assets/images/uae-bank-card.png");
}

.button-uae {
    background: #00732F;
}

.button-uae:active, .button-uae:hover{
    background-color: #00732F;
    opacity: .8;
}

.opening-steps__list-uae {
    background-color: #00732F;
}

.free-consultation__wrapper-uae {
    background: #00732F;
}
.detailed-bank__wrapper-uae{
    background: linear-gradient(90deg, #00732F 0%, #018D3A 67.8%, #01C751 100%);
}

.free-consultation__wrapper-ininal {
    background: #00732F; 
}

.detailed-bank__wrapper-ininal{
    background: #00732F; 
}

.requisites__wrapper-ininal {
    background: #00732F; 
}


.cards__item-info {
    border-radius: 0 0 20px 20px;
    position: relative;
}

.labels-wrapper {
    position: absolute;
    display: flex;
    top: -12px;
}

.label-item {
    font-size: 0.9em;
    background-color: #01c3f4;
    color: white;
    padding: 5px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.articles__item-button {
    text-align: center;
}

.label-clock, .label-like, .label-stop {
    position: absolute;
    top: -22px;
    padding: 12px 16px 12px 30px;
    display: flex;
    gap: 10px;
    left: 0;
    color: white;
    border-radius: 0 8px 8px 0;
}

.label-clock {
    background-color: #6A2CD9;
}

.label-like {
    background-color: #FF2D55;
}

.label-stop{
    background-color: #858A95;
}

@media (max-width:450px){

.yandex {
    margin-bottom: 50px;
    height: 100px;
}

.label-clock, .label-like, .label-stop {
    font-size: 0.8em;
    align-items: center;
    padding: 7px 14px 7px 20px;
    top: -10px;
}

}

