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

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

.top-header .container {
    justify-content: space-between;
}

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

.adress {
    width: 100%;
    text-align: left;
    background-position: left 0px top 0px;
    padding-left: 25px;
}

.phone {
    width: 100%;
    text-align: left;
    background-position: left 0px top 0px;
    padding-left: 25px;
    margin-top: 20px;
}

.logo {
    width: 80px;
    top: 0px;
    text-align: left;
}

.logo img {
    width: 80px;
}

.logo-text {
    width: 60%;
}

.header-menu{
    display: none;
}

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

.banner-title {
    width: 100%;
    font-size: 28px;
    line-height: 35px;
}

.banner {
    width: 100%;
    height: 1000px;
}

.banner-text {
    width: 100%;
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
}

.bn-icon {
    width: 100%;
    padding-top: 30px;
}

.about .left {
    width: 100%;
    padding-top: 25px;
}

.about .left img {
    width: 100%;
    border-radius: 16px;
}

.about .right {
    width: 100%;
    padding-top: 35px;
}

.priem {
    padding: 50px 0 80px 0;
}

.priem-item {
    width: 100%;
}

.priem-bottom-text {
    width: 100%;
    font-size: 18px;
}

.offer .right {
    width: 100%;
}

.offer-title {
    width: 100%;
    font-size: 26px;
    padding-top: 0px;
    line-height: 35px;
}

.offer-sm-title {
    font-size: 16px;
}

.calc {
    width: 100%;
}

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

.calc-button {
    width: 100%;
}

.mission .left {
    width: 100%;
    padding: 20px 20px 40px 30px;
}

.miss-title {
    font-size: 26px;
}

.mission .left p {
    font-size: 16px;
}

.mission .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.mission .right img {
    width: 100%;
    border-radius: 16px;
}

.priem-title {
    font-size: 16px;
}

.info-item {
    width: 100%;
}

.photo-item {
    width: 47%;
    height: 150px;
    border-radius: 16px;
    margin-top: 10px;
}

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

.contact .right {
    width: 100%;
    margin-top: 30px;
}

.contact iframe {
    width: 100%;
    height: 350px;
    border-radius: 30px;
}

}