.slider-header{
	width: 100%;
	
	margin-top: 82px;
}
.slider-header__slide{
	width: 100%;
	height: auto;
}
.slider-header .slick-prev:before, .slider-header .slick-next:before{
	font-size: 	40px;
	font-family: monospace;

}
.slider-header .slick-prev{
	 left: 17px;
    z-index: 20;
}
.srav_logo{
	display: block;
	width: 55px;
	height: 55px;
	background-image: url("/bitrix/templates/barkraft/images/new_design/bi_bar-chart.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	cursor: pointer;
}
.sr_count{
	font-size: 14px;
	display: none;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #FFB000;

	justify-content: center;
	align-items: center;
}
.custom-prev{
	background-image: url('/bitrix/templates/barkraft/images/arr-left.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  	width: 28px;
	height: 52px;
    position: absolute;
    left: 29px;
    top: 50%;
    z-index: 10000;
    transform: translate(50%, -50%);

}
.custom-next{
	background-image: url('/bitrix/templates/barkraft/images/arr-right.png');
    width: 28px;
	height: 52px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    position: absolute;
    right: 66px;
    bottom: 50%;
    z-index: 10000;
    transform: translate(50%, 50%);

}
.slider-header .slick-next{
	right: 30px;
}
.btn-yellow{
	border: 3px solid #FECC00;
	color: #FECC00;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 300;
	padding: 10px 50px;
	transition: 0.3s;
}
.btn-yellow:hover{
	cursor: pointer;
	background: #FECC00;
	color: #000;
}
.slider-header__main{
	max-width: 1300px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.slider-header__name{
	padding: 0
}
.products{
	margin: 80px auto 68px auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	border-bottom: 0!important;
}
.block-title{
	color: #000;
    font-size: 1.87em;
    line-height: 1.2em;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 55px;
}
.block-title span{
	display: block;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 1.33em;
    line-height: 1em;
    padding-bottom: 13px;
}
.products-main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.products-panel{
	width: 19%;
	height: 202px;
	margin-bottom: 12px;
	transition: 0.3s;
	position: relative;
}
.products-panel:last-child{
	width: 100%
}
.products-panel__up{
	width: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	height: 100%;
	transition: 0.3s;
	box-sizing: border-box;
}
.products-panel:nth-child(2n-1) .products-panel__up{
	background: rgb(255, 204, 0);
	border: 1px solid rgb(255, 204, 0);
}
.products-panel:nth-child(2n) .products-panel__up{
	background: #FFF;
	border: 1px solid #DADADA;
}
.products-panel__up svg{
	position: absolute;
	bottom: 50%;
}
.products-panel__text{
	font-size: 1.56em;
	line-height: 1em;
	color: #000;
	padding: 10px 20px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.products-panel__text span{
	color: #757575;
	font-size: 15px;
	line-height: 16px;
	padding: 0 10px;
	margin-top: 5px;
}
.products .products-panel__down{
	width: 100%!important;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100%;
	transition: 0.7s;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate(-50%,-50%);
	background: #000!important;
	padding: 0;
	opacity: 0;
	text-transform: unset;
	font-family: 'Museo Sans Cyrl';
}
.products .products-panel__down span{
	display: block;
	font-size: 1.56em;
	line-height: 1.2em;
	color: #fff;
	padding-top: 20px;
	font-weight: 400;
}
.products-panel-otstup{
	margin-right: 12px;
}
.products-panel:hover{
	cursor: pointer;
}
.products .products-panel:hover .products-panel__down{
	opacity: 1
}
.news-fon{
	width: 100%;
	background: rgba(229, 229, 229, 0.52);
}
.news{
	margin: 0 auto 0 auto;
	padding: 70px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
}
.news__title{
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
}
.news__main{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 60px;
}
.news-panel{
	width: 49%;
	display: flex;
	flex-direction: column;
	margin-bottom: 11px;
	background: #FEFEFE;
	padding: 20px;
	box-sizing: border-box;
}
.news-panel__top{
	width: 100%;
	display: flex;
}
.news-panel__img{
	min-width: 252px;
	height: 193px;
}
.news-panel__info{
	padding-left: 20px;
	display: flex;
	justify-content: space-between;
	height: 100%;
	flex-direction: column;
}
.news-panel-date{
	color: #757575;
	font-size: 15px;
	line-height: 18px;
}
.news-panel-name{
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 600
}
.news-panel__info a{
	color: #FFB400;
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 500;
	text-decoration: none;
	transition: 0.1s;
}
.news-panel__info a svg{
	transition: 0.1s;
}
.news-panel__info a:hover{
	color: #000
}
.news-panel__info a:hover svg{
	stroke: #000
}
.news-panel__preview{
	position: relative;
	margin: 20px 0 0 0;
}
.news-panel__preview p{
	margin: 0
}
.news-panel__preview::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent 0%,rgba(255,255,255,1) 100%);
}
.info-fon{
	width: 100%;
	display: flex;
	justify-content: center;
	background: rgba(229, 229, 229, 0.52);
}
.info{
	padding: 70px 0 70px 0;
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.info-title{
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
}
.info-block{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	flex-wrap: wrap;
}
.info-panel{
	text-decoration: none;
	width: 31%;
	box-sizing: border-box;
	transition: 0.5s;
	padding-top: 30px;
	cursor: pointer;
}
.info-panel-main{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px 45px;
	background: #FEFEFE;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	height: 100%
}
.info-panel-main span{
	display: flex;
	padding: 35px 0;
	font-size: 1.19em;
	line-height: 1.21em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	transition: 0.5s;
}
.info-panel-main a{
	color: #2B2A29;
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 900;
	text-decoration: underline;
	transition: 0.5s;
}
.info-panel-main__link{
	color: #2B2A29;
	font-size: 1.25em;
	line-height: 1.2em;
	font-weight: 900;
	text-decoration: underline;
	transition: 0.5s;
}
.info-panel:hover{
	cursor: pointer;
	padding-top: 0;
	padding-bottom: 30px;
}
.info-panel:hover .info-panel-main{
	background: #000;
}
.info-panel-main:hover #info-icon-3{
	stroke: #FEFEFE;
	fill: #2B2A29;
}
.info-panel-main:hover span{
	color: #FEFEFE;
}
.info-panel-main:hover a{
	color: #FFCF5B;
}

.info-panel-main__link{
	text-transform: uppercase
}

.info-panel-main:hover .info-panel-main__link{
	color: #FFCF5B;
}
.info-panel-main svg{
	fill: #FEFEFE;
	stroke: #373435;
}
.info-panel:hover svg{
	fill: #000;
	stroke: #FEFEFE;
}
.info-panel-main-5 svg{
	fill: #373435;
	stroke: #373435;
}
.info-panel:hover .info-panel-main-5 svg{
	fill: #FEFEFE;
	stroke: #FEFEFE;
}
.gallery{
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 70px auto 105px auto;
}
.gallery-title{
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
}
.gallery-block{
	margin-top: 60px;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery-img{
	margin-bottom: 10px;
	position: relative;
	display: block;
	height: 274px;
}
.gallery-img__hover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.49);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 15px;
	color: #FEFEFE;
	font-size: 15px;
	line-height: 18px;
	box-sizing: border-box;
	font-weight: 500;
	opacity: 0;
	transition: 0.7s;
}
.gallery-img__hover svg{
	margin-bottom: 23px;
}
.gallery-img img{
	width: 100%;
	height: 100%;
}
.gallery-img:hover .gallery-img__hover{
	opacity: 1;
}
.gallery-btn{
	font-size: 1.25em;
	line-height: 1.2em;
	color: #000;
	text-decoration: none;
	border: 3px solid #FFB400;
	padding: 11px 16px;
	transition: 0.3s;
}
.gallery-btn:hover{
	cursor: pointer;
	background: #FFB400;
	color: #fff
}
.sertificat{
	margin: 70px auto;
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sertificat-title{
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
}
.sertificat-slider{
	width: 100%;
	margin-top: 60px;
	max-width: 1030px;
}
.sertificat-slider__panel{
	background: #FEFEFE;
	border: 1px solid #DADADA;
	padding: 25px;
	box-sizing: border-box;
	margin: 0 6px;
	height: 445px;
}
.sertificat-slider__slide{
	position: relative;
	display: block;
}
.sertificat-slider__hover{
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.49);
	transition: 0.7s;
}
.sertificat-slider__slide img{
	margin: 0 auto
}
.sertificat-slider__name{
	padding: 15px 0 10px 0;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	text-align: center;
}
.sertificat-slider__panel:hover .sertificat-slider__hover{
	opacity: 1
}
.sertificat-slider__panel:hover{
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.09)
}
.sertificat-slider__preview{
	color: #000;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
}
.sertifikat-prev{
	position: absolute;
    z-index: 5;
    width: 62px;
    height: 62px;
    background: #ECECEC;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    left: -76px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.sertifikat-next{
	position: absolute;
    z-index: 5;
    width: 62px;
    height: 62px;
    background: #ECECEC;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 34%;
    right: -76px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.sertifikat-prev:hover, .sertifikat-next:hover{
	cursor: pointer;
	background: #FFCF5B
}
.slick-dots li button:before{
	font-size: 18px!important;
	opacity: 1!important;
	color: #fff!important;
	border: 1px solid #C4C4C4!important;
	border-radius: 50%!important;
	transition: 0.3s;
}
.slick-dots li.slick-active button{
	background: #FFB400;
	border-radius: 50%!important; 
}
.slick-dots li.slick-active button:before{
	opacity: 1!important;
	color: #FFB400!important;
	border: 1px solid #FFB400!important;
	border-radius: 50%!important;
	background: #FFB400;
	transition: 0.3s;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before{
	opacity: 1!important;
	color: #FFB400!important;
	border: 1px solid #FFB400!important;
	border-radius: 50%!important;
	background: #FFB400;
}
.partner{
	margin: 70px auto 70px auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1200px;
	margin-bottom: 0;
}
.fos-info a{
 text-decoration: underline;
}
.partner__title{
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
	text-align: center;
}
.partner__main{
	padding: 50px 0 70px 0;
	display: flex;
	width: 100%;
	justify-content: space-evenly;
	align-items: center;
}
.my-panel-main svg{
	margin-top: 30px;
	fill: #373435;
}
.my-panel-3 svg{
	stroke: #373435;
	fill: #fff;
}
.my-panel-main span{
	font-size: 1.2em;
	line-height: 1.2em;
	color: #373435;
	font-weight: 600;
	padding-top: 30px;
}
.info-panel:hover .my-panel-main{

}
.info-panel:hover .my-panel-main span{
	color: #FEFEFE;
}
.info-panel:hover .my-panel-main svg{
	fill: #E0B650;
}
.info-panel:hover .my-panel-3 svg{
	fill: #000;
	stroke: #E0B650;
}
.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000000;
	margin-top: 55px
}

.video__link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: none;
	padding: 0;
	width: 68px;
	height: 48px;
	border: none;
	background-color: transparent;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.video__button-shape {
	fill: #212121;
	fill-opacity: 0.8;
}

.video__button-icon {
	fill: #ffffff;
}

.video__button:focus {
	outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
	fill: #ff0000;
	fill-opacity: 1;
}

/* Enabled */

.video--enabled {
	cursor: pointer;
}

.video--enabled .video__button {
	display: block;
}
.video-com{
	width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px auto 105px auto;
}
.video-com__title{
	font-size: 2.5em;
    line-height: 1.2em;
    font-weight: 700;
}
.products-block{
	background-color: rgba(229,229,229,0.52);
	padding: 70px 0;
	justify-content: center;
	flex-direction: row;
}
.products-block-new{
	margin: 0;
	max-width: initial;
	width: 1200px;
	background: none!important
}
.searchForm{
	width: 520px;
	position: relative;
	height: 40px;
}
.searchForm form{
	display: none;
}
.searchInp{
	width: 42px;
	height: 40px;
	padding: 0;
	padding-left: 20px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
	border-radius: 40px;
	position: absolute;
	right: 0;
	transition: .5s;
}
.showsf{
	width: 100%;
}
.showsf_m{
	width: 100%;
	position: unset;
}
.fix_search{
	position: absolute;
	top: 115%;
	right: 1%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mobile_search_form{
	width: 100%;
	display: none;
	height: 40px;
	position: relative;
	margin-bottom: 28px;
}
.sipm{

}
.searchInp:focus-visible{
	appearance: none;
	outline: 1px solid #FFB400;

}
.searchInp:focus-visible + .searchBtn{
	background-image: url("/bitrix/templates/barkraft/images/sbtn_mobile.svg");
}
.searchBtn{
	position: absolute;
	right: 1px;
	top: 1px;
	background: #FFFFFF;
	border: none;
	box-sizing: border-box;
	border-radius: 40px;
	font-size: 0px;
	width: 39px;
	height: 38px;
	background-image: url("/bitrix/templates/barkraft/images/sbtn.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.fix_search{
		top: 80px;
		right: 30px;
	}
}
@media (max-width: 1000px) {
	.fix_search{
		display: none;
	}
}
@media(max-width: 800px){
	.custom-prev, .custom-next{
		width: 40px;
		height: 58px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

@media(max-width:600px) {
	
}

@media(max-width: 500px){
	.slider-header.slick-dotted.slick-slider{
		    margin-bottom: 0px;
	}
	.custom-prev, .custom-next{
		display: none!important;
	}
	.slider-header .slick-dots{
		bottom:9px; 
	}
	.slider-header .slick-dots li{
		width: 12px;
   		height: 12px;
	}
	.slider-header .slick-dots li button{
		width: 12px;
    	height: 12px;
	}
	.slider-header .slick-dots li button:before{
		content:'';
		width: 12px;
    	height: 12px;
	}
	.srav_logo{
		margin-right: 50px;
		width: 38px;
	}

	.sertificat-slider__panel {
		border: none;
	}

	.slick-dots li button {
		width: 10px !important;
		height: 10px !important;
	}

	.slick-dots li {
		width: 10px !important;
		height: 10px !important;
	}

	.slick-dots li button:before {
		line-height: 10px !important;
		width: 10px !important;
		height: 10px !important;
		background: #fff;
	}
}
.back_to_top{position:fixed;bottom:30px;right:30px;z-index:9999;width:76px;height:76px;color:#444;cursor:pointer;display:none;}

.back_to_top svg *{
-webkit-transition: .3s ease; /* Safari and Chrome */
-moz-transition: .3s ease; /* Firefox 4 */
-o-transition: .3s ease;
}
.back_to_top svg{width:76px}


.back_to_top:hover svg circle:first-child
{
	fill-opacity: 0;
	
}
.back_to_top-show{display:block}