.mobile-menu {
	display: none;
	position: relative;
	background-color: #fff;
	opacity: 0;
	transition: 0.5s;
	overflow-x: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
}
.mobile-menu.active {
	display: block;
	opacity: 1;
}
.mobile-menu ul {
	padding-left: 0;
	width: 100%;
	display: block;
	transition: 0.5s;
}
.mobile-menu ul.prev-menu.disabled {
	margin-left: -150%;
}
.mobile-menu ul li {
	width: fit-content;
	list-style-type: none;
	margin-bottom: 20px;
	padding: 5px 7px;
}
.mobile-menu ul li a {
	color: #000;
	text-decoration: none;
}
.mobile-menu ul.next-menu li:first-child a {
	padding-left: 5px;
}
.mobile-menu ul.prev-menu {
	float: left;
	transition: 1s;
}
.mobile-menu ul.prev-menu li:first-child a {
	padding-right: 5px;
}
.mobile-menu ul li:hover {
	background-color: #EAE6F5;
}
.mobile-menu ul.next-menu {
	position: absolute;
	top: 10px;
	display: none;
	transition: 1s;
}
.mobile-menu ul.next-menu.enabled {
	display: inline-block;
	right: -15px;
}
.mobile__header {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
    display:  none;
}
.mobile__header_section {
    display:  flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:  center;
    height: 60px;
}
.mobile__header_logo {
	max-width: fit-content;
    width: 100%;
}
.mobile__header_logo img {
	height: auto;
}
.mobile__header_other {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(100% - 200px);
    justify-content: flex-end;
}
.mobile__header_other_callback {
    display: flex;
    align-items: center;
    background: #F4F4F4;
    border-radius: 60px;
    padding: 5px;
    width:  190px;
}
.mobile__header_other_callback .callback__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #EA6400;
    margin-left: 10px;
}
.mobile__header_other__menu {
    width: 40px;
    height: 40px;
    background: #00859B;
    border-radius: 100px;
    display:  flex;
}
.mobile__header_other__menu img{
    width: 15px;
    height: 15px;
    margin: auto;
    align-items: center;
}
.mobile__menu__fix {
    display: none;
        overflow: scroll;
    opacity: 0;
    background-color: #00859B;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    transition: 0.2s ease-out;
}
.mobile__menu__fix .mobile__header_section {
    padding: 0 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
}
.mobile__menu__fix .mobile__header_other__menu {
    background-color:  #fff;
}
.mobile__header_other_callback_fix {
    display: none;
    margin: 20px auto;
    align-items: center;
    background: #F4F4F4;
    border-radius: 60px;
    padding: 5px;
    width:  190px;
}
.mobile__header_other_callback_fix .callback__text {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #EA6400;
    margin-left: 10px;
}
.menu__fix_list ul {
    list-style: none;
    padding:  0;
    margin:  0;
}
.menu__fix_list ul li {
    margin:  0 15px;
    padding:  20px 0;
    border-bottom: 1px solid;
    border-color: #269BAE;
}
.menu__fix_list ul li a {
	width: 100%;
    display: inline-flex;
	justify-content: space-between;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.menu__fix_list ul li a:hover {
	cursor: pointer;
}
.fix__block {
    opacity: 1;
    display:  block;
    position: fixed;
    transition: 0.2s ease-out;;
}
.fix__menu__top {
    position:  fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
}
.overflow_default {
    overflow: hidden!important;
}
.child__mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00859B;
}
.child__mobile {
    display: none;
}
.show__multi {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}
.child__mobile.enabled {
    display: block;
    overflow: auto;
}
.child__mobile.enabled img{
    display: block;
}
.next-menu.child__mobile li:nth-child(1) a {
    display: flex;
    background-color: #fff;
    padding: 20px;
    color: #00859B;
    width: 100%;
}
.next-menu.child__mobile li:nth-child(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
    padding: 0;
    margin: 0;
}
.section__name-menu {
    justify-content: end;
}
.disabled img {
    display: none;
}
@media(max-width:  991px) {
    .mobile__header {
        display:  block;
    }
}
@media(max-width:  768px) {
	.mobile__header_section {
		max-width: 100%;
	}
}
@media(max-width:  425px) {
	.mobile__header_other {
		max-width: calc(100% - 140px);
	}
    .mobile__header_other_callback {
        display:  none;
    }
    .mobile__header_other_search {
        margin-right: 30px;
    }
    .mobile__header_other_callback_fix {
        display:  flex;
    }
}
.phone-header-block-two {
    background: #f4f4f4;
    border-radius: 60px;
    display: flex;
    vertical-align: middle;
    position: relative;
    transition: 0.5s;
}