/* General style */

.page-content__preview {
	height: 450px;
	background-image: url('/static/f/product_brand_category/2/img/bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.page-content__image-back,
.page-content__brand,
.page-content__title {
	display: none;
}

.header-images {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}

.header-images__mobile {
	display: none;
}

.header-images__left-side img {
	max-width: 573px;
}

.header-images__right-side {
	text-align: center;
}

.header-images__mobile {
	display: none;
}

.header-btn {
	display: inline-block;
	margin-top: 17px;
	background: #31A8DB;
	box-shadow: 0px 10px 20px rgba(49, 168, 219, 0.5);
	border-radius: 30px;
	padding: 10px 57px;
	font-family: 'RotonBol';
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
}

.header-btn:hover {
	color: #fff;
	background: #096891;
	box-shadow: 0px 10px 20px rgb(18 111 150 / 50%);
}

/* Content */

.page-cover-brand .content-block__header {
	padding: 25px 50px 0;
}

.page-cover-brand .content-block__title-specification {
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: #31A8DB;
	text-align: center;
}

.page-cover-brand .content-block__text {
	margin-top: 23px;
	margin-bottom: 0;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #404040;
}

.page-cover-brand .content-block__text sup {
	font-size: 9px;
}

.page-cover-brand .content-block__slider + .content-block__slider {
	margin-top: 96px;
}

.page-cover-brand .content-block__title-slider {
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #E7440B;
	text-align: center;
}

.info-block {
	margin-top: 70px;
	padding: 50px;
	background: #fff;
	box-shadow: 0px 0px 20px #FFFFFF;
	border-radius: 15px;
}

.info-block__title {
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	color: #31A8DB;
}

.info-block__text {
	margin-top: 23px;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #404040;
}

.info-block__video {
	margin-top: 23px;
}

ul.info-block__bibliography {
	margin-top: 23px;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #666666;
}

ul.info-block__bibliography li + li {
	margin-top: 15px;
}

/* Slider Desktop */

.desktop-slider {
	padding: 31px 30px;
}

.first-desktop-slider {
	position: relative;
	margin-top: 60px;
	border-radius: 20px;
	background-image: url('/static/f/product_brand_category/2/img/bg-slider-1.png');
	background-repeat: no-repeat;
	background-size: cover;
}


.second-desktop-slider {
	position: relative;
	margin-top: 35px;
	border-radius: 20px;
	background-image: url('/static/f/product_brand_category/2/img/bg-slider-2.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.third-desktop-slider {
	position: relative;
	margin-top: 35px;
	border-radius: 20px;
	background-image: url('/static/f/product_brand_category/2/img/bg-slider-3.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.mobile-slider {
	display: none;
}

.slick-slider .slick-list {
	padding-bottom: 40px;
}

.slider-items {
	position: relative;
	margin-top: 34px;
	padding: 0 50px;
}

.slider-item__wrapper {
	display: flex;
	justify-content: flex-start;
}

.slider-nav__wrapper {
	position: absolute;
	top: -15px;
    right: 40px;
    width: 38%;
	height: 100%;
}

.slider-nav {
	top: 50%;
    transform: translateY(-50%);
}

.slider-nav .slick-track {
	left: -193px;
}

.slick-active .slider-item__img img {
	max-width: 250px;
}

.slider-item__spec {
	padding-top: 10px;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 240px;
}

.slick-active .slider-item__spec {
	opacity: 1;
}

.slider-item__title {
	font-family: 'Istokweb';
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	color: #0C3B9B;
}

.page-cover-brand .content-block__text-slider {
	padding: 20px 70px 0px;
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #404040;
}

.slider-item__text {
	margin-top: 5px;
	font-family: 'Istokweb';
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #404040;
}

.slider-item__link {
	margin-top: 23px;
}

.slider-item__btn {
	font-family: 'RotonBol';
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
	padding: 7px 19px 11px;
	background: #31A8DB;
	box-shadow: 0px 10px 20px rgba(49, 168, 219, 0.5);
	border-radius: 30px;
	cursor: pointer;
        transition: all .4s;
}

a.slider-item__btn:hover {
	color: #fff;
    background: #096891;
    box-shadow: 0px 10px 20px rgb(18 111 150 / 50%);

}

.content-block__sliders .slick-arrow {
	position: absolute;
    top: 38%;
    transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	border-radius: 50%;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 0;
}

.content-block__sliders .slick-arrow.slick-prev {
	background-image: url('/static/f/product_brand_category/2/img/btn-left.png');
	left: -50px;
}

.content-block__sliders .slick-arrow.slick-next {
	background-image: url('/static/f/product_brand_category/2/img/btn-right.png');
	right: -50px;
}

.content-block__sliders .slick-arrow::after {
	content: none;
}

.content-block__sliders .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-block__sliders .slick-dots li button {
	margin: 0 5px;
	width: 12px;
	height: 12px;
	background: #26426f;
	border-radius: 50%;
}

.content-block__sliders .slick-dots li.slick-active button {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}

/* Slider Mobile */

.mobile-slider .slider-items {
	margin-top: 10px;
}
.mobile-slider .slider-item__spec {
	text-align: center;
}

.mobile-slider .slider-nav .slick-track {
	left: 0;
}

.content-block.content-block__sliders.mobile-slider {
	margin-top: 35px;
    border-radius: 20px;
	padding: 35px 0 40px;
	overflow: hidden;
}

.mobile-slider.slider-nav .slick-track {
	left: 0;
}

.mobile-slider .slider-nav__wrapper {
	position: static;
	margin: 0 auto;
	margin-bottom: 0px;
	width: 68%;
	max-width: 520px;
	overflow: hidden;
}

.mobile-slider .slider-nav__wrapper .slick-list {
	padding: 0 !important;
	overflow: visible;
	left: 0%;
	left: 10px;
}

.mobile-slider .slider-nav {
	transform: none;
}

.mobile-slider .slider-item__wrapper {
	justify-content: center;
}

.mobile-slider .slick-arrow.slick-prev {
	left: 20%;
}
.mobile-slider .slick-arrow.slick-next {
	right: 20%;
}

.mobile-slider .slick-arrow {
	top: 15%;
}

.mobile-slider .slider-nav__wrapper .slick-track {
	min-height: 255px;
	display: flex;
	align-items: center;
}

.mobile-slider .slick-slide img {
	max-width: 160px;
	transition: all .5s;
}

.mobile-slider .slick-active.slick-center img {
	transform: scale(1.4);
}

.slider-item__img {
	margin: 0 2px;
}

.slider_wrap * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.slider-nav .slick-slide { margin: 0 5px;}
.slider-nav .slider-item img { max-width: 100%;}


.info-block__process {
	margin-top: 23px;
}

.info-block__process-box + .info-block__process-box {
	margin-top: 10px;
}

.info-block__process-box {
	display: flex;
	align-items: center;
}

.info-block__process-img {
	margin-right: 20px;
	width: 72px;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-block__process-text {
	font-family: 'Arial';
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #404040;
}



@media (max-width: 1199px) {
	.page-content__preview {
		height: 407px;
	}
}

@media (max-width: 1199px) {
	.first-desktop-slider::after,
	.second-desktop-slider::after {
		content: none;
	}
	.slick-arrow.slick-next {
		right: -50px;
	}
}

@media screen and (max-width: 1100px) {
	.header-images {
		padding-right: 25px;
	}

	.slider-nav__wrapper {
		right: 0px;
	}

	.slider-items {
		padding-left: 0;
		padding-right: 0;
	}

	.desktop-slider .slick-arrow{
		top: 99%;
		z-index: 100;
	}
	.desktop-slider .slick-arrow.slick-prev {
		left: 35%;
	}
	.desktop-slider .slick-arrow.slick-next {
		right: 35%;
	}
	.content-block__sliders .slick-dots {
		position: relative;
		top: 20px;
	}
}

@media screen and (max-width: 1080px) {
	.header-images__left-side img {
		max-width: 425px;
	}
	.header-images__right-side img {
		display: block;
		max-width: 370px;
	}


}


@media screen and (max-width: 1024px) {
	.desktop-slider .slider-items {
		padding-right: 0;
	}
	.desktop-slider .slider-nav__wrapper {
		right: 20px;
		width: 38%;
	}
	.desktop-slider .slick-arrow{
		top: 99%;
		z-index: 100;
	}
	.desktop-slider .slick-arrow.slick-prev {
		left: 35%;
	}
	.desktop-slider .slick-arrow.slick-next {
		right: 35%;
	}
}

@media screen and (max-width: 980px) {
	.page-content__preview {
		background-image: url('/static/f/product_brand_category/2/img/bg-980(2).png');
	}
}

@media screen and (max-width: 940px) {
	.content-block.content-block__sliders.mobile-slider {
		padding: 0;
	}
	.content-block__slider {
		padding: 35px 0 40px;
	}

	.page-cover-brand {
		background-size: inherit;
    		background-position: center bottom;
	}
	.desktop-slider {
		display: none;
	}
	.mobile-slider {
		display: block;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob.png');
	}

	.page-cover-brand .content-block__title-slider {
		margin-bottom: 15px;
	}


	.mobile-slider .slick-arrow.slick-prev {
		left: 18%;
	}
	.mobile-slider .slick-arrow.slick-next {
		right: 18%;
	}


	.first-mobile-slider,
	.second-mobile-slider,
	.third-mobile-slider {
		position: relative;
	}

	.first-mobile-slider::after {
		content: '';
		position: absolute;
		left: -33px;
		bottom: -116px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-bottom(1).png');
		width: 241px;
		height: 288px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
	}

	.first-mobile-slider::before {
		content: '';
		position: absolute;
		right: -109px;
		bottom: -122px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-bottom(2).png');
		width: 327px;
		height: 288px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
	}

	.second-mobile-slider::after {
		content: '';
		position: absolute;
		left: -91px;
		bottom: -105px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-bottom(1).png');
		width: 355px;
		height: 284px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
	}

	.second-mobile-slider::before {
		content: '';
		position: absolute;
		right: -39px;
		bottom: -107px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-bottom(2).png');
		width: 298px;
		height: 284px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
	}

	.third-mobile-slider::after {
		content: '';
		position: absolute;
		left: -48px;
		bottom: -90px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-bottom(1).png');
		width: 293px;
		height: 256px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
	}

	.third-mobile-slider::before {
		content: '';
		position: absolute;
		right: -78px;
		bottom: -73px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-bottom(2).png');
		width: 305px;
		height: 256px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 0 0;
	}

















	.first-mobile-slider .content-block__slider::before {
		content: '';
		position: absolute;
		top: -55px;
		left: -49px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-top(1).png');
		width: 174px;
		height: 202px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left 0%;
		pointer-events: none;
	}
	.first-mobile-slider .content-block__slider::after {
		content: '';
		position: absolute;
		top: -55px;
		right: -60px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-top(2).png');
		width: 191px;
		height: 202px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: right 0%;
		pointer-events: none;
	}




	.second-mobile-slider .content-block__slider::before {
		content: '';
		position: absolute;
		top: -63px;
		left: -73px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-top(1).png');
		width: 192px;
		height: 210px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left 0%;
		pointer-events: none;
	}
	.second-mobile-slider .content-block__slider::after {
		content: '';
		position: absolute;
		top: -78px;
		right: -88px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-top(2).png');
		width: 223px;
		height: 210px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: right 0%;
		pointer-events: none;
	}


	.third-mobile-slider .content-block__slider::before {
		content: '';
		position: absolute;
		top: -98px;
		left: -73px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-top(1).png');
		width: 214px;
		height: 272px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: left 0%;
		pointer-events: none;
	}
	.third-mobile-slider .content-block__slider::after {
		content: '';
		position: absolute;
		top: -120px;
		right: -95px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-top(2).png');
		width: 291px;
		height: 272px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: right 0%;
		pointer-events: none;
	}















	.content-block__slider {
		position: relative;
		z-index: 2;
	}
}

@media screen and (max-width: 880px) {
	.page-content__preview {
		height: 387px;
	}

	.header-images {
		padding-right: 60px;
	}

	.header-images__right-side img {
		max-width: 275px;
	}

	.header-btn {
		padding: 7px 40px;
	}
}

@media screen and (max-width: 820px) {
	.page-content__preview {
		height: 351px;
	}


	.header-images__left-side img {
		max-width: 350px;
	}
	.header-images__right-side img {
		max-width: 250px;
	}

	.info-block {
		margin-top: 20px;
	}

	.page-cover-brand .content-block__title-specification,
	.info-block__title {
		font-size: 30px;
		line-height: 36px;
	}

	.page-cover-brand .content-block__text,
	.info-block__text,
	.page-cover-brand .content-block__text-slider {
		font-size: 14px;
		line-height: 20px;
	}

	.page-cover-brand .content-block__title-slider {
		font-size: 18px;
		line-height: 21px;
		padding: 0 100px;
	}

	.info-block__bibliography {
		font-size: 12px;
		line-height: 14px;
	}

	.mobile-slider .slider-nav__wrapper .slick-list {
		/* left: -12%; */
	}
}

@media screen and (max-width: 768px) {
	.page-content__preview {
		height: 351px;
	}

	.header-images {
		padding-right: 25px;
	}


	.mobile-slider .slider-nav__wrapper {
		width: 60%;
		max-width: 400px;
		overflow: hidden;
	}

	.mobile-slider .slider-items {
		padding: 0;
	}
	.mobile-slider .slider-nav__wrapper .slick-track {
		min-height: 205px;
	}
	.mobile-slider .slick-slide img {
		max-width: 125px;
		transition: all .5s;
	}

	.mobile-slider .slick-active.slick-center img {
		transform: scale(1.3);
	}

	.mobile-slider .slider-nav__wrapper {
		margin-bottom: 10px;
	}

	.page-cover-brand .content-block__text {
		text-align: start;
	}

	/* .page-cover-brand .brands-block__main {
		background-image: url(/static/f/product_brand_category/2/img/bg-pl.jpg) !important;
	} */

	/* .header-images__right-side {
		display: none;
	}

	.header-images__mobile {
		display: block;
	}

	.header-images {
		justify-content: center;
		padding-right: 0;
	}

	.page-cover-brand .titles-brand {
		padding: 40px 0 30px;
	} */
}

@media screen and (max-width: 680px) {

	/* .header-images__left-side.side-desktop,
	.header-images__right-side.side-desktop {
		display: none;
	}

	.header-images__mobile {
		display: block;
	}

	.header-images__mobile img {
		display: block;
		margin: 0 auto;
	} */

	.header-images__mobile .header-btn {
		padding: 10px 38px;
		font-size: 14px;
		line-height: 16px;
	}

	.page-cover-brand .brands-block__main {
		background-position: 0% 100%;
	}

	.page-content__preview {
		height: 281px;
	}


	.page-cover-brand .titles_blue.titles_large {
		font-size: 24px !important;
		line-height: 28px;
	}
	.page-cover-brand .content-block__header {
		padding: 25px 0 0;
	}
	.page-cover-brand .content-block__title-specification {
		font-size: 30px;
		line-height: 35px;
	}
	.info-block {
		margin-top: 42px;
		padding: 20px;
	}
	.info-block__title {
		font-size: 24px;
		line-height: 28px;
	}
	.mobile-slider .slick-arrow {
		display: none !important;
	}
	.mobile-slider .slider-nav__wrapper .slick-list {
		left: -16%;
	}

	/* .first-mobile-slider::after {
		content: '';
		position: absolute;
		bottom: 0;
		background-image: url('/static/f/product_brand_category/1/img/bg-slider-mob-1-pl.png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 100%;
	}

	.second-mobile-slider::after {
		content: '';
		position: absolute;
		bottom: 0;
		background-image: url('/static/f/product_brand_category/1/img/bg-slider-mob-2-pl.png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 115%;
	} */




	/* .first-mobile-slider .content-block__slider::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -40px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-top(1).png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: left 32%;
		pointer-events: none;
	}
	.first-mobile-slider .content-block__slider::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -40px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-top(2).png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: right 32%;
		pointer-events: none;
	}




	.second-mobile-slider .content-block__slider::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -40px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-top(1).png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: left 40%;
		pointer-events: none;
	}
	.second-mobile-slider .content-block__slider::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -40px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-top(2).png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: right 40%;
		pointer-events: none;
	}


	.third-mobile-slider .content-block__slider::before {
		content: '';
		position: absolute;
		bottom: 0;
		left: -40px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-top(1).png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: left 32%;
		pointer-events: none;
	}
	.third-mobile-slider .content-block__slider::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: -40px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-top(2).png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: 25%;
		background-position: right 32%;
		pointer-events: none;
	} */



	.mobile-slider .slider-nav__wrapper {
		width: 100%;
	}

	.mobile-slider .slider-nav__wrapper .slick-list {
		left: 10px;
	}

	.mobile-slider .slick-active.slick-center img {
		margin: 0 auto;
	}

}

@media screen and (max-width: 660px) {
	.page-content__preview {
		height: 281px;
	}

	.header-images__right-side img {
		max-width: 200px;
	}

	.header-images {
		padding-right: 25px;
		padding-bottom: 33px;
	}

	.header-btn {
		padding: 7px 33px;
		font-size: 18px;
	}
}

@media screen and (max-width: 620px) {
	/* .first-mobile-slider::before {
		background-position: -29px 33%;
	}

	.second-mobile-slider::before {
		background-position: -25px 40%;
	}

	.third-mobile-slider::before {
		width: 100%;
		background-position: 4px 39%;
	} */

	.second-mobile-slider::after {
		bottom: -124px;
		background-size: 88%;
	}

	.second-mobile-slider::before {
		right: -101px;
		bottom: -131px;
		background-size: 88%;
	}

	.third-mobile-slider .content-block__slider::before {
		left: -70px;
		background-size: 94%;
	}

	.third-mobile-slider .content-block__slider::after {
		background-size: 94%;
	}



	.first-mobile-slider .content-block__slider::before {
		top: -86px;
		left: -49px;
	}
	.first-mobile-slider .content-block__slider::after {
		top: -86px;
		right: -60px;
	}

	.page-cover-brand .content-block__title-specification,
	.info-block__title {
		font-size: 22px;
		line-height: 25px;
	}

	.info-block {
		margin-top: 20px;
	}

	.page-cover-brand .content-block__text-slider {
		padding-left: 15px;
		padding-right: 15px;
	}

	.slider-item__spec {
		max-width: none;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width: 580px) {

	.page-content__preview {
		height: 351px;
		background-image: url(/static/f/product_brand_category/2/img/bg-mob550.png);
	}

}

@media screen and (max-width: 550px) {

	.page-content__preview {
		height: 392px;
		background-image: url(/static/f/product_brand_category/2/img/bg-mob520.png);
	}

	.header-images__left-side.side-desktop,
	.header-images__right-side.side-desktop,
	.header-images__right-side {
		display: none;
	}

	.header-images {
		justify-content: center;
		padding: 0;
	}

	.header-images__mobile {
		display: block;
		text-align: center;
	}

	.header-images__mobile img {
		display: block;
		margin: 0 auto;
		width: 85%;
	}
}

@media screen and (max-width: 480px) {
	.page-cover-brand .content-block__title-slider {
		padding: 0 77px;
	}
}

@media screen and (max-width: 420px) {

	.header-images__mobile img {
		width: 85%;
	}

	.page-cover-brand .content-block__title-slider {
		padding: 0 40px;
	}

	.mobile-slider .slider-nav__wrapper {
		width: 100%;
	}
	.mobile-slider .slider-nav__wrapper .slick-list {
		left: auto;
	}

	.first-mobile-slider,
	.second-mobile-slider {
		position: relative;
	}

	.first-mobile-slider .content-block__slider::after,
	.first-mobile-slider .content-block__slider::before,
	.second-mobile-slider .content-block__slider::after,
	.second-mobile-slider .content-block__slider::before,
	.third-mobile-slider .content-block__slider::after,
	.third-mobile-slider .content-block__slider::before {
		content: none;
	}


	.first-mobile-slider::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -17px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-bottom.png');
		width: 100%;
		height: 153px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0px 100%;
	}

	.first-mobile-slider::before {
		content: none;
		position: absolute;
		bottom: 0;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-1-top.png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 36%;
	}

	.second-mobile-slider::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -37px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-bottom.png');
		width: 100%;
		height: 125px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 100%;
	}

	.second-mobile-slider::before {
		content: none;
		position: absolute;
		bottom: 0;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-2-top.png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 42%;
	}

	.third-mobile-slider::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: -36px;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-bottom.png');
		width: 100%;
		height: 139px;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 100%;
	}

	.third-mobile-slider::before {
		content: none;
		position: absolute;
		bottom: 0;
		background-image: url('/static/f/product_brand_category/2/img/bg-slider-mob-3-top.png');
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 36%;
	}

	.content-block__slider {
		position: relative;
		z-index: 2;
	}

	.info-block__process-box {
		display: block;
	}

	.info-block__process-img {
		margin-right: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 380px) {
	.content-block__title-slider br {
		display: none;
	}
	.page-cover-brand .content-block__title-slider {
		padding: 0 28px;
	}
}