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

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

header {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: url(img/banner.png);
    background-size: cover;
    background-position: center;
}

.header-menu{
    display: none;
}

.header-social {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.social-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.soc-img {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.header-social span {
    font-family: Gotham-Light;
    font-size: 20px;
    color: #fff;
}

.logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.phone {
        width: 100%;
        color: #fff;
        font-family: Gotham-Bold;
        font-size: 22px;
        text-align: center;
        padding-top: 20px;
    }

.phone span {
    font-family: Gotham-Light;
    font-size: 17px;
}

.banner-text {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Gotham-Medium;
    font-size: 18px;
}

.banner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 70px 0 70px 0;
}

.banner-title {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-family: Gotham-Bold;
    font-size: 34px;
}

.banner-button {
    margin: 0 auto;
    text-align: center;
    width: 320px;
    height: 70px;
    border: solid 2px #fff;
    color: #fff;
    padding: 15px 10px;
    font-family: Gotham-Medium;
    position: relative;
    top: 40px;
    font-size: 24px;
    border-radius: 16px;
    cursor: pointer;
}

.red-flag {
    position: absolute;
    top: 30px;
    right: 30px;
    font-family: Gotham-Bold;
    font-size: 28px;
    color: #fff;
    opacity: 0.7;
    background: red;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 16px;
}

.about .left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

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

.about .right p {
    font-family: Gotham-Light;
    color: #fff;
    opacity: 0.7;
    font-size: 18px;
}

.about2 h1 {
    font-size: 44px !important;
    color: #fff;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: auto !important;
    padding: 0;
    opacity: 0.7;
}

.red-flag-2 {
    display: none;
}

.about2 .left {
    width: 100%;
    opacity: 0.7;
    color: #fff;
}

.about2 .left ul {
    width: 100%;
    padding-left: 0rem;
    padding-top: 30px;
}

.about2 .left li {
    list-style: none;
    font-family: Gotham-Medium;
    font-size: 18px;
    padding-top: 20px;
    background: url(img/round-shape.png);
    background-position: left top 25px;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 25px;
}

.about2 .right {
    width: 100%;
    padding-top: 50px;
}

.about2-button {
    background: linear-gradient(94.31deg, #b87508 -18.36%, #b99208 107.44%);
    width: 300px;
    height: 60px;
    padding: 12px 10px;
    text-align: center;
    font-family: Gotham-Light;
    color: #fff;
    font-size: 22px;
    border-radius: 8px;
    margin-top: 40px;
    margin-left: 20px;
}

.catalog h1 {
    font-size: 44px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

.catalog-item {
    width: 100%;
    height: 520px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    border: solid 1px #80808047;
    border-radius: 8px;
    position: relative;
    margin-top: 30px;
}

.catalog-item-title {
    font-family: Gotham-Bold;
    color: #fff;
    font-size: 32px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    background: #198754cc;
    position: absolute;
    bottom: 0px;
    padding-bottom: 20px;
}

.catalog-item-title span {
    font-family: Gotham-Light;
    font-size: 14px;
    color: #fff;
}

.razdel h1 {
    font-size: 44px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 150px !important;
    padding: 0;
    opacity: 0.7;
}

.razdel-item {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    text-decoration: none;
    color: #212529;
}

.news h1 {
    font-size: 42px !important;
    color: #fff;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 100px !important;
    padding: 0;
    opacity: 0.7;
}

.offer{
    display: none;
}

footer .container h1 {
        font-size: 42px !important;
        color: #000;
        text-align: left;
        font-family: Gotham-Bold;
        text-transform: none;
        height: auto !important;
        padding: 0;
        padding-bottom: 30px;
        opacity: 0.7;
}

.footer-left-wrapper {
    width: 100%;
    padding: 0px 0 30px 0px;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

.footer-content-phone {
    width: 100%;
}

.footer-content-wp{
    width: 100%;
}

.footer-content-mail{
    width: 100%;
}

.catalog-page .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
}

.catalog-page .right {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog-page-item {
    width: 49%;
    padding-bottom: 30px;
    background: #fff;
    border-radius: 12px;
    margin-top: 40px;
    color: black;
    text-decoration: none;
    position: relative;
}

.razdel-title {
    font-family: Gotham-Bold;
    font-size: 15px;
    height: 80px;
    padding-top: 20px;
    text-align: center;
}

.razdel-artikul {
    font-family: Gotham-Light;
    font-size: 12px;
    padding-top: 10px;
    color: grey;
    text-align: center;
}

.catalog-page-item .center {
    width: 97%;
    margin: 0 auto;
}

.product .left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prod-img {
    width: 100%;
    height: 250px;
    border: solid 1px #80808038;
    border-radius: 4px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.product .right {
    width: 100%;
    padding-top: 30px;
}

.mob-menu{
    display: block;
}

    .menu-btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 5px;
        right: 20px;
        width: 40px;
        height: 60px;
        cursor: pointer;
        z-index: 9999999;
    }
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
        display: block;
        position: fixed;
        visibility: hidden;
        top: 0px;
        right: -100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 50px 20px;
        list-style: none;
        background-color: #fff;
        box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
        transition-duration: .25s;
        z-index: 99999;
}

.menubox a{
    text-decoration: none;
    color: #000;
}

.menubox li{
    font-family: Gotham-Medium;
    padding-top: 25px;
    text-transform: uppercase;
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: Gotham-Medium;
  font-size: 20px;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
  background: #000;
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
  background: #000;
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}


}