@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../fonts/Ubuntu-Regular.eot');
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
        url('../fonts/Ubuntu-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Regular.woff') format('woff'),
        url('../fonts/Ubuntu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ubuntu-Light';
    src: url('../fonts/Ubuntu-Light.eot');
    src: local('Ubuntu Light'), local('Ubuntu-Light'),
        url('../fonts/Ubuntu-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Light.woff') format('woff'),
        url('../fonts/Ubuntu-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-LightItalic';
    src: url('../fonts/Ubuntu-LightItalic.eot');
    src: local('Ubuntu Light Italic'), local('Ubuntu-LightItalic'),
        url('../fonts/Ubuntu-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-LightItalic.woff') format('woff'),
        url('../fonts/Ubuntu-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-Medium';
    src: url('../fonts/Ubuntu-Medium.eot');
    src: local('Ubuntu Medium'), local('Ubuntu-Medium'),
        url('../fonts/Ubuntu-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Medium.woff') format('woff'),
        url('../fonts/Ubuntu-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-Italic';
    src: url('../fonts/Ubuntu-Italic.eot');
    src: local('Ubuntu Italic'), local('Ubuntu-Italic'),
        url('../fonts/Ubuntu-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Italic.woff') format('woff'),
        url('../fonts/Ubuntu-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-Bold';
    src: url('../fonts/Ubuntu-Bold.eot');
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'),
        url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-Bold.woff') format('woff'),
        url('../fonts/Ubuntu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu-BoldItalic';
    src: url('../fonts/Ubuntu-BoldItalic.eot');
    src: local('Ubuntu Bold Italic'), local('Ubuntu-BoldItalic'),
        url('../fonts/Ubuntu-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-BoldItalic.woff') format('woff'),
        url('../fonts/Ubuntu-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu-MediumItalic';
    src: url('../fonts/Ubuntu-MediumItalic.eot');
    src: local('Ubuntu Medium Italic'), local('Ubuntu-MediumItalic'),
        url('../fonts/Ubuntu-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ubuntu-MediumItalic.woff') format('woff'),
        url('../fonts/Ubuntu-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
html {
	margin:0;
	padding:0;
	height:100%;
}
body {
    line-height: 1.7;
	margin:0;
	padding:0;
	font-family: 'Ubuntu-Regular';
	height:100%;
}
ol, ul {
    list-style: inside none disc;
}

a {
    color: inherit;
    text-decoration: none;
}
img{
	border:0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {}
h1{font-size: 35px;font-family: 'Ubuntu-Bold';padding:20px 0;line-height: 1.2;}
h2{}
h3{}
h4{}
h5{}
h6{}
p {
    line-height: 1.5;
}
.wraper{
	width:1170px;
	min-width:1170px;
	margin:0 auto;
	padding:0 15px;
	height: auto !important;
    overflow: hidden;
}
#header{
	display: flex;
	float: left;
    width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}
.logo{
	float:left;
	width:190px;
	display: flex;
	align-items: center;
	height: 50px;
}
.logo a{}
.logo a img{}
.logs{
	width:170px;
}
.top_menu{}
.menus{
	width: calc(100% - 190px);
	display: flex;
	align-items: center;
	height: 50px;
}
.moduletable_menus{}
.menus ul{
	margin:0;
}
.menus ul li{
	float:left;
	list-style:none;
}
.menus ul li a{
	font-size:16px;
	padding:0 10px;
	color:#000;
	text-decoration:none;
}
.menus ul li a:hover, .menus ul li.current.active a{
	text-decoration:underline;
	color:#42aaff;
}

#menu__toggle {
  display:none;
}
@media (min-width:0px) and (max-width:767px){
	#menu__toggle {
	  opacity: 0;
	}

	#menu__toggle:checked ~ .menu__btn > span {
	  transform: rotate(45deg);
	}
	#menu__toggle:checked ~ .menu__btn > span::before {
	  top: 0;
	  transform: rotate(0);
	}
	#menu__toggle:checked ~ .menu__btn > span::after {
	  top: 0;
	  transform: rotate(90deg);
	}
	#menu__toggle:checked ~ .menu__box {
	  visibility: visible;
	  left: 0;
	}

	.menu__btn {
	  display: absolute;
	  align-items: center;
	  position: fixed;
	  top: 20px;
	  width: 30px;
	  height: 26px;
	  cursor: pointer;
	  z-index: 1;
	}

	.menu__btn > span,
	.menu__btn > span::before,
	.menu__btn > span::after {
	  display: block;
	  position: absolute;
	  width: 100%;
	  height: 2px;
	  background-color: #616161;
	  transition-duration: .25s;
	}
	.menu__btn > span::before {
	  content: '';
	  top: -8px;
	}
	.menu__btn > span::after {
	  content: '';
	  top: 8px;
	}

	.menu__box {
	  display: block;
	  position: fixed;
	  visibility: hidden;
	  top: 0;
	  left: -100%;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 80px 0;
	  list-style: none;
	  background-color: #ECEFF1;
	  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
	  transition-duration: .25s;
	}
	.menu__ritem {
		float: left;
		width: 100%;
		text-align: center;
	}
	.menu ul li.menu__ritem a {
	  display: block;
	  padding: 12px 24px;
	  color: #333;
	  font-size: 18px;
	  font-weight: 600;
	  text-decoration: none;
	  transition-duration: .25s;
	}
	.menu ul li.menu__ritem a:hover {
	  background-color: #CFD8DC;
	}
}
#td_s{
	float:left;
	width:100%;
}
#content{
	float: left;
    width: 100%;
	padding:25px 0 80px;
	background:url("../img/foot_fon.png")repeat-x bottom center;
	min-height:800px;
}
.moduletable_vnimanie{
	border-bottom:10px solid #42aaff;
	border-left:10px solid #42aaff;
	border-right:10px solid #42aaff;
	margin: 35px 6%;
}
.moduletable_vnimanie div.zag{
	text-align:center;
	color:#fff;
	font-family: 'Ubuntu-Bold';
	font-size:23px;
	text-transform:uppercase;
	background:#42aaff;
	padding:10px 0;
}
.custom_vnimanie{
	padding:15px;
}
.custom_slider {
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.custom_preim {
    background: #faf9f9;
	box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.15);
}
.custom_preim ul{
	float: left;
    width: 100%;
    padding: 15px 0;
}
.custom_preim ul li {
    float: left;
    width: 33%;
    text-align: center;
    list-style: none;
	font-family: 'Ubuntu-Light';
	font-size:20px;
}
.custom_preim ul li span{
	color:#42aaff;
	font-size:50px;
	font-family: 'Ubuntu-Bold';
	display: block;
}
.img_lf {
    margin: 0 15px 15px 0;
}
#content p {
    font-size: 16px;
    padding-bottom: 10px;
}
#content .item-page p {
    font-size: 16px;
    padding-bottom: 10px;
    text-indent: 20px;
    text-align: justify;
}
.img_lf {
		float:left;
	}
.contaktss{
	float: left;
    width: 100%;
}
.moduletablelf{
	float:left;	
	margin:60px 0 0;
}
.moduletablelf:nth-child(1){width:30%;}
.moduletablelf:nth-child(2){width:42%;}
.moduletablelf:nth-child(3){width:28%;}
.zags{
	font-size:20px;
	text-decoration: underline #42aaff;
	padding-bottom:15px;
}
.coktss_lf{}
.coktss_lf p{
	font-size:16px;
}
.coktss_lf p span{
	font-size:14px;
}
.phon{
	font-size:20px;
	font-family: 'Ubuntu-Bold';
}
a:hover.phon{
	color:#42aaff;
}
.subheading-category {
    text-align: center;
    color: #42aaff;
	font-size:25px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.page-header h1 {
    text-align: center;
	color: #42aaff;
	font-size: 25px;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.page-header h2 {
     text-align: center;
    color: #42aaff;
	font-size:20px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    *text-transform: uppercase;
}
.blog .page-header h2 {
    text-align: left;
    color: #000;
    font-size: 18px;
	margin-bottom: 10px;
}
.blog .page-header h2 a:hover{
	color:#42aaff;
}
.readmore {
    float: left;
    width: 100%;
	margin-bottom: 25px;
	border-bottom: 1px dashed #42aaff;
}
.readmore a {
    text-decoration:underline;
	color:#42aaff;
	font-size:14px;
}
.readmore a:hover{
	text-decoration:none;
}
.pagination {
	float:left;
	width:100%;
	display: flex;
	justify-content: center;
}
.pagination ul{}
.pagination ul li{
	float:left;
	list-style:none;
	padding: 10px;
}
.pagination ul li:hover{
	color: #42aaff;
}
.pagination ul li span.pagenav{
	background: #42aaff;
	color: #fff;
	padding: 10px;
}
.counter.pull-right {
    display: none;
}
.pagination-start, .pagination-prev, .pagination-next, .pagination-end {
    display: none;
}
#foter_menu{
	float: left;
    width: 100%;
}
.foot_logo{}
.foot_logo a{}
.foot_logo a img{}
.foot_menu{}
#footer{
	float: left;
	width: 100%;
	background: #2f2f2f;
	color: #9c9b9b;
	padding: 15px 0;
	font-size: 12px;
	text-align:center;
}
.moduletable_footer{}
.custom_footer{}
.custom_footer p{}
.custom_footer p span{
	color:#fff;
	font-size:16px;
	padding-bottom:10px;
	display: block;
}




@media (min-width:992px) and (max-width:1199px){
	body {
		min-width: auto;
	}
	.wraper{
		width:962px;
		min-width:962px;
	}
	.logs {
		width: 140px;
	}
	.logo {
    width: 150px;
	}
	.menus {
		width: calc(100% - 150px);
	}
	.menus ul li a {
		font-size: 14px;
		padding: 0 6px;
	}
	.phon {
		font-size: 18px;
	}
	#content p {
		font-size: 12px;
	}
	.custom_footer p span {
		font-size: 14px;
	}
}
@media (min-width:768px) and (max-width:991px){
	body {
		min-width: auto;
	}
	.wraper{
		width:748px;
		min-width:748px;
		padding:0 10px;
	}
	.custom_preim ul li {
		font-size: 15px;
	}
	.moduletablelf:nth-child(1) {
		width: 48%;
	}
	.moduletablelf:nth-child(2) {
		width: 48%;
	}
	.moduletablelf:nth-child(3) {
		width: 100%;
		margin:1% 0;
	}

}
@media (min-width:481px) and (max-width:699px){
	body {
		min-width: auto;
		float: left;
	}
	.wraper{
		width:100%;
		min-width:461px; 
		padding:0 10px; 
	}
	.menus {
		width: 50px;
		float:right;
	}
	.custom_slider p img {
		width: 80%;
	}
	.custom_preim ul li {
		font-size: 14px;
	}
	h1 {
		font-size: 25px;
	}
	.img_lf {
		margin: 0 auto;
		display: block;
		float:none;
	}
	.moduletablelf:nth-child(1){width:100%;text-align:center;margin:0;}
	.moduletablelf:nth-child(2){width:100%;text-align:center;margin:15px 0;}
	.moduletablelf:nth-child(3){width:100%;text-align:center;margin:0;}
	.foot_menu {
		display: none;
	}
	.custom_footer p span {
		font-size: 13px;
	}
	.blog .page-header h2 {
		font-size: 15px;
	}
}
@media (min-width:120px) and (max-width:480px){
	body {
		min-width: auto;
		float: left;
	}
	.wraper{
		width:100%;
		min-width:300px; 
		padding:0 10px; 
	}
	.menus {
		width: 50px;
		float:right;
	}
	.custom_slider p img {
		width: 80%;
	}
	.custom_preim ul li {
		font-size: 14px;
	}
	h1 {
		font-size: 25px;
	}
	.img_lf {
		margin: 0 auto;
		display: block;
		float:none;
	}
	.moduletablelf:nth-child(1){width:100%;text-align:center;margin:0;}
	.moduletablelf:nth-child(2){width:100%;text-align:center;margin:15px 0;}
	.moduletablelf:nth-child(3){width:100%;text-align:center;margin:0;}
	.foot_menu {
		display: none;
	}
	.custom_footer p span {
		font-size: 13px;
	}
	.blog .page-header h2 {
		font-size: 15px;
	}
}



#cookie_notification{
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	background:rgba(0, 0, 0, 0.75);
	z-index: 1000;
	color: white;
}
#cookie_notification p{
	margin: 0;
	font-size: 0.85rem;
	text-align: left;
	color: #fff;
}
#cookie_notification p a{
	text-decoration:underline;
	color: #fff;
}
.cookie_accept {
    padding: 5px 8px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}
@media (min-width: 576px){
	#cookie_notification.show{
		display: flex;
	}
}
@media (max-width: 575px){
	#cookie_notification.show{
		display: block;
		text-align: left;
	}
}