html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	color: #444;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
h1 {
	font-size: 33px;
}
h2 {
	font-weight: 900;
	font-size: 22px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #444;
}
a:hover, a:focus,
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus {
    color: #016bff;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label.control-label {
    font-weight: 600;
    font-size: 16px;
    color: #444;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 7px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-weight: 500;
	font-size: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
header {
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 25px;
	padding-bottom: 0;
    background-attachment: fixed;
	margin-bottom: 70px;
	background-color: #222;
}
.common-home header {
	padding-bottom: 130px;
	margin-bottom: 100px;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active {
	outline: none !important;
	border: 0;
}
.btn-primary {
	padding: 10px 20px;
	background: #006BFF;
	border-radius: 59px;
	background-image: none;
	color: #FFF !important;
	font-weight: 800;
	font-size: 16px;
}
.btn-default {
	background: #006BFF;
    color: #FFF !important;
    padding: 20px 40px;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 1px;
	background-image: none;
} 
.btn-default:hover,
.btn-primary:hover,
.btn-default:disabled:hover,
.btn-default:active:hover,
.btn-primary:active:hover,
.btn-primary:disabled:hover,
.btn-primary:focus,
.btn-default:focus {
	background: #0050BF;
	background-image: none;
	color: #fff;
}
.btn-lg {
	padding: 20px 40px;
}
#navbar {
	text-align: center;
}
#navbar #menu {
	float: none;
    display: inline-block;
}
.navbar {
	position: relative;
    min-height: 50px;
    border: 1px solid transparent;
	margin-bottom: 17px;
}
.navbar-brand {
    padding: 0;
}
.navbar a {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.nav>li>a:hover, .nav>li>a:focus {
	background: transparent;
}
.navbar-header {
	min-width: 131px;
}
.head-banner {
    max-width: 1060px;
    margin: 80px auto 0;
    text-align: center;
    margin-bottom: 130px;
}
.head-banner h1 {
	font-weight: 800;
	font-size: 68px;
	color: #fff;
	line-height: 100%;
}
.head-banner-body {
	font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
    opacity: 0.75;
    letter-spacing: 0.3px;
}
#content {
	min-height: 800px;
}
.html {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    margin-top: 180px;
}
.html h3,
#module h3 {
	text-align: center;
    font-size: 48px;
    color: #222;
    margin-bottom: 20px;
    font-weight: 800;
}
#module h3 {
	margin-bottom: 60px;
}
.icon {
	display: block;
    width: 100px;
    height: 100px;
    background: radial-gradient(100% 100% at 0% 100%, #006BFF 0%, rgba(0, 107, 255, 0.25) 100%);
    border-radius: 30px;
    text-align: center;
	margin: 0 auto;
}
header .html {
	margin-top: 80px;
}
.icon-development {
    padding: 30px;
}
.icon-buy {
	padding: 30px;
}
.icon-contact {
	padding: 30px;
}
.text-center {
	text-align: center !important;
}
.text-right {
	text-align: right !important;
}
.breadcrumb {
	margin-top: -40px;
    margin-bottom: 25px;
}
.breadcrumb>li,
.breadcrumb>li>a {
	font-size: 12px;
    color: #080808;
}
.breadcrumb>li>a:hover {
	color: #0050BF;
}
.breadcrumb>li::after {
	content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
    transform: rotate(-45deg);
    vertical-align: top;
    margin: 7px 0 0 7px;
}
.breadcrumb>li:last-child::after {
	display: none;
}
#ocd_multilang {
	margin-left: 15px;
}
#ocd_multilang svg {
	margin-bottom: -4px;
}
#ocd_multilang button {
	font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 10px 34px;
    border: 2px solid #fff;
    border-radius: 40px;
    width: 125px;
}
#ocd_multilang .open button {
	border-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#ocd_multilang .dropdown-menu {
	width: 125px;
    max-width: 125px;
    min-width: 125px;
    margin: 0;
    left: auto;
    right: auto;
    background: none;
    box-shadow: none;
    border: 2px solid #fff;
    border-top: 0;
    border-radius: 0;
    border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
}
#ocd_multilang .dropdown-menu:hover,
#ocd_multilang button:hover,
#ocd_multilang button:focus {
	background: rgba(255, 255, 255, 0.25);
}
#ocd_multilang .dropdown-menu>li>a {
	font-weight: bold;
    font-size: 16px;
    color: #fff;
}
#ocd_multilang .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background: transparent;
}
.hblock {
	color: #fff;
}
.hblock h2 {
	color: #fff;
}
.hblock p {
    opacity: 0.75;
    max-width: 345px;
    margin: 0 auto 20px;
}
.row-contact {
	background: #F9FBFF;
    padding: 40px 0;
}
div.required .control-label:after {
    content: ' *';
    color: #444;
    font-weight: bold;
    font-size: 18px;
    line-height: 10px;
}
div.required.has-error .control-label:after {
	color: red;
}
.form-control {
	border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border: 1px solid #006BFF;
}
.form-control:hover {
	border: 1px solid #909090;
}
input.form-control {
	height: 59px;
}
textarea.form-control {
	padding-top: 15px;
	padding-bottom: 15px;
}
::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 16px;
	color: #909090;
}
::-moz-placeholder          {
	font-weight: 500;
	font-size: 16px;
	color: #909090;
} /* Firefox 19+ */
:-moz-placeholder           {
	font-weight: 500;
	font-size: 16px;
	color: #909090;
} /* Firefox 18- */
:-ms-input-placeholder      {
	font-weight: 500;
	font-size: 16px;
	color: #909090;
}
#input-filename {
	cursor: pointer;
}
#input-filename-icon {
	display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 25px;
    bottom: 35px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2Ljk3MzMgOC43NDc4OUw5LjY5NzkyIDE2LjAyMzNDOC44MDY2MyAxNi45MTQ2IDcuNTk3NzggMTcuNDE1MyA2LjMzNzMgMTcuNDE1M0M1LjA3NjgyIDE3LjQxNTMgMy44Njc5NyAxNi45MTQ2IDIuOTc2NjcgMTYuMDIzM0MyLjA4NTM4IDE1LjEzMiAxLjU4NDY2IDEzLjkyMzIgMS41ODQ2NiAxMi42NjI3QzEuNTg0NjYgMTEuNDAyMiAyLjA4NTM4IDEwLjE5MzQgMi45NzY2NyA5LjMwMjA2TDEwLjI1MjEgMi4wMjY2NEMxMC44NDYzIDEuNDMyNDUgMTEuNjUyMiAxLjA5ODYzIDEyLjQ5MjUgMS4wOTg2M0MxMy4zMzI4IDEuMDk4NjMgMTQuMTM4NyAxLjQzMjQ1IDE0LjczMjkgMi4wMjY2NEMxNS4zMjcxIDIuNjIwODQgMTUuNjYwOSAzLjQyNjc0IDE1LjY2MDkgNC4yNjcwNkMxNS42NjA5IDUuMTA3MzggMTUuMzI3MSA1LjkxMzI4IDE0LjczMjkgNi41MDc0OEw3LjQ0OTU5IDEzLjc4MjlDNy4xNTI0OSAxNC4wOCA2Ljc0OTU0IDE0LjI0NjkgNi4zMjkzOCAxNC4yNDY5QzUuOTA5MjIgMTQuMjQ2OSA1LjUwNjI3IDE0LjA4IDUuMjA5MTcgMTMuNzgyOUM0LjkxMjA3IDEzLjQ4NTggNC43NDUxNyAxMy4wODI4IDQuNzQ1MTcgMTIuNjYyN0M0Ljc0NTE3IDEyLjI0MjUgNC45MTIwNyAxMS44Mzk2IDUuMjA5MTcgMTEuNTQyNUwxMS45MzA0IDQuODI5MTQiIHN0cm9rZT0iIzQ0NDQ0NCIgc3Ryb2tlLXdpZHRoPSIxLjI1IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
}
#contact-form {
	width: 100%;
    max-width: 690px;
    margin: 0 auto;
}
#contact-form h3 {
	font-weight: 800;
	font-size: 48px;
	color: #222;
	text-align: center;
}
#contact-form .btn-default {
	margin-top: 20px;
}
#contact-form p {
	text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 120%;
    color: #444;
    margin-bottom: 35px;
}
.text-danger, .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: red;
}
.has-error .form-control {
	border-color: red;
}
.success-message {
	width: 100%;
    max-width: 690px;
    margin: 0 auto;
    text-align: center;
    min-height: 700px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.success-message h3 {
	font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: #222;
    margin-bottom: 20px;
}
.success-message p {
	font-weight: 500;
    font-size: 16px;
    color: #444;
}
.icon-success {
    width: 90px;
    height: 90px;
    background: #006BFF;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    border-radius: 79px;
    margin-bottom: 30px;
    padding: 31px;
}
#accordion {
    border: 1px solid #F9F9F9;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    padding: 30px;
    margin-bottom: 100px;
    border-radius: 10px;
    margin-top: 50px;
}
.html a {
	font-weight: 600;
	color: #444;
	font-size: 16px;
}
.panel-default {
	background: #F9F9F9;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 18px 20px;
    margin-bottom: 20px;
}
.panel-collapse {
    margin-top: 20px;
}
.product-thumb {
	border: 1px solid #F9F9F9;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}
.product-thumb .caption {
	padding: 20px;
}
.product-thumb .caption>a:not(.btn),
.product-thumb .caption>.name {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #444;
    height: 68px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-thumb .caption>a:hover {
    color: #666;
}
.product-thumb .caption>p.description {
	font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 30px;
	min-height: 50px;
}
.product-thumb .caption>button {
	margin-bottom: 8px;
}
.product-thumb .price-new {
	font-weight: bold;
    font-size: 16px;
    line-height: 120%;
}
.product-thumb .price-old {
	font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-decoration-line: line-through;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #909090;
}
.product-thumb .no-special {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    margin-top: 11px;
    display: block;
}
.product-layout {
	margin-bottom: 30px;
}
.product-page .thumbnails {
	margin: 20px -5px;
}
.product-page .thumbnail {
	margin-bottom: 8px;
}
.product-page h1 { 
	margin-top: 0;
    line-height: 28px;
    font-size: 28px;
}
#form-review .alert {
	margin-top: 20px;
}
#review {
	margin-top: 20px;
}
.star-rating-input{
	display: none;
}
.star-rating-ico:hover:before,
.star-rating-ico:hover ~ .star-rating-ico:before
{
	content: '';
	width: 20px;
	height: 20px;
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MTdkNjRjMi1mYzAzLWM4NGQtOWNhYi00MmFkNWJhZmEyNjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEZCRUU5MjMzOEYxMTFFOTg4ODZGMkJGM0QxRDBCMjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEZCRUU5MjIzOEYxMTFFOTg4ODZGMkJGM0QxRDBCMjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlDNzBEMzFDMDM1RTkxMUJEMzdCODc3RDg0RjU2MTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MzA3NDkyMC0yZWFhLTExZTktYmU1Zi1kZDVkNTk1NDk5MGUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5M8eqpAAABQUlEQVR42mI8cuQIAwmgBIinA/FXYhQzMZAG0oHYn1jFpBhuDMQqQBxFC8NhhroCsRA1DQepC4Oy2YA4hJqG2wKxDBI/nJqGR6LxHYBYipAmFiDWIJACWLFEIshRM4EYXzp+DTL8JhC/B+IeIOYlIYJ9oBgb2A3EySAX/AfiWUCsD8QHGCgDoMyVBcTuQPwYOczvA7ETEOcB8TcyDD4CdeB0qIMxIhQkOBmIDYD4OJGG/gDiUiC2B+K7xKSW29Dkd5MIw5Og8fWPlKTIDcQKRBiuR046DwJidiIMB2UoRlINR884f4B4HhBfQxNXBGILUgwXg6YcGLgBxDagtAstHdHDOJIUw0OhuRdkwAQgNgLik3hSB0g9M7GGRyCl+0Ig/o4nXU8DYnE0n+I0HFT6XYVqPEhEjswGYhcgNkOXBAgwAGyBOTwJYykTAAAAAElFTkSuQmCC');
}
.star-rating-ico:hover:before,
.star-rating-ico:hover ~ .star-rating-ico:before,
.star-rating-input:checked ~ .star-rating-ico:before
{
	content: ''; 
	width: 22px;
	height: 20px;
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MTdkNjRjMi1mYzAzLWM4NGQtOWNhYi00MmFkNWJhZmEyNjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkQyRTE3QTkzOEYzMTFFOTgxRERDRTA1MzEwNTA1MjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkQyRTE3QTgzOEYzMTFFOTgxRERDRTA1MzEwNTA1MjMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlDNzBEMzFDMDM1RTkxMUJEMzdCODc3RDg0RjU2MTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MzA3NDkyMC0yZWFhLTExZTktYmU1Zi1kZDVkNTk1NDk5MGUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6WhkZRAAABSUlEQVR42mL8u86QgUjAA8QZQNxDrAYmBuKBHxCnkaCeJMOjgFgViI2pbbgQELshWUJVw0OAmBXKDiVWH7GGRyCxZYHYllqGSwGxPR7LcAIWIE4CYlE8amywOCIaiJ8C8W88+jaCDN8NxHOB2JWElMMLxM045D4DcQkQ3wS56DEQuwNxFhB/ZaAM7ANiPSCeBcT/Yd79D8TTgVgfiI+QYeg3IM4DYhcgfoArQu9CI68UiH8QafBxIDYA4slQR6JEKDr4By0/ngPxEgIGX4cmy7+kJkUdIlytCMTcpKZzRiLTMgcQB5FquAUQK6CJXYMm2T9o4pGkGh6JJQ5ApWEKNFPdQJJ3AmIxYg1nhhZOuFLPSSA2AuIJUItBiSKMWMNBLhGHJi09HOn+OxAXQtXeB+JwYg03hWaGPGjmwAcOQjPeVSCWQZcECDAASHw56/b/LVgAAAAASUVORK5CYII=');
}
.star-rating-wrap {
    direction: rtl;
    text-align: left;
    padding-bottom: 5px;
    margin-top: 7px;
}
.star-rating-ico {
	width: 22px;
	height: 20px;
	display: inline-block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAYAAABmvqYOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2MTdkNjRjMi1mYzAzLWM4NGQtOWNhYi00MmFkNWJhZmEyNjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEZCRUU5MjMzOEYxMTFFOTg4ODZGMkJGM0QxRDBCMjciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEZCRUU5MjIzOEYxMTFFOTg4ODZGMkJGM0QxRDBCMjciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODlDNzBEMzFDMDM1RTkxMUJEMzdCODc3RDg0RjU2MTMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MzA3NDkyMC0yZWFhLTExZTktYmU1Zi1kZDVkNTk1NDk5MGUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5M8eqpAAABQUlEQVR42mI8cuQIAwmgBIinA/FXYhQzMZAG0oHYn1jFpBhuDMQqQBxFC8NhhroCsRA1DQepC4Oy2YA4hJqG2wKxDBI/nJqGR6LxHYBYipAmFiDWIJACWLFEIshRM4EYXzp+DTL8JhC/B+IeIOYlIYJ9oBgb2A3EySAX/AfiWUCsD8QHGCgDoMyVBcTuQPwYOczvA7ETEOcB8TcyDD4CdeB0qIMxIhQkOBmIDYD4OJGG/gDiUiC2B+K7xKSW29Dkd5MIw5Og8fWPlKTIDcQKRBiuR046DwJidiIMB2UoRlINR884f4B4HhBfQxNXBGILUgwXg6YcGLgBxDagtAstHdHDOJIUw0OhuRdkwAQgNgLik3hSB0g9M7GGRyCl+0Ig/o4nXU8DYnE0n+I0HFT6XYVqPEhEjswGYhcgNkOXBAgwAGyBOTwJYykTAAAAAElFTkSuQmCC');
}
.star-rating-wrap div.required .control-label:after {
    float: right;
}
.star-rating-wrap label.control-label {
	float: left;
    margin-top: -6px;
    margin-right: 10px;
}
.review-item {
	border: 1px solid #F2F2F2;
    padding: 20px;
    margin-bottom: 20px;
}
.review-author {
	float: left;
    font-weight: 600;
    margin-bottom: 10px;
}
.review-rating {
	float: right;
}
.review-text {
	font-size: 13px;
    margin-bottom: 15px;
}
.review-text {
	font-size: 14px;
}
.charakter {
	position: relative;
	margin-bottom: 3px;
}
.charakter::before {
	content: '';
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 2px;
    height: 2px;
    border-bottom: 1px dotted #ccc;
}
.charakter span {
	padding: 3px;
    background: #fff;
}
.charakter span + span {
	font-weight: 600;
    float: right;
    margin-bottom: -17px;
    display: inline-block;
	padding-right: 0;
	padding-left: 5px;
}
.charakter span:first-child {
	padding-left: 0;
	padding-right: 5px;
}
#tab-specification,
#tab-description {
	padding-top: 20px;
}
blockquote {
	font-size: 14px;
    font-weight: 600;
	margin-top: 30px;
}
#tab-description a {
	font-weight: bold;
	text-decoration: underline;
}
.product-page .nav>li>a {
    padding: 13px 35px;
	font-size: 16px;
    font-weight: bold;
}
.product-right {
	padding-left: 30px;
}
.modal {
  text-align: center;
}
.modal .close {
	position: absolute;
    right: 15px;
    font-size: 44px;
    opacity: .6;
    cursor: pointer;
}
.modal .close:hover {
	opacity: 1;
}
@media screen and (min-width: 768px) { 
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-dialog .table>tbody>tr>td {
	border-top: 0;
}
.modal-dialog .price-cart {
	min-width: 80px;
	font-weight: 600;
}
.modal-dialog .title-cart {
	font-weight: 600;
}
.modal-dialog label.control-label {
    font-size: 14px;
    padding-bottom: 0px;
}
.modal-dialog input.form-control {
    height: 36px;
}
.modal-dialog input[type="text"].form-control,
.modal-dialog select.form-control {
	font-size: 14px;
}
.modal-dialog ::-webkit-input-placeholder {
	font-size: 14px;
}
.modal-dialog ::-moz-placeholder          {
	font-size: 14px;
} /* Firefox 19+ */
.modal-dialog :-moz-placeholder           {
	font-size: 14px;
} /* Firefox 18- */
.modal-dialog :-ms-input-placeholder      {
	font-size: 14px;
}
.modal-dialog .success-message {
    min-height: 400px;
}
.modal-dialog .text-danger {
	font-size: 12px;
}
.see-all {
	margin-top: 60px;
}
.pagination {
    margin: 15px 0;
    font-size: 16px;
    display: initial;
}
.pagination>li {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.pagination>li.active {
	border-bottom: 1px solid;
}
.category h1 {
	margin-bottom: 20px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
	border: 1px solid #ccc;
}
.sorts {margin-bottom: 15px;}
footer {
	padding: 30px 0px;
    background: #222;
    margin-top: 70px;
}
footer a {
	font-weight: bold;
    font-size: 16px;
    color: #fff;
}
.footer-menu {
	margin-bottom: 0;
}
.footer-menu>li>a {
	line-height: 50px;
}
footer .text-right a {
	line-height: 50px;
}

.chat {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #00a1ff;
  box-shadow: 0 5px 20px 0 rgba(0, 161, 255, .3);
  padding: 20px;
  cursor: pointer;
  transition: box-shadow .2s ease-in;
  animation: shadow 1s ease infinite;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 141, 250, .8);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(55, 141, 250, 0);
  }
}
.chat img {
	max-width: 32px;
}

@media (max-width: 500px) {
  .chat {
    right: 20px;
    bottom: 20px
  }
}

.chat:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 161, 255, .7)
}

.chat span.loz {
  content: "Задать вопрос";
  display: block;
  width: 115px;
  font-size: 12px;
  padding: 10px;
  background: #fff;
  color: #2d2d2d;
  border-radius: 5px;
  line-height: 1.5;
  border: 1px solid #dbdbdb;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 1;
  transition: opacity .2s ease-in
}

.chat:after {
  content: "";
  border-style: solid;
  background: none;
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  top: -12px;
  right: 28px;
  z-index: 0;
  border-width: 8px 8px 0;
  border-color: #fff transparent transparent
}

.chat.isOpen span.loz {
  opacity: 0
}

.chat__messenger {
  display: block;
  width: 210px;
  font-size: 13px;
  background: #fff;
  color: #2d2d2d;
  border-radius: 5px;
  line-height: 1.5;
  border: 1px solid #dbdbdb;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .3);
  position: absolute;
  top: -135px;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-in
}

.chat__messenger-item {
  font-size: 14px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #2d2d2d;
  transition: background-color .2s ease-in
}

.chat__messenger-item:hover {
  background-color: #f3f3f3
}

.chat__messenger-icon {
  width: 20px;
  margin-right: 14px
}

.chat.isOpen .chat__messenger {
  opacity: 1;
  pointer-events: auto
}

.chat__icon {
  width: 100%;
  height: 100%;
  position: relative
}

.chat__icon-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(1);
  transition: transform .2s ease-in, opacity .2s ease-in;  
}

.chat__icon-close, .isOpen .chat__icon-message {
  opacity: 0;
  transform: scale(0)
}

.chat__icon-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .2s ease-in, opacity .2s ease-in
}

.isOpen .chat__icon-close {
  opacity: 1;
  transform: scale(.6)
}
#column-left .product-thumb .caption>.name {
	font-size: 14px;
}
#column-left .product-thumb .price-new,
#column-left .product-thumb .no-special,
#column-left .product-thumb .price-old {
    font-size: 12px;
}
#column-left .btn-primary {
    padding: 6px 15px;
    background: #006BFF;
    border-radius: 59px;
    background-image: none;
    color: #FFF !important;
    font-weight: 800;
    font-size: 12px;
}
table.table>tbody>tr>td {
	vertical-align: middle;
    padding: 10px; 
}
table.table>tbody>tr>td .btn-primary {
    padding: 8px 20px;
    font-size: 14px;
}
.text-agreee {
	margin-top: 10px;
    font-weight: 600;
    font-size: 13px;
}
.text-agreee a {
	color: #016bff;
}
.forum-text {
	text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
.forum-text + .btn {
	border-radius: 59px;
	background: transparent;
	color: #44446e !important;
	border: 1px solid #44446e;
	padding: 14px;
	font-size: 14px;
}
.block-related h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
}
.newsblog-article #content p {
	margin: 0 0 15px;
	line-height: 25px;
}
.newsblog-article #content blockquote p {
	margin: 0 0 10px;
	line-height: 20px;
}
.newsblog-article #content a[data-fancybox="gallery"] {
	max-width: 500px;
	display: block;
	margin: 0 auto;
	box-shadow: 0px 0px 10px 0px rgba(158, 158, 158, 0.75);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(158, 158, 158, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(158,158,158,0.75);
}
.newsblog-article #content a {
	color: #1270d9;
    font-weight: bold;
    text-decoration: underline;
}
.newsblog-article #content a:hover,
.newsblog-article #content a:active,
.newsblog-article #content a:focus {
	opacity: .7;
}
.menu-item-a-6,
.menu-item-a-8 {
    display: none !important;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (max-width: 1499px) {
	header {
		background-size: cover;
	}
}
@media (min-width: 1200px) and (max-width: 1499px) {
	.head-banner h1 {
		font-size: 60px;
	}
	.head-banner-body {
		font-size: 18px;
		line-height: 118%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar a {
		font-size: 14px;
		padding: 10px 8px !important;
	}
	.head-banner h1 {
		font-size: 50px;
	}
	.head-banner-body {
		font-size: 16px;
	}
	#contact-form h3 {
		font-size: 42px;
	}
	#contact-form p {
		font-size: 17px;
	}
	footer a {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.navbar-brand {
		margin-left: 15px;
	}
	.hblock>.col-sm-12 {
		margin-bottom: 80px;
	}
	.head-banner {
		margin-top: 0;
		margin-bottom: 80px;
	}
	.head-banner h1 {
		font-size: 42px;
		word-break: break-word;
	}
	.head-banner-body {
		font-size: 16px;
	}
	.common-home header {
		padding-bottom: 20px;
	}
	.product-thumb>.image img {
		margin: 0 auto;
	}
	.see-all {
		margin-top: 25px;
	}
	.html {
		font-size: 15px;
		margin-top: 100px;
		word-break: break-word;
	}
	#contact-form h3 {
		font-size: 40px;
	}
	#contact-form p {
		font-size: 16px;
	}
	input.form-control {
		height: 50px;
		font-size: 14px;
	}
	.navbar-toggle .icon-bar {
		background: #fff;
	}
	#ocd_multilang {
		margin-left: 0;
		margin-top: 20px;
		float: none !important;
	}
	header .html {
		margin-top: 35px;
	}
	/* header { */
		/* background-size: auto; */
	/* } */
	#ocd_multilang .dropdown-menu {
		margin-top: 30px;
	}
	#ocd_multilang .dropdown-menu>li>a {
		padding: 9px 15px 5px 15px;
	}
	.breadcrumb>li:last-child {
		display: none;
	}
	.product-right {
		padding-left: 15px;
	}
}
@media (max-width: 767px) {
	#contact-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	.thumbnailimg>a>img {
		width: 100%;
	}
	.image-additional {
		width: 100%;
		max-width: 32.5%;
	}
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}