@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}
 
.top-header{
    display: none;
}

.header-menu{
    display: none;
}

header {
    height: auto;
    padding-bottom: 20px;
}

.logo {
    width: 40%;
}

.logo-text {
    width: 55%;
    padding-top: 25px;
}

.one {
    width: 100%;
    margin-top: 20px;
}

.one2 {
    width: 100%;
    margin-top: 0px;
}

.header-button {
    margin-top: 0px;
}

.banner {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
}

.banner .left {
    width: 100%;
}

.banner-title {
    font-size: 26px;
    line-height: 35px;
    padding-top: 80px;
}

.banner-title span {
    font-size: 58px;
}

.round {
    top: 15px;
    left: 200px;
    width: 80px;
    height: 80px;
}

.banner-text {
    font-size: 20px;
    padding-top: 20px;
}

.banner .right {
    width: 100%;
}

.banner-img {
    width: 100%;
    margin: 40px 0 0 0px;
}

.about h1 {
    font-size: 24px !important;
    font-weight: 700;
    height: auto;
}

.about-item {
    width: 50%;
    font-size: 17px;
}

.about-item p {
    padding-top: 10px;
}

.about-bottom {
    font-size: 20px;
    width: 100%;
}

.abt h1{
    font-size: 24px !important;
    font-weight: 700;
    height: auto;    
}

.abt .left {
    width: 100%;
    order: 2;
}

.abt .right {
    width: 100%;
}

.abt .left img {
    width: 100%;
}

.price h1{
    font-size: 24px !important;
    font-weight: 700;
    height: auto;      
}

.price-item {
    width: 100%;
    height: auto;
}

.price-offer {
    width: 100%;
    height: auto;
}

.price-title {
    font-size: 24px;
    line-height: 35px;
}

.price p {
    font-size: 22px;
}

.work {
    width: 100%;
    height: 2400px;
}

.work h1{
    font-size: 24px !important;
    font-weight: 700;
    height: auto;      
}

.work-title {
    font-size: 24px;
}

.work-item {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.offer .right {
    width: 100%;
}

.offer-title {
    font-size: 26px;
    padding-top: 50px;
}

.offer-sm-title {
    width: 100%;
}

.calc {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.calc form > input {
    width: 100%;
}

.calc-button {
    color: #fff;
    width: 100%;
}

footer {
    padding: 0px 0 80px 0;
}

.footer-item {
    width: 50%;
}

.podval-item {
    width: 100%;
}


}