.icon {
    display: inline-block;
}

.icon-enter {
    width: 22px;
    height: 25px;
    background: url(../images/sprite-new.png) 0 0 no-repeat;
}

.icon-round {
    width: 29px;
    height: 29px;
}

.icon-point {
    background: url(../images/sprite-new.png) -22px 0 no-repeat;
}

.icon-phone {
    background: url(../images/sprite-new.png) -51px 0 no-repeat;
}

.icon-time {
    background: url(../images/sprite-new.png) -80px 0 no-repeat;
}

.icon-facebook {
    background: url(../images/sprite-new.png) -109px 0 no-repeat;
}

.icon-gplus {
    background: url(../images/sprite-new.png) -138px 0 no-repeat;
}

.icon-twitter {
    background: url(../images/sprite-new.png) -167px 0 no-repeat;
}

.icon-pinterest {
    background: url(../images/sprite-new.png) -196px 0 no-repeat;
}

.main .top-bg {
    background: url(../images/top-img.jpg) center top no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 992px) {
    .head .b_phone .link {
        font-size: 16px;
    }
    .head .b_phone .phone{
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .head .b_phone .link {
        font-size: 13px;
        margin: 0;
    }
    .head .b_phone .phone{
        font-size: 24px;
    }
}

@media screen and (min-width: 767px) {
    .vidget-counter {
        text-align: center;
        position: fixed;
        z-index: 899;
        color: #f5f5dc;
        background: rgba(78, 0, 0, 0.5);
        width: 110px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 13px;
        font-weight: normal;
        margin-left: -160px;
    }
    .vidget-counter p{
        background: #4e0000;
        -webkit-box-shadow: 0, 0, 8px, rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 0, 0, 8px, rgba(0, 0, 0, 0.6);
        box-shadow: 0, 0, 8px, rgba(0, 0, 0, 0.6);
        margin-bottom: 0;
        line-height: 32px;
        color: #a5b725;
        font-weight: bold;
        font-size: 28px;
    }
    .top_line {
        background: #330000;
        padding: 5px 0;
    }
    .top_line .col-md-4 {
        padding: 0 15px;
    }
    .top_menu ul li.item_home {
        background: none;
        margin: 0 10px 0 0;
        line-height: 22px;
    }
    .top_menu ul li.item_home > a:before {
        background: none;
        color: #f5f5dc;
        padding: 0;
    }
    .top_menu ul li {
        margin: 0 10px 0 0;
        line-height: 25px;
        vertical-align: middle;
        color: #f5f5dc;
        font-size: 14px;
    }
    .top_menu ul li:last-child a {
        color: inherit;
    }
    .top_menu ul li a {
        text-decoration: none;
        color: #f5f5dc;
    }
    .top_menu .login {
        background: none;
        padding: 0;
    }
    .top_menu .login li {
        margin: 0 5px;
        line-height: 25px;
        vertical-align: middle;
    }
    .top_menu .login li a {
        color: #f5f5dc;
    }
    .top_menu .login li a:hover,
    .top_menu .login li a:focus {
        color: #d8994e !important;
    }
    .top_menu .login li .icon {
        vertical-align: middle;
    }
    .head {
        padding-top: 20px;
    }
    .head-contacts {
        text-align: center;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        font-size: 18px;
        line-height: 20px;
        color: #330000;
        padding: 5px 15px;
        height: 75px;
    }
    .head-contacts b {
        font-size: 20px;
    }
    .head-contacts p {
        margin: 0;
    }
    .head .col-md-4 {
        width: 33.3%;
    }
    .head .b_phone {
        margin: 5px -15px -15px;
        text-align: center;
        color: #330000;
        min-height: auto;
        height: 170px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px 0 0;
    }
    .head .b_phone .phone span {
        font-size: inherit !important;
    }
    .head .b_phone .phone_label {
        text-align: center;
        color: inherit;
        font-size: 18px;
        font-weight: normal;
        line-height: 1;
        margin-bottom: 30px;
    }
    .head .b_phone .phone {
        width: 100%;
        margin-bottom: 20px;
    }
    .head .b_phone .phone{
        color: inherit;
        word-wrap: normal;
    }
    .head .b_phone .link {
        color: #454545;
    }
    .head .b_search {
        margin: 25px -15px 0;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .head .b_search .label_search {
        color: #330000;
        padding: 0;
    }
    .head .head_logo {
        height: 170px;
        margin: 5px -15px -15px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border-left: 1px solid #330000;
        border-right: 1px solid #330000;
    }
    .head .head_logo .logo {
        height: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-position: center center;
    }
    .head .b_bascet {
        margin: 5px -15px -15px;
        height: 170px;
        padding-top: 40px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
        color: #330000;
    }
    .head .b_bascet .bascet_order {
        font-size: 30px;
        text-decoration: underline;
    }
    .head .b_bascet .bascet_msg {
        font-size: 18px;
        margin: 20px 20px 0;
    }
    .main {
        -moz-background-size: 460px auto;
        -o-background-size: 460px auto;
        background-size: 460px auto;
    }
    #main-banner {
        height: 460px;
    }
    .carousel-inner {
        height: 100%;
    }
    .nav-container {
        background: #330000;
        position: relative;
        z-index: 50;
    }
    .content {
        margin-top: 0;
    }
    .theme .main_menu nav {
        border: none;
        background: none;
    }
    .main_menu nav .nav {
        display: table;
        width: 100%;
        table-layout: auto;
    }
    .main_menu nav ul li {
        float: none;
        display: table-cell;
        width: auto;
        text-align: center;
        vertical-align: middle;
        height: 48px;
    }
    .main_menu nav ul li:before {
        display: none;
    }
    .main_menu nav ul li:hover {
        border-bottom: 0;
    }
    .main_menu nav ul li ul.dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: 3px solid #A5B725;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .main_menu nav ul li ul.dropdown-menu:before {
        color: #A5B725;
        margin-bottom: -5px;
        left: 50%;
        margin-left: -10px;
    }
    .main_menu nav ul li li {
        display: list-item;
        text-align: left;
        height: 36px;
    }
    .main_menu nav ul li li a {
        line-height: 36px;
    }
    .main_menu nav ul li a {
        padding: 0;
        display: block;
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        border-bottom: 0;
    }
    .main_menu nav ul li a:hover {
        background: none !important;
        color: #A5B725;
        border-bottom: none !important;
    }
    .footer {
        border: none;
        height: auto;
        padding-top: 20px;
        height: 310px;
    }
    .footer .footer_inner {
        min-height: 190px;
    }
    .footer .footer_inner .footer_logo {
        margin: 0;
    }
    .footer .footer_inner .soc_icons {
        float: none;
        text-align: center;
        margin-top: 30px;
    }
    .footer .footer_inner .footer_menu {
        border: none;
        margin: 0;
        height: auto;
    }
    .footer .footer_inner .footer_menu li {
        line-height: 21px;
    }
    .footer .footer_inner .footer_menu a {
        color: #f5f5dc;
        font-size: 12px;
    }
    .footer .footer_inner .footer_contact {
        border: none;
        height: auto;
        line-height: 1;
        margin: 0;
    }
    .footer .footer_inner .footer_contact ul {
        padding: 0;
        margin-right: -5px;
    }
    .footer .footer_inner .footer_contact li {
        list-style: none;
        font-size: 12px;
        margin-bottom: 20px;
        padding-left: 40px;
        position: relative;
        line-height: 30px;
        color: #f5f5dc;
    }
    .footer .footer_inner .footer_contact li span {
        display: inline-block;
        line-height: 16px;
        vertical-align: middle;
    }
    .footer .footer_inner .footer_contact li:last-child {
        margin-bottom: 0;
    }
    .footer .footer_inner .footer_contact li .icon {
        position: absolute;
        left: 0;
    }
    .footer .bottom_info {
        background: none;
        text-align: center;
        color: #f5f5dc;
    }
    .footer .bottom_info a {
        color: inherit;
    }
}

@media screen and (max-width: 767px) {
    .main {
        background: none;
    }
    .top_line {
        background: #330000;
        padding: 5px 0;
    }
    .top_line .col-md-4 {
        padding: 0 15px;
    }
    .top_menu ul li.item_home {
        background: none;
        margin: 0 10px 0 0;
        line-height: 22px;
    }
    .top_menu ul li.item_home > a:before {
        background: none;
        color: #f5f5dc;
        padding: 0;
    }
    .top_menu ul li {
        margin: 0 10px 0 0;
        line-height: 25px;
        vertical-align: middle;
        color: #f5f5dc;
        font-size: 14px;
        display: block;
        text-align: left;
    }
    .top_menu ul li:last-child a {
        color: inherit;
    }
    .top_menu ul li a {
        text-decoration: none;
        color: #f5f5dc;
    }
    .top_menu .login {
        background: none;
    }
    .top_menu .login li:first-child {
        margin-bottom: 6px;
    }
    .top_menu .login li:first-child  a {
        display: inline-block;
        vertical-align: middle;
    }
    .top_menu .login li {
        margin: 0 5px;
        line-height: 25px;
        vertical-align: middle;
        display: block;
    }
    .top_menu .login li a {
        color: #f5f5dc;
        font-size: 11px;
    }
    .top_menu .login li a:hover,
    .top_menu .login li a:focus {
        color: #d8994e !important;
    }
    .top_menu .login li .icon {
        vertical-align: middle;
    }
    .head {
        padding-top: 20px;
    }
    .head-contacts {
        text-align: center;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        font-size: 18px;
        line-height: 20px;
        color: #330000;
        padding: 5px 15px;
    }
    .head-contacts b {
        font-size: 20px;
    }
    .head-contacts p {
        margin: 0;
    }
    .head .b_phone {
        margin-top: 0;
        padding-top: 20px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 3px solid #717171;
    }
    .head .b_phone span.visible-xs {
        display: inline-block !important;
    }
    .head .head_logo {
        height: 170px;
        margin: 5px -15px -15px;
        background: #fff;
        background: rgba(255, 255, 255, 0.6);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding: 0;
        border-left: 1px solid #330000;
        border-right: 1px solid #330000;
    }
    .head .head_logo .logo {
        height: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-position: center center;
    }
    .head .b_bascet {
        padding-top: 40px;
        color: #330000;
        background: url("/bitrix/templates/fastfood/css/../img/box_bg.png") 0 58px no-repeat #f5f5dc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        border: 3px solid #717171;
    }
    
    .head .b_bascet span.visible-xs {
        display: inline-block !important;
    }
    
    .main {
        -moz-background-size: 460px auto;
        -o-background-size: 460px auto;
        background-size: 460px auto;
    }
    #main-banner {
        height: 460px;
    }
    .carousel-inner {
        height: 100%;
    }
    .nav-container {
        background: none;
        position: relative;
        z-index: 50;
    }
    .content {
        margin-top: 0;
    }
    .navbar-collapse {
        max-height: 100%;
        padding: 0;
    }
    .theme .main_menu nav {
        border: none;
        background: none;
        padding: 0;
    }
    .main_menu nav .nav {
        display: block;
        width: 100%;
    }
    .main_menu nav ul {
        margin: 0;
    }
    .main_menu nav ul li {
        float: none;
        display: list-item;
        width: auto;
        text-align: left;
        vertical-align: middle;
        height: 48px;
    }
    .main_menu nav ul li:before {
        display: none;
    }
    .main_menu nav ul li:hover {
        border-bottom: 0;
    }
    .main_menu nav ul li ul.dropdown-menu {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border: 3px solid #A5B725;
        top: 100%;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .main_menu nav ul li ul.dropdown-menu:before {
        color: #A5B725;
        margin-bottom: -5px;
        left: 50%;
        margin-left: -10px;
    }
    .main_menu nav ul li li {
        display: list-item;
        text-align: left;
        height: 36px;
    }
    .main_menu nav ul li li a {
        line-height: 36px;
    }
    .main_menu nav ul li a {
        padding: 0 20px;
        display: block;
        font-size: 16px;
        line-height: 48px;
        font-weight: normal;
        border-bottom: 0;
    }
    .main_menu nav ul li a:hover {
        background: none !important;
        color: #A5B725;
        border-bottom: none !important;
    }
    .footer {
        border: none;
        height: auto;
    }
    .footer .footer_inner {
        min-height: 190px;
    }
    .footer .footer_inner .footer_logo {
        margin: 0;
        border-top:1px solid #cbcbcb;
        border-bottom:1px solid #cbcbcb;
    }
    .footer .footer_inner .footer_logo .logo_white {
        background: url(../images/logo-foot.png) center center no-repeat;
        margin: 20px auto;
    }
    
    .footer .footer-phone {
        color: #f5f5dc;
        border-bottom: 1px solid #cbcbcb;
        padding: 20px 0;
    }
    
    .footer .footer-phone p {
        line-height: 32px;
    }
    
    .footer .footer-phone span {
        font-size: 20px;
    }
    .footer .footer_inner .soc_icons {
        float: none;
        text-align: center;
        margin: 10px 0 20px;
    }
    .footer .footer_inner .footer_menu {
        border: none;
        margin: 0;
        height: auto;
        background: #383838;
    }
    .footer .footer_inner .footer_menu ul {
        margin-top: 10px;
    }
    .footer .footer_inner .footer_menu li {
        display: inline-block;
        margin: 0 8px;
    }
    .footer .footer_inner .footer_menu a {
        color: #ffffff;
        font-size: 14px;
        line-height: 18px;
    }
    .footer .footer_inner .footer_contact {
        border: none;
        height: 100%;
        line-height: 1;
        margin: 0;
        padding:0 0 0 20px !important;
        border-bottom: 1px solid #cbcbcb;
    }
    
    .footer_contact .title {
        color: #f5f5dc;
        text-align: left;
        padding: 20px 10px; 
    }
    .footer .footer_inner .footer_contact ul  {
        margin-bottom: 20px;
    }
     .footer .footer_inner .footer_contact ,
    .footer .footer_inner .footer_contact ul {
        padding: 0 0 0 10px;
        margin-right: -5px;
    }
    .footer .footer_inner .footer_contact li {
        list-style: none;
        font-size: 12px;
        margin-bottom: 20px;
        padding-left: 40px;
        position: relative;
        line-height: 30px;
        color: #f5f5dc;
        text-align: left;
    }
    .footer .footer_inner .footer_contact li span {
        display: inline-block;
        line-height: 16px;
        vertical-align: middle;
    }
    .footer .footer_inner .footer_contact li:last-child {
        margin-bottom: 0;
    }
    .footer .footer_inner .footer_contact li .icon {
        position: absolute;
        left: 0;
    }
    .footer .bottom_info {
        background: none;
        text-align: center;
        color: #f5f5dc;
    }
    .footer .bottom_info a {
        color: inherit;
    }
}

.product-panel-photo {
    position: relative;
    cursor: pointer;
}

.product-panel-photo:hover:after {
    opacity: 1;
}

.product-panel-photo:after {
    content: '';
    display: inline-block;
    background: url(../images/zoom-white.png) center center no-repeat;
    opacity: 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.head .b_bascet {
    border-bottom: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.head .b_bascet.fixed {
    width: 100% !important;
    top: 0;
    position: relative;
}

.head .b_bascet .bascet_order {
    border-bottom: none;
}

.head .b_bascet .bascet_order:hover {
    border-bottom: none;
}

.head .bascet-wrap {
    margin-top: 15px;
}

.head {
    z-index: 60;
}

.delivery-btn-container {
    padding: 0;
}

.delivery-btn {
    display: block;
    margin: 0 3px;
    text-align: center;
    background: #f17b36; /* Old browsers */
    background: -moz-linear-gradient(top,  #f17b36 0%, #c5652c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f17b36 0%,#c5652c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f17b36 0%,#c5652c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17b36', endColorstr='#c5652c',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #ffffff;
    padding-top: 6px;
    height: 75px;
}

.delivery-btn p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
}