nav a#pull, .header-cart-mobile {
	display: none;
}
#menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 96%;
  padding: 10px 2%;
  margin: 0;
}
/* Mobile Styles */
@media screen and (max-width: 1024px) {
	.header {
		height: 60px;
		border-top: none;
	}
	.header-cart-mobile {
		font-size: 2em !important;
		line-height: 61px;
		height: 61px;
		display: flex;
		flex-flow: row;
		width: 100px;
		background: #fc9900;
		text-align: center;
		align-content: center;
		justify-content: center;
		position: absolute;
		right: 46px;
		top: 0;
	}
  nav {
	width: 100%;
    height: auto;
    border-bottom: 0;
  }
  nav ul {
    /*border-top: 1px solid #333;*/
    width: 100%;
    display: none;
    height: auto;
    position: absolute;
    top: 60px;
    width: 100%;
    right: 0px;
    z-index: 100;
  }
  nav li {
    width: 50%;
    float: left;
    position: relative;
	box-sizing: border-box;
  }
  nav ul li:nth-child(2n) { border-left: 1px solid #333; }
  #nav li a {
    padding: 0;
    border: 1px solid #576979;
  }
  #nav li:nth-child(2n) { border-left: 0; }
  #nav li:nth-child(n+3) a { border-top: 0; }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 15px;
  }
  nav a#pull {
    display: inline-block;
    width: auto;
    position: absolute;
    text-indent: 0;
    right: 0;
    top: 0;
  }
  nav a#pull i {
	padding: 0 10px;
	color: #FFF;
	font-size: 30px;
	line-height: 60px;
	box-sizing: border-box;
  }
  .main-menu ul li a {
    font-size: 1.2em;
    line-height: 30px;
    font-weight: 600;
    display: inline-block;
    padding: 0;
    background: #000;
	border-left: 0;
	border-right: 0;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
  }
  .main-menu ul li ul {
	display: none;
	opacity: 1;
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
	border: 0;
  }
  .main-menu ul li ul li { width: 100%; }
  /* breadcrumbs */
  .breadcrumbs {
	height: auto;
	padding: 10px 0;
    line-height: 1.2em;
    background: #000;
    color: #ddd;
    
  }
  .breadcrumbs ul li { margin: 5px 10px; }
  .slider-index { height: 200px; }
  /* services */
  .services__item { width: 97%; }
  .services__item + .services__item { margin-top: 20px; }
  /* catalog */
  .catalog .catalog__item {
	width: 46%;
	margin: 10px 1.5%;
	float: none;		
  }
  .catalog .catalog__item + .catalog__item { margin: 10px 1.5%; }
  .catalog .catalog__item:nth-child(4n+1) {
	clear: none;
	margin: 10px 1.5%; 
  }
  .catalog .catalog__item:nth-child(n+5) { margin: 10px 1.5%; }
  /* footer */
  .column.sb {
    width: 100%;
    max-width: 300px;
    display: block;
    float: none;
	text-align: center;
    margin: 0 auto;
  }
  .column.sb + .column.sb { margin: 20px auto 0 auto; }
  .copyright__right, .copyright__author {
    width: 100%;
    text-align: center;
  }
  .copyright__right + .copyright__author { margin-top: 20px; }
	.grid figure {
		width: 50%;
		box-sizing: border-box;
		flex-basis: 50%;
	}
	.grid figure h2 {
		font-size: 24px;
	}
	.header__phone {
        position: absolute;
    left: 50%;
    transform: translateX(-50%);
    }
    .main-menu ul {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    }
}
@media screen and (max-width: 768px) {
	.shop-cart__container, .shop-cart__order {
        width: 100%;
    }
	.slider-index .swiper-slide p {
		font-size: 30px;
	}
	.slider-index .swiper-slide p span {
		font-size: 24px;
	}
	/* general */
	.p_tb20px { padding: 10px 0; }
	.p_tb40px { padding: 20px 0; }
	/* tuning */
	.tuning-info__item { width: 100%; }
	.tuning-info__item + .tuning-info__item { margin: 20px 0 0 0; }
	/* catalog */
	.left-sidebar, .catalog__list { width: 100%; }
	.left-sidebar + .catalog__list { margin: 20px 0 0 0; }
	.category__item ul {
		min-width: 0;
		left: 0;
	}
	/* content */
	.double-content__item { width: 100%; }
	.double-content__item + .double-content__item { margin: 20px 0 0 0; }
	.left-sidebar .category_not-main ul, #filters, .filters__content { display: none; }
	/* advantages */
	.advantages__list { text-align: center; }
	.advantages__item.sb {
		width: 46%;
		margin: 10px 1.5%;
		float: none;
	}
	.advantages__item + .advantages__item { margin: 10px 1.5%; }
	/* services */
	.services-list { text-align: center; }
	.services-list__item.sb {
		width: 46%;
		margin: 10px 1.5%;
		float: none;
	}
	.services-list__item + .services-list__item { margin: 10px 1.5%; }
	/* partners */
	.partners { text-align: center; }
	.partners ul li {
		width: 46%;
		margin: 10px 1.5%;
		float: none;
	}
	.partners ul li + li { margin: 10px 1.5%; }
	.partners ul li:nth-child(n+5) { margin: 10px 1.5%; }
	.partners ul li:nth-child(4n+1) {
		clear: none;
		margin: 10px 1.5%; 
	}
	/* filter */
	.filter .tabs-list__row, .filter .filter__item_long { width: 100%; }
	.filter .tabs__item { width: initial; margin: 0 10px 0 0; }
	.table-head, .table-row {
		display: flex;
		flex-flow: row;
		text-align: left;
		flex-wrap: wrap;
		justify-content: start;
	}
	.table .col-3 {
		width: 21%;
		margin: 0 4% 0 0;
	}
	/* project */
	.project-info__title { /*margin-bottom: 0; */ }
	.project-info__block { width: 100%; }
	.project-info__item { width: 100%; margin: 0; }
	.project-info__item + .project-info__item { margin: 20px 0 0 0; }
	.content .project-info__item table { width: initial; }
	.content .project-info__item table td, .content .project-info__item table th { padding: 5px 10px; }
	.project .swiper-container {
		height: 500px;
	}
	.project .swiper-slide, .project .swiper-slide img {
		max-height: 500px;
	}
	.examples_right {
		margin-left: 0;
	}
}
@media only screen and (max-width : 736px) {
	.slider-index { height: 150px; }
}
@media only screen and (max-width : 667px) {
    iframe {
        width: 100% !important;
	}
	.shop-cart__td-image {
        width: 15%;
    }
    .shop-cart__td-content {
        width: 85%;
    }
    .shop-cart__table tr {
        justify-content: flex-end;
    }
    .shop-cart__td-price, .shop-cart__td-count, .shop-cart__td-delete {
        width: auto;
    }
    .shop-cart__td-count input {
        width: 50px;
    }
	/* product-card */
	.tabs__item {
	    width: 50%;
	    box-sizing: border-box;
	    margin: 0;
	    border: 1px solid #c5c5c5;
		border-radius: 0;
	}
	.project .swiper-container {
		height: 400px;
	}
	.project .swiper-slide, .project .swiper-slide img {
		max-height: 400px;
	}
}
@media screen and (max-width: 568px) {

	/* contacts */
	.product-card__image, .product-card__information { width: 100%; }
	.product-card__image + .product-card__information, .product-card__content + .product-card__tabs { margin-top: 20px; }
	.product-card__information { padding-left: 0; }
	.contacts__block {
		width: 100%;
		height: auto;
	}
	.contacts__block.tar { text-align: left; }
	.contacts__block + .contacts__block { border-top: 1px solid #333; }
	/* catalog */
	.catalog .catalog__item {
		width: 96%;
		margin: 10px 1.5%;
		float: none;		
	}
	/* advantages */
	.advantages__list { text-align: center; }
	.advantages__item.sb {
		width: 96%;
		margin: 10px 2%;
		float: none;
		padding: 0
	}
	.advantages__item + .advantages__item { margin: 10px 2%; }
	/* services */
	.services-list { text-align: center; }
	.services-list__item.sb {
		width: 96%;
		margin: 10px 1.5%;
		float: none;
		padding: 0
	}
	.services-list__item + .services-list__item { margin: 10px 2%; }
	/* partners */
	.partners { text-align: center; }
	.partners ul li {
		width: 96%;
		margin: 10px 2%;
		float: none;
		padding: 0
	}
	.partners ul li + li { margin: 10px 2%; }
	.partners ul li:nth-child(n+5) { margin: 10px 2%; }
	.partners ul li:nth-child(4n+1) {
		clear: none;
		margin: 10px 2%; 
	}
	/* grid */
	.grid figure { border: 5px solid #000; }
	.table-head, .table-row {
		font-size: 14px;
	}
	.tabs__table.table .button {
		display: block;
		float: none;
		width: 200px;
		text-align: center;
		margin-top: 10px;
	}
}
@media screen and (max-width: 480px) {
	.slider-index { height: 100px; }
	.breadcrumbs ul li {
		margin: 5px;
		font-size: 12px;
		line-height: 1.2em;
	}
	.breadcrumbs ul li + li {margin-left: 5px;}
	.breadcrumbs ul li + li:before {
		content: "/";
		padding-right: 5px;
	}
	nav li {
		width: 100%;
	}
	.table .col-3 {
		padding: 0;
	}
	/* slider */
	.project_slider {
		height: 370px!important;
	}
	.project_slider .gallery-top {
		height: 300px!important;
		width: 100%;
	}
	.project_slider .gallery-thumbs {
		height: 60px!important;
		padding: 5px 0!important;
	}	
	.grid figure {
		width: 100%;
		box-sizing: border-box;
		flex-basis: 100%;
	}
	.grid figure h2 {
		font-size: 20px;
	}
	.project .swiper-container {
		height: 300px;
	}
	.project .swiper-slide, .project .swiper-slide img {
		max-height: 300px;
	}
	h1, .h1 {font-size: 20px;}
	h2, .h2 { font-size: 18px; }
	h3, .h3, h4, .h4, h5, .h5 { font-size: 16px; }
	.project-info__title {
		font-size: 18px; 
		line-height: 1.2em;
	}
	.filter__item {
		width: 100%;
		margin: 5px 1%;
	}
	.shop-cart__table tr {
        justify-content: flex-start;
    }
    .shop-cart__table tr td {
        margin: 5px 0;
        width: initial;
    }
    .product-card__image-small {
        max-height: 150px;
    }
}
@media screen and (max-width: 414px) {
    .header__logo img {
        width: 150px;
        height: auto;
        margin-left: 5px;
    }
    /*.swiper-slide {
        background: none;
        background-image: none !important;
    }*/
    .slider-index .swiper-slide p {
        position: absolute;
        font-size: 20px;
        background: rgba(0, 0, 0, 0.6);
    }
    .slider-img {
        display: block;
    }
	.table .col-3 {
		padding: 0;
	}
	.filter__item.filter__item_long {
	    height: auto;
	}
	/* slider */
	.project_slider {
		height: 250px!important;
	}
	.project_slider .gallery-top {
		height: 200px!important;
		width: 100%;
	}
	.project_slider .gallery-thumbs {
		height: 40px!important;
		box-sizing: border-box;
		padding: 5px 0!important;
		background: #000;
	}
	/* product-card */
	.tabs__item { width: 100%; margin: 5px!important; }
	.tabs__list { padding: 0; }
	/* menu */
	.main-menu ul li a { font-weight: 400; }
	/* contacts */
	.contacts__block_content { padding: 20px; }
	/* table */
	.table-head, .table-row {
		padding: 4px;
		font-weight: 400;
	}
	.content table tr th, .content table tr td {
		padding: 4px;
		border: 1px solid #ddd;
		vertical-align: middle;
		font-size: 10px;
		line-height: 1.2em;
	}
	.table .col-3 {
		font-weight: 400;
		font-size: 12px;
		line-height: 1.2em;
		padding: 5px 0px;
		box-sizing: border-box;
	}
	.content table tr th, .content table tr td {
		font-size: 12px;
		line-height: 1.2em;
	}
	.contacts__block_content {
        padding: 10px;
    }
    .header__phone {
   line-height: 1em;
    font-size: 12px !important;
    }
    #map {
        order: 2;
    }
    #contacts {
        order: 1
    }
    .contacts {
		display: flex;
		flex-direction: column;
	}
}
@media screen and (max-width: 375px) {
	.project .swiper-container {
		height: 250px;
	}
	.project .swiper-slide, .project .swiper-slide img {
		max-height: 250px;
	}
	.table .col-3 {
		width: 23%;
		margin: 0 2% 0 0;
	}
	.shop-cart__td-image {
        width: 30%;
    }
    .shop-cart__td-content {
        width: 70%;
    }
    .shop-cart__table tr {
        justify-content: space-between;
    }
    .shop-cart__td-price, .shop-cart__td-count, .shop-cart__td-delete {
        width: 33.3333%;
    }
}