

/* Start:/bitrix/templates/scan_main/components/alfainform/sale.basket.basket.line/basket_float/style.css?16752837896283*/
.bx-basket {
}
.bx-hdr-profile {
	padding-left: 8px;
}
.bx-basket-block {
	font-size: 14px;
	/*padding-bottom: 5px;*/
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.bx-basket-block .fa {
	color: #97a1ab;
	width: 10px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block .fa.fa-user-plus {
	width: 17px;
}
.bx-basket-block>.fa.fa-user {
	left: 4px;
	top: 4px;
}
.bx-basket-block a.top-cart-label {
	margin-right: 4px;
}
.top-cart-count {
	margin-right: 10px;
	display: inline;
	/*float: right;*/
}
.bx-basket-block a.basket-auth   {
	margin-right: 10px;
	/*float: right;*/
}
.bx-basket-block > .fa.fa-secondico   {
	position: relative;
	left: -3px;
	top: 0;
}


.bx-basket-block a {
	/*color: #039BE5;*/
	/*border-bottom: 1px dashed;*/
	margin-right: 15px;
	text-decoration: none;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/
@media (min-width: 768px) {
	.bx-basket-fixed{
		/*width: 250px;*/
		/*position: fixed;*/
		z-index: 1100;
		/*background: #fff;*/
		/*padding-top: 35px;*/
		/*
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		*/
		border-radius: 1px;
		overflow: hidden;
		box-sizing: border-box;
		/*min-height: 60px;*/
	}
	.bx-basket-fixed.bx-opener {
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		background: #fff;
	}
	.bx-basket-fixed *{
		box-sizing: border-box;
	}
	.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 .bx-basket-block{
	/*margin-left: 20px;*/
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 26px;
	/*border-top: 1px solid #F7F7F7;*/
	overflow: hidden;
	box-sizing: border-box;
	display: none;
	transition: 0.3s all;
}
#basket {
	/*
	z-index: 120;
	position: absolute;
	right: 0;
	top:5px;
	padding: 0;
	*/
	transition: 0.3s all;	
}
#basket:hover {
	/*
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	*/
	background: #fff;
	/*box-shadow: 0 11px 10px 10px #fff;*/
}
#basket:hover .bx-basket-item-list,
#basket .bx-opener .bx-basket-item-list {
	display: block;
}
#basket:hover .bx-closed {
	box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}
.bx-opener .bx-basket-item-list{
	/* kst padding-bottom: 75px;*/
	padding-bottom: 83px;
}
.bx-max-height .bx-basket-item-list{
	/* kst position: absolute;*/
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 32px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #eaeaea;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 36px;
	line-height: 19px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #444341;
	padding: 3px 0;
	box-sizing: border-box;
	border-radius: 8px;
	border: 5px solid #fff;
	transition: 0.3s all;
}
.bx-basket-item-list-action:hover{
	background: #4a668f;
	color: #fff;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 30px;
	/*border-top: 1px solid #F7F7F7;*/
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
	box-sizing: border-box;
}
.bx-basket-item-list-button-container .btn {
	font-weight: 700;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	/* kst max-height: 100%;*/
	max-height: 500px;
}
.bx-basket-item-list-item{
	padding-top: 0;
	position: relative;
	overflow: hidden;
	overflow: hidden;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 7px;
	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: 9px 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	position: relative;
	padding-bottom: 5px;
	width: 30%;
	float: left;
	text-align: center;
}
.bx-basket-item-list-item-img img{
	max-width: 72px;
	height: auto;
	/*border: 1px solid #E6E6E6;	*/
}
.bx-basket-item-list-item-name {
	padding-bottom: 5px;
	width: 68%;
	float: left;
	padding-right: 2%;
/*	padding-right: 20px;*/
	margin-top: -3px;
	position: relative;
	}
.bx-basket-item-list-item-name a{
	font-size: 13px;
	line-height: 16px;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 0;
	/*top: -5px;*/
	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: 6px 0 2px 0;
	font-size: 12px;
	line-height: 12px;
	clear: both;
	/*padding-left: 85px;*/
}
.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;
}

.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary:hover {
	color: #fff;
}
.btn {
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/scan_main/components/bitrix/menu/top_s/style.css?15327078471333*/
.cs-search-form input[type="text"] {
	padding-right: 30px;
	width: 100%;
	outline: none;
}
.cs-module-search input {
	font-size: 12px !important;
	border: none !important;
	padding: 19px 30px 19px 12px;
	height: 50px !important;
	line-height: 15px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0;
	border-radius: 0 !important;
}
.cs-search-form button {
	position: absolute;
	top: 4px;
	right: 5px;
	padding: 5px;
	margin: 0;
	border: none;
	outline: none;
	font-size: 14px;
	background: transparent;
	opacity: 0.3;
}
.cs-module-search button {
	top: 15px !important;
}
.cs-module-search .cs-search-form {
    margin: -10px;
}
.cs-search-form {
    clear: both;
    position: relative;
}
.top-nav .cs-module-search, .cs-top-right .cs-modal-content-hover, .cs-top-right .cs-modal-content {
    left: auto !important;
    right: 0;
}
.cs-modal-content-hover, .cs-modal-content {
    display: none;
    position: absolute;
    z-index: 250;
    left: 0;
    width: 300px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.7em;
    margin-top: -2px;
    color: #555;
    background-color: #fff;
    border-top: 2px solid #428bca;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.125);
}
/* End */


/* Start:/bitrix/templates/scan_main/styles.css?175075790129178*/
body {
	font-family: "Open Sans", arial;
	font-size: 15px;
	line-height: 22px;
	color: #444341;
	font-weight: 500;
	margin-top: 1px;
}

a {
	transition: color 0.3s linear, text-decoration 0.3s linear;
	color: #4a668f;
}
/*    header   */
h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	margin: 24px 0 20px;
}
h2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 35px;
	margin: 24px 0 20px;
}

h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 24px 0 20px;
}
/*
h3 {
	font-size: 19px;
	font-weight: 600;
}
*/
.stick-fix {height: 1px; margin: 0; padding: 0; background: #d4d7d7;}
.stick-fix {display: none;}

.header {
	margin-top: -1px;
    z-index: 1000;
    transition: 0.1s height;
}
.header.is_stuck {
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	top: 1px !important;
}
.header.is_stuck .top-nav {
	height: 60px;
}
.header.is_stuck .tn-logo {
	height: 60px;
	line-height: 60px;
}
.header.is_stuck .tn-logo img {
/*	height: 26px;*/
/*	width: auto;*/
}
.header.is_stuck .nav-tabs .nav-link {
	height: 60px;
	line-height: 40px;
}

.header-link-en {
	position: absolute;
    display: block;
    left: -55px;
	top: 1px;
	padding-left: 27px;
	background: url('/bitrix/templates/scan_main/images/ico-flag-en.svg') 0 center no-repeat;
	background-size: 18px;
	font-size: 14px;
	transition: 0.1s background-position;
}
.header-link-en:hover {
	text-decoration: none;
	background-position: 2px center;
}

.footer-link-en {
	display: inline-block !important;
    padding: 10px 20px !important;
    margin: 23px auto 10px !important;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 5%);
    transition: 0.2s all;
}
.ico-flag-en {
	display: inline-block;
    background: url('/bitrix/templates/scan_main/images/ico-flag-en.svg') center center no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    position: relative;
    bottom: 0px;
    margin-right: 10px;
    vertical-align: middle;
}

.tb-basket {
	z-index: 120;
	position: absolute;
	right: 0;
	top:5px;
	padding: 0;
	transition: 0.3s all;
}
#basket {
	z-index: 120;
}
/* bootstrap upd */
@media (min-width: 1000px) {
	.col-md-1_7 {
		max-width: 14.28%;
	  -ms-flex: 0 0 14.28%;
	  flex: 0 0 14.28%;
	  padding-left: 5px;
	  padding-right: 5px;
	}
	.col-md-2_4 {
		max-width: 20.0%;
	  -ms-flex: 0 0 20.0%;
	  flex: 0 0 20.0%;
	  /*padding-left: 5px;*/
	  /*padding-right: 5px;*/
	}
}
.row.block-worktime {
	margin-left: -5px;
	margin-right: -5px;
}
.row.block-worktime .col-md-6,
.row.block-worktime .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}

.btn-primary {
	background-color: #4a668f;
	border-color: #4a668f;

	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
}
.btn.fail {
	background-color: red;
	border-color: red;
}
.nav-tabs {
	border: 0;
}
.nav-tabs a {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.dropdown-menu {
	padding: 0;
}
.nav-tabs a.dropdown-item {
	font-weight: 400;
	font-size: 13px;
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding: .35rem 1.5rem;
}
.nav-tabs a.dropdown-item:last-child {
	border-bottom: none;
}
.nav-tabs .nav-item {
	position: relative;
}
.nav-tabs .nav-link {
	height: 90px;
	line-height: 75px;
	border: none;
	border-bottom: 2px solid transparent;
	outline: none;
	transition: 0.2s all;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: #4a668f;
	color: #4a668f;
}
.nav-tabs .dropdown-menu {
	border-top: 2px solid #4a668f;
}
.sf-with-ul:after, .dropdown-toggle::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	border: none;
	vertical-align: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #f3f3f3;
}
.alert-info {
	color: #444341;
	background-color: #e8e8e8;
	position: relative;
	padding: 10px 15px;
	margin-bottom: 1rem;
	border-radius: 5px;
	border: none;
}
.alert-info span {
	font-size: 15px;
	line-height: 20px;
	display: inline-block;
}



.top-bar {
	background: #e8e8e8;
	height: 35px;
	border-bottom: 1px solid #d4d7d7;
}
.top-bar .container {
	position: relative;
}
.top-bar .tb-link {
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding: 0 6px;
/*	margin-right: -1px;*/
/*	border-left: 1px solid #e8e8e8;*/
/*	border-right: 1px solid #e8e8e8;*/
/*	font-size: 11px;*/
	line-height: 35px;
}
.top-bar .tb-link:first-child {
	padding-left: 0;
}
.top-bar .tb-link:last-child {
	padding-right: 0;
}
.top-bar .tb-link a {
	color: #000;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	white-space: nowrap;
}
.top-bar .tb-link a:hover {
	color: #4a668f;
	text-decoration: none;
}
.top-bar .tb-link a .fa {
/*	font-weight: 900;*/
}
.tb-link .cs-in {
	margin-right: 3px;
}
.ico-pdf {
	display: inline-block;
	background: url('/bitrix/templates/scan_main/images/ico-pdf.png') center center no-repeat;
	width: 19px;
	height: 21px;
	/*float: left;*/
	position: relative;
	bottom: 0px;
	margin-right: 4px;
	vertical-align: middle;
}
.ico-info {
	display: inline-block;
	background: #fff url('/bitrix/templates/scan_main/images/ico-info.svg') center center no-repeat;
	background-size: 64px;
	border-radius: 100px;
	width: 64px;
	height: 64px;
	/*float: left;*/
	position: relative;
	bottom: 0px;
	margin: 5px 10px;
	vertical-align: middle;
}
.ico-phone-cont {
	display: inline-block;
	background: url('/bitrix/templates/scan_main/images/ico-phone-cont.svg') center center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.ico-email-cont {
	display: inline-block;
	background:  url('/bitrix/templates/scan_main/images/ico-email-cont.svg') center center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.ico-viber-cont {
	display: inline-block;
	background:  url('/bitrix/templates/scan_main/images/ico-viber.svg') center center no-repeat;
	background-size: 27px;
	width: 24px;
	height: 24px;
	position: relative;
	bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.ico-whatsapp-cont {
	display: inline-block;
	background:  url('/bitrix/templates/scan_main/images/ico-whatsapp.svg') center center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.ico-skype-cont {
	display: inline-block;
	background:  url('/bitrix/templates/scan_main/images/ico-skype.svg') center center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.ico-tg-cont {
	display: inline-block;
	background:  url('/bitrix/templates/scan_main/images/ico-telegram-1.svg') center center no-repeat;
	background-size: 24px;
	width: 24px;
	height: 24px;
	position: relative;
	bottom: 0px;
	margin-right: 10px;
	vertical-align: middle;
}
.ico-cont-spacer {
	display: inline-block;
	width: 24px;
	margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.ico-phone-cont,
	.ico-cont-spacer,
	.ico-email-cont,
	.ico-viber-cont,
	.ico-whatsapp-cont,
	.ico-skype-cont {
		width: 16px;
		background-size: 16px;
		margin-right: 2px;
	}
	.contacts-block-info {
		font-size: 13px;
	}
}

.img-ico {
	display: inline-block;
	width: 17px;
	height: 17px;
/*	margin-left: 2px;*/
	margin-right: 3px;
	background-size: contain;
	background-position: center;
	position: relative;
	background-repeat: no-repeat;
}
.img-ico.ico-whatsapp {
	background-image: url('/bitrix/templates/scan_main/images/ico-whatsapp.svg');
	background-size: 17px auto;
	bottom: -3px;
}
.img-ico.ico-viber {
	background-image: url('/bitrix/templates/scan_main/images/ico-viber.svg');
	background-size: 18px auto;
	bottom: -3px;
}
.img-ico.ico-skype {
	background-image: url('/bitrix/templates/scan_main/images/ico-skype.svg');
	background-size: 16px auto;
	bottom: -3px;
}

.mobile-menu {
	display:none;
	position: relative;
	min-width: 30px;
}
.tn-mobile-menu-burger {
	position: absolute;
	left: 0;
	top: -10px;
	width: 23px;
	height: 18px;
}
.tn-mobile-menu-burger a
{
	display: block;
	width: 23px;
	height: 18px;
	padding: 0;
	position: absolute;
	top: 0;
	/*left: 0;*/
	right: 0;
}
.tn-mobile-menu-burger a:before,
.tn-mobile-menu-burger a:after
{
	content: '';
	display: block;
	background: #4a668f;
	height: 2px;
}
.tn-mobile-menu-burger a span
{
	background: #4a668f;
	display: block;
	height: 2px;
	margin: 4px 0;
}



.tn-logo {
	height: 90px;
	width: auto;
	line-height: 90px;
	display: inline-block;
	transition: 0.2s all;
}
.tn-logo img {
	vertical-align: middle;
	position: relative;
	top: -5px;
	transition: 0.2s all;
}
.top-nav {
	background-color: #FFF;
	height: 90px;
	/*transition: 0.2s all;*/
}
/*
.top-nav .tn-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.top-nav .tn-menu ul li {
	display: inline-block;
	padding-left: 20px;
}
.top-nav .tn-menu ul li a {
	color: #000;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	white-space: nowrap;
}
.top-nav .tn-menu ul li a:hover {
	color: #4a668f;
	text-decoration: none;
}
*/


/* */
/* sliders */
/* */
.slider-mainpage_main-container {
	background: #e8e8e8;
	line-height: 0;
}
.slider-mainpage_main-wrapper {
	max-width: 1270px;
	margin: 0 auto;
}
.slider-mainpage_main-wrapper img {
	max-width: 100%;
}
/* slider news */
.slider-news-item {
	border: 2px solid #dedddd;
	border-radius: 3px;
	padding: 25px 25px 10px 20px;
}
.slider-news-item .news-date {
	font-size: 15px;
	color: #979799;
	display: inline;
	margin: 0 10px 0 0;
}
.slider-news-item .news-title {
	font-size: 17px;
	font-weight: 600;
	display: inline;
}
.slider-news-item .news-descr {
	font-size: 15px;
	margin: 10px 0 0 0;
/*    font-weight: 700;*/
}
.btn-more {
	font-size: 14px;
	font-weight: 700;
	color: #4a668f;
	white-space: nowrap;
}
.btn-more:after {
	content: url(/bitrix/templates/scan_main/images/ico-arrow-right-more.svg);
	width: 17px;
	height: 17px;
	margin: 0 0 0 7px;
	bottom: -4px;
	position: relative;
}

.btn-more-white {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding-right: 10px;
	line-height: 26px;
	white-space: nowrap;
}
.btn-more-white:after {
	content: url(/bitrix/templates/scan_main/images/ico-arrow-right-more-white.svg);
	width: 17px;
	height: 17px;
	margin: 0 0 0 7px;
	bottom: -4px;
	position: relative;
}
.btn-border-sm {
	display: inline-block;
	border: 1px solid #a5c6d8;
	border-radius: 3px;
	/*margin: 0 auto;*/
	padding: 3px 12px 4px 12px;
	text-align: center;
	/*height: 30px;*/
	font-size: 13px;
	line-height: 21px;
	max-width: 250px;
	transition: 0.3s all;
}
.btn-border-sm:hover {
	background: #d5edfb;
	text-decoration: none;
}


/* slider reviews */
.slider-reviews-container {
	background: #e8e8e8;
}
.slider-reviews-item {
	padding: 20px 40px;
}
.slider-reviews-item .review-header {
	width: 100%;
	display: table;
	height: 90px;
}
.slider-reviews-item .review-header .review-avatar {
	width: 78px;
	display: table-cell;
	background: url('/bitrix/templates/scan_main/images/ico-user.svg') center center no-repeat;
	background-size: 78px;
}
.slider-reviews-item .review-header .review-avatar-text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.slider-reviews-item .review-header .review-name {
	display: inline-block;
	width: 100%;
	font-size: 17px;
	line-height: 22px;
	font-weight: 600;
}
.slider-reviews-item .review-header .review-job {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
}

.slider-reviews-container .slick-prev {
	left: -20px;
/*    left: -25px;*/
}
.slider-reviews-container .slick-next {
	right: -20px;
/*    right: -25px;*/
}


/* main prod */
.mainpage-prod-item:first-child {
	border-right: 2px solid #e0e0e0;
}



/* footer */
.footer {
	background: #2f323a;
	color: #fff;
}
.footer .address {
	font-size: 14px;
	line-height: 17px;
	color: #dfdfdf;
}
.footer-subscribe form {
	font-size: 0;
}
.footer-subscribe input[type="text"] {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #2f323a;
	background: #dee0e0;
	border: 0;
	width: 150px;
	height: 25px;
	padding: 0 0 0 10px;
}
.footer-subscribe input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #2f323a;
	background: #a4a5a6;
	border: 0;
	width: 90px;
	height: 25px;
	text-align: center;
}
.footer .paysystems-item {
	height: 23px;
	margin: 0 5px 5px;
	background: #fff;
	padding: 5px;
	border-radius: 5px;
}

.footer-menu-item {
	display: inline-block;
	vertical-align: top;
	padding-left: 30px;
	max-width: 25%;
}
.footer-menu-item:last-child {
	padding-right: 3px;
}
.footer p,
.footer-menu-item p {
	margin-bottom: 5px;
	line-height: 16px;
}
.footer a,
.footer-menu-item a {
	font-size: 14px;
	color: #dfdfdf;
}
.footer-menu-item b {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
}
a.print {
	position: absolute;
	top: 15px;
	right: 10px;
	border: none;
	background-color: transparent;
	background-size: 15px;
	cursor: pointer;
	background-repeat: no-repeat;
	color: #5F37EE;
	background-position: left center;
	text-decoration: underline;
	background-image: url(/upload/medialibrary/ffc/ffcaa8c898b5f30868e9aed2a4881d97.png);
	padding-left: 20px;
}

/* prod view */
.product-item-detail-slider-left, .product-item-detail-slider-right {
	opacity: 0;
	transition: 0.3s all;
}
.product-item-detail-slider-left:hover, .product-item-detail-slider-right:hover {
	opacity: 1;
}
.product-item-detail-slider-controls-block {
	padding: 20px 0 0;
}
.order-block-view {
	background: #eaeaea;
	border-radius: 3px;
	color: #444341;
	line-height: 30px;
	padding: 30px 30px;
}
.order-block-view b {
	font-size: 24px;
	font-weight: 800;
}
.order-block-view span {
	font-size: 14px;
	font-weight: 600;
}
.order-block-view a.order-btn {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 20px;
	margin-left: 7px;
	margin-right: 7px;
	color: #4a668f;
	border: 2px solid #4a668f;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s all;
}
.order-block-view .order-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #4a668f;
}
.order-block-view a.order-btn:hover {
	color: #fff;
	text-decoration: none;
	background: #4a668f;
}

.icons-prodview-block {
	text-align: center;
}
.content-wrapper .icons-prodview-block ul {
	list-style: none;
	padding: 0;
	margin: 40px 0 40px;
}
.content-wrapper .icons-prodview-block ul li {
	width: 14.2%;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
	vertical-align: top;
}
.content-wrapper .icons-prodview-block ul li:before {
	display: none;
}
.icons-prodview-block .ipb-item {
	display: inline-block;
	width: 100%;
	color: #4a668f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-decoration: none;
	padding-top: 60px;
	background-size: 47px;
	background-position: top center;
	background-repeat: no-repeat;
}
.icons-prodview-block .ipb-item.ipb-download {
	background-image: url('/bitrix/templates/scan_main/images/ico-download.svg');
}
.icons-prodview-block .ipb-item.ipb-instructions {
	background-image: url('/bitrix/templates/scan_main/images/ico-instructions.svg');
}
.icons-prodview-block .ipb-item.ipb-faq {
	background-image: url('/bitrix/templates/scan_main/images/ico-faq.svg');
}
.icons-prodview-block .ipb-item.ipb-video {
	background-image: url('/bitrix/templates/scan_main/images/ico-video.svg');
}
.icons-prodview-block .ipb-item.ipb-usefull {
	background-image: url('/bitrix/templates/scan_main/images/ico-usefull.svg');
}
.icons-prodview-block .ipb-item.ipb-reviews {
	background-image: url('/bitrix/templates/scan_main/images/ico-reviews.svg');
}
.icons-prodview-block .ipb-item.ipb-feedback {
	background-image: url('/bitrix/templates/scan_main/images/ico-feedback.svg');
}
.compl-contain {
	list-style: none;
	padding: 10px 0 20px 30px;
	margin: 0;
}
.compl-contain li {
	margin: 20px 0;
}
.compl-contain li img {
	margin-right: 15px;
}
.compl-container img {
	margin-right: 15px;
}

.prim-list {
}
.prim-list .prim-list-item {
	text-align: center;
}
.prim-list .prim-list-item a {
	font-size: 0;
}
.prim-list .prim-list-item a:hover {
	text-decoration: none;
}
.prim-list .prim-list-item span.pli-img {
	display: table;
	width: 100%;
	height: 100px;
	margin-bottom: 7px;
}
.prim-list .prim-list-item span.pli-img span {
	display: table-cell;
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
.prim-list .prim-list-item span img {
	max-width: 100%;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}

.prim-list .prim-list-item b{
	display: block;
	border: 1px solid #a5c6d8;
	border-radius: 3px;
	margin: 0 auto;
	padding: 3px 5px 4px 8px;
	text-align: center;
	/*height: 30px;*/
	font-size: 0;
	line-height: 0;
	max-width: 200px;
	transition: 0.3s all;
/*
	font-size: 12px;
	line-height: 15px;
	font-weight: 400;
	vertical-align: middle;
*/
}
.prim-list .prim-list-item b:hover {
	background: #d5edfb;
}
.prim-list .prim-list-item b span {
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.prod-list .prod-list-item {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	transition: 0.3s all;
}
.prod-list .prod-list-item:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.prod-list .prod-list-item a {
	display: block;
	position: relative;
}
.prod-list .prod-list-item a:hover {
	text-decoration:none;
}
.prod-list .prod-list-item span.pli-img {
	display: table;
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
}
.prod-list .prod-list-item span.pli-img span {
	display: table-cell;
	width: 100%;
	height: 110px;
	text-align: center;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
.prod-list .prod-list-item span img {
	max-width: 100%;
	max-height: 110px;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}
.prod-list .prod-list-item i {
	display: block;
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
	font-style: normal;
}
.prod-list .prod-list-item .pli-title {
	display: block;
	color: #444341;
	font-size: 18px;
	line-height: 19px;
	font-weight: 700;
	margin-bottom: 6px;
}
.prod-list .prod-list-item .pli-descr {
	display: block;
	color: #444341;
	font-size: 13px;
	line-height: 15px;
	height: 32px;
	overflow: hidden;
	font-weight: 400;
	font-style: italic;
}
.prod-list .prod-list-item .complect-item .pli-descr {
	font-style: normal;
}
.prod-list .prod-list-item .product-item-price-container {
	display: block;
	color: #4a668f;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
	padding: 0 0 14px 0;
}
.prod-list .prod-list-item .order-btn {
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	padding: 10px 10px;
	/*margin-left: 20px;*/
	color: #4a668f;
	border: 1px solid #4a668f;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s all;
}
.prod-list .prod-list-item .order-btn:hover {
	color: #fff;
	background: #4a668f;
}
.prod-list .prod-list-item .order-btn.in_cart,
.order-block-view a.order-btn.in_cart,
.prl-item  a.order-btn.in_cart {
	color: #fff;
	background: #4a668f;
}
.prod-list .compl-view-list {
}
.prod-list .cvl-item {
	margin: 4px 0;
	width: 100%;
	position:relative;
}
.prod-list .cvl-item:before {
		content: "";
	width: 10px;
	height: 10px;
	background: #ced5dc;
	border-radius: 10px;
	/* margin-left: -20px; */
	position: absolute;
	left: 0;
	top: 3px;
}
.prod-list .cvli-name {
	font-size: 13px;
  line-height: 16px;
  text-align: left;
  padding-left: 20px;
  color: #4a668f;}

.content-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.content-wrapper ul li {
	margin: 4px 0;
	padding-left: 20px;
	position: relative;
}
.content-wrapper ul li:before {
	content: "";
	width: 7px;
	height: 7px;
	background: #ced5dc;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 9px;
}
.content-wrapper ul ul {
	padding-left: 20px;
}
.content-wrapper ul ul li {
	padding-left: 15px;
}
.content-wrapper ul ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #ced5dc;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 10px;
}


.contacts-block-info h3 {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 25px;
}
.contacts-block-map {
	min-height: 200px;
}

/* dealers */

.dealer-countries {
	text-align: center;
}
.dealer-countries a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	padding: 5px 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #4a668f;
	border: 1px solid #4a668f;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s all;
}
.dealer-countries a:hover,
.dealer-countries a.active  {
	color: #fff;
	background: #4a668f;
	text-decoration: none;
}
.dealer-info-block {
	margin-bottom: 27px;
}
.dealers-letter {
/*
	display: inline-block;
	width: 15%;
	height:100%;
	float: left;
*/
	font-size: 26px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 7px;
}
.dealers-letter-content {
/*
	display: inline-block;
	width: 85%;
*/
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}
.dealers-letter-content .spoiler_links {
	display: block;
	/*line-height: 20px;*/
}
.dealers-letter-content .spoiler_links:hover {
	text-decoration: none;
}
.dealers-letter-content .spoiler_links b {
	border-bottom: 1px dashed #4a668f;
}
.dealers-letter-content .spoiler_links:hover b {
	border-bottom: 1px dotted #4a668f;
}
.dealers-letter-content .spoiler_links.active b {
	border-bottom: none;
}
.dealers-letter-content .spoiler_body {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 20px 0;
	display: none;
}
.dealers-letter-content .spoiler_body p {
	border-left: 3px solid #d2d2d2;
	padding: 3px 0 3px 10px;
	margin: 5px 0;
}
#asd_subscribe_submit {
	position: relative;
/*	left: -4px;*/
}


/*news*/
.news-date-time {
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	padding: 0;
	/*border-radius: 5px;*/
	color: #979799;
	/*margin: 0 0 0 10px;*/
	/*background: #4a668f;*/
	font-weight: 600;
	white-space: nowrap;
}
.news-item {
	border-bottom: 1px solid #e3e3e3;
}
.news-item b {
	font-size: 17px;
	font-weight: 600;
}
.news-descr {
	display: block;
	margin-top: 5px;
	margin-bottom: 20px;
}
.content-wrapper .news-detail h3 {
	margin: 10px 0 20px;
}
.news_bottom {
	margin-top: 100px;
}

/* download page */
.content.support a[target="_blank"] {
	color: #3c3c3c;
	text-decoration: none;

	display: block;
	padding: 4px;
	background-repeat: no-repeat !important;
	padding-left: 30px;
  background-position: left center !important;
}
.content.support a:hover{
	color: #29689d;
	text-decoration: underline;
}
.content.support a[href$=".pdf"] {
	background-image: url("/bitrix/templates/1/./image/pdf.png");
}
/*
.content.support a[href$=".exe"] {
	background-image: url("/bitrix/templates/1/./image/exe.png");
}
*/
.content.support a.exe,
.content.support a[href$=".exe"] {
	background-image: url("/bitrix/templates/scan_main/images/ico-exe-2.png");
	background-size: 22px;
}
.content.support a.pdf,
.content.support a[href$=".pdf"] {
	background-image: url("/bitrix/templates/scan_main/images/ico-pdf.png");
	background-size: auto 21px;
}
.content.support a[href$=".cab"] {
	background-image: url("/bitrix/templates/1/./image/cab.png");
}
.content.support a[href$=".zip"] {
	background-image: url("/bitrix/templates/1/./image/zip.png");
}
.content.support a.android,
.content.support a[href$=".apk"] {
	/* background-image: url("/bitrix/templates/1/./image/android.jpg"); */
	background-image: url("/bitrix/templates/scan_main/images/ico-apk-1.png");
	background-size: 22px;
}
.content.support a.video {
	background-image: url("/bitrix/templates/scan_main/images/ico-video-2.png");
	background-size: 22px;
}
.content.support a.info {
	background-image: url("/bitrix/templates/scan_main/images/ico-info-1.png");
	background-size: 22px;
}
.content.support a.faq {
	background-image: url("/bitrix/templates/1/./image/faq.jpg");
}
.content.support .usefull a {
	background-image: url(/bitrix/templates/1/./image/url.jpg);
}


/* FAQ */
.spoiler .spoiler_body {display:none; /*padding-top:25px; padding-left: 20px;*/}
.spoiler .spoiler_body ul {
	padding: 0;
	margin: 0;
}
.spoiler .spoiler_links {
	cursor:pointer;
	text-decoration: none;
	/*
	background-image: url("/bitrix/templates/1/./image/grey-square.jpg");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left 7px;
	*/
	display: block;
	transition: 0.3s all;
}
.spoiler .spoiler_links:hover {
	color: #000;
}
.spoiler .spoiler_links.active {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}
.spoiler {
	vertical-align: top;
	margin-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 8px;
}
.spoiler .spoiler_body {
	font-size: 14px;
	background: #e8e8e8 none repeat scroll 0 0;
	margin: 5px 0 5px 0;
	padding: 17px 35px 20px 22px;
}

/* price list */
.price-list {
	max-width: 1000px;
	margin: 0 auto;
}
.price-list h2 {
	text-align: center;
}
.prl-item {
	border-bottom: 1px dotted #dedddd;
	padding: 5px 0;
}
.product-item-container:last-child .prl-item {
	border-bottom: none;
}
.prl-item p {
	margin: 4px 0;
}
.prli-title {
	color: #4a668f;
	font-weight: 800;
	line-height: 19px;
}
.prli-servtitle {
	font-weight: 500;
	line-height: 19px;
}
.prli-descr {
	font-size: 13px;
	line-height: 17px;
}
.prli-price {
	display: inline-block;
	color: #4a668f;
	font-weight: 700;
	padding: 0 10px 0;
/*	margin: 0 15px;*/
	min-width: 90px;
}
.prli-buy a.order-btn {
	display: inline-block;
/*	width: 100%;*/
	font-size: 13px;
	line-height: 18px;
	font-weight: 600;
	padding: 5px 10px;
	margin-left: 2px;
	margin-right: 0;
	min-width: 155px;
  text-align: center;
	color: #4a668f;
	border: 1px solid #4a668f;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: 0.3s all;
}
.prli-buy a.order-btn:hover {
	color: #fff;
	background: #4a668f;
	text-decoration: none;
}


/* table */
.table.table-sm td, .table.table-sm th {
	padding: .65rem;
}
.table.table-sm th {
	font-size: 16px;
}
.table.table-sm {
	font-size: 14px;
	line-height: 17px;
}
.table th[scope="row"] {
	font-size: 14px;
	/*line-height: 18px;*/
}
.table td.table-success,
.table td.table-warning,
.table td.table-danger {
	border-color: #b7b7b7;
}

.price .form h1{
		font-size: 21px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 50px 0 42px 11px;
	border-top: 1px solid #cccccc;
	border-bottom: none;
}
.price .form form {
	width: 830px;
	margin: 0 auto;
	display: block;
}
.price .form form div {
	display: inline-block;
	vertical-align: top;
	margin: 0px 21px 0 21px;
}
.price .form form textarea {
	background-color: #ffffff;
	border: 1px solid rgba(121, 152, 191, 0.4);
	width: 491px;
	height: 115px;
	color: #7998bf;
	font-weight: 400;
	text-align: left;
	resize: vertical;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 15px;
}
.price .form form div input {
	width: 285px;
	height: 31px;
	box-sizing: border-box;
	color: #7998bf;
	font-size: 12px;
	font-weight: 400;
	text-align: left;
	display: block;
	padding-left: 10px;
	border: 1px solid rgba(121, 152, 191, 0.4);
	margin-bottom: 11px;
}
.price .form form div button {
	background-color: #98a2a8;
	width: 285px;
	height: 31px;
	box-sizing: border-box;
	border: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	display: block;
	cursor: pointer;
	transition: 0.4s;
}
.price button.fail {
	background-color: red !important;
}
.price button.succes {
	background-color: #00a651 !important;
}
#alx_feed_back_default_FID2 {
	display: none;
}


/* bitrix order */
select.form-control:not([size]):not([multiple]) {
	height: auto;
}

.sale-order-payment-change-pp-list,
.sale-order-list-inner-row-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.sale-order-list-inner-row-body,
.sale-order-detail-order-section,
.sale-order-list-top-border {
	width: 100%;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
	background: #4a668f;
	text-shadow: none;
}
.bx_ordercart .bx_sort_container a.current:hover {
	background: #333;
}
.order-wrapper h2,
.order-wrapper h3,
.order-wrapper h4 {
	margin: 0.5rem 0;
}

.order-wrapper .col-xs-12 {
/*	position: relative;*/
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.sale-order-payment-change-pp-company-image {
	background-size: auto;
}

.payForm  input[type="submit"] {
	background-color: #4a668f;
	border-color: #4a668f;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-decoration: none;
}

.pay-qr a.lblue {
	color: #1d5fc1;
}
.pay-qr a:hover {
	text-decoration: none;
}
.pay-qr a.lblue {
	border-bottom: 1px solid #82b3fd;
}

/*  mobile  */
@media (max-width: 1200px) {
	.tb-link.skype  {
		display: none;
	}
}

@media (max-width: 992px) {
	.nav-item.cs-menu-search {
		display: none;
	}
	.top-bar .tb-link {
		display: none;
	}
	.top-bar .tb-link:first-child {
		display: inline-block;
	}
	.icons-prodview-block .ipb-item {
		font-size: 13px;
		line-height: 15px;
	}
}
@media (max-width: 768px) {
	.top-bar,
	.top-nav .tb-right {
		display: none;
	}
	.mobile-menu {
		display: block;
	}
	.mainpage-prod-item:first-child {
		border-right: none;
		border-bottom: 1px solid #e0e0e0;
	}
	.btn-more {
		white-space: normal;
	}
	.content-wrapper .icons-prodview-block ul li {
		width: 25%;
	}
}

@media (max-width: 540px) {
	.content-wrapper .icons-prodview-block ul li {
		width: 33.3%;
	}
	.footer-menu {
		display: none;
	}
}

/* End */
/* /bitrix/templates/scan_main/components/alfainform/sale.basket.basket.line/basket_float/style.css?16752837896283 */
/* /bitrix/templates/scan_main/components/bitrix/menu/top_s/style.css?15327078471333 */
/* /bitrix/templates/scan_main/styles.css?175075790129178 */
