

/* Start:/local/templates/template3/styles.css?17876879211214*/
@media screen and (min-width: 992px){
	.menu__item:hover .menu_cild{
		display: block;
	}
}
.menu_cild{
	display: none;
	background-color: #1d5625;
    position: absolute;
    padding-top: 62px;
	width: 100%;
}
.menu_cild ul{
	position: absolute;
    background-color: #1d5625;
	display: flex;
    flex-direction: row;
	width:200px;
	padding:10px 0px;
	flex-wrap: wrap;
}
.menu_cild li{
	border-left:1px solid #e1be70;
	width:25%;
}
.menu_cild li:nth-child(4n+1){
	border-left:0px solid #e1be70;
}
.menu__item {
    position: relative;
}
.dropdown__toggle {
	display:none;
}

@media screen and (max-width: 992px){
	.menu_cild{
		position: static;
		padding-top: 0px;
	}
	.menu_cild ul{
		position:static;
		display:block;
		width:auto;
		background-color: #d0b253;
	}
	.menu_cild li{
		border-left:0px solid #e1be70;
		text-align: center;
		width: auto;
	}
	li.menu__item{
    	flex-direction: column-reverse;
		#display:block;
		#text-align: center;
	}
	.arrow_toggle:after {
		font-family: 'TL Icon';
		content: "\EA15";
	}
	.dropdown__toggle:checked ~ .menu__link .arrow_toggle:after{
		display: inline-block;
        transform: rotate(180deg);
	}
	.dropdown__toggle:checked ~ .menu_cild {
		display:block;
	}
}
/* End */
/* /local/templates/template3/styles.css?17876879211214 */
