.logo {
	/* height: 100%; */
	width: 200px;
}

.payment-method-content.fondy_direct {
background-image: url(/pub/media/wysiwyg/fondy_logo_verify.png);
background-position: left bottom;
background-repeat: no-repeat;
background-size: 32%;
margin-bottom: 25px;
}
.payment-method-content.payment-monopay {
background-image: url(/pub/media/wysiwyg/monopay_dark.png);
background-position: left bottom;
background-repeat: no-repeat;
background-size: 32%;
margin-bottom: 25px;
}

/* Убрать вторую галочку со всех дроп-даун меню*/
.caret::before {
    content: none;
}

/*press-tab*/
.press-tab .col-md-6 {
    max-width: max-content;
}

.data.item.content iframe {
    max-width: 100%;
}

.footer-social-svg {
    display: flex;
    flex-direction: column;
    align-items: center;
}
