.button_active {
	background-color: #2174ff;
    text-decoration: none;
    color: #fff;
}

.button_active:hover {
	background-color: #488cfd;
}

.product-cat__image img, .news__image img {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.news__image {
	overflow: hidden;
}

.product-cat__image img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news__image img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}


.slider > ul {
	list-style: none;
}

.slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
	margin-right: 15px;
}

.slick-dots button {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: none;
	border-radius: 100px;
	color: transparent;
	cursor: pointer;
	opacity: 0.5;
}

.slick-active button, .slick-dots button:hover {
	opacity: 0.8;
}

.slider__arrows {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -38px;
	width: 38px;
	height: 76px;
	background: url(../images/arrow.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	opacity: 0.5;
	z-index: 10;
}

.slider__arrows:hover {
	opacity: 0.8;
}

.slider__arrows_next {
	right: 45px;
}

.slider__arrows_prev {
	left: 45px;
	-webkit-transform: rotate(-180deg);-ms-transform: rotate(-180deg);transform: rotate(-180deg);
}

.slider__text {
	line-height: 1;
	font-size: 60px;
	font-weight: 500;
	color: #fff;
}

.slider__wrap {
	top: 25px;
	left: 0;
	width: 100%;
}

.sidebar__filter .form-check-label {
	padding-left: 0;
}


.header .navbar-brand img {
	width: auto;
	height: 40px;
}

.product-cat__title > span {
	color: #212121 !important;
}

.main__catalog {
	padding: 35px 0 10px;
}

.main__news {
	padding: 35px 0 45px;
}

.main__contacts {
	padding: 30px 0 55px;
}

@media(min-width: 1200px) {
	.header .navbar-brand img {
		width: auto;
		height: 50px;
	}
	
	.header__navbar .nav-item {
		margin-left: 50px;
	}
	
	.header__navbar .nav-link {
		font-size: 17px;
	}
}


@media(min-width: 992px) and (max-width: 1200px) {
	.header__navbar .navbar-nav .nav-item:first-child {
		margin-left: 36px;
	}
	
	.header__navbar .nav-item {
		margin-left: 24px;
	}
}


@media(max-width: 576px) {
	.slider {
		height: 300px;
		overflow-x: hidden;
	}
	
	.slick-list, .slick-track, .slider__item {
		height: 300px;
	}
	
	.slider__image {
		height: 100% !important;
		width: auto !important;
	}
}

@media(max-width: 992px) {
	.slider {
		text-align: center;
	}
	
	.slider__text {
		font-size: 42px;
	}
	
	.slider__arrows {
		width: 25px;
		height: 50px;
	}
	
	.slider__arrows_next {
		right: 25px;
	}

	.slider__arrows_prev {
		left: 25px;
	}
}

@media(max-width: 1020px) {
	.navbar-collapse .button {
		padding: 0 20px !important;
	}
}

@media(max-width: 768px) {
	.slider__wrap {
		top: 50px;
	}
	
	.slider__text {
		font-size: 28px;
	}
}

@media(max-width: 576px) {
	.astana-city-container {
		overflow-x: hidden;
		width: calc(100% - 15px);
	}
}


.product-cat__image img {
	max-height: 200px;
}

.product-cat__title {
	padding-left: 10px;
	padding-right: 10px;
}

.product-cat__title span {
	display: inline-block;
}

@media(min-width: 1200px) {
	.col-xl-2.col-lg-3 .product-cat__image img {
		max-height: 130px !important;
	}
	
	.col-xl-2.col-lg-3 .product-cat__image {
		top: 0%;
	}
	
	.col-xl-2.col-lg-3 .product-cat__title {
		bottom: 25px;
	}
	
	.col-xl-2.col-lg-3 .product-cat__title span {
		line-height: 1.2;
		font-size: 14px;
	}
}

@media(min-width: 991px) {
	.col-lg-3 .product-cat__image img {
		max-height: 130px !important;
	}
	
	.col-lg-3 .product-cat__image {
		top: 15%;
	}
	
	.col-lg-3 .product-cat__title {
		bottom: 15px;
	}
	
	.col-lg-3 .product-cat__title span {
		line-height: 1.2;
		font-size: 14px;
	}
}

.footer {
	padding: 20px 0;
}

.footer__text {
	line-height: normal;
}

.footer__phone {
	margin-bottom: 10px;
	color: #fafafa;
}

@media (max-width: 768px) {
	.footer__phone {
		text-align: center;
	}
}


.product-cat {
	background-color: #fff;
	outline: 1px solid #f5f5f5;
}