/**
 * Theme Name: PBN TWO Child
 * Template: pbn-two
 * Description: Child theme for PBN TWO theme
 * Author: Steyra
 * Author URI: https: //steyra.ru/
 * Version: 1.0.0
 */

.logo img,
.logo svg {
	height: 2.5rem;
	width: auto;
}

footer .logo img,
footer .logo svg {
	height: 3.5rem;
	width: auto;
}

.copyright .years {
	font-size: 1rem;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
}

.navigation > ul {
    gap: 1.5rem;
}

.navigation > ul > li {
    font-size: 1rem;
}

header .lang-search {
    width: 8rem;
}