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

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

header {
    width: 100%;
    height: 1100px;
    position: relative;
    padding-bottom: 120px;
    background: url(img/banner.webp);
    background-size: cover;
    background-position: center top -0px;
}
	
.header {
	height: 320px;
	}
	
.main-header {
	height: 1100px;
	}	
	
.top-header {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	}

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

.logo-text {
    width: 70%;
    font-family: Gotham-Light;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    padding-top: 0px;
}

.phone-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header-menu{
    display: none;
}

.banner-wrapper {
    width: 100%;
    padding-top: 40px;
    position: relative;
    text-align: left;
}

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

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

.icon-wrap {
    padding-top: 0px;
}

.icon-item {
    width: 100%;
    font-family: Gotham-Light;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}

.about span {
    font-family: Gotham-Bold;
    font-size: 20px;
    padding-bottom: 20px;
}

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

.about-text {
    font-family: Gotham-Light;
    font-size: 15px;
    padding-top: 20px;
    font-weight: 700;
    width: 100%;
}

.about .right{
    display: none;
}

.partner-item {
    width: 50%;
    font-family: Gotham-Medium;
    font-size: 15px;
    margin-top: 40px;
}

.serv-title {
    font-family: Gotham-Light;
    font-size: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.serv-item {
    width: 100%;
    height: 350px;
    margin-top: 30px;
    position: relative;
    box-shadow: 4px 4px 15px 10px rgba(51, 60, 68, 0.05);
    position: relative;
    border-radius: 16px;
}

.offer .right{
    display: none;
}

.offer .left {
    width: 100%;
    padding-top: 30px;
}

.offer p {
    color: #fff;
    font-size: 24px;
    text-align: left;
    font-family: Gotham-Bold;
    padding-top: 20px;
}

.offer {
    width: 100%;
    padding: 0 0 50px 0;
    position: relative;
    background: url(img/167000888.jpg) center / cover;
}

.concurs-item {
    width: 100%;
    height: auto;
    margin-top: 40px;
    border: solid 1px #d7d7d7;
    padding-bottom: 30px;
    border-radius: 16px;
}

footer {
    padding: 30px 0 80px 0;
    background: #000;
    color: #fff;
}

.footer-item {
    width: 100%;
    padding-top: 30px;
}

.podval-item {
    width: 100%;
    font-family: Gotham-Light;
    font-size: 14px;
    color: #fff;
}

.headert{
    height: 250px;
}

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

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

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

.prod-img {
    width: 100%;
    height: 300px;
    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;
    width: 0px;
}

.menu-btn {
        display: flex;
        align-items: center;
        position: fixed;
        top: 5px;
        right: 20px;
        width: 35px;
        height: 50px;
        cursor: pointer;
        z-index: 9999999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  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;
}
	
.right-header-menu {
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}

.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);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}

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

.contact h1 {
    font-size: 28px !important;
    color: #000;
    text-align: left;
    font-family: Gotham-Bold;
    text-transform: none;
    height: 50px !important;
    padding: 0;
}

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

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

}