body {
	overflow-x: hidden;
}

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

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

.header-images {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1080px;
}

.header-images__mobile {
	display: none;
}

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

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

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

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






.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: 0 0 20px #fff;
	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: #666;
}

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

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

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

.first-desktop-slider::after {
	content: '';
	position: absolute;
	background-image: url(/static/f/product_brand_category/1/img/img-slider-1.png);
	background-repeat: no-repeat;
	left: 87.5%;
	top: 47%;
	transform: translateY(-50%);
	width: 251px;
	height: 272px;
	background-size: 100%;
}

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

.second-desktop-slider::after {
	content: '';
	position: absolute;
	background-image: url(/static/f/product_brand_category/1/img/img-slider-2.png);
	background-repeat: no-repeat;
	left: 89.5%;
	bottom: 0;
	width: 211px;
	height: 362px;
	background-size: 100%;
}

.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: 125px;
	width: 33%;
	height: 100%
}

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

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

.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: 255px;
}

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

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

.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: #fff;
	padding: 7px 19px 11px;
	background: #31a8db;
	box-shadow: 0 10px 20px rgba(49, 168, 219, .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;
	font-size: 0;
	cursor: pointer;
	z-index: 3;
}

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

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

.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(.7);
	-webkit-transform: scale(.7);
	transform: scale(.7);
	background: #26426f;
}

.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: 0;
	width: 80%;
}

.mobile-slider .slider-nav__wrapper .slick-list {
	padding: 0!important;
	overflow: visible;
	left: -11%;
}
.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: 125px;
	transition: all .5s;
}

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

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

.slider_wrap * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.slider-nav .slick-slide {
	margin: 0 10px;
}

.slider-nav .slider-item img {
	max-width: 100%;
}


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


@media screen and (max-width:1080px) {
	.page-content__preview {
		height: 337px;
	}
	.header-images {
		justify-content: center;
	}
	.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:940px) {
	.desktop-slider {
		display: none;
	}
	.mobile-slider {
		display: block;
		background-image: url(/static/f/product_brand_category/1/img/xbg-slider-mob.png.pagespeed.ic.vEDZUDxKBa.jpg);
	}
	.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 {
		position: relative;
	}
	.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 110%}
	.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 125%}
	.content-block__slider {
		position: relative;
		z-index: 2;
	}
}

@media screen and (max-width:820px) {
	.page-content__preview {
		height: 298px;
	}
	.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 {
		font-size: 14px;
		line-height: 20px;
	}
	.page-cover-brand .content-block__title-slider {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 21px;
	}
	.info-block__bibliography {
		font-size: 12px;
		line-height: 14px;
	}
	.mobile-slider .slider-nav__wrapper .slick-list {
		left: -12%;
	}
}

@media screen and (max-width:768px) {
	.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;
	}
}


@media screen and (max-width:680px) {
	.page-content__preview {
		height: 457px;
		background-image: url(/static/f/product_brand_category/1/img/bg-mob.png);
		background-position: 0% 100%;
	}
	.header-images__left-side.side-desktop, .header-images__right-side.side-desktop {
		display: none;
	}
	.header-images__mobile {
		display: block;
		text-align: center;
	}
	.header-images__mobile img {
		display: block;
		margin: 0 auto;
	}
	.header-images__mobile img:first-child {
		margin-bottom: 20px;
	}
	.header-images__mobile .header-btn {
		padding: 10px 38px;
		font-size: 14px;
		line-height: 16px;
	}
	.page-cover-brand .content-block__header {
		padding: 25px 0px 0px;
	}
	.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%;
	}
	.mobile-slider .slider-nav__wrapper {
		width: 100%;
	}
	.mobile-slider .slider-nav__wrapper .slick-list {
		left: auto;
	}
	.mobile-slider .slick-active.slick-center img {
		margin: 0 auto;
	}
}

@media screen and (max-width:620px) {
	.page-cover-brand .content-block__title-specification, .info-block__title {
		font-size: 22px;
		line-height: 25px;
	}
	.info-block {
		margin-top: 20px;
	}
}

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

@media screen and (max-width:420px) {
	.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::after {
		content: '';
		position: absolute;
		bottom: 0;
		background-image: url(/static/f/product_brand_category/1/img/bg-slider-mob-1.png);
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 bottom;
	}
	.second-mobile-slider::after {
		content: '';
		position: absolute;
		bottom: 0;
		background-image: url(/static/f/product_brand_category/1/img/xbg-slider-mob-2.png.pagespeed.ic.Mgb6uSe7z4.png);
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 0 bottom;
	}
	.content-block__slider {
		position: relative;
		z-index: 2;
	}
}