

/* Start:/bitrix/templates/template.main/css/global/font.css?17204468602159*/
/* font.css
 * глобальные стили шрифта на всем сайте
 *
 */

@font-face {
	font-family: 'Panton';
	src: url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-regular.eot?#iefix') format('embedded-opentype'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-regular.woff2') format('woff2'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-regular.woff') format('woff'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-regular.ttf') format('truetype'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-regular.svg#pantonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Panton';
	src: url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-bold.eot?#iefix') format('embedded-opentype'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-bold.woff2') format('woff2'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-bold.woff') format('woff'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-bold.ttf') format('truetype'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-bold.svg#pantonbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Panton';
	src: url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-light.eot?#iefix') format('embedded-opentype'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-light.woff2') format('woff2'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-light.woff') format('woff'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-light.ttf') format('truetype'),
	     url('/bitrix/templates/template.main/css/global/../../fonts/panton/panton-light.svg#panton_lightregular') format('svg');
	font-weight: 300;
	font-style: normal;
}

body {
	color: #333333;
	font: 14px/1.5 'Open Sans', sans-serif;
}

a, a:visited { 
	color: #0e76f7;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0e76f7;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .title {
	/*margin: 0.4em 0;*/
	/*margin: 0.4em 0 0.1em;*/
	margin: 0.4em 0 4px;
	padding: 0;
	font-weight: normal;
	font-family: 'Panton', 'Open Sans', sans-serif;
}

h1, .title_main {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5, h6 {
	font-size: 16px;
}

p {
	/*margin: 0.8em 0;*/
	margin: 0.7143em 0;
	padding: 0;
}

li {
	margin: 0.7143em 0;
}
/* End */


/* Start:/bitrix/templates/template.main/css/global/global.css?17204468602629*/
﻿/* global.css
 * глобальные стили
 *
 */

* { 
	outline: none; 
	box-sizing: content-box;
}

body, html { 
	height: 100%;
	width: 100%;
	margin: 0; 
	padding: 0;
	border: none;
}

table, td, th { 
	margin: 0; padding: 0;
	border-collapse: collapse;
	font-size: 100%;
}

img { 
	max-width: 100%;
	height: auto;
	border: none; 
}

iframe {
	max-width: 100%;
	/*height: auto;*/
	border: none; 
}

.g-hidden-xs {

}

.g-visible-xs {
	display: none !important;
}

.g-clean {
	clear: both;
	font-size:0;
  	overflow: hidden;
}

.g-clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.g-nobr {
	white-space: nowrap;
}

.g-menu ul, .g-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.g-half-link {
	cursor: pointer;
	text-decoration: none !important;
	color: inherit;
	border-bottom-color: inherit;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.g-img-left {
    float: left;
    margin: 0 20px 0 0;
}

.g-img-right {
    float: right;
    margin: 0 0 0 20px;
}

.g-ico {
	background-image: url('/bitrix/templates/template.main/css/global/../../img/ico-map.png');
	background-repeat: no-repeat;
}

.g-text-center {
	text-align: center;
}

.g-button, input[name="BuyButton"] {
	display: inline-block;
	margin: 0;
	padding: 13px 39px 11px 39px;
	font: normal 16px/1 'Panton', 'Open Sans', sans-serif;
	text-decoration: none !important;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #bfbfbf;
	border-radius: 21px;
	box-shadow: 0px 2px 0px 0px transparent;
	color: #0e76f7 !important;
	cursor: pointer;
	/*transition: background-color 0.10s ease-out, border-color 0.10s ease-out, box-shadow 0.2s linear, color 0.10s ease-out;*/
}
.g-button-accent, .g-button:hover, input[name="BuyButton"]:hover {
	background-color: #0e76f7;
	border-color: transparent;
	box-shadow: 0px 2px 0px 0px #0839c5;
	color: #fff !important;
}
.g-button-accent:hover {
	background-color: #348fff;
	border-color: transparent;
}

/* Стилизация ajax лоадера */
body > div[id^="wait_"] {
	position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    border: none !important;
    overflow: hidden !important;
    background: #000 url('/bitrix/templates/template.main/css/global/../../img/loading.gif') no-repeat 50% 50% !important;
    background-repeat: no-repeat !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px !important;
    background-position: center !important;
    width: 80px !important;
    height: 80px !important;
    margin-left: -40px !important;
    margin-top: -40px !important;
    font-size: 0 !important;
    text-indent: -9000px !important;
    opacity: .8 !important;
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/holster.css?17204468601188*/
/* holster.css
 * стили основных блоков сайта, его сетки
 *
 */
.l-page {
	position: relative;
  	height: auto !important;
  	height: 100%;
  	min-height: 100%;
	width: 100%;
	min-width: 1280px;
	margin: 0 auto;
	background-color: #eee;
}
	.l-page-holder {
		padding-bottom: 290px;
		overflow: hidden;
	}
		.l-wrapper {
			width: 1170px;
			margin: 0 auto;
			padding: 0 55px;
			box-sizing: content-box;
		}
			.l-header {
				background-color: #fff; 
			}
			.l-page-content {
				background-color: #eee;
			}
				.l-content {
					padding-top: 22px;
					margin: 0 0 40px;
				}
				.main .l-content {
					background-color: #fff;
					margin: 0;
				}
			.l-page-left {
				float: left;
				width: 250px;
				margin-left: -100%;
				overflow: hidden;
			}
			.l-page-right {
				float: left;
				width: 250px;
				margin-left: -250px;
				overflow: hidden;
			}
			.l-section-description {
				margin: 0 -10000px;
				padding: 45px 10000px 52px;
				/*padding: 45px 0px 52px;*/
				background-color: #fff;
			}
	.l-footer {
		position: absolute;
		bottom: 0; 
		left: 0;
		width: 100%;
		height: 260px;
		padding-top: 30px;
		background-color: #fff;
	}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/blocks.css?173986041527087*/
/* blocks.css
 * Стили блоков сайта, основной рабочий файл
 *
 */
/* Стилизация всплывающей формы */
.overlay {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
z-index: 1;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.popup {
background-color: #fff;
border: 3px solid #fff;
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
position: fixed;
text-align: justify;
font: 14px Helvetica, Arial, Sans-Serif;
top: 60%;
visibility: hidden;
z-index: 1000;
max-width: 100%;

-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.overlay:target+.popup {
top: 50%;
opacity: 1;
visibility: visible;
}
.close {
background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc;
height: 24px;
line-height: 24px;
position: absolute;
right: -13px;
font-weight: bold;
text-align: center;
text-decoration: none;
top: -15px;
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 14px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
background-color: rgba(64, 128, 128, 0.8);
}

/*HEADER*/

.b-header-top {
padding: 9px 0 10px;
	border-bottom: 1px solid #eeeeee;
}

	.b-header_location {
		float: left;
		width: 218px;
		margin-right: 20px;
	}
		.b-header_location .b-location {
			display: inline-block;
		}
		.b-header_location .g-half-link {
			position: relative;
			color: #f99e00;
		}
			.b-header_location .g-half-link::after {
				content: '';
				position: absolute;
				top: 6px;
				right: -14px;
				width: 6px;
				height: 6px;
				border-right: 1px solid #f99e00;
				border-bottom: 1px solid #f99e00;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
			}

	.b-header_email {
		position: relative;
		float: left;
		width: 210px;
		padding-left: 28px;
	}
	.b-header_vk {
		position: relative;
		float: left;
		width: 160px;
		padding-left: 18px;
	}
	.b-header_vk img{
		margin-right:7px;
		vertical-align: middle;
	}
		.b-header_email::before {
			content: '';
			position: absolute;
			top: 5px;
			left: -1px;
			width: 20px;
			height: 13px;
			background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') no-repeat -27px -4px;
		}

	.b-header_menu {
		float: right;
		max-width: 740px;
	}
		.b-header_menu ul {
			display: table;
			max-width: 100%;
		}
			.b-header_menu li {
				display: table-cell;
				text-align: right;
				padding-left: 22px;
				text-align: center;
				vertical-align: middle;
			}
			.b-header_menu li:first-child {
				padding-left: 0;
			}
			.b-header_menu li:last-child {
				padding-right: 0;
			}
				.b-header_menu a {
					display: block;
					text-decoration: none;
					color: inherit;
				}
				.b-header_menu a:hover {
					color: #0e76f7;
				}

.b-header-middle {
	padding: 17px 0 18px;
}

	.b-header_logo {
		float: left;
		width: 218px;
		height: 34px;
		margin-right: 20px;
		margin-top: 9px;
	}

	.b-header_search {
		float: left;
		/*width: 456px;*/
		width: 454px;
		/*height: 42px;*/
		height: 40px;
		margin-top: 5px;
		margin-right: 20px;
		border: 1px solid #d9d9d9;
		border-radius: 4px;
	}

	.b-header_phones {
		position: relative;
		float: left;
		/*width: 190px;*/
		width: 163px;
		padding-left: 27px;
		font: bold 16px/26px 'Panton', 'Open Sans', 'Arial', sans-serif;
	}
		.b-header_phones::before {
			content: '';
			position: absolute;
			top: 3px;
			left: -1px;
			width: 20px;
			height: 20px;
			background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') no-repeat -27px -25px;
		}
		.b-header_phones p {
			margin: 0;
		}
			.b-header_phones span {
				display: block;
			}

	.b-header_users-block {
		float: right;
		width: 250px;
	}
		.b-header_users-block_links {
			display: table;
			width: 100%;
		}
			.b-header_users-block_links a {
				position: relative;
				display: table-cell;
				width: 33%;
				padding-top: 30px;
				text-align: center;
				text-decoration: none;
			}

				.b-header_users-block_links a::before {
					content: '';
					position: absolute;
					top: 2px;
					left: 50%;
					width: 24px;
					height: 24px;
					margin-left: -12px;
					background: transparent no-repeat center;
				}

				.b-header_users-block_links a.calling::before  { background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') no-repeat -27px -25px; }
				.b-header_users-block_links a.search::before   { background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') no-repeat -27px -25px;  }
				.b-header_users-block_links a.compare::before  { background-image: url('/bitrix/templates/template.main/css/layout/../../img/compare-ico.png');  }
				.b-header_users-block_links a.personal::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/personal-ico.png'); }
				.b-header_users-block_links a.cart::before     { background-image: url('/bitrix/templates/template.main/css/layout/../../img/cart-ico.png');     }

			.b-header_users-block_links a:hover {
				text-decoration: underline;
			}

.b-header-bottom {
	background-color: #0e76f7;
	color: #fff;
}
	.b-header-bottom .l-wrapper {
		position: relative;
		box-sizing: content-box;
	}
		.b-header_catalog_main {
			float: left;
			width: 218px;
		}
			.b-header_catalog_main_link {
				position: relative;
				display: block;
				padding: 22px 45px 20px 25px;
				font: bold 18px/1 'Panton', 'Open Sans', 'Arial', sans-serif;
				text-transform: uppercase;
				text-decoration: none;
				background-color: #0053cf;
			}
				.b-header_catalog_main_link::after {
					content: '';
					position: absolute;
					top: 28px;
					right: 19px;
					width: 0px;
					height: 0px;
					border-top: 6px solid #fff;
					border-right: 7px solid transparent;
					border-left: 7px solid transparent;
					transition: transform 0.3s;
				}

			.b-header_catalog_main:hover .b-header_catalog_main_link {
				background-color: #ffbf02;
			}

			.b-header_catalog_main:hover .b-header_catalog_main_link::after {
				transform: rotate(-180deg);
				/*border-top-width: 0;
				border-bottom: 6px solid #fff;*/
			}

			.b-header_catalog_main .ul-deep-1 {
				position: absolute;
				top: 100%;
				left: 55px;
				right: 55px;
				z-index: 1000;
				display: none;
				/*width: 100%;*/
				padding: 25px 20px 17px;
				font-size: 0;
				background-color: #fff;
				color: #333;
				border-radius: 0px 0px 6px 6px;
				box-shadow: 0px 2px 0 0 #ffbf02;
			}

			.b-header_catalog_main:hover .ul-deep-1 {
				display: block;
			}

			.b-header_catalog_main .li-deep-1 {
				display: inline-block;
				/*width: 290px;*/
				width: 250px;
				margin-right: 40px;
				margin-bottom: 40px;
				vertical-align: top;
				font-size: 14px;
			}
			.b-header_catalog_main .li-deep-1:nth-child(4n) {
				width: 260px;
				margin-right: 0;
			}
				.b-header_catalog_main .a-deep-1 {
					position: relative;
					display: block;
					width: 65%;
					min-height: 44px;
					margin-bottom: 12px;
					padding-bottom: 15px;
					font: bold 18px/22px 'Panton', 'Open Sans', 'Arial', sans-serif;
				}
					.b-header_catalog_main .a-deep-1::after {
						content: '';
						position: absolute;
						left: 0;
						bottom: 0;
						width: 30px;
						height: 1px;
						background-color: #ffbf02;
					}

				.b-header_catalog_main .a-deep-1:hover {
					color: #ffbf02;
				}

				.b-header_catalog_main .ul-deep-2 {
					font-size: 14px;
					line-height: 18px;

				}
				.b-header_catalog_main .li-deep-2 {
					margin: 8px 0;
				}
					.b-header_catalog_main .li-deep-2 a {
						display: block;
					}
					.b-header_catalog_main .li-deep-2 a:hover {
						text-decoration: underline;
					}

		.b-header_catalog_section {
			float: right;
			width: 952px;
			font: bold 16px/21px 'Panton', 'Open Sans', 'Arial', sans-serif;
		}
			.b-header_catalog_section_holder {
				display: table;
				width: 100%;
			}
				.b-header_catalog_section_holder a {
					position: relative;
					display: table-cell;
					width: 25%;
					height: 60px;
					padding-left: 66px;
					text-decoration: none;
					vertical-align: middle;
					border-right: 1px solid #0053cf;
					color: #fff;
				}
				.b-header_catalog_section_holder .restyle a {
					padding-right: 20px;
				}
					.b-header_catalog_section_holder a::before {
						content: '';
						position: absolute;
						top: 15px;
						left: 15px;
						width: 35px;
						height: 30px;
						background: transparent no-repeat center;
					}
					.b-header_catalog_section_holder ul {
						display: table-row;
					}
					.b-header_catalog_section_holder ul li {
						display: table-cell;
						width: 25%;
						vertical-align: top;
					}
					.b-header_catalog_section_holder ul li:nth-child(1) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-1.png'); /*background-position: 0px 0px;*/ }
					.b-header_catalog_section_holder ul li:nth-child(2) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-2.png'); /*background-position: 0px 0px;*/ }
					.b-header_catalog_section_holder ul li:nth-child(3) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-3.png'); /*background-position: 0px 0px;*/ }
					.b-header_catalog_section_holder ul li:nth-child(4) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-4.png'); /*background-position: 0px 0px;*/ }


					.b-header_catalog_section_holder ul.restyle li:nth-child(1) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-5.png'); /*background-position: 0px 0px;*/ }
					.b-header_catalog_section_holder ul.restyle li:nth-child(2) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-6.png'); /*background-position: 0px 0px;*/ }
					.b-header_catalog_section_holder ul.restyle li:nth-child(3) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-7.png'); /*background-position: 0px 0px;*/ }
					.b-header_catalog_section_holder ul.restyle li:nth-child(4) a::before { background-image: url('/bitrix/templates/template.main/css/layout/../../img/catalog-ico-8.png'); /*background-position: 0px 0px;*/ }


				.b-header_catalog_section_holder a:hover {
					background-color: #0053cf;
					background-color: #ffbf02;
				}

	.b-header-bottom a {
		color: inherit;
		text-decoration: none;
	}


 /*MAIN-PAGE*/
.b-main-banners {

}
	.b-main-banners-holder {
		margin: 20px 0 20px -20px;
	}
	.b-main-banners-holder::after {
		content: '';
		display: block;
		clear: both;
	}
		.b-main-banners-item {
			float: left;
			width: 25%;
			margin: 0;
		}
			.b-main-banners-item-holder {
				position: relative;
				height: 80px;
				margin: 0 0 0 20px;
				border-radius: 2px;
				overflow: hidden;
				box-shadow: 0px 2px 0px 0px #d9d9d9;
				transition: box-shadow 0.2s, transform 0.2s;
			}
			.b-main-banners-item-holder:hover {
				box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, .2);
				transform: translate(-3px,-3px);

			}
			.b-main-banners-item:nth-of-type(1) .b-main-banners-item-holder { 
				background: url(/bitrix/templates/template.main/css/layout/../../img/background-n-1.png); 
				background-position: right;
    				background-repeat: no-repeat;
				background-color: #18a3df;
			}
			.b-main-banners-item:nth-of-type(2) .b-main-banners-item-holder { 
				background: url(/bitrix/templates/template.main/css/layout/../../img/background-n-2.png);
				background-position: right;
    				background-repeat: no-repeat;
				background-color: #23c9cd;
			}
			.b-main-banners-item:nth-of-type(3) .b-main-banners-item-holder { 
				background: url(/bitrix/templates/template.main/css/layout/../../img/background-n-3.png);
				background-position: right;
    				background-repeat: no-repeat;
				background-color: #febd35;
			}
			.b-main-banners-item:nth-of-type(4) .b-main-banners-item-holder { 
				background: url(/bitrix/templates/template.main/css/layout/../../img/background-n-4.png); 
				background-position: right;
    				background-repeat: no-repeat;
				background-color: #28dbdb;
			}

				/*.b-main-banners-item-holder::after {
					content: '';
					position: absolute;
					top: 0;
					right: 0;
					z-index: 1;
					bottom: 0;
					width: 164px;
					background: transparent no-repeat;
				}

				.b-main-banners-item:nth-of-type(1) .b-main-banners-item-holder::after {
					background-image: url(/bitrix/templates/template.main/css/layout/../../img/main.png);
					background-position: 100% 100%;
				}
				.b-main-banners-item:nth-of-type(2) .b-main-banners-item-holder::after {
					background-image: url(/bitrix/templates/template.main/css/layout/../../img/banner-image2.png);
					background-position: 100% 100%;
				}
				.b-main-banners-item:nth-of-type(3) .b-main-banners-item-holder::after {
					background-image: url(/bitrix/templates/template.main/css/layout/../../img/robt.png);
					background-position: 100% 100%;
				}
				.b-main-banners-item:nth-of-type(4) .b-main-banners-item-holder::after {
					background-image: url(/bitrix/templates/template.main/css/layout/../../img/dpl.png);
					background-position: 100% 100%;
				}*/

				.b-main-banners-item-holder a {
					position: relative;
					z-index: 2;
					display: inline-block;
					width: 100%;
					height: 100%;
					box-sizing: border-box;
					font: bold 20px/22px 'Panton', 'Open Sans', 'Arial', sans-serif;
					text-decoration: none;
					color: #fff;
				}
				.b-main-banners-item:nth-of-type(1) a,
				.b-main-banners-item:nth-of-type(2) a {
					padding: 30px 100px 0 25px;
					font-size: 19px;
				}
				.b-main-banners-item:nth-of-type(3) a,
				.b-main-banners-item:nth-of-type(4) a {
					padding: 20px 100px 0 25px;
				}

.b-main-slider {
	width: 1170px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: 1px solid #d4d4d4;
}
.b-main-slider::after {
	content: '';
	display: block;
	clear: both;
}
	.b-main-slider-holder {
		float: left;
		width: 932px;
		height: 300px;
		overflow: hidden;
		border-radius: 6px;
	}
/*	.b-main-slider-banner {
— moz-transition: all 1s ease;

— webkit-transition: all 1s ease;

— o-transition: all 1s ease;

transition: all 1s ease;
		float: right;
		width: 218px;
		height: 300px;
		overflow: hidden;
		border-radius: 6px;
	}
			.b-main-slider-banner:hover {
/*				box-shadow: 0px 6px 15px 0 rgba(0, 0, 0, .2);
				transform: scale(1.2,1.2);
— moz-transform: rotate (360deg) scale (1.5);

— webkit-transform: rotate (360deg) scale (1.5);

— o-transform: rotate (360deg) scale (1.5);

— ms-transform: rotate (360deg) scale (1.5);

transform: rotate (360deg) scale (1.5);*/

.animate2{

  position:relative;

  margin-left: auto;/* устанваливаем блок div по центру страницы*/
margin: 0 0 0 auto;

  width:218px; /* Ширина */

  height: 300px;  /* Высота */

}

.animate2 img {
border-radius: 10px;

  position:absolute; /* абсолютное позиционирование*/

  right: 0; /* выравниваем картинки по левому верхнему углу div-а*/

  top: 0; /* выравниваем картинки по левому верхнему углу div-а */

}


.animate2 img.first { /* первая картинка полностью прозрачная */

  opacity:0;

  filter:alpha (opacity=0);

}

.animate2:hover img.first { /* при наведении курсора первая картинка становится не прозрачной */

  opacity:1;

  filter:alpha (opacity=100);

}

.animate2:hover img.second, .animate2 img.second:hover { /* а вторая при наведении курсора становится прозрачной */

  opacity:0;

  filter:alpha (opacity=0);

}


.b-main-feedback
{
	padding: 70px 0;
	background: #0e76f7;
	color: #fff;
	margin-bottom: 50px;
}
	.b-main-feedback-holder
{
float: left;
  width: 280px;
  padding:20px 25px 10px;
  border: 1px solid #FFFAF0;
  border-radius: 20px;
box-shadow: 0.5px 1px 100px 1px #0000FF;
}

.g-button2 {
margin:20px 15% 20px 15%;
  display: inline-block;
  color: white;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
box-shadow: 2px 2px 30px 1px #0000FF;
}
.g-button2:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
.g-button2:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }



.b-main-feedback-title
{
			font: normal 34px/26px 'Gotham Pro', 'Open Sans', sans-serif;
			color: #fff;
			text-align: center;
			margin: 0 0 26px;
}

.b-main-feedback-description {
    //position:relative;
    width:40%;
    padding:1em;
    margin:1px 100px 30px 40px;
    background:#2c66af;
    border-radius:4px;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-border-radius:4px;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
.b-main-feedback-description > :first-child:before {
    content:"";
    position:absolute;
    z-index:-1;
    top:0px;
    bottom:0;
   left:0;
    right:0px;
    background:#2c66af;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.b-main-feedback-description:before,
.b-main-feedback-description:after {
        content:"";
        position:absolute;
        z-index:-2;
        bottom:15px;
        left:10px;
        width:50%;
        height:20%;
        max-width:300px;
    -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
       -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform:rotate(-3deg);
       -moz-transform:rotate(-3deg);
        -ms-transform:rotate(-3deg);
         -o-transform:rotate(-3deg);
            transform:rotate(-3deg);
}
.b-main-feedback-description:after {
    right:10px;
    left:auto;
    -webkit-transform:rotate(3deg);
       -moz-transform:rotate(3deg);
        -ms-transform:rotate(3deg);
         -o-transform:rotate(3deg);
            transform:rotate(3deg);
}
.b-main-feedback-description  p {
        font-size:16px;
        font-weight:bold;
}


.b-main-feedback-description
{
		float: right;
		width: 56%;
		margin-top: 10px;
		padding-right: 20px;
		font-weight: normal;
		font-family: 'Gotham Pro', 'Open Sans', sans-serif;
}
		.b-main-feedback-description-title
{
			margin-bottom: 15px;
			font-size: 39px;
			line-height: 1;
			color: #FFFF00;
}
		.b-main-feedback-description-text {
			margin-bottom: 34px;
			padding-left: 2px;
			font-size: 22px;
			line-height: 24px;
		}
		.b-main-feedback-description-phone,
		.b-main-feedback-description-email {
			/*margin-bottom: 33px;*/
			margin-bottom: 18px;
			padding-left: 2px;
		}
			.b-main-feedback-description-phone-text,
			.b-main-feedback-description-email-text {
				display: inline-block;
				min-width: 77px;
				margin-right: 18px;
				opacity: 0.75;
font-size: 18px;
			}
			.b-main-feedback-description-phone-num,
			.b-main-feedback-description-email-adr {
text-decoration: none;
				font-weight: bold;
				font-size: 24px;
				line-height: 24px;
				color: #FFFF00;
    text-shadow: 1px 1.5px 10px #000080;
			}
.b-main-feedback-description-phone-num:hover
{
text-decoration: none;
				font-weight: bold;
				font-size: 24px;
				line-height: 24px;
				color: #FFFF00;
}
		.b-main-feedback-description-email {
			margin-bottom: 0;
		}
			.b-main-feedback-description-email-text {

			}
			.b-main-feedback-description-email-adr {

			}



			}

.b-main-popular {
	padding: 22px 0 0;
}

.b-main-popular h2 {
	margin-bottom: 15px;
}

.b-main-employees {
	padding: 31px 0 42px;
	position: relative;
	background-image: -webkit-linear-gradient(45deg, #4381bf, #0bb6d9);
	background-image: linear-gradient(45deg, #4381bf, #0bb6d9);
	color: #fff;
}
	.b-main-employees::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: -65px;
		bottom: 0;
		right: 0;
		left: 0;
		background-image: -webkit-linear-gradient(45deg, #4381bf, #0bb6d9);
		background-image: linear-gradient(45deg, #4381bf, #0bb6d9);
	}
	.b-main-employees .l-wrapper {
		position: relative;
		z-index: 2;
	}

.b-main-solutions {
	position: relative;
	/*padding: 96px 0 60px;*/
	padding: 40px 0 60px;
	background-image: -webkit-linear-gradient(45deg, #4381bf, #0bb6d9);
	background-image: linear-gradient(45deg, #4381bf, #0bb6d9);
	color: #fff;
}
	.b-main-solutions::after {
		content: '';
		position: absolute;
		z-index: 1;
		top: -56px;
		bottom: 0;
		right: 0;
		left: 0;
		background-image: -webkit-linear-gradient(45deg, #4381bf, #0bb6d9);
		background-image: linear-gradient(45deg, #4381bf, #0bb6d9);
	}
	.b-main-solutions .l-wrapper {
		position: relative;
		z-index: 2;
	}

/*INNER*/

.b-page-title {
	margin-bottom: 32px;
}

.b-page-title h1 {
	line-height: 1;
	margin: 0;

}

/*GENERAL*/




.b-content-holder {
	margin-top: 25px;
	-webkit-column-count: 2;
	   -moz-column-count: 2;
	        column-count: 2;
	-webkit-column-gap: 70px;
	   -moz-column-gap: 70px;
	        column-gap: 70px;
}
	.b-content-holder p {
		margin-top: 0;
	}



/*FOOTER*/

.b-footer {
	padding-top: 20px;
	border-top: 1px solid #0e76f7;
}
	.b-footer_column {
		float: left;
	}
	.b-footer_column_left {
		width: 337px;
		margin-right: 20px;
	}
	.b-footer_column_right {
		float: right;
		width: 800px;
	}

		.b-footer_column_full {
			width: 337px;
		}
		.b-footer_column_narrow {
			width: 218px;
		}


	.b-footer_copyright {
		width: 70%;
		margin-top: 22px;
		margin-bottom: 60px;
	}
		.b-footer_copyright_company {
			margin-bottom: 7px;
			font: bold 18px/1 'Panton', 'Open Sans', 'Arial', sans-serif;
		}
		.b-footer_copyright_description {

		}

		.b-media-army {

		}
			.b-media-army a:hover,
			.b-media-army a:focus,
			.b-media-army a:active {
				color: #;
			}

			.b-media-army_logo {
				position: absolute;
				margin-top: -5px;
				color: #E1232D;
				font-size: 14px;
			}

	.b-footer_contacts {
		width: 70%;
	}
		.b-footer-contacts_phone,
		.b-footer-contacts_email,
		.b-footer-contacts_address {
			margin-top: 8px;
			/*margin-bottom: 15px;*/
			margin-bottom: 11px;
			position: relative;
			padding-left: 27px;
			line-height: 21px;
		}
			.b-footer-contacts_phone::before,
			.b-footer-contacts_email::before,
			.b-footer-contacts_address::before {
				content: '';
				position: absolute;
				top: 0px;
				left: -2px;
				width: 20px;
				height: 20px;
				background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') no-repeat;
			}
			.b-footer-contacts_phone::before { background-position: -27px -25px;}
			.b-footer-contacts_email::before { background-position: -27px 2px; }
			.b-footer-contacts_address::before { background-position: -2px -3px;}

		.b-footer-contacts_phone {
			font-weight: bold;
			font-size: 16px;
			line-height: 26px;
			font-family: 'Panton', 'Open Sans', 'Arial', sans-serif;
		}
			.b-footer-contacts_phone span {
				display: block;
			}

		.b-footer_contacts p {
			margin: 0;
		}

	.b-footer_catalog,
	.b-footer_information {

	}
		.b-footer_catalog ul,
		.b-footer_information ul {
			line-height: 24px;

		}
			.b-footer_catalog li,
			.b-footer_information li {

			}
				.b-footer_catalog a,
				.b-footer_information a {
					display: block;
					text-decoration: none;

				}
				.b-footer_catalog a:hover,
				.b-footer_information a:hover {
					text-decoration: underline;
				}

.b-header-top-top {opacity:0;color:#000}
/*плавающая строка*/
.l-header.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.fixed .b-header-top-top {opacity:0;}
	.fixed .b-header-top {
		height: 0;
		opacity:1;
		position: relative;
		padding: 0
	}
		.fixed .b-header_location {
			display: none;
		}
		.fixed .b-header_email,
		.fixed .b-header_menu,
		.fixed .b-header_vk {
			position: absolute;
			z-index: 1;
		}
.fixed .b-header_vk {
			position: absolute;
			z-index: 1;
			opacity:0;
		}
		.fixed .b-header_email {
			top: 45px;
			left: 714px;
		}
		.fixed .b-header_vk {
			top: 45px;

		}
		.fixed .b-header_menu {
			top: 27px;
			left: 0;
		}
			.fixed .b-header_menu ul {}
				.fixed .b-header_menu ul li {
					padding-left: 28px;
				}
				.fixed .b-header_menu ul li:nth-of-type(1) {
					padding-left: 0;
				}
				.fixed .b-header_menu ul li:nth-of-type(2),
				.fixed .b-header_menu ul li:nth-of-type(3) {
					display: none;
				}
	.fixed .b-header-middle {
		padding: 0px 0 6px;
		position: relative;
height: 64px;
	}
		.fixed .b-header_logo {
			display: none;
		}
		.fixed .b-header_search {
			position: absolute;
			top: 10px;
			left: 374px;
			width: 318px;
		}
		.fixed .b-header_phones {
			position: absolute;
			top: 14px;
			left: 714px;
		}
			.fixed .b-header_phones p {}
				.fixed .b-header_phones p {}
					.fixed .b-header_phones p>span:nth-of-type(2) {
						display: none;
					}
		.fixed .b-header_users-block {
			margin: 11px 0 3px;
		}
	.fixed .b-header-bottom {}

.form_sale_20
{
position: relative;
			/*padding: 17px 30px 13px 60px;*/
			background-color: #ffbf02;
			border-radius: 8px;
			-webkit-box-shadow: 0px 2px 0px 0px #d7a100;
			        box-shadow: 0px 2px 0px 0px #d7a100;
			color: #fff !important;
text-align: center;

			font-size: 15px;
			font-weight: bold;
			padding: 5px;
			margin-top: 10px;
}
.form_sale_20:hover
{
			background-color: #ffd202;
}

.b-footer-personal-data {
  margin-top: 10px;
  font-size: 12px;
  color: #b7b7b7;
}

}
.b-footer_copyright {
	margin-bottom: 15px;
}
.b-employees_item_picture {
	border: none !important
}
@media (max-width: 500px) {
	.b-main-feedback{
		padding: 10px 0;
	}
	.b-main-feedback-title{
		font-size: 28px;
    		line-height: 22px;
	}
	.b-main-feedback-holder{
		width: 240px;
		padding: 15px 15px 10px;
	}
	.b-main-feedback-description-phone-text, .b-main-feedback-description-email-text{
		display: block;
	}
	.b-main-feedback-description-phone-num, .b-main-feedback-description-email-adr{
		font-size: 18px!important;
	}
	.g-button2{
		margin: 20px 5% 20px 5%;
	}
	.b-message-form_text input, .b-message-form_date input{
		width: 86%;
	}
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/content.css?1720446860699*/
/* content.css
 * Стандартные стили контента сайта (таблицы, изображения)
 *
 */

.b-content td {
    vertical-align: top;
}

.b-table {
    margin-right: 2px;
}
    .b-table table {
        border-top: 3px solid #0592d0;
    }
    .b-table th, .b-table td {
        padding: 10px;
        border: 1px solid #d4d4d4;
        text-align: left;
        vertical-align: middle;
        font-size: 13px;
        color: #000;
    }
    .b-table th, .b-table tr:first-child td, .b-table tr:nth-child(odd) {
        background-color: #e5e5e5;
    }
    .b-table .phone {
        width: 120px;
    }


.software-table {
    width: 100%;
    margin: 0 0 20px;
}
/* End */


/* Start:/bitrix/templates/template.main/css/layout/responsive.css?173159144539210*/
@media (max-width: 768px) {

	/* неадекватный онлайн чат */
	.lt-label-chat {
		display: none!important;
	}

	body {
		/*font-size: 14px;
		line-height: 20px;*/
	}

	h1, .title_main {
		font-size: 30px; 
		line-height: 1.2;
	}

	h2 {
		
	}

	h3 {

	}

	h4 {

	}

	h5 {

	}

	h6 {

	}

	iframe {
		height: auto;
	}

	table {
		max-width: 100% !important;
	}

	ul, ol {
		padding-left: 20px;
	}

	.g-hidden-xs {
		display: none !important;
	}

	.g-visible-xs {
		display: block !important;
	}

	.l-page {
		min-width: 320px;
	}

	.l-page-holder {
		padding-top: 60px;
		padding-bottom: 0;
	}

	.l-wrapper {
		width: auto;
		padding: 0 20px;
	}

	.l-header {

	}

	.l-page-content {

	}

	.l-content {
		padding-top: 18px;
	}

	.main .l-content {
		padding-top: 0;
	}

	.l-footer {
		position: static;
		height: auto;
		padding-top: 40px;
	}


	/*header*/

	.b-header-top .b-header_location,
	.b-header-top .b-header_menu,
	.b-header-middle .b-header_phones,
	.b-header-middle .personal,
	.b-header-bottom .b-header_catalog,
	.b-header-bottom .b-header_catalog_sections {
		display: none !important;
	}

	.b-header-top {

	}

	.b-header-middle {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 99;
		height: 34px;  /*60px - 26px*/ 

		padding-top: 13px;
		padding-bottom: 13px;
		background-color: #fff;
	}

	.b-header-middle.m-fixed {
		-webkit-box-shadow: 0px 2px 0px 0px #d9d9d9;
		        box-shadow: 0px 2px 0px 0px #d9d9d9;
	}

		.b-header_mobile-btn {
			float: left;
			width: 34px;
			height: 34px;
			margin-right: 11px;
		}

			.b-header_mobile-btn button {
				position: relative;
				left: -7px;
				width: 34px;
				height: 34px;
				margin: 0;
				padding: 0;
				font-size: 0;
				background: transparent;
				border: none;
			}

				.b-header_mobile-btn button span {
					position: absolute;
					top: 50%;
					left: 50%;
					width: 20px; 
					height: 2px;
					margin-top: -1px;
					margin-left: -10px;
					background-color: #0e76f7;
				}

				.b-header_mobile-btn button span::before,
				.b-header_mobile-btn button span::after {
					content: '';
					position: absolute;
					left: 0;
					width: 100%; 
					height: 100%;
					background-color: #0e76f7;
				}

				.b-header_mobile-btn button span::before {
					top: -7px;
				}

				.b-header_mobile-btn button span::after {
					bottom: -7px;
				}

		.b-header-middle .b-header_logo_mobile {
			float: left;
			width: 87px;
			margin: 0;
		}

		.b-header-middle .b-header_users-block {
			width: 137px;
			font-size: 0;
			text-align: right;
		}

			.b-header-middle .b-header_users-block_links .g-visible-xs {
				display: inline-block !important;
				margin-right: 11px;
			}

			.b-header-middle .b-header_users-block_links a,
			.b-small-basket_holder {
				display: inline-block;
				width: 34px;
				height: 34px;
				padding: 0;
				font-size: 0;
				vertical-align: middle;
			}

			.b-header-middle .b-header_users-block_links a::before {
				top: 50%;
				left: 50%;
				width: 20px;
				height: 20px;
				margin-top: -10px;
				margin-left: -10px;
			}

			.b-header-middle .b-header_users-block_links a.calling::before {
				background-position: -53px -26px;
			}

			.b-header-middle .b-header_users-block_links a.search::before {
				background-position: -53px -4px;
			}

			.b-header-middle .b-header_users-block_links a.cart::before {
				width: 25px;
				margin-left: -13px;
				/*background-position: -53px -26px;*/
			}

			.b-header-middle .b-header_users-block_links .b-small-basket_num {
				right: -10px;
			}

	.b-header-bottom {

	}
		
	.b-header_mobile {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 100;
		-webkit-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		        transform: translateX(-100%);

		        -webkit-transition: -webkit-transform 0.4s 0.25s;

		        transition: -webkit-transform 0.4s 0.25s;

		        -o-transition: transform 0.4s 0.25s;

		        transition: transform 0.4s 0.25s;

		        transition: transform 0.4s 0.25s, -webkit-transform 0.4s 0.25s;

	}

	.has-open-menu .b-header_mobile {
		-webkit-transform: translateX(0);
		    -ms-transform: translateX(0);
		        transform: translateX(0);

		-webkit-transition: -webkit-transform 0.25s;

		transition: -webkit-transform 0.25s;

		-o-transition: transform 0.25s;

		transition: transform 0.25s;

		transition: transform 0.25s, -webkit-transform 0.25s;
		
	}

		.b-header_mobile_holder {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			z-index: 2;
			width: 275px;
			height: 100%;
			overflow: auto;
			background-color: #ededed;
			color: #333333;
		}

		.b-header_mobile_overflow {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
			width: 100%;
			height: 100%;
			overflow: auto;
			background-color: #000;
			opacity: 0;

			-webkit-transition: opacity 0.25s 0s;

			-o-transition: opacity 0.25s 0s;

			transition: opacity 0.25s 0s;
			
		}

		.has-open-menu .b-header_mobile_overflow {
			opacity: 0.5;

			-webkit-transition: opacity 0.4s 0.25s;

			-o-transition: opacity 0.4s 0.25s;

			transition: opacity 0.4s 0.25s;

		}

			.b-header_mobile_holder .b-header_phones {
				float: none;
				display: block;
				width: auto;
				margin: 0 20px;
				padding: 16px 0 9px 35px;
				line-height: 20px;
				border-bottom: 1px solid #d4d4d4;
			}

				.b-header_mobile_holder .b-header_phones::before {
					top: 18px;
					left: 0;
					width: 16px;
					height: 16px;
					background-position: -5px -53px;
				}

			.b-header_mobile_holder .personal {
				position: relative;
				float: none;
				display: block;
				width: auto;
				margin: 0 20px;
				padding: 14px 0 14px 35px;
				text-decoration: none;
				border-bottom: 1px solid #d4d4d4;
				color: #333333;
			}
				.b-header_mobile_holder .personal::before {
					content: '';
					position: absolute;
					top: 17px;
					left: 0;
					width: 16px;
					height: 16px;
					background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') -29px -53px no-repeat;
				}

			.b-header_mobile_holder .b-header_location {
				position: relative;
				float: none;
				display: block;
				width: auto;
				margin: 0;
				padding: 14px 0 14px 55px;
				text-align: left;
				border-bottom: 1px solid #d4d4d4;
			}

				.b-header_mobile_holder .b-header_location::before {
					content: '';
					position: absolute;
					top: 16px;
					left: 20px;
					width: 16px;
					height: 16px;
					background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') -53px -53px no-repeat;
				}

			.b-header_mobile_holder .b-header_catalog_main {
				padding-top: 18px;
				background-color: #fff;
			}

				.b-header_mobile_holder .b-header_catalog_main_title {
					margin-bottom: 5px;
					padding: 0 20px;
					font: bold 21px/1 'Panton', 'Open Sans', sans-serif;
				}

					.b-header_mobile_holder .b-header_catalog_main_title span {
						
					}

			.b-header_mobile_holder .b-header_catalog_main,
			.b-header_mobile_holder .b-header_catalog_section {
				float: none;
				width: auto;
			}

				.b-header_mobile_holder .b-header_catalog_main ul,
				.b-header_mobile_holder .b-header_catalog_main li, 
				.b-header_mobile_holder .b-header_catalog_section_holder,
				.b-header_mobile_holder .b-header_catalog_section_holder ul,
				.b-header_mobile_holder .b-header_catalog_section_holder li {
					display: block;
					width: auto !important;
					margin: 0;
				}

				.b-header_mobile_holder .b-header_catalog_main .ul-deep-1 {
					position: static;
					display: block;
					padding: 0;
					border-radius: 0;
					-webkit-box-shadow: none;
					        box-shadow: none;
				}

					.b-header_mobile_holder .b-header_catalog_main .li-deep-1 {
						border-bottom: 1px solid #eeeeee;
					}

						.b-header_mobile_holder .b-header_catalog_main .a-deep-1 {
							width: auto;
							min-height: 0;
							margin: 0;
							padding: 15px 40px 15px 20px;
							font-size: 16px;
							line-height: 21px;
							text-decoration: none;
							color: #323232;
						}

							.b-header_mobile_holder .b-header_catalog_main .a-deep-1::after {
								content: none;
							}

						.b-header_mobile_holder .b-header_catalog_main .a-deep-1:not(:only-child) {
							position: relative;
						}

							.b-header_mobile_holder .b-header_catalog_main .a-deep-1:not(:only-child)::after {
								content: '';
								position: absolute;
								top: 50%;
								right: 20px;
								bottom: auto;
								left: auto;
								width: 9px;
								height: 9px;
								margin-top: -5px;
								background: transparent;
								border: 2px solid #0e76f7;
								border-top: none;
								border-left: none;
								/*transform: rotate(-135deg);*/
								-webkit-transform: rotate(-45deg);
								    -ms-transform: rotate(-45deg);
								        transform: rotate(-45deg);
								-webkit-transition: -webkit-transform 0.2s;
								transition: -webkit-transform 0.2s;
								-o-transition: transform 0.2s;
								transition: transform 0.2s;
								transition: transform 0.2s, -webkit-transform 0.2s;
							}

							.b-header_mobile_holder .b-header_catalog_main .a-deep-1.active:not(:only-child)::after {
								-webkit-transform: rotate(45deg);
								    -ms-transform: rotate(45deg);
								        transform: rotate(45deg);
							}

						.b-header_mobile_holder .b-header_catalog_main .a-deep-1.root-item-selected {
							color: #0e76f7;
						}

						.b-header_mobile_holder .b-header_catalog_main ul.root-item {
							display: none;
							padding-left: 35px;
						}

							.b-header_mobile_holder .b-header_catalog_main .li-deep-2 {
								border-bottom: 1px solid #eeeeee;
							}

							.b-header_mobile_holder .b-header_catalog_main .li-deep-2:last-child {
								border-bottom: none;
							}

								.b-header_mobile_holder .b-header_catalog_main .a-deep-2 {
									display: block;
									width: auto;
									margin: 0;
									padding: 12px 20px 12px 0;
									font-size: 14px;
									line-height: 18px;
									text-decoration: none;
									color: #333333;
								}

								.b-header_mobile_holder .b-header_catalog_main .a-deep-2.item-selected {
									font-weight: bold;
									color: #0e76f7;
								}

				.b-header_mobile_holder .b-header_catalog_section {
					padding: 23px 15px 20px 20px;
					font: normal 14px/19px 'Open Sans', sans-serif;
				}

					.b-header_mobile_holder .b-header_catalog_section ul {
					
					}

						.b-header_mobile_holder .b-header_catalog_section li {
							margin-bottom: 21px;
						}

						.b-header_mobile_holder .b-header_catalog_section li:last-child {
							margin-bottom: 0;
						}

							.b-header_mobile_holder .b-header_catalog_section a {
								display: block;
								width: auto;
								height: auto;
								padding: 0 0 0 35px;
								border: none;
								color: inherit;
							}

							.b-header_mobile_holder .b-header_catalog_section a:hover {
								background-color: transparent;
							}

							.b-header_mobile_holder .b-header_catalog_section a::before {
								top: 1px;
								left: -1px;
								width: 18px;
								height: 18px;

							}

							.b-header_mobile_holder .b-header_catalog_section ul li:nth-child(1) a::before { background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') -4px -77px no-repeat; }
							.b-header_mobile_holder .b-header_catalog_section ul li:nth-child(2) a::before { background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') -28px -77px no-repeat; }
							.b-header_mobile_holder .b-header_catalog_section ul li:nth-child(3) a::before { background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') -52px -77px no-repeat; }
							.b-header_mobile_holder .b-header_catalog_section ul li:nth-child(4) a::before { background: transparent url('/bitrix/templates/template.main/css/layout/../../img/ico-map.png') -76px -77px no-repeat; }


				.b-header_mobile_holder .b-header_menu {
					float: none;
					width: auto;
					padding: 20px 20px 30px;
					text-align: left;
					border-top: 1px solid #d9d9d9;
				}

					.b-header_mobile_holder .b-header_menu ul {
						display: block;
						text-align: left;
						padding: 0;
					}

						.b-header_mobile_holder .b-header_menu li {
							display: block;
							text-align: left;
							margin-bottom: 19px;
							padding: 0;
						}

						.b-header_mobile_holder .b-header_menu li:last-child {
							margin-bottom: 0;
						}

	/*main-page*/

	.b-main-banners {
		margin: 20px 0 35px;
	}

		.b-main-banners-holder {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;

			margin: 0 -5px;
		}

			.b-main-banners-item {
				-ms-flex-preferred-size: 250px;
				    flex-basis: 250px;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				float: none;
				margin: 0 5px 10px;
			}

				.b-main-banners-item-holder {
					margin-left: 0;
				}

	.b-main-popular {
		padding: 0;
	}

		.b-catalog-section {
			margin: 0 -20px 30px;
			margin: 0 -20px 18px;
		}

			.b-catalog-section .b-catalog-section_item {
				display: block;
				width: auto;
				min-height: 0;
				margin: 0;
				border-bottom: 1px solid #d9d9d9;
			}

				.b-catalog-section .b-catalog-section_item_holder {
					padding: 14px 35px 4px 10px;
					border-radius: 0;
					overflow: hidden;
				}

				.b-catalog-section .b-catalog-section_item:hover .b-catalog-section_item_holder {
					position: relative;
					z-index: 0;
					-webkit-box-shadow: none;
					        box-shadow: none;
				}

					.b-catalog-section .b-catalog-section_item_picture {
						float: left;
						width: 90px;
						height: 90px;
						margin: 0;
						text-align: center;
					}

						.b-catalog-section .b-catalog-section_item_picture a {
							width: 90px;
							height: 90px;
						}

							.b-catalog-section .b-catalog-section_item_picture img {
								max-height: 90px;
							}

						.b-catalog-section .b-catalog-section_item_label_holder {
							left: 0;
						}

						.b-catalog-detail_pic .b-catalog-section_item_label_holder {
							left: -10px;
						}

							.b-catalog-section .b-catalog-section_item_label {
								display: block;
								width: 82px;
								margin-top: -20px;
								background-size: auto;
							}
							.b-catalog-section .b-catalog-section_item_label.bestseller {
								background-position: 0 -301px;
								height: 42px;
							}
							.b-catalog-section .b-catalog-section_item_label.insetcheaper {
								background-position: 0 -343px;
								height: 48px;
							}
							.b-catalog-section .b-catalog-section_item_label.discount {
								background-position: 0 -391px;
								height: 43px;
							}
							.b-catalog-section .b-catalog-section_item_label.recommended {
								background-position: 0 -434px;
								height: 42px;
							}
							.b-catalog-section .b-catalog-section_item_label.newproduct {
								background-position: 0 -476px;
								height: 44px;
							}

						.b-catalog-section .b-catalog-section_item_label_discount {
							display: none;
						}


					.b-catalog-section .b-catalog-section_item_text,
					.b-catalog-section .b-catalog-section_item_supply {
						margin-left: 103px;
					}

						.b-catalog-section .b-catalog-section_item_article,
						.b-catalog-section .b-cataog-section_item_functions {
							display: none;
						}

						.b-catalog-section .b-catalog-section_item_name,
						.b-catalog-section .b-catalog-section_item:hover .b-catalog-section_item_name {
							position: static;
							margin: 0 0 5px;
							height: auto;
							min-height: 60px;
							font-size: 14px;
							line-height: 20px;
						}

						.b-catalog-section .b-catalog-section_item_name a {

						}

							.b-catalog-section .b-catalog-section_item_name a::after {
								content: '';
								position: absolute;
								top: 0;
								right: 0;
								bottom: 0;
								width: 30px;
								background: transparent url('/bitrix/templates/template.main/css/layout/../../img/mobile-link-arrow.png') center no-repeat;
							}

						.b-catalog-section .bmcl_supply-available {
							margin-bottom: 4px;
						}

							.b-catalog-section .bmcl_supply-available-ico {
								margin-right: 5px;
							}

					.b-catalog-section .b-catalog-section_item_supply {
						
					}

						.b-catalog-section .bmcl_supply-value {
							display: -webkit-box;
							display: -ms-flexbox;
							display: flex;
							-webkit-box-align: baseline;
							    -ms-flex-align: baseline;
							        align-items: baseline;
						}

							.b-catalog-section .b-catalog-section_item_price {
								margin-right: 10px;
								font-weight: 400;
								font-size: 16px;
								line-height: 24px;
							}

							.b-catalog-section .b-catalog-section_item_old-price {
								margin-left: auto;
								font-size: 14px;
								line-height: 24px;
								/*color: #ff52ab;*/
							}

						.b-catalog-section .b-catalog-section_item_buttons,
						.b-catalog-section .b-catalog-sections_item_articul {
							display: none !important;
						}

	section.b-main-features {
		padding-top: 28px;
	}

		.b-main-features .b-main-features_description {
			margin: 14px 0 24px;
			padding-right: 0;
			font-size: 14px;
			line-height: 20px;
		}

		.b-main-features .b-main-features_holder {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			padding: 0px 10px;
		}

			.b-main-features .b-main-features_item {
				-ms-flex-preferred-size: 200px;
				    flex-basis: 200px;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				width: auto;
				margin: 8px 0;
				text-align: left;
			}

				.b-main-features .b-main-features_item_picture {
					-ms-flex-preferred-size: 80px;
					    flex-basis: 80px;
					-ms-flex-negative: 0;
					    flex-shrink: 0;

					margin: 0 20px 0 10px;

					background-size: 80px auto;
				}

				.b-main-features .b-main-features_item_description {
					margin-bottom: 0;
					padding: 0;
					font-size: 14px;
					line-height: 20px;
				}


	.b-main-employees {
		padding-top: 21px;
	}

		.b-main-employees::after {
			top: -70px;
		}

		.b-main-employees .b-employees {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			margin-top: 11px;
		}

			.b-main-employees .b-employees_item {
				-ms-flex-preferred-size: 250px;
				    flex-basis: 250px;
				-webkit-box-flex: 1;
				    -ms-flex-positive: 1;
				        flex-grow: 1;
				float: none;
				width: auto;
				margin: 0 0 20px;
			}

				.b-main-employees .b-employees_item_holder {
					display: -webkit-box;
					display: -ms-flexbox;
					display: flex;
					-webkit-box-align: center;
					    -ms-flex-align: center;
					        align-items: center;
					-webkit-box-pack: flex-start;
					    -ms-flex-pack: flex-start;
					        justify-content: flex-start;
					margin-bottom: 0;
				}

					.b-main-employees .b-employees_item_picture {
						-ms-flex-negative: 0;
						    flex-shrink: 0;
						width: 98px;
						height: 98px;
						margin: 0 30px 0 0;
					}

					.b-main-employees .b-employees_item_text {
						text-align: left;
					}

						.b-main-employees .b-employees_item-name {
							margin-bottom: 6px;
							font-size: 16px;
							line-height: 21px;
							font-family: 'Panton', 'Open Sans', sans-serif;
						}
						.b-main-employees .b-employees_item-position {
							font-size: 14px;
							line-height: 18px;
						}

	/*inner-pages*/

	.b-page-title {
		margin-bottom: 15px;
	}

		.b-page-title .b-breadcrumb {
			position: relative;
			margin: 0;
			padding-left: 25px;
		}

			.b-page-title .b-breadcrumb .b-breadcrumb_separator,
			.b-page-title .b-breadcrumb a {
				display: none;
			}

			.b-page-title .b-breadcrumb a:last-of-type {
				position: absolute;
				top: -4px;
				left: -10px;
				display: block;
				width: 30px;
				height: 30px;
				font-size: 0;
			}

				.b-page-title .b-breadcrumb a:last-of-type::before {
					content: '';
					position: absolute;
					top: 50%;
					left: 50%;
					width: 9px;
					height: 9px;
					margin-top: -5px;
					margin-left: -3px;
					border-top: 2px solid #0e76f7;
					border-left: 2px solid #0e76f7;
					-webkit-transform: rotate(-45deg);
					    -ms-transform: rotate(-45deg);
					        transform: rotate(-45deg);
				}

			.b-page-title .b-breadcrumb span {
				font: bold 18px/24px 'Panton', 'Open Sans', sans-serif;;
			}

		.b-page-title h1 {
			height: 0;
			visibility: hidden;
		}
	
	/*software*/

	table.software-table,
	table.software-table tbody,
	table.software-table tr,
	table.software-table td {
		/*display: block;*/
		/*width: 100%;*/
	}

	table.software-table img {
		/*display: none;*/
	}


	/*catalog*/

	.l-page-catalog-content {
		margin-left: 0;
	}

	.b-catalog-section-display {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		float: none;
		width: auto;
		margin: 0 0 10px;
	}

		.b-catalog-section-sorting,
		.b-catalog-section-count {
			float: none;
			margin: 0 10px 10px 0;
		}

		.b-catalog-section-count {
			margin-right: 0;
		}

			.b-catalog-section-sorting select,
			.b-catalog-section-count select {
				margin: 0;
				color: #0e76f7;
			}

			.b-catalog-section-sorting option,
			.b-catalog-section-count option {
				color: #333;
			}


	.b-page-navigation {
		margin: 13px 0 50px;
	}


	/*catalog detail*/

	.b-catalog-detail {
		margin-bottom: 38px;
	}

		.b-catalog-detail .b-catalog-detail_main {
			margin: 0 -20px 50px;
			border-radius: 0;
		}

			.b-catalog-detail .b-catalog-detail_pic {
				min-width: 280px;
				max-width: 100%;
				width: auto;
			}

			.b-catalog-detail .b-catalog-detail_pic,
			.b-catalog-detail_pic_more,
			.b-catalog-detail_preview,
			.b-catalog-detail_supply,
			.b-catalog-detail_reccomend,
			.b-catalog-detail_detail {
				float: none;
				width: auto;		
				margin: 0;
			}

				.b-catalog-detail .b-catalog-detail_pic_detail {
					float: none;
					width: auto;
					height: auto;
					text-align: center;
				}

				.b-catalog-detail .b-catalog-detail_pic_more {
					height: 50px;
					text-align: center;
				}

					.b-catalog-detail .b-catalog-detail_pic_more_item {
						width: 50px;
						height: 50px;
						margin: 0 6px 0 0;
					}

					.b-catalog-detail .b-carousel .g-carousel-prev,
					.b-catalog-detail .b-carousel .g-carousel-next {
						width: 30px;
						height: auto;
						background: transparent url('/bitrix/templates/template.main/css/layout/../../img/mcarousel-arrow.png') no-repeat center;
					}

					.b-catalog-detail .b-carousel .g-carousel-prev {
						top: 0;
						right: auto;
						left: -30px;
						bottom: 0;
						-webkit-transform: rotate(180deg);
						    -ms-transform: rotate(180deg);
						        transform: rotate(180deg);
					}

				 	.b-catalog-detail .b-carousel .g-carousel-next {
						top: 0;
				 		left: auto;
						right: -30px;
						bottom: 0;
					}

			.b-catalog-detail .b-catalog-detail_preview {
				margin-bottom: 15px;
			}

				.b-catalog-detail .b-catalog-detail_properties {
					margin: 10px 0 5px;
				}

			.b-catalog-detail .b-catalog-detail_supply {

			}

				.b-catalog-detail .b-catalog-detail-offers {
					margin-bottom: 15px;
				}

				.b-catalog-detail .b-catalog-detail_supply_buy_price {

				}

				.b-catalog-detail .b-catalog-detail_item-info_qty {
					width: 40px;
					margin-right: 18px;
					padding: 0 24px;
				}

					.b-catalog-detail .b-catalog-detail_item-info_qty input {
						border-radius: 0;
					}

					.b-catalog-detail .b-catalog-detail_item-info_qty .bx_small_more,
					.b-catalog-detail .b-catalog-detail_item-info_qty .bx_small_less {
						top: 0;
						right: 0;
						height: 100%;
						line-height: 40px;
					}

					.b-catalog-detail .b-catalog-detail_item-info_qty .bx_small_more {
						border-bottom: none;
						border-radius: 0 10px 10px 0;
					}

					.b-catalog-detail .b-catalog-detail_item-info_qty .bx_small_less {
						right: auto;
						left: 0;
						border-radius: 10px 0 0 10px;
					}

				.b-catalog-detail .b-catalog-detail_supply_buy {

				}

					.b-catalog-detail .b-catalog-detail_supply_buy .g-button {
						margin: 0;
					}

				.b-catalog-detail .b-catalog-detail_supply_links {
					margin-bottom: 15px;
				}

		.b-catalog-detail .b-catalog-detail_detail {
			margin: 0 -20px;
			border-radius: 0;
		}

			.b-catalog-detail .b-catalog-detail_detail_tabs_title {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				overflow: auto;
				border-radius: 0;
			}

				.b-catalog-detail_detail_tabs_title span {
					padding: 20px 26px 16px;
				}

			.b-catalog-detail .b-catalog-detail_detail_tabs_body {

			}

				.b-catalog-detail .b-catalog-detail_detail_content {
					padding-right: 20px;
					padding-left: 20px;
					overflow: auto;
				}
.overlay { 
background-color: rgba(0, 0, 0, 0.7); 
bottom: 0; 
cursor: default; 
left: 0; 
opacity: 0; 
position: fixed; 
right: 0; 
top: 0; 
visibility: hidden; 
z-index: 1; 
-webkit-transition: opacity .5s; 
-moz-transition: opacity .5s; 
-ms-transition: opacity .5s; 
-o-transition: opacity .5s; 
transition: opacity .5s; 
} 
.overlay:target { 
visibility: visible; 
opacity: 1; 
} 
.popup { 
background-color: #fff; 
border: 3px solid #fff; 
display: inline-block; 
left: 50%; 
opacity: 0; 
padding: 15px; 
position: fixed; 
text-align: justify; 
font: 14px Helvetica, Arial, Sans-Serif; 
top: 40%; 
visibility: hidden; 
z-index: 10; 

-webkit-transform: translate(-50%, -50%); 
-moz-transform: translate(-50%, -50%); 
-ms-transform: translate(-50%, -50%); 
-o-transform: translate(-50%, -50%); 
transform: translate(-50%, -50%); 

-webkit-border-radius: 10px; 
-moz-border-radius: 10px; 
-ms-border-radius: 10px; 
-o-border-radius: 10px; 
border-radius: 10px; 

-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset; 

-webkit-transition: opacity .5s, top .5s; 
-moz-transition: opacity .5s, top .5s; 
-ms-transition: opacity .5s, top .5s; 
-o-transition: opacity .5s, top .5s; 
transition: opacity .5s, top .5s; 
} 
.overlay:target+.popup { 
top: 50%; 
opacity: 1; 
visibility: visible; 
} 
.close { 
background-color: rgba(0, 0, 0, 0.8); 
border: 2px solid #ccc; 
height: 24px; 
line-height: 24px; 
position: absolute; 
right: -13px; 
font-weight: bold; 
text-align: center; 
text-decoration: none; 
top: -15px; 
width: 24px; 
-webkit-border-radius: 15px; 
-moz-border-radius: 15px; 
-ms-border-radius: 15px; 
-o-border-radius: 15px; 
border-radius: 15px; 
-moz-box-shadow: 1px 1px 3px #000; 
-webkit-box-shadow: 1px 1px 3px #000; 
box-shadow: 1px 1px 3px #000; 
} 
.close:before { 
color: rgba(255, 255, 255, 0.9); 
content: "X"; 
font-size: 14px; 
text-shadow: 0 -1px rgba(0, 0, 0, 0.9); 
} 
.close:hover { 
background-color: rgba(64, 128, 128, 0.8); 
} 
		/*таблицы*/

		.b-catalog-detail .b-catalog-detail_detail_content table td:nth-of-type(2) {
			font-size: 14px;
		}

		#b-catalog-detail_detail_content_1 table {

		}

			#b-catalog-detail_detail_content_1 table td {
				display: block;
				padding: 0;
			}

	.b-catalog-detail_similar,
	.basket-needed {
		margin: 50px 0;
	}

		.b-catalog-detail_similar h2,
		.basket-needed h2 {
			font-size: 21px;
		}

	/*Add to cart*/

	.b-basket-popup {

	}

		.b-basket-popup .b-basket-popup_holder {

		}

		.b-basket-popup .b-basket-popup_element {
			background-color: #fff;
		}

		.b-basket-popup .b-basket-popup_element_pic {
			float: none;
			margin: 0 0 20px;
			text-align: center;
		}

		.b-basket-popup .b-basket-popup_element_holder {
			overflow: visible;
		}

			.b-basket-popup .b-basket-popup_element_title {
				margin-bottom: 10px;
				font-size: 20px;
				line-height: 24px;
				text-transform: none;
				color: #333;
			}
 
			.b-basket-popup .b-basket-popup_element_name {
				margin-bottom: 10px;
				font-size: 14px;
				line-height: 1.5;
				color: #333;
			}

			.b-basket-popup .b-basket-popup_element_text {
				margin-bottom: 20px;
				font-size: 14px;
				line-height: 1.5;
				color: #333;
			}

			.b-basket-popup .b-basket-popup_total_value {
				white-space: nowrap;
			}

			.b-basket-popup .b-basket-popup_element_buttons {
				margin-bottom: 10px;
				text-align: center;
			}

				.b-basket-popup .b-basket-popup_element_buttons a {
					margin: 0 0 10px;
					font-size: 14px;
				}

	/*catalog search*/

	.l-content .search-page {
		display: block;
	}

	/*cart*/

	.bx_ordercart {
		margin: 0 -20px;
	}

		.bx_ordercart .bx_ordercart_order_table_container,
		.bx_ordercart .bx_ordercart_order_pay {
			border-radius: 0px;
		}

		.bx_ordercart .bx_ordercart_order_table_container {

		}

			.bx_ordercart .bx_ordercart_order_table_container table {
				margin: 0;
			}

				.bx_ordercart .bx_ordercart_order_table_container table thead {
					display: none;
				}

					.bx_ordercart .bx_ordercart_order_table_container table tr {
						display: block;
					}

					.bx_ordercart .bx_ordercart_order_table_container table tr[id] {
						padding: 15px 0 8px;
						border-bottom: 1px solid #d9d9d9;
					}

						.bx_ordercart .bx_ordercart_order_table_container table td {
							display: block;
							width: auto;
							height: auto;
							/*margin: 0 0 0 105px;*/
							margin: 0;
							padding: 0;
							text-align: left;
							border: none;
						}

						.bx_ordercart .bx_ordercart_order_table_container table td.margin {
							display: none;
						}

						.bx_ordercart .bx_ordercart_order_table_container table td.itemphoto {
							float: left;
							width: 90px;
							height: 90px;
							margin: 5px 0 0 10px;
							padding: 0;
						}

							.bx_ordercart .bx_ordercart_order_table_container table td.itemphoto .bx_ordercart_photo_container {
								min-width: 90px;
							}

						.bx_ordercart .bx_ordercart_order_table_container table td.item {
							min-height: 55px;
							margin: 0 10px 10px 112px;
						}

							.bx_ordercart .bx_ordercart_order_table_container table td.item a {
								font-size: 14px;
								line-height: 20px;
							}

						.bx_ordercart .bx_ordercart_order_table_container table td.custom {
							margin: 0 10px 10px 112px;
						}

							.bx_ordercart .bx_ordercart_order_table_container table td.custom .price {
								padding-top: 10px;
								font-size: 18px;
								line-height: 1;
							}

								.bx_ordercart .bx_ordercart_order_table_container table td.custom .old-sum {
									margin-bottom: 5px;
									font-size: 14px;
								}

						.bx_ordercart .bx_ordercart_order_table_container table td.control {
							margin-right: 10px;
							margin-left: 112px;
						}

							.bx_ordercart .bx_ordercart_order_table_container table td.control .control-remove {
								width: auto;
								height: auto;
								font-size: 14px;
								background: none;
								color: #353535;
							}



		.bx_ordercart .bx_ordercart_order_pay {
			height: auto;
			padding-top: 18px;
			padding-bottom: 26px;
		}

			.bx_ordercart .bx_ordercart_order_pay_left,
			.bx_ordercart .bx_ordercart_order_pay_right {
				float: none;
				width: auto;
				margin: 0;
			}

			.bx_ordercart .bx_ordercart_order_pay_left {
				margin-bottom: 30px;
			}

				.bx_ordercart .bx_ordercart_order_pay_left .bx_ordercart_coupon {
					margin: 0;
					padding-bottom: 5px;
					white-space: normal;
					overflow: hidden;
				}

					.bx_ordercart .bx_ordercart_order_pay_left .bx_ordercart_coupon span {
						float: left;
						width: 90px;
						margin-top: 7px;
						margin-right: 10px;
					}

					.bx_ordercart .bx_ordercart_order_pay_left .bx_ordercart_coupon input {
						float: left;
						width: 180px;
						width: calc(100% - 122px);
						height: 38px;
						margin-bottom: 14px;
					}

					.bx_ordercart .bx_ordercart_order_pay_left .bx_ordercart_coupon .g-button {
						float: left;
						margin-left: 100px;
					}

				.bx_ordercart .bx_ordercart_order_sum {
					float: none;
					width: auto;
					margin: 0;
				}

			.bx_ordercart .bx_ordercart_order_pay_right {

			}

				.bx_ordercart .bx_ordercart_order_pay_right .bx_ordercart_order_sum {
				
				}

					.bx_ordercart .bx_ordercart_order_pay_right .bx_ordercart_order_sum td {
						text-align: left;
					}

					.bx_ordercart .bx_ordercart_order_pay_right .bx_ordercart_order_sum #allDiscount_FORMATED {
						padding: 0;
						font-size: 16px;
						/*color: #0e76f7;*/
					}
					.bx_ordercart .bx_ordercart_order_pay_right .bx_ordercart_order_sum #allSum_FORMATED {
						padding: 0;
						font-size: 24px;
					}

		.bx_ordercart .bx_ordercart_order_pay_center {
			text-align: center;
		}

			.bx_ordercart .bx_ordercart_order_pay_center-delivery {
				display: none;
			}

			.bx_ordercart .bx_ordercart_order_pay_center .g-button-accent {
				width: 236px;
			}

	/*ordering*/

	#order_form_div .b-order_make {

	}

		#order_form_div .b-order_step {
			display: block;
			width: auto;
			border-radius: 0;
			margin-right: -20px;
			margin-left: -20px;
			margin-bottom: 45px;
			padding: 30px 20px 20px;
		}

		#order_form_div .b-order_step.b-order_step-1 {
			padding-top: 24px;
			/*padding-bottom: 4px;*/
		}

			#order_form_div .b-order_step h4,
			#order_form_div #order_form_content > h4 {
				font-size: 24px;
				line-height: 30px;
				margin-bottom: 16px;
			}

			#order_form_div .b-order_step.b-order_step-1 h4 {
				font-size: 20px;
				line-height: 30px;
				color: #4c4c4c;
			}

			#order_form_div .label.left {
				float: none;
				display: block;
				width: auto;
				margin: 0 0 14px 0;
			}

			#order_form_div #sale_order_props {
				padding-top: 9px
			}

				#order_form_div .b-order_step .b-order_user-info_item {
					float: none;
					width: auto;
					margin-bottom: 12px;
				}

					#order_form_div input[type="text"],
					#order_form_div input[type="password"],
					#order_form_div textarea,
					#order_form_div select {
						
					}

			.b-order_make .b-order_pay-item .b-order_item_description,
			.b-order_make .b-order_delivery-item .b-order_item_description {
				font-size: 14px;
				color: #000000;
			}

		#order_form_div .b-order_summary {
			position: static;
			padding: 3px 0;
		}

			#order_form_div .b-basket-table-item-holder {
				width: auto;
				padding-left: 10px;
				padding-right: 20px;
			}

				#order_form_div .b-basket_table_item-name {
					display: block;
					width: auto;
					margin-left: 115px; 
				}

			#order_form_div .b-order_checkout-block {
				margin-top: 0;
			}

			#order_form_div .b-order_checkout-block a.g-button {
				width: 236px;
				padding-top: 14px;
			}

			#order_form_div .b-message-form_personal-data {
				font-size: 14px;
				line-height: 19px;
				color: #333333;
			}


	/*Выбор города */

	.custom-popup-2014 {
	    position: absolute !important;
	    top: 0 !important;
	    left: 0 !important;
	    width: 100% !important;
	    margin: 0 !important;
	    border-radius: 0 !important;
	}
	    .custom-popup-2014 .popup-title {
	        font-size: 22px !important;
	    }
	    .popup-favorites_item {
	        width: 50% !important;
	        height: auto !important;
	    }
	    .popup-favorites_item-mod {
	        display: none;
	    }
	        .popup-favorites_item-name .popup-favorites_item-text,
	        .popup-favorites_item-phone.popup-favorites_item-text {
	            font-size: 13px !important;
	        }
	        .popup-favorites_item-phone.popup-favorites_item-text {
	            text-align: right;
	        }

	        .custom-popup-2014 .popup-favorites_item-text-black {
	            line-height: 1.5 !important;
	        }

	        .custom-popup-2014 .custom-popup-2014-content .popup-search-wrapper .field-text {
	            width: 100% !important;
	            font-size: 14px !important;
	            background: none !important;
	            border-radius: 5px;
	            -webkit-box-shadow: inset 0 2px 5px 1px #ccc;
	                    box-shadow: inset 0 2px 5px 1px #ccc;
	        }
	            .custom-popup-2014 .popup-search-wrapper .clear_field {
	                top: 4px !important;
	                right: 4px !important;
	            }
	        .custom-popup-2014 .popup-city,
	        .custom-popup-2014 .popup-city .result-list {
	            width: 100% !important;
	        }
	        .custom-popup-2014 .popup-city {
	            /*height: 100px!important;*/
	        }


	/*footer*/

	.b-footer {
		margin: 0 -20px;
		padding: 28px 0; 
	}

	.b-footer_column,
	.b-footer_column_left,
	.b-footer_column_right,
	.b-footer_column_full,
	.b-footer_column_narrow {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.b-footer_column_left {
		padding: 0 20px;
	}
	.b-footer_column_right {
		margin-bottom: 24px;
	}

		.b-footer_column_full,
		.b-footer_column_narrow {
			margin-bottom: 10px;
			padding: 0 20px;
			border-bottom: 1px solid #cccccc;
		}
			
			
			.b-footer_copyright {
				width: auto;
				margin: 0;
			}

				.b-footer_copyright_description {
					
				}

			.b-footer_contacts {
				width: auto;
				margin: 0 0 25px;
			}

				.b-footer-contacts_phone,
				.b-footer-contacts_email,
				.b-footer-contacts_address {

				}

			.b-footer_catalog h3,
			.b-footer_information h3 {
				position: relative;
				margin: 10px 0;
				padding-right: 15px;
			}

			.b-footer_catalog h3::after,
			.b-footer_information h3::after {
				content: '';
				position: absolute;
				top: 50%;
				right: 0px;
				width: 9px;
				height: 9px;
				margin-top: -5px;
				border: 2px solid #0e76f7;
				border-top: none;
				border-left: none;
				/*transform: rotate(-135deg);*/
				-webkit-transform: rotate(-45deg);
				    -ms-transform: rotate(-45deg);
				        transform: rotate(-45deg);
				-webkit-transition: -webkit-transform 0.2s;
				transition: -webkit-transform 0.2s;
				-o-transition: transform 0.2s;
				transition: transform 0.2s;
				transition: transform 0.2s, -webkit-transform 0.2s;
			}

			.b-footer_catalog h3.active::after,
			.b-footer_information h3.active::after {
				-webkit-transform: rotate(45deg);
				    -ms-transform: rotate(45deg);
				        transform: rotate(45deg);
			}

			.b-footer_catalog_menu,
			.b-footer_information_menu {
				display: none;
			}

			.b-footer_catalog ul,
			.b-footer_information ul {
				margin: 0;
				padding: 6px 0 20px;
				font-size: 16px;
			}

				.b-footer_catalog li,
				.b-footer_information li {
					margin-bottom: 6px;
				}


		.b-media-army {

		}

		.b-footer-personal-data {
			padding-right: 10px;
			/*text-align: justify;*/
		}
.b-main-feedback-holder,.b-main-feedback-description{
	float:none;
	margin: 30px auto 40px;
}
.b-main-feedback-description {
    width: 80%;
}
.b-main-feedback-description-title{
	font-size:30px;
}
.b-main-feedback-description-phone-text, .b-main-feedback-description-email-text{
	font-size:16px;
}
.b-main-feedback-description-phone-num, .b-main-feedback-description-email-adr{
	font-size:21px;
}


}
/* End */


/* Start:/bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?17204468365140*/
/*! 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: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.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: 15px;
	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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/components/ma/site.settings/fancybox2/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 {
    
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/components/ma/site.settings/fancybox2/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 20px;
	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: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	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('/bitrix/components/ma/site.settings/fancybox2/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('/bitrix/components/ma/site.settings/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/bitrix/components/ma/site.settings/templates/template2/style.css?17204468373643*/
.arcticmodal-overlay { display: none !important; }

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url('/bitrix/components/ma/site.settings/templates/template2/img/loading.gif') no-repeat 50% 50%; opacity: .8;}

.m-box-modal {
    position: relative;
    max-width: 700px;
    background-color: #FFF;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    -moz-box-shadow: inset 1px 1px 10px #aaa;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .15), 0 8px 30px -5px rgba(0, 0, 0, .5);
    color: #000;
}
    .m-box-modal .box-modal_close {
        position: absolute;
        top: 17px;
        right: 16px;
        width: 11px;
        height: 11px;
        overflow: hidden;
        background: transparent url('/bitrix/components/ma/site.settings/templates/template2/img/close-x.png') 0 0 no-repeat;
        cursor: pointer;
        color: #000;
        text-indent: -1000px;
    }

    .m-box-modal .b-mod-title {
        padding: 14px 20px 12px 20px;
        border-bottom: 1px solid #e8e7e5;
    }
        .m-box-modal .b-mod-title h1 {
            margin: 0;
            padding: 0;
            color: #000;
            font-size: 15px;
        }
        .m-box-modal .b-content-ajax {
            padding: 15px 20px;
        }


.b-up_button {
    position: fixed;
    right: 30px;
    bottom: 50px;
    display: none;
    width: 39px;
    height: 40px;
    z-index: 100;
}

.b-up_button span {
    display: block;
    height: 100%;
    background: url('/bitrix/components/ma/site.settings/templates/template2/img/up.jpg') no-repeat 0px 0px;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

/*Radio button*/

.ma_custom_radio_button {
    padding: 0px 0px 0px 20px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/template2/img/button.png') no-repeat 0px 2px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_radio_button {
    display: inline;
    zoom: 1;
}

.ma_custom_radio_button.checked {
    background-position: 0px -33px;
}

    .ma_custom_radio_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
    
/*Placeholder*/

input.custom-input-placeholder,
textarea.custom-textarea-placeholder {
    color: #000;
}

input.placeholder-color,
textarea.placeholder-color {
    color: #ccc;
}

/*checkbox*/

.ma_custom_checkbox_button {
    padding: 0px 0px 0px 22px;
    position: relative;
    background: url('/bitrix/components/ma/site.settings/templates/template2/img/checkbox.png') no-repeat 0px 0px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 6px;
}

*+html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

*html .ma_custom_checkbox_button {
    display: inline;
    zoom: 1;
}

.ma_custom_checkbox_button.checked {
    background-position: 0px -100px;
}

    .ma_custom_checkbox_button input {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        top: 0px;
        left: 0px;
        cursor: pointer;
    }
/* End */


/* Start:/bitrix/components/ma/site.settings/templates/template2/poshytip/poshytip.css?17204468374735*/
.b-tooltip-yellow {
	z-index: 1000;
	text-align: left;
	border: 1px solid #c7bf93;
	padding: 3px 7px;
	min-width: 50px;
	max-width: 300px;
	color: #000;
	background-color: #fff9c9;
}
.b-tooltip-yellow .tip-inner {
	font: normal 11px/1.2 Arial, sans-serif;
}
.b-tooltip-yellow .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows.png) no-repeat;
}
.b-tooltip-yellow .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows.png) no-repeat -10px 0;
}
.b-tooltip-yellow .tip-arrow-bottom {
	margin-top:0;
	margin-left:6px;
	top:100%;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows.png) no-repeat -20px 0;
}
.b-tooltip-yellow .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows.png) no-repeat -30px 0;
}

.b-tooltip-red {
	z-index: 1000;
	text-align: left;
	border: 1px solid #de9898;
	padding: 4px 7px;
	min-width: 50px;
	max-width: 300px;
	color: #000;
	background-color: #fedada;
}
.b-tooltip-red .tip-inner {
	font: normal 11px/1.2 Arial, sans-serif;
}
.b-tooltip-red .tip-arrow-top {
	margin-top:-10px;
	margin-left:6px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-red_arrows.png) no-repeat;
}
.b-tooltip-red .tip-arrow-right {
	margin-top:6px;
	margin-left:0;
	top:0;
	left:100%;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-red_arrows.png) no-repeat -10px 0;
}
.b-tooltip-red .tip-arrow-bottom {
	margin-top:0;
	margin-left:6px;
	top:100%;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-red_arrows.png) no-repeat -20px 0;
}
.b-tooltip-red .tip-arrow-left {
	margin-top:6px;
	margin-left:-10px;
	top:0;
	left:0;
	width:10px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-red_arrows.png) no-repeat -30px 0;
}


.b-tooltip-gray {
	z-index: 1000;
	text-align: left;
	border: 1px solid #bbb;
	padding: 15px;
	min-width: 50px;
	max-width: 800px;
	background-color: #FFF;
	box-shadow: 0px 2px 5px #CCC;
	-moz-box-shadow: 0px 2px 5px #CCC;
	-webkit-box-shadow: 0px 2px 5px #CCC;
}
.b-tooltip-gray .tip-arrow-top {
	margin-top: -8px;
	margin-left: -7px;
	top: 0;
	left: 50%;
	width: 15px;
	height: 9px;
	background: url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-gray_arrows.png) no-repeat;
}
.b-tooltip-gray .tip-arrow-right {
	margin-top:-4px;
	margin-left:0;
	top:50%;
	left:100%;
	width:9px;
	height:15px;
	background: url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-gray_arrows.png) no-repeat -15px 0;
}
.b-tooltip-gray .tip-arrow-bottom {
	margin-top: 0;
	margin-left: -7px;
	top: 100%;
	left: 50%;
	width: 15px;
	height: 9px;
	background: url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-gray_arrows.png) no-repeat -25px 0;
}
.b-tooltip-gray .tip-arrow-left {
	margin-top:-4px; 
	margin-left:-6px;
	top:50%;
	left:0;
	width:9px;
	height:15px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-gray_arrows.png) no-repeat -40px 0;
}



.b-tooltip-help {
	z-index:1000;
	text-align:left;
	border:1px solid #939393;
	padding:7px;
	min-width:50px;
	max-width:530px;
	color:#8c3901;
	background-color:#fef9d9;
	background-image: url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow.png); /* bgImageFrameSize >= 10 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.b-tooltip-help .tip-inner {
	font:bold 13px/18px 'trebuchet ms',arial,helvetica,sans-serif;
	margin-top:-2px;
	padding:0 3px 1px 3px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.b-tooltip-help .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows2.png) no-repeat -40px 0;
}
.b-tooltip-help .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-4px;
	top:50%;
	left:100%;
	width:10px;
	height:20px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows2.png) no-repeat -16px 0;
}
.b-tooltip-help .tip-arrow-bottom {
	margin-top:-6px;
	margin-left:15px;
	top:100%;
	left:0;
	width:16px;
	height:13px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows2.png) no-repeat -32px 0;
}
.b-tooltip-help .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:10px;
	height:20px;
	background:url(/bitrix/components/ma/site.settings/templates/template2/poshytip/img/tip-yellow_arrows2.png) no-repeat -48px 0;
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/location/roboshkola/style.css?172044685312382*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);

.b-location-holder {
	position: relative;
	display: inline-block;
}
	.ma_location_link {
		text-decoration:none;
	}
	.ma_location_link:hover {
		text-decoration:none !important;
	}
	.ma_location_link span {
		border-bottom:1px dotted;
	}
	.clear {clear: both; height: 0; font-size: 0; overflow: hidden;}
	.custom-popup-2014{
	    font-family: 'Open Sans', sans-serif;
	    -webkit-transition: height 1s ease; /* Firefox */
	    -moz-transition: height 1s ease; /* WebKit */
	    -o-transition: height 1s ease; /* Opera */
	    transition: height 1s ease; /* Standard */
	}
	.custom-popup-2014.loading {
		background:url(/bitrix/templates/.default/components/ma/location/roboshkola/img/loading.gif) center center no-repeat #ffffff;
	}
	.custom-popup-2014 .custom-popup-2014-content{
	    padding: 30px 20px 30px 30px;
		display:none;
	}
	.custom-popup-2014 .popup-title{
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	    margin: 0;
	    padding: 0;
	    font-size: 26px;
	    line-height: 26px;
	    margin-bottom: 15px;
	}
	.popup-favorites {
		padding: 8px 0px 22px;
		margin-left: -15px;
	}
		.popup-favorites-city {
			display: inline-block;
			margin-left: 15px;
			font-size: 17px;
			line-height: 1.6;
			color: #c90505 !important;
		}
			.popup-favorites-city:hover {
				color: #858484 !important;
			}
		.popup-favorites-city:last-child {
			margin-right: 0;
		}
	.custom-popup-2014 .popup-search-wrapper{
	    height: 40px;
	    position: relative;
	    margin: 0 0 0px 0;
	    padding: 0;
	}
	:focus {
	    outline: none;
	}
	.container-city-name{float:right;}
	.user-city-name{font-size: 10px; color: darkgrey; font-weight: bold;}
	.user-city-name p{margin: 0px;}
	.user-city-name a{font-size: 10px; color: lightblue; text-decoration: none; border-bottom: 1px dotted lightblue;}
	.user-city-name a:hover{font-size: 10px; color: red; text-decoration: none; border-bottom: 1px dotted red;}
	.city-name{font-size: 12px; color: darkgrey; font-weight: bold;}
	.custom-popup-2014 .popup-search-wrapper .field-text {
		background: url("/bitrix/templates/.default/components/ma/location/roboshkola/img/search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
		border: 0 none !important;
		box-sizing: inherit !important;
		font-family: 'Open Sans',sans-serif !important;
		font-size: 18px !important;
		height: 30px !important;
		line-height: 30px !important;
		max-height: 30px !important;
		max-width: 640px !important;
		padding: 5px 0 !important;
		text-indent: 15px !important;
		width: 640px !important;
	}
	.custom-popup-2014 .popup-search-wrapper .clear_field {
		background: url("/bitrix/templates/.default/components/ma/location/roboshkola/img/clear_field.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		height: 23px;
		position: absolute;
		right: 2px;
		top: 10px;
		width: 23px;
		display:none;
	}
	.custom-popup-2014 .popup-city{
		display: none;
	    /*height: 300px;*/
	    height: 0px;
	    overflow: hidden;
	    float: left;
	    width: 420px;
	    margin-left: 10px;
	    margin-top: 20px;
	}
	.custom-popup-2014 .popup-city .inner {
	}
	.custom-popup-2014 .current-list {
	    list-style: none;
	    padding: 0;
	    margin: 0;
	    width: 200px;
	    float: left;
	    margin-left: 10px;
	}
	.custom-popup-2014 .current-list li {
	    padding: 0;
	    margin: 0;
	    line-height: 30px;
	    height: 30px;
	    position: relative;
	}
	.custom-popup-2014 .current-list li a {
	    font-size: 16px;
	    color: #000;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 700;
	    text-decoration: none;
	    border-bottom: 1px dotted #000;
	}
	.custom-popup-2014 .current-list li a:hover {
	    text-decoration: none;
	    border-bottom: 0;
	}
	.custom-popup-2014 .popup-city .result-list {
		float: left;
		list-style: none outside none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	.custom-popup-2014 .popup-city .result-list li {
		float: left;
		height: 30px;
		line-height: 30px;
		margin: 0 20px 0 0;
		overflow: hidden;
		padding: 0;
		text-overflow: ellipsis;
		width: 180px;
	}
	.custom-popup-2014 .popup-city .result-list li a {
	    font-size: 16px;
	    color: #000;
	    font-family: 'Open Sans', sans-serif;
	    font-weight: 400;
	    text-decoration: none;
	    border-bottom: 1px dotted #000;
	}
	.custom-popup-2014 .popup-city .result-list li a:hover {
	    text-decoration: none;
	    border-bottom: 0;
	}
	.custom-popup-2014 .popup-city .result-list li.active a {
	    color: #f4574d;
	    border-bottom-color: #f4574d;
	}
	.custom-popup-2014 .popup-city .result-list li b {
	    font-weight: 700;
	}
	.custom-popup-2014 .popup-city .shadow {
	    background: url(/bitrix/templates/.default/components/ma/location/roboshkola/img/shadow.png) repeat-x bottom;
	    height: 25px;
	    width: 630px;
	    position: absolute;
	    bottom: 12px;
	    right: 30px;
	}
	.nicescroll-rails {
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    border-radius: 5px;
	    margin-top: 6px;
	    display: none;
	}
	.hide-scroll{height: 250px; display: block; overflow: hidden;}
	/*li.active a{color: red!important;}*/
	/*! 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: #f9f9f9;
		color: #444;
		text-shadow: none;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
	}

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

	.fancybox-opened .fancybox-skin {
		-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}

	.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: 15px;
		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('/bitrix/templates/.default/components/ma/location/roboshkola/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('/bitrix/templates/.default/components/ma/location/roboshkola/img/fancybox_loading.gif') center center no-repeat;
	}

	.fancybox-close {
		position: absolute;
		top: -18px;
		right: -18px;
		width: 36px;
		height: 36px;
		cursor: pointer;
		z-index: 8040;
	}

	.fancybox-nav {
		position: absolute;
		top: 0;
		width: 40%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		background: transparent url('/bitrix/templates/.default/components/ma/location/roboshkola/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('/bitrix/templates/.default/components/ma/location/roboshkola/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 20px;
		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: 10px;
		color: #fff;
	}

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

	.fancybox-title-over-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 10px;
		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('/bitrix/templates/.default/components/ma/location/roboshkola/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('/bitrix/templates/.default/components/ma/location/roboshkola/img/fancybox_loading@2x.gif');
			background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
		}
	}
	body {
	    margin: 0;
	    padding: 0;
	}
	.custom-popup-2014-overlay{
	    display: none;
	    position: fixed;
	    margin: 0;
	    padding: 0;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    right: 0;
	    background: url('/bitrix/templates/.default/components/ma/location/roboshkola/img/custom-popup-overlay.png') repeat;
	    z-index: 1000;
	}
	.custom-popup-2014{
		display: none;
		position: fixed;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		background-color: #fff;
		z-index: 1001;
		padding: 0;
		width: 690px;
		/*height: 494px;*/
		/*min-height: 460px;*/
		min-height: 220px;
		left: 50%;
		top: 50%;
		margin-left: -345px;
		margin-top: -160px;
		padding-bottom: 21px;
	}
	.custom-popup-2014 .custom-popup-2014-content{
	    padding: 30px 26px;
	}
	.custom-popup-2014 .custom-popup-2014-close{
	    display: block;
	    position: absolute;
	    right: 20px;
	    top: 20px;
	    width: 9px;
	    height: 9px;
	    cursor: pointer;
	    background: url('/bitrix/templates/.default/components/ma/location/roboshkola/img/custom-popup-close.png') no-repeat
	}
	.ma_location_link.in_order {
		font-size: 16px;
		font-weight: bold;
		line-height: 30px;
	}
	.ma_location_body_blur {
		-webkit-filter:blur(3px);
		-ms-filter:blur(3px);
		-moz-filter:blur(3px);
		-o-filter:blur(3px);
		filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3'/></filter></svg>#blur");
	}

	.b-location_check {
		position: absolute;
		font-weight: normal;
		font-size: 14px;
		width: 350px;
		top: 35px;
		left: 50%;
		margin-left: -170px;
		z-index: 30;
		background-color: #f6f6f6;
		border-radius: 5px;
		padding: 11px;
		color: #585858;
		box-shadow: 0 0 40px 0 #ccc;
		text-align: center;
	}
	.b-location_check:before {
		position: absolute;
		content: '';
		left: 50%;
		top: -20px;
		margin-left: -10px;
		border: 10px solid transparent; 
		border-bottom-color: #f6f6f6;
	}
		.b-location_check_current {
			margin: 0px 0px 12px;
			font-size: 16px;
		}
		.b-location_check .ma_location_link {
			font-size: 16px;
			font-weight: bold;
		}
		.b-location_check_btn {

		}
			.b-location_check_btn-yes {
				margin-right: 15px;
			}
			.b-location_check_btn-no {

			}
		.b-location_check_description {
			color: #999;
			line-height: 1;
			font-size: 13px;
			padding: 0px 25px;
			margin-top: 7px;	
		}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/search.title/roboshkola/style.css?17204468672793*/
#title-search{
	width: 100%;
	height: 100%;
}
	#title-search form {
		width: 100%;
		height: 100%;
		position: relative;
	}
		#title-search-input{
			width: 100%;
		    height: 100%;
		    background: transparent;
		    box-sizing: border-box;
		    border: 0;
		    padding: 0 63px 0 10px;
		}
		input[name="s"]{
			position: absolute;
			right: 0;
			top: 0;
			height: 100%;
			box-sizing: border-box;
			width: 53px;
			background: transparent url(/bitrix/templates/template.main/components/ma/search.title/roboshkola/images/search-ico.png) center no-repeat;
			cursor: pointer;
			border: 0;
		}
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
	display: none;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/template.main/components/ma/search.title/roboshkola/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/sale.basket.basket.line/header-cart-soboshkola/style.css?17204468534515*/
.b-small-basket_holder {
	display: table-cell;
}
.b-small-basket  {
	position: relative;
}
/*.b-small-basket  a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.b-small-basket  a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}*/
.b-small-basket_num {
	position: absolute;
	top: -5px;
	right: 23px;
	width: 18px;
	height: 18px;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	background: #FFBF02;
	border-radius: 9px;
	color: #fff;
}

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .b-small-basket {
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/template.main/components/ma/breadcrumb/.default/style.css?1720446867209*/
.b-breadcrumb {
	margin-bottom: 10px;
	margin-bottom: 16px;
}

.b-breadcrumb a,
.b-breadcrumb span {
	display: inline-block;
	vertical-align: middle;
}

.b-breadcrumb_separator {
	margin: 0 8px;
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/form.wo.captcha/template2/style.css?17326309635957*/
.b-message-form {
    margin: 2.0em 0 0 0;
    font: normal 1.0em/1.2 Arial, sans-serif;
}
  
    .b-message-form_info {
        margin-bottom: 2.0em;
    }
    .b-message-form_item {
        position: relative;
        margin: 0 0 15px 0;
        zoom: 1;
    }
    .b-message-form_item:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
        .b-message-form_item label {
            display: block;
            margin: 0 0 0.3em 0;
            text-align: left;
        }
            .b-message-form_item label .required {
                color: #CC0000;
            }
        .b-message-form_item_text label, .b-message-form_item_textarea label {
            position: absolute;
            top: 12px;
            left: 15px;
            z-index: 2;
color: #000;
        }
    .b-message-form_field {
        position: relative;
    }
        .b-message-form_checkbox label, .b-message-form_radio label {
            display: inline;
            float: none;
            width: auto;
            margin: 0;
            text-align: left;
            font-size: 14px;
        }
        .b-message-form_text input, .b-message-form_date input {
            width: 90%;
            height: 27px;
            margin: 0;
            padding: 5px 15px;
            background: #FFF;
            border: 1px solid #efefef;
            font: normal 14px/1.2 Arial, sans-serif;
        }
        .b-message-form_date input {
            /*width: 170px;*/
        }
            .b-message-form_date .calendar-icon {
                position: absolute;
                top: 4px;
                left: 342px;
            }
        .b-message-form_item .textarea {
            width: 520px;
            height: 105px;
            margin: 0;
            padding: 5px 15px;
            background: #FFF;
            border: 1px solid #efefef;
            font: normal 14px/1.2 Arial, sans-serif;
        }
        .b-message-form_dropdown select {
            width: 367px;
            margin-left: 1px;
            font: normal 16px/1.2 Arial, sans-serif;
        }
        
.g-button2 {font-size:40px;}
        .b-message-form_item-hint {
            display: block;
            clear: both;
            padding: 0.4em 0 0 0;
            color: #979797;
            font-size: 11px;
        }
        .b-message-form_item-error {
            display: block;
            clear: both;
            margin: 0;
            padding: 0.4em 0 0 0;
            color: #dd4b39;
            font-size: 11px; 
        }
        .b-message-form_error .b-message-form_text input, .b-message-form_error .b-message-form_date input, .b-message-form_error textarea {
            border-color: #dd4b39 !important;
        }

         .b-captcha {
            float: left;
            margin: -5px 0 0 -5px; 
        }
            .b-captcha_item {
                float: left;
                padding: 8px;
            }
            .b-captcha_selected {
                padding: 5px;
                border: 3px solid red;
            }
                .b-captcha_item span {
                    display: block;
                    width: 25px;
                    height: 25px;
                    overflow: hidden;
                    text-indent: -5000px;
                }

                .b-grahic-captcha .b-captcha_item span {
                    display: block;
                    width: 30px;
                    height: 30px;
                    overflow: hidden;
                    text-indent: -5000px;
                    background-image: url('/bitrix/templates/.default/components/ma/form.wo.captcha/template2/img/shape.png');
                }
                .b-grahic-captcha .square {
                    background-position: 0 0;
                }
                .b-grahic-captcha .rectangle {
                    background-position: -30px 0;
                }
                .b-grahic-captcha .triangle {
                    background-position: -60px 0;
                }
                .b-grahic-captcha .round {
                    background-position: -90px 0;
                }
                .b-grahic-captcha .polyhedron {
                    background-position: -120px 0;
                }
                .b-grahic-captcha .trapeze {
                    background-position: -150px 0;
                }
                .b-grahic-captcha .rhombus {
                    background-position: -180px 0;
                }
                .b-grahic-captcha .oval {
                    background-position: -210px 0;
                }
                .b-grahic-captcha .star {
                    background-position: -240px 0;
                }
                
        .b-captcha-text {
            position: relative;
            float: left;
            height: 24px;
            margin: 3px 0 0 15px;
            padding: 0 10px;
            line-height: 25px;
            background-color: #f2efda;
            background-color: #fff9c9;
            border: 1px solid #c7bf93;
        }
            .b-captcha-text_corner {
                position: absolute;
                margin-top: 7px;
                margin-left: -10px;
                top: 0;
                left: 0;
                width: 10px;
                height: 10px;
                overflow: hidden;
                background: url(/bitrix/templates/.default/components/ma/form.wo.captcha/template2/img/tip-yellow_arrows.png) no-repeat -30px 0;
            }
            .b-color-captcha-text label {
                color: #000;
                font-size: 12px;
            }

    .b-hidden-captcha {
        display: none;
    }

    .b-message-form_submit {
        clear: both;
    }
        .b-message-form_submit input {
            font: normal 16px/1.2 Arial, sans-serif;
            cursor: pointer;
        }
    .b-message-form_required-sing {
        margin-top: 1.2em;
        margin-left: 310px;
        font-size: 11px;
    }


.b-main-feedback .b-message-form_field_item a{
	color:#fff;
	text-decoration:underline;
}
/* End */


/* Start:/bitrix/templates/template.main/styles.css?1720446860980*/
#track24Input { } 
 #track24Button{
display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
} 
#track24Button:hover { background: linear-gradient(#f5ae00, #f59500) #f5ae00; }
#track24Button:active { background: linear-gradient(#f59500, #f5ae00) #f59500; }} 

 .track24Result { } 
 .track24Result-Title { }
 .track24Result-Events { }
 .track24Result-Row { }
 .track24Result-Status { }
 .track24Result-DateTime { }
 .track24Result-Date { } 
 .track24Result-Time { } 
 .track24Result-Operations { }
 .track24Result-OperationAttribute { }
 .track24Result-OperationType { }
 .track24Result-Place { }
 .track24Result-OperationPlacePostalCode { }
 .track24Result-operationPlaceName { }
 .track24Result-copyright { }
 .track24Result-copyright-link { }   
/* End */


/* Start:/bitrix/templates/template.main/template_styles.css?17488528054657*/
.provider-button {
    margin: 20px 0;
    cursor: pointer;
}
.provider-button img {
    display: block;
}
.page_error_block *{
	box-sizing: border-box;
}
.page_error_block_row{
	--gutter-x: 15px;
    	--gutter-y: 15px;
    	display: flex;
    	flex-wrap: wrap;
    	margin-top: calc(-1* var(--gutter-y));
    	margin-right: calc(-0.5* var(--gutter-x));
    	margin-left: calc(-0.5* var(--gutter-x));
}
.page_error_block_col{
	flex-shrink: 0;
    	width: 100%;
    	max-width: 100%;
    	padding-right: calc(var(--gutter-x)* 0.5);
    	padding-left: calc(var(--gutter-x)* 0.5);
    	margin-top: var(--gutter-y);
}
.page_error_block_col.left{
    flex: 0 0 auto;
    width: 60%;
}
.page_error_block_col.right{
	display: flex;
    	flex-direction: column;
    	align-items: center;
    	flex: 0 0 auto;
    	width: 40%;
}
.page_error_block .page_error_block_image{
	height: 100%;
}
.page_error_block .page_error_block_image img{
	object-fit: content;
    	object-position: center;
	width: 100%;
	height: 100%;
	min-height: 350px;
	border-radius: 10px;
}
.page_error_block .page_error_block_description {
	margin-bottom: 15px;
	text-align: center;
}
.page_error_block .page_error_block_description .title404 {
	font-size: 44px;
	line-height: 48px;
}
.page_error_block .page_error_block_description .subtitle404 {
	text-transform: uppercase;
	font-size: 18px; 
	line-height: 24px;
}
.page_error_block .page_error_block_description .back404, 
.page_error_block .page_error_block_description .back404 a {
	font-size: 12px;
}
.page_error_block .page_error_block_description .back404 a {
	text-decoration: underline;
}
.page_error_block .page_error_block_description .descr_text404 {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
}
.page_error_block .page_error_block_description .subtitle404, 
.page_error_block .page_error_block_description .descr_text404, 
.page_error_block .page_error_block_description .back404, 
.page_error_block .page_error_block_description .back404 a{

}
.page_error_block .page_error_block_description .btn_big{ 
	margin-top: 20px;
}
.page_error_block .page_error_block_description .back404{ 
	margin-top: 5px;
}

@media screen and (max-width: 992px) {
	.page_error_block_row{
		flex-direction: column-reverse;
	}
	.page_error_block_col.left{
		width: 100%;
	}
	.page_error_block_col.right{
	    	width: 100%;
	}
	.page_error_block .page_error_block_image img{
		min-height: auto;
	}
	.page_error_block .page_error_block_description .descr_text404 br{
    		display: none;
	}
}

.block-notification{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    padding: 20px;
}
.block-notification.show{
    display: block;
}
.block-notification-center{
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 2px 0px 0px #d9d9d9;
}
.block-notification-text{
    flex-grow: 1;
    padding-right: 27px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: #363532;
}
.block-notification-text a,
.block-notification-text button{
    display: inline;
    position: relative;
    padding: 0;
    border: 0;
    color: #0e76f7;
    font-weight: 500;
    text-decoration: underline;
    transition: all linear .2s;
    background-color: transparent;
}
.block-notification-text a:hover,
.block-notification-text button:hover{
    color: #0e76f7;
    text-decoration: none;
    transition: all linear .2s;
}
.block-notification-buttons>.row{
    --bs-gutter-x: 15px;
    --bs-gutter-y: 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.block-notification-buttons>.row>.col{
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.block-notification-buttons button{
    width: 100%;
    padding: 7px 25px;
    white-space: nowrap;
}
@media (max-width: 991.98px){
    .block-notification-text{
        padding-right: 15px;
    }
}
@media (max-width: 575.98px){
    .block-notification{
        padding: 10px;
    }
    .block-notification-center{
        flex-direction: column;
        padding: 15px;
    }
    .block-notification-text{
	font-size: 12px;
        text-align: center;
        padding-right: 0;
        padding-bottom: 15px;
    }
    .block-notification-text br{
        display: none;
    }
}
/* End */
/* /bitrix/templates/template.main/css/global/font.css?17204468602159 */
/* /bitrix/templates/template.main/css/global/global.css?17204468602629 */
/* /bitrix/templates/template.main/css/layout/holster.css?17204468601188 */
/* /bitrix/templates/template.main/css/layout/blocks.css?173986041527087 */
/* /bitrix/templates/template.main/css/layout/content.css?1720446860699 */
/* /bitrix/templates/template.main/css/layout/responsive.css?173159144539210 */
/* /bitrix/components/ma/site.settings/fancybox2/jquery.fancybox.css?17204468365140 */
/* /bitrix/components/ma/site.settings/templates/template2/style.css?17204468373643 */
/* /bitrix/components/ma/site.settings/templates/template2/poshytip/poshytip.css?17204468374735 */
/* /bitrix/templates/.default/components/ma/location/roboshkola/style.css?172044685312382 */
/* /bitrix/templates/template.main/components/ma/search.title/roboshkola/style.css?17204468672793 */
/* /bitrix/templates/.default/components/ma/sale.basket.basket.line/header-cart-soboshkola/style.css?17204468534515 */
/* /bitrix/templates/template.main/components/ma/breadcrumb/.default/style.css?1720446867209 */
/* /bitrix/templates/.default/components/ma/form.wo.captcha/template2/style.css?17326309635957 */
/* /bitrix/templates/template.main/styles.css?1720446860980 */
/* /bitrix/templates/template.main/template_styles.css?17488528054657 */
