

/* Start:/bitrix/templates/empty_redesign/components/bitrix/news.list/offer-list/style.css?17038325733011*/
.slide-menu{
	margin-bottom: 30px;
	height: 40px;
}

.slide-menu.sticky ul{
	position: fixed;
	top: 20px;
	z-index: 100;
}
.slide-menu.sticky::after{
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(255,255,255,.9);
    z-index: 9;
    border-bottom: 1px solid #dbdcdc;
}

.slide-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
}

.slide-menu ul li{
	display: inline-block;
	vertical-align: top;
}

.slide-menu ul li .slide-item{
	display: block;
	border: none;
    background: #c7e6ef;
    padding: 10px 20px;
    border-radius: 3px;
    color: #343434;
    font-size: 15px;
    margin-right: 3px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}

.slide-menu ul li .slide-item:hover,
.slide-menu ul li .slide-item.active{
	background: #7b9ca6;
	color: #fff;
}

.order{
	display: inline-block;
    background: #ef446d;
	color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
input[type=submit]{
	display: inline-block !important;
    background: #ef446d !important;
	color: #fff !important;
    padding: 10px 20px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    cursor: pointer;
    -webkit-transition: all .1s linear !important;
    -o-transition: all .1s linear !important;
    transition: all .1s linear !important;
}

.order:hover{
	background: #ca274e !important;
}

#catering .item{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #dbdcdc;
}

#catering .item .order{
	margin-top: 25px;
}

#catering .item:nth-child(odd) .img{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#catering .item:nth-child(even) .img{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}

#order-form input[type=text],
#order-form textarea{
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#order-form input[type=text]{
    /* float: left; */
    display: block;
    width: 373px;
    margin-bottom: 10px;
    border: 1px solid #f0f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#order-form textarea{
    display: block;
    width: 1140px;
    resize: none;
    border: 1px solid #f0f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#order-form .required.error,
.fake-checkbox-container.error .fake-checkbox{
    border: 1px solid #ef446d;
}

#order .message{
    display: none;
    padding-bottom: 20px;
}

#order .message.success{
    color: #05ab05;
}
#order .message.error{
    color: #f5295a;
}
/* End */


/* Start:/bitrix/templates/empty_redesign/components/bitrix/news.list/catering-testimonials/style.css?17038325732515*/
#testimonials-form input[type=text],
#testimonials-form textarea{
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#testimonials-form input[type=text]{
	float: left;
	display: block;
	width: 373px;
	border: 1px solid #f0f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#testimonials-form input[type=text] + input[type=text]{
	margin-left: 10px
}

#testimonials-form textarea{
	display: block;
	width: 1140px;
	resize: none;
	border: 1px solid #f0f1f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#testimonials-form .required.error,
.fake-checkbox-container.error .fake-checkbox{
	border: 1px solid #ef446d;
}

#testimonials .message{
	display: none;
	padding-bottom: 20px;
}

#testimonials .message.success{
	color: #05ab05;
}
#testimonials .message.error{
	color: #f5295a;
}

.fake-checkbox-container{
	display: block;
	margin-top: 18px;
	margin-bottom: 18px;
}

.fake-checkbox-container input[type=checkbox]{
	display: none;
}

.fake-checkbox-container .fake-checkbox{
	display: inline-block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: #f0f1f1;
	position: relative;
	margin-right: 10px;
	border: 1px solid #f0f1f1;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.fake-checkbox-container input[type=checkbox]:checked + .fake-checkbox{
	background: #ef446d;
	border: 1px solid #ef446d;
}

.fake-checkbox-container input[type=checkbox]:checked + .fake-checkbox::before{
    content: "";
    display: block;
    width: 7px;
    height: 4px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 50%;
    margin-left: -4px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fake-checkbox-container .text{
	cursor: pointer;
	user-select: none;
	color:  #777777;
}

.testimonials-list .item{
	background: #c7e6ef;
	border-radius: 3px;
	margin-bottom: 10px;
	padding: 20px 25px;
}

.testimonials-list .item .date{
	color: #777777;
	margin-right: 10px;
	font-size: 14px;
}
.testimonials-list .item .name{
	color: #777777;
	font-size: 14px;
}
.testimonials-list .item p{
	margin-top: 13px;
	margin-bottom: 0;
}
/* End */
/* /bitrix/templates/empty_redesign/components/bitrix/news.list/offer-list/style.css?17038325733011 */
/* /bitrix/templates/empty_redesign/components/bitrix/news.list/catering-testimonials/style.css?17038325732515 */
