@media only screen and (max-width: 1199px) {
	/*.header-menu.fixed-header ul li>a {
		padding: 10px 3px;
    	font-size: 14px;
	}*/
	.header-menu .menu-hide a {
		padding: 9px 3px;
	}
	.header-menu .menu-hide a:not(:first-child) {
		margin-left: 5px;
	}
	.header-menu .menu-hide i {
		margin-left: 5px;
	}
	.header-menu .menu-hide .button-text {
		font-size: 12px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.chat-expert .name-field {
		margin-right: 4.8%;
	}
}
@media only screen and (max-width: 1100px) and (min-width: 992px){
	.header-menu.fixed-header ul li>a {
		padding: 10px 20px;
	}
}
@media only screen and (max-width: 1034px) and (min-width: 992px){
	.header-top .menu ul li a,
	.header-top .menu ul li p {
		padding: 15px 6px;
	}
}
@media only screen and (min-width: 992px) {
	.header-mobile {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.header-top,
	.header-menu,
	.header-menu.fixed-header,
	.countert .pictures {
		display: none;
	}
	.main-slider .fixed {
		padding-right: 12px;
    	margin-bottom: 24px;
	}
	.chat-expert .pictures {
		margin-top: 24px;
	}
	.footer-mobile {
		display: flex;
	    align-items: center;
	    padding: 10px;
	    font-size: 12px;
	    color: #c2c2c2;
	    text-align: center;
	}
	.footer-mobile .footer-bar {
		width: 33%;
	    height: 50px;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}
	.footer-mobile .footer-bar img {
		margin-bottom: 5px;
    	height: 28px;
	}
	.footer-mobile .callbtn {
		position: absolute;
    	top: -32px;
	}
	.footer-mobile .callbtn a {
		background: #ec670e;
	    border-radius: 50%;
	    width: 55px;
	    height: 55px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    box-shadow: 0 0 4px #ec670e;
	    border: 1px solid #ff8737;
	}
	.bottom-footer {
		padding-bottom: 90px;
	}
}
@media only screen and (max-width: 576px) {
	.header-mobile .logo-url img {
		max-width: 80%;
	}
}
@media only screen and (min-width: 768px) {
	.desktop-hide {
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.part48 {
		padding-bottom: 30px;
	}
	.tablet-hide {
		display: none;
	}
	.bottom-footer .pow {
		text-align: center;
	}
	.bottom-footer .network {
		margin-top: 24px;
    	justify-content: center;
	}
}
@media only screen and (max-width: 576px) {
	.chat-expert .name-field {
		width: 100%;
		margin-right: unset;
		margin-bottom: 25px;
	}
	.chat-expert .mail-field,
	.chat-expert .phone-field {
		width: 100%;
	}
}