@charset "utf-8";
@font-face {
	font-family: 'vollkornregular';
	src: url('../../.default/fonts/vollkorn-regular-webfont.woff2') format('woff2'),
	url('../../.default/fonts/vollkorn-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'vollkornitalic';
	src: url('../../.default/fonts/vollkorn-italic-webfont.woff2') format('woff2'),
	url('../../.default/fonts/vollkorn-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.tablebodytext {
	display: none;
}
.container {
	display: block;
	width: 100%;
	overflow: hidden;
}
.wrap {
	display: block;
	width: 960px;
	margin: 0 auto;
}
.header {
	display: block;
	width: 100%;
	height: 100px;
	overflow: hidden;
	border-top: 2px solid #24bbda;
}
.header .logo {
	display: block;
	width: 167px;
	height: 100px;
	float: left;
}
.header .menu_block {
	display: block;
	width: 793px;
	height: 100px;
	float: left;
	background: url('/bitrix/templates/888/images/hr_top.png') 45px 50px no-repeat;
}
.header .menu_block .language {
	display: block;
	width: 100px;
	height: 14px;
	float: left;
	position: relative;
	top: 16px;
	left: 60px;
	font-size: 12px;
	color: #666666;
}
.header .menu_block .language a {
	color: #346ccf; /*24bbda*/
	text-decoration: none;
}
.header .menu_block .phone {
	display: block;
	width: 150px;
	height: 26px;
	float: left;
	position: relative;
	top: 10px;
	left: 200px;
	font-size: 14px;
	line-height: 14px;
	color: #295fc0; /*24bbda*/
	padding: 0 0 0 30px;
	background: url('/bitrix/templates/888/images/icon_phone.png') center left no-repeat;
}
.header .menu_block .search {
	display: block;
	width: 270px;
	height: 26px;
	float: left;
	position: relative;
	top: 10px;
	left: 240px;
	overflow: hidden;
}
.header .menu_block .search input[type="text"].sendtext {
	display: block;
	width:  200px;
	height: 20px;
	margin: 0 5px 0 0;
	padding: 2px 10px;
	border: 1px solid #AAA;
	background: #ffffff !important;
	outline: none;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
   float: left;
}
.header .menu_block .search .sendsubmit {
	display: block;
	width:  26px;
	height: 26px;
	float: left;
	margin: 0;
	padding:0;
	border: 0;
	background: transparent url('/bitrix/templates/888/images/icon_search.png') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer;
}
.header .menu_block .menu {
	display: block;
	/*width: 700px;*/
	width: auto;
	height: 20px;
	/*position: relative;
	top: 40px;
	left: 200px;*/
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
    float: right;
	clear: both;
}
.header .menu_block .menu li {
	display: block;
	height: 20px;
	padding: 0px 10px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.header .menu_block .menu li a {
	color: #4b4b4b;
	text-decoration: none;
}
.header .menu_block .menu li a:hover,
.header .menu_block .menu li a.active {
	color: #6193de;
}
.header .menu_block .menu li a.auth {
	color: #FF0000;
}

.content {
	display: block;
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
	clear: both;
}
.content .left_block {
	display: block;
	width: 240px;
	margin: 0 15px 0 0;
	float: left;
	overflow: hidden;
}
.content .right_block {
	display: block;
	width: 705px;
	margin: 0;
	float: left;
	overflow: hidden;
}
.content .right_block a {
	color: #4b4b4b;
	text-decoration: underline;
}

.content .left_block h3 {
	display: block;
	width: 240px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #AAA;
}
.content .left_block h3 a {
	color: #1e1e1e;
	text-decoration: none;
}
.content .left_block .contacts {
	font-size: 14px;
	color: #1e1e1e;
	margin: 10px 0 20px;
}

.content .right_block h1 {
	display: block;
	width: 705px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	font-size: 18px;
	color: #1e1e1e;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #AAA;
}

ul.catalog_menu {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 1em;
	line-height: 0.5em;
	list-style: none;
}

ul.catalog_menu li {}

ul.catalog_menu li a {
	line-height: 14px;
	font-size: 16px;
	padding: 10px 10px;
	color: #333;
	display: block;
	text-decoration: none;
}

ul.catalog_menu li a:hover {
	background-color:#6193de;
	color:white;
	cursor: pointer;
}

ul.catalog_menu ul {
	margin: 0;
	padding: 0;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	clear: both;
}

ul.catalog_menu ul li a {
	padding-left: 20px;
	font-size: 14px;
	line-height: 10px;
	font-weight: normal;
	outline:0;
	color: #005bfc;
}

ul.catalog_menu ul li a:hover {
	color:#4b4b4b;
	background-color:#EEE;
}

ul.catalog_menu ul ul li a {
	color:4b4b4b;
	padding-left: 40px;
}

ul.catalog_menu ul ul li a:hover {
	color:#24bbda;
	background-color:#FFF;
}

ul.catalog_menu span{
	float:right;
}

ul.news {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.news li {
	display: block;
	font-size: 16px;
	margin: 0 0 15px 0;
}
ul.news li .date {
	display: block;
	height: 20px;
	color: #005bfc;
	margin: 0;
	padding: 0 0 0 20px;
}
ul.news li .link {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
}
ul.news li .link a {
	color: #4b4b4b;
	text-decoration: none;
	line-height: 18px;
}

ul.catalog_sections {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.catalog_sections li {
	display: block;
	width: 212px;
	height: 200px;
	margin: 0 5px 10px 5px;
	float: left;
	background: #ececec;
	border: 5px solid #FFF;
	box-shadow: 0 0 2px 2px #AAA;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
}
ul.catalog_sections li .photo {
	display: block;
	width: 200px;
	height: 140px;
	margin: 20px 6px 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9;
}
ul.catalog_sections li .name {
	display: block;
	width: 200px;
	height: 50px;
	margin: 6px;
	font-size: 14px;
	text-align: center;
	color: #1e1e1e;
}
ul.catalog_sections li .name a {
	color: #1e1e1e;
	text-decoration: none;
}
ul.catalog_sections li .name a span {
	font-weight: bold;
}


ul.catalog {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.catalog li {
	display: block;
	width: 212px;
	height: 290px;
	margin: 0 5px 10px 5px;
	float: left;
	background: #ececec;
	border: 5px solid #FFF;
	box-shadow: 0 0 2px 2px #AAA;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
}
ul.catalog li .label-5 {
	display: block;
	width: 85px;
	height: 70px;
	position: absolute;
	margin: 0;
	background: url('/bitrix/templates/888/images/discount-5.png') 0 0 no-repeat;
	z-index: 10;
}
ul.catalog li .label-10 {
	display: block;
	width: 85px;
	height: 70px;
	position: absolute;
	margin: 0;
	background: url('/bitrix/templates/888/images/discount-10.png') 0 0 no-repeat;
	z-index: 10;
}
ul.catalog li .label-20 {
	display: block;
	width: 85px;
	height: 70px;
	position: absolute;
	margin: 0;
	background: url('/bitrix/templates/888/images/discount-20.png') 0 0 no-repeat;
	z-index: 10;
}
ul.catalog li .photo {
	display: block;
	width: 200px;
	height: 140px;
	margin: 20px 6px 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 9;
}
ul.catalog li .name {
	display: block;
	width: 200px;
	height: 50px;
	margin: 6px;
	font-size: 14px;
	text-align: center;
	color: #1e1e1e;
}
ul.catalog li .name a {
	color: #1e1e1e;
	text-decoration: none;
}
ul.catalog li .name a span {
	font-weight: bold;
}
ul.catalog li .price {
	display: block;
	width: 200px;
	height: 16px;
	margin: 0 4px 4px;
	font-size: 18px;
	text-align: center;
	color: #801c1a;
}
ul.catalog li .button {
	display:block;
	width: 100px;
	margin: 14px auto;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	font-size:16px;
	color:#FFF;
	text-align: center;
	background: url('/bitrix/templates/888/images/slider/bg_button.jpg') center top repeat;
	cursor: pointer;
}

.way-finder {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #4b4b4b;
}
.way-finder a {
	color: #24bbda;
	text-decoration: none;
}
.way-finder a:hover {
	color: #24bbda;
}

.order_form {
	display: none;
	width: 300px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -150px;
	padding: 20px;
	border: 5px solid #FFF;
	box-shadow: 0 0 2px 2px #AAA;
	border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   background-color: #FFF;
   z-index: 999999;
}
.auth_form {
	display: none;
	width: 300px;
	height: 200px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -250px 0 0 -150px;
	padding: 20px;
	border: 5px solid #FFF;
	box-shadow: 0 0 2px 2px #AAA;
	border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -khtml-border-radius: 10px;
   background-color: #FFF;
   z-index: 999999;
}
.order_form  p,
.auth_form  p {
	font-size: 16px;
	color: #4b4b4b;
}
.order_form  .product_name,
.auth_form  .product_name {
	font-size: 14px;
	line-height: 30px;
	color: #24bbda;
}
.order_form  td,
.auth_form  td {
	font-size: 15px;
	color: #4b4b4b;
}
.order_form  td input[type="text"],
.order_form  td textarea,
.auth_form  td input[type="text"],
.auth_form  td textarea {
	width: 280px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}
.order_form  .add_button,
.auth_form  .add_button {
	padding: 10px 30px;
	background-color: #24bbda;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
.order_form  .plan_close,
.auth_form  .plan_close {
	display: block;
	position: relative;
	top: 0px;
	left: 290px;
	width: 18px;
	height: 18px;
	background:url("/bitrix/templates/888/images/close_but.png") center center no-repeat;
}

.top_block {
	display: block;
	height: 200px;
}
.top_block .img {
	display: block;
	width: 200px;
	height: 200px;
	margin: 0 20px 0 0;
	float: left;
}
.top_block .price {
	display: block;
	width: 400px;
	margin: 0 0 20px;
	float: left;
	font-size: 16px;
	color: #4b4b4b;
}
.top_block .price span {
	font-size: 30px;
	color: #801c1a;
}
.top_block .add_button {
	display: block;
	width: 100px;
	padding: 10px 30px;
	background-color: #24bbda;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -khtml-border-radius: 5px;
	cursor: pointer;
	float: left;
}
.works {
	display: block;
	width: 100px;
	height: 130px;
	float: left;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	overflow: hidden;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 0 6px 6px 0;
}
.footer {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	background: url('/bitrix/templates/888/images/bg_footer.jpg');
background-size: cover;
    background-position: right;
}
.footer .logo {
	display: block;
	width: 167px;
	height: 100px;
	float: left;
	position: relative;
	top: 5px;
	left: 0;
}
.footer .phone {
	display: block;
	width: 280px;
	height: 26px;
	float: left;
	position: relative;
	top: 40px;
	left: 500px;
	font-size: 14px;
	line-height: 26px;
	color: #FFF;
	padding: 0 0 0 30px;
	background: url('/bitrix/templates/888/images/icon_phone_2.png') center left no-repeat;
}
.footer .menu {
	display: block;
	width: 700px;
	height: 20px;
	float: left;
	position: relative;
	top: 20px;
	left: 150px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer .menu li {
	display: block;
	height: 20px;
	padding: 0px 14px;
	font-size: 13px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}
.footer .menu li a {
	color: #FFF;
	text-decoration: none;
}
.footer .social {
	position: absolute;
	left: calc(50% - 150px);
	bottom: 4px;
	list-style: none;
	padding: 0;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.menu_block .menu li a:hover,
.menu_block .menu li a.active {
	color: #DDD;
}
.bx-system-auth-form {
	margin: 10px 0 20px;
}
.bx-system-auth-form a {
	font-size: 12px;
	color: #4b4b4b;
	text-decoration: none;
}
.bx-system-auth-form a:hover {
	color: #24bbda;
}
.video {
	width: 225px;
	height: 150px;
	margin: 5px;
	float: left;
}
.auth_button_login {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 60px 0 0 60px;
	background: url('/bitrix/templates/888/images/icon_login.png') center center no-repeat;
	cursor: pointer;
}
.auth_button_logout {
	width: 30px;
	height: 30px;
	position: absolute;
	margin: 60px 0 0 60px;
	background: url('/bitrix/templates/888/images/icon_logout.png') center center no-repeat;
	cursor: pointer;
}
.target {
	cursor: pointer;
}

@media (min-width: 1280px) {
    #layerslider {
    height: 470px
    }
    .ls-inner {
    height: 470px
    }
}
#full-slider-wrapper {
    width: 960px;
    margin: 0 auto;
}
.reviews_list .reviews_item {
	clear: both;
	margin-bottom: 25px;
	min-height: 115px;
	border: 2px solid #989FB4;
	border-radius: 68px 0 68px 0;
	padding: 10px;
}
.reviews_list .review_author_photo_wrap {
	float: left;
	width: 106px;
	height: 106px;
	border-radius: 50%;
	border: 1px solid #939393;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.5);
	overflow: hidden;
}
.reviews_list .review_text_wrap {
	margin-left: 127px;

}
.reviews_list .review_author_photo {
	width: 100%;
	height: auto;
}
.reviews_list .review_author_name {
	font-size: 18px;
	font-family: Helvetica, Arial, serif;
}
.reviews_list .review_author_contacts_show {
	font-size: 16px;
	font-family: Lora, Arial, serif;
	text-decoration: underline;
	color: #0d47d1;
	cursor: pointer;
}
.reviews_list .review_author_contacts_show:hover {
	text-decoration: none;
	color: #397bd1;
	cursor: pointer;
}
.reviews_list .review_author_contacts_wrap {
	font-size: 16px;
	font-family: Lora, Arial, serif;
	color: #000;
}
.reviews_list .review_author_contacts_text {
	color: #0d47d1;
}
.reviews_list .review_text {
	font-size: 16px;
	font-family: Lora, Arial, serif;
	font-style: italic;
	color: #55b747;
}

#reviews_modal_form {
	width: 300px;
	min-height: 300px;
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -150px;
	margin-left: -150px;
	display: none;
	opacity: 0;
	z-index: 5;
	padding: 20px 10px;
}

#reviews_modal_form #reviews_modal_close {
	/*width: 21px;
	height: 21px;*/
	font-size: 14px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}

#reviews_overlay {
	z-index:3;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}

#reviews_modal_form .client_info_wrap {
	margin-top: 30px;
}
#reviews_modal_form .client_info_label {
	display: block;
	margin-bottom: 10px;
}
#reviews_modal_form .client_info_input {
	box-sizing: border-box;
	width: 100%;

}
#reviews_modal_form .dif_choice {
	text-align: center;
	padding: 0;
	margin: 10px 0 0;

}
#reviews_modal_form .send_rev_request_wrap {
	text-align: center;
}
#reviews_modal_form .send_rev_request {
	background: #239b2d;
	border: 2px solid #abc;
	border-radius: 7px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	padding: 7px;
	margin: 10px 0;
	text-transform: uppercase;
	width: auto;
}
#reviews_modal_form .form_error {
	border: 2px solid #e4304e;
	padding: 4px;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
}
#reviews_modal_form .form_error {
	border: 2px solid #e4304e;
	padding: 4px;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
}
#reviews_modal_form .form_success {
	border: 2px solid #52d22c;
	padding: 4px;
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
}
#reviews_modal_form .client_info_accept_checkbox {
	float: left;
}
#reviews_modal_form .client_info_accept {
	margin-left: 25px;
}