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

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}
 
h1, h2, h3, h4, h5, h6{ 
    display: inline-block;
    text-align: center;
    font-size: 22px !important; 
    font-family: GTEestiProDisplay-Medium;  
    color: #0d0e25;
    padding: 5px;
    text-transform: uppercase;
}

.h1-all {
    text-align: center;
    font-size: 38px;
    height: auto;
    padding-bottom: 0px;
}

header {
    background: url(img/8d8bbaa.jpeg);
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 80px;
}

.logo{
    width: 50%;
}

.logo img {
    width: 100%;
    position: relative;
    top: -5px;
}

.description {
    width: 40%;
    padding-top: 20px;
}

.mail {
    width: 100%;
    background: url(img/pin.png);
    background-size: 20px;
    background-position: left top 17px;
    background-repeat: no-repeat;
    padding-left: 25px;
    padding-top: 10px;
}

.phone {
    width: 100%;
    background: transparent;
    padding-left: 0px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center;
}

.phone-2{
    width: 100%;
    background: transparent;
    padding-left: 0px;
    padding-top: 5px;
    margin: 0 auto;
    text-align: center; 
}

.mail-title {
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: GTEestiProDisplay-Light;
    text-align: center;
}

.wp {
    width: 80%;
    background: url(img/phone-call.png);
    background-size: 20px;
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 0px;
    padding-top: 20px;
    margin: 0 auto;
}

.wp-title {
    width: 100%;
    color: #000;
    font-size: 13px;
    font-family: GTEestiProDisplay-Light;
    text-align: left;
}

.wp-number {
    font-size: 12px;
    font-family: GTEestiProDisplay-medium;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 30px;
    background: linear-gradient(180deg,#ffc107 0,#ffdb6e 100%);
    color: #000;
    text-align: center;
    margin-top: 5px;
    width: 80%;
    margin: 0 auto;
}

.top-menu {
    width: 100%;
    height: 45px;
    background: #f6f9ff;
    display: none;
}

.banner .left {
    width: 100%;
}

.banner-title {
    text-align: left;
    font-size: 22px;
    font-family: GTEestiProDisplay-Medium;
    font-weight: 500;
    padding-top: 50px;
    padding-bottom: 20px;
    line-height: 30px;
}

.banner-sm-title {
    text-align: left;
    font-size: 14px;
    font-family: GTEestiProDisplay-Light;
    background: url(img/check.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left top 16px;
    padding-left: 25px;
    padding-top: 12px;
}

.banner .right {
    width: 100%;
    position: relative;
}

.banner-image img {
    width: 100%;
    position: relative;
    left: 10px;
}

.znak img {
    width: 80px;
}

.catalog-item-1 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
}

.catalog-item-1 .top {
    width: 90%;
    height: 250px;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 15px;
}

.catalog-item-1:last-child {
    width: 100%;
    height: auto;
    border-radius: 8px;
    position: relative;
    margin-top: 30px;
    background: #fff;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
}

.about h1 {
    height: auto;
}

.about_img {
    width: 100%;
}

.about_text {
    width: 100%;
    padding-top: 40px;
    font-size: 17px;
    font-family: GTEestiProDisplay-Light;
}

.post {
    height: auto;
    background: url(img/Lidl-e1452684206723.png) center;
    background-size: cover;
    padding-bottom: 50px;
}

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

.post .left .post-title {
    width: 70%;
    font-family: GTEestiProDisplay-Medium;
    padding-top: 25px;
    font-size: 22px;
    color: #fff;
    text-align: left;
    line-height: 28px;
    text-shadow: 1px 1px 1px #000;
}

.post .left .post-image img {
    width: 80px;
    position: relative;
    top: 30px;
    left: 0px;
}

.post-input {
    width: 90%;
    margin-top: 20px;
}

.post .right {
    width: 100%;
    margin: 0 auto;
}

.post-form {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.post-button {
    background: linear-gradient(180deg,#00973e 0,#48f95e 100%);
    box-shadow: inset 0 4px 4px rgb(0 0 0 / 15%);
    color: #fff;
    font-size: 16px;
    height: 40px;
    font-family: GTEestiProDisplay-Medium;
    padding: 7px 5px;
    border-radius: 20px;
    width: 90%;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.priem-item {
    width: 100%;
    height: auto;
    border-radius: 6px;
    position: relative;
    background: #edeef0;
    margin-top: 50px;
    border: solid 1px #bdbdbd17;
    margin: 20px;
    position: relative;
    top: 30px;
    padding-bottom: 25px;
}

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

footer .container h1{
    color: #fff;
    text-shadow: none;
}

.catalog-wrap {
    width: 100%;
    height: 450px;
    margin-top: 30px;
    border: solid 1px #d9dbda;
    border-radius: 6px;
}

.catalog-wrap-image {
    width: 90%;
    height: 250px;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    top: 15px;
}

.product h1 {
    font-size: 20px !important;
}

.product .left {
    width: 100%;
    height: 300px;
    margin-top: 20px;
    border: solid 1px #d9dbda;
    border-radius: 6px;
}

.product .right {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 30px;
    padding-left: 10px;
}






.burger-wrap{
    width: 40%;
    display: block;
}

.burger-menu_button {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 30;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_button:hover .burger-menu_lines {
  filter: brightness(0.7);
}

.burger-menu_button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.burger-menu_lines::before {
  content: '';
  top: -12px;
}
.burger-menu_lines::after {
  content: '';
  top: 12px;
}


.burger-menu_active .burger-menu_lines {
  background-color: transparent;
}
.burger-menu_active .burger-menu_lines::before {
  top: 0;
  transform: rotate(45deg);
}
.burger-menu_active .burger-menu_lines::after{
  top: 0;
  transform: rotate(-45deg);
}

.burger-menu_nav {
  padding-top: 120px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #F9AFE9;
  overflow-y: auto;
  right: -100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.burger-menu_active .burger-menu_nav {
  right: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.burger-menu_link {
  padding: 18px 35px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 400;
  color: #BB1E99;
  border-bottom: 1px solid #fff;
}
.burger-menu_link:first-child {
  border-top: 1px solid #fff;
}
.burger-menu_link:hover {
  filter: brightness(0.9);
}
.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.footer__item {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}


}