

/* Start:/local/templates/main/css/jquery.fancybox.css?16328138605015*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: none;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
    padding:0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	background-color: white;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	/*overflow: hidden;*/
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/main/css/../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/main/css/../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: url('/local/templates/main/css/../img/popup_close.png') center center no-repeat;
	position: absolute;
	top: 18px;
	right: 15px;
	
	
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-position:0px 0px;
	z-index: 8040;
	transition:all linear 0.5s;
}
.fancybox-close:hover {opacity:0.7;}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/main/css/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
   /* overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
   /* overflow: hidden !important;*/
}

.fancybox-lock-test {
   /* overflow-y: hidden !important;*/
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	display: none;
	z-index: 8010;
	background: url('/img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/*overflow-y: scroll;*/
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 0px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 0px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 0px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/main/css/../img/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/main/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}





/* End */


/* Start:/local/templates/main/css/flexslider.css?163281386010209*/
/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

.flex-direction-nav a:before, .flex-direction-nav a:after {
    top: 23px;
    position: absolute;
    border-style: solid;
    border-color: #fff;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 7px;
    border-top-width: 8px;
    display: block;
    content: '';
    margin-left: 10px;
    left: 4px;
    -webkit-transform: skew(-50deg);
    -moz-transform: skew(-50deg);
    -o-transform: skew(-50deg);
    transform: skew(-50deg);
}

.flex-direction-nav a:after {
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    bottom: 25px;
    top: auto;
}
@font-face {
    font-family: 'flexslider-icon';
    src: url('/local/templates/main/css/fonts/flexslider-icon.eot');
    src: url('/local/templates/main/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/fonts/flexslider-icon.woff') format('woff'), url('/local/templates/main/css/fonts/flexslider-icon.ttf') format('truetype'), url('/local/templates/main/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flexslider li.flex-active-slide .border {
    border: solid 2px #d2dbdb;
}
.flexslider li .border {
    display: inline-flex !important;
    text-align: center;
    vertical-align: middle;
    width: 60px !important;
    height: 60px;
    border: solid 2px #fff;
}

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.white {
    background: #fff;
    height: 100%;
}

.slider2, .slider_description {
    float: left;
    display: inline-block !important;
}

.slider_description {
    vertical-align: top;
    max-width: 360px;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
}

.desc_block::after {
    display: block;
    margin: 25px auto 25px auto;
    width: 100px;
    height: 15px;
    background: url(/local/templates/main/css/../images/overslash.png) no-repeat;
    content: '';

}

.desc_block h2, .prop_block h2 {
    font-weight: bold;
    font-size: 21px;
}

.prop_block h2 {
    margin-bottom: 15px;
}

.desc_block p {
    margin-bottom: 15px;
}

.prop_block dt, .prop_block dd {
    font-size: 14px;
}

.prop_block dt {
    clear: both;
    float: left;
    width: 29%;
    font-weight: bold;
    text-align: right;
    margin: 0 20px 10px 0;
}

.prop_block dd {
    float: left;
    width: 64%;
    text-align: left;
    margin-bottom: 5px;
}


.fancybox-inner .clr {
    display: none !important;
}

.fancybox-iframe html {
    overflow: hidden;
}

.fancybox-iframe body {
    background: #fff !important;
}

.flexslider {
    margin: 0;
    padding: 0;
}


.carousel {
    margin-bottom: 0 !important;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    margin-left: 0;
    text-align: center;
    position: relative;
}
.flexslider .slides > li > a
{
    display: block;
    height:100%;
    text-decoration: none;
}
.flexslider .slides img {
    max-width: 100%;
    margin: auto;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: block;
}

/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
    background: #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.bottom_flex > div {
    /*width:660px;*/
    margin: auto;
}

.bottom_flex .flex-direction-nav a {
    margin: 25px 15px 0;
    top: 0;
    margin: 6px 0 0;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .bot_sl li {
    width: 60px !important;
    margin-right: 5px;
    text-align: center;
}

.flexslider .bot_sl li .border {
    display: inline-flex !important;
    text-align: center;
    vertical-align: middle;
    width: 60px !important;
    height: 60px;
    border: solid 5px #fff;
}

.flexslider .bot_sl li.flex-active-slide {
}

.flexslider .bot_sl li.flex-active-slide .border {
    border: solid 3px #5c8a03;
}

.flexslider .bot_sl li img {
    z-index: -1;
}

.flex-viewport {
    /*max-height: 560px;*/
    max-height: 460px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    background: #607f7e;
    display: block;
    outline: none;
    width: 29px;
    height: 48px;
    text-indent: 999em;
    margin: -24px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    /*opacity: 0;*/
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-prev:before
{
    top:auto !important;
    bottom: 25px !important;
}

.flex-prev:after
{
    bottom:auto !important;
    top:23px !important;
}

.flex-direction-nav .flex-prev {
    left: -5px;
    text-indent:-999em;
}

.flex-direction-nav .flex-next {
    /*right: -50px;*/
    right: -5px;
    text-indent:-999em;

}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -12px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: -12px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    max-width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

#carousel .slides li a {
    margin: auto;
    width:56px;
    height:56px;
}

.model3d {
    float: left;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.model3d a {

    font-size: 18px;
    text-decoration: none;
    color: #008ace;
}

.model3d a:hover {
    color: #cc0000;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

/* End */


/* Start:/local/templates/main/css/ezmark.css?1632813860834*/
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: transparent url('/img/check.png') 0 0px no-repeat;
	display:inline-block;
	width:35px;
	height:31px;
	vertical-align:middle; background-position: 0px 0px; 
}

.ez-radio {
	background: transparent url('/img/check.png') 0px 0px no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:35px;
	height:31px;
	
	
	z-index:4;
	position:relative;
	
}

.ez-checked { background-position: 0px -31px; }
.ez-selected { background-position: 0px -31px; }

.ez-checkbox-green {
	background: transparent url('/img/filter_checkbox.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 8px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:17px; }

/* End */


/* Start:/local/templates/main/css/jquery.selectBox.css?16328138604314*/
/* Dropdown control */
.selectBox-dropdown {
	
	margin-right:18px;
	display:inline-block;
	vertical-align:middle;
	width:130px;
	height:33px;
	margin-bottom:17px;
	color:#fff;
	border:0;
	background:#069cda;
		    
    position: relative;
    
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    
    outline: none;
   
    cursor: default;
	/*font-family:'Roboto';*/
}

.form_div .form_block_select .selectBox-dropdown {width:123px;float:left;margin-right:30px;}
.form_div .form_block_select .selectBox-dropdown:last-child {margin-right:0;float:right;}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    padding: 4px 0px 0 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
	font-size:16px;color:#fff;font-family: "PF Din Text Cond Pro";
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    width: 19px;
    height: 100%;
    background: url(/local/templates/main/css/../img/select.png) center center no-repeat;
    border-left: 0;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #BBB; /* should be the same border width as .selectBox-dropdown */
    /*background: #FFF;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	
	min-width: 165px;
	font-size:14px;
	background:#d2dbdb;
	color:#696969;

}

/* Inline control */
.selectBox-inline {
    min-width: 165px;
    outline: none;
    border: solid 1px #BBB;
    background: #FFF;
	
	
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: #666;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
	margin-top:1px;
	-moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.selectBox-options LI A {
font-size:14px;
background:#d2dbdb;
color:#696969;
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
}

.selectBox-options LI.selectBox-hover A {
    background-color: #EEE;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
    background-color: transparent;
}

.selectBox-options LI.selectBox-selected A {
    background-color: #C8DEF4;
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}

/* End */


/* Start:/local/templates/main/css/main.css?16328138601578*/
.form-control,
.btn
{
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
input.form-control
{
	background: #eff2f2;
	border-color:#d4d9d7;
}
.description_table_title {
	display: inline-block;
	color: #e4e9e7;
	background: #607f7e;
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
	line-height:40px;
    padding: 0 10px 0 10px;
}

.product_description {
	display: block;
	margin-bottom: 30px;
}

.description_table {
	margin: 30px 0;
}
td.description_table_td_name
{
	font-style: italic;
}
.description_table th, .description_table td {
	text-align: left;
	border-bottom: 1px solid #d4dddd;
	padding: 5px 10px;
	font-family: Arial, Helvetica;
	font-size: 12pt;
}
.other_formats_table th,
.other_formats_table td {
	font-size:11pt !important;
}
.description_table th {
	background-color: #d2dbdb;
	color: #607f7e;
	font-family: "PF Din Text Cond Pro"
}

.description_table_td_name {
	font-weight: bold;
}

.more_description_list {
	margin: 20px 0px;
	padding: 0px;
}

.more_description_list li {
	display: block;
	margin-bottom: 15px;
}

.more_description_list li a {
	display: block;
	font-size: 15px;
	color: #000;
}

.more_description_list li a:hover {
	text-decoration: none;
}


.section.section2 {
	position: relative;
}

.section2 .inner_section {
	padding-bottom: 15px;
}

.description_row {
    width: 100%;
    padding: 0;
    background-color: #cfd9d5;
    min-height: 100px;
    position: absolute;
    bottom: 0;
}

.inner_section_description_row {
	
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/imtek2/style.css?163281386010678*/
.bx-top-nav {
	background: url('/local/templates/main/components/bitrix/menu/imtek2/images/top-menu.pattern.jpg') repeat, #e4e9e7;
	padding:10px 0;
	clear: both;
	font-family:  "PF Din Text Cond Pro", Arial, Helvetica, sans-serif;
}

.bx-top-nav-container {
	width: 960px;
	margin: 0 auto;
	background: #e4e9e7;
	color: #607f7e;
	position: relative;
}
/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl {
	display: table-cell;
	position: relative;
}
.bx-top-nav-container .bx-nav-1-lvl>a {
	display: block;
	text-decoration: none;
	text-align: center;
	background: #d2dbdb;
	min-width: 83px;
	line-height: 50px;
	padding: 0 16px 0 17px;
	border-left: 1px solid #e4e9e7;
	font-size: 20px;
	color: #607f7e;
}
.bx-top-nav-container .bx-nav-1-lvl>a:hover, .bx-top-nav-container .bx-nav-1-lvl.bx-active > a {
	color: #e7e7e7;
	background-color: #607f7e;
}
.bx-top-nav-container .bx-nav-1-lvl>a span {
	display: block;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span {
	/* background: #fff; */
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-2-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #e4e9e7;
	top: 0;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #e4e9e7;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #607f7e;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}
.bx-top-nav-container .bx-nav-2-lvl>a:hover, .bx-top-nav-container .bx-nav-2-lvl>a.bx-active {
	color: #e7e7e7;
	background-color: #607f7e;
}
.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced:before,
.bx-top-nav-container .bx-nav-3-lvl-container:before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

/*@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a {font-size: 13px;}
	.bx-top-nav-container .bx-nav-1-lvl>a span {padding: 9px 11px 12px}
}
*/

/* End */


/* Start:/local/templates/main/template_styles.css?163281386056712*/
@font-face {
    font-family: 'rouble';
    src: url('/local/templates/main/fonts/rouble-webfont.eot');
    src: url('/local/templates/main/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/main/fonts/rouble-webfont.woff') format('woff'),
    url('/local/templates/main/fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.rouble
{
    display: inline-block;
    vertical-align: top;
    font-family:'rouble',sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size:18px;
    text-transform: none;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.map-columns ul
{
    padding-left:40px !important;
}
.map-columns li a
{
    color: #0088c0;
}
.map-columns li a:hover
{
    text-decoration: none;
}
p {
    -webkit-text-size-adjust: none !important;
}

a img {
    border: 0;
}

input[type='submit']:hover {
    cursor: pointer;
}
.page-404
{
    max-width:940px;
    margin: 20px auto;
}
.left {
    float: left;
}

.right {
    float: right !important;
}

.cleared {
    clear: both;
}

.clearfix:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

@font-face {
    font-family: "PF Din Text Cond Pro";
    src: url("/fonts/pfdintextcondpro-regular.eot");
    src: url("/fonts/pfdintextcondpro-regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/pfdintextcondpro-regular.woff") format("woff"),
    url("/fonts/pfdintextcondpro-regular.ttf");
    font-style: normal;
    font-weight: normal;
}

body {
    font-family: "Open Sans";
    min-width: 1080px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

form label.error {
    display: none !important;
}

.container {
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 0;
}

.inner_section {
    width: 940px;
    margin: 0 auto;
}

header {
    clear: both;
    position: relative;
    background: #fff;
}

header .inner_header {
    min-height: 173px;
    width: 940px;
    padding: 15px 0 0 0;
}

.header_left {
    float: left;
}

.logo {
    float: left;
    margin: 7px 54px 0 0;
}

.logo a {
    display: block;
}

.logo img {
    display: block;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.logo:hover img {
    -ms-filter: contrast(110%);
    -moz-filter: contrast(110%);
    -webkit-filter: contrast(110%);
    filter: contrast(110%);
}
h1
{
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight:normal;
    font-size:40px;
    color:#054547;
}
.header_left_top {
    float: left;
}

.header_left_top_menu {
    float: left;
    line-height: 14px;
    margin-bottom: 56px;
}

.header_left_top_menu a {
    display: inline-block;
    margin: 0 20px 0 0;
    text-decoration: none;
    vertical-align: bottom;
}

.header_left_top_menu img {
    display: block;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_lang {
    float: right;
}

.header_lang a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #0057b2;
    margin-left: 12px;
}

.header_lang a.active {
    color: #b6b6b6;
    text-decoration: none;
}

.header_lang img {
    display: inline-block;
    vertical-align: middle;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_lang a:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.header_lang span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    text-decoration: underline;
}

.header_lang a.active span {
    text-decoration: none;
}

.header_slogan {
    clear: both;
}

.header_slogan p {
    font-size: 15px;
    color: #858585;
    line-height: 20px;
}

.header_right {
    float: right;
}

.header_right_top {
    display: table-cell;
    text-align: center;
}

.header_right_top form {
    display: inline-block;
}

.header_right_top .inline-block {
    display: inline-block;
    text-align: right;
}

.header_right_top a {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 16px;
    color: #0088c0;
    text-align: left;
    border-bottom: dotted 1px #0088c0;
    margin-left: 22px;
    text-decoration: none;
}

.header_right_top a:hover {
    border-bottom: dotted 1px transparent;
}
.header_right_top a.exit
{
    margin-top:10px;
}
/*.header_right_top a.order_call {background:url(/img/phone.png) no-repeat 0 center;width:100px;}*/
/*.header_right_top a.personal {background:url(/img/personal.png) no-repeat 0 center;width:100px;}*/
.header_right_table {
    display: table-row;
    line-height: 18px;
    float: right;
    margin-bottom: 10px;
}

.header_right_table .basket {
    display: table-cell;
    vertical-align: top;
}

.header_right_table .basket a {
    color: #333;
    background: url(/img/to-cart.png) 0 center no-repeat;
    padding-left: 29px;
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
}

.header_right_table .basket a span {
    color: #0088c0;
    text-decoration: underline;
}

.header_contacts {
    margin-bottom: 9px;
    clear: both;
    float: right; /*padding-left:14px;*/
    text-align: left;
}

.header_contacts p.phone {
    margin: 0;
    font-size: 22px; /*background:url(/img/phone2.png) no-repeat 2px center;*/
    display: block; /*padding:0 0 0 27px;*/
}

.header_contacts p.phone a {
    color: #014a4a;
    text-decoration: none;
}

/*.header_contacts p.phone span {color:#b23b00;}*/
.header_contacts a.mail { /*padding-left:27px;*/
    text-align: right;
    display: block;
    font-size: 15px;
    color: #0088c0; /*background:url(/img/mail2.png) no-repeat 0px center;*/
}

.header_contacts a.mail:hover {
    text-decoration: none;
}

.header_search {
    clear: both;
    float: right;
    font-family: "PF Din Text Cond Pro";
}

.header_search p {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    display: block;
    width: 150px;
    height: 31px;
    border-bottom: 1px solid #099bdb;
    line-height: 30px;
    float: left;
    background: #099bdb;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
}

.header_search input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 30px;
    height:31px;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding: 0 30px 0 8px;
    float: left;
    display: block;
    width: 310px;
    box-sizing: border-box;
    border: 0;
    outline: none;
    background: #ebeeee;
    font-weight: 300;
    border-bottom: 1px solid #099bdb;
}

.header_search input[type="text"]::-webkit-input-placeholder {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
    font-style: italic;
    font-weight: 300;
}

.header_search input[type="text"]::-moz-placeholder {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
    font-style: italic;
    font-weight: 300;
}

.header_search input[type="text"]:-moz-placeholder {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
    font-style: italic;
    font-weight: 300;
}

.header_search input[type="text"]:-ms-input-placeholder {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #7c7c7c;
    font-style: italic;
    font-weight: 300;
}

.header_search input[type="submit"] {
    margin-left: -30px;
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    outline: none;
    float: left;
    background: url(/img/search-icon.png) no-repeat center center;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.header_search input[type="submit"]:hover {
    -moz-transform: scale(1.1);
}

.header_menu_wrap {
    background: #e4e9e7;
    height: 72px;
    clear: both;
    font-family: "PF Din Text Cond Pro";
}

.header_menu_wrap .header_menu_wrap_inner {
    width: 900px;
    margin: 0 auto;
    padding-top: 18px;
}

.header_menu {
}

.header_menu > ul {
    list-style: none;
    margin-left: 4px;
    margin-bottom: 0;
    display: table;
    width: 100%;
}

.header_menu > ul > li {
    display: table-cell;
}

.header_menu > ul > li > a {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #d2dbdb;
    min-width: 83px;
    line-height: 40px;
    padding: 0 16px 0 17px;
    border-left: 1px solid #e4e9e7;
    font-size: 20px;
    color: #607f7e;
}

.header_menu > ul > li:first-child > a {
}

.header_menu > ul > li:last-child > a {
    border-right: 0px;
}

.header_menu > ul > li > a:hover {
    background: #607f7e;
    color: #e7e7e7;
}

.header_menu > ul > li.active > a {
    background: #607f7e;
    color: #e7e7e7;
}

.section {
    clear: both;
    position: relative;
}

.inner_section {
    position: relative;
}

.main {
    clear: both;
    position: relative;
}

.glav_slider_wrap {
    margin-bottom: 40px;
}

.glav_slider {
}

.glav_slider ul.slides > li {
    height: 270px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.glav_slider ul.slides > li .slider_text {
    width: 900px;
    padding-left: 395px;
    box-sizing: border-box;
    padding-top: 30px;
    margin: 0 auto;
    text-align: left;
}
.glav_slider ul.slides > li .slider_text a {
    text-decoration: none;
}
.glav_slider ul.slides > li .slider_text h2 {
    display: block;
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    padding-bottom: 11px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.glav_slider ul.slides > li .slider_text p {
    display: block;
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    line-height: 24px;
}

.glav_slider .flex-control-nav {
    height: 20px;
    width: 900px;
    padding-left: 388px;
    margin-left: -450px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: 40px;
    text-align: left;
}

.glav_slider .flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.glav_slider .flex-control-paging li a {
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border: 5px solid #fff;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: none;
}

.glav_slider .flex-control-paging li a:hover {
    background: #8fc9f2;
    border: 5px solid #fff;
}

.glav_slider .flex-control-paging li a.flex-active {
    background: #8fc9f2;
    border: 5px solid #fff;
    cursor: default;
}

.section1 {
}

.section1 a {
    text-decoration: none;
}

.section1_div {
    padding-bottom: 20px;
    width: 460px;
    float: left;
}

.section1_div img {
    display: block;
    max-width: 100%;
    margin-bottom: 26px;
}

.section1_div p {
    padding: 0 10px 5px 10px;
    display: block;
    font-size: 16px;
    color: #636565;
    line-height: 24px;
}

.section1_div p.title {
    font-size: 30px;
    color: #014a4a;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    line-height: normal;
}

.section1_div_1 p.title {
    padding-bottom: 5px;
}

.section1_div_2 p {
    margin-top: -3px;
}

.section1_div_1 {
    text-align: right;
    margin-right: 20px
}

.section1_div_2 {
    text-align: left;
    margin-right: 0
}

.section1_div_2 img {
    margin-top: 17px;
}

.section2 {
    padding-top: 40px;
    background: #e6ebe9;
}

.section2_div {
    width: 25%;
    float: left;
    z-index: 2;
    position: relative;
}

.section2_div img {
    display: block;
    margin: 0 auto 16px;
    width: 220px;
    height: 220px;
}

.section2_div p {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 24px;
}

.section2_div p.title {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #014a4a;
    line-height: 30px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    max-width: 165px;
    margin: 0 auto 39px;
}

.section2_dark_line {
    float: left;
    height: 108px;
    background: #cfd9d5;
    clear: both;
    width: 100%;
    padding: 0;
    margin-top: -101px;
    z-index: 1;
    position: relative;
}

.section3 {
    padding: 39px 0 54px 0;
    color: #333;
}

.section3 .inner_section p {
    max-width: 910px;
}

article {
    padding-left: 60px;
}

article h1 {
    display: block;
    font-weight: bold;
    font-size: 23px;
    color: #054547;
    padding-bottom: 15px;
    text-transform: uppercase;
}

article p {
    font-size: 15px;
    color: #054547;
    display: block;
    line-height: 20px;
    padding-bottom: 20px;
}

.article {
    color: #054547;
}

footer {
    clear: both;
    display: block;
    position: relative;
    background: #5b7a7a;
    background: url('/img/footer-nav.bg.png') repeat-x center 0, url('/img/footer_bg.png') repeat center 0;
}

.footer_menu {
    width: 940px;
    margin: 0 auto 22px;
}

.footer_menu > ul {
    list-style: none;
}

.footer_menu > ul:after {
    display: block;
    content: " ";
    height: 0px;
    width: 100%;
    clear: both;
}

.footer_menu > ul > li {
    float: left;
    width: 180px;
}

.footer_menu > ul > li:nth-child(1) {
    width: 210px;
}

.footer_menu > ul > li:nth-child(3) {
    width: 200px;
}

.footer_menu > ul > li:nth-child(4) {
    width: 170px;
}

.footer_menu > ul > li:nth-child(5) {
    width: 180px;
}

.footer_menu > ul > li > a {
    cursor: pointer !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #cfe1e0;
    margin-bottom: 33px;
    background: #788d8d;
    font-size: 20px;
    line-height: 30px;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.footer_menu > ul > li > a:hover {
    cursor: default;
}

.footer_menu > ul > li > ul {
    list-style: none;
}

.footer_menu > ul > li > ul > li {
    margin-bottom: 10px;
}

.footer_menu > ul > li > ul > li > a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #cfe1e0;
    text-decoration: none;
}

.footer_menu > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

.footer_contacts {
    width: 222px;
    float: none;
    text-align: left;
}

.footer_contacts p {
    font-size: 14px;
    color: #cfe1e0;
}

.footer_contacts p.phone {
    margin-bottom: 10px;
}

.footer_contacts p.phone a {
    display: block;
    color: #cfe1e0;
    text-decoration: none;
    font-size: 14px;
}

.footer_contacts p.phone span {
}

.footer_contacts a.mail {
    text-align: left;
    color: #cfe1e0;
    margin-bottom: 13px;
}

.footer_bottom_wrap {
    background: #536e6e;
    background: url(/img/footer_bottom_bg.png) repeat center 0;
}

.footer_bottom {
    clear: both;
    width: 940px;
    margin: 0 auto;
}

.footer_bottom p {
    line-height: 35px;
    float: left;
    width: 50%;
}

.footer_bottom p.copy {
    color: #cfe1e0;
    font-size: 14px;
}

.footer_bottom p.copy span {
    font-size: 30px;
    color: #cfe1e0;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.footer_bottom p.made_by {
    text-align: right;
    color: #cfe1e0;
    font-size: 14px;
}

.footer_bottom p.made_by a {
    text-decoration: none;
    color: #cfe1e0;
}

.footer_bottom p.made_by a:hover {
    text-decoration: underline;
}

.footer_bottom .company-logo {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 14px;
}

.footer_bottom .company-logo img {
    vertical-align: bottom;
}

.popup {
    display: none;
    width: 382px;
    padding-bottom: 10px;
    background: #fff;
}

.popup p.title {
    box-sizing: border-box;
    text-align: left;
    height:70px;
    background: #607f7e;
    color: #e7e7e7;
    font-family:'Oswald', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 70px;
    padding: 0 0 0 20px;
}

.popup label {
    width: 270px;
    margin: 0 auto 25px;
    font-size: 16px;
    color: 3696969;
    display: block;
}

.popup input[type="text"],
.popup input[type="password"] {
    display: block;
    height: 40px;
    width: 300px;
    margin: 0 auto 30px;
    -moz-border-radius: 4px;
}

.popup input[type="submit"] {
    width: 300px;
    height: 50px;
    font-size: 30px;
    color: #e7e7e7;
    display: block;
    background: #0088c0;
    margin: 0 auto;
    border: 0;
    outline: none;
    font-family:'Oswald',sans-serif;
    text-transform: uppercase;
}

.popup input[type="submit"]:hover {
    background: #0091c6;
}
.personal_popup
{
    width:340px;
}
.popup.callback_popup {
    width:340px;

}
.popup p {
    font-size: 16px;
    text-align: left;
    padding-left: 20px;
}
.popup.callback_popup label{
    margin: 0 0 9px 20px;
    color: #333;
    font-weight: normal
}

.popup.callback_popup input
{
    margin-bottom:15px;
}
.popup.callback_popup input[type='submit']
{
    margin-top: 28px;
}
.popup.popup_return {
    display: block;
}

.popup h3 {
    text-transform: uppercase;
    color: #054547;
    text-align: center;
    font-weight: bold;
}

.popup p {
    text-align: center;
}

.personal_popup {
}

.personal_popup label {
    margin: 0 0 9px 20px;
    color: #333;
    font-weight: normal;
}

.personal_popup input[type="text"],
.personal_popup input[type="password"] {
    margin: 0 auto 20px;
    padding: 0 12px;
    box-sizing: border-box;
}
.personal_popup input[type="submit"]
{
    margin: 15px auto 10px;
}
/*
.personal_popup input[type="text"]::-webkit-input-placeholder {font-size:16px;color:#696969;font-family:'Open Sans';}
.personal_popup input[type="text"]:-input-placeholder {font-size:16px;color:#696969;font-family:'Open Sans';}
*/
.captcha-img {
    margin-top: 20px;
}
.personal_refs {
    clear: both;
    width: 244px;
    margin: 0 auto;
    overflow: hidden;
}

.personal_refs a {
    display: block;
    font-size: 15px;
    color: #0057b2;
}

.personal_refs a:first-child {
    float: left;
}

.personal_refs a:last-child {
    float: right;
}

.personal_refs a:hover {
    text-decoration: none;
}

/*catalog page*/

.breadcrumbs {
    margin-top:13px;
    font-size: 14px;
    color: #696969;
    clear: both;
    box-sizing: border-box;
    background-color: white;
}

.breadcrumbs.content_breadcrumbs {
    padding-left: 0px;
}

.breadcrumbs p {
    font-size: 14px;
    color: #696969;
    line-height: 18px;
}

.breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 18px;
    color: #858585;
    text-decoration: underline;
}

.breadcrumbs a:after {
    line-height: 18px;
    height: 18px;
    content: "/";
    color:#858585;
    margin: 0 4px 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #858585;
    line-height: 18px;
}



.catalog_page_wrap {
    padding-bottom: 65px;
}
.catalog_page_wrap > h1,
.content  > h1
{
    margin: 28px 0 34px;
}

.catalog_page_left {
    width: 700px;
    float: left;
    margin-right: 20px;
}

p.section_head {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 23px;
    color: #b23b00;
    padding-bottom: 3px;
}

.catalog_page_left p.section_head {
    padding-left: 40px;
}

.catalog_tabs {
    min-height: 485px;
    position: relative;
}



.catalog_tabs .the_tabs_head {
    margin-bottom:19px;
}

.catalog_tabs .the_tabs_head li {
    min-width: 160px;
    list-style:none;
    float: left;
}
.catalog_tabs .the_tabs_head li:not(:first-of-type)
{
    width: calc((100% - 200px)/2);
}
.catalog_tabs .the_tabs_head li:not(:last-of-type)
{
    margin-right:20px;
}
.catalog_tabs .the_tabs_head li.active a{
    color: #fff;
    background: #607f7e;
}
.catalog_tabs .the_tabs_head li a
{
    display: block;
    font-family:'Oswald', sans-serif;
    text-decoration: none;
    color: #014a4a;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 50px;
    background: #e4e9e7;
}
.catalog_tabs .the_tabs_head li a:hover {
    color: #fff;
    background: #607f7e;
}

.the_tabs_content {
    clear: both;
}

.the_tabs_div {
}

.section_list .inner_tab_content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section_list .inner_tab_content > ul > li {
    width: 340px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.section_list .inner_tab_content > ul > li:nth-child(odd) {
    margin-right:15px;
}

.section_list .inner_tab_content > ul > li > a {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #054547;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 5px;
    text-decoration: none;
}

.inner_tab_content > ul > li > ul {
    list-style: none;
}

.inner_tab_content > ul > li > ul > li {
    margin-bottom: 3px
}

.inner_tab_content > ul > li > ul > li > a {
    display: block;
    font-size: 16px;
    color: #0088c0;
    text-decoration: none;
}

.inner_tab_content > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

.catalog_page_right {
    width: 220px;
    float: left;
    margin-top:-72px;
    box-sizing: border-box;
}

.catalog_page_right p.section_head {
    padding-left: 20px;
    padding-top: 5px;
}

.selling_liders_list {
    padding-top: 26px;
    padding-bottom: 17px;
}

.selling_liders_list ul {
    list-style-image: url(/img/ul.png);
    padding-left: 20px;
}

.selling_liders_list ul li {
    font-size: 15px;
    color: #0057b2;
    margin-bottom: 22px;
}

.selling_liders_list ul li a {
    font-size: 15px;
    color: #0057b2;
}

.selling_liders_list ul li a:hover {
    text-decoration: none;
}

a.download_pdf {
    display: block;
    width: 100%;
    line-height:20px;
    text-decoration: none;
    padding:15px 10px 15px 60px;
    font-size: 14px;
    color: #fffefe;
    background-color:#0088c0;
    background-image: url('/img/download_pdf.png');
    background-position: 18px center;
    background-repeat: no-repeat;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a.download_pdf:hover {
    background-color:#0181b5;
}

.catalog_bottom_section {
    padding:35px 0 30px;
    min-height: 350px;
    background: #0088c0;
}

.catalog_bottom_section .inner_section {

}

.catalog_article {
    width: 680px;
    float: left;
    margin-right: 30px;
}

.catalog_article article {
    padding:0;
}

.catalog_article article h1 {
    color: #fff;
}

.catalog_article article p {
    color: #fff;
    line-height:24px;
    padding-bottom:11px;

}

.catalog_notifications {
    margin-top:6px;
    width: 230px;
    float: right;
}

.catalog_notifications p.section_head {
    font-weight:normal;
    font-size:30px;
    line-height:30px;
    font-family:"Oswald",sans-serif;
    color: #fff;
    margin-bottom:1px;
    padding: 0 0 0 10px;
}

.catalog_notifications a {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 12px;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}

.catalog_notifications a:hover {
    text-decoration: underline;
}

.catalog_notifications_div {
    margin-top: 18px;
}

.catalog_notifications_div .text {
    background: #0568a1;
    height:90px;
    padding: 9px 10px 14px;

}

.catalog_notifications_div .text p {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height:24px;
}

.catalog_notifications_div a.learn_more {
    display: block;
    font-size: 12px;
    color: #fff;
    padding-top: 4px;
}

.catalog_notifications_div a.learn_more:hover {
    text-decoration: none;
}

/*cart page*/

.content {
    /*padding: 0 45px 40px 45px;*/
    padding: 0 0 45px 0;
    background: #fff;
    min-height: 400px;
}
.content h1 {

}
.content ul,
.content ol
{
    padding-left:30px;
}
.bx_vertical_menu_advanced>ul
{
    padding:0;
}
.content img
{
    /*margin: 20px;*/
}
/* color:#054547; */
.cart_page {
    padding-top: 5px;
    margin: 0 auto;
}

.cart_page h1 {
    color: #b23b00;
}

.cart_page table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}

.cart_page table tr th {
    text-align: center;
    font-family: "PF Din Text Cond Pro";
    background: #d2dbdb;
    height: 30px;
    padding-bottom: 10px;
    vertical-align: bottom;
    font-size: 15px;
    color: #607f7e;
}

.cart_page table tr th span {
    font-size: 14px;
    color: #9eb0b0;
}

.cart_page table tr th:nth-child(1) {
    font-size: 20px;
    width: 35px;
    padding-left: 10px;
    text-align: left;
}

.cart_page table tr th:nth-child(2) {
    font-size: 20px;
    width: 43px;
    text-align: left;
}

.cart_page table tr th:nth-child(3) {
    font-size: 20px;
    width: 300px;
    text-align: left;
}

.cart_page table tr th:nth-child(4) {
    width: 90px;
}

.cart_page table tr th:nth-child(5) {
    width: 95px;
}

.cart_page table tr th:nth-child(6) {
    width: 120px;
}

.cart_page table tr td {
    min-height: 40px;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #c5c5c5;
    font-size: 14px;
    color: #607f7e;
    text-align: center;
}

.cart_page table tr td:nth-child(1), .cart_page table tr td:nth-child(2) {
    font-size: 14px;
    color: #0057b2;
    text-align: left;
}

.cart_page table tr td:nth-child(5), .cart_page table tr td:nth-child(7) {
    font-size: 18px;
    color: #000;
}

.cart_page table tr td:nth-child(1) {
    padding-left: 10px;
}

.cart_page table tr td:nth-child(3) {
    text-align: left;
}

.cart_page table tr td p {
    font-size: 14px;
    color: #607f7e;
}

.cart_page table tr td a {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.cart_page table tr td a:hover {
    text-decoration: none;
}

.cart_page .qty {
}

.qty span {
    display: inline-block;
    vertical-align: middle;
    background: url(/img/qty.png) no-repeat 0 0;
    width: 20px;
    height: 19px;
}

.qty span:hover {
    opacity: 0.6;
}

.qty span.minus {
}

.qty span.plus {
    background-position: 0 -19px;
}

.qty input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #607f7e;
    outline: none;
    background: none;
    border: 0;
    width: 28px;
    height: 19px;
    text-align: center;
}
/*----*/

.card_page .qty {
}


.qty .ok_button_container {
    display: inline-block;
    width: 36px;
    vertical-align: middle;
}
.qty .ok_button {

    text-align: center;
    text-decoration: none;
    font-size: 16px;
    outline: none;
    border: 0;
    color: #fff;
    height: 32px;
    line-height: 32px;
    background: #01a1d6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.qty a:hover {
    opacity: 0.6;
}
.qty .minus,
.qty .plus {
    display: block;
    background: url(/img/less.png) no-repeat center center;
    width: 32px;
    height: 18px;
    cursor: pointer;
    margin:0;
}
.qty .minus {
    background: url(/img/more.png) no-repeat center center !important;
}
.qty .plus {

}

.qty input {
    display: block;
    vertical-align: middle;
    font-size: 14px;
    color: #607f7e;
    outline: none;
    border: 0;
    width: 32px;
    height: 24px;
    background: #fff;
    text-align: center;
}


/*---*/

.cart_buttons {
    overflow: hidden;
}

.cart_buttons a {
    font-family: "PF Din Text Cond Pro";
    display: block;
    text-decoration: none;
    float: right;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #607f7e;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cart_buttons a:hover {
    opacity: 0.8;
}

.cart_page input[type="submit"] {
    font-family: "PF Din Text Cond Pro";
    display: block;
    float: right;
    width: 84px;
    height: 30px;
    background: #01a1d6;
    margin-left: 20px;
    border: 0;
    outline: none;
    font-size: 16px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.cart_page input[type="submit"]:hover {
    opacity: 0.8;
}

/*order_page*/

.content.order_content {
    padding-right: 35px;
}

.order_page {
}

.order_page_checks {
    clear: both;
    padding-bottom: 20px;
    margin-left: 0;
}

.order_page_checks label {
    display: inline-block;
    text-align: center;
    margin-right:10px;
    background: #e4e9e7;
    font-size: 20px;
    font-weight: normal;
    width: 220px;
    color: #014a4a;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Oswald',sans-serif;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.order_page_checks label .ez-radio {
    display: none;
}

.order_page_checks label.active {
    background: #607f7e;
    color: #e8e8e8;
}

.order_page_checks span {
    /*display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #696969;
    padding-left: 0px;*/
}
#order_form_div .hide-address
{
    margin: 10px 0 30px;
}
#order_form_div .hide-address .checkbox-inline
{
    padding-left:0;
}
.order_page_checks input[type="checkbox"] {
    width: 35px;
    height: 31px;
    background: #01a0d4;
    display: inline-block;
    vertical-align: middle;
}

.order_page_checks input[type="radio"] {
    width: 35px;
    height: 31px;
    background: #01a0d4;
    display: inline-block;
    vertical-align: middle;
}

.order_page_checks_bottom {
    margin: 0;
    text-align: center;
    padding: 16px 0;
    background: #e6ebe9;
}

.order_page_checks_bottom label span {
    font-size: 24px;
    color: #5b6561;
    text-transform: uppercase;
    font-family: "PF Din Text Cond Pro";
    padding: 0 22px 0 0;
}

.order_page_checks_bottom label {
    width: auto;
    padding-right: 80px;
    padding-left: 0;
    background: none;
}

.order_page_checks_bottom label.active {
    background: #f7f7f7;
    background: none;
}

.order_page_form {
}
.order_page_form .title
{
    font-size:18px;
    font-family:'Oswald',sans-serif;
    text-transform: uppercase;
}
.order_page_form p {
    font-size: 14px;
    color: #456768;
    display: block;
    padding-top: 20px;
    clear: both;
}

.order_page_form p sup {
    color: #01a0d5;
}

.order_page_form label {
    /*display: block;
    clear: both;
    width: 210px;
    float: left;
    font-size: 16px;
    color: #696969;
    line-height: 32px;
    height: 40px;
    margin-bottom: 20px;*/
    font-weight: normal;
}

/*.order_page_form input[type="text"], .order_page_form input[type="password"], .order_page_form textarea {
    margin-bottom: 20px;
    display: block;
    width: 670px;
    float: left;
    background: #f7f7f7;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}*/

.order_page_form input[type="text"]::-webkit-input-placeholder, .order_page_form textarea::-webkit-input-placeholder {
    font-size: 16px;
    color: #a2a2a2;
    font-family: 'Open Sans';
}

.order_page_form input[type="text"]:-moz-input-placeholder, .order_page_form textarea:-moz-input-placeholder {
    font-size: 16px;
    color: #a2a2a2;
    font-family: 'Open Sans';
}

.order_form_submit {
    clear: both;
    width: 100%;
    text-align: center;
}

.order_form_submit input[type="submit"] {
    display: inline-block;
    width: 300px;
    line-height: 50px;
    font-size: 30px;
    font-family: 'Oswald',sans-serif;
    color: #e7e7e7;
    background: #0088c0;
    margin-bottom:20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border:none;
    -webkit-transition: 0.2s ;
    -moz-transition: 0.2s ;
    -o-transition: 0.2s ;
    transition: 0.2s ;
}
.order_form_submit input[type="submit"]:hover
{
    background: #0085c0;
}
.order_page_form textarea {
    height: 80px;
}

/*card page*/

.content.card_content {
}

.card_page {
    margin-top:30px;
}
.card_page ul
{
    padding:0;
}
.card_page img
{
    margin: 0;
}
.card_img {
    float: left;
    width: 220px;
    margin-right: 20px;
}
#slider .flex-viewport
{
    border: solid 2px #d2dbdb;
    margin-bottom:20px;
}

#carousel .slides > li
{
    margin-right:20px;
    height:60px;
}


.card_right {
    width: 700px;
    float: left;
}

.card_page .card_right h1 {
    line-height:45px;
    margin-bottom:7px;
}

.card_right p.under_h1 {
    display: block;
    font-size:16px;
    color: #333;
    padding-bottom: 8px;
}
.card_right .inline-block
{
    line-height: 0;
    text-align: justify;
}
.card_right .inline-block:after {
    width: 100%;
    content: ' ';
    display: inline-block;
    vertical-align: middle;
}
a.print {
    display: inline-block;
    vertical-align: middle;
    line-height:normal;
    font-size: 12px;
    color: #0088c0;
    text-decoration: none;
}

a.print img {
    padding-right: 7px;
    display: inline-block;
    vertical-align: middle;
}

a.print span {
    text-decoration: underline;
    display: inline-block;
    vertical-align: middle;
}

a.print:hover span {
    text-decoration: none;
}

.card_top_head {
}

.card_top_head .card_right h1 {
    display: block;
    font-size: 17px;
    font-size: 17.5px;
    color: #000;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 1px;
}

.card_top_head p.under_h1 {
    display: block;
    font-size: 17px;
    font-size: 17.5px;
    color: #607f7e;
    font-style: italic;
    padding-bottom: 5px;
}

.card_top_head a.print {
    margin-bottom: 20px;
}

div.card_table {
    clear: both;
    margin-top:26px;
}

table.card_table {
    border-collapse: collapse;
    width: 100%;
}

table.card_table tr th {
    text-align: left;
    background: #e4e9e7;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    vertical-align: bottom;
    font-size: 16px;
    color: #014a4a;
    font-weight: normal;
    line-height: 50px;
}
table.card_table .cart-gr-icon
{
    width:40px;
    height: 50px;
    display: block;
    background: url('/img/to-cart-green.png') center no-repeat;
}


table.card_table tr th:nth-child(1) {
    width: 122px;
    padding-left: 14px;
}

table.card_table tr th:nth-child(2) {
    width: 360px;
}
.the_tabs_content table.card_table tr th:nth-child(2)
{
    width:auto;
}

table.card_table tr th:nth-child(3) {
    min-width: 98px;
    text-align: center;
}

table.card_table tr th:nth-child(4) {
    width: 81px;
    text-align: center;
}

table.card_table tr th:nth-child(5) {
    width: 40px;
}

table.card_table tr td {
    vertical-align: top;
    padding: 13px 0 5px 0;
    color: #333;
    text-align: left;
}

.the_tabs_content table.card_table tr:not(:last-of-type) {
    border-bottom: solid 1px #e4e9e7;
}
.the_tabs_content table.card_table tr td {
    padding-top: 10px;
    padding-bottom: 11px;
}

table.card_table tr td:nth-child(1) {
    padding-left: 14px;
}


.the_tabs_content table.card_table tr td:nth-child(2) {
    padding-right:40px;
}
table.card_table tr td:nth-child(2) {
    color: #999;
    line-height:24px;
}
table.card_table tr td:nth-child(5)
{
    padding-top: 5px;
}

table.card_table tr td:nth-child(3), table.card_table tr td:nth-child(4)
{
    text-align: center;
}


table.card_table tr td p {
}

table.card_table tr td a {
    margin-bottom: 5px;
    display: block;
    line-height:normal;
    color: #0088c0;
    font-size:15px;
    text-decoration: none;
}

table.card_table tr td a:hover {
    text-decoration: underline;
}
table.card_table tr td i
{
    display: block;
    line-height:18px;
    font-size:13px;
    font-style: normal;
}
.card_table .to_cart img
{
    display: block;
    margin: 0;
}

/* ---------------- */
.get-price-btn {
    background: #0088c0 !important;
    margin: 0 !important;
    color: #fff !important;
    height: 30px !important;
    line-height: 28px !important;
    font-size: 13px !important;
    text-align: center !important;
    text-decoration: none !important;
}
.get-price-btn:hover {
    color:#fff;
    text-decoration: none !important;
    background: #0285c0;
}
.card_table .table-row
{
}

.card_table .table-th
{
    float: left;
    text-align: left;
    background: #e4e9e7;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    vertical-align: bottom;
    font-size: 16px;
    color: #014a4a;
    font-weight: normal;
    line-height: 50px;
}
.card_table .table-cell
{
    float: left;
}
.card_table .table-cell:nth-child(1) {
    width: 110px;
    padding-left: 14px;
}
.card_table .table-cell:nth-child(2) {
    width: 361px;
}
.card_table .table-cell:nth-child(3) {
    width: 98px;
    text-align: center;
}
.card_table .table-cell:nth-child(4) {
    width: 81px;
    text-align: center;
}
.card_table .table-cell.collspan-2:nth-child(4) {
    width:121px;
}
.card_table .table-cell:nth-child(5) {
    width: 40px;
}
.card_table .table-th .cart-gr-icon
{
    width: 40px;
    height: 50px;
    display: block;
    background: url(/img/to-cart-green.png) center no-repeat;
}
.card_table .product-item
{
    margin:0;
    border:none;
    border-bottom:solid 1px #e4e9e7;
}
.product-item
{
    border-bottom:solid 1px #e4e9e7;
    padding:15px 0 15px;
}
.card_table .table-cell a {
    display: block;
}
.card_table .table-cell a:hover {
    text-decoration: underline;
}

.card_table .table-cell i {
    color: #999;
    display: block;
    line-height: 18px;
    font-size: 13px;
    font-style: normal;
}


/* --------------- */



.in_stock {
    padding: 10px 0 10px 10px;
    clear: both;
    background: #f7f7f7;
    font-family: "PF Din Text Cond Pro";
}

.in_stock p {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #607f7e;
    font-family: "PF Din Text Cond Pro";
}

.in_stock span {
    color: #01a1d6;
}

.card_tabs {
    margin-top:40px;
    box-sizing: border-box;
    clear: both;
}

.card_tabs .the_tabs_head {

    overflow: hidden;
    margin-bottom: 20px;
}

.card_tabs .the_tabs_head a {
    margin-right: 15px;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    background: #e4e9e7;
    color: #014a4a;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    line-height: 50px;

}

.card_tabs .the_tabs_head a.active {
    background: #607f7e;
    color: #e8e8e8;
}


.card_tabs .the_tabs_div {
}

.card_tabs .the_tabs_div h2 {
    display: block;
    font-weight: bold;
    font-size: 23px;
    color: #054547;
    padding: 0 0 7px 0;
    text-transform: uppercase;
}

.card_tabs .the_tabs_div p {
    display: block;
    font-size: 15px;
    color: #054547;
    line-height: 23px;
    padding-bottom: 23px;
}

.card_tabs .the_tabs_div table.card_table {
    margin-bottom: 0;
}
/*------*/
.my_card_tabs {
    margin-top: 40px;
    box-sizing: border-box;
    clear: both;
}
.my_card_tabs .the_tabs_head {
    margin-bottom:20px;
}
.my_card_tabs .the_tabs_head li {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.my_card_tabs .the_tabs_head a {
    display: block;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    font-size: 20px;
    background: #e4e9e7;
    color: #014a4a;
    line-height: 50px;
}
.my_card_tabs .the_tabs_head .active a {
    background: #607f7e;
    color: #e8e8e8;
}

/*-----*/
.card_table td,
.card_table .table-cell {
    position: relative;
}



.card_table .qty {
    padding: 0px 10px;
    background: #d2dbdb;
    position: absolute;
    top: 5px;
    left: 0%;
    width: 140px;
    z-index:10;
}

.card_table .qty_input {
    display: inline-block;
    vertical-align: middle;
}

.card_table .qty span {
    display: block;
    background: url(/img/more.png) no-repeat center center;
    width: 34px;
    height: 18px;
    cursor: pointer;
}

.card_table .qty span:hover {
    opacity: 0.6;
}

.card_table .qty span.minus {
}

.card_table .qty span.plus {
    background: url(/img/less.png) no-repeat center center;
}

.card_table .qty input[type="text"] {
    display: block;
    width: 32px;
    height: 24px;
    background: #fff;
}

.card_table button {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    outline: none;
    border: 0;
    color: #fff;
    width: 36px;
    height: 32px;
    line-height: 32px;
    background: #01a1d6;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.card_table button:hover {
    cursor: pointer;
    opacity: 0.7;
}

.card_table .qty b {
    padding: 0 8px 0 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #696969;
    font-weight: normal;
}

/*catalog2 page*/

.catalog2_page_wrap {
    width: 940px;
    margin-top:20px;
}

.catalog2_left_col {
    width: 270px;
    float: left;
}

.catalog2_left_col > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}

.catalog2_left_col > ul > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.catalog2_left_col > ul > li:nth-child(even) {
}

.catalog2_left_col > ul > li > a {
    font-family: "Oswald", sans-serif;
    font-size: 24px;
    color: #054547;
    display: inline-block;
    text-transform: uppercase;
    padding: 0;
    text-decoration: none;
    margin-bottom: 5px;
}

.catalog2_left_col > ul > li > ul {
    list-style: none;
}

.catalog2_left_col > ul > li > ul > li {
    margin-bottom: 3px;
}

.catalog2_left_col > ul > li > ul > li > a {
    font-size: 16px;
    color: #0088c0;
    text-decoration: none;
}

.catalog2_left_col > ul > li > ul > li.selected > a {
    color: #000;
}


.catalog2_left_col > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

.catalog2_right_content {
    background: #fff;
    width: calc(100% - 270px);
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top:30px;
}

.catalog2_right_content .breadcrumbs {
    padding-left: 0;
    padding-top: 25px;
}

.catalog2_right_content h1 {
    margin:0;
}

.catalog2_right_content .inner_section {
    width: 100%;
}

.catalog2_filter {
    clear: both;
    margin-bottom: 30px;
}

.catalog2_filter_inner {
    border: 1px solid #d2dbdb;
    padding-left: 0;
    padding-right: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    z-index: 3;
    background: #fff;
}

.catalog2_filter p.title {
    display: block;
    margin: -10px 0 5px 15px;
    font-size: 13px;
    color: #607f7e;
}

.catalog2_filter p.title span {
    display: inline-block;
    background: #fff;
    padding: 0 8px;
}

.catalog2_filter select {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
}

.catalog2_filter .selectBox-dropdown:nth-last-child(1) {
    width: 166px !important;
}

.catalog2_filter .selectBox-dropdown:nth-last-child(3) {
    width: 180px !important;
}

.catalog2_filter .selectBox-dropdown:nth-last-child(5) {
    width: 180px !important;
}

.catalog2_filter input[type="submit"] {
    font-family: "PF Din Text Cond Pro";
    display: inline-block;
    width: 49%;
    height: 40px;
    background: #e2e2e2;
    margin-top: -4px;
    outline: none;
    border: 0;
    font-size: 16px;
    color: #0057b2;
    text-decoration: underline;
}

.catalog2_filter input[type="submit"]:hover {
    text-decoration: none;
}

.catalog2_list_table .card_table .table-cell:nth-child(2) {
    width:651px;
}

.catalog2_list_table table.card_table {
}
.catalog2_list_table table.card_table tr:not(:last-child)
{
    border-bottom: solid 1px #e4e9e7;
}
.catalog2_list_table table.card_table tr td {
}
.catalog2_list_table table.card_table tr td:nth-child(3),
.catalog2_list_table table.card_table tr td:nth-child(4)
{
    text-align: center;
}
.catalog2_list_table table.card_table tr td .qty {
    left: 50%;
    margin-left: -35px;
}

.footer_copy {
    display: inline-block;
    width: 21px;
    height: 21px;
    background-image: url('/img/icon-copy.png');
    opacity: 0.5;
}

.slider_text_url {
    text-decoration: none;
}

.bestsellers_title {
    font-size: 30px;
    margin-bottom:28px;
    font-family: "Oswald", sans-serif;
    color: #054547;
    text-transform: uppercase;
}

.best_sellers_list {
    color:#0088c0;
    margin-bottom:23px;
    padding-left:20px;
}

.best_sellers_list li:not(:last-child) {
    margin-bottom:13px;
}

.best_sellers_list li a {
    color: #0088c0;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.2;
}

.best_sellers_list li a:hover {
    text-decoration: underline;
}

.catalog_notifications .news-item {
    margin-bottom: 17px;
}

.adverts_list_item {
    padding: 10px 0px;
}

.adverts_list_item_title a {
    color: #0057b2;
    padding: 5px 0px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.adverts_list_item_title a:hover {
    color: #b23b00;
}

.adverts_list_item_more a {
    color: #0057b2;
    padding: 5px 0px;
    display: inline-block;
}

.adverts_list_item_more a:hover {
    text-decoration: none;
}

.cat_no_product.active {
    background: #FFF;
    padding: 10px;
    width: 250px;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

.product_cart_fullname {
    font-size: 14px !important;
    color: #607f7e !important;
    font-style: italic;
    padding: 5px 0px;
    display: inline-block;
    width: 300px;
    white-space: normal;
}

.product_cart_delete {
    line-height: 40px;
}

.separate_line {
    background-color: #e4e9e7;
    height: 5px;
    width: 100%;
}

.separate_line_full {
    background-color: #e4e9e7;
    height: 5px;
    width: 100%;
    margin: 20px 0;
}

.literature_list {
    padding: 10px 20px;
}

.literature_list_title {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #e4e9e7;
    background: #607f7e;
    text-decoration: none;
    font-size: 16px;
    line-height:40px;
    padding: 0 10px 0 10px;
}

.literature_list ol li {
    margin: 10px 0px;
}

.description_table td a {
    display: block;
    color: #000;
    font-weight: bold;
    text-decoration: underline;
    font-family: Arial, Helvetica;
    font-size: 12pt;
    font-style: italic;
}

.description_table td a:hover {
    text-decoration: none;
}

.description_table_td_title {
    width: 150px;
}

@media only screen and (max-width: 1080px) {

}

.imtek_smart_filter .bx-filter-section {
    background: transparent !important;
}

.imtek_smart_filter_action {
    position: relative;
    z-index: 10;
    background-color: #E3E3E3;
    padding: 10px 20px;
}

.imtek_smart_filter_action .bx-filter-parameters-box-container {
    padding-bottom: 0px;
}

.imtek_smart_filter_action input[type="submit"] {
    border: 0px;
    font-size: 16px;
    font-family: "PF Din Text Cond Pro";
    color: #0057B2;
    text-decoration: underline;
    line-height: 1.2;
    display: inline-block;
    margin-right: 30px;
}

.bx-filter .bx-filter-popup-result {
    min-height: auto;
    margin-top: 0px;
    padding: 0px;
    bottom: initial;
    border: 0px;
}

.bx-filter .bx-filter-popup-result a {
    font-size: 16px;
    font-family: "PF Din Text Cond Pro";
    color: #0057B2;
    text-decoration: underline;
    line-height: 1.2;
}

.bx-filter .bx-filter-select-container, .bx-filter-select-block {
    border-radius: 0px;
}

.bx-filter .bx-filter-select-container {
    border: 0px;
    background-color: #009DDD;
}

.bx-filter .bx-filter-select-block {
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-family: "PF Din Text Cond Pro";
    line-height: 1.2;
}

/*.popup-window {
    z-index: 1000;
    position: absolute;
    display: block;
    top: 554px;
    left: 993px;
    background-color: #fff;
    color: #696969;
    font-size: 14px;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-box-shadow: -1px 2px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 3px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 3px rgba(0,0,0,0.2);

}

.popup-window-content, .bx-filter-select-popup {
    background: transparent;
}
*/
.bx-filter-select-popup ul li label {
    font-weight: normal;
}

.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover {
    background: transparent;
    text-decoration: underline;
}

.imtek_smart_filter_properties {
    position: relative;
}

.bx-filter-title {
    font-size: 18px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #054547;
    padding: 0 5px;
    background-color: #FFF;
    margin-bottom: 10px;
}

.bx-filter .bx-filter-select-arrow {
    background: url('/local/templates/main/img/dropdown_filter_arrow.png');
    background-repeat: no-repeat;
}

.col-xs-12.bx-filter-button-box {
    padding-left: 0px;
    padding-right: 0px;
}

.available_block {
    color: #333;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.available_block .available {
    color: #50aa00;
    margin-left:12px;
    line-height:normal;
}

.available_block .for_order {
    color: #FF2403;
}

.profile-link a {
    color: #b23b00;
}

.bx-auth-profile input[type="submit"], .bx-auth-profile input[type="reset"] {
    padding: 5px;
    margin-top: 10px;
}

.personal-menu {
    margin-left: 20px;
}

.personal-menu li {
    margin-bottom: 5px;
}

.personal-menu li a {
    color: #0057b2;
    text-decoration: underline;
}

.personal-menu li a:hover {
    color: #000;
}

/* 88888888888888888888888888888888888888 */

/* ---- Order list ---- */
.control__indicator {

    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #bababa;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.control__indicator.сheckbox {

    border-radius: 0;
}
.order-list {
    width: 100%;
    color: #808080;
    font-size: 16px;
}

.order-list tr:first-of-type {
    border-top: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
}

.order-list tr:not(:first-child) td {
    padding: 25px 0;
}

.order-list td,
.order-list th {
    text-align: center;

}

.order-list th {
    font-size: 14px;
    line-height: 52px;
    font-weight: normal;
}

.order-list .name a {

    color: #4d2882;
}

.order-list .address {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    margin: 0;
    min-width:170px;
}

/* -- end of Order List -- */

/* ************ CART PAGE ***************** */
.cart .cart-wrap {

}

.cart .headline {
    text-align: center;
    margin-bottom:30px;
}

.cart .headline > * {
    display: inline-block;
}

.cart .headline .sub {
    color: #808080;
    font-size: 12px;
    margin-right: 5px;
}

.cart .headline .title {
    color: #4d2882;
    font-size: 20px;
    margin-bottom: 0;
}
.cart .default-act-btn
{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
/* -- Cart Block -- */
.cart-block .headline {
    margin-bottom: 21px;
}

.cart-block table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
}
.cart-block .basket-table th:first-child
{
    padding-left:14px;
    text-align: left;
}
.cart-block .basket-table th {
    color: #014a4a;
    font-weight: normal;
    font-family:'Oswald',sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 0;
    background: #e4e9e7;
    text-align: center;
}

.cart-block .basket-table > tbody > tr {
    border-bottom:solid 1px #e4e9e7;
}
.cart-block .basket-table td {
    vertical-align: top;
    padding: 15px 0 5px;
    border-bottom: solid 1px #ebebeb;
}

.cart-block .basket-table .photo-col {
    width: 15%;
}

.cart-block .basket-table .name-col {
    width: 30%;
}

.cart-block .basket-table .price-col {
    width: 18%;
}

.cart-block .basket-table .discount-col {
    width: 10%;
}

.cart-block .basket-table .quantity-col {
    width: 10%;
}

.cart-block .basket-table .sum-col {
    width: 18%;
}

.cart-block .basket-table .custom {
    width: 10%;
}

.cart-block .basket-table img {
    max-width: 123px;
    max-height: 100px;
}

.cart-block .basket-table .item-ttl {
    max-width:370px;
    white-space: nowrap;
    margin-bottom: 10px;
    display: block;
    color: #0088c0;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart-block .basket-table .item-info {
    min-width: 230px;
    /*display: inline-block;*/
    text-align: left;
}

.cart-block .basket-table .item-description {
    color: #999;
    font-weight: 300;
    line-height: 16px;
    font-size: 14px;
}

.cart-block .basket_quantity_control input {
    width: 30px;
    min-width: inherit;
    height: 20px;
    background: #eff2f2;
    vertical-align: middle;
    text-align: center;
    border: none;
}

.cart-block .summary-price {
    font-size: 16px;
}

.cart-block .delete-icon {
    width: 20px;
    height: 20px;
    text-indent: -999em;
    display: inline-block;
    background: url('/img/delete-icon.png') no-repeat;
    -webkit-transition: none ;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


.cart-block .bottom-line {
    text-align: right;
}

.cart-block .bottom-line .inline {
    display: inline-block;
    vertical-align: middle;
}

.cart-block .bottom-line .title {
    font-size: 18px;
    color: #808080;
    margin-right: 6px;
}

.cart-block .bottom-line .total-price {
    color: #099bdb;
    font-size: 20px;
    margin-right: 38px;
}

.cart-block .bottom-line .checkout {
    display: block;
    width:190px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    font-family:'Oswald',sans-serif;
    background: #0088c0;
    color: #e7e7e7;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-block .bottom-line .checkout:hover {
    color: #e7e7e7;
    background: #0084ba;
}

/* -- End of Cart Block -- */

/* ************ End of CART PAGE ***************** */


/* ------  Search title ----- */
.price-title
{
    color: #099bdb;
}
.search-form .search-suggest {
    box-sizing: border-box;
    width: 220px;
    outline: none;
    height: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 0 25px 0 10px;
}

.title-search-result {
    z-index: 101;
    display: block !important;
    background: #fff;
    -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.20);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.20);
}

.title-search-result .bx_item_block {
    border-bottom: 1px solid #DEDEDE;
}

.title-search-result .bx_item_element a:hover:not(.no-bg) {
    background: rgb(216, 216, 216);
    background: rgba(216, 216, 216, 0.43);
    text-decoration: none;
}

.title-search-result .bx_item_element a {
    padding: 8px 14px;
    color: #4c4c4c;
    display: block;
}

.title-search-result .inline-item {
    display: inline-block;
    vertical-align: middle;
}

.title-search-result .bx_item_element .image {
    width: 45px;
    line-height: 45px;
    text-align: center;
}

.title-search-result .bx_item_element .image img {
    border: solid 1px #fff;
}

.title-search-result .bx_item_element .text {
    width: calc(100% - 50px);
    padding-left: 10px;
}

.title-search-result .bx_item_element .text b {
    color: #FC8D3D;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.title-search-result .bx_item_element a:hover b {
    color: #4c4c4c;
}

.title-search-result .bx_item_element .all_result_title a {
    text-align: right;
    display: inline-block;
    float: right;
}

.title-search-result .bx_item_element .all_result_title a:hover {
    color: #FC8D3D;
}

.grecaptcha-badge{
    display: none;
}
/* End */
/* /local/templates/main/css/jquery.fancybox.css?16328138605015 */
/* /local/templates/main/css/flexslider.css?163281386010209 */
/* /local/templates/main/css/ezmark.css?1632813860834 */
/* /local/templates/main/css/jquery.selectBox.css?16328138604314 */
/* /local/templates/main/css/main.css?16328138601578 */
/* /local/templates/main/components/bitrix/menu/imtek2/style.css?163281386010678 */
/* /local/templates/main/template_styles.css?163281386056712 */
