

/* Start:/local/templates/catering/components/bitrix/menu/top-menu/style.css?1616467370583*/
/* 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(/local/templates/catering/components/bitrix/menu/top-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:/local/templates/catering/components/bitrix/menu/bottom-menu/style.css?1496978266583*/
/* 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(/local/templates/catering/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:/local/templates/catering/template_styles.css?165275443713743*/
.vacancy_button_block {
	text-align: center;
}

.vacancy_button_block input[type="submit"] {
	margin-top: 10px;
	background: #007bb4;
	color: #fff;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	width: 150px;
	height: 26px;
}

.vacancy_button_block .webform-field-upload {
	width: 100%;
}

.vacancy_button_block .webform-button-upload {
	background: #007bb4;
	color: #fff;
	border-radius: 6px;
	padding-left: 10px;
	padding-right: 10px;
}

.vacancy_button_block .webform-button-upload:before,
	.vacancy_button_block .webform-button-upload:after {
	background: none;
	width: 0px
}

.product-item__bottom__buy {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 36px;
	left: 0;
	background: url("/local/templates/catering/images/catalog-buy-button.png") no-repeat top center;
	z-index: 2;
	font-size: 14px;
	font-family: "Open Sans", Candara, sans-serif;
	font-weight: 600;
	box-sizing: border-box;
	padding-left: 35px;
	color: rgb(255, 255, 255);
	top: -36px;
	transition: top 0.3s ease;
}

.contacts-top__phone {
	font-size: 18px !important;
	display: inline-block;
	/* margin-top: -17px; */
}

.product-item__bottom {
	overflow: hidden;
}

.product-item:hover .product-item__bottom__buy {
	top: 0;
	transition: top 0.3s ease;
}

.contacts-top {
	float: none !important;
	position: absolute !important;
	right: 440px;
	top: 50px;
}

.cart-top {
	position: absolute;
	right: 0;
	top: 55px;
	width: 285px;
	min-height: 85px;
	background: url("/local/templates/catering/images/cart-icon.png") no-repeat 20px 20px;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 5px;
	background-color: transparent;
	transition: all 0.3s ease;
	cursor: pointer;
}

.cart-top:hover {
	background-color: #fff;
	border: 1px solid #d0d0d0;
	transition: all 0.3s ease;
	box-shadow: 0 15px 79px 2px rgba(0, 0, 0, 0.8);
}

.cart-top:hover .cart-top__list {
	display: block;
}

.cart-top__total-text:first-child {
	margin-top: 17px;
}

.cart-top__total-text {
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	margin-left: 70px;
	display: inline-block;
}

.cart-top__list {
	width: 100%;
	border-top: 1px solid #d0d0d0;
	display: none;
	margin-top: 20px;
	padding-top: 20px;
	color: #000;
}

.cart-top__list__item {
	display: block;
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}

.cart-top__list__item__image {
	width: 42px;
	height: 42px;
	border-radius: 21px;
	display: inline-block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	background-size: cover;
	background-position: center;
	background-image: url("/local/templates/catering/images/no-image.png");
}

.cart-top__list__item__name {
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1.5;
	padding-top: 4px;
	display: inline-block;
	float: left;
	width: 145px;
	overflow: hidden;
	height: 36px;
}

.cart-top__list__item__counter {
	height: 41px;
	width: 35px;
	display: inline-block;
	float: left;
	position: relative;
}

.cart-top__list__item__counter .counter {
	width: 35px;
	height: 21px;
	border: 1px solid orange;
	border-radius: 3px;
	text-align: center;
	margin-top: 8px;
}

.cart-top__list__item__counter .counter-up {
	position: absolute;
	top: 0;
	background-image: url("/local/templates/catering/images/ic_dropdown.png");
	width: 10px;
	height: 5px;
	left: 15px;
	cursor: pointer;
}

.cart-top__list__item__counter .counter-down {
	position: absolute;
	bottom: 0;
	background-image: url("/local/templates/catering/images/ic_dropdown.png");
	width: 10px;
	height: 5px;
	left: 15px;
	transform: rotateX(180deg);
	cursor: pointer;
}

.cart-top__list__item__delete {
	display: inline-block;
	float: left;
	height: 9px;
	width: 9px;
	background-image: url(/local/templates/catering/images/ic_close.png);
	margin-left: 15px;
	margin-top: 15px;
}

.cart__title {
	font-size: 24px;
	font-family: "Candara", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	line-height: 0.75;
}

.cart {
	color: #000;
}

.cart table {
	width: 100%;
}
/*Обычная корзина*/
.cart__list__item__counter {
	height: 41px;
	width: 35px;
	display: inline-block;
	float: left;
	position: relative;
}

.cart__list__item__counter .counter {
	width: 35px;
	height: 21px;
	border: 1px solid orange;
	border-radius: 3px;
	text-align: center;
	margin-top: 8px;
}

.cart__list__item__counter .counter-up {
	position: absolute;
	top: 0;
	background-image: url("/local/templates/catering/images/ic_dropdown.png");
	width: 10px;
	height: 5px;
	left: 15px;
	cursor: pointer;
}

.cart__list__item__counter .counter-down {
	position: absolute;
	bottom: 0;
	background-image: url("/local/templates/catering/images/ic_dropdown.png");
	width: 10px;
	height: 5px;
	left: 15px;
	transform: rotateX(180deg);
	cursor: pointer;
}

.cart__list__item__delete {
	display: inline-block;
	float: left;
	height: 9px;
	width: 9px;
	background-image: url(/local/templates/catering/images/ic_close.png);
	margin-left: 15px;
	margin-top: 15px;
}

.cart__list__item {
	width: 100%;
	min-height: 130px;
	transition: all 0.3s ease;
}

.cart__list__item:hover {
	box-shadow: 0 15px 79px 2px rgba(0, 0, 0, 0.8);
}

.cart__list__item__image {
	width: 90px;
	height: 90px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	box-sizing: border-box;
	border: 1px solid #d87924;
	margin-left: 25px;
	background-size: cover;
	background-position: center;
	display: inline-block;
	float: left;
	background-image: url("/local/templates/catering/images/no-image.png");
}

.cart__list__item__name {
	height: 130px;
	display: table-cell;
	vertical-align: middle;
	width: 325px;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 18px;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	line-height: 1;
	box-sizing: border-box;
}

.cart__list__item__price {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	padding-left: 25px;
	padding-right: 25px;
	max-width: 100px;
}

.cart__list__item__del {
	display: inline-block;
	float: left;
	height: 9px;
	width: 9px;
	background-image: url(/local/templates/catering/images/ic_close.png);
	margin-top: 7px;
	cursor: pointer;
	margin-right: 5px;
}

.cart__list__total {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: 600;
	text-align: right;
}

.cart__arrow-down {
	width: 100%;
	background-image: url("/local/templates/catering/images/cart-arrow-down.png");
	height: 21px;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 45px;
	margin-bottom: 70px;
}

.cart__hr-line {
	height: 1px;
	border: none;
	width: 100%;
	background-color: #e5e5e5;
	margin-bottom: 30px;
}

.cart__form__title {
	font-size: 24px;
	font-family: "Candara", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	line-height: 0.75;
}

.cart__form__container {
	display: table;
	width: 100%;
	margin-top: 40px;
}

.cart__form__column {
	display: table-cell;
	width: 50%;
}

.cart__form__column__row {
	display: table;
	width: 100%;
}

.cart__form__column__row__caption, .cart__form__column__row__field {
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-bottom: 20px;
	position: relative;
}

.cart__form__column__row__caption {
	padding-top: 6px;
	text-align: right;
	font-size: 14px;
	font-family: "Candara", sans-serif;
	color: rgb(52, 53, 48);
	padding-right: 8px;
}

.cart__form__column__row__field input {
	width: 100%;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	height: 28px;
	padding-left: 5px;
	box-sizing: border-box;
	outline: none;
	font-size: 14px;
	font-family: "Candara", sans-serif;
	color: rgb(52, 53, 48);
}

.cart__form__column__row__field textarea {
	width: 100%;
	height: 74px;
	resize: none;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	box-sizing: border-box;
	outline: none;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 14px;
	font-family: "Candara", sans-serif;
	color: rgb(52, 53, 48);
}

.cart__form__column__row__field__invalid {
	left: 6px;
	position: absolute;
	top: 7px;
	font-size: 12px;
	font-family: "Candara", sans-serif;
	color: rgb(212, 100, 0);
	font-style: italic;
	z-index: -1;
	background-color: transparent;
}

.cart__form__column__row__field input:invalid {
	border-color: #d46400;
	background-color: transparent;
}

.cart__submit {
	border-width: 1px;
	border-color: #d46400;
	border-style: solid;
	background-color: #d46400;
	width: 216px;
	height: 58px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	font-family: "Candara", sans-serif;
	color: rgb(255, 255, 255);
	float: right;
	cursor: pointer;
}

.cart__submit:hover {
	border-color: #924500;
}

.cart__submit:active {
	background-color: #bc5901;
	border-color: rgb(146, 69, 0);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.35);
}

.thanks {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 99;
	display: none;
	top: 0;
	left: 0;
}

.thanks__popup__close {
	background-image: url("/local/templates/catering/images/thanks-close.png");
	width: 22px;
	height: 22px;
	position: absolute;
	display: inline-block;
	cursor: pointer;
	right: 10px;
	top: 10px;
}

.thanks__popup {
	width: 640px;
	height: 265px;
	background-color: #007bb4;
	border-radius: 10px;
	margin: 0 auto;
	margin-top: 150px;
	box-shadow: 0 15px 79px 2px rgba(0, 0, 0, 0.8);
	background-image: url("/local/templates/catering/images/thanks-clock-bg.png");
	background-repeat: no-repeat;
	background-position: center 27px;
	position: relative;
}

.thanks__popup__text {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 90px;
	font-size: 24px;
	font-family: "Candara", sans-serif;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	padding-left: 45px;
	box-sizing: border-box;
	padding-right: 45px;
	font-weight: lighter;
}

.thanks__popup__text:first-line {
	font-size: 30px;
	font-family: "Candara", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 500;
	line-height: 2;
}

.add2cart {
	border-width: 1px;
	border-color: #d46400;
	border-style: solid;
	background-color: #d46400;
	width: 216px;
	height: 58px;
	box-sizing: border-box;
	border-radius: 10px;
	font-size: 18px;
	font-weight: 500;
	font-family: "Candara", sans-serif;
	color: rgb(255, 255, 255);
	float: right;
	cursor: pointer;
	line-height: 58px;
	text-align: center;
	transition: all 0.3s ease;
}

.add2cart:hover {
	border-color: #924500;
}

.add2cart:active {
	background-color: #bc5901;
	border-color: rgb(146, 69, 0);
	box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.35);
}

.preloader {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	background-image: url("/local/templates/catering/images/fancybox_loading@2x.gif");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 99;
	display: none;
}

.red-theme .logo {
	background-image: url('/local/templates/catering/images/red/logo.png');
	background-position: center;
	background-size: contain;
}

.red-theme .header-menu {
	background-color: #d50032 !important;
}

.red-theme .contacts-top__phone {
	color: #a11932 !important;
}

.red-theme .contacts-top__icon {
	background-image: url(/local/templates/catering/images/red/header-contacts.png) !important;
}

.red-theme .header-top {
	border-top-color: #d50032 !important;
}

.red-theme .header-menu:before {
	background: url(/local/templates/catering/images/red/header-menu-left.png) no-repeat;
}

.red-theme .header-menu:after {
	background: url(/local/templates/catering/images/red/header-menu-right.png) no-repeat;
}

.red-theme .cat-menu>li>a {
	background-color: #d50032 !important;
}

.red-theme .sidebar {
	border-color: #d50032 !important;
}

.red-theme .sidebar:before {
	background-color: #d50032 !important;
}

.red-theme .sidebar:after {
	background-image: url(/local/templates/catering/images/red/sidebar-vert-arrow.png);
}

.red-theme .header-menu__main>li:hover ul {
	background-color: #8a021b !important;
}

.red-theme .has-children:hover:after {
	border-top-color: #8a021b !important;
}

.red-theme .header-menu__main>li:hover>a {
	background-color: #8a021b !important;
}

.red-theme .dropdown {
	background-color: #8a021b !important;
}

.red-theme .dropdown li:hover {
	background-color: #d50032 !important;
}

.red-theme .product-item__title {
	background-color: #d50032 !important;
}

.red-theme .product-item__title:before {
	background-image: url(/local/templates/catering/images/red/product-wavesx2.png) !important;
}

.red-theme .product-item__title:after {
	background-image: url(/local/templates/catering/images/red/product-item-triangle.png) !important;
}

.red-theme .product-item__bottom {
	background-image: url(/local/templates/catering/images/red/product-item__bottom.png);
}

.red-theme .products-pagination .pagination-left, .red-theme .products-pagination .pagination-right
	{
	background-color: #d50032 !important;
}

.red-theme .products-pagination li {
	background-color: #8a021b !important;
	border-color: #d50032 !important;
}

.red-theme .footer-mail-icon {
	background-image: url('/local/templates/catering/images/red/contact-red.png');
}

.red-theme footer {
	background-color: #8a021b !important;
}

.cart__form__rules-container {
	height: 195px;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	padding: 10px;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 20px;
}

.cart__form__rules-container::-webkit-scrollbar {
	width: 13px;
	background-color: transparent;
	padding-right: 3px;
}

.cart__form__rules-container::-webkit-scrollbar-thumb {
	background-color: #0b91cf;
	border-radius: 4px;
}

.cart__submit:disabled {
	opacity: 0.7;
}

.cart__form__confirm-rules input {
	display: none;
}

.cart__form__confirm-rules {
	font-size: 14px;
	font-family: "Candara", sans-serif;
	color: rgb(0, 0, 0);
	font-weight: bold;
	margin-bottom: 20px;
}

.cart__form__confirm-rules input+span {
	width: 18px;
	height: 18px;
	background-image: url("/local/templates/catering/img/checkbox.png");
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.cart__form__confirm-rules input:checked+span {
	background-position: right !important;
}
/* End */
/* /local/templates/catering/components/bitrix/menu/top-menu/style.css?1616467370583 */
/* /local/templates/catering/components/bitrix/menu/bottom-menu/style.css?1496978266583 */
/* /local/templates/catering/template_styles.css?165275443713743 */
