@font-face{font-family:'EuropeDemi';src:url('../fonts/EuropeDemi.ttf');font-display: swap;}
@font-face{font-family:'EuropeCond';src:url('../fonts/EuropeCond.otf');font-display: swap;}
@font-face{font-family:'Georgia-Italic';src:url('../fonts/Georgia-Italic.ttf');font-display: swap;}
* {margin: 0;padding: 0;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img{max-width:100%;color: transparent;vertical-align: bottom;}
button{border: 0; cursor: pointer;background: transparent;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: 'EuropeDemi', sans-serif;}
b, strong{font-weight:700;}
a{text-decoration: none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
*:focus{outline:0;}input::-webkit-input-placeholder {color: #000;}input::-moz-placeholder {color: #000;}input:-ms-input-placeholder {color: #000;}input:-moz-placeholder {color: #000;}textarea::-webkit-input-placeholder {color: #000;}textarea::-moz-placeholder {color: #000;}textarea:-ms-input-placeholder {color: #000;}textarea:-moz-placeholder {color: #000;}
body {
    margin: 0 auto;
	font-size: 16px;
	color: #000;
	font-family:'EuropeDemi';
	font-style: normal;
	font-weight: normal;
    background:#fff;
	min-width: 320px;
}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	min-width: 320px;
	padding-top: 125px;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
    padding: 0 10px;
}
@media screen and (max-width:1199px){
	.wrapper {
		padding-top: 127px;
	}
	.wrap{
		width: 960px;
	}
}
@media screen and (max-width:959px){
	.wrapper {
		padding-top: 130px;
	}
	.wrap{
		width: 768px;
	}
}
@media screen and (max-width:767px){
	.wrapper {
		padding: 89px 0 42px;
	}
	.wrap{
		width: 480px;
	}
}
@media screen and (max-width:479px){
	.wrapper {
		padding: 132px 0 42px;
	}
	.wrap{
		width: 320px;
	}
}

/* Header
-----------------------------------------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.head_wrap {
    padding-bottom: 10px;
}
.head_logo {
    float: left;
    padding-top: 22px;
}
.head_right {
    float: right;
    width: 144px;
    padding-top: 8px;
}
.head_butt {
    width: 100%;
    float: left;
}
.head_butt .webfactor_go {
    width: 100%;
    color: #fff;
    border: 1px solid #d31f28;
    background: #d31f28;
    line-height: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 8px;
    float: right;
    font-family: 'EuropeCond';
	cursor: pointer;
	text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.head_butt .webfactor_go:hover {
    color: #d31f28;
    background: #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(211, 31, 40, 0.25);
	-moz-box-shadow:    0px 0px 3px 0px rgba(211, 31, 40, 0.25);
	box-shadow:         0px 0px 3px 0px rgba(211, 31, 40, 0.25);
}
.head_search {
    width: 100%;
    float: left;
    padding-top: 6px;
}
.head_search input {
    width: 100%;
    height: 30px;
    border: 1px solid #d31f28;
    font-weight: 700;
	padding: 0 40px 0 10px;
    color: #d31f28;
    border-radius: 8px;
    letter-spacing: 1px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(211, 31, 40, 0.25);
	-moz-box-shadow:    0px 0px 3px 0px rgba(211, 31, 40, 0.25);
	box-shadow:         0px 0px 3px 0px rgba(211, 31, 40, 0.25);
}
.head_search input::-webkit-input-placeholder {color: #d31f28;}
.head_search input::-moz-placeholder {color: #d31f28;}
.head_search input:-ms-input-placeholder {color: #d31f28;}
.head_search input:-moz-placeholder {color: #d31f28;}
.head_search button{
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 20px;
    width: 40px;
    height: 28px;
    line-height: 31px;
    color: #d31f28;
    border-radius: 0 8px 8px 0;
    background: transparent;
}
.head_lang {
    position: absolute;
    bottom: -40px;
    right: 0;
}
.head_lang .mod-languages li {
    margin: 0;
}
.head_lang .mod-languages a {
    color: #333;
    font-weight: 700;
    padding: 10px;
}
.head_lang .mod-languages .lang-active a, .head_lang .mod-languages a:hover {
    color: #fff;
    background: #d31f28;
}
.head_tel {
    float: right;
    padding: 12px 0 0 0;
    width: 450px;
}
.head_tel:before {
    color: #d31f28;
	display: block;
    content: "\f879";
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    font-size: 25px;
    float: left;
    margin: 20px 10px 10px 0;
}
.head_tel a {
    color: #333;
	display: block;
	font-weight:normal;
    float: left;
  	font-family: 'EuropeCond';
}
.head_tel a:nth-child(2n) {
    float: right;
}
.head_tel a:hover {
    color: #d31f28;
}
.head_time, .head_add {
    float: right;
    padding-top: 22px;
    margin-right: 12px;
    color: #333;
    font-family: 'EuropeCond';
}
.head_add {
    min-width: 190px;
}
.head_time {
    min-width: 160px;
}
.head_time:before, .head_add:before {
    color: #d31f28;
	display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    font-size: 25px;
    float: left;
    margin: 11px 10px 0 0;
}
.head_add:before {
    content: "\f3c5";
}
.head_add a {
    color: #333;
}
.head_add a:hover {
    color: #d31f28;
}
.head_time:before {
    content: "\f017";
}
.head_bott {
    border-top: 1px solid #f8f3f3;
}
.head_menu ul{
	float: left;
}
.head_menu li {
    float: left;
	position: relative;
}
.head_menu li:before {
	content:'';
    float: left;
    border-left: 1px solid #ddd9d9;
    height: 16px;
    margin-top: 12px;
}
.head_menu li span, .head_menu li a {
    color: #d31f28;
    font-weight: 700;
    padding: 10px 34px;
    display: block;
    float: left;
}
.head_menu li.active a, .head_menu li a:hover{
    color: #fff;
    background: #d31f28;
}
.head_menu .head_catalog_open {
    border-right: 1px solid #ddd9d9;
    color: #333;
    padding: 10px 20px 10px 48px;
    cursor: pointer;
    float: left;
}
.head_menu .head_catalog_open:hover {
    color: #d31f28;
}
.head_menu .active.head_catalog_open:hover, .head_menu .active.head_catalog_open{
    color: #fff;
    background: #d31f28;
}
.head_catalog_open:before {
    content: "\f0c9";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: 7px;
}
.head_catalog {
	display: none;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 99;
}
.head_catalog ul {
    background: #fff;
	padding: 10px 15px;
    background-size: auto 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: table;
}
.head_catalog li a {
    display: block;
    padding: 5px 15px;
    color: #333;
    border-top: 1px solid #f1eeee;
}
.head_catalog li:first-child a {
    border-top: 0;
}
.head_catalog li a:hover {
    color: #d31f28;
	padding-left: 20px;
}
.head_menu .head_reklama_open {
    color: #333;
    padding: 10px 52px 10px 20px;
    cursor: pointer;
    float: left;
}
.head_menu .head_reklama_open:hover {
    color: #d31f28;
}
.head_menu .active.head_reklama_open:hover, .head_menu .active.head_reklama_open{
    color: #fff;
    background: #d31f28;
}
.head_reklama_open:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 9px;
}
.head_reklama_open.active:before {
    content: "\f077";
}
.head_reklama {
	display: none;
    position: absolute;
    top: 39px;
    left: 201.4px;
    right: 0;
    z-index: 99;
}
.head_reklama ul {
    background: #fff;
	padding: 10px 15px;
    background-size: auto 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: table;
}
.head_reklama li a {
    display: block;
    padding: 5px 15px;
    color: #333;
    border-top: 1px solid #f1eeee;
}
.head_reklama li:first-child a {
    border-top: 0;
}
.head_reklama li a:hover {
    color: #d31f28;
	padding-left: 20px;
}
.head_menu_open {
    display: none;
}
@media screen and (max-width:1199px){
	.head_wrap {
		padding-bottom: 5px;
	}
	.head_tel {
		padding: 5px 20px 0;
		width: 190px;
	}
	.head_tel:before {
		margin: 0;
		position: absolute;
		left: 0;
		top: 5px;
	}
	.head_tel a {
		float: right;
	}
	.head_time, .head_add {
		margin-right: 10px;
	}
	.head_menu li span, .head_menu li a {
		padding: 10px 16.8px;
	}
	.head_menu .head_reklama_open {
		padding: 10px 50px 10px 20px;
	}
}
@media screen and (max-width:959px){
	.head_right {
		padding-top: 11px;
	}
	.head_lang .mod-languages a {
		padding: 7px;
	}
	.head_tel {
		padding: 8px 10px 0;
		width: 178px;
	}
	.head_tel:before {
		top: 10px;
	}
	.head_time, .head_add {
		padding-top: 0;
		min-width: 190px;
	}
	.head_add {
		border-bottom: 1px solid #faf7f7;
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
	.head_menu li span, .head_menu li a {
		padding: 10px 8.3px;
		font-size: 14px;
	}
	.head_menu .head_catalog_open {
		padding: 10px 10px 10px 38px;
		font-size: 14px;
	}
	.head_menu .head_reklama_open {
		padding: 10px 38px 10px 10px;
		font-size: 14px;
	}
	.head_catalog_open:before {
		left: 10px;
	}
	.head_reklama_open:before {
		right: 10px;
		top: 7px;
	}
	.head_reklama, .head_catalog {
		top: 36px;
	}
	.head_reklama {
		left: 164.4px;
	}
}
@media screen and (max-width:767px){
	.head_logo {
		padding-top: 12px;
		width: 146px;
	}
	.head_right {
		padding-top: 11px;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9;
		background: #fff;
		width: 100%;
		padding: 5px 10px;
		-webkit-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.25);
		-moz-box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.25);
		box-shadow: 0px -1px 1px 0px rgba(50, 50, 50, 0.25);
	}
	.head_butt {
		width: calc(49% - 80px);
		float: right;
	}
	.head_search {
		width: calc(49% - 80px);
		padding-top: 0;
	}
	.head_lang {
		position: relative;
		bottom: initial;
		right: initial;
		float: right;
		padding: 5px 5px 0 10px;
	}
	.head_lang .mod-languages li:first-child {
		border-right: 1px solid #fff;
	}
	.head_lang .mod-languages a {
		font-weight: 300;
		padding: 5px;
		font-size: 14px;
		text-transform: lowercase;
	}
	.head_tel {
		padding: 8px 0 0;
		width: 290px;
	}
	.head_tel:before {
		display: none;
	}
	.head_tel a {
		float: left;
	}
	.head_time, .head_add {
		display: none;
	}		
	.head_bott {
		border-top: 0;
	}
	.head_menu{
		border-top: 1px solid #f8f3f3;
	}
	.head_menu ul, .head_catalog, .head_reklama {
		display: block;
		border-top: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -100%;
		width: 100%;
		background: #fff;
		z-index: 999;
		padding: 40px 10px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.head_menu ul.active, .head_catalog.active, .head_reklama.active{
		left: 0;
	}
	.head_menu li {
		width: 100%;
	}
	.head_menu li:before{
		display: none;
	}
	.head_menu li span, .head_menu li a {
		padding: 10px;
		display: block;
		float: none;
		border-bottom: 1px solid #f8f3f3;
	}
	.head_menu li:first-child span, .head_menu li:first-child a{
		border-top: 1px solid #f8f3f3;
	}
	.head_menu .head_catalog_open{
		border-top: 0;
		padding: 10px 10px 10px 28px;
		text-transform: uppercase;
		border-right: 0;
	}
	.head_catalog_open:before {
		top: 5px;
		left: 0;
	}
	.head_menu .head_reklama_open{
		border-top: 0;
		padding: 10px 28px 10px 10px;
		text-transform: uppercase;
		float: right;
	}
	.head_reklama_open:before, .head_reklama_open.active:before {
		top: 5px;
		right: 0;
		content: "\f0c9";
		font-size: 24px;
		font-weight: 300;
	}
	.head_menu .head_reklama_open:hover, .head_menu .active.head_reklama_open:hover, .head_menu .active.head_reklama_open, .head_menu .head_catalog_open:hover, .head_menu .active.head_catalog_open:hover, .head_menu .active.head_catalog_open{
		color: #d31f28;
		background: transparent;
	}
	.head_menu_open {
		display: block;
		cursor: pointer;
		float: right;
		padding: 8px 28px 6px 10px;
		font-size: 14px;
		color: #333;
		text-transform: uppercase;
	}
	.head_menu_open:before {
		content: "\f0c9";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		font-size: 20px;
		position: absolute;
		right: 0;
		top: 5px;
	}
	.head_menu_open.active, .head_menu_open:hover{
		color: #d31f28;
	}
	.head_menu_close, .head_catalog_close, .head_reklama_close {
		position: absolute;
		right: 10px;
		top: 10px;
		font-size: 14px;
		color: #333;
		line-height: 20px;
		text-transform: uppercase;
		cursor: pointer;
	}
	.head_menu_close:before, .head_catalog_close:before, .head_reklama_close:before {
		content: "\f00d";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 300;
		font-size: 24px;
		float: left;
		margin-right: 5px;
	}
	.head_reklama .wrap, .head_catalog .wrap {
		width: 100%;
		padding: 0;
	}
	.head_reklama ul, .head_catalog ul {
		padding: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		display: block;
	}
	.head_reklama li a, .head_catalog li a {
		display: block;
		padding: 10px;
		font-size: 14px;
		color: #d31f28;
		border-top: 1px solid #f1eeee;
	}
	.head_reklama li:last-child a, .head_catalog li:last-child a {
		border-bottom: 1px solid #f1eeee;
	}
}
@media screen and (max-width:479px){
	.head_wrap {
		padding-bottom: 4px;
	}
	.head_logo {
		padding-top: 5px;
		width: 100%;
		text-align: center;
	}
	.head_menu_open {
		padding: 8px 28px 6px 0px;
		font-size: 0;
	}
	.head_tel {
		padding: 4px 0 0;
		width: 100%;
	}
	.head_search {
		width: calc(100% - 168px);
	}
	.head_butt {
		width: 60px;
	}
	.head_butt .webfactor_go {
		font-size: 0;
		line-height: initial;
		height: 30px;
	}
	.head_butt .webfactor_go:before {
		color: #fff;
		display: block;
		content: "\f879";
		font-family: 'Font Awesome 5 Free';
		font-weight: 300;
		font-size: 20px;
		line-height: 28px;
	}
	.head_menu .head_reklama_open {
		padding: 10px 38px 10px 10px;
		font-size: 12px;
		padding: 10px 26px 10px 0;
	}
	.head_menu .head_reklama_open span{
		display: none;
	}
	.head_menu .head_catalog_open {
		padding: 10px 0 10px 26px;
		font-size: 12px;
	}
}

/* Middle
-----------------------------------------------------------------------------*/
.home_category {
    padding: 60px 0 20px;
}
.home_category_wrap {
    display: flex;
    flex-wrap: wrap;
}
.home_category_item {
    width: 25%;
	padding: 0 10px 30px;
}
.home_category_item img {
    display: block;
    margin: 0 auto 15px;
    width: 160px;
}
.home_category_item .home_category_item_title {
    display: table;
    margin: 0 auto 10px;
    text-align: center;
    font-family: 'Georgia-Italic';
    font-size: 18px;
    color: #d31f28;
    font-weight: bold;
}
.home_category_item ul {
    list-style-type: disc;
    color: #d31f28;
    padding-left: 16px;
}
.home_category_item ul li {
    padding-bottom: 6px;
}
.home_category_item ul li a {
    color: #333;
	font-family:'EuropeCond';
}
.home_category_item ul li a:hover {
    color: #d31f28;
}
@media screen and (max-width:959px){
	.home_category_item {
		width: 33.333%;
	}
}
@media screen and (max-width:767px){
	.home_category_item {
		width: 50%;
	}
}
@media screen and (max-width:479px){
	.home_category {
		padding: 20px 0;
	}
	.home_category_item {
		width: 100%;
	}
}

.home_text{
	padding: 50px 0;
	background: #f9f9f9;
}
.home_text h1 {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    padding-bottom: 30px;
    color: #333;
}
.home_text p {
    padding-bottom: 12px;
    color: #333;
    text-align: justify;
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 24px;
}
.home_text p strong{
	font-family:'EuropeDemi';
}
.home_text  ul {
    list-style-type: disc;
    color: #d31f28;
    padding-left: 16px;
}
@media screen and (max-width:767px){
	.home_text {
		padding: 30px 0;
	}
	.home_text h1 {
		font-size: 20px;
		padding-bottom: 20px;
	}
}

.home_slide {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home_slide .wk-slideshow .slides {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.home_slide img {
	width: 100%;
}
.home_slide .wk-slideshow-default .nav {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: 0;
}
.home_slide .wk-slideshow-default .nav span {
    width: 16px;
    height: 16px;
    background: #b7b7b7;
    border-radius: 50%;
}
.home_slide .wk-slideshow-default .nav .active span:before {
	content: '';
    width: 8px;
    height: 8px;
    background: #434648;
    border-radius: 50%;
    display: block;
    margin: 4px;
}
.home_slide .wk-slideshow-default > div:hover .prev {
    left: 0;
}
.home_slide .wk-slideshow-default > div:hover .next {
    right: 0;
}
.home_slide .wk-slideshow-default > div:hover .next, .home_slide .wk-slideshow-default > div:hover .prev{
    text-align: center;
	background: rgba(216, 216, 216, 0.85);
}
.home_slide .wk-slideshow-default > div:hover .next:before, .home_slide .wk-slideshow-default > div:hover .prev:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300; 
    line-height: 50px;
    font-size: 30px;
}
.home_slide .wk-slideshow-default > div:hover .prev:before{
	content: "\f053";
}
.home_slide .wk-slideshow-default > div:hover .next:before{
	content: "\f054";
}
@media screen and (max-width:767px){
	.home_slide {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (max-width:479px){
	.home_slide .wk-slideshow-default .nav {
		margin-top: 5px;
	}
	.home_slide .wk-slideshow-default .nav span {
		width: 10px;
		height: 10px;
	}
	.home_slide .wk-slideshow-default .nav .active span:before {
		width: 5px;
		height: 5px;
		margin: 2.5px;
	}
}

/* item_wrap */
.item_wrap {
	padding-bottom: 30px;
}
.page-header h1 {
    color: #333;
    font-weight: 300;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 0 10px 10px;
    border-bottom: 1px solid #d31f28;
    line-height: 27px;
    margin-bottom: 30px;
}

.item_wrap_krochki {
    padding: 15px 0;
}
.item_wrap_krochki li {
    float: left;
    padding-right: 6px;
    font-size: 14px;
    line-height: 14px;
    color: #525252;
    font-family: Arial, Helvetica, Sans-Serif;
}
.item_wrap_krochki li:last-child{
    color: #929292;
}
.item_wrap_krochki li:first-child{
	display: none;
}
.item_wrap_krochki li span.divider {
    display: inline;
    padding-left: 3px;
}
.item_wrap_krochki li a{
    color: #525252;
}
.item_wrap_krochki li a:hover{
    color: #d31f28;
}

.item_wrap_menu {
    float: left;
    width: 290px;
    padding: 10px 18px;
    background: #eff1f1;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.item_wrap_menu_slide {
    font-size: 24px;
    color: #333;
    font-weight: 300;
    font-family: 'EuropeCond';
    line-height: 24px;
    cursor: pointer;
	display: none;
}
.item_wrap_menu_slide:before {
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 24px;
	float: right;
}
.item_wrap_menu_slide.active:before {
	content: "\f077";
}
.item_wrap_menu ul li{
    border-top: 1px solid #cccccc;
}
.item_wrap_menu ul li:first-child{
    border-top: 0;
}
.item_wrap_menu ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #525252;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 10px;
    display: block;
}
.item_wrap_menu ul li.current a, .item_wrap_menu ul li a:hover{
    background: #d31f28;
    color: #fff;
}

.item_wrap_desc {
    width: calc(100% - 310px);
    float: right;
}
.item_wrap_text {
    font-weight: 300;
    color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
}
.item_wrap_text p {
    padding-bottom: 12px;
}
.item_wrap_text a {
    color: #333;
    text-decoration: underline;
}
.item_wrap_text a:hover {
    color: #d31f28;
    text-decoration: none;
}
.item_wrap_text table {
    width: 100%;
	margin-bottom: 20px;
    border-collapse: collapse;
	/*table-layout: fixed;*/
}
.item_wrap_text table th, .item_wrap_text table td {
    padding: 10px;
    border: 1px solid #ddd9d9;
	width: auto;
}
.item_wrap .kontact_img_style {
	max-width: 590px;
}
.item_contacts_left {
    float: left;
    padding: 0 20px 10px 0;
    width: 420px;
}
.item_contacts_right {
    float: right;
    width: calc(100% - 420px);
    border-bottom: 1px solid #000;
}
@media screen and (max-width:1199px){
	.item_wrap_menu {
		width: 100%;
		margin-bottom: 20px;
	}
	.item_wrap, .item_wrap_desc {
		width: 100%;
		overflow: hidden;
		letter-spacing: initial;
		line-height: 20px;
		font-size: 14px;
	}
	.item_wrap_menu_slide {
		display: block;
	}
	.item_wrap_menu ul {
		display: none;
		padding-top: 10px;
	}
	.item_wrap_menu ul li:first-child {
		border-top: 1px solid #cccccc;
	}
}
@media screen and (max-width:767px){
	.item_wrap_menu {
		padding: 10px;
	}
	.item_wrap_menu_slide, .item_wrap_menu_slide:before {
		font-size: 18px;
		line-height: 20px;
	}
	.page-header h1 {
		padding: 0 10px 10px;
		line-height: 16px;
		margin-bottom: 15px;
		font-size: 20px;
		text-align: left;
	}
	.table_wrap_scroll {
		overflow-x: auto;
		margin-bottom: 20px;
	}
	.table_wrap_scroll::-webkit-scrollbar-button{width:10px;height:10px;background:#d31f28;cursor: pointer;}
	.table_wrap_scroll::-webkit-scrollbar-track{background-color:#444;}
	.table_wrap_scroll::-webkit-scrollbar-thumb{background:#d31f28;cursor: pointer;}
	.table_wrap_scroll::-webkit-resizer{width:8px;height:8px}
	.table_wrap_scroll::-webkit-scrollbar{width:8px;height:8px;cursor: pointer;}/
	.item_wrap_text table {
		width: 100%;
		margin-bottom: 0;
	}
	.item_wrap_text strong {
		font-family: 'EuropeCond';
	}
	#jcemediabox-popup-caption h4 a, #jcemediabox-popup-caption h4 a:active, #jcemediabox-popup-caption h4 a:hover, #jcemediabox-popup-caption h4 a:visited, #jcemediabox-popup-caption p a, #jcemediabox-popup-caption p a:active, #jcemediabox-popup-caption p a:hover, #jcemediabox-popup-caption p a:visited, span#jcemediabox-popup-numbers a:active, span#jcemediabox-popup-numbers a:hover, span#jcemediabox-popup-numbers a:link, span#jcemediabox-popup-numbers a:visited {
		font-weight: 300;
		font-size: 12px;
		width: initial;
	}
	span#jcemediabox-popup-numbers a.active {
		font-size: initial;
	}
	#jcemediabox-popup-body, #jcemediabox-popup-frame{
		max-width: 100% !important;
	}
	#jcemediabox-popup-content>embed, #jcemediabox-popup-content>img, #jcemediabox-popup-content>object, #jcemediabox-popup-content>video{
		width: calc(100% - 20px) !important;
	}
	#jcemediabox-popup-page.ios span#jcemediabox-popup-numbers{
		margin-top: 0 !important;
	}
	#jcemediabox-popup-page.ios #jcemediabox-popup-next, #jcemediabox-popup-page.ios #jcemediabox-popup-prev{
		margin: 5px 0 0 !important;
	}
.item_contacts_right {
    width: 100%;
}
.item_contacts_left {
    padding: 0 0 10px;
    width: 100%;
	text-align: center;
}
}
.home_map iframe {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding-top: 30px;
}
.foot_left {
    float: left;
    width: 36%;
    padding-bottom: 30px;
}
.foot_logo {
    padding-bottom: 26px;
}
.foot_logo a {
    color: #d31f28;
    text-transform: uppercase;
	font-family:'EuropeCond';
    letter-spacing: 2px;
}
.foot_logo a span {
    display: block;
    font-size: 41px;
    line-height: 33px;
}
.foot_info_item {
    width: 100%;
    overflow: hidden;
    padding-bottom: 16px;
}
.foot_info_item:last-child {
    padding-bottom: 0;
}
.foot_info_number {
    width: 150px;
    float: left;
    font-size: 36px;
    line-height: 36px;
	padding-right: 10px;
}
.foot_info_title {
    text-transform: uppercase;
    line-height: 18px;
    float: left;
    width: calc(100% - 150px);
	padding-top: 1px;
}
.foot_info_text {
    color: #858585;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 17px;
    text-transform: uppercase;
    font-family: 'EuropeCond';
    float: left;
    width: calc(100% - 150px);
}

.foot_title {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.foot_menu {
    float: left;
    width: 24%;
}
.foot_menu li {
    padding-bottom: 12px;
}
.foot_menu li a {
    color: #858585;
    font-size: 16px;
    font-family: 'EuropeCond';
}
.foot_menu li a:hover {
    color: #d31f28;
}

.foot_contact {
    float: left;
    width: 16%;
}
.foot_contact a {
    color: #858585;
    font-size: 16px;
    font-family: 'EuropeCond';
    display: table;
    padding-bottom: 12px;
}
.foot_contact a:hover {
    color: #d31f28;
}
.foot_contact a i {
    font-size: 16px;
    width: 16px;
    text-align: center;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}
.foot_copir {
    width: 100%;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #ebe8e8;
    font-size: 10px;
    line-height: 30px;
    font-family: 'EuropeCond';
    color: #858585;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media screen and (max-width:959px){
	.foot_menu {
		display: none;
	}
	.foot_contact, .foot_left {
		width: 50%;
	}
}
@media screen and (max-width:767px){
	.foot_left {
		float: none;
		width: initial;
		display: table;
		margin: 0 auto;
		text-align: center;
	}
	.foot_contact {
		float: none;
		width: initial;
		display: table;
		margin: 0 auto;
	}
	.foot_info_number {
		width: 100%;
		padding-right: 0;
	}
	.foot_info_title, .foot_info_text {
		width: 100%;
	}
	.foot_contact a {
		margin: 0 auto;
	}
}

.search_result {
    padding: 40px 0 60px;
}
.search_result h1 {
    font-weight: normal;
    font-size: 36px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
}
.search_result h1:after {
    content: '';
    background: #7DB100;
    width: 130px;
    height: 2px;
    display: block;
    margin: 15px auto;
}
#searchForm {
    padding-bottom: 10px;
}
.search_result .searchintro {
    float: left;
    line-height: 40px;
}
.search_result .btn-toolbar {
    line-height: 40px;
    float: right;
}
.search_result .pull-left {
	float: left;
}
.search_result .btn-toolbar input{
    height: 40px;
    width: 280px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #b4b0b0;
    margin-right: 2px;
    box-sizing: border-box;
}
.search_result .btn-toolbar button{
    line-height: 40px;
    height: 40px;
    width: 40px;
	text-align: center;
    font-size: 16px;
    border: 1px solid #b4b0b0;
	background: transparent;
}
.search_result .btn-toolbar button:hover{
    color: #d31f28;
}
.search-results-wrap {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #f1eded;
	margin-bottom: 12px;
}
.search-results-wrap dd, .search-results-wrap dt{
    padding: 10px;
}
.search-results-wrap dd{
    border-top: 1px solid #f1eded;
}
.search-results-wrap dd.result-text{
    font-family: 'EuropeCond';
}
.search-results-wrap dd.result-text span.highlight {
    font-family: 'EuropeDemi';
}
.search-results-wrap a{
    color: #000;
    text-decoration: underline;
}
.search-results-wrap a:hover{
    color: #d31f28;
}
@media screen and (max-width:768px){
	.search_result .btn-toolbar {
		width: 100%;
	}
	.search_result .pull-left {
		max-width: 235px;
	}
	.search_result .btn-toolbar input {
		width: 100%;
	}
	.search_result .btn-toolbar button {
		margin: 40px 0 0 5px;
	}
	.search-results {
		padding-top: 20px;
	}
}
