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

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

.mob-menu{
    display: block;
}

.menu-btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 41px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ffc43a;
  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: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 20px;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 999;  
}

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

.menubox span{
  color: #333;
  font-family: gilroy-bold; 
  font-size: 20px;    
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: gilroy-bold; 
  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;
}


header {
    width: 100%;
    height: 800px;
}
 
.header-menu{
    display: none;
} 

.logo img {
    width: 150px;
}

.logo-text {
    width: 100%;
    margin-top: 25px;
    padding-left: 10px;
}

.phone {
    width: 50%;
    text-align: left;
    margin-top: 25px;
}

.mail {
    width: 50%;
    margin-top: 25px;
}

.lang {
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
}

.header-button{
    display: none;
}

.banner-wrapper {
    width: 100%;
    padding-top: 40px;
}

.banner-title {
    font-size: 18px;
}

.banner-text {
    font-size: 24px;
    width: 100%;
}

.banner-sm-text {
    font-size: 15px;
    width: 100%;
    padding-bottom: 50px;
}


.about .left{
    display: none;
}

.about .right {
    width: 100%;
}

.about h3 {
    font-size: 32px;
    padding-top: 0px;
}

.about p {
    font-size: 18px;
    font-family: Gilroylight;
}

.about-bottom-item .top {
    font-size: 20px;
    width: 90%;
}

.aboutt .right {
    width: 100%;
}

.aboutt .left {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.aboutt .left img {
    width: 94%;
    border-radius: 8px;
}

.priem2 {
    padding: 50px 0 80px 0;
}

.priem2-item {
    width: 100%;
}

.priem2-title {
    font-size: 18px;
    width: 100%;
    padding-top: 30px;
}

.priem2-title span {
    font-size: 22px;
}

.about-bottom-item {
    width: 100%;
}

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

.srv-item {
    width: 100%;
    height: auto;
    padding: 0px 0 20px 0;
    box-shadow: 0px 5px 10px 2px #41464b0f;
    margin-top: 30px;
    position: relative;
}

.srv-item h3 {
    font-size: 18px;
}

.offer {
    padding: 0px 0 10px 0;
    height: 1000px;
    background: url(img/offer.jpg);
    background-size: cover;
    background-position: right 0px top 0px;
    background-repeat: no-repeat;
}

.offer-sm-title {
    width: 100%;
    font-size: 16px;
}

.offer-title {
    font-size: 22px;
    padding-top: 50px;
}

.offer .right {
    width: 100%;
}

.offer li {
    font-size: 16px;
}

.calc {
    width: 100%;
}

.calc form > input {
    width: 100%;
}

.calc-button {
    width: 100%;
}

footer {
    padding: 20px 0 80px 0;
    width: 100%;
    height: 1200px;
}

footer .container {
    padding-top: 0px;
}

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

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

.footer-item-2 iframe {
    border-radius: 16px;
    margin-left: 0px;
    height: 250px;
    width: 100%;
}

.podval-item {
    width: 100%;
}

}