/*
Theme Name:         ESC Info
Theme URI:          *
Description:        *.
Version:            1.0.46
Author:             valik945
Author URI:         valik945
*/
/* body .loan-programs .swiper .swiper-slide div:hover, 
body .loan-programs .swiper .swiper-slide a:hover {
    border-color: #e2e8f0;
    background-color: #fff;
    text-decoration: none;
} */
@media only screen and (max-width: 768px) {
    .header .wrap {
        padding: 0 8px;
    }
}
.header .box {
    background-color: rgb(255 255 255 / 80%);
}
.header .nav .langs {
	display: none;
}
.header.opened .box .nav {
    background-color: rgb(255 255 255 / 90%);
    box-shadow: 0px 2px 20px 5px rgba(0, 0, 0, .0509803922);
    backdrop-filter: blur(24px);
}
.hero-section .box .subtitle,
.loan-programs .section-header {
    max-width: 100%;
}
a:focus {
    outline: unset;
}