.container {
    width: 100%;
    padding: 0 30px;
}

.kl-hero-slider.owl-carousel+.container .kl-zigzag-sections {
	box-shadow: 0px 0px 0px 50px white;
	box-shadow: none;
	padding-top: 60px;
}

ul#menu-top-menu {
	flex-direction: column;
	align-items: end;
}

h2.slide-title {
	font-size: 35px;
}

.kl-zigzag-section {
	flex-direction: column;
	margin-bottom: 0;
}

.kl-zigzag-section>img {
	width: 100%;
	margin-bottom: 20px;
}

.kl-zigzag-content {
	width: 100%;
}

.kl-zigzag-sections .kl-zigzag-section:nth-child(even) {
	flex-direction: column;
	text-align: left;
}

.kl-zigzag-section:after {
	display: none;
}

.contact-us-footer a {
	font-size: 28px;
	padding-right: 40px;
	margin: 40px 0;
}

.contact-us-footer a:after {
	width: 18px;
	top: 9px;
}

img.contact-us-image {
	opacity: 0.3;
}

footer .col-1 {
	display: block;
	padding: 40px 0;
}

.footer-contacts {
	flex-direction: column;
	margin-top: 40px;
	gap: 15px;
}

.footer-contact svg {
	margin-top: 5px;
}

h2.slide-title br {
	display: none;
}

.mobile {
    display: block;
}

.desktop {
    display: none;
}

.mobile-menu-button {
	width: 35px;
	height: 35px;
	border: none;
	padding: 0;
	margin: 0;
	min-width: 35px;
	margin-left: 40px;
	position: relative;
}

header .container {
	gap: 0;
}

.mobile-menu-button span {
	width: 24px;
	height: 2px;
	position: absolute;
	background: #000000;
	transition: 0.2s;
}

span.mm-1 {
	left: 6px;
	top: 9px;
}

span.mm-2 {
	left: 6px;
	top: 17px;
}

span.mm-3 {
	left: 6px;
	top: 25px;
}

header {
	padding: 20px 0;
}

body {
	padding-top: 75px;
}

.mobile-menu-button.active {}

.mobile-menu-button.active span.mm-1 {
	transform: rotate(45deg);
	top: 17px;
}

.mobile-menu-button.active span.mm-3 {
	transform: rotate(-45deg);
	top: 17px;
}

.mobile-menu-button.active span.mm-2 {
	opacity: 0;
}

.menu-top-menu-container {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	background: white;
	padding: 7px;
	padding-top: 0;
}

.contact-us-footer {
	height: 33vw;
	display: flex;
	align-items: center;
}

footer {
	text-align: center;
}

.leaders-list {}

.leader {
	width: 100%;
}

.b-col-2 .benefits-list .benefit {
	width: 100%;
}