.sections-menu__mobile{
	background: #1B469A;
	margin-right: -15px;
    margin-left: -15px;
    float: left;
}

.mobile-sections{
	padding-left: 12px;
	margin-bottom: 0;
	margin-top: 6px;
}

.mobile-sections li{
	font-family: Play;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #FFFFFF;
	/*padding: 6px 18px;*/
	padding: 5px 25px 8px 10px;
	list-style: none;
	float: left;
	position: relative;
}

.mobile-sections li a{
	color: inherit;
}

.mobile-sections li.dropdown span.dropdown-selector{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.07204 4.27682L0.620862 1.02985C0.401213 0.823308 0.401213 0.488429 0.620862 0.281983C0.840317 0.0755202 1.19625 0.0755203 1.41569 0.281983L4.46945 3.15505L7.52311 0.282067C7.74266 0.0756041 8.09855 0.0756041 8.31801 0.282067C8.53755 0.488529 8.53755 0.823392 8.31801 1.02994L4.86678 4.2769C4.757 4.38013 4.61327 4.43169 4.46947 4.43169C4.3256 4.43169 4.18177 4.38003 4.07204 4.27682Z' fill='white'/%3e%3c/svg%3e ");
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
    top: 14px;
    cursor: pointer;
}


.mobile-sections li.dropdown span.dropdown-selector.active{
	transform: rotate(180deg);
	top: 11px;
}
.mobile-sections li.dropdown ul{
	display: none;
}


.mobile-sections li.dropdown ul.active{
	display: block;
	margin-left: -12px;
}


.mobile-sections li.selected{
	background: #6F98E7;
}

.mobile-sections ul.dropdown-menu{
	background: #F0F6FF;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.mobile-sections li.dropdown-child.opened{
	width: 100%;
}

.mobile-sections ul.dropdown-menu li{
	font-size: 13px;
	color: #333333;
	width: 100%;
	border-bottom: 1px solid #DAE4F3;
	padding-left: 20px;
}