@media (max-width: 769px) {
[class*=__container] {
padding-right: 20px;
padding-left: 20px;
}
[class*=__section] {
padding-top: 45px;
}
.footer {
    margin-top: 45px;
}
.menu-body {
	display: none;
}
.nav-btn {
    padding: 8px 19px !important;
}
.intro_slider-img {
    height: 580px;
}
.main-title {
    font-size: 43px;
    line-height: 50px;
}
.obj-btn, .kat-btn {
    bottom: 14px;
    right: 10px;
    padding: 14px;
}
.obj-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
}
.cer__container {
    flex-direction: column;
}
.cer-text, .cer-right {
    max-width: 100%;
}
.ser2-slider .slick-current {
    transform: none;
}
.cer-text {
    margin-right: 0;
    margin-bottom: 25px;
}
.con-right, .con-map {
    flex-direction: column;
}
.con-body {
    margin-right: 0;
    margin-bottom: 20px;
}
.con-body:last-child {
	margin-right: 0;
    margin-bottom: 0px;
}
.map {
    margin-right: 0;
    margin-bottom: 20px;
}
.map:last-child {
	margin-right: 0;
    margin-bottom: 0px;
}
.footer-body {
    display: none;
}
.line.del {
	display: none;
}
.f-con {
    font-weight: 500;
}
.f-block {
    border-right: none;
}
.f-up {
    flex-direction: column;
    align-items: flex-start;
}
.about-body {
    padding: 25px;
}
.text {
    font-size: 16px;
}
.ab-img img {
    bottom: 0;
    left: 0;
    max-width: 127px;
    position: relative;
}
.ab-text {
    max-width: 100%;
    margin-left: 20px;
}
.menu__icon {
display: flex;
margin-left: 10px;
}
.header__menu {
display: flex;
}

 /* hamburger */
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 37px;
    height: 20px;
    cursor: pointer;
    margin-left: 25px;
  }
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20%;
    transition: all 0.3s ease 0s;
    background-color: #00357E;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    top: 50%;
    transform: scale(0) translate(0px, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    transform: rotate(-45deg);
  }
  .menu__icon._active::after {
    top: 50%;
    transform: rotate(45deg);
  }
/* side menu open */
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 100px 30px 30px 30px;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body._active:before {
    content: "";
    width: 100%;
    height: 70px;
    position: fixed;
    background-color: #fefefe;
    z-index: 2;
    top: 0;
    left: 0;
  }
  .menu__body._active {
    left: 0;
  }
	.menu__body:before {
	  content: "";
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background: #FFF;
	}
	.menu__list {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		grid-row-gap: 25px;
		padding: 25px;
		
		/* position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%); */
	}
	.menu__link {
	font-size: 24px;
	}
	.menu__list > li {
	    flex-wrap: wrap;
	    width: 100%;
	    padding: 0;
	}
	.menu__list > li._active .menu__sub-list {
    display: block;
	}
	.menu__list li:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #dedede;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
	}
	.menu__list li:last-child:after {
		display: none;
	}
	.menu__sub-list {
    position: relative;
    background-color: #fff;
    flex: 1 1 100%;
    display: none;
  }
  .menu__sub-link {
    font-size: 20px;
    color: #000;
    padding: 15px 0 0 15px;
  }
  
  .kat-text {
    bottom: 24px;
    left: 21px;
  }
  .kat-title {
    max-width: 212px;
}

.products-menu {
    max-width: 100%;
}
.products__container {
    flex-direction: column;
}
.kat-tab {
display: flex;
overflow-x: scroll;
margin-bottom: 20px;
}
.btn.mr {
margin-right: 15px;
}
a.cat-title.flex {
    display: none;
}
.cat-ul {
    display: none;
}
.products-side {
    max-width: 100%;
    margin-left: 0;
}
.detail-body {
    flex-direction: column-reverse;
}
.det-text {
    max-width: 100%;
}
.det-img {
    margin-right: 0;
    margin-top: 30px;
    max-width: 100%;
} 
.prod-btn {
    top: 10px;
    right: 9px;
    padding: 13px;
}
.btn.mr {
    margin-right: 10px;
    background: #fff;
    color: #00357E;
}
.modal-with-img .modal-body {
    padding: 50px 9px 49px;
}
form#modalFormProduct {
    width: 90%;
}
.obj-body {
    grid-template-columns: 1fr 1fr;
}
.work-body {
    grid-template-columns: 1fr 1fr;
}
.work-element img {
    height: 258px;
}

.adv-body {
    grid-template-columns: 1fr;
}
.work-element img {
    height: 164px;
}
}