

/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/headerCart/style.css?17684596454227*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		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: 998;
		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: 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/.default/components/bitrix/catalog.section.list/catalog_menu/style.css?17684596457151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/banner-main/bitrix/news.list/.default/style.css?1768459645150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


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

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

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

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

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


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




/* End */


/* Start:/bitrix/templates/.default/components/bitrix/sale.basket.basket.line/floatHeaderCart/style.css?17684596454227*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		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: 998;
		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: 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/cratch/template_styles.css?176845964738797*/
@font-face {
    font-family: 'Rubik-Regular';
    src: url('/bitrix/templates/cratch/fonts/Rubik-Regular.eot');
    src: url('/bitrix/templates/cratch/fonts/Rubik-Regular.woff2') format('woff2'),
        url('/bitrix/templates/cratch/fonts/Rubik-Regular.woff') format('woff'),
        url('/bitrix/templates/cratch/fonts/Rubik-Regular.ttf') format('truetype'),
        url('/bitrix/templates/cratch/fonts/Rubik-Regular.svg#Rubik-Regular') format('svg'),
        url('/bitrix/templates/cratch/fonts/Rubik-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Rubik-Medium';
    src: url('/bitrix/templates/cratch/fonts/Rubik-Medium.eot');
    src: url('/bitrix/templates/cratch/fonts/Rubik-Medium.woff2') format('woff2'),
        url('/bitrix/templates/cratch/fonts/Rubik-Medium.woff') format('woff'),
        url('/bitrix/templates/cratch/fonts/Rubik-Medium.ttf') format('truetype'),
        url('/bitrix/templates/cratch/fonts/Rubik-Medium.svg#Rubik-Medium') format('svg'),
        url('/bitrix/templates/cratch/fonts/Rubik-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik-Black';
    src: url('/bitrix/templates/cratch/fonts/Rubik-Black.eot');
    src: url('/bitrix/templates/cratch/fonts/Rubik-Black.woff2') format('woff2'),
        url('/bitrix/templates/cratch/fonts/Rubik-Black.woff') format('woff'),
        url('/bitrix/templates/cratch/fonts/Rubik-Black.ttf') format('truetype'),
        url('/bitrix/templates/cratch/fonts/Rubik-Black.svg#Rubik-Black') format('svg'),
        url('/bitrix/templates/cratch/fonts/Rubik-Black.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Podkova-ExtraBold';
    src: url('/bitrix/templates/cratch/fonts/Podkova-ExtraBold.eot');
    src: url('/bitrix/templates/cratch/fonts/Podkova-ExtraBold.woff2') format('woff2'),
        url('/bitrix/templates/cratch/fonts/Podkova-ExtraBold.woff') format('woff'),
        url('/bitrix/templates/cratch/fonts/Podkova-ExtraBold.ttf') format('truetype'),
        url('/bitrix/templates/cratch/fonts/Podkova-ExtraBold.svg#Podkova-ExtraBold') format('svg'),
        url('/bitrix/templates/cratch/fonts/Podkova-ExtraBold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik-Bold';
    src: url('/bitrix/templates/cratch/fonts/Rubik-Bold.eot');
    src: url('/bitrix/templates/cratch/fonts/Rubik-Bold.woff2') format('woff2'),
        url('/bitrix/templates/cratch/fonts/Rubik-Bold.woff') format('woff'),
        url('/bitrix/templates/cratch/fonts/Rubik-Bold.ttf') format('truetype'),
        url('/bitrix/templates/cratch/fonts/Rubik-Bold.svg#Rubik-Bold') format('svg'),
        url('/bitrix/templates/cratch/fonts/Rubik-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik-Light';
    src: url('/bitrix/templates/cratch/fonts/Rubik-Light.eot');
    src: url('/bitrix/templates/cratch/fonts/Rubik-Light.woff2') format('woff2'),
        url('/bitrix/templates/cratch/fonts/Rubik-Light.woff') format('woff'),
        url('/bitrix/templates/cratch/fonts/Rubik-Light.ttf') format('truetype'),
        url('/bitrix/templates/cratch/fonts/Rubik-Light.svg#Rubik-Light') format('svg'),
        url('/bitrix/templates/cratch/fonts/Rubik-Light.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

html {
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}
body {
    font-family: 'Rubik-Regular', Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #898989;
    line-height: 1.2;
    background: #fff;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex: auto;
}
header {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 20px;
    box-shadow: 0px 5px 30px 0px rgba(6, 6, 6, 0.15);
    position: relative;
}
main {
    flex-grow: 1;
    box-sizing: border-box;
}
footer {
    box-sizing: border-box;
}
p {
    margin: 0 0 20px 0;
    font-size: 1em;
}
a {
    font-size: 1em;
    color: #1f1f1f;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
a:hover {
    color: #1f1f1f;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
    text-decoration: underline;
}
a:focus {
    color: #1f1f1f;
}
ol {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
ul {
    font-size: 1em;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #1f1f1f;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 1.2;
    text-align: left;
    font-family: 'Rubik-Bold'
}
h1 {
    font-size: 3.2em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2.6em;
}
h4 {
    font-size: 2.6em;
}
h5 {
    font-size: 2.4em;
}
h6 {
    font-size: 2.2em;
}
::-webkit-input-placeholder {
    color: #424242;
}
::-moz-placeholder {
    color: #424242;
}
/* Firefox 19+ */
:-moz-placeholder {
    color: #424242;
}
/* Firefox 18- */
:-ms-input-placeholder {
    color: #424242;
}
.header-contacts {
    text-align: center;
    padding-top: 15px;
}
.header-actions {
    text-align: right;
    padding-top: 15px;
}
.header-contacts a.phone {
    font-size: 1.6em;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
}
.header-contacts a.phone:hover {
    text-decoration: none;
    color: #f88323;
}
.header-contacts p {
    margin-bottom: 0;
}
.header-actions span.price, .sticky  span.price {
    color: #898989;
    position: absolute;
    top: 8px;
    left: 0;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.header-actions a.basket {
    height: 30px;
    width: 115px;
    background: url(/bitrix/templates/cratch/images/basket.png) 100% 0px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    position: relative;
    padding:0;
}
.header-actions a.basket:hover span.price, .sticky a.basket {
    color: #ff5543;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.header-actions a.basket:hover span.product-number {
    background: #1f1f1f;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.header-actions a.basket:hover {
    background: url(/bitrix/templates/cratch/images/basket.png) 100% 100% no-repeat;
}
.header-actions a.basket span.product-number {
    height: 15px;
    width: 15px;
    background: #ff5543;
    border-radius: 50%;
    font-size: 12px;
    font-family: 'Rubik-Medium';
    color: #fff;
    text-align: center;
    line-height: 17px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.header-actions a.entrance {
    background: url(/bitrix/templates/cratch/images/user.png) 100% 0 no-repeat;
    background-size: 33px 65px;
    padding-right: 45px;
    color: #898989;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.header-actions a.entrance:hover {
    background: url(/bitrix/templates/cratch/images/user.png) 100% 100% no-repeat;
    color: #f88323;
    text-decoration: none;
}
.header-menu .navbar-nav {
    float: none;
    text-align: center;
}
.header-menu .navbar-nav > li {
    float: none;
    display: inline-block;
    margin:0;
}
.header-menu .navbar-nav > li > a {
    padding: 20px 5px;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
}
.header-menu .nav > li > a:hover, .header-menu .nav > li > a:focus, .header-menu .nav > li > a.selected {
    background-color: transparent;
    color: #f88323;
}
li.actived a {
    color: #f88323 !important;
}
.header-menu .navbar {
    min-height: 20px;
    margin-bottom: 0px;
}
.products {
    width: 100%;
}
.products:after {
    width: 100%;
    display: table;
    content: '';
}
.offer-day:after {
    width: 100%;
    display: table;
    content: '';
}
.offer-day__image {
    position: relative;
    max-width: 390px;
}
.offer-day__image .box {
    width: 100%;
    max-width: 390px;
}
.offer-day__image .pizza {
    position: absolute;
    bottom: 60px;
    left: calc(50% - 160px);
    width: 300px;
    height: 300px;
}
.offer-day_description {
    padding-top: 80px;
}
.offer-day_description p.offer-caption {
    font-size: 2.6em;
    font-family: 'Rubik-Black';
    color: #f88323;
    margin-bottom: 42px;
}
.offer-day_description p.offer-name {
    font-size: 2.1em;
    font-family: 'Podkova-ExtraBold';
    color: #1f1f1f;
    margin-bottom: 15px;
}
.offer-day_description p {
    font-size: 1.3em;
    color: #898989;
}
.input-group {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}
.input-group input {
    border: 0;
    outline: 0;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    padding: 0 0px 0 0;
}
.input-group button.increase {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.input-group span {
    padding-right: 10px;
}
.input-group button.decrease {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    background-color: transparent;
}
.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover {
    background: transparent;
    color: #f88323;
}
.input-group button {
    padding: 0;
    border: none;
    background: transparent;
    outline: 0;
    font-family: 'Rubik-Bold';
    color: #ff5543;
    transition: all 200ms ease;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product-actions {
    margin-top: 30px;
}
.product-number {
    width: 150px;
    display: inline-block;
    vertical-align: middle;
}
.product-number p.price {
    font-size: 1.4em;
    font-family: 'Rubik-Bold';
    color: #1f1f1f;
    margin: 0;
}
.in-basket {
    font-family: 'Rubik-Bold';
    padding: 10px;
    border-radius: 23px;
    width: 120px;
    text-align: center;
    margin: 0;
    outline: none;
    color: #1f1f1f;
    border: 4px solid #f88323;
    background: transparent;
    font-size: 1em;
    vertical-align: middle;
    display: inline-block;
    transition: all 200ms ease;
}

.add-product-status {    
    text-align: center;
    padding: 15px 0px;
    color: #f88323;
    box-shadow: 0px 5px 30px 0px rgba(6, 6, 6, 0.5);
    font-size: 18px;
    left: 0;
    width: 100%;
    z-index: 100;
    display: none;
    bottom: 0;
    background-color: #fff;
    position: fixed;
    font-family: 'Rubik-Bold';
}
.in-basket:hover {
    color: #fff;
    text-decoration: none;
    background: #f88323;
    transition: all 200ms ease;
}
.product-unit {
    position: relative;
    z-index: 1;
    background: #fff;
    border-width: 0;
    border-radius: 0;
    transition: all 200ms ease;
    min-height:480px;
}
.page-main .product-unit {
    min-height: 440px;
}
.page-main .catalog-top:first-of-type .product-unit {
    min-height: 330px;
}
.page-main .product-unit__description p.name {    
    min-height: 50px;
}
.product-unit:hover {
    z-index: 2;
}
.product-unit__inner {
    padding: 30px 15px;
    position: absolute;
    width: 100%;
}
.product-unit .product-unit__inner:before {
    opacity: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #ffffff;
    box-shadow: 0px 4px 15px 0px rgba(6, 6, 6, 0.1);
    transition: all 600ms ease;
}
.product-description {
    opacity: 0;
    overflow: hidden;
    height: 0;
    transition: all 600ms ease 0s;
}
.product-unit:hover .product-description {
    opacity:1;
    height:auto;
    transition: all 600ms ease 0s;
}
.product-unit.active .product-description {
    display: block;
}
.product-unit:hover .product-unit__inner {
    transition: all 600ms ease 0s;
}
.product-unit__image {
    max-width: 255px;
    margin: 0 auto;
    text-align: center;
}
.product-unit__image img {
    width: 100%;
}
.product-unit__description {
    margin-top: 20px;
}
.product-unit__description:after {
    content: '';
    display: table;
    width: 100%;
}
.product-unit .product-actions {
    margin-top: 20px;
}
.product-unit__description p.name {
    font-size: 1.3em;
    font-family: 'Podkova-ExtraBold';
    color: #1f1f1f;
    margin-bottom: 10px;
    min-height: 65px;
    transition: all 600ms ease;
}
.product-unit__description p {
    margin-bottom: 10px;
}
.product-unit .product-number {
    width: 125px;
}
.product-dough {
    margin: 0;
}
.product-dough span {
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #f88323;
    margin-bottom: 0;
}
.product-dough__item {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}
.product-dough__object {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'Rubik-Light';
}
.product-dough__object.fat {
    font-family: 'Rubik-Black';
}
.product-dough label {
    font-weight: normal;
    font-family: 'Rubik-Regular';
}
.product-dough__item input[type="radio"] {
    display: none;
}
.product-dough__item label.product-dough__object {
    display: inline-block;
    border-bottom: 1px dotted transparent;
}
.product-dough__item label.blue {
    background-color: blue;
}
.product-dough__item label.cyan {
    background-color: #00ffff;
}
.product-dough__item input[type="radio"]:checked + label.product-dough__object {
    border-bottom: 1px dotted #f88323;
    color: #f88323;
    font-family: 'Rubik-Medium';
}
.product-description p {
    color: #1f1f1f;
    padding: 15px 0 15px;
    margin: 0;
}
.product-unit:hover .product-unit__description p.name{
    color:#f88323;
    transition: all 600ms ease;
}
.footer-info {
    margin-top:30px;
    border-top:1px solid #898989;
    padding:30px 0 5px;
}
.product-unit:hover .product-unit__inner:before {
    opacity: 1;
    transition: all 600ms ease;
}
.footer-info:after {
    content:'';
    display:table;
    width:100%;
}
ul.footer-menu {
    display:block;
}
ul.footer-menu li {
    display:block;
    margin-bottom:20px;
}
ul.footer-menu li a {
    font-size: 1em;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
}
ul.footer-menu li a:hover , ul.footer-menu li a.selected , ul.footer-menu li a:focus {
    color:#f88323;
    text-decoration:none;
}
.order-info p {
    font-family: 'Rubik-Regular';
    color:#1f1f1f;
    margin-bottom:15px;
}
.payment {
    text-align:right;
}
.footer-copy {
    border-top:1px solid #898989;
    padding:30px 0;
}
.footer-info:after {
    content:'';
    display:table;
    width:100%;
}
.copy p {
    margin: 3px 0 0;
    color: #1f1f1f;
}
.copy p a.policy {
    color:#ff5543;
    text-decoration:underline;
}
.copy p a.policy:hover {
    text-decoration:none;
}
.footer-social strong {
    font-size: 1em;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
    font-weight: normal;
    display: inline-block;
    vertical-align: bottom;
}
.footer-social a {
    font-size: 1.2em;
    color: #1f1f1f;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.footer-social a:hover, .footer-social a:focus {
    color:#ff5543;
}	
.footer-development {
    text-align: center;
}
.footer-development span {
    display: block;
    text-align: center;
    color: #1f1f1f;
    margin-bottom: 5px;
}
.main-banner {
    height:420px;
    background-color:#f4f4f4;
    -webkit-box-shadow: inset 0px 10px 20px -10px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 10px 20px -10px rgba(0,0,0,0.2);
    box-shadow: inset 0px 10px 20px -10px rgba(0,0,0,0.2);
    display: table;
    width: 100%;
}
.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.main-banner__text {
    max-width: 500px;
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.main-banner__text strong {
    font-size: 3.2em;
    font-family: 'Podkova-ExtraBold';
    color: #f88323;
    font-weight: normal;
    display: block;
    margin: 0 auto 50px;
    max-width: 450px;
}	
.main-banner__text p {
    font-family: 'Rubik-Regular';
    color:#ff5543;
    margin:0;
    font-size:2.2em;
}	
.main-promo__block {
    height:400px;
    display: table;
    width: 100%;
}
.promo-text {
    max-width: 500px;
    margin: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.promo-text strong {
    font-size: 3.2em;
    font-family: 'Podkova-ExtraBold';
    color: #f88323;
    font-weight: normal;
    display:block;
    margin-bottom:50px;
}	
.promo-text p {
    font-family: 'Rubik-Regular';
    color:#ff5543;
    margin:0;
    font-size:2.2em;
}	
.white-block {
    background: #fff;
    max-width: 1260px;
    margin: auto;
    position:relative;
}
.gray-block {
    background:#f4f4f4;
}
footer .white-block:before {
    content:'';
    position:absolute;
    bottom:0px;
    left:-130px;
    height:92px;
    width:130px;
    background:url(/bitrix/templates/cratch/images/pizza3.png) 0 0 no-repeat;
}
.error {
    text-align:center;
    padding-bottom:30px;
}
.error img {
    position: relative;
    z-index: -1;
    vertical-align: bottom;
}
.error span {
    font-size: 20em;
    font-family: 'Rubik-Medium';
    color: #898989;
}
.error p {
    font-size: 2.8em;
    font-family: 'Rubik-Bold';
    color: #898989;
}
.rubric {
    padding:30px 0;
}
.rubric-unit {
    margin-bottom:50px;
    overflow:hidden;
}
.rubric-unit__description {
    padding: 20px 0;
}
.rubric-unit__description p {
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #898989;
    margin:0;
}
.rubric-unit__description a.link {
    font-size: 1.4em;
    font-family: 'Podkova-ExtraBold';
    color: #1f1f1f;
    display: inline-block;
    min-height: 75px;
    margin-bottom: 15px;
}
.rubric-unit img {
    width:100%;
}
.pagination {
    width: 100%;
    margin: 50px 0;
    text-align: center;
}
.pagination ul li {
    display: inline-block;
}
.pagination ul li a {
    color: #000;
    display: block;
    text-align: center;
    font-size: 1.6em;
    font-family: 'Podkova-ExtraBold';
    border-top: 2px solid transparent;
    border-radius: 0;
    padding: 5px 7px;
    margin: 0 5px;
}
.pagination ul li a:hover, .pagination ul li a.active {
    text-decoration: none;
    border-top: 2px solid #f88323;
}
.text {
    padding:20px 0;
}
.text__image {
    width:100%;
    display:block;
    margin-bottom:40px;
}
.text h1 {
    margin:40px 0 30px;
}
.text p {
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #1f1f1f;
    line-height: 1.8;
    margin-bottom:10px;
}
.text p strong {
    font-family: 'Rubik-Medium';
    font-weight:normal;
}
.text p a {
    color:#ff5543;
    text-decoration:underline;
}
.text p a:hover {
    color:#ff5543;
    text-decoration:none;
}
.text h2 {
    margin:40px 0 30px;
}
.text h3 {
    margin:20px 0 10px;
}
.text h4 {
    margin:30px 0 0;
    font-family: 'Rubik-Medium';
    font-size:1.5em;
}
.text h5 {
    margin:40px 0 30px;
    font-family: 'Rubik-Medium';
    font-size:2em;
}
.text h6 {
    margin:40px 0 30px;
    font-size:1.4em;
}
.text ul {
    display:block;
    margin:30px 0;
    padding-left:20px;
    max-width:800px;
}
.text ul li {
    font-size: 1.1em;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
    line-height: 1.8;
    display:block;
    margin-bottom:20px;
    padding-left:20px;
    position:relative;
}
.text ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff5543;
}
.text ol {
    display:block;
    margin: 30px 0;
    padding: 0 0 0 20px;
    counter-reset: list-name;
    max-width:800px;
}
.text ol li {
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #1f1f1f;
    line-height: 1.8em;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.text ol li:before {
    counter-increment: list-name;
    content: counter(list-name) ". ";
    color: #ff5543;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Rubik-Bold';
}
.text table {
    width:100%;
    max-width:800px;
    margin:30px 0;
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #898989;
}
.text table td {
    padding:7px 0px;
}
.text table td:nth-of-type(1) {
    padding:7px 0px;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
}
.text table tr:nth-of-type(1) {
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
}
.text table tr:nth-of-type(1) td {
    padding-bottom:20px;
}
.authorization {
    padding:50px 0;
    max-width:280px;
    margin:0 auto;
}
.form-block h1 {
    font-size: 1.8em;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
    margin-bottom:40px;
}
.form-block form label {
    display: block;
    margin: 0;
    font-weight: normal;
    font-family: 'Rubik-Regular';
    font-size: 12px;
    text-transform: uppercase;
    color: #f88323;
}
.form-control {
    display: block;
    font-family: 'Rubik-Regular';
    width: 100%;
    color: #1f1f1f;
    font-size: 12px;
    padding: 10px 0;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #1f1f1f;
    -moz-appearance: none;
    border-radius: 0px;
    box-shadow: none;
    height: auto;
}
.form-block ::-webkit-input-placeholder {color: #898989;}
.form-block ::-moz-placeholder {color: #898989;}
.form-block :-moz-placeholder {	color: #898989;}
.form-block :-ms-input-placeholder {color: #898989;}
.form-control:focus {
    border-color: #f88323;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-block .form-group {
    margin-bottom: 30px;
    max-width:280px;
}
.form-button {
    font-family: 'Rubik-Bold';
    padding: 10px 15px;
    border-radius: 25px;
    min-width: 100px;
    text-align: center;
    margin: 0;
    outline: none;
    color: #1f1f1f;
    border: 4px solid #f88323;
    background: transparent;
    font-size: 1em;
    vertical-align: middle;
    display: inline-block;
    transition: all 200ms ease;
}
.form-button:hover {
    color: #fff;
    text-decoration: none;
    background: #f88323;
    transition: all 200ms ease;
}
.doing {
    display: inline-block;
    width: 150px;
    margin-left: 15px;
    vertical-align: middle;
}
.doing a.check {
    font-size: 1em;
    font-family: 'Rubik-Medium';
    color: #ff5543;
    padding: 0;
}
.doing a.password {
    font-size: 1em;
    font-family: 'Rubik-Regular';
    color: #898989;
}
.doing span.unit {
    display:block;
    margin:5px 0;
}
.check {
    padding:50px 0;
    max-width:600px;
    margin:0 auto;
}
.form-unit {
    overflow: hidden;
}
.captcha {
    margin:10px 0 20px;
}
.basket {
    padding:50px 0;
}
.basket:after {
    content:'';
    display:table;
    width:100%;
}
.basket table {
    width:100%;
    text-align: center;
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #898989;
}
.basket table tr:nth-child(2n+1) {    
    box-shadow: 0px 0 15px 0px rgba(6, 6, 6, 0.1);
}
.basket table th {
    padding: 10px 0;
}
#basket_quantity_control .input-group {
    border: 1px solid #f4f4f4;
    border-radius: 35px;
    padding: 10px;
}
.basket table img {
    max-height:100px;
}
.basket table td {
    padding:25px 0 !important;
    border-bottom:0px !important;
    vertical-align: middle;
}
.basket table td:nth-of-type(1) {
    width:150px;
}
.basket table td:nth-of-type(2) {
    width:30%;
    text-align:left;
    padding:25px;
}
.basket table strong {
    font-size: 1.3em;
    font-family: 'Rubik-Bold';
    color: #1f1f1f;
    font-weight: normal;
    display:block;
    margin-bottom:10px;
}
.basket table a.pruduct-delete {
    color: #898989 !important;
    font-family: 'Rubik-Medium';
    font-size: 14px !important;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f4f4f4;
    line-height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    text-align:center;
}
.basket table a.pruduct-delete:hover, .basket table a.pruduct-delete:active {
    background:#ff5543 ;
    color:#fff !important;
    text-decoration:none;
}
.basket table a.pruduct-delete:focus {
    text-decoration:none;
}
.basket-delivery {
    text-align:center;
}
.basket-delivery p.delivery {
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #f88323;
    padding: 10px;
    background: #fef2e9;
    display: inline-block;
}
.basket-delivery p.delivery .fa {
    font-size: 1.6em;
    vertical-align: middle;
    margin-right: 10px;
}
.basket-order {
    padding:20px 0;
}
.basket-order:after {
    content:'';
    width:100%;
    display:table;
}
.basket-order__promo {
    background:#fef2e9;
    padding:15px;
}
.basket-order__promo label {
    font-size: 12px;
    font-family: 'Rubik-Regular';
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight:normal;
    display:block;
}
.basket-order__promo .form-control {
    color: #f88323;
    border:0px;
    border-bottom: 1px solid #f88323;
    background:transparent;
    width: 78%;
    display: inline-block;
}
.basket-order__promo .bx_bt_button, .basket-order__promo .bx_bt_button:active {
    background: none!important;
    text-shadow: none!important;
    color: #f88323!important;
    width: 20%;
    display: inline-block;
}
.bx_ordercart_coupon {
    margin-top: 10px;
}
.bx_ordercart_coupon input {
    padding: 5px;
    box-shadow: none!important;
    font-weight: normal!important;
}
.errortext {
    display: block;
    text-align: center;
}
.basket-order__promo ::-webkit-input-placeholder {color: #f88323;}
.basket-order__promo ::-moz-placeholder {color: #f88323;}
.basket-order__promo :-moz-placeholder {	color: #f88323;}
.basket-order__promo :-ms-input-placeholder {color: #f88323;}
.basket-order__result {
    text-align:right;
}
.basket-order__result p.result {
    font-size: 1.3em;
    font-family: 'Rubik-Bold';
    color: #1f1f1f;
    margin-bottom: 30px;
}
.points p {
    font-size: 1.1em;
    font-family: 'Rubik-Regular';
    color: #898989;
    margin-bottom: 0;
}
.points p span.value {
    color: #ff5543;
}
.points p .fa {
    font-size: 1.4em;
    vertical-align: middle;
    margin-left: 10px;
    cursor:pointer;
}
.points p .fa:hover {
    color:#f88323;
}
#showhint.focus {
    color:#f88323;
}
.basket-to-order {
    text-align:right;
}
.other-products {
    overflow: hidden;
    padding-top: 30px;
}
.other-products__block {
    padding:0 0 50px 0;
}
.other-products__block img {
    margin:0 auto 40px;
    display:block;
}
.other-products__block p.other-products__caption {
    font-size: 1.6em;
    font-family: 'Podkova-ExtraBold';
    color: #1f1f1f;
    transition:all 200ms ease;
}
.other-products__block .product-number {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}
.other-products__block:hover p.other-products__caption {
    color: #f88323;
}
.other-products h2 {
    font-size:2.2em;
}
.hint {
    width:400px;
    background:#fef2e9;
    position:absolute;
    bottom:25px;
    right:0;
    color:#f88323;
    font-size:14px;
    font-family: 'Rubik-Regular';
    padding:30px;
    text-align:left;
    display:none;
}
.points {
    position:relative;
}
.active-hint {
    display:block;
}
.hintclose {
    position: absolute;
    top: 0;
    right: 0;
    color: #f88323;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Rubik-Black';
    opacity:0.9;
    transition:all 200ms ease;
    cursor:pointer;
}
.hintclose:hover {
    opacity:1;
}
.fixed-block__basket .hint {
    width: 250px;
    bottom: -70px;
    color: #f88323;
    font-size: 15px;
    padding: 15px;
    text-align: center;
}
.fixed-block__basket .hint:before {
    content: '';
    width: 24px;
    height: 24px;
    color: #f88323;
    top: -12px;
    right: 13px;
    position: absolute;
    transform: rotate(45deg);
    background: #fef2e9;
}
.fixed-block {
    box-shadow: 0px 5px 30px 0px rgba(6, 6, 6, 0.15);
    width: 100%;
    background: #fff;
    padding: 0;
    position: fixed;
    top: -150px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 600ms ease;
    z-index:1000;
}
.fixed-block__menu .navbar {
    min-height: 20px;
    margin-bottom: 0;
}
.fixed-block__menu .navbar-nav {
    float: none;
    text-align: center;
}
.fixed-block__menu .navbar-nav > li {
    float: none;
    display: inline-block;
    margin:0;
}
.fixed-block__menu .navbar-nav > li > a {
    padding: 20px 15px;
    font-family: 'Rubik-Medium';
    color: #1f1f1f;
}
.fixed-block__menu .nav > li > a:hover, .fixed-block__menu .nav > li > a:focus, .fixed-block__menu .nav > li > a.selected {
    background-color: transparent;
    color: #f88323;
}
.fixed-block__basket {
    display:inline-block;
    vertical-align:middle;
    position: relative;
}
.fixed-block__basket a.basket {
    height: 30px;    
    width: 115px;
    background: url(/bitrix/templates/cratch/images/basket.png) 100% 0px no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
    padding: 0;
}
.fixed-block__basket a.basket:hover {
    background: url(/bitrix/templates/cratch/images/basket.png) 100% 100% no-repeat;
}
.fixed-block__basket a.basket span.product-number {
    height: 15px;
    width: 15px;
    background: #ff5543;
    border-radius: 50%;
    font-size: 12px;
    font-family: 'Rubik-Medium';
    color: #fff;
    text-align: center;
    line-height: 17px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20px;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.fixed-block__basket a.basket:hover span.product-number {
    background: #1f1f1f;
    -moz-transition: 0.4s 0.05s ease;
    -o-transition: 0.4s 0.05s ease;
    -webkit-transition: 0.4s 0.05s ease;
    transition: 0.4s 0.05s ease;
}
.fixed-block__menu {
    display: inline-block;
    vertical-align: middle;
}
.sticky {
    transition: all 600ms ease;
    top: 0;
}
p.promo-captoin {
    font-size: 1.4em;
    font-family: 'Podkova-ExtraBold';
    color: #1f1f1f;
    margin-bottom:20px;
}
.fixed-block__menu .bx_catalog_text {
    margin-bottom: 0;
}
.bx_catalog_text {
    margin-bottom: 15px;
}
.product-item-image-alternative {
    display: none;
}
.product-item-image-original {
    display: none;
}
.bx_ordercart .bx_ordercart_order_table_container {
    border: 0px;
}
.basket thead {
    display: none;
}

@media only screen and (min-width: 768px) {
    .basket-order {
        position: fixed;
        bottom: 0;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 100%;
        border-top: 2px solid #f88323;
        box-shadow: 0px -10px 15px 0px rgba(6, 6, 6, 0.1);
    }
}
@media only screen and (max-width: 1199px) {
    .header-menu .navbar-nav > li > a {
        padding: 20px 6px;
    }
    .product-unit__image {
        max-width: 275px;
    }	
    h1 {
        font-size: 3em;
    }
    .product-number p.price {
        font-size: 1.3em;
    }
    .product-unit .product-number {
        width: 95px;
    }
    .in-basket {
        width: 110px;
    }
    .rubric-unit__description a.link {
        min-height: 40px;
    }
    .rubric-unit {
        height: auto;
    }
    .text h1 {
        font-size: 2.8em;
    }
    .text h3 {
        font-size: 2.4em;
    }
    .text h4 {
        font-size: 1.4em;
    }
    .text h5 {
        font-size: 1.8em;
    }
    .other-products__block {
        text-align: center;
    }
    .other-products__block .product-number {
        margin-bottom: 10px;
    }
    .fixed-block__menu .navbar-nav > li > a {
        padding: 20px 10px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .main-banner {
        height: 240px;
    }
    .header-contacts p span.time-mobile {
        display:block;
    }
    .header-actions a.basket {
        width: 110px;
        margin: 0 15px 0 0;
    }
    .header-menu .navbar-nav > li > a {
        padding: 5px 15px;
        margin: 5px 0 0;
    }
    .header-menu {
        margin: 20px 0 10px 0;
    }
    .offer-day__image .pizza {
        bottom: 47px;
        left: calc(50% - 139px);
        width: 260px;
        height: 260px;
    }
    .offer-day_description p.offer-caption {
        font-size: 2.2em;
        margin-bottom: 20px;
    }
    .offer-day_description p.offer-name {
        font-size: 2em;
    }
    .offer-day_description {
        padding-top: 40px;
    }
    .product-unit {
        margin-top: 30px;
        min-height: 530px;
    }
    .product-unit__description p.name {
        font-size: 1.2em;
        min-height: 30px;
    }
    .product-number p.price {
        font-size: 1.2em;
    }
    .product-unit .product-actions {
        text-align: center;
    }
    .page-main .product-unit {
        min-height: 470px;
    }
    .in-basket {
        margin-top: 10px;
    }
    .product-unit__description {
        text-align: center;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .copy p {
        font-size: 0.9em;
    }
    .footer-copy {
        border-top: 1px solid #898989;
        padding: 15px 0;
    }
    .footer-info {
        margin-top: 30px;
        border-top: 1px solid #898989;
        padding: 20px 0 0px;
    }
    .main-banner__text {
        display: block;
        padding: 50px 0;
    }
    .main-banner__text strong {
        font-size: 3em;
        margin-bottom: 15px;
    }
    .main-banner__text p {
        font-size: 2em;
    }
    .error span {
        font-size: 16em;
    }
    .error img {
        max-width: 300px;
    }
    .error p {
        font-size: 2em;
    }
    h1 {
        font-size: 2.6em;
    }
    .rubric {
        padding: 50px 0;
    }
    .text h1 {
        font-size: 2.6em;
    }
    .text h3 {
        font-size: 2.2em;
    }
    .text h4 {
        font-size: 1.8em;
    }
    .text h5 {
        font-size: 1.6em;
    }
    .text h6 {
        font-size: 1.3em;
    }
    .other-products h2 {
        font-size: 2em;
    }
    .other-products__block {
        height: 300px;
    }
    .other-products h2 {
        font-size: 1.8em;
        text-align: center;
    }
    .basket table td:nth-of-type(2) {
        width: 40%;
        padding: 20px !important;
    }
    .fixed-block__menu .navbar-nav > li > a {
        padding: 7px 20px;
        font-size: 14px;
        margin: 5px 0 0
    }
    .fixed-block__menu {
        width: 90%;
        padding: 0 0 5px;
    }
    .sticky .fixed-block__basket {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-header {
        background: #ff5543;
    }
    .sticky .navbar-header {
        background: #fff;
    }
    .sticky .navbar-toggle .icon-bar {
        background: #000;
    }
    .header-menu-cat-title {
        color: #fff;
        padding: 15px 10px 15px 20px;
        font-size: 15px;
        display: block;
        float: left;
    }
    .header-logo {
        text-align: center;
    }
    .header-actions {
        text-align: center;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .header-menu .navbar-nav > li {
        display: block;
    }
    .offer-day__image {
        max-width: 260px;
        margin: auto;
    }
    .offer-day_description {
        padding-top: 20px;
        max-width: 480px;
        margin: auto;
        text-align: center;
    }	
    .offer-day_description p.offer-caption {
        font-size: 2em;
    }
    .offer-day_description p.offer-name {
        font-size: 1.6em;
    }
    .offer-day_description p {
        font-size: 1.2em;
    }
    .offer-day__image .pizza {
        bottom: 35px;
        left: calc(50% - 113px);
        width: 210px;
        height: 210px;
    }
    footer {
        text-align: center;
    }
    .payment {
        text-align: center;
        margin: 10px 0;
    }
    .footer-development {
        text-align: center;
        margin: 10px 0 0;
    }
    .copy {
        margin: 10px 0;
    }
    .product-unit {
        margin-top: 10px;
    }
    .main-banner__text strong {
        font-size: 2.2em;
        margin-bottom: 15px;
    }	
    .main-banner__text p {
        font-size: 1.8em;
    }
    .main-banner {
        background: #f4f4f4;
        height:auto;
    }
    .promo-text strong {
        font-size: 2.1em;
        margin-bottom: 15px;
    }
    .promo-text p {
        font-size: 1.8em;
    }
    .main-promo__block {
        height: auto;
        display: block;
        width: 100%;
        padding: 40px 0;
    }
    .promo-text {
        display: block;
    }
    .error span {
        font-size: 6em;
    }
    .error img {
        max-width: 150px;
    }
    .error p {
        font-size: 1.6em;
        margin: 10px 0 0 0;
    }
    .pagination {
        margin: 20px 0;
    }
    .rubric-unit {
        margin-bottom: 30px;
    }
    h1 {
        font-size: 2em;
        margin-bottom:30px;
    }
    .text {
        padding: 40px 0 20px;
    }
    .text h1 {
        font-size: 2.2em;
    }
    .text h3 {
        font-size: 1.8em;
    }
    .text h4 {
        font-size: 1.6em;
    }
    .text h5 {
        font-size: 1.4em;
    }
    .text h6 {
        font-size: 1.2em;
    }
    .text ul {
        padding-left: 0;
    }
    .text ol {
        padding-left: 0;
    }
    .text table td {
        display: block;
        width: 100%;
    }
    .text table tr:nth-of-type(1) {
        display: none;
    }
    .text table tr {
        border-bottom:1px solid #eee;
    }
    .text table tr:last-child {
        border-bottom:0px;
    }
    .check {
        max-width:280px;
    }
    .basket table td {
        width: 100% !important;
        display:block;
        padding: 10px 0 !important;
        text-align:center !important;
    }
    .basket h1 {
        text-align:center;
    }
    .basket table tr {
        border-top:1px solid #eee;
    }
    .basket-delivery p.delivery {
        font-size: 1em;
    }
    .basket-order__result {
        text-align: center;
        margin: 25px 0;
    }
    .basket-to-order {
        text-align: center;
    }
    .hint {
        width: 290px;
        right: calc(50% - 145px);
    }
    .other-products__block {
        height: auto;
    }
    .basket-order__promo {
        text-align: center; 
    }	
    .basket-order__promo .form-control {
        text-align: center;
    }
    .fixed-block__menu .navbar-toggle {
        float: left;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .fixed-block__basket {
        position: absolute;
        top: 8px;
        right: 15px;
    }
    .fixed-block__menu .navbar-nav > li {
        float: none;
        display: block;
    }
    .navbar-nav {
        margin: 0;
    }
}
.logictim_bonus_block p {
    font-size: 1.3em;
    color: #f88323;   
}

.section_tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.section_tags .title_tag {
    padding: 10px;
    margin: 0 5px 10px;
    background: #f0f0f0;
    border-radius: 5px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/headerCart/style.css?17684596454227 */
/* /bitrix/templates/.default/components/bitrix/catalog.section.list/catalog_menu/style.css?17684596457151 */
/* /bitrix/templates/.default/components/bitrix/news/banner-main/bitrix/news.list/.default/style.css?1768459645150 */
/* /bitrix/templates/.default/components/bitrix/menu/bottom-menu/style.css?1768459644581 */
/* /bitrix/templates/.default/components/bitrix/sale.basket.basket.line/floatHeaderCart/style.css?17684596454227 */
/* /bitrix/templates/cratch/template_styles.css?176845964738797 */
