/**************/
/* ALL STYLES */
/**************/

@-ms-viewport {
  width: device-width;
}

::-webkit-input-placeholder {
	color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

.flex {
	display: -ms-flexbox;
	display: flex;
}

.flex.flex-wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px;
}

.flex.flex-center {
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.flex.flex-between {
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

.flex.flex-end {
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.flex.flex-column {
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex.flex-center.flex-column {
	align-items: start;
}

.flex-wrap [class*="col-"] {
	width: 100%;
	padding: 15px;
	position: relative;
}

.flex-wrap .col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.flex-wrap .col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.3333%;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.flex-wrap .col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.flex-wrap .col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.rounded {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.contain-bg {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.cover-bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.overlay {
	overflow: hidden;
}

.link {
	text-decoration: underline;
}

.abs {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
}

.count:after {
	content: attr(data-count);
}

.not-desktop {
	display: none;
}

.item-price {
	display: none;
}

.stroke {
	text-decoration: line-through;
}

.like-h3.main-news__title {
  margin-top: 20px;
}

.img-block img {
  width: auto;
  max-width: 100%;
  min-height: 267px;
  object-fit: cover;
  height: 100%;
}

.main-news-description a {
  margin-top: 15px;
}

@media screen and (max-width:992px) {
	
	.not-desktop {
		display: block;
	}
	
	.not-mobile {
		display: none !important;
	}
	
	.flex-column-mobile {
		width: 100%;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	
	.flex.flex-wrap {
		margin: 0;
	}
	
	.flex-wrap [class*="col-"] {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.flex-wrap-mobile {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
}

.hidden {
	display: none !important;
}
