@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-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.logo {
    width: 100%;
    text-align: center;
}

.logo-text {
    width: 100%;
    text-align: center;
    font-family: Geometria;
    font-size: 14px;
    color: #000;
    margin-top: 15px;
}

.phone-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}

.phone-top {
    width: 100%;
    font-family: Geometria;
    font-size: 14px;
    color: #000;
    text-align: center;
}

.phone {
    width: 100%;
    font-family: Geometria;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.phone-social {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 50%;
    display: none;
}

.banner {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    background: url(img/banner.jpg) center / cover;
    background-repeat: no-repeat;
}

.banner-title {
    color: #ffc235;
    font-family: Geometria;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0px;
}

.banner-text {
    color: #fff;
    font-family: Geometria-Bold;
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    padding-top: 20px;
}

.banner-sm-text {
    color: #fff;
    font-family: Geometria;
    font-size: 16px;
    width: 100%;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}

.banner-item{
    display: none;
}

.banner-item-2{
    display: none;
}

.priem-item {
    width: 100%;
    height: 200px;
    border-radius: 12px;
    position: relative;
    margin-top: 30px;
}

.about{
    padding: 40px 0 40px 0;
}

.about .left {
    width: 100%;
}

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

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

.services-title {
    font-family: Geometria;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    color: #d99800;
}

.services-item {
    width: 100%;
    height: auto;
    border-radius: 12px;
    margin-top: 30px;
    padding-bottom: 40px;
}

.mockup-center {
    width: 100%;
}

.mockup-center p {
    font-family: Geometria;
    text-align: left;
    font-size: 20px;
    padding: 0px 0 40px 0;
    color: #fff;
}

.reabil-title {
    text-align: center;
    margin: 0 auto;
    font-size: 24px;
    font-family: Geometria-Bold;
    width: 100%;
    padding-bottom: 40px;
}

.reabil-item {
    width: 100%;
    height: 150px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
}

.news-item {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 30px;
}

}