/*@media all and (max-width:420px) {
	.promo-slide .promo-text {
    	display: none;
  	}
}*/

@media screen and (max-width: 640px) {
  .promo-slider-wrapper .promo-text {
    background-color: #fff;
  }
}

.instagram-photos {
  display: none;
}

img {
	height: auto !important;
}

/* две колонки в каталоге */
@media screen and (max-width: 480px) {
  div[class="cell-3 m-b-30 cell-4-m cell-6-sm cell-12-xs"] {
    max-width: 50%;
    flex-basis: 50%;
  }
}

.burger > div, .burger:before, .burger:after{
	height: 2px!important;
}

.p-t-100 {
	padding-bottom: 0px;
}

.p-b-100 {
	padding-top: 0px;
}

@media screen and (max-width: 900px) {
	.p-t-50 {
  		padding-top: 0px;
	}
}

.pallette_1  .show {
	margin: auto;
}
#collection-download-file {
	text-align: center;
	margin-bottom: 10px;
}
#collection-download-file-inner {
	background: #BA2519;
	color: white;
	font-weight: bold;
	padding: 5px 15px;
}
.header-mess {
		display:flex;
	}
@media (max-width:980px) {
	.header-mess {
		display:none;
	}
	.header-mess-mob {
		display:flex;
		justify-content: center;
	}
}
@media (min-width:981px) {
	.header-mess-mob {
		display:none;
	}
}
// @media (max-width:767px) {
// .index-template-slider {
// 		display: none !important;
// 	}
// }
