@font-face { font-family: museo; src: url("museo_cyrl_500.woff2") format("woff2"), url("museo_cyrl_500.woff") format("woff"); font-weight: 500; font-style: normal; }
@font-face { font-family: museo; src: url("museo_cyrl_700.woff2") format("woff2"), url("museo_cyrl_700.woff") format("woff"); font-weight: 700; font-style: normal; }
/*Body*/
* {
  margin: 0;
  padding: 0;
}
html {
  position: relative;
  height: 100%;
}
body {    
    background-color: #fff;
    font-family: 'Open Sans', Arial, sans-serif !important;   
	font-size: 14px;	
	height: 100%;
}
nav {
    display: block;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {display: block;}
img {border: 0;}
a, .a {color: inherit;}
a {outline: none !important;}
a:hover, .a:hover, a:focus, .a:focus, a:active, .a:active {
    text-decoration: none;
    color: inherit;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "museo",sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
nav {
	margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
button, input {margin: 0; padding: 0; border: 0;}
button, button:active, button:focus {outline: none;}
ol, ul {list-style: none; margin-bottom: 0px;}
h2 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: bold;
    letter-spacing: -0.4px;
    margin-bottom: 22px;
    margin-top: 22px;
}
/**/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*Message*/
.msg {
	
}
/*MAIN*/
.wrapper {
	min-height: 100vh;
}
.top-wrap {
	position: relative;
    flex: 0 1 auto;
	width: 100%;
	
	padding: 0;
    position: relative;
    height: 122px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    border-bottom: 1px solid var(--header-line-color);
    z-index: 16;
}
.content-wrap {
	flex: 1 0 auto;    
}
.footer-wrap {
	position: relative;
	flex: 0 0 auto;	
} 
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    color: #000;
}
/*ARTICLE SLIDER*/
.slider_cont {
    width: 880px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.slider_wrap {
    max-width: 100%;
    border-radius: 8px;
    background-color: #f2f2f2;
    padding: 10px 10px 16px;
}
.slider .item {
    background-size: cover;
    width: 880px;
    height: 450px;
    position: relative;
    background-position: center;
}
.slider .itemintro {
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 3;
    color: white;
    padding: 0 20px;
}
.slick-arrow {
    height: 140px;
    width: 28px;
    position: absolute;
    background: 0 0;
    top: calc((450px - 140px/2)/2);
}
.slick-prev:after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    left: -5px;
    top: 12px;
    border: 10px solid transparent; /* Прозрачные границы */
    border-right: 10px solid gray; /* Добавляем треугольник */
}
.slick-next:after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
    right: -5px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-left: 10px solid gray; /* Добавляем треугольник */
    top: 12px;
}
.slick-prev {
    left: 0;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    color: #fff;
}
.slick-next {
    right: 0;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f2f2f2;
    text-indent: -9999px;
}
.article_item_cont .slider_cont {width: 680px;}