.header #tops.default{
	border-bottom:none;
}
	
.navigation_bask {    
    margin: auto;
    display: flex;	
}

.action {
    float: right;
    width: 12%;
    height: 45px;
    text-decoration: none;
    overflow: hidden;
    font-size: 12px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    background: linear-gradient(90deg, #4670ca, #0081c7);
    order: 2;
	
}

.action img {
    vertical-align: middle;
    margin: 0 12%;
}

.menu {
    display: flex;
    border-collapse: collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex: 1;
	border-bottom: 2px solid #F4F7FF;
	padding-left:7px;
}
.menu ul li{
	list-style-type:none;
	transition:0.2s;
}
.menu a{
	text-decoration:none;
	transition:0.2s;
}
.menu__list {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
}

.menu__item {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;	
}

.menu__link {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
	line-height: 15px;
    font-weight: 600;  
	color: #4F6BB0;    
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	    height: 45px;
	padding-right:5px;	
}
.menu__link.active {
	color:#719CFF;
}
.menu__sub-list {
    width: 100%;
	min-width:213px;
	height:0;
	opacity:0;
	overflow:hidden;    
    position: absolute;
    top: 45px;
    z-index: 350;
	padding:0 20px;
	transition:all 0.3s;
	
    background: #fff;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 5px 5px;
}

.menu__sub-item {    
    position: relative;
	margin-bottom:7px;
}

.menu__sub-link {
    text-transform: none;
    display: inline-block;
    font-size: 14px;
    line-height:14px;
	font-weight:400;
	color:#363636;
    text-align: left;    
    padding: 2px 0;
	
}
.menu__sub-link.active {
	color:#719CFF;
	/* font-weight:700; */
}
.menu__item:hover .menu__sub-list, 
.menu__item-more:hover .menu__sub-list
 {
    height: auto;	
	padding:15px 20px;
	opacity:1;
    text-transform: none;
    display: block;
    font-size: 14px;    
}
.menu__item-more:hover .menu__sub-list{
	    left: -90px;
}
.menu ul li:not('.menu__sub-title'):hover {       
		color:#719cff;
		
}

.menu ul li:hover > a {
        color:#719cff;
		
}
.menu__sub-title{
	font-size:14px!important;
	line-height:17px!important;
	font-weight:600!important;
}
.menu__item-more{
	width:45px;
	height:45px;	
	position: relative;
    display: flex;
    align-items: center; 
}
.menu__ico-more{
	fill:#465d98;
	width:30px;
	transform:rotate(180deg);
	transition:0.3s;
}
.menu__ico-more:hover, .menu__ico-more.active{
	cursor:pointer;
	transform:rotate(0deg);
	fill:#719cff;
}
.menu__item-more .menu__sub-list-more{
	overflow: hidden;
	
}
.menu__item-more .menu__sub-item-more{
	border:none;
	box-shadow:none;
	flex-direction:column;
	align-items:start;
}
.menu__item-more .menu__link{
	justify-content: left;
	height:27px;
	
}
.menu__item-more .menu__sub-item-more .menu__sub-list{
	border:none;
	box-shadow:none;
	position:static;
	padding-top:0;
}


.logoImg {
    max-height: 42px;
    padding: 5px 8px 0 8px;

}

@media (max-width: 767px) {
    .navigation_bask {
        justify-content: space-between;
    }

    .action {
        width: 32%;
    }
	.menu{
		display:none;
		}
}
@media (max-width: 540px) {
    .navigation_bask > a:first-child {
        flex: inherit;
        padding-left: 5px;
        display: flex;
        align-items: center;
    }

    .menu ul li a {
        font-size: 10px;
    }

    .logoImg {
        width: 100%;
        height: 42px;
        object-fit: cover;
    }
}

@media (max-width: 400px) {
    .action {
        width: 52%;
    }
}

@media (min-width: 768px) {
    
}

@media (min-width: 768px) and (max-width: 1023px) {
    .menu ul li a {
        font-size: 10px;
    }
}

@media (min-width: 1700px) {
    .navigation_bask {
        max-width: 100%;
        min-width: 320px;
        margin: auto;
    }
}
@media (min-width: 1920px) {
    .menu__link {
        font-size:14px;
		line-height:17px;
    }
}