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

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

.logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.logo {
    width: 50%;
}

.logo img{
    width: 80px;
}

.logo-text {
    width: 50%;
    font-family: Gotham-Medium;
    font-size: 14px;
    color: #fff;
    padding-top: 10px;
    padding-left: 20px;
}

.phone-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: transparent;
    background-repeat: no-repeat;
    background-position: left top 22px;
    background-size: 20px;
    padding-left: 0px;
}

.phone {
    width: 100%;
    font-family: Gotham-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.phone-top {
    width: 100%;
    font-family: Gotham-Light;
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.header-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 12px 10px 10px 10px;
    color: #000;
    width: 200px;
    height: 40px;
    font-size: 12px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
    margin: 0 auto;
    position: relative;
    top: 20px;
}

.header-menu{
    display: none;
}

.banner-wrapper {
    width: 100%;
    padding-top: 80px;
    position: relative;
}

.banner-title {
    color: #ffc235;
    font-family: Gotham-Bold;
    font-size: 15px;
    text-align: center;
}

.banner-text {
    color: #fff;
    font-family: Gotham-Bold;
    font-size: 22px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

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

.banner-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}

.about-text {
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
    color: #8080802e;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    font-family: Gotham-Bold;
}

.about-icon {
    width: 50%;
    padding-top: 30px;
}

.about-icon .bottom {
    text-align: center;
    margin: 0 auto;
    font-family: Gotham-Bold;
    font-size: 12px;
    padding-top: 20px;
}

.catalog-item {
    width: 100%;
    margin-top: 40px;
}

.offer-title {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    color: #fff;
    padding-top: 70px;
    font-family: Gotham-Bold;
}

.icon-button {
    background-color: #ffc235;
    border-radius: 30px;
    padding: 15px 10px 10px 10px;
    color: #000;
    width: 300px;
    height: 50px;
    margin: 0 auto;
    font-family: Gotham-Bold;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.who-text {
    text-align: center;
    font-size: 32px;
    margin: 0 auto;
    color: #8080802e;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-bottom: 50px;
    font-family: Gotham-Bold;
}

.who-item {
    width: 100%;
    height: 130px;
    border-radius: 12px;
    margin-top: 40px;
}



}