/* burger */
.visuallyHidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px; width: 1px;
    margin: -1px; padding: 0; border: 0;
}

.hamburger {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: #000;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}
.checkbox1:checked + label > .hamburger1 > .bar1{
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 41px
}
.checkbox1:checked + label > .hamburger1 > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
    transform: translateX(40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 41px;
}

.js-nav-trigger{
	display: none;
	padding-right: 10px;
}
.nav--active{
	display: block;
}
/* burger */

@media screen and (max-width: 1440px){
	.search,.header-fixed .search{
		width: 8%;
	}
}


@media only screen and (max-width: 1300px) {
	*{
		box-sizing: border-box;
	}
	.page__holder{
		box-sizing: border-box;
		max-width: 100%;
		padding: 0;
	}
	.works__inner{
		flex-wrap: wrap;
	}
	.header__address{
		margin-left: 0;
	}
	.header__info{
		padding: 10px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
	}
    .header__callback{
        margin: 20px 0;
    }
    .category__title:before, .category__title:after{
        display: none;
    }
    .category {
     flex-wrap: wrap;
     justify-content: center;
    }
    .category__item {
        width: 240px;
    }
    .metalproduct__item {
        width: 20%;
        margin: 10px 1%;
    }
    .category__metalproduct {
        background-size: cover;
    }
    .works__inner{
    	justify-content: center;
    }
    .page-footer {
	    min-height: auto;
    	background: none;
    	position: relative;
    	padding: 25px 13px 9px 13px;
    	overflow: hidden;
    	max-width: 100%;
	}
	.client__inner{
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.footer__main{
		justify-content: space-around;
	}
	.consultation, .footer__menu{
		width: 42%;
	}
	.consultation__title:after{
		background-color:transparent;
	}
	.consultation__field{
		width: 100%;
	}
	.page__body{
		padding-bottom: 0;
	}
	.page-inner{
		width: 100%;
	}
	.page-inner{
		flex-direction: column-reverse;
	}
	.main__content{
		width: 100%;
		padding: 0 1% 0 1%;
	}
	.menu-left {
	    width: 100%;
	    display: flex;
	    justify-content: space-around;
	    margin: 20px 0;
	    overflow: hidden;
		align-items: flex-start;
	}
	.menu-left__inner{
		width: 40%;
	}
	.left-menu__list >.left-menu__item a {
	    padding: 15px 0 15px 0;
	    display: block;
	    width: 100%;
	}
	.cart_prev_main {
	    justify-content: space-around;
	}
	a.cart_prev_wrap{
		width: 250px;
	}
	.cat-gallery__item {
		width: 30%;
	}
	.category__title--inner:before, .category__title--inner:after{
		background-color: transparent;
	}
	.cat-gallery {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.cat-gallery__item {
    	min-width: 160px;
    	margin: 5px;
	}
	.form-request{
		padding: 10px;
		background-image: none;
	}
	.request__button {
   	 padding: 10px 1%;
   	 margin-top: 20px;
   	 font-size: 22px;
	}
	.file-upload{
		height: 39px;
	}
	.form__field-wrapp{
		min-width: 300px;
	}
	.about-inner__item{
		display: block;

	}
	.about-inner__items {
	    flex-wrap: wrap;
	    justify-content: space-around;
	}
	.about-inner__desc{
		margin-top: 20px;
		text-align: center;
	}
	.cart_prev_photo{
		width: auto;
	}
	.cart_prev_photo img{
		width: 100%;
	}
	.works__item svg {
	    padding: 10px;
	    width: 320px;
	}

}
@media only screen and (max-width: 1300px) {
	.only__adaptiv {
    width: 240px;
    display: block;
	}
}
@media only screen and (max-width: 1120px) {
    .header__callback{
        margin: 20px 10%;
    }
    .metalproduct__item {
   	 width: 225px;
	}
	.form__popup{
		width: 320px;
	}
	.fancybox-content{
		padding: 30px;
	}
}
@media only screen and (max-width: 1078px) {
    .header__nav{
        display: none;
    }
    .js-nav-trigger{
        display: block;

    }
    .nav__list {
        flex-direction: column;
        background: #fff;
        position: absolute;
        z-index: 30;
        right: 0;
        padding: 10px;
        transition: 0.7s;
    }
    .nav__item {
        width: 100%;
        padding: 12px 3px;
        border-bottom: 1px solid #000;
    }
    .about__inner{
    	display: block;
    }
    .about__company {
      border-right: none;
    	width: 100%;
	}
	.about{
		background: none;
		padding-top: 60px;
	}
	.about__title{
		margin-bottom: 20px;
	}
	.about-us__title{
		text-align: center;
	}
	.about-us__inner{
		margin-left: 0;
	}
	.about__us-item{
    width: 48%;
    padding: 0;
    margin: 1rem 0;
	}
  .works__inner.slick-initialized.slick-slider {
    margin-top: 5rem;
  }
	/* .table_page_scroll{
		overflow-x: scroll;
	} */
  a.see-all-index {
    text-align: center;
    margin-bottom: 1.5rem;
  }

}
@media screen and (max-width: 1024px) {
	.title {
	    width: 100%;
	    font-size: 2rem;
	    display: flex;
	}

	.left-menu__item ul,.left-menu__item:hover>ul{
		display: none;
	}

}
@media only screen and (max-width: 936px) {
	.podkat_wrapper,
	.podkat_wrapper_work {
	    width: 250px;
	}
	
	#slidersslickmaster .slick-slide {
	    margin-left: 5px;
	    margin-right: 5px;
	}
	
	#slidersslickmaster .slick-list {
	    margin-left: 0;
	    margin-right: 0;
	}
	
	#slidersslickslave {
	    display: none;
	}
	
	#slidersslickmaster img {
	    max-width: 100%;
	}
	
    #slidersslickmastercontainer .slick-prev:before {
    	transform: rotate(50deg);
    	top: 75%;
    }
    
    #slidersslickmastercontainer .slick-next:before {
    	transform: rotate(-50deg);
    	top: 75%;
    }
    
    #slidersslickmastercontainer .slick-prev:after, #slidersslickmastercontainer .slick-prev:before, #slidersslickmastercontainer .slick-next:after, #slidersslickmastercontainer .slick-next:before {
    	content: " ";
    	background: #afafaf;
    	display: block;
    	height: 10px;
    	width: 44px;
    	position: absolute;
    }
    /* Card Slider */
	#cardslickmaster .slick-slide {
	    margin-left: 5px;
	    margin-right: 5px;
	}
	
	#cardslickmaster .slick-list {
	    margin-left: 0;
	    margin-right: 0;
	}
	
	#cardslickslave {
	    display: none;
	}
	
	#cardslickmaster img {
	    max-width: 100%;
	}
    
    .row {
        margin-left: 0;
    }
    
    #cardslickcontainer .slick-arrow {
        top: calc(50% - 20px);
    }
    
    .goods-btn {
        margin-left: 0;
        width: 100%;
        text-align: center;
        font-size: 22px;
    }
}
@media only screen and (max-width: 876px) {

	.footer__main {
	    flex-direction: column;
	}
	.consultation, .footer__menu {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.form__textarea{
		margin-left: 0;
	}
	.form__input{
		margin-left: 0;
	}
	.seo{
	    margin: 1rem auto;
    	float: none;
   		display: block;
	}
	.copy{
		margin-top: 0;
		margin-bottom: 0;
	}
	.works_item-link {
	    display: block;
	    margin: 0 auto;
	    width: 320px;
	}

    h1.category__title--inner {
        margin-bottom: 20px;
        font-size: 36px;
    }
    
    .tabs__container .tabs__caption {
        text-align: center;
    }
    
    .tabs__container .tabs__caption li {
        margin-bottom: 15px;
        width: 100%;
    }
    
    .tabs__container .tabs__content {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 858px) {
	.form-request__title{
		text-align: center;
	}
	.form__body {
  	  flex-direction: column;
	}
	.form__field-wrapp, .form-request__phone, .form-request__mail, .form__field-wrapp:last-child{
    	width: 100%;
	}
}
@media only screen and (max-width: 826px) {
    .address__item{
        display: block;
    }
    .cart_wrapper{
   	 display: block;
   	 padding-top: 5px;
    }
    .cart_photo {
	    width: auto;
	    height: auto;
	}
	.cart_text{
		width: 100%;
	}
}


@media only screen and (max-width: 820px) {
    .search{
      display: none;
    }
    .header__address {
        width: 40%;
    }
    .header__logo{
        width: 40%;
    }
    .general-slide{
        display: none!important;
    }
}
@media only screen and (max-width: 790px) {

	.left-menu__list >.left-menu__item a {
	    padding: 5px 0 5px 0;
	    font-size: 17px;
	    width: 100%;
}

.aside__title {
    font-size: 15px;
    padding: 12px;
    display: inline-block;
    margin: 1rem 0;
}
.about-inner__item {
    width: 35.333%;
	}
}
@media only screen and (max-width: 786px) {
  .category__item {
    width: 240px;
    background: transparent;
    margin: 0 0;
	}
	.only__adaptiv {
    width: 240px;
    background: transparent;
    margin: 0 0;
    display: block;
	}
}
@media only screen and (max-width: 750px) {
    .address__item{
        font-size: 17px;
        font-weight: 400;
        line-height: 28px;
    }
    .only__adaptiv {
    width: 100%;
    background: rgba(163, 163, 161, 0.27);
    margin: 0.2rem 0;
    display: block;
	}
  .category__item {
    width: 100%;
    background: rgba(163, 163, 161, 0.27);
    margin: 0.2rem 0;
  }
}
@media only screen and (max-width: 644px) {
.header__info{
    justify-content: space-around;
}
.header__logo {
    width: 30%;
}
.header__address {
    width: 51%;
}
.header__callback{
    margin: 0;
}
}
@media only screen and (max-width: 541px) {
img.logo {
    width: 170px;
    padding-right: 0px;
}
.about-inner__item {
    width: 84.333%;
}
a.cart_prev_wrap {
    width: 100%;
}
.kontact_main .kontact_info{
	column-count: 1;
	margin-left: 10px;
}
  .category__item svg {
    padding: 0;
  }

  a.category__item-title {
    font-size: 24px;
    margin-bottom: 1rem;
    display: block;
  }
}
@media only screen and (max-width: 518px) {
    .header__address {
        display: none;
    }
    .header__callback{
        margin: 40px 0;
    }
    .category__title{
    	margin-left: 0;
    }
    .works-inner{
    	display: none;
    }
}
@media only screen and (max-width: 464px) {
.metalproduct__item {
    width: 100%;
}
  a.see-all-index.metall {
color: white;
  }
  a.category__item-link {
    width: 65%;
    margin: 1rem auto;
  }
.form__input {
    width: 100%;
}
.form__textarea{
	width: 100%;
}
.menu-left {
    flex-direction: column;
    text-align: center;
}
.client__item-wrapp{
	margin-right: 0;
}
}
@media only screen and (max-width: 438px) {
.header__contact {
    margin-left: 3%;
    order: 2;
}
.js-nav-trigger {
    order: 2;
}
.header__callback {
    margin: 40px 13px;
    font-size: 14px;
    padding: 10px 8px;
}
.header__logo {
    width: 150px;
}
.logo{
    width: 100%;
}
.works__item{
	max-width: 100%;
}
  .catalog__title, .title--size_h1 {
    margin-bottom: 20px;
  }
.category__title{
  padding-left: 0;
  text-align: center
}
.category__metalworking{
	background: none;
	padding: 0;
}
	.menu-left{
		flex-direction: column;
	}
	.menu-left__inner {
	    width: 100%;
	    padding: 0 20px;
	}
	.left-menu__list >.left-menu__item a {
	    line-height: 27px;
	}

	.main__content {
	    padding: 0 10px;
	    text-align: left;
	}

	.price_val {
	    text-align: left;
	}

	ul.left-menu__list {
	    width: 100%;
	    text-align: left;
	}
}
@media only screen and (max-width: 384px) {
	.footer__menu{
		display: none;
	}
}
@media only screen and (max-width: 380px) {
	.table>tbody>tr>th {
		font-size: 14px;
	}
}
@media only screen and (max-width: 380px) {
	.table>thead>tr>th:nth-last-child(2),
	.table>tbody>tr>th:nth-last-child(2),
	.table>tfoot>tr>th:nth-last-child(2),
	.table>thead>tr>td:nth-last-child(2),
	.table>tbody>tr>td:nth-last-child(2),
	.table>tfoot>tr>td:nth-last-child(2) {
		display: none;
	}
}
@media only screen and (max-width: 372px) {
	.about__us-item {
	    width: 100%;
	}
}