html{-webkit-text-size-adjust:none}
body{

	margin:0;
	padding:0;
	min-width:310px;
	font-family:arial;
}
html.bx-no-touch body{min-width:640px}
a img{border:none}
a{
	color: #576e75;
}
a:hover{}

.grid{}
.grid .bx_content_section{margin-bottom: 15px;}
.grid .bx_sidebar{margin-bottom: 15px;}


/* grid1x2 */
.grid1x2{}
.grid1x2 .bx_content_section{
	float: right;
	width: 66%;
	margin-bottom: 15px;
}
.grid1x2 .bx_sidebar{
	float: left;
	width: 33%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){	.grid1x2 .bx_sidebar{}}
@media (max-width:640px){
	.grid1x2 .bx_content_section,
	.grid1x2 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid1x2 .bx_sidebar{}
}
@media (max-width:479px){	.grid1x2 .bx_sidebar{}}


/* grid2x1 */

.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){	.grid2x1 .bx_sidebar{}}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{}
}
@media (max-width:479px){	.grid2x1 .bx_sidebar{}}

/* grid1x3 */
.grid1x3{}
.grid1x3 .bx_content_section{
	float: right;
	width: 74%;
	margin-bottom: 15px;
}
.grid1x3 .bx_sidebar{
	float: left;
	width: 24%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){	.grid1x3 .bx_sidebar{}}
@media (max-width:640px) {
	.grid1x3 .bx_content_section,
	.grid1x3 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid1x3 .bx_sidebar{}
}
@media (max-width:479px){	.grid1x3 .bx_sidebar{}}


/* grid3x1 */

.grid3x1{}
.grid3x1 .bx_content_section{
	float: left;
	width: 74%;
	margin-bottom: 15px;
}
.grid3x1 .bx_sidebar{
	float: right;
	width: 24%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){	.grid3x1 .bx_sidebar{}}
@media (max-width:640px) {
	.grid3x1 .bx_content_section,
	.grid3x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid3x1 .bx_sidebar{}
}
@media (max-width:479px){	.grid3x1 .bx_sidebar{}}

/* grid2x2 */

.grid2x2 {}
.grid2x2 .bx_content_section{
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
.grid2x2 .bx_sidebar{
	float: right;
	width: 49%;
	margin-bottom: 15px;
}
@media (max-width:640px) {
	.grid2x2 .bx_content_section,
	.grid2x2 .bx_sidebar{
		width: 100%;
		float: none;
	}
}



/* grid2x2r */

.grid2x2r {}
.grid2x2r .bx_content_section{
	float: right;
	width: 49%;
	margin-bottom: 15px;
}
.grid2x2r .bx_sidebar{
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
@media (max-width:640px) {
	.grid2x2r .bx_content_section,
	.grid2x2r .bx_sidebar{
		width: 100%;
		float: none;
	}
}


/* grid1x2x1 */

.grid1x2x1{}
.grid1x2x1 .bx_content_section{
	width: 50%;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}
.grid1x2x1 .bx_sidebar.left{
	width: 24%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 15px;
	vertical-align: top;
}
.grid1x2x1 .bx_sidebar.right{
	width: 24%;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}

@media (max-width:760px) {
	.grid1x2x1 .bx_content_section{
		width: 75%;
		float: right;
	}
	.grid1x2x1 .bx_sidebar.left{	float: left;}
	.grid1x2x1 .bx_sidebar.right{	float: left;}
}

@media (max-width:640px) {
	.grid1x2x1 .bx_content_section{
		width: 100%;
		float: left;
	}
	.grid1x2x1 .bx_sidebar.left{
		width: 49%;
		display: inline-block;
	}
	.grid1x2x1 .bx_sidebar.right{
		width: 49%;
		float: right;
	}
}

@media (max-width:480px) {
	.grid1x2x1 .bx_content_section,
	.grid1x2x1 .bx_sidebar{
		width: 100% !important;
		float: none !important;
	}
}

.bx_content_section h1{margin-top: 0;}

/* ---- HEADER ---- */
.header_wrap{
	padding:0 20px;
	box-shadow:inset 0 -2px 3px rgba(0,0,0,.05);
}
.header_wrap_container{
	margin:0 auto;
	padding-bottom:40px;
	max-width:980px;
}
/* ---- HEADER ---- TOP SECTION ---- */
.header_top_section{
	position:relative;
	min-height:20px;
	width:100%;
}
.header_top_section_container_two{margin-top:1px}
.header_top_section_container_one{
	float:right;
	/*max-width:200px;
	width:100%;*/
}
.bx_cart_login_top{
	float:right;
	margin-bottom:14px;
	padding:0;
	border-radius:0 0 4px 4px;
	line-height:44px;
	/*height: 44px;*/
	background: #fafcfd;
	vertical-align: middle;
	color: #576e75;
	/*	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fafcfd), to(#f9fbfc));
		background-image:-webkit-linear-gradient(#fafcfd 0%, #f9fbfc 100%);
		background-image:   -moz-linear-gradient(#fafcfd 0%, #f9fbfc 100%);
		background-image:     -o-linear-gradient(#fafcfd 0%, #f9fbfc 100%);
		background-image:        linear-gradient(#fafcfd 0%, #f9fbfc 100%);*/

	box-shadow:0 1px 2px 0 rgba(56,94,104,.26);
	white-space:nowrap;
}
.bx_cart_login_top table tr td {padding:0 5px}
.bx_cart_login_top a{
	color: #576e75;
	text-decoration:underline
}
.bx_cart_login_top a:hover{
	text-decoration:none
}

.bx_cart_login_top>div{display: inline-block} /*Fix ��� ����������� ���������*/

/* ---- HEADER ---- --END-- TOP SECTION ---- */
/* ---- HEADER ---- INNER ---- */

.header_inner{
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 5px 8px;
	border:1px solid #e1e7e9;
	border-radius:5px 5px 0 0 ;
	background:#fff;
	box-shadow:0 1px 2px 0 rgba(56,94,104,.26);
}
.site_title{
	float:left;
	margin:0;
	padding:0 0 0 20px;
	line-height:80px;
}
a.site_title,
.site_title a{
	color:#000;
	font-size: 32px;
	font-weight: bold;
	text-decoration:none;
}
a.site_title span,
.site_title a span{color:#77c7e2}
.header_inner_container_one{
	position:relative;
	float:right;
	margin-right:218px;
}
.header_inner_container_two{
	position:absolute;
	top:12px;
	right:0;
	width:228px;
}
.header_inner_include_aria {
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:8px 10px 0;
	height:80px;
	vertical-align:top;
	text-align:left;
	font-size:12px;
}
.header_inner_include_aria span{color:#1b5c79}
.header_inner_include_aria strong{
	display:inline-block;
	padding-top:7px;
	font-size:26px
}
.header_inner_include_aria strong a{
	text-decoration:none;
	color:#1b5c79;
}
.header_inner_bottom_line_container{
	position:relative;
	left:-6px;
	margin-right:-12px;
	margin-bottom:-9px;
	padding:1px;
}
.header_inner_bottom_line{
	min-height:6px;
}
/* ---- HEADER ---- --END-- INNER ---- */


.worakarea_wrap_container{
	margin:0 auto;
	padding-bottom:40px;
	max-width:980px;
	padding-top:40px;
}
.workarea_wrap{padding:0 20px}
.workarea_wrap h1{
	padding-bottom:14px;
	border-bottom:1px solid #e5e5e5;
	font-size:24px;
}
.workarea_wrap h1 a{
	color:#000;
	text-decoration:none;
}
.bx_title_section{
	margin-top:0;
	padding-top:0;
	vertical-align:middle;
	font-size:26px;
}
.bx_title_section.fll{float:left}
.bx_title_section.stars{border:none}
.bx_title_section.stars .icon{
	display:inline-block;
	padding-right:10px;
	width:27px;
	height:26px;
	background:url(images/stars.png) no-repeat center left;
	vertical-align:top;
	line-height:26px;
}
.bx_title_section.time{border:none}
.bx_title_section.time .icon{
	display:inline-block;
	padding-right:10px;
	width:30px;
	height:30px;
	background:url(images/time.png) no-repeat center left;
	vertical-align:top;
	line-height:26px;
}

.bx_view_all_home{float:right}

/* FOOTER WRAP */
.bottom_wrap{
	padding:0 20px;
}
.bottom_wrap_container{
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}


.footer_container_one,
.footer_container_two,
.footer_container_tre,
.bottom_container_one,
.bottom_container_two,
.bottom_container_tre{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:33%;
	vertical-align:top;
	text-shadow:0 1px 0 #fff;
}
.footer_container_two,
.bottom_container_two{padding:0 40px}


.footer_wrap{padding:0 20px;}
.footer_wrap_container{
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}


/* ---- INC ABOUT FOOTER ---- */
.bx_inc_about_footer h4{font-size:26px;}
.bx_inc_about_footer p{
	margin-top: 0;
	padding-top: 0;
	color: #607b8b;
	font-size: 13px;
	line-height: 22px;
}
.bx_inc_about_footer a{
	color: #0073a3;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}
.bx_inc_about_footer a:hover{text-decoration: none;}

/* ---- INC NEWS FOOTER ---- */
.bx_inc_news_footer h4{
	text-align: left;
	font-size:26px;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist{
	margin: 0;
	padding: 0;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist li{
	display: block;
	margin-top: 0;
	padding-top: 0;
	color: #607b8b;
	font-size: 13px;
	line-height: 22px;}
.bx_inc_news_footer .bx_inc_news_footer_newslist li a{
	color: #0073a3;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}

.bx_inc_news_footer .bx_bt_button_type_2{
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}
.bx_inc_news_footer .bx_shadow.bx_bt_button_type_2{box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);}
.bx_inc_news_footer .bx_shadow.bx_bt_button_type_2:active{box-shadow: none;}
.bx_inc_news_footer .bx_bt_button_type_2 				{
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow:0 1px 0 #fff;
}
.bx_inc_news_footer .bx_bt_button_type_2:hover 		{background: #fff;}
.bx_inc_news_footer .bx_bt_button_type_2:active 		{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:    -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:      -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:         linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_inc_news_footer .bx_big.bx_bt_button_type_2			{
	padding: 0 13px;
	height: 34px;
	font-weight: bold;
	line-height: 34px;
}


/* ---- INC SOCIAL FOOTER ---- */
/*.bx_inc_social_footer{text-align: center;}*/
.bx_inc_social_footer h4{
	text-align: left;
	font-weight: normal;
	font-size:26px;
}
.footer_social_icon{margin-top: 38px}
.footer_social_icon ul{
	margin: 0;
	padding: 0;
}
.footer_social_icon ul li{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.footer_social_icon ul li a{
	display: block;
	width: 32px;
	height: 32px;
	background: url(images/social_icon.png) no-repeat;
	opacity: .9;
}
.footer_social_icon ul li.fb a{background-position:0 0}
.footer_social_icon ul li.tw a{background-position:-32px 0}
.footer_social_icon ul li.gp a{background-position:-64px 0}
.footer_social_icon ul li.vk a{background-position:-96px 0}
.footer_social_icon ul li a:hover{opacity:1}
.footer_contact{
	margin-top: 20px;
	font-size: 13px;
}
.footer_contact strong{
	display: block;
	margin-top: 10px;
	font-size:28px;
}

.copyright{
	color: #fff;
	/*opacity: .6;*/
	font-size: 13px;
	text-align: right;
	padding-top: 10px;
	/*padding-bottom: 10px;*/
}



.bt_blue,
.bt_white,
.bt_green{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.shadow.bt_blue,
.shadow.bt_white,
.shadow.bt_green{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.shadow.bt_blue:active,
.shadow.bt_white:active,
.shadow.bt_green:active{box-shadow:none}

.bt_blue  				{
	background:#00a2df;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTJkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00a2df), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:    -o-linear-gradient(top, #00a2df 0%,#006fcb 100%);
	background:       linear-gradient(to bottom, #00a2df 0%,#006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2df', endColorstr='#006fcb',GradientType=0 );
}
.bt_blue:hover  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}
.bt_blue:active  		{
	background:#21afe4;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxYWZlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDZmY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#21afe4), color-stop(100%,#006fcb));
	background:-webkit-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:  -moz-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:   -ms-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:    -o-linear-gradient(top, #21afe4 0%,#006fcb 100%);
	background:       linear-gradient(to bottom, #21afe4 0%,#006fcb 100%);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#21afe4', endColorstr='#006fcb',GradientType=0 );
}

.bt_white 				{
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:  -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:   -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:    -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:       linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
}
.bt_white:hover 		{
	background:#fff;
}
.bt_white:active 		{
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:  -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:   -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:    -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:       linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
}

.bt_green 				{ }
.bt_green:hover 		{ }
.bt_green:active 		{ }


.small.bt_blue,
.small.bt_white,
.small.bt_green{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.small.bt_blue  		{ }
.small.bt_blue:hover  	{ }
.small.bt_blue:active  	{ }
.small.bt_white 		{ }
.small.bt_white:hover 	{ }
.small.bt_white:active 	{ }
.small.bt_green 		{ }
.small.bt_green:hover 	{ }
.small.bt_green:active 	{ }

.medium.bt_blue,
.medium.bt_white,
.medium.bt_green 		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.medium.bt_blue  		{
	height:27px;
	line-height:27px;
}
.medium.bt_blue:hover   { }
.medium.bt_blue:active  { }
.medium.bt_white 		{font-weight:bold}
.medium.bt_white:hover  { }
.medium.bt_white:active { }
.medium.bt_green 		{ }
.medium.bt_green:hover  { }
.medium.bt_green:active { }

.big.bt_blue,
.big.bt_white,
.big.bt_green 			{
	padding:0 13px;
	height:34px;
	font-weight:bold;
	line-height:34px;
}
.big.bt_blue  	 		{
	height:36px;
	line-height:36px;
}
.big.bt_blue:hover  	{ }
.big.bt_blue:active  	{ }
.big.bt_white 	 		{ }
.big.bt_white:hover 	{ }
.big.bt_white:active 	{ }
.big.bt_green 	 		{ }
.big.bt_green:hover 	{ }
.big.bt_green:active 	{ }

.bt.big.bt_blue.cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(images/bt_cart.png) no-repeat center;
}

/* component inc_catalog_footer */
.bx_inc_catalog_footer{
	color: #fff;
	text-shadow:0 1px 2px #17326e;
}
.bx_inc_catalog_footer h3{
	padding-bottom: 15px;
	background: url(images/footer_h4_bg.png) repeat-x bottom;
	font-size: 23px;
}
.bx-touch .bx_inc_catalog_footer h3{
	background: url(images/x2footer_h4_bg.png) repeat-x bottom;
	background-size:4px 5px;
}
.bx_inc_catalog_footer ul{
	display: block;
	margin: 0;
	padding: 0;
}
.bx_inc_catalog_footer ul li{
	padding: 0 0 15px;
	display: inline-block;
	width: 49%;
}
.bx_inc_catalog_footer ul li a{
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	text-shadow:0 1px 2px #17326e
}
.bx_inc_catalog_footer ul li a:hover{text-decoration: underline}


/* component inc_menu_footer */
.bx_inc_menu_footer{
	color: #fff;
	text-shadow:0 1px 2px #17326e;
}
.bx_inc_menu_footer h3{
	padding-bottom: 15px;
	background: url(images/footer_h4_bg.png) repeat-x bottom;
	font-size: 23px;
}
.bx-touch .bx_inc_menu_footer h3{
	background: url(images/x2footer_h4_bg.png) repeat-x bottom;
	background-size:4px 5px;
}
.bx_inc_menu_footer ul{
	display: block;
	margin: 0;
	padding: 0;
}
.bx_inc_menu_footer ul li{
	display: block;
	padding: 0 0 15px;
}
.bx_inc_menu_footer ul li a{
	text-decoration: none;
	font-size: 13px;
	color: #fff;
	text-shadow:0 1px 2px #17326e
}
.bx_inc_menu_footer ul li a:hover{text-decoration: underline}

/*1*/
@media (max-width:981px){
	.header_inner_container_two{
		position:relative;
		top:auto;
		right:auto;
		clear:both;
		width:100%;
	}
	.header_inner_container_one{margin:0}
}
/*2*/
/*@media (min-width:640px) and (max-width:980px){*/
@media (max-width:980px){
	.header_top_section_container_one{ }
	.header_top_section_container_two{ }
	.bottom_container_one{width:100%}
	.bottom_container_two{padding:0 20px 0 0}
	.bottom_container_tre{padding:0 0 0 20px}
	.bottom_container_two,
	.bottom_container_tre{width:49%}
}
/*3*/
@media (max-width:850px) {
	.footer_container_one{width:100%}
	.footer_container_two{padding:0 20px 0 0}
	.footer_container_tre{padding:0 0 0 20px}
	.footer_container_two,
	.footer_container_tre{width:49%}
}
@media (min-width:480px) and (max-width:640px) {
	.bx-touch .header_top_section_container_two{ }
	.bx-touch .site_title{
		text-align:center;
		font-size:27px;
	}
	.bx-touch .header_inner_container_one{
		text-align:center;
	}
	.bx-touch .footer_container_one,
	.bx-touch .bottom_container_one{width:100%}
	.bx-touch .footer_container_two,
	.bx-touch .bottom_container_two{padding:0 20px 0 0}
	.bx-touch .footer_container_tre,
	.bx-touch .bottom_container_tre{padding:0 0 0 20px}
	.bx-touch .footer_container_two,
	.bx-touch .footer_container_tre,
	.bx-touch .bottom_container_two,
	.bx-touch .bottom_container_tre{width:49%}
}
/*4*/
@media (min-width:321px) and (max-width:479px) {
	.bx-touch .worakarea_wrap_container {
		padding-top:20px;
		padding-bottom:20px;
	}
	.bx-touch .site_title{
		float:none;
		padding-left:0;
		text-align:center;
		font-size:28px;
		line-height:34px;
	}
	.bx-touch .header_inner_container_one{
		float:none;
		width:100%;
		text-align:center;
	}
	.bx-touch .header_inner_include_aria{
		display:block;
		padding:10px 0 10px;
		text-align:center;
	}
	.bx-touch .footer_container_one,
	.bx-touch .footer_container_two,
	.bx-touch .footer_container_tre,
	.bx-touch .bottom_container_one,
	.bx-touch .bottom_container_two,
	.bx-touch .bottom_container_tre{padding:0;width:100%}
}
/*5*/
@media (max-width:320px){
	.bx-touch .worakarea_wrap_container {
		padding-top:10px;
		padding-bottom:10px;
	}
	.bx-touch .header_top_section_container_one{display:none}
	.bx-touch .header_top_section_container_two{display:none}
	.bx-touch .site_title{
		float:none;
		padding-left:0;
		text-align:center;
		font-size:28px;
		line-height:34px;
	}
	.bx-touch .header_inner_container_one{
		float:none;
		width:100%;
		text-align:center;
	}
	.bx-touch .header_inner_include_aria{
		display:block;
		padding:20px 0 10px;
		text-align:center;
	}
	.bx-touch .footer_container_one,
	.bx-touch .footer_container_two,
	.bx-touch .footer_container_tre,
	.bx-touch .bottom_container_one,
	.bx-touch .bottom_container_two,
	.bx-touch .bottom_container_tre{padding:0;width:100%}
	.bx-touch .tac.ovh{display:none}
}

.site_title,
.worakarea_wrap_container,
.header_inner_container_one,
.header_top_section_container_two,
.header_inner_container_two,
.header_inner_include_aria,
.footer_container_one,
.footer_container_two,
.footer_container_tre,
.bottom_container_one,
.bottom_container_two,
.bottom_container_tre{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/* ===== reserved class ===== */
.p0{padding:0 !important}
.m0{margin:0 !important}
.dn{display:none !important}
.db{display:block !important}
.wa{width:auto !important}
.dib{display:inline-block !important}
.clb{clear:both !important}
.fln{float:none !important}
.fll{float:left !important}
.flr{float:right !important}
.m0a{margin:0 auto !important}
.fwb{font-weight:bold !important}
.fwn{font-weight:normal !important}
.tal{text-align:left !important}
.tar{text-align:right !important}
.tac{text-align:center !important}
.tdn{text-decoration:none !important}
.tdl{text-decoration:line-through !important}
.vat{vertical-align:top !important}
.vam{vertical-align:middle !important}
.vab{vertical-align:bottom !important}
.posr{position:relative !important}
.posa{position:absolute !important}
.whsn{white-space:normal !important}
.whsnw{white-space:nowrap !important}
.p05{padding:0 5px !important}
.w100p{width:100% !important}
.w90p{width:90% !important}
.wa{width:auto !important}
.ovh{overflow:hidden !important}

/* ===== Debug class ===== */
.dbg1{background-color:rgba(0,0,255,.3) !important}
.dbg2{background-color:rgba(0,255,0,.3) !important}
.dbg3{background-color:rgba(255,0,0,.3) !important}

.dbg0,
.dbg01>div{
	outline-width:2px;
	outline-style:solid;
	outline-color:rgba(0,255,0,.3);
	outline-offset:0px;
}
.dbg01>div>div{
	outline-width:2px;
	outline-style:solid;
	outline-color:rgba(0,0,255,.3);
	outline-offset:0px;
}
.debug{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:2px;
	border:1px solid #d0dbb1;
	background:#f5ffdb;
	color:#2d2d2d;
	/*	position:fixed;
	bottom:0;
	left:0;
	right:0;*/
	font-size:8px;
}
#debsizing{font-weight:bold}

@media (min-width:981px){#debsizing:before{content:"981px < (1) "}}
@media (min-width:640px) and (max-width:980px){#debsizing:before{content:"640px < (2) "}#debsizing:after{content:" < 980px"}}
@media (min-width:480px) and (max-width:639px) {#debsizing:before{content:"480px < (3) "}#debsizing:after{content:" < 639px"; }}
@media (min-width:321px) and (max-width:479px) {#debsizing:before{content:"321px < (4) "}#debsizing:after{content:" < 479px"; }}
@media (max-width:320px){#debsizing:before{content:"(5) "}#debsizing:after{content:" < 320px"; }}

.bx_page{
	font-size: 80%;
}
.bx_page h1,
.bx_page h2,
.bx_page h3,
.bx_page h4,
.bx_page h5,
.bx_page h6{
	color:inherit;
	font-weight:500;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height:1.1;
}
.bx_page p{margin:0 0 10px}
.bx_page ul,
.bx_page ol{
	margin-top:0;
	margin-bottom:10px;
}
.bx_page ul ul,
.bx_page ol ul,
.bx_page ul ol,
.bx_page ol ol{margin-bottom:0}
.bx_page .list_unstyled{padding-left:0;list-style:none}
.bx_page .list_nline{
	padding-left:0;
	list-style:none;
}
.bx_page .list_nline>li{
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
}
.bx_page .list_nline>li:first-child{padding-left:0}

.bx_page a 		 {color:#437fcf}
.bx_page a:hover {color:#2d61a8}
.bx_page a:active{color:#2d61a8}



/*********** Loader ************/
#page-loader {
    display: none;
    position: fixed;
    z-index: 1000000000;
    left: 50%;
    top: 50%;
    margin-top: -44px;
    margin-left: -44px;
    font-size: 10px;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
#page-loader,
#page-loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*������ ������*/
.online_main svg{
    fill: none;
    stroke: #bdbec0;
    stroke-width: 10.22932;
    height: 40px;
	
}
.online_main{
	position: relative;
	/*margin-left: 20px;*/
	/*width: 58%;*/
	display: flex;
	justify-content: space-between;
	flex-direction: column;

}

.online_dop{
	position: relative;
    margin-left: 20px;
    /*width: 58%;*/
    width: 910px;
    display: flex;
    justify-content: space-between;
}

.online_dop2{
position: relative;
    margin-left: 20px;
    width: 58%;
    display: none;
    justify-content: space-between;
    flex-direction: column;
}

.online_dop2 .form-tw-col .col{
    width: 420px;
}
.online_dop2 .form-tw-col .col--border {
    border: 1px solid #383838;
    padding-top: 10px;
}

.online_dop2_main{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.main_info{
    width: 420px;
    border: 1px solid #383838;
    display: table;
    padding: 30px 0 5px 0;
}
.right_main span{
    margin: 10px 0 20px 0;
    display: block;
    color: white;
    font-size: 18px;
}
.where{
	width: 300px;
         margin-left: 40px;
}
.block{
    display: block;
    position: absolute;
    width: 7%;
    height: 100%;
    z-index: 10000000;
}
#form-tyres-mont_online{
	position: relative;
	opacity: 0.4;
}
.main_info .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.main_info label{
    margin: 10px 0;
    color: white;
    font-size: 16px;
}
.main_info input{
    width: 90%;
    padding: 0 15px;
}

.o_section{
    width: 32%;
}

.top-next{
    position: absolute;
    width: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: -42px;
    /*right: 41%;*/
    left: 530px;
    color: white;
    font-size: 14px;
}
.top-next > div{
	margin: 0 15px;
}
.go_next{
	background-color: cornflowerblue;
    	padding: 5px 15px;
	cursor: pointer;
}

.go_back{
	display: none;
	background-color: cornflowerblue;
    	padding: 5px 15px;
	cursor: pointer;
}


.plusminus{
    display: flex;
}

.plus{
    color: white;
    cursor: pointer;
    padding: 0 7px;
    background-color: #0a4c97;
    margin: 0 4px;
}

.minus{
    color: white;
    cursor: pointer;
    padding: 0 7px;
    margin-left: 8px;
    background-color: #0a4c97;

}
.online_main .main_online_section{
    width: 22%;
    height: 82px;
    position: relative;
    border: 1px solid #484848;
    display: table;
    width: 100%;
    padding: 15px 25px;
    /*padding-left: 15px;*/
    margin: 0 0 12px 0;
    font-size: 21px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease;
    -o-transition: -o-transform 0.3s ease, opacity 0.3s ease;
    transition: -webkit-transform 0.3s ease,-moz-transform 0.3s ease,-o-transform 0.3s ease,transform 0.3s ease, opacity 0.3s ease;
}
.online_main .main_online_section-img{
    display: table-cell;
    width: 63px;
    vertical-align: middle;
    padding-right: 20px;
}
.main_online_section-img p{
	cursor:
}
.online_main .main_online_section > p {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    cursor: default;
}

.online_main .selectricWrapper{
	float: none;
}

.online_main .elem_line{
	border-bottom: 2px solid white;
    width: 95%;
}

.black_theme{
	background-color: black;
}
.flex_svg{
	display: flex;
}
.section_elem{
	position: relative;
        padding: 8px 0;
	display: flex;
    align-items: baseline;
}
.section_elem div{
    color: white;
    font-size: 13px;
    cursor: default;
}
.section_elem label, .plusminus_name{
	color: white;
	font-size: 13px;
}
.select_title{
    position: relative;
    top: -10px;
    color: white;
    font-weight: 600;
    font-size: 16px;
}
.elem_text_i{
	width: 95%;
}
.elem_text{
    position: relative;
    top: -10px;
    font-size: 12px;
    color: white;
    left: 15px;
}
.section_elems{
padding: 15px 30px;
}
#first_step .required:after{  
    content: '*';
    font-size: 25px;
    color: #004e94;
    /*position: absolute;*/
    top: -3px;
    right: -14px;
}
 
.online_dop2 .error .required:after{
	color: red;
}

.online_dop2 .error input{
	background-color: #ff9494;
}


#first_step .elem_list.error .required:after,
#first_step .section_elem.error .required:after{
	color: red;
}
#first_step .elem_list.error .elem_text_i{
	background-color: #ff9494;
}

.elem_list{
	position: relative;
	height: 45px;
	margin: 40px 0px;
}
.descr_descr{
    position: absolute;
    right: -80px;
    top: -35px;
    background-color: white;
    padding: 9px;
    border-radius: 10%;
z-index: 9999999;
}
.descr_que:hover + .descr_descr {
    display: block !important;
}
.online_dop2_main .ui-datepicker .ui-datepicker-calendar tr a, .ui-datepicker .ui-datepicker-calendar td a{
	color: #c8c8c8;
}
.online_dop2_main .form-tw-col .time-order-box .time-order__label {
	color: #c8c8c8;
}
.dop_none{
	margin-left: 15px;
}
.dont{
	position: absolute;
    	top: 48px;
}

#first_step .dont .required:after {
	    right: 78px;
}

.elem_text_i2{
	min-height: 200px;
	width: calc(100% + 60px);
}
.descr_que{
	position: absolute;
    right: 0px;
    top: 0px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    width: 13px;
    font-size: 11px;
    justify-content: center;
    cursor: pointer;
	z-index: 9999999;
}
.none{
	display: none !important;
}
.custom-checkbox{
	position: relative;
}
.section_name{
	text-align: center;
}
.section_name b{
    color: #96a1a9;
}

.online_dop2 .form-tw-col .time-order-box input[type=radio]:checked + .time-order__radio{
    border-color: transparent;
    background: rgb(94 196 23 / 41%);;
    color: #E0E0E0;
}

/*�������*/

.custom-checkbox+label::before {
	position: relative;
    top: 4px;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    background-color: white;
}

.custom-checkbox:checked+label::after {
content: '';
   display: block;
    position: absolute;
    height: 5px;
    width: 11px;
    left: 7px;
    top: 20px;   
    margin: -8px 0 0 -5px;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 0 1px #3e7ab6; 
}
.calkulate{
	color: white;
}
/*.checkout__step label {
    display: block;
    font-size: 13px;
    color: #acacac;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 2px;
}*/

.counter_sec{
    position: absolute;
    color: white;
    height: 22px;
    font-size: 18px;
    top: 50px;
    left: 60px;
    background-color: cornflowerblue;
    border-color: none;
    /* height: 36px; */
    border: none;
    padding: 0 6px;
    border-radius: 50%;
    display: inline-table;
}
.black_theme .breadcrumbs{
	color: white;
	padding: 15px 0;
}
   .block {
    /*background: green;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    position: relative;
    color: #fff;*/
   }
   .block::after {
    content: '';
    position: absolute;
    bottom: 40px;
    border: 7px solid transparent;
    border-top: 10px solid white;   
    cursor: pointer;
   }

   .block2 {
    /*background: green;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px;
    position: relative;
    color: #fff;*/
   }
   .block2::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 2px;
    border: 4px solid transparent;
    border-left: 6px solid white;
   }

.sale_li.active .block2::after{
    content: '';
    position: absolute;
    bottom: 16px;
    right: 5px;
    border: 4px solid transparent;
    border-top: 6px solid white; 
}

.sale+label::before {
    position: relative;
    top: 4px;
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    background-color: white;
}
#form-tyres-mont_online .disabled-order__radio{
    border-color: transparent;
    background: rgba(109,104,104,0.5);
    cursor: default;
}

.sale:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 11px;
    left: 7px;
    top: 13px;
    margin: -8px 0 0 -5px;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 0 1px #3e7ab6;
}
.lab_sale{
    position: absolute;
    left: 20px;
    top: 13px;
}
.white_online{
	background-color: white;
}
.sale_h{
    font-size: 30px;
    padding: 20px 30px;
    color: #055099;
}
.sale_li {
    position: relative;
    margin: 0 17px;
    color: white;
    width: 190px;
    padding: 10px 10px 10px 50px;
    background-color: #527cb4;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.sale_li.active{
    background-color: #0b5291;
    cursor: default;

}
.sale_descr{
	display: none;
	    margin: 15px;
}

.sale_descr.active{
	display: block;
    margin: 15px;
        width: 640px;
}
.list_sale{
	display: flex;
}
.require_form{
    color: darkblue;
    text-align: end;
}

.border_step{
	border: 1px solid #383838;
	    color: white;
	    padding-left: 10px;
}

.step_date{
	    font-weight: 600;
}

.bold_m{
	    font-weight: 600;
}

.border_step > div{
	display: block;
	margin: 10px 0;
}

.uslugi_li{
	    margin-left: 40px;
}
.mapss {
	margin: 5px 0;
}
.online_dop2 > div > p{
	    margin: 20px 0;
}
.uslugi_li li {
	margin: 15px 0;
	font-size: 20px;
}
.uslugi_li .minili {
    margin-left: 40px;
    font-size: 13px;
    color: white;
}
.mapss a{
	    color: cadetblue;
}
.mobile_sale{
	display: none;
}
.mobile_sale .list_sale{
	flex-direction: column;
	    margin-bottom: 20px;
}
.mobile_sale .sale_descr.active {
	width: 95%;
	overflow: hidden;
	position: relative; 
}
.mobile_sale .sale_li{
	margin: 5px 17px;
}
.hides{
	height: 200px;
	    transition-duration: .3s;
    transition-property: background-color, padding-top, padding-bottom;
    transition-timing-function: ease-in-out;
	
}
.hides:after{
	content: "";
	display: block;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.wind_main{
    padding: 10px 25px;
    position: absolute;
    top: 40%;
    width: 300px;
    height: auto;
    background-color: white;
    color: black;
    left: calc(50% - 150px);
}
.preview{
	font-size: 12px;
}

.preview_name{
    text-align: center;
    font-weight: 600;
}

.preview_alert{
	text-align: center;
    background-color: red;
    color: white;
    width: 90px;
    margin: 0 auto;
    padding: 3px 5px;
margin: 10px auto !important;
}
.wind_main > div{
	margin: 10px 0;
}
.preview_descr{
	f
}

.button_alert{
	display: flex;
	    justify-content: space-between;
}
.button_alert > div{
    padding: 10px 8px;
    width: 115px;
    cursor: pointer;
    font-size: 13px;
    background-color: #c2c2c2;
    text-align: center;
    color: white;
}
.fer {
	background-color: #6495ed !important;
}
.wind{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}
.wind.active{
	display: block;
}
.wind_pre{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.8;
}

.wind_pre.active{
	display: block;
}

.podrob{
	font-size: 13px;
    color: #527cb4;
    position: relative;
    left: 85%;
	display: block;
}

.hide_podrob{
    font-size: 13px;
    color: #527cb4;
    position: relative;
    left: 85%;
	display: none;
}
.hide{
	display:none;
}
.calk_auto{
	margin-top: 30px;
}
.calk_auto .form-box--tb {
	table-layout: unset;
}

.main_info:hover {
    border: 1px solid #c5d9f1;
    box-shadow: 0 0 10px 0 #7da7d9, inset 0 0 10px 0 #7da7d9;
}
.row_sel{
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
    margin-bottom: 5px;
}
.calk_auto .row{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.calk_auto .row > div{
	width: 375px !important;
}
.time-order__radio.disabled-order__radio.red {
    background-color: #741416 !important;
    color: white;
}
.white {
   color: white;
}
.error .selectricWrapper{
	/*border: 1px solid red;*/
}
.error .selectricWrapper .selectric .label{
	    background-color: #ff9494;
}

@media (max-width: 1047px){
	.online_dop {
		width: 100%;
		flex-direction: column;
	}
	.top-next {
		right: 0%;
		left: auto;
	}
}

@media (max-width: 992px){
	.o_section {
    		width: 300px;
	}
	.online_dop2_main{
		flex-direction: column;
	}
	.where {
		margin-left: 40px;
	}
}
@media (max-width: 768px){
	.online_dop2 {
		width: 100%;
	}
	.black_theme .breadcrumbs {
		padding: 15px 0 40px 0;
	}
	.mobile_sale{
		display: block;
	}
	.desctop{
		display: none;
	}
}

@media (max-width: 480px){
	.time-order-box.time-order-box--tw{
	    margin-top: 30px;
	    height: 800px;
	}
	.elem_text_i2 {
    		width: calc(100% + 120px);
	}
	.podrob{
		left: 75%;
	}
	.where {
    		margin-left: 0px;
	}
	.online_dop2 .form-tw-col .col {
    		width: 325px;
	}
	.calk_auto .row > div {
    		width: 245px !important;
	}
	.main_info {
		width: 320px;
	}
	.top-next .step{
		position: absolute;
    		top: -23px;
    		right: 0px;
	}

	.top-next .select_usl{
   		position: relative;
    		font-size: 17px;
	}

	.online_dop2{
		margin-left: 0px;
		margin-right: 0px;
		    padding: 0 20px;
	}
	.online_dop2_main .form-tw-col {
		padding: 0;
	}
	.online_dop {
    		margin-left: 10px;
	}
	.top-next {
		font-size: 12px;
	}
	.top-next > div {
    		margin: 0 8px;
	}
	.section_elems {
    		padding: 15px 15px;
	}
}
.form-tw-col .time-order-box .time-order__radio {
	color: white;
}

.form-tw-col .time-order__radio.disabled-order__radio{
	color: #545454;
}
.form-tw-col .time-order__radio.disabled-order__radio.red{
	color: white;
}
.border_step.online_dop2{
	margin-bottom: 35px;
}
label.plusminus_name{
	cursor: default;
}
.section_elem .plus, .section_elem .minus{
	cursor:pointer;
}

@media (max-width: 425px){
	.advantage_block {
		padding: 0 !important;
	}
}

.advantage_block {
    margin: 0 auto;   
}
.advantage_icon {
    float: left;
}
.advantage_icon img {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 60px;
    color: #fff;
}
.advantage_item {
    margin-bottom: 20px;
}
.advantage_text {
    padding-top: 7px;
    color: black;
    margin-left: 60px;
}
.advantage_title {
    font-size: 1.25em;
    font-weight: 300;
}

.liveinter {
	display: none;
}

h2.title-main {
	font-size: 30px;
    color: #3e7ab6;
    transition: color 0.3s;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 20px 10px 5px 10px;
}

.catalog-slider-main {
	background: #ebebeb;
	padding: 0 0 15px 0;
	position: relative;
	width: 80%;
	float: left;
}

@media (min-width:1500px) {
	.catalog-slider-main {
			width: 84%
	}
}

@media (max-width: 768px) {
	.catalog-slider-main {
    width: 100%;
    margin-left: 7px;
	}
}

.hidden{
   display: none;
   
}
.show{
   display: block;
}

.slider_events {
	position: relative;
    overflow: hidden;
}

.slider_events__wrapper {
    display: flex;
    transition: transform 0.6s ease;
}

.slider_events__item {
	flex: 0 0 50%;
	max-width: 25%;
	border: 1px solid #d7d7d7;
	background-color: white;
}

@media (max-width: 468px) {
	.slider_events__item  {
    	flex: 0 0 100%;
    	max-width: 100%;
  	}
}

.slider_events__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
}

.slider_events__control:hover,
.slider_events__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.slider_events__control_left {
    left: 0;
}

.slider_events__control_right {
	right: 0;
}

.slider_events__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider_events__control_left::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider_events__control_right::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider_events__item>div {
    text-align: center;
    margin-top: 5px; 
}
	 	  
.slider_events__item a {
    text-decoration: none;
}

.slider_events__item img {
   	height: 60px;
   	padding: 10px 0 10px 0;
}
.hidden-block {
    display: none;
}

.preim {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*margin-right: -15px;
	margin-left: -15px;
	margin-top: 10px;*/
}

@media (max-width: 468px) {
	.preim {
		display: flex;
		flex-wrap: wrap;
		margin-right: 18px;
		margin-left: 0px;
		margin-top: 10px;
	}
}
   
.pl{
    flex: 0 0 30%;
    max-width: 30%;
    background-color: white;
}
@media (max-width: 468px) {
  	.pl{
    	flex: 0 0 100%;
      	max-width: 100%;
      	padding-right: 15px;
      	padding-left: 15px;
   	}


}
@media (min-width: 768px) and (max-width: 1024px) {
	.pl{
    	flex: 0 0 27%;
      	max-width: 29%;
      	padding-right: 15px;
      	padding-left: 15px;
   	}
}
.pl .p-header {
	margin-top: 15px;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 20px;
}

.pl p {
	margin-top: 36px;
	text-overflow: ellipsis;
}

.pl-item {
	padding: 25px 10px 20px 10px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pl-item-images {
	float: left;
	margin-right: 15px;
}

.block-page {
	float: left;
	width: 40%;
}
.block-page li a{
   	color: #3e7ab6;
   	transition: color 0.3s;
}
.block-page li a:hover{
   color: red;
}

.block-page1 {
	float: left;
	width: 60%;
}

.block-page1 li a{
   	color: #3e7ab6;
   	transition: color 0.3s;
}
.block-page1 li a:hover{
   color: red;
}
@media (max-width: 480px) {
    .block-page {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .block-page1 {
   		width: 100%;
    }
}
.block-ul {
   	float: left;
   	margin: 0 50px 20px 40px;
 }
.block-ul5 {
	float: left;
	margin: 0 0 10px 20px;
}
@media (max-width: 480px){
   	.block-ul {
   		float: left;
   		margin: 0 0 20px 20px;
   	}
}
.block-ul1{
   	margin: 0 50px 10px 20px;
   	float: left;
}
@media (max-width: 480px){
   	.block-ul1{
   		margin: 0 0 85px 20px;
   		float: left;
   	}
}

@media (max-width: 480px){
   	.block-ul2{
   		margin: 0 0 10px 40px;
   		float: left;
   	}
}
@media (max-width: 480px){
   	.block-ul4{
   		margin: 0 0 10px 60px;
   		float: left;
   	}
}
@media (max-width: 480px){
   	.block-ul5{
   		margin: 0 0 10px 20px;
   		float: left;
   	}
}
@media (max-width: 480px){
   	.block-ul6{
   		margin: 0;
   		float: left;
   	}
}

@media (min-width: 768px) and (max-width: 1024px) {
    .block-ul1{
	    float: left;
        margin: 0 50px 77px 20px;
    }
    .block-ul6{
        float: left;
        margin: 0 0 10px 45px;
    }
    .block-ul5{
        float: left;
        margin: 0 0 10px 40px;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
	.block-ul6 {
        float: left;
        margin-left: 20px;
    }
}
.button-block-footer{
    display: block;
    min-height: 38px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    color: #fff;
    text-align: center;
    background: #3e7ab6;
    line-height: 32px;
    padding: 4px 15px 0 15px;
    cursor: pointer;
}

.catalog-title p {
    font-size: 20px;
    color: #3e7ab6;
	font-weight: normal;
    padding: 10px 0 5px 0;
	text-transform: uppercase;
    transition: color 0.3s;
}
.catalog-title p:hover {
    color: red;
}

.recommended-items .catalog__item-wrap {
	padding: 10px 6px 20px 6px;
}

.shinomontaz-price-table > table{
	display: block;
    overflow-x: auto;
}

h2.product-h2 {
	background: cornflowerblue;
	display: block;
	width: fit-content;
	padding: 3px 10px 6px;
	color: white;
	font-size: 1.5em;
	margin: 0.5em 0 0.5em;
	margin: 1%;
}

h3.product-h3 {
	background: cornflowerblue;
	display: block;
	width: fit-content;
	padding: 3px 10px 6px;
	color: white;
	font-size: 1.2em;
	margin: 0.5em 0 0.5em;
	margin: 1%;
}

.product-text p{
	margin: 1%;
	font-size: 1.1rem;
	line-height: 24px;
}

.catalog-description {
	padding: 5px;
	line-height: 1.2rem;
}

.catalog-description p {
    margin-top: 10px;
}
.catalog-description h2 {
    margin-top: 10px;
}
.catalog-description ul {
    list-style: outside;
    margin-left: 20px;
}
.selectricItems li + .custom {
    border-top: 2px solid #96b4ce;
}
.selectricItems li.custom  + .custom, .selectricItems li.selected  + .custom {border-top:none;}

.form-for-discs .selectricWrapper {
    width: unset;
}

.tooltip-follow.garant .txt {
	max-width: 251px;
	white-space: normal;
}

.tooltip-follow.garant .txt a {
	display: block;
	text-align: right;
}