@charset "utf-8";
/* CSS Document */

body {
	direction: ltr;
}
.bg-nav {


    background-position: top 23px left 20px, top 5px right 90px;

}
.lng {
	padding: 16px 10px;
	right: 0;
	left:inherit;
	border-right: none;
	border-left: 1px solid #ae5771;
}
.home-btn {
	border-left: none;
	border-right: 1px solid #ae5771;
}
.acor-bg {
    background: #fff url(../img/titel-left.svg) no-repeat left;
    border-image: linear-gradient(to right, #a4967b, #fff) 1;
    padding-left: 55px;
	padding-right: 0px;
	background-size: 50px;
}
.accordion-button:not(.collapsed)::after, .accordion-button::after {
	position: absolute;
	right: 10px;
}
.acor-bg {
	font-size: inherit;
    text-align: left;
	padding-right: 10px;
}

@media (max-width: 767px){
	.bg-nav {
		background-position: top 5px center, top 42px right;
	}
	.lng {
    padding: 5px 12px 8px 12px;
	}
	.adv-bg li {
		height: 110px;
	}
}
