@media only screen and (min-device-width : 320px) and (max-device-width : 768px)  {
	.serviceItemWrap {
    display: block;
    text-align:center;
}
	.serviceItem {
    display:inline-block;
}
	.about{
		display:block;
	}
	.about img{
		margin-bottom:30px;
	}
	#mobile_bar .mobile_bar_wrapper a, #mobile_bar_wrapper .copyrights a {
        display: block;
        font-size: 14px;
        font-family: Roboto,sans-serif;
        font-weight: 400;
        color: #fff;
        text-align: center;
        text-decoration: none;
    }
    #mobile_bar .mobile_bar_item:last-child {
        border-right: none;
    }
    #mobile_bar .mobile_bar_item:first-child {
        border-left: none;
    }
    #mobile_bar .mobile_bar_item {
        display: inline-block;
        vertical-align: middle;
        width: 33.33%;
        float: left;
        text-align: center;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        margin: 8px 0;
    }
    .mobile_bar_wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    #mobile_bar {
        background-color: #5CB85C;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 100000;
    }
    #mobile_bar {
        display: block;
    }
    svg {
        height: 28px;
        fill: #fff;
    }
	.footerCopyright{
		padding-bottom:60px;
	}
.headerTopNav{
    display: none;
}
.headerTop {
    display: block;
    text-align: center;
}
.headerTv{
    max-width: 100%;
}
h2 {
    font-size: 28px;
}
.serviceItem h3 {
    font-size: 25px;
}
h2::before, h2::after {
    display: none;
}
.brands img{
    max-width: 45%;
}
.footerWrap {
    display: block;
    text-align: center;
}
.footerTopPhonesBtn {
    text-align:center;
}
.footerImg{
    margin:30px 0;
}
.headerBottom {
    display: block;
    padding: 0;
}
.headerTopTextWrap {
    display: inline-block;
    text-align: center;
    font-size: 32px;
}
.headerImg {
    margin:20px 0;
}
.headerTopPhonesBtn {
    text-align: center;
}
.headerTopTextAnons {
    font-size: 14px;
	color:#fff;
}
#modal_form {
    padding:50px;
    text-align: center;
    width: 320px;
    height: 250px;
    background: #fff;
    position: fixed;
    top: 30%;
    left: 55%;
    margin-top: -200px;
    margin-left: -250px;
    display: none;
    opacity: 0;
    z-index: 98;
    background-color:#fff;
    color:#333333;
}
}