.header {
	transition: all 0.3s;
}
header{
	background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 999;
	padding:10px 0px;


}
header > .container{
	border-bottom: 1px solid #fff;
}
.header__desktop__logo img{
	max-width: 190px;

}
#menu ul {
	margin: 0;
	padding: 0;

}

#menu .main-menu {
	display: none;
}
#menu li.active-branch> a, #menu li.active>a{
	text-transform: uppercase;
}
#tm:checked + .main-menu {
	display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
	display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {

}

#menu li, 
#toggle-menu {
}
#menu li a{
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
	letter-spacing:  0.02em;
}
#menu .sub-menu li a{
	color: #fff;
	padding: 0.9em 1em 0.3em;
	line-height: 22px;
}
#menu .sub-menu li a:hover{
	color: #FFF;
}
#menu .sub-menu {
	background-color: #312C74;
	border: 1px solid #312C74;
	margin: 0 1em;
	border-radius: 2px;
}

#menu .sub-menu li:last-child {
	border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
	position: relative;
	display: block;
	color: white;
}

#menu {
	background-color: transparent;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	line-height: 2em;
}

#toggle-menu {
}

#toggle-menu, 
#menu a {
	padding: 0.7em 1.2em 0.7em;
}

#menu a {
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
	color: #fff;
}
#menu a:hover > .drop-icon i{
	color: #B01F58;
}

#menu .sub-menu {
	display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
}

#menu .sub-menu a:hover {
	color: #4290F7;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
	position: absolute;
	right: 0;
	top: 0;
}
#menu label.drop-icon, #toggle-menu span.drop-icon {
	padding: 1em;
	font-size: 2em;
	text-align: center;
	color: #fff;
}
.visit a{

	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 113.27%;
	color: #fff;
	text-decoration: none;
}
.visit a:hover{
	color: #fff;
}
/*#menu li:nth-child(6) a{
padding: 10px 20px!important;
}*/
/*li:nth-child(6) > a{
border: 1px solid #6CB584;
background: #6CB584;
font-size: 12px!important;
line-height: 14px;
color: #fff;
padding: 2px 20px 0px!important;
border-radius: 5px;
margin-top: 14px;
margin-left: 10px;
}
li:nth-child(6) > a:hover{
border: 1px solid #409172!important;
color: #fff!important;
background: #409172!important;
}
*/
@media only screen and (min-width: 1024px) {
	#menu .main-menu {
		display: block;
	}

	#toggle-menu, 
	#menu label.drop-icon {
		display: none;
	}

	#menu ul span.drop-icon {
		display: inline-block;
	}

	#menu li {
		display: flex;
		align-items: center;
		float: left;
	}
	#menu li.active-branch > a,
	#menu li.active > a {
		color:#fff;
	}
	#menu .sub-menu li {
		float: none;
	}

	#menu .sub-menu {
		border-width: 0;
		margin: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 12em;
		z-index: 3000;
	}

	#menu .sub-menu, 
	#menu input[type="checkbox"]:checked + .sub-menu {
		display: none;
	}

	#menu .sub-menu li {
		border-width: 0 0 1px;
	}

	#menu .sub-menu .sub-menu {
		top: 0;
		left: 100%;
	}

	#menu .sub-menu .drop-icon {
		position: absolute;
		top: 0;
		right: 0;
		padding: 1em;
	}

	#menu li:hover > input[type="checkbox"] + .sub-menu {
		display: block;
	}
}
@media (max-width: 1024px){
	/*   .header__desktop__logo{
	display: none;
} */
}
@media (max-width: 1024px){
	/*   .header__desktop__logo{
	display: none;
} */
	#menu{
		display: block;
	}
	#menu .sub-menu{
		background: #054680;
		border: none;
	}
	#menu .sub-menu li a{
		color: #fff;
	}
	.main-menu li label.drop-icon{
		font-size: 1em!important;
	}
	#menu .sub-menu label.drop-icon{
		font-size: 1em;
	}
	#toggle-menu img{
		max-width: 70px;

	}
	#toggle-menu span.drop-icon{
		margin-top: -15px;
	}

}
@media (max-width: 768px){
	ul.cf{
		padding-bottom: 60px!important;
	}
	.main-menu{
	}
	.header .tel{
		justify-content: center!important;
	}
}






.header .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header .tel ul {
	list-style: none;
	margin-left: 10px;
}

.header .tel ul li {
	display: block;
}

.header .tel ul li span {

	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 113.27%;
	color: #FFFFFF;
}
.header .tel ul li span a{

	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 113.27%;
	color: #fff;
	text-decoration: none;
}
.header .tel ul li span a:hover{
	color: #fff;
}
.header .tel ul li label {

	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 113.27%;
	color: #fff;
}




.bar-top{
	/*   height: 30px; */
	background: #B01F58;

	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 12px 15px;
	margin-bottom: 30px;
}




.bar-top form{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.bar-top form input{ 
	background: #FFFFFF;
	border-radius: 2px;
	border: 0px;
	padding: 0px 30px;
	max-width: 140px;
	height: 26px;
	display: block;
	margin-left: 10px;
}


.bar-top ul {

	list-style:none;
	display: flex;
	align-items: center;
	height: 100%;
	padding-top: 2px;

}
.bar-top ul li {
	display:inline-block;
}

.bar-top ul li a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 15px;
	color: #fff;
	margin: 0px 5px;
	display:block;
}

.bar-top ul li a svg{
	width: 18px;
	display: block;
	fill: #fff;
}
.bar-top ul li a:hover{
	color:#333333;
}

.bar-top form i{
	position: absolute;
	font-size: 10px;
	right: 10px;
}
.buttons_header{
	display: flex;
	align-items: center;
}
.language-switcher {
	margin: 20px;
	margin-top:30px;
}
#language-select {
	padding: 10px 16px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url('https://45404765.fs1.hubspotusercontent-na1.net/hubfs/45404765/assets-2024/Vector-4.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 12px;
	cursor: pointer;
}
#language-select:focus{
	outline: none!important;
}
}
.language-switcher {
	position: relative;
	display: inline-block;
}

.language-switcher select {
	padding-left: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.language-switcher option{
	color:#063B63;
}


/*.dropdown {
position: relative;
display: inline-block;
}


.dropdown-button {
background-color:transparent;
color: white;
padding:12px 25px;
font-size: 15px;
border: none;
cursor: pointer;
border-radius: 50px;
border:1px solid #FDFDFD;
}

.dropdown-content {
display: none;
position: absolute;
background-color: white;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
border-radius: 5px;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-bottom: 1px solid #ddd;
transition: background-color 0.3s ease;
}

.dropdown-content a:last-child {
border-bottom: none;
}
.dropdown:hover .dropdown-content {
display: block;
}

.dropdown:hover .dropdown-button {
background-color: #3e8e41;
}*/

@media only screen and (max-width: 1024px) {
	.bar-top form {
		padding:0px 15px;

	}
	.content__text__banner{
		padding:15px !important;
	}
	.bar-top form i{
		right: 21px;
	}
	.header .tel{
		justify-content: center;
	}
	.items__services__columns{
		border-right: 0px solid #fff !important;
	}
}

@media only screen and (max-width: 1023px) {
	.header__desktop__logo{
		display: none;
	}
}

@media only screen 
	and (min-device-width: 1024px) 
	and (max-device-width: 1366px) 
	and (-webkit-min-device-pixel-ratio: 1.5){ 

		#hero__banner{
			height: 750px !important;
		}
}
@media (min-width: 992px){
	.button_mobile{
		display: none!important;
	}
	.switcher_mobile{
		display: none!important;
	}
}
@media (max-width: 992px){
	#menu a{
		padding:0px;
	}
	.header{
		background: rgb(6, 59, 99)!important;
	}
	#toggle-menu{
		padding: 5px;
	}
	.desktop_header{
		display: none;
	}
	.switcher_mobile{
		position: absolute;
		top: 0;
		right: 20%;
	}
	#toggle-menu span.drop-icon{
		margin-top: 0px;
	}
	#toggle-menu .drop-icon{
		position: absolute;
		right: 0;
		top: 0;
	}
	#language-select {
		background: transparent;
		border: 1px solid #fff;
		border-radius: 50px;
		font-size: 14px;
		padding: 2px 7px;
		color: #fff;
	}
	#menu li a {
		color: #fff;
		text-decoration: none;
		font-style: normal;
		font-weight: 500;
		font-size: 15px;
		line-height: 20px;
		margin-top: 15px;
	}
}