

/* Start:/bitrix/templates/.default/components/bitrix/menu/menu/style.css?1732232900581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/main/styles.css?17864564464954*/
.owl-carousel, .owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img { /*display:block;width:100%*/
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 1;
	transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(/bitrix/templates/main/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.slider {
	height: 250px;
	position: relative;
	padding-left: 280px;
	box-sizing: border-box;
}

.slider-layer {
	position: absolute;
	background: url("/images/slider.png");
	width: 380px;
	height: 250px;
	left: 0;
	z-index: 20;
	background-size: 100% 100%;
}

.slider-layer-name {
	color: #155589;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0 0;
}

.slider-item {
	background: url("/images/empty.gif");
	background-size: cover;
	height: 250px;
	position: relative;
	display: flex;
	align-items: center;
	background-position: center;
}

.slider-text {
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	margin-left: 10%;
	width: 400px;
}

.slider-name {
	font-size: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.slider-button {
	background: #064169;
	display: inline-block;
	padding: 10px 20px;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
}

.slider .owl-dots{
	width: 100%;
	text-align: center;
	margin-top: -20px;
	z-index: 100;
	position: relative;
}

.slider .owl-dots span{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #dededc;
	margin: 0 3px;
}

.slider .owl-dots .active span{
	background-color: #013656;
}

.cat-item-rating {
	display: none;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?17864564468307*/
/* каталог с заказом */

.selects-item.PRICE {
    display: none;
}
.selects-place {
    overflow: hidden;
    margin: 0 0 35px 0;
}
input.no-table-select-ajax,
select.no-table-select-ajax,
select.no-table-select {
    border: 0;
    background: #f5f5f4;
    height: 40px;
    padding: 0 45px 0 20px;
    cursor: pointer;
    width: 150px;
    margin: 10px 5px 0 0;
    box-sizing: border-box;
}
input.no-table-select-ajax {
	border: 1px solid #f5f5f4;
    background: #FFF;
    cursor: default;
}
.selects-item {
    float: left;
    margin: 0 5px 0 0;
}

.out-data-place {
    display: table;
}
.out-data-name {
	display:table-cell;
    max-width: 360px;
}
.out-data-price {
	display:table-cell;
	width: 140px;
}
.out-data-count {
	display:table-cell;
	width: 180px;
}
.no-table-submit {
	display:table-cell;
}
.out-data-name, 
.out-data-price,
.out-data-count,
.no-table-submit {
	
}
.out-data-name p {
	font-size:14px;
	margin-right:25px;
}
.out-data-name label, 
.out-data-price label,
.out-data-count label,
.no-table-submit label {
	display: block;
    color: #448ccb !important;
    font-weight: bold;
    border-bottom: 1px solid #dededc;
    padding: 0 15px 15px 0;
	margin: 0 0 15px 0;
}




.detail-no-table-main-min-price, .detail-no-table-main-min-price strong {
    font-size: 17px;
    color: #000 !important;
}
.detail-no-table-main-min-price {
	margin: 0 0 35px 0;
}
.tovar-number .minus {
    background: #f5f5f4 url(/images/minus-select.png) no-repeat center;
}
.tovar-number .plus, .tovar-number .minus {
    width: 40px;
    height: 40px;
    float: left;
}
.tovar-number .plus {
    background: #f5f5f4 url(/images/plus-select.png) no-repeat center;
}
.tovar-number input {
    width: 90px;
    height: 40px;
    float: left;
    margin: 0 2px;
    color: #414141;
    font-size: 14px;
    line-height: 40px;
    font-family: "Evolventa", "Helvetica", "Arial";
    border: none;
    padding: 0;
    text-align: center !important;
    background: #f5f5f4;
}
a.tovar_buy {
    display: block;
    background: #003966;
    color: #FFF !important;
    text-decoration: none;
    width: 160px;
    text-align: center;
    padding: 12px 0;
    margin-left: 10px;
}
a.tovar_buy.disabled {
	background: #CCC;
}

.detail-tabs-place {
    width: 100%;
    overflow: hidden;
}
.detail-tabs-buts {
	overflow:hidden;
	border-bottom: 1px solid #dededc;
	margin: 0 0 15px 0;
}
.detail-tabs-buts a {
	display: block;
    font-weight: bold;
    padding: 0 50px 15px 0;
    float: left;
    color: #000;
    text-decoration: none;
}
.detail-tabs-buts a.active {
	color: #448ccb;
}
.detail-tabs-data {
	margin: 0 0 45px 0;
}
.detail-tabs-data-item {
	display:none;
}
.detail-tabs-data-item.show {
	display:block;
}

#imageproduct {
    max-width: 350px;
    max-height: 180px;
    padding: 10px !important;
    border: 1px solid #dededc;
}

#cart-items {
	
}
#cart-items *{
	text-align:left;
}
#cart-items table {
	width:100%;
	border-collapse: collapse;
}
#cart-items table th,
#cart-items table td {
	
}
#cart-items table th {
	border-bottom: 1px solid #ccc;
	padding: 15px 15px 15px 0;
}
#cart-items table td {
	border-bottom: 1px solid #ccc;
    padding: 15px 15px 15px 0;
    vertical-align: middle;
}

#cart-items > table {
	width:100%;
}
#cart-items > table th,
#cart-items > table td {
	
}
#cart-items > table th {
	font-size: 16px;
    font-weight: normal;
}
#cart-items > table td {
	font-size: 16px;
}

.cart-img {
    width: 120px !important;
}
.cart-img img {
	border:1px solid #000;
	padding: 5px;
}
td.cart-name {
	
}
td.cart-name a {
	text-decoration:none;
	
	font-size: 15px;
    font-weight: bold;
}
td.cart-name a b {
	color:#000 !important;
}
td.cart-name span {
	display: block;
    font-weight: normal;
    font-size: 12px;
    margin: 5px 0;
    color: #000;
}
td.cart-name span strong {
	color: #000;
}
.cart-price {
    width: 120px !important;
    font-size: 15px;
    font-weight: bold;
}
.cart-number {
    width: 200px !important;
}
.cart-sum {
    width: 120px !important;
    font-size: 15px;
    font-weight: bold;
}
.cart-delete {
    width: 60px !important;
}
a.delete-tovar {
	background: #f5f5f4 url(/images/x-select.png) no-repeat center;
	width: 40px;
	height: 40px;
	text-indent: -999999px;
	margin: 0 auto;
	display: block;
}
.cart-button.cost-place {
	overflow:hidden;
}
.cart-button.cost-place p {
	float: right;
    font-size: 18px;
    margin: 20px 0;
}
.cart-button.cost-place p b {
	color:#000;
}
.cart-button {
    overflow: hidden;
}
a.back-catalog {
	display: block;
    background: url(/images/back-select-2.png) left center no-repeat;
    float: left;
    padding: 12.5px 0 12.5px 55px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}    
a.send-cart.call.popup {
    float: right;
    display: block;
    background: #003966;
    color: #FFF !important;
    text-decoration: none;
    width: 240px;
    text-align: center !important;
    padding: 12px 0;
    margin-left: 10px;
    font-size: 16px;
}
#z-place,
#c-place {
	width: 340px;
    border: 1px solid #CCC;
    padding: 20px;
    box-sizing: border-box;
    margin: 100px auto 0 auto;
    background: #FFF;
    position: relative;
}
#z-place * ,
#c-place * {
	box-sizing: border-box;
}
#z-place .z-name,
#c-place .z-name {
	font-size: 22px;
    text-align: center;	
    margin: 0 0 15px 0;
}
#z-place input[type=text],
#z-place input[type=email],
#c-place input[type=text],
#c-place input[type=email] {
	display: block;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    margin: 0 0 16px 0;
}
#z-place textarea,
#c-place textarea {
	display: block;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    margin: 0 0 16px 0;
    resize: none;
    height:100px;
}
#z-place input[type=submit],
#c-place input[type=submit] {
	border: 0;
    display: block;
    background: #003966;
    color: #FFF !important;
    text-decoration: none;
    width: 240px;
    text-align: center !important;
    padding: 12px 0;
    margin: 0 auto;
    font-size: 16px;
    cursor:pointer;
}
.poup-place {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
}
#fancybox-close.my {
    display: block;
}
.okk {
    color: green;
    text-align: center !important;
    font-size: 20px;
    font-weight: bold;
}

a.index-catalog-a1 {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 60px;
}
a.index-catalog-a1:hover {
	
}
a.index-catalog-a2 {
	display: inline-block;
    background: #003966;
    color: #FFF;
    text-decoration: none;
    font-size: 15px;
    padding: 14px 35px;
}
a.index-catalog-a2:hover {
	color: #FFF;
	background: #0564af;
}
img.index-catalog-img {
	max-width:100%;
}
.index-catalog-table {
    min-width: 875px;
}
.selects-item label {
	display: block;
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #448ccb !important;
    font-weight: bold;
}
a.readMore {
    color: #448ccb;
    font-weight: bold;
}
select.no-table-select.lock {
    cursor: default;
}
span.no-p-of {
    font-weight: bold;
    color: #a21414;
    font-size: 15px;
}

.top-left-phone {
	font-size: 22px;
    padding: 5px 0 5px 30px;
    display: inline-block;
    font-weight: bold;
    background: url(/images/phone-ico.png) left center no-repeat;
    background-size: 25px auto;
    margin: 8px 0 0 0;
    text-decoration: none;
}
a.detail-polezno {
    display: block;
    color: #448ccb !important;
    font-weight: bold;
    text-align: center;
    max-width: 275px;
    font-size: 15px;
    margin: 8px 0 0 0;
}
.slider-layer {
	/*
	display:none;
	*/
}
.slider {
	/*
	height: 280px;
    padding-left: 0;
    max-width: 100%;
    */
}
.slider-item {
	/*
	height: 280px;
	*/
}

#ajax-select-place {
    float: left;
    overflow: hidden;
    margin-right: 5px;
}
a.need_to_know.reset {
    width: 40px;
    font-size: 32px;
    height: 40px;
    box-sizing: border-box;
    line-height: 12px;
    text-align: center;
}

#cart {
    min-height: 300px;
}

#cart .after {
	content: '';
	background: rgba(255,255,255,0.5) url(/images/wait.gif) center center no-repeat;
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:none;
}

.minus, .plus {
	cursor: pointer;
}

.added {
	background-color: green !important;
}

/* End */
/* /bitrix/templates/.default/components/bitrix/menu/menu/style.css?1732232900581 */
/* /bitrix/templates/main/styles.css?17864564464954 */
/* /bitrix/templates/main/template_styles.css?17864564468307 */
