

/* Start:/local/templates/jb/components/bitrix/menu/header/style.css?1571041446849*/
.header-top-nav {
	padding: 0;
	margin: 0;
}

.header-top-nav:after {
	content: "";
	display: table;
	clear: both;
}

.header-top-nav li {
	list-style-type: none;
	display: inline-block;
	margin: 0 10px 10px;
}

.header-top-nav a {
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: #3399cc;
	display: block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-top-nav a:hover,
.header-top-nav a:focus,
.header-top-nav li.active a {
	color: #3399cc;
	text-decoration: none;
	border-color: #3399cc;
}


@media (min-width: 992px) {
	.header-top-nav {
		float: right;
	}
	.header-top-nav li {
		list-style-type: none;
		display: block;
		float: left;
		margin: 0 0 10px 20px;
	}
}
/* End */


/* Start:/local/components/bcoder/iblock.menu/templates/.default/style.css?15710414463594*/
.header-nav {
	padding: 10px 0;
	background-color: #3399cc;
}

.header-nav-list {
	padding: 0;
	margin: 0;
	position: relative;
}

.header-nav-list:after {
	content: "";
	display: table;
	clear: both;
}

.header-nav-list > li {
	text-align: center;
	list-style-type: none;
	margin: 0 0 5px;
}

.header-nav-list > li > a {
	font-weight: 800;
	font-size: 16px;
	color: #3399cc;
	text-transform: uppercase;
	display: block;
	padding: 22px 40px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background: white;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-nav-list > li > a:hover,
.header-nav-list > li > a:focus, 
.header-nav-list > li.active > a {
	color: #3399cc;
	text-decoration: none;
	background-color: white;
}


.header-subnav {
	display: none;
	text-align: left;
	width: 400px;
	max-width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background-color: white;
	margin: 5px 0 0;
}

.header-subnav_fullwidth {
	width: 100%;
}

.header-subnav-container {
	padding: 30px 20px;
}

.header-subnav-title {
	font-weight: 800;
	font-size: 18px;
	color: #3399cc;
	margin: 0 0 10px;
}

.header-subnav-title a {
	color: #3399cc;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}

.header-subnav-title a:hover,
.header-subnav-title a:focus {
	color: #3399cc;
	text-decoration: none;
	border-bottom-color: #3399cc;
}

.header-subnav-title span {
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}

.header-subnav-title_secondary {
	color: #333333;
}

.header-subnav-title_secondary a {
	color: #333333;
}

.header-subnav-title_secondary a:hover,
.header-subnav-title_secondary a:focus {
	color: #333333;
	border-bottom-color: #333333;
}

.header-subnav-list {
	padding: 0;
	margin: 0 0 20px;
}

.header-subnav-list li {
	font-weight: 300;
	font-size: 16px;
	color: #3399cc;
	list-style-type: none;
	padding: 0 0 0 14px;
	position: relative;
}

.header-subnav-list li:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/components/bcoder/iblock.menu/templates/.default/../images/icon_quote_b.png");
	position: absolute;
	left: 0;
	top: 13px;
}

.header-subnav-list_secondary li {
	color: #333333;
}

.header-subnav-list a {
	color: #3399cc;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}

.header-subnav-list a:hover,
.header-subnav-list a:focus {
	color: #3399cc;
	text-decoration: none;
	border-bottom-color: #3399cc;
}

.header-subnav-list span {
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}

.header-subnav-list_secondary a {
	color: #333333;
}

.header-subnav-list_secondary a:hover,
.header-subnav-list_secondary a:focus {
	color: #333333;
	border-bottom-color: #333333;
}

.header-subnav-banner {

}

.header-subnav-banner img {
	max-width: 100%;
}

@media (min-width: 768px) {
	.header-nav-list > li {
		float: left;
		margin: 0 1px;
	}
	.header-nav-list > li > a {
		color: white;
		background: none;
	}
	.header-subnav {
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
		margin: 0;
		position: absolute;
		left: 0;
		top: 90px;
		z-index: 110;
	}
}
/* End */


/* Start:/local/templates/jb/components/bitrix/breadcrumb/header-breadcrumbs/style.css?1571041446574*/
.bx-breadcrumb {
	margin: 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {
	color: #3399cc;
	border-bottom: none;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
	color: #3399cc;
}

/* End */


/* Start:/local/templates/jb/components/bitrix/form.result.new/modal/style.css?15846987452530*/
.modal-form {
	padding: 35px;
}

.modal-form h2 {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 0 0 30px;
}

.modal-form input[type=text],
.modal-form input[type=tel],
.modal-form input[type=email] {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 auto 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modal-form input[type=text]:focus,
.modal-form input[type=tel]:focus,
.modal-form input[type=email]:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal-form input[type=text].jserror,
.modal-form input[type=tel].jserror,
.modal-form input[type=email].jserror {
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
}

.modal-form [type=submit] {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modal-form [type=submit]:hover,
.modal-form [type=submit]:focus {
	outline: none;
	background-color: #ffff33;
}

.jshint {
	font-size: 12px;
	color: red;
	text-align: center;
	margin: -10px 0 10px;
	display: none;
}

.jssuccess {
	display: none;
}

.jssuccess span {
	color: red;
	text-align: center;
	padding: 5px 5px 15px;
	display: block;
}
/* End */


/* Start:/local/templates/jb/components/bitrix/form.result.new/question/style.css?15710414463632*/
.wquestions-form input[type=text] {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 100%;
	max-width: 280px;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 auto 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wquestions-form input[type=text]:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.wquestions-form input[type=text].jserror {
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
}

.wquestions-form textarea {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 100%;
	height: 106px;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 0 20px;
	resize: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wquestions-form textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.wquestions-form textarea.jserror {
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
}

.wquestions-form input[type=submit] {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wquestions-form input[type=submit]:hover,
.wquestions-form input[type=submit]:focus {
	outline: none;
	background-color: #ffff33;
}


@media (min-width: 768px) {
	.wquestions-form input[type=submit] {
		margin: 0;
	}
}

.jshint {
	font-size: 12px;
	color: red;
	text-align: center;
	margin: -10px 0 10px;
	display: none;
}

.jssuccess {
	display: none;
}

.jssuccess span {
	color: red;
	text-align: center;
	padding: 5px 5px 15px;
	display: block;
}
/* End */


/* Start:/local/templates/jb/components/bitrix/menu/footer/style.css?1571041446872*/
.footer-bottom-nav {
	padding: 0;
	margin: 0;
}

.footer-bottom-nav:after {
	content: "";
	display: table;
	clear: both;
}

.footer-bottom-nav li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 10px 20px;
}

.footer-bottom-nav a {
	font-weight: 300;
	font-size: 14px;
	line-height: 30px;
	color: white;
	display: block;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer-bottom-nav a:hover,
.footer-bottom-nav a:focus,
.footer-bottom-nav li.active a {
	color: white;
	text-decoration: none;
	border-color: white;
}


@media (min-width: 992px) {
	.footer-bottom-nav {
		float: right;
	}
	.footer-bottom-nav li {
		list-style-type: none;
		display: block;
		float: left;
		margin: 0 0 10px 20px;
	}
}
/* End */


/* Start:/local/templates/jb/components/bitrix/form.result.new/modal_v2/style.css?15710414463669*/
.modal-form {
	padding: 35px;
}

.modal-form h2 {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 0 0 30px;
}

.modal-form input[type=text] {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 auto 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modal-form input[type=text]:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal-form input[type=text].jserror {
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
}

.modal-form textarea {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	height: 100px;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 auto 10px;
	resize: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modal-form textarea:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.modal-form textarea.jserror {
	-webkit-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
}

.modal-form input[type=submit] {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.modal-form input[type=submit]:hover,
.modal-form input[type=submit]:focus {
	outline: none;
	background-color: #ffff33;
}

.jshint {
	font-size: 12px;
	color: red;
	text-align: center;
	margin: -10px 0 10px;
	display: none;
}

.jssuccess {
	display: none;
}

.jssuccess span {
	color: red;
	text-align: center;
	padding: 5px 5px 15px;
	display: block;
}
/* End */


/* Start:/local/templates/jb/styles.css?157104144647*/
ul {
	padding: 0 0 0 20px;
	margin: 0 0 10px;
}
/* End */


/* Start:/local/templates/jb/template_styles.css?170056936847045*/
html {
	height: 100%;
}

body {
	font-family: "Exo 2";
	font-weight: 300;
	font-size: 16px;
	line-height: 1.4;
	color: #333333;
	height: 100%;
}

h1, h2 {
	font-family: "Exo 2";
	font-weight: 800;
	font-size: 24px;
	color: #3399cc;
}

h3 {
	font-family: "Exo 2";
	font-weight: 800;
	font-size: 22px;
	color: #3399cc;
}

h4 {
	font-family: "Exo 2";
	font-weight: 800;
	font-size: 20px;
	color: #3399cc;
}

h5 {
	font-family: "Exo 2";
	font-weight: 800;
	font-size: 18px;
	color: #3399cc;
}

h6 {
	font-family: "Exo 2";
	font-weight: 800;
	font-size: 16px;
	color: #3399cc;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}


/* HEADER */

.header {

}

.header-top {
	text-align: center;
	padding: 15px 0 5px;
	background-color: #fafafa;
}

.header-top__contact {
	line-height: 1.2;
	display: inline-block;
	padding: 0 0 0 40px;
	margin: 0 10px 10px;
	position: relative;
}

.header-top__contact:before {
	content: "";
	width: 28px;
	height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	background-color: #f1f1f1;
	background-image: url("/local/templates/jb/images/icon_target.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: -14px 0 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.header-top__town {
	font-size: 12px;
	display: block;
}

.header-top__telephone {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	display: block;
}


.header-middle {
	padding: 40px 0;
}

.header-middle-logo {
	text-align: center;
}

.header-middle-logo img {
	max-width: 100%;
	margin: 0 0 10px;
}

.header-middle-email {
	font-weight: 300;
	font-size: 14px;
	color: #333333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-middle-email:hover,
.header-middle-email:focus {
	color: #333333;
	text-decoration: none;
}

.header-middle-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	color: #999999;
	padding: 5px 0 0 14px;
	position: relative;
}

.header-middle-text:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/templates/jb/images/icon_quote_b.png");
	position: absolute;
	left: 0;
	top: 10px;
	opacity: 0.5;
}

.header-middle-button-holder {
	padding: 18px 0 0;
}

.header-middle-button {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 27px 20px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-middle-button:hover,
.header-middle-button:focus {
	color: #333333;
	outline: none;
	background-color: #ffff33;
}


.header-nav {
	padding: 10px 0;
	background-color: #3399cc;
}


.header-breadcrumbs {
	padding: 10px 0;
	background: #69c2ef;
}

/* END HEADER */


/* START CONTENT */

.content {
	padding: 40px 0;
}

.page-title {
	margin: 0 0 30px;
}


.jb-button {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 27px 20px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.jb-button:hover,
.jb-button:focus {
	color: #333333;
	text-decoration: none;
	outline: none;
	background-color: #ffff33;
}


.jb-itd-item {
	margin: 0 0 30px;
}

.jb-itd-item__icon {
	text-align: center;
	display: block;
	height: 100px;
	margin: 0 0 15px;
}

.jb-itd-item__icon img {
	max-width: 100%;
	max-height: 100%;
}

.jb-itd-item__title {
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	height: 72px;
	overflow: hidden;
}

.jb-itd-item__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	height: 100px;
	overflow: hidden;
}

/* END CONTENT */


/* START MONITOR WIDGET */

.wmonitor {
	background: url("/local/templates/jb/images/bg.jpg") center center;
}

.wmonitor-inner {
	padding: 60px 0;
	background-position: -9999px bottom;
	background-repeat: no-repeat;
}

.wmonitor-title {
	font-weight: 800;
	font-size: 24px;
	color: #3399cc;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 50px;
}

.wmonitor-subtitle {
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin: 0 0 50px;
}

.wmonitor-button {
	font-weight: 800;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 360px;
	padding: 32px 24px;
	border: none;
	-webkit-border-radius: 52px;
	-moz-border-radius: 52px;
	-ms-border-radius: 52px;
	-o-border-radius: 52px;
	border-radius: 52px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wmonitor-button:hover,
.wmonitor-button:focus {
	color: #333333;
	text-decoration: none;
	background-color: #ffff33;
}


.wmonitor-modal {
	padding: 35px;
}

.wmonitor-modal-title {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin: 0 0 30px;
}

.wmonitor-modal-form input[type=text] {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: white;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	margin: 0 auto 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wmonitor-modal-form input[type=text]:focus {
	outline: none;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.wmonitor-modal-form input[type=submit] {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	display: block;
	width: 280px;
	max-width: 100%;
	padding: 22px 30px;
	border: none;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	-ms-border-radius: 32px;
	-o-border-radius: 32px;
	border-radius: 32px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wmonitor-modal-form input[type=submit]:hover,
.wmonitor-modal-form input[type=submit]:focus {
	outline: none;
	background-color: #ffff33;
}


@media (min-width: 768px) {
	.wmonitor-inner {
		background-position: center bottom;
		-webkit-background-size: auto 90%;
		-moz-background-size: auto 90%;
		-ms-background-size: auto 90%;
		-o-background-size: auto 90%;
		background-size: auto 90%;
	}
	.wmonitor-text-block {
		min-height: 277px;
	}
	.wmonitor-title {
		text-align: left;
	}
	.wmonitor-subtitle {
		text-align: left;
	}
	.wmonitor-button {
		margin: 0;
	}
}

@media (min-width: 992px) {
	.wmonitor-title {
		font-size: 30px;
	}
}

/* END MONITOR WIDGET */


/* START DESCRIPTION WIDGET */

.wdescription {
	padding: 80px 0 60px;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wdescription li {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	list-style-type: none;
	padding: 0 0 0 14px;
	margin: 0 0 10px;
	position: relative;
}

.wdescription li:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/templates/jb/images/icon_quote_b.png");
	position: absolute;
	left: 0;
	top: 8px;
	opacity: 0.5;
}

/* END DESCRIPTION WIDGET */


/* START BANNER WIDGET */

.wbanner {
	height: 460px;
	padding-top: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wbanner-title {
	font-weight: 800;
	font-size: 30px;
	color: white;
	text-align: center;
	margin: 0 0 30px;
}

.wbanner-button {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 27px 20px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wbanner-button:hover,
.wbanner-button:focus {
	color: #333333;
	outline: none;
	background-color: #ffff33;
}

/* END BANNER WIDGET */


/* START ADVANTAGES WIDGET */

.wadvantages {
	padding: 80px 0 40px;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wadvantages-row {
	font-size: 0;
	line-height: 0;
	text-align: center;
}

.wadvantages-item {
	display: inline-block;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 40px;
}

.wadvantages-item__content {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}

.wadvantages-item__icon {
	text-align: center;
	display: block;
	height: 80px;
	margin: 0 0 15px;
}

.wadvantages-item__icon img {
	max-width: 100%;
	max-height: 100%;
}

.wadvantages-item__title {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
	text-align: center;
	height: 67px;
}


@media (min-width: 768px) {
	.wadvantages-item {
		width: 33.33%;
	}
}

/* END ADVANTAGES WIDGET */


/* START SERVICES WIDGET */

.wservices {
	padding: 80px 0;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wservices-row {
	display: block;
}

.wservices-left {
	text-align: right;
	display: block;
	vertical-align: top;
}

.wservices-center {
	text-align: center;
	display: none;
	vertical-align: top;
	width: 26%;
}

.wservices-center__image {
	display: inline-block;
	width: 75%;
	height: 100%;
	background: url("/local/templates/jb/images/monitor.png") center center no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-ms-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.wservices-right {
	text-align: left;
	display: block;
	vertical-align: top;
}

.wservices-item {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
	padding: 16px 30px 16px 50px;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 0 0 20px;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wservices-item:hover,
.wservices-item:focus {
	color: #333333;
	text-decoration: none;
	background-color: #ffff33;
}

.wservices-item img {
	width: 20px;
	height: 20px;
	position: absolute;
	margin: -10px 0 0 0;
	position: absolute;
	left: 10px;
	top: 50%;
}


@media (min-width: 768px) {
	.wservices-row {
		display: table;
		width: 100%;
	}
	.wservices-left {
		display: table-cell;
		width: 37%;
	}
	.wservices-center {
		display: table-cell;
		width: 26%;
	}
	.wservices-right {
		display: table-cell;
		width: 37%;
	}
	.wservices-item {
		text-align: left;
		display: inline-block;
	}
}

/* END SERVICES WIDGET */


/* START REASONS WIDGET */

.wreasons {
	padding: 80px 0;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wreasons-title {
	font-weight: 800;
	font-size: 24px;
	color: #3399cc;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 40px;
}

.wreasons-item {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	display: block;
	height: 77px;
	overflow: hidden;
	padding: 0 10px 0 50px;
	margin: 0 0 20px;
	position: relative;
}

.wreasons-item:before {
	font-weight: 800;
	font-size: 68px;
	line-height: 0.7;
	color: #c1e0f0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wreasons-item:hover:before {
	color: #3399cc;
}

.wreasons-item_reason1:before {
	content: "1";
}

.wreasons-item_reason2:before {
	content: "2";
}

.wreasons-item_reason3:before {
	content: "3";
}

.wreasons-item_reason4:before {
	content: "4";
}

.wreasons-item_reason5:before {
	content: "5";
}

.wreasons-item_reason6:before {
	content: "6";
}

.wreasons-item_reason7:before {
	content: "7";
}


.wreasons-button {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 27px 20px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 20px auto 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wreasons-button:hover,
.wreasons-button:focus {
	color: #333333;
	outline: none;
	background-color: #ffff33;
}

/* END REASONS WIDGET */


/* START STEPS WIDGET */

.wsteps {
	padding: 80px 0;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wsteps-title {
	font-weight: 800;
	font-size: 24px;
	color: #3399cc;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 40px;
}

.wsteps-item {
	margin: 0 0 40px;
	position: relative;
}

.wsteps-item_notcenter {
	display: none;
}

.wsteps-item_center3items {
	width: 12.5%;
	min-height: 1px;
	float: left;
}

.wsteps-item_center2items {
	width: 25%;
	min-height: 1px;
	float: left;
}

.wsteps-item_center1items {
	width: 35.5%;
	min-height: 1px;
	float: left;
}

.wsteps-item_arrowed:after {
	content: "";
	width: 28px;
	height: 16px;
	background: url("/local/templates/jb/images/icon_arrow_h.png");
	margin: 0 0 0 -14px;
	position: absolute;
	left: 50%;
	bottom: -12px;
}

.wsteps-item__icon {
	text-align: center;
	display: block;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-ms-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	background-color: #f3f3f3;
	margin: 0 auto 25px;
	position: relative;
}

.wsteps-item__icon img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.wsteps-item__title {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
	text-align: center;
	height: 77px;
	padding: 0 15px;
	overflow: hidden;
}


.wsteps-button {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 27px 20px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 0 auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wsteps-button:hover,
.wsteps-button:focus {
	color: #333333;
	outline: none;
	background-color: #ffff33;
}


@media (min-width: 768px) {
	.wsteps-item_arrowed:after {
		width: 16px;
		height: 28px;
		background: url("/local/templates/jb/images/icon_arrow_v.png");
		left: auto;
		right: -15px;
		top: 21px;
		bottom: auto;
	}
	.wsteps-item__icon {
		text-align: center;
		display: block;
		width: 70px;
		height: 70px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		-ms-border-radius: 35px;
		-o-border-radius: 35px;
		border-radius: 35px;
		background-color: #f3f3f3;
		margin: 0 auto 25px;
		position: relative;
	}
	.wsteps-item__icon img {
		max-width: 90%;
		max-height: 90%;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.wsteps-item__title {
		font-weight: 300;
		font-size: 16px;
		line-height: 1.2;
		color: #333333;
		text-align: center;
		height: 77px;
		padding: 0 15px;
		overflow: hidden;
	}	
}

/* END STEPS WIDGET */


/* START REVIEWS WIDGET */

.wreviews {
	padding: 80px 0 50px;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wreviews-item {
	padding: 15px 0;
}

.wreviews-item__image {
	display: block;
	width: 150px;
	height: 200px;
	float: left;
	margin: 0 20px 0 0;
}

.wreviews-item__image img {
	width: 100%;
	max-height: 100%;
}

.wreviews-item__content {
	overflow: hidden;
}

.wreviews-item__property {
	font-weight: 300;
	font-size: 16px;
	color: #000;
	display: block;
	margin: 0 0 10px;
}

.wreviews-item__property strong {
	font-weight: 800;
	color: #333333;
}

.wreviews-item__text {
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	height: 170px;
	overflow: hidden;
	margin: 20px 0 0;
}


.carousel-control.wreviews-control {
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	background: url("/local/templates/jb/images/icon_arrow_lr.png") 0 0 no-repeat #3399cc;
	margin: -20px 0 0 0;
	left: 0;
	top: 50%;
	bottom: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.carousel-control.wreviews-control.right {
	background-position: 0 -40px;
	left: auto;
	right: 0;
}

/* END REVIEWS WIDGET */


/* START QUESTION WIDGET */

.wquestions {
	background: url("/local/templates/jb/images/bg.jpg") center center;
}

.wquestions-inner {
	padding: 80px 0;
	background-image: url("/local/templates/jb/images/bg_questions.png");
	background-position: -9999px bottom;
	background-repeat: no-repeat;
}

.wquestions-title {
	font-weight: 800;
	font-size: 30px;
	color: #3399cc;
	margin: 0 0 20px;
}

.wquestions-subtitle {
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	margin: 0 0 40px;
}


@media (min-width: 768px) {
	.wquestions-inner {
		background-position: right bottom;
		-webkit-background-size: auto 90%;
		-moz-background-size: auto 90%;
		-ms-background-size: auto 90%;
		-o-background-size: auto 90%;
		background-size: auto 90%;
	}
	.wquestions-title {
		text-align: left;
	}
	.wquestions-subtitle {
		text-align: left;
	}
}

/* END QUESTION WIDGET */


/* START MONITOR 2 WIDGET */

.wmonitor2 {
	padding: 60px 0 50px;
	background: url("/local/templates/jb/images/bg.jpg") center center;
}

.wmonitor2-title {
	font-weight: 800;
	font-size: 24px;
	color: #3399cc;
	text-transform: uppercase;
	text-align: center;
	text-align: center;
	margin: 0 0 20px;
}

.wmonitor2-subtitle {
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin: 0 0 50px;
}

.wmonitor2-row {
	
}

.wmonitor2-left {
	margin: 0 0 30px;
}

.wmonitor2-video {
	height: 0;
	padding-top: 75%;
	position: relative;
}

.wmonitor2-video_3x2 {
	padding-top: 66.67%;
}

.wmonitor2-video_4x3 {
	padding-top: 75%;
}

.wmonitor2-video_5x4 {
	padding-top: 80%;
}

.wmonitor2-video_14x9 {
	padding-top: 64.29%;
}

.wmonitor2-video_16x9 {
	padding-top: 56.25%;
}

.wmonitor2-video_16x10 {
	padding-top: 62.5%;
}

.wmonitor2-player {
	width: 100%;
	height: 100%;
	background-color: #999999;
	position: absolute;
	left: 0;
	top: 0;
}

.wmonitor2-space {
	display: none;
}

.wmonitor2-right {
	
}


.wmonitor2-order-wrapper {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.wmonitor2-order-wrapper div[id^=comp] {
	height: 100%;
}

.wmonitor2-order-wrapper .wmonitor-order {
	height: 100%;
}


.wmonitor2-advantages {
	margin: 40px 0 0;
}

.wmonitor2-advantages-item {
	font-weight: 800;
	font-size: 18px;
	line-height: 1.2;
	color: #333333;
	padding: 5px 0 0 14px;
	margin: 0 0 10px;
	position: relative;
}

.wmonitor2-advantages-item:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/templates/jb/images/icon_quote_b.png");
	position: absolute;
	left: 0;
	top: 14px;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {
	.wmonitor2-title {
		font-size: 30px;
	}
	.wmonitor2-row {
		display: table;
		width: 100%;
	}
	.wmonitor2-left {
		display: table-cell;
		vertical-align: top;
		width: 54%;
	}
	.wmonitor2-space {
		display: table-cell;
		vertical-align: top;
		width: 10%;
	}
	.wmonitor2-right {
		display: table-cell;
		vertical-align: top;
		width: 36%;
	}
	.wmonitor2-order-wrapper .wmonitor-order input[type=text] {
		padding: 10px 30px;
	}
}

@media (min-width: 1200px) {
	.wmonitor2-order-wrapper .wmonitor-order input[type=text] {
		padding: 22px 30px;
	}
}

/* END MONITOR 2 WIDGET */


/* START PACKAGES WIDGET */

.wpackages {
	padding: 80px 0 50px;
	background: -webkit-linear-gradient(#ffffff, #fafafa);
	background: -moz-linear-gradient(#ffffff, #fafafa);
	background: -ms-linear-gradient(#ffffff, #fafafa);
	background: -o-linear-gradient(#ffffff, #fafafa);
	background: linear-gradient(#ffffff, #fafafa);
}

.wpackages-item {
	padding: 30px 35px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	background-color: #3399cc;
	margin: 0 0 30px;
}

.wpackages-item-title {
	font-weight: 800;
	font-size: 20px;
	color: #ffff66;
	margin: 0 0 10px;
}

.wpackages-item-discount {
	font-weight: 300;
	font-size: 12px;
	line-height: 16px;
	color: #3399cc;
	display: inline-block;
	padding: 7px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background-color: white;
	margin: 0 0 10px;
}

.wpackages-item-description {
	font-weight: 300;
	font-size: 16px;
	color: white;
	padding: 20px 0;
	margin: 0 0 10px;
}

.wpackages-item-description ul {
	padding: 0;
	margin: 0;
}

.wpackages-item-description li {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: white;
	list-style-type: none;
	padding: 5px 0 0 14px;
	margin: 0 0 5px;
	position: relative;
}

.wpackages-item-description li:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/templates/jb/images/icon_quote_w.png");
	position: absolute;
	left: 0;
	top: 10px;
}

.wpackages-item-price {
	margin: 0 0 10px;
}

.wpackages-item-price__title {
	font-weight: 300;
	font-size: 12px;
	color: white;
	display: block;
}

.wpackages-item-price__value {
	font-weight: 800;
	font-size: 16px;
	color: #ffff66;
}

.wpackages-item-price__value strong {
	font-weight: 800;
	font-size: 25px;
}

.wpackages-item-button {
	font-weight: 800;
	font-size: 16px;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 17px 15px;
	border: none;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	-ms-border-radius: 28px;
	-o-border-radius: 28px;
	border-radius: 28px;
	background-color: #ffff66;
	margin: 0 auto 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wpackages-item-button:hover,
.wpackages-item-button:focus {
	color: #333333;
	outline: none;
	background-color: #ffff33;
}

.wpackages-item-access {
	font-weight: 300;
	font-size: 12px;
	color: white;
	padding: 20px 0;
	margin: 0 0 10px;
	opacity: 0.75;
}

.wpackages-item-access span {
	display: inline-block;
	margin: 0 0 5px;
}

.wpackages-item-access ul {
	padding: 0;
	margin: 0;
}

.wpackages-item-access li {
	list-style-type: none;
}

/* END PACKAGES WIDGET */


/* START LINK BLOCKS WIDGET */

.wlinkblocks {
	padding: 40px 0;
}

.wlinkblocks-item {
	margin: 0 0 40px;
}

.wlinkblocks-item-header {
	padding: 15px 20px;
	margin: 0 0 30px;
}

.wlinkblocks-item-header:after {
	content: "";
	display: table;
	clear: both;
}

.wlinkblocks-item-header__title {
	font-weight: 800;
	font-size: 16px;
	color: white;
	float: left;
	margin: 0;
}

.wlinkblocks-item-header__link {
	font-weight: 300;
	font-size: 12px;
	color: white;
	text-decoration: underline;
	display: block;
	float: right;
}

.wlinkblocks-item-header__link:hover,
.wlinkblocks-item-header__link:focus {
	color: white;
	text-decoration: none;
}

.wlinkblocks-item-content {
	display: table;
	width: 100%;
}

.wlinkblocks-item-content__icon {
	text-align: center;
	display: table-cell;
	vertical-align: top;
	width: 40%;
}

.wlinkblocks-item-content__icon img {
	max-width: 100%;
	max-height: 100%;
}

.wlinkblocks-item-content__links {
	display: table-cell;
	vertical-align: top;
	width: 60%;
}

.wlinkblocks-item-content__list {
	padding: 0;
	margin: 0;
}

.wlinkblocks-item-content__list li {
	font-weight: 300;
	font-size: 16px;
	color: #333333;
	list-style-type: none;
	padding: 0 0 0 14px;
	position: relative;
}

.wlinkblocks-item-content__list li:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/templates/jb/../images/icon_quote_b.png");
	position: absolute;
	left: 0;
	top: 13px;
}

.wlinkblocks-item-content__list a {
	color: #333333;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0;
	border-bottom: 1px solid transparent;
}

.wlinkblocks-item-content__list a:hover,
.wlinkblocks-item-content__list a:focus {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #333333;
}

/* END LINK BLOCKS WIDGET */


/* START PRODUCTS WIDGET */

.wproducts {
	padding: 40px 0;
}

.wproducts-description {
	margin: 0 0 10px;
}

.wproducts-filter {
	padding: 10px 0;
}

.wproducts-filter__title {

}

.wproducts-filter__checkbox {
	font-family: "FontAwesome";
	font-size: 14px;
	line-height: 18px;
	color: white;
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #999999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: white;
	margin: 0 0 0 10px;
}

.wproducts-filter__checkbox:before {
	content: "\f00c";
}

.wproducts-filter__checkbox.active:before {
	color: #3399cc;
}

.wproducts-table-wrapper {
	width: 100%;
	overflow-x: auto;
}

.wproducts-table {
	width: 100%;
}

.wproducts-table th,
.wproducts-table td {
	/*border: 1px solid #f0f0f0;*/
}

.wproducts__column {
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 20px 15px;
}

.wproducts__row {
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	padding: 20px 15px;
}

.wproducts__row_indented {
	padding-left: 50px;
}

.wproducts__row_bordered {
	border-bottom: 1px solid #f0f0f0;
}

.wproducts-item {
	padding: 20px 20px 10px;
}

.wproducts-item__title {
	font-weight: 800;
	font-size: 20px;
	color: #3399cc;
	margin: 0 0 10px;
}

.wproducts-item__title a {
	color: #3399cc;
}

.wproducts-item__price {
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
	text-align: center;
	display: block;
	margin: 0 0 10px;
}

.wproducts-item__price strong {
	font-weight: 800;
	font-size: 20px;
}

.wproducts-item__economy {
	font-size: 12px;
	color: #999999;
	text-align: center;
	display: block;
	margin: 0 0 10px;
}

.wproducts-item__economy strong {
	font-weight: 800;
	font-size: 16px;
}

.wproducts-item__button {
	font-weight: 800;
	font-size: 14px;
	color: #333333;
	text-align: center;
	display: block;
	width: 100%;
	max-width: 140px;
	padding: 15px 20px;
	border: none;
	-webkit-border-radius: 38px;
	-moz-border-radius: 38px;
	-ms-border-radius: 38px;
	-o-border-radius: 38px;
	border-radius: 38px;
	background-color: #ffff66;
	margin: 0 auto 10px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wproducts-item__button:hover,
.wproducts-item__button:focus {
	color: #333333;
	outline: none;
	background-color: #ffff33;
}


.jb-filter-trigger {
	margin: 0 0 10px;
}

.jb-filter-trigger span {
	display: inline-block;
	border-bottom: 1px dashed #333333;
	cursor: pointer;
}

/* END PRODUCTS WIDGET */


/* START ICON WIDGET */

.wicons {
	padding: 80px 0;
}

.wicons-title {
	font-weight: 800;
	font-size: 20px;
	color: #3399cc;
	text-align: center;
	margin: 10px 0 20px;
}

.wicons-row:after {
	content: "";
	display: table;
	clear: both;
}

.wicons-cell {
	width: 25%;
	float: left;
}

.wicons-item {
	padding: 1px;
	cursor: pointer;
}

.wicons-item img {
	width: 100%;
}

.wicons-item__title {
	display: none;
}

.wicons-item__description {
	display: none;
}


#wicons-modal {
	max-width: 600px;
}

.wicons-modal__title {
	font-size: 20px;
	text-align: center;
	margin: 0 0 10px;
}

/* END ICON WIDGET */


/* START FOOTER */

.footer {
	margin-top: auto;
}

.footer-top {
	padding: 40px 0;
	border-top: 1px solid #fafafa;
}

.footer-top-logo {
	text-align: center;
}

.footer-top-logo img {
	max-width: 100%;
	margin: 0 0 10px;
}

.footer-top-email {
	font-weight: 300;
	font-size: 14px;
	color: #333333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footer-top-email:hover,
.footer-top-email:focus {
	color: #333333;
	text-decoration: none;
}

.footer-top-text {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.2;
	color: #999999;
	padding: 5px 0 0 14px;
	position: relative;
}

.footer-top-text:before {
	content: "";
	width: 5px;
	height: 8px;
	background: url("/local/templates/jb/images/icon_quote_b.png");
	position: absolute;
	left: 0;
	top: 10px;
	opacity: 0.5;
}


.footer-bottom {
	text-align: center;
	padding: 15px 0 5px;
	background-color: #333333;
}

.footer-bottom__contact {
	line-height: 1.2;
	display: inline-block;
	padding: 0 0 0 40px;
	margin: 0 10px 10px;
	position: relative;
}

.footer-bottom__contact:before {
	content: "";
	width: 28px;
	height: 28px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	background-color: #f1f1f1;
	background-image: url("/local/templates/jb/images/icon_target.png");
	background-position: center center;
	background-repeat: no-repeat;
	margin: -14px 0 0;
	position: absolute;
	left: 0;
	top: 50%;
}

.footer-bottom__town {
	font-size: 12px;
	display: block;
}

.footer-bottom__telephone {
	font-weight: 800;
	font-size: 16px;
	color: white;
	display: block;
}

/* END FOOTER */


/* START HELPERS */

.fancybox-skin {
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-o-border-radius: 14px;
	border-radius: 14px;
	background: #f5f5f5;
}

.fancybox-close {
	width: 16px;
	height: 16px;
	background: url("/local/templates/jb/images/icon_close.png");
	opacity: 0.8;
}

.fancybox-close:hover,
.fancybox-close:focus {
	opacity: 1;
}

.js-modal-button {
	cursor: pointer;
}

.js-accordeon-body {
	display: none;
}

.jb-overflow-block {
	width: 100%;
	overflow-x: auto;
}

.jb-simple-table th,
.jb-simple-table td {
	padding: 5px 10px;
	border: 1px solid #ccc;
}

.jsagreement {
	font-size: 11px;
	line-height: 1.1;
	width: 280px;
	max-width: 100%;
	margin: 0 0 10px;
}

.jsagreement.wide {
	width: auto;
}

.jsagreement input[type=checkbox].jserror {
	outline: 1px solid red;
}

.pos_t{ text-align:center;}
.pos_l, .pos_c, .pos_r{ display:inline-block;}
.pos_l{ float: left; padding: 11px 0; width: 90px;}
.pos_c{ padding: 20px 0;}
.pos_r{float: right;}
.bx-breadcrumb .bx-breadcrumb-item a { color: #ffffff;}
.bx-breadcrumb .bx-breadcrumb-item a:hover { color: #e4e4e4;}
.bx-breadcrumb i { color: #ffffff;}

/* END HELPERS */


/* MEDIAQUERIES */

@media (max-width: 991px) {
	.pos_c{ display:block;}
	.pos_l, .pos_c{ padding: 0;}
	.pos_l, .pos_r{ float: none;}
}

@media (min-width: 992px) {
	.header-top {
		text-align: left;
	}
	.header-top__contact {
		display: block;
		float: left;
		margin: 0 0 10px;
	}
	.header-top__contact + .header-top__contact {
		margin-left: 20px;
	}
	.header-middle-logo {
		text-align: left;
	}
	.header-middle-text {
		padding: 18px 0 0 14px;
	}
	.header-middle-text:before {
		top: 23px;
	}

	.footer-top-logo {
		text-align: left;
	}
	.footer-top-text {
		padding: 18px 0 0 14px;
	}
	.footer-top-text:before {
		top: 23px;
	}
	.footer-bottom {
		text-align: left;
	}
	.footer-bottom__contact {
		display: block;
		float: left;
		margin: 0 0 10px;
	}
	.footer-bottom__contact + .footer-bottom__contact {
		margin-left: 20px;
	}
	.footer-bottom-nav {
		float: right;
	}
	.footer-bottom-nav li {
		list-style-type: none;
		display: block;
		float: left;
		margin: 0 0 10px 20px;
	}
}

@media (min-width: 1200px) {
	.header-top__contact + .header-top__contact {
		margin-left: 40px;
	}
	.header-top__telephone {
		font-size: 18px;
	}
}

/* END MEDIAQUERIES */



/* NEW */

.catalog__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.catalog__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.catalog-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px
}

.catalog-item__wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff
}

.catalog-item__title {
	font-size: 1.2rem;
	margin: 0 0 20px
}

.catalog-item__title a {
	color: #3399cc;
	text-decoration: none
}

.catalog-item__title a:hover {
	text-decoration: underline
}

.catalog-item__description {
	font-weight: 300;
	margin-bottom: 25px
}

.catalog-item__button {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.7em;
	border: 1px solid transparent;
	border-radius: 21px;
	background-color: #ffff66;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer;
	margin-top: auto
}

.catalog-item__button:focus,
.catalog-item__button:hover {
	color: #333;
	text-decoration: none;
	outline: none;
	background-color: #ffff33;
	outline: 0
}

.product-form .form__field {
	max-width: 220px;
	border: 1px solid #e8e8e8;
	margin: 0 auto 10px
}

.product-form .form__field:focus {
	border-color: rgba(179, 179, 179, .7)
}

.product-form .form__textarea {
	max-width: 220px;
	border: 1px solid #e8e8e8;
	margin: 0 auto 10px
}

.product-form .form__textarea:focus {
	border-color: rgba(179, 179, 179, .7)
}

.product-form .form__button {
	max-width: 220px;
	margin: 0 auto
}

.product__header {
	margin-bottom: 50px
}

.product-header__picture {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 270px;
	background-color: #fafafa;
	margin-bottom: 30px
}

.product-header__picture img {
	max-width: 200px;
	max-height: 200px
}

.product-header__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.product-header__title {
	font-size: 1.5rem;
	margin: 0 0 20px
}

.product-header__price {
	font-weight: 700;
	font-size: 1.2rem;
	color: #2597ef;
	margin-bottom: 20px
}

.product-header__description {
	margin: auto 0
}

.product-header__buttons {
	margin-top: 20px
}

.product-header__button {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.2;
	color: #333;
	text-decoration: none;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-width: 170px;
	height: 60px;
	padding: 5px 10px;
	border: none;
	background-color: #ffff66;
	margin-bottom: 20px;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.product-header__button:hover,
.product-header__button:focus {
	color: #333;
	text-decoration: none;
	outline: none;
	background-color: #ffff33
}

.product-header__button_large {
	font-size: 1.4rem;
}

.product-tabs__button {
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 1;
	color: #2597ef;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px 20px;
	border: none;
	border-top: 3px solid #2597ef;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.product-tabs__button:focus {
	outline: none;
}

.product-tabs__button.active {
	font-weight: 400;
	color: #000;
	border-top-color: #fafafa;
	background-color: #fafafa
}

.product-tabs__body {
	padding: 10px 20px;
	background-color: #fafafa
}

.product-tabs__content {
	display: none
}

.product-tabs__content.active {
	display: block
}

.product-modal__subtitle {
	text-align: center;
	margin-top: -20px;
	margin-bottom: 25px
}

.services {
	background-color: #fff;
	margin: 0 -20px
}

.services-header {
	display: none;
	background-color: #3399cc
}

.services-header__item {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 20px;
	background-color: #3399cc
}

.services-header__item_number {
	-webkit-box-flex: 7%;
	-ms-flex: 7% 0 0px;
	flex: 7% 0 0;
	max-width: 7%
}

.services-header__item_title {
	-webkit-box-flex: 48%;
	-ms-flex: 48% 0 0px;
	flex: 48% 0 0;
	max-width: 48%
}

.services-header__item_price {
	-webkit-box-flex: 20%;
	-ms-flex: 20% 0 0px;
	flex: 20% 0 0;
	max-width: 20%
}

.services-header__item_button {
	-webkit-box-flex: 25%;
	-ms-flex: 25% 0 0px;
	flex: 25% 0 0;
	max-width: 25%
}

.services-body__section {
	font-weight: 700;
	font-size: 1.4rem;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 15px;
	background-color: rgba(51, 153, 204, .9)
}

.services-body__section_link:after {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background-image: url(/local/templates/jb/../images/icons/sprite.svg#arrow_right_short_white);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 10px;
	-webkit-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out
}

.services-body__section_link:hover:after {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px)
}

.services-body__section_level2 {
	padding-left: 20px;
	background-color: rgba(51, 153, 204, .8)
}

.services-body__section_level3 {
	padding-left: 25px;
	background-color: rgba(51, 153, 204, .7)
}

.services-body__section_level4 {
	padding-left: 30px;
	background-color: rgba(51, 153, 204, .6)
}

.services-body__section_level5 {
	padding-left: 35px;
	background-color: rgba(51, 153, 204, .5)
}

.services-body__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #e8e8e8
}

.services-body__item {
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px
}

.services-body__item_number {
	-webkit-box-flex: 10%;
	-ms-flex: 10% 0 0px;
	flex: 10% 0 0;
	max-width: 10%;
	padding-right: 0;
	padding-bottom: 0
}

.services-body__item_title {
	-webkit-box-flex: 90%;
	-ms-flex: 90% 0 0px;
	flex: 90% 0 0;
	max-width: 90%;
	padding-bottom: 0
}

.services-body__item_title a {
	text-decoration: none
}

.services-body__item_title a:hover {
	text-decoration: underline
}

.services-body__item_price {
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	max-width: 50%
}

.services-body__item_button {
	text-align: right;
	-webkit-box-flex: 50%;
	-ms-flex: 50% 0 0px;
	flex: 50% 0 0;
	max-width: 50%
}

.services-body__button {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: black;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em 1.7em;
	border: 1px solid transparent;
	border-radius: 21px;
	background-color: #ffff66;
	-webkit-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor: pointer
}

.services-body__button:focus,
.services-body__button:hover {
	background-color: #ffff33;
	outline: 0
}

.services-modal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 360px;
	padding: 40px 30px;
	background-color: #fff
}

.services-modal__title {
	font-size: 1.92rem;
	text-align: center;
	margin: 0 0 15px
}

.services-modal__subtitle {
	text-align: center;
	margin-bottom: 25px
}

@media screen and (min-width:36rem) {
	.catalog-item__wrapper {
		padding: 40px
	}

	.product-header__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.product-header__button {
		width: auto;
		height: 40px;
		margin-bottom: 0;
		margin-right: 12px
	}
	.product-tabs__header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.product-tabs__button {
		width: auto;
		margin-bottom: 0;
		margin-right: 12px
	}
	.product-tabs__body {
		padding: 20px 40px
	}

	.services {
		margin: 0
	}
	.services-body__section {
		padding: 15px 20px
	}
	.services-body__section_level2 {
		padding-left: 30px
	}
	.services-body__section_level3 {
		padding-left: 40px
	}
	.services-body__section_level4 {
		padding-left: 50px
	}
	.services-body__section_level5 {
		padding-left: 60px
	}
	.services-body__item {
		padding: 14px 20px
	}
	.services-body__item_number {
		-webkit-box-flex: 8%;
		-ms-flex: 8% 0 0px;
		flex: 8% 0 0;
		max-width: 8%;
		padding-right: 0;
		padding-bottom: 0
	}
	.services-body__item_title {
		-webkit-box-flex: 92%;
		-ms-flex: 92% 0 0px;
		flex: 92% 0 0;
		max-width: 92%;
		padding-bottom: 0
	}
}

@media screen and (min-width:48rem) {
	.catalog__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
	.catalog-item__title {
		font-size: 1.5rem
	}

	.product-header__title {
		font-size: 1.75rem
	}
	.product-header__price {
		font-size: 1.5rem
	}
	.product-tabs__button {
		min-width: 200px
	}
	.product-tabs__body {
		padding: 30px 60px
	}

	.services-body__section {
		padding: 10px 20px
	}
	.services-body__section_level2 {
		padding-left: 30px
	}
	.services-body__section_level3 {
		padding-left: 40px
	}
	.services-body__section_level4 {
		padding-left: 50px
	}
	.services-body__section_level5 {
		padding-left: 60px
	}
	.services-modal__title {
		font-size: 2.4rem
	}
}

@media screen and (min-width:62rem) {
	.product-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.product-header__picture {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%;
		margin-bottom: 0
	}
	.product-header__content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 68%;
		flex: 0 0 68%
	}
	.product-header__title {
		font-size: 2rem
	}

	.services-header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.services-body__item_number {
		-webkit-box-flex: 7%;
		-ms-flex: 7% 0 0px;
		flex: 7% 0 0;
		max-width: 7%;
		padding-right: 20px;
		padding-bottom: 14px
	}
	.services-body__item_title {
		-webkit-box-flex: 48%;
		-ms-flex: 48% 0 0px;
		flex: 48% 0 0;
		max-width: 48%;
		padding-bottom: 14px
	}
	.services-body__item_price {
		text-align: right;
		-webkit-box-flex: 20%;
		-ms-flex: 20% 0 0px;
		flex: 20% 0 0;
		max-width: 20%
	}
	.services-body__item_button {
		-webkit-box-flex: 25%;
		-ms-flex: 25% 0 0px;
		flex: 25% 0 0;
		max-width: 25%
	}
}

@media screen and (min-width:75rem) {
	.services-header__item_number {
		-webkit-box-flex: 6%;
		-ms-flex: 6% 0 0px;
		flex: 6% 0 0;
		max-width: 6%
	}
	.services-header__item_title {
		-webkit-box-flex: 53%;
		-ms-flex: 53% 0 0px;
		flex: 53% 0 0;
		max-width: 53%
	}
	.services-header__item_button {
		-webkit-box-flex: 21%;
		-ms-flex: 21% 0 0px;
		flex: 21% 0 0;
		max-width: 21%
	}
	.services-body__item_number {
		-webkit-box-flex: 6%;
		-ms-flex: 6% 0 0px;
		flex: 6% 0 0;
		max-width: 6%
	}
	.services-body__item_title {
		-webkit-box-flex: 53%;
		-ms-flex: 53% 0 0px;
		flex: 53% 0 0;
		max-width: 53%
	}
	.services-body__item_button {
		-webkit-box-flex: 21%;
		-ms-flex: 21% 0 0px;
		flex: 21% 0 0;
		max-width: 21%
	}
}

/* END NEW */

/* End */
/* /local/templates/jb/components/bitrix/menu/header/style.css?1571041446849 */
/* /local/components/bcoder/iblock.menu/templates/.default/style.css?15710414463594 */
/* /local/templates/jb/components/bitrix/breadcrumb/header-breadcrumbs/style.css?1571041446574 */
/* /local/templates/jb/components/bitrix/form.result.new/modal/style.css?15846987452530 */
/* /local/templates/jb/components/bitrix/form.result.new/question/style.css?15710414463632 */
/* /local/templates/jb/components/bitrix/menu/footer/style.css?1571041446872 */
/* /local/templates/jb/components/bitrix/form.result.new/modal_v2/style.css?15710414463669 */
/* /local/templates/jb/styles.css?157104144647 */
/* /local/templates/jb/template_styles.css?170056936847045 */
