/*@import "fonts.css";*/


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?5034124#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before { content: '\f09a'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-vkontakte:before { content: '\f189'; } /* '' */
.icon-instagram-2:before { content: '\f32d'; } /* '' */
/* HOME PAGE */
body {
    width: 100%;
    height: auto;
    font-family: 'Open Sans', sans-serif;
    font-size:12px;
    min-width: 1200px;
}
li.online_item {
    min-height: 385px;
}
.burg {
    display: none;
}
.screen-1 {
    position: relative;
    height: 100vh;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.screen-3 br{
    display: none;
}
#modal_basket form{
    width: 100%;
}
.screen-1 .big_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 415px;
    max-height: 161px;
    height: auto;
}

header {
    background: rgba(0, 0, 0, 0.5);
    border-top: 2px solid #ed1c24;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

header:after,
.menu-container:after,
.header-wrapper:after,
.menu:after {
    content: '';
    display: block;
    clear: both;
}

.header-wrapper {
    width: 96%;
    padding: 23px 2% 12px 2%;
    max-width: 1110px;
    margin: 0 auto;
}

.logo {
    width: 14.6%;
    float: left;
}

.logo img {
    width: 100%;
}

.menu-container {
    float: left;
    width: 66%;
    padding-top: 11px;
    position: relative;
    z-index: 999;
}

.online-order,
nav,
.basket {
    float: left;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu li {
    float: left;
    list-style-type: none;
}

.menu-container a {
    display: block;
    box-sizing: border-box;
    padding: 10px 9px;
    color: #fff;
    background: #ed1c24;
    text-decoration: none;
}

.menu-container a:hover,
.basket:hover {
    background: #c2181e;
}

.menu li:not(:last-child) {
    border-right: 1px solid #8c1014;
}

.info-time .box {
  padding: 10px 0 7px;
  background: #23282d;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

.info-time {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}
.info-time span {
    vertical-align: middle;
    line-height: 1;
}
.info-time strong {
    color: #ed1c24;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}

.current_page_item a,
div.basket.active {
    background: #c2181e;
}

a.online-order {
    margin: 0 1% 0 3%;
}
.step-3 {
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.pop-phone .step-3 h3 {
    font-weight: 400 !important;
}
.pop-phone .step-3 .base-name {
    display: inline-block;
}
.pop-phone .step-3 .base-phone {
    display: none;
}

div.basket {
    position: relative;
    margin-left: 1%;
    padding: 10px;
    padding-left: 32px;
    padding-right: 22px;
    display: block;
    box-sizing: border-box;
    color: #fff;
    background: #ed1c24;
    text-decoration: none;
    cursor: pointer;
}

.basket:before {
    content: '';
    position: absolute;
    width: 19px;
    left: 6px;
    height: 17px;
    background: url(images/small_icon.png) no-repeat;
    background-position: 0 0;
}

.basket:after {
    content: '';
    position: absolute;
    margin-left: 20px;
    width: 11px;
    right: 7px;
    top: 50%;
    margin-top: -3px;
    height: 7px;
    background: url(images/small_icon.png) no-repeat;
    background-position: -22px 0px;
}


.phone {
    float: right;
    padding-top: 2px;
}

.phone a, .adress_phone a {
    color: #ed1c24;
    text-decoration: none;
}

.phone p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

.phone p span {
    font-size: 20px;
}

.scroll-icon {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -12.5px;
    width: 25px;
    background: url(images/small_icon.png);
    background-position: -2px -19px;
    cursor: pointer;
}

.screen-2 {
    padding: 30px 0;
    color: #fff;
    text-align: center;
}

.grey-bg {
    background: #1a1a1a;
}

.title {
    display: inline-block;
    margin: 0 auto 16px;
    padding: 4px 12px;
    background: #ed1c24;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.description {
    width: 58%;
    margin: 0 auto 19px;
    line-height: 1.3;
}

.details {
   color: #fff;
    font-weight: 300;
}


.screen-3 {
    position: relative;
}

.screen-3 .center_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
    height: auto;
}

.screen-3 img {
    display: block;
    width: 100%;
    height: auto;
}

.screen-4 {
    padding: 44px 0;
    text-align: center;
}

.screen-4:after,
.screen .items:after,
.screen-4 .items:after {
    content: '';
    display: block;
    clear: both;
}

.screen-4 .items {
    width: 85%;
    max-width: 970px;
    margin: 0 auto;
    text-align: left;
}

.screen-4 ul {
    margin: 0;
    padding: 0;
}

.screen-4 .item {
    position: relative;
    float: left;
    min-height: 528px;
    max-height: 528px;
    list-style-type: none;
    width: 31%;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 35px !important;
}

.item .item_text {
    padding: 0 20px;
}

.screen-4 .item img {
    display: block;
    width: 100%;
    height:auto;
}

.screen-4 .item:nth-child(3n+2) {
    margin: 0 3% 0 4%;
}

.tag {
    margin: 0;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.tag_red {
    color: #ed1c24;
    border-top: 4px solid #ed1c24;
}

.tag_blue {
    color: #5c6ec6;
    border-top: 4px solid #5c6ec6;
}

.tag_green {
    color: #62a50b;
    border-top: 4px solid #62a50b;
}

.item_text .item_title {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    line-height: 1.4;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    height: auto;
    overflow: hidden;
}

.item .item_description {
    /*max-height: 72px;*/
    margin-bottom: 0;
    overflow: hidden;
    font-size: 11px;
}

.without-img .item_description {
    max-height: 292px;
    overflow: hidden;
}

.item_footer {
    position: absolute;
    width: 100%;
    margin: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 14px 20px;
    border-top: 1px solid #ececec;
    text-align: left;
}

.item_footer .item_more {
    float: right;
    color: #000;
}

.item_footer .item_date {
    color: #bebebe;
    font-size: 12px;
}

.red-btn {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 15px;
    background: #ed1c24;
    color: #fff;
    margin: 52px auto 4px;
}

.screen-5 {
    padding-top: 63px;
    text-align: center;
}

.screen-5 .title {
    padding: 4px;
    margin: 0 auto 42px;
}

.screen-5 .description {
    width: 45%;
    margin: 0 auto 19px;
    line-height: 1.3;
}

#sync1 .item{
    padding: 80px 0px;
    margin: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    width: 9px;
    height: 15px;
    background: url(images/small_icon.png) no-repeat;
}

.owl-prev {
    left: 17.7%;
    background-position: -31px -8px;
}

.owl-next {
    right: 18%;
    background-position: -42px -8px;
}

#sync1 .item {
    position: relative;
    width: 59%;
    padding: 24px 0px;
    margin: 0 auto;
}

.screen-5 .item img {
    max-width: 100%;
}

.screen-5 .red-btn {
    padding: 8px 16px;
    margin: 0 auto 34px;
    font-weight: 300;
}

.screen-6 {
    padding: 86px 0 66px 0;
    color: #fff;
    text-align: center;
}

.delivery {
    width: 54%;
    margin: 0 auto;
}

.delivery_items {
    margin: 0;
    padding: 0;
    text-align: center;
}

.delivery_item {
    width: 23%;
    float: left;
    list-style-type: none;
    line-height: 1.3;
}

.delivery_item:not(:last-child) {
    margin-right: 2%;
}

.delivery:after,
.delivery_items:after {
    content: '';
    display: block;
    clear: both;
}

.delivery_item img {
    margin-bottom: 10px;
}

.delivery_item:last-child img {
    margin-top: 22px;
}

.screen-6 .title {
    margin-bottom: 107px;
}

.screen-6 .description {
    padding: 22px 0;
    margin: 86px auto 65px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 1.2;
}

.screen-7,
#map {
    position: relative;
    width: 100%;
    height: 325px;
}

#map {
    border-top: 1px solid #ed1c24;
    border-bottom: 2px solid #ed1c24;
}

.contacts {
    position: absolute;
    padding: 20px;
    box-sizing: border-box;
    top: 34px;
    right: 31px;
    width: 256px;
    height: 256px;
    color: #fff;
}

.adress {
    margin-bottom: 16px;
}

.adress li {
    position: relative;
    list-style-type: none;
    font-weight: 600;
    font-size: 16px;
}

li.adress_phone {
    font-weight: 700;
    font-size: 14px;
}

li.adress_phone span {
    font-weight: 700;
    font-size: 20px;
}
.adress_place a {
    color:#ed1c24;
    text-decoration: none;
    position: relative;

}
.adress_place:before {
    content: '';
    width: 16px;
    height: 20px;
    position: absolute;
    left: -27px;

    background-position: -33px -26px;
}

.adress_phone:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: -29px;

    background-position: -35px -49px;
}

.adress .underline {
    text-decoration: underline;
}

.adress_place {
    margin-bottom: 21px;
}

.in_social {
    position: relative;
    margin: 0;
    padding-bottom: 9px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 13px;
}

.in_social:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    background: #ed1c24;
}

.social {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social li {
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
    list-style-type: none;
}

.social li a {
    display: block;
    /* background: url(images/small_icon.png) no-repeat; */
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
/*
.social .vk {
    width: 11px;
    height: 14px;
    background-position: -62px -3px;
}

.social .youtube {
    width: 14px;
    height: 20px;
    background-position: -61px -22px;
}

.social .facebook {
    width: 8px;
    height: 17px;
    background-position: -64px -46px;
}*/
.copy {
    color: #fff;
    font-size: 11px;
}

.copy p {
    padding: 7px 30px;
    margin: 0;
}
/* / HOME PAGE*/

/* CONTACTS PAGE */

.contacts_page {
    width: 50%;
    max-width: 574px;
    margin: 12% auto;
    color: #fff;
    text-align: center;
}

.contacts_bg {
    background: #1a1a1a;
    border: 1px solid #313131;
}

.contacts_page:after {
    content: '';
    display: block;
    clear: both;
}

.contacts_addres,
.contacts_info {
    width: 47%;
    float: left;
    margin-bottom: 21px;
    padding: 17px 10px 10px 21px;
    box-sizing: border-box;
    height: 172px;
}

.contacts_addres .adress,
.contacts_info .adress {
    text-align: left;
}

.contacts_info .adress_phone {
    color: #ed1c24;
}

.contacts_info .adress_phone span {
    color: #fff;
}

.contacts_info {
    float: right;
}
.contacts_how-find {
    clear: both;
}

.contacts_page .in_social {
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 15px;
}

.in_map {
    color: #d91c23;
    font-size: 12px;
    font-weight: 600;
}

.contacts_info .mail {
    color: #ed1c24;
    font-weight: 600;
    font-size: 14px;
}

.contacts_info .mail span {
    color: #fff;
}

.contacts_info .mail:before {
    content: '';
    width: 18px;
    height: 15px;
    position: absolute;
    top: 5px;
    left: -29px;

    background-position: -35px -69px;
}

.contacts_info  .adress_phone {
    margin-bottom: 10px;
}

.contacts_info .turn_right {
    margin-left: 20px;
}


.contacts_how-find {
    font-weight: 600;
    padding: 0 30px 10px;
}

.contacts_how-find h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contacts_how-find p {
    font-size: 13px;
    line-height: 1.3;
}



.page_about.screen-2 {
    padding: 30px 0 1px;
}

.about_bg img{
    display: block;
    width: 100%;
    height: auto;
}

.about_place.screen-2 {
    padding: 52px 0 40px 0;
}

.about_place.screen-2 h2 {
    margin-bottom: 33px;
}

.page_about.screen-6 {
    padding: 50px 0 32px 0;
}

.page_about.screen-6 h2 {
    margin-bottom: 48px;
}

.our_menu {
    width: 90%;
    max-width: 1113px;
    padding: 0;
    margin: 0 auto;
}


.our_menu li {
    position: relative;
    width: 28%;
    float: left;
    margin: 0 0 33px 4%;
    list-style-type: none;
    cursor: pointer;
    min-height: 158px;
}

.fancybox-lock .fancybox-overlay {
   /* overflow: hidden !important;*/
    /*overflow-y: scroll;*/
}



.our_menu li  a {
    display: block;
}

.our_menu li img {
    display: block;
    width: 100%;
}

.page_about.screen-6:after,
.our_menu:after {
    content: '';
    display: block;
    clear: both;
}

.fancybox-skin {
    padding: 0 !important;
    background: none;
    box-shadow: none !important;
}



.fancybox-close {
    right: 0px;
    top: -30px;
    width: 15px;
    height: 15px;
}
/* / PAGE ABOUT US */

/* PAGE AFISHA */


.tabs {
    width: 100%;
    height: 148px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-align: center;
}
.tabs_item {
    position: relative;
}
.tabs_item .box-hover {
    display: inline-block;
    min-height: 40px;
    width: 100%;
    position:absolute;
    left:0;
    right: 0;
    top: -30px;
}
.box-hover img {
    position: absolute;
    z-index: 0;
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box-hover img.hover {
    opacity: 0;
}
.tabs ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    padding: 10px 0;
    top: 50%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: auto;
}

.tabs ul li {
    position: relative;
    float: left;
    list-style-type: none;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    min-width: 140px;
}

.box-hover img, .tabs li a {
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.tabs ul li:hover,
.tabs ul li:hover a,
.tabs ul li.active {
    color: #e21d23;
}

.tabs ul li:hover  img,
.tabs ul li.active img {
    opacity: 0;
}
.online_item.new, .online_item.hot, .online_item.best_seller {
    position: relative;
}
.online_item.new:before, .online_item.hot:before, .online_item.best_seller:before {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    height: 112px;
    z-index: 1;
    content: '';
    display: block;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.fancybox-overlay-fixed .fancybox-inner {
    overflow: initial !important;
}

html.fancybox-lock {
    overflow: inherit !important;
}

.hit:after {
    display: none;
}




.online_item .online_item-wrapper .to_order {
    top: 0;
}
.online_item-wrapper .online_price {
    max-width: 50%;
    display: inline-block;
    line-height: 1;
}
.online_item-wrapper .online_price del {
    color: rgba(0,0,0,.5);
    margin-top: -25px;
    display: block;
}
.online_item-wrapper .online_price del span {
    font-size: 16px;
}
.online_item-wrapper .online_price ins {
    text-decoration: none !important;
}


.tabs ul li:hover  .hover ,
.tabs ul li:hover a,
.tabs ul li.active .hover {
    opacity: 1;
}
/*
.tabs li a:after {
    content: '';
    top: -59px;
    left: 50%;
    position: absolute;
    background: url(images/news-tabs-sprite.png) no-repeat;
    background-position: 0 0;
}

.tabs .tabs_all a:after {
    width: 38px;
    height: 18px;
    top: -41px;
    margin-left: -19px;
    background: url(images/news-tabs-sprite.png) no-repeat;
    background-position: 0px -4px;
}

.tabs .tabs_stock a:after {
    width: 38px;
    height: 37px;
    margin-left: -19px;
    background: url(images/news-tabs-sprite.png) no-repeat;
    background-position: -39px 0px;
}

.tabs .tabs_event a:after {
    width: 26px;
    height: 38px;
    margin-left: -13px;
    background: url(images/news-tabs-sprite.png) no-repeat;
    background-position: -87px -3px;
}

.tabs .tabs_news a:after {
    width: 41px;
    height: 36px;
    margin-left: -20.5px;
    background: url(images/news-tabs-sprite.png) no-repeat;
    background-position: -125px -4px;
}*/

/*
.tabs .tabs_all:hover a:after,
.tabs_all.active a:after{
    background-position: 0px -25px;
}

.tabs .tabs_stock:hover a:after,
.tabs_stock.active a:after {
    background-position: -39px -43px;
}

.tabs .tabs_event:hover a:after,
.tabs_event.active a:after {
    background-position: -87px -46px;
}*/

.tabs_item a {
    text-decoration: none;
    color: #fff;
}

.tabs_item.active a {
    color: #e21d23;
}

.tabs .tabs_news:hover a:after,
.tabs_news.active a:after {
    background-position: -125px -44px;
}

.tabs_item.active span:after {
    content: '|';
    right: 0px;
    position: absolute;
    color: #fff;
}

.tabs_item.active span:before {
    content: '|';
    left: 0px;
    position: absolute;
    color: #fff;
}

.page_afisha.screen-4 {
    padding: 35px 0;
}

.page_afisha.screen-4 h2 {
    margin-bottom: 33px;
}

.page_afisha.screen-4 .items {
    width: 96%;
    max-width: 1200px;
    padding: 0 2%;
    text-align: center;
}

.page_afisha.screen-4 .item {
    width: 23.25%;
    margin: 0;
    margin-bottom: 25px;
    margin-top: 0 !important;
    text-align: left;
}

.page_afisha.screen-4 .item:not(:nth-child(4n+1)) {
    margin-left: 2%;
}
.gallery_page .tabs_item a:after{
    display: none;
}

.modal_item {
    display: none;
    background: #fff;
}

.modal_item .item_title{
    height: auto;
    overflow: visible;
}

.modal_item .item_description {
    max-height: 100%;
    overflow: visible;
}

.modal_item .item_footer {
    position: relative;
}
.modal_item img {
    display: block;
    width: 100%;
    height: auto;
}
/* / PAGE AFISHA*/

/* DELIVERY PAGE */


.delivery_page.screen-6 h3 {
    font-size: 20px;
    margin: 12px 0;
    font-weight: 300;
}

.delivery_page.screen-6 .description {
    padding: 0;
    margin: 26px auto 0px;
    border-bottom: none;
}

.delivery_page.screen-6 .description:last-child {
    padding-bottom: 22px;
    border-bottom: 1px solid #fff;
}

.delivery_page.screen-6 .title {
    margin-bottom: 61px;
}

.delivery_page.screen-6 {
    padding: 55px 0 66px 0;
}
/* / DELIVERY PAGE */

/* GALLERY PAGE */

.gallery_page.tabs {
    padding-top: 10px;
    box-sizing: border-box;
    text-align: center;
}

ul:after {
    display: block;
    clear: both;
    content: '';
}

.gallery_page.tabs .title {
    margin: 0 auto;
}

.gallery_page.tabs ul {
    width: auto;
    top: 16%;
    padding: 17px 0;
    display: inline-block;
}

.gallery_page.tabs .tabs_item:after {
    display: none;
}

.gallery_page.screen-4 h3 {
    font-size: 25px;
    font-weight:300;
    text-align: center;
    color: #fff;
}

.gallery_page.screen-4 .items {
    width: 96%;
    max-width: 1200px;
    overflow: hidden;
}

.gallery_page.screen-4 .fancybox_gallery {
    display: block;
    padding: 2px;
    border: 1px solid #313131;
}

.gallery_page .items:after,
.gallery_page .items ul:after {
    content: '';
    display: block;
    clear: both;
}

.gallery_page .items li{
    float: left;
    list-style-type: none;
    width: 22%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.gallery_page.screen-4 .fancybox_gallery img {
    width: 100%;
    height: auto;
    display: block;
}
/* / GALLERY PAGE */

/* BASKET */
.cart {
    position: absolute;
    visibility: hidden;
    width: 200px;
    height: 190px;
     top: 37px;
    left: 0;
    background: #fff;
    color: #000;
    z-index: 999;
}

.nano > .nano-pane {
    background: #e2e2e2;
    width: 5px;
}
.nano > .nano-pane > .nano-slider {
    background: #ed1c24;
    z-index: 9999;
}
.nano {
      position: relative;
  }

.active_cart {
    visibility: visible;
}

.cart_items {
    padding: 5px;
    margin: 0;
}
.cart_item {
    padding: 4px 0;
    margin-right: 5px;
    list-style-type: none;
    border-bottom: 1px solid #d8d8d8;
}

.cart_item img {
    float: left;
    display: block;
    width: auto;
    height: 44px;
    margin-right: 6px;
}

li.cart_item:after,
.cart_info:after,
.cart:after {
    content: '';
    display: block;
    clear: both;
}

.cart_item p {
    float: left;
    margin: 0;
}

.cart_title {
    /*width: 30%;
    font-weight: 600;
    font-size: 11px;*/
    width: 57%;
    font-weight: 600;
    font-size: 10px;
}

.cart_info {
    width: 55%;
}

.cart_quantity {
    font-size: 9px;
    color: #959595;
}

.cart_price {
    float: right;
    font-size: 13px;
    font-weight: 600;
    color: #ed1c24;
}


.cart .into_basket {
    display: block;
    width: 145px;
    margin: 0 auto 5px;
    padding: 5px 13px;
    color: #fff;
    background: #ed1c24;
    box-sizing: inherit;
    border-radius: 15px;
    text-decoration: underline;
}

.cart .into_basket:hover {
    background: #ed1c24;
}
/* / BASKET */

/* CART PAGE */
.tabs.carts_tabs {
    text-align: center;
}
.tabs.carts_tabs ul {
    display: inline-block;
    padding: 0;
}

.tabs.carts_tabs ul li {
    box-sizing: border-box;
    min-width: 99px;
    padding: 15px 0;
}



.carts_tabs li.tabs_burger a:after {
    width: 46px;
    height: 31px;
    margin-left: -23px;
}

.carts_tabs li.tabs_burger:hover a:after,
li.tabs_burger.active a:after {
    background-position: 0px -35px;
}

.carts_tabs li:hover a {
    color: #ed1c24;
}

.carts_tabs li.tabs_sandwich a:after {
    width: 30px;
    height: 35px;
    margin-left: -15px;
    background-position: -57px 0px;
}

.carts_tabs li.tabs_sandwich:hover a:after,
li.tabs_sandwich.active a:after {
    background-position: -57px -40px;
}

.carts_tabs li.tabs_hot-dog a:after {
    width: 43px;
    height: 22px;
    top: -43px;
    margin-left: -21.5px;
    background-position: -100px -6px;
}

.carts_tabs li.tabs_hot-dog:hover a:after,
li.tabs_hot-dog.active a:after {
    background-position: -100px -35px;
}

.carts_tabs li.tabs_pizza a:after {
    width: 29px;
    height: 38px;
    margin-left: -14.5px;
    background-position: -155px -6px;
}

.carts_tabs li.tabs_pizza:hover a:after,
li.tabs_pizza.active a:after {
    background-position: -155px -50px;
}

.carts_tabs li.tabs_barb a:after {
     width: 37px;
     height: 37px;
     margin-left: -18.5px;
     background-position: -201px -6px;
 }

.carts_tabs li.tabs_barb:hover a:after,
li.tabs_barb.active a:after {
    background-position: -201px -56px;
}

.carts_tabs li.tabs_steik a:after {
    width: 35px;
    height: 26px;
    margin-left: -17.5px;
    top: -41px;
    background-position: -256px -9px;
}

.carts_tabs li.tabs_steik:hover a:after,
li.tabs_steik.active a:after {
    background-position: -256px -46px;
}

.carts_tabs li.tabs_chiken a:after {
     width: 40px;
     height: 28px;
     margin-left: -20px;
     top: -41px;
     background-position: -303px -7px;
 }

.carts_tabs li.tabs_chiken:hover a:after,
li.tabs_chiken.active a:after {
    background-position: -303px -44px;
}

.carts_tabs li.tabs_fish a:after {
    width: 22px;
    height: 38px;
    margin-left: -11px;
    background-position: -361px -5px;
}

.carts_tabs li.tabs_fish:hover a:after,
li.tabs_fish.active a:after {
    background-position: -361px -50px;
}
.carts_tabs li.tabs_soup a:after {
    width: 28px;
    height: 37px;
    margin-left: -14px;
    background-position: -402px -3px;
}

.carts_tabs li.tabs_soup:hover a:after,
li.tabs_soup.active a:after {
    background-position: -402px -50px;
}

.carts_tabs li.tabs_salad a:after {
     width: 39px;
     height: 20px;
     top: -41px;
     margin-left: -18.5px;
     background-position: -444px -9px;
 }

.carts_tabs li.tabs_salad:hover a:after,
li.tabs_salad.active a:after {
    background-position: -444px -38px;
}

.carts_tabs li.tabs_drinks a:after {
    width: 20px;
    height: 36px;
    margin-left: -10px;
    background-position: -494px -4px;
}

.carts_tabs li.tabs_drinks:hover a:after,
li.tabs_drinks.active a:after {
    background-position: -494px -50px;
}

.carts_tabs li.tabs_desert a:after {
    width: 31px;
    height: 23px;
    top: -41px;
    margin-left: -15.5px;
    background-position: -531px -10px;
}

.carts_tabs li.tabs_desert:hover a:after,
li.tabs_desert.active a:after {
    background-position: -531px -43px;
}

.online_items ul:after {
    content: '';
    display: block;
    clear: both;
}

.online_items ul {
   /* border-top: 1px solid #000;*/
    list-style-type: none;
}

.basket span {
    display: inline-block;
}

.online_items h2 {
    position: relative;
    display: block;
    background: #fff;
    margin: 30px auto 50px;
    font-size: 25px;
    font-weight: 400;
    padding: 5px 0px;
}
.online_items h2 span {
    display: inline-block;
    background-color: #fff;
    padding: 0 35px;
    z-index: 6;
    position: relative;
}
.online_items h2:before {
     border-top: 1px solid #000;
     height:1px;
     width: 100%;
     top: 0;
     bottom: 0;
     content:'';
     display: block;
     z-index: 0;
     margin: auto;
     position:absolute;
}


.screen-4.page_online {
    padding: 0;
}

.online_items {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 44px 2% 0;
}

.hide {
    display: none;
}
.online_item-wrapper h3 {
    /*min-height: 65px;*/
}
.online_item-wrapper {
    background: #f0f0f0;
}
.online_item {
    position: relative;
    float: left;
    width: 22%;
    margin-bottom: 4%;
    margin-right: 4%;
    list-style-type: none;
    z-index: 100;
}
.page_online .red-btn {
    margin: 0 auto 4%;
}

.page_online .online_items ul .online_item:nth-child(4n+1) {
    margin-right: 0;
}

.page-template-template_online + .page_online .online_items ul .online_item:nth-child(4n+1) {
    margin-right: 4%;
}
.page-template-template_online + .page_online .online_items ul .online_item:nth-child(n+4) {
    margin-right: 0;
}
.page-template-template_online + .page_online .online_items ul .online_item:nth-child(n+5) {
    display: none !important;
}

.online_item img {
    display: block;
    width: 100%;
    height: auto !important;
}

.hit:after {
    content: 'хіт продажу';
    position: absolute;
    top: 0;
    right: 0;
    width: 74px;
    height: 43px;
    padding-top: 3px;
    background: #86ca04;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
}

.online_item > a {
    display: block;
}

.online_item .content,
.online_item .text form .quantity {
    /*height:0;*/
   /* padding: 0 !important;*/
    overflow: hidden;
    /*opacity: 0;*/
    background: #f0f0f0;
}

.online_item .block-hide {
    height:0 !important;
    opacity: 0;
}
.online_item .content {
    padding-bottom: 10px !important;
}
.online_item .anime {
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.online_item:hover {
    z-index: 101;
}
.online_item:hover .text form .quantity {
    opacity: 1;
    overflow: hidden;
}
.online_item:hover .content  {
    /*height: 65px;*/
    opacity: 1;
    /*padding: 0 0 10px  !important;*/
}



.online_item-wrapper {
    padding: 5% 5% 7%;
    text-align: left;
}

.online_item-wrapper h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
    min-height: 40px;
}


.online_item-wrapper p {
    margin-bottom: 0;
}
.online_item-wrapper .small-grey {
    font-size: 13px;
    color: #959595;
}

.online_item-wrapper .online_price {
    font-size: 25px;
    font-weight: 600;
    color: #ed1c24;
}

.online_item-wrapper .to_order, .btn {
    float: right;
    position: relative;
    top: 5px;
    display: inline-block;
    padding: 7px 18px;
    background: #ed1c24;
    color: #fff;
    border-radius: 15px;
    text-decoration: none;
    outline: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: none;
}




 .btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 15px;
    color: #fff;
    background: #ed1c24;
    text-decoration: none;
    cursor: pointer;
 }

.online_item-wrapper .to_order:hover{
    background: #c2181e;
}

#sync2 .item img {
    width: 179px;
    height: auto;
}
.basket_carousel button {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #57c82b;
    text-align: center;
    cursor: pointer;
    border:none;
    z-index: 10001;
}


.wrap-qnt{
    float: right;
    width:90px;
    height:20px;
    position:relative;
    display:inline-block;
}

.wrap-qnt + span{
    display:inline-block;
}

.wrap-qnt .plus,
.wrap-qnt .minus{
    position:absolute;
    width:20px;
    height:20px;
    background: #e1e1e1;
    cursor:pointer;
    text-align: center;
}

.wrap-qnt .plus{
    right: 0;
}

.wrap-qnt .minus{
    left: 0;
}

.input-quantity{
    position:absolute;
    width:50px;
    height:20px;
    left: 20px;
    background:#fff;
    text-align:center;
    border:0;
    font-size:13px;
    color:#000;
    outline: none;
    border-radius: 0;
    display: block;
    -webkit-appearance: none;
    -webkit-border-radius:0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.quantity {
    padding: 5px 0;
}

.online_modal {
    display: none;
    width: 600px;
    background: #fff;
}

.online_modal:after {
    content: '';
    display: block;
    clear: both;
}

.online_modal .online_item {
    width: 45%;
    margin: 0;
}

.online_modal .online_description {
    float: left;
    width: 45%;
    height: 287px;
    padding: 5%;
    background: #fff;
}

.online_description h3 {
    margin: 0;
    padding-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #000;
}

.online_description p {
    font-size: 12px;
}
/* / CART PAGE*/

/* MODAL BASKET */
.modal_basket {
    width: 735px;
    display: none;
    background: #fff;
}

.basket_header:after {
    content: '';
    display: block;
    clear: both;
}

.basket_header {
    margin-bottom: 20px;
    padding-right: 17px;
}

.modal_basket-wrapper {
    padding: 2% 0 2% 2%;;
}

.basket_header .basket {
    display: block;
    position: relative;
    padding: 5px 5px  5px 37px;
    background: #ed1c24;
    color: #fff;
    text-decoration: none;
}

.basket_header .basket:after {
    display: none;
}

.basket_header h3{
    position: relative;
    float: right;
    width: 75%;
    margin: 0;
    padding-bottom: 7px;
    font-size: 15px;
    border-bottom: 1px solid #ed1c24;
}

.basket_header .clear_basket {
    position: absolute;
    padding: 5px 13px;
    top: 0px;
    right: 0;
    font-size: 11px;
    color: #fff;
    background: #ed1c24;
    border-radius: 15px;
}

.cart_delete {
    cursor: pointer;
}

.basket-content {
    position: relative;
    height: 375px;
}

.basket-content .cart_items {
    position: relative;
    padding: 0;
}

.basket-content .cart_item {
    padding: 10px 0;
    border-top: 1px solid #d8d8d8;
    border-bottom: 0;
    margin-right: 20px;

}

.basket-content .cart_item img {
    width: auto;
    height: 98px;
    margin-right: 30px;
}

.basket-info {
    float: left;
    width: 45%;
}

.basket-info p {
    float: none;
}

.basket-info .basket_title {
    font-weight: 600;
    font-size: 19px;
}

.basket-info .basket_name {
    font-size: 13px;
    color: #959595;
}

.basket-info .basket_price {
    font-size: 25px;
    font-weight: 600;
    color: #ed1c24;
}
.basket-info .basket_price .all {
    line-height: 1;
    vertical-align: middle;
}
.basket-info:after {
    content: '';
    display: block;
    clear: both;
}

.basket_count {
    float: right;
    position: relative;
    right: 10px;
    top: 38px;
}

.basket_count p {
    margin-right: 14px;
    font-size: 13px;
    color: #959595;
}

.basket_count .input-quantity {
    height: 20px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.basket_count .wrap-qnt {
    float: left;
    margin-right: 41px;
}

.basket_carousel {
    padding: 10px 15px;
    background: #efefef;
    margin-right: 20px;
}

.basket_carousel h3 {
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}

.basket_carousel .owl-carousel {
    width: 84%;
    margin: 0 auto;
}

.basket_carousel .owl-prev {
    left: -30px;
}

.basket_carousel .owl-next {
    right: -30px;
}

.basket_carousel .item {
    position: relative;
}

.basket_carousel .item:after{
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #57c82b;
    text-align: center;
    cursor: pointer;
}

.complite_order {
    display: block;
    width: 162px;
    margin: 15px auto 0;
    border-radius: 15px;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #57c82b;
    text-align: center;
    text-decoration: none;
}
/* / MODAL BASKET */

/* MODAL CONTACTS */
.contacts_form {
    display: none;
    padding: 2%;
    width: 516px;
    background: #fff;
}

.contacts_form h2 {
    margin: 0;
    padding-bottom: 9px;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #ed1c24;
}

.form_block {
    border-bottom: 1px solid #ed1c24;
    padding-bottom: 30px;
}

.form_block h3 {
    position: relative;
    padding-left: 28px;
    margin-bottom: 53px;
    font-weight: 300;
    font-size: 13px;
    color: #959595;
}

.form_block h3.first:before{
    content: '1';
}
.form_block h3.first-2:before{
    content: '2';
}
.form_block h3.second:before{
    content: '3';
}

.form_block h3.third:before{
    content: '4';
}

.form_block h3:before {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ed1c24;
    text-align: center;
    color: #fff;
}

.form_block label {
    cursor: pointer;
    font-size: 11px;
    color: #000;
}

input[type=radio].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-right:20px;
    height:15px;
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: calc(100% - 1px) 0;
    font-size:11px;
    font-weight: 400;
    vertical-align:middle;
    cursor:pointer;

}

input[type=radio].css-checkbox:checked + label.css-label,
#shipping_method_0_local_delivery.active + label.css-label {
    background-position: calc(100% - 1px) -15px;
}

.first-2 {
  margin-bottom: 23px !important;
}

.text_delivery {

}


input[type=radio].css-checkbox:checked + label.css-label,
.pay_block_left.active + label.css-label {
    background-position: calc(100% - 1px) -15px;
}




.form_block:after {
    content: '';
    display: block;
    clear: both;
}
.pay_block_left {
    width: 45%;
    margin-left: 5%;
    float: left;
}

.block_left {
    width: 39%;
    margin-left: 5%;
    float: left;
}

.block_left.small {
    width: 38%;
}

.block_left label {
    position: relative;
}

.block_left label.icon:before {
     content: '';
     float: left;
     width: 61px;
     height: 57px;
    padding-right: 15px;
     background: url(images/form_sprite.png) no-repeat;
     background-position: 0 0;
 }
.block_left .courier:before {
    position: relative;
    top: -30px;
}



.block_left .lonely:before {
    content: '';
    position: relative;
    top: -8px;
    width: 60px;
    height: 35px;
    background-position: -68px -22px !important;
}

.input_wrapper {
    padding: 0 25px;
}

.input_row {
    /*padding-bottom: 5px;*/
}

.input_wrapper label {
    font-size: 11px;
    padding-bottom: 5px;
    font-weight: 400;
    display: block;
}

.input_wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.input_wrapper input {
    width: 100%;
    height: 20px;
    border: 0;
    background: #efefef;
    outline: none;
    color: #000;
    box-sizing: border-box;
}

.input_wrapper input:focus,
.input_wrapper textarea:focus {
    border: 1px solid #aeaeae;
}

.block_data {
    padding-bottom: 15px;
}

.block_data h3 {
    margin-bottom: 16px;
}

.input_left {
    float: left;
    width: 48%;
}

.input_right {
    float: right;
    width: 48%;
}

.input_wrapper textarea {
    background: #efefef;
    width: 100%;
    height: 50px;
    outline: none;
    border: none;
    color: #000;
    resize: none;
}
.phone-mask {

}
.pop-phone {
    text-align: center !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    background-color: #fff;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 1s ease;
    width: 100%;
}
.pop-phone.on {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.step-1, .step-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.step-1, .step-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.js-prev {
    margin-bottom: 30px;
}



.step-1 label, .step-2 label {
    margin-bottom: 10px;
    display: inline-block;
}
.step-1 input, .step-2 input {
    height: 40px;
    font-size: 20px;
    padding: 10px;
    max-width: 175px;
    border: 0;
    background: #efefef;
    outline: none;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #efefef;
}
#pop-hide-delivery{
    width: 300px;
    position: relative;
    height: 230px;
    padding: 20px;
}
#pop-hide-delivery .btn {
    float: none;
}
.pop-hide-delivery {
    z-index: 1000;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    background: #fff;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 1s ease;
}
.pop-hide-delivery.off {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.off {
  display: none !important;
}

#contacts_form .btn {
    float: none;
}

.step-1 input.error, .step-2 input.error {
    border: 1px solid #ed1c24;
}

.input_text {
    clear: both;
}

.block_summary {
    padding-bottom: 0;
    border: 0;
}

.block_summary .back {
    float: right;
    font-size: 11px;
    color: #ed1c24;
}

.block_summary h3 {
    margin-bottom: 10px;
}

.summary_text {
    padding-left: 28px;
}

.summary_text p {
    font-size: 11px;
    font-weight: 700;
}

.summ_order span,
.summ_delivery span,
.summ_pack span {
    font-weight: 400;
}

.summary_text .summ_all {
    font-weight: 600;
    font-size: 20px;
}

.summ_all span {
    font-weight: 600;
    font-size: 25px;
    color: #ed1c24;
}

.submit_button {
    float: right;
    border: 0;
    background: #57c82b;
    border-radius: 15px;
    font-weight: 700;
    padding: 6px 30px;
    font-size: 13px;
    color: #fff;
    outline: none;
}

input:disabled,
input:disabled + label{
    opacity: 0.5;
}

.input_wrapper input.error {
    border: 1px solid #ed1c24;
}

.form_success {
    display: none;
    background: #fff;
    text-align: center;
}

.success_text {
    width: 60%;
    padding: 5%;
    margin: 0 auto;
}

.form_success h3 {
    font-weight: 700;
    font-size: 14px;
}

.form_success p {
    margin: 0;
    font-size: 15px;
}
.checkout .pop .amount {
    opacity: 0;
}

.checkout .pop {
    overflow: hidden;
}

.checkout .pop .w50 {
    float: left;
    width: 33%;
}
.clear {
    clear: both;
}

.checkout {
    position: relative;
}
.checkout .pop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    transition: all .5s ease;
    visibility: hidden;
    opacity: 0;
}
.checkout .pop.on {
    opacity: 1;
    visibility: visible;
}


.checkout .pop .amount {
    margin-left: 10px;
    font-weight: 700;
}
.checkout .pop p {
   margin-bottom: 0px !important;
}

.checkout .pop label {
    background-position: 0 0px !important;
    padding-right: 0px !important;
    padding-left: 20px !important;
}

.checkout .pop input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -15px !important;
    padding-right: 0px !important;
    padding-left: 20px !important;
}
.input_row {
    position: relative;
}
.input_row input {
    margin-bottom: 10px;
}
.fon-click, .fon-phone {
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    cursor: pointer;
}

.input_wrapper input + label {
    padding-bottom: 0 !important;
}


@media screen and (max-width: 1113px) {
    .home.screen-1 {
        height: 50vh;
    }
}

/* / MODAL CONTACTS*/

/* MOBILE STYLE */

/*
@media screen and (max-width: 1113px) {
    .logo {
        width: 14.6%;
        float: none;
        margin: 0 auto;
    }
    header {
       font-size: 11px;
    }
    .menu-container {
        float: none;
        width: 630px;
        padding-top: 11px;
        clear: left;
        text-align: center;
        margin: 0 auto;
    }

    a.online-order {
        margin: 0 2% 0 0;
    }

    .phone {
        float: right;
        padding-top: 2px;
        position: absolute;
        right: 21px;
        top: 20px;
    }

    .page_about.screen-1,
    .screen-1.delivery_page {
        height: auto;
    }

    .contacts_page {
        width: 60%;
    }

    .screen-1.woocommerce-page, .page-id-110 {
        height: auto;
    }



    .tabs ul li {
        font-size: 12px;
    }

}

@media screen and (max-width: 980px) {
    .contacts_page {
        width: 80%;
    }

    .page_afisha.screen-4 .item {
        width: 32%;
    }

    .page_afisha.screen-4 .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }

    .page_afisha.screen-4 .item:not(:nth-child(3n+1)) {
        margin-left: 2%;
    }
    .online_item:nth-child(4n+1) {
        margin-right: 5%;
    }
    .online_item {
        width: 30%;
        margin-right: 5%;
    }

    .online_item:nth-child(3n+1) {
        margin-right: 0;
    }

    .online_items h2 {
             width: 24%;
    }

    .online_item-wrapper h3 {
        font-size: 17px;
    }


    .online_modal h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 798px) {
    .screen-4 .item {
        float: none;
        min-height: 528px;
        max-height: 528px;
        width: 270px;
        margin: 0 auto;
    }

    .screen-4 .item:nth-child(3n+2) {
        margin: 0 auto;
    }

    .delivery_item {
        width: 100%;
        margin-bottom: 10px;
    }

    .delivery_item:not(:last-child) {
        margin-right: 0;
    }

    .our_menu li {
        width: 40%;
        margin: 0px 0 33px 7%;
    }

    .gallery_page .items li {
        width: 31%;
    }

    .page_afisha.screen-4 .item {
        width: 270px;
        float: none;
        margin: 0 auto 5% !important;
    }

    .page_afisha.screen-4 .item:not(:nth-child(4n+1)) {
        margin-left: 0;
    }

    .page_afisha.screen-4 .item:not(:nth-child(2n+1)) {
        margin-left: 2%;
        margin-bottom: 2%;
    }

    .page_afisha.screen-4 .item:nth-child(4n-7) {
        margin-left: 0;
    }

    .fancybox-close {
        right: -18px;
    }
    .modal_basket {
        width: 100%;
    }
    .modal_basket .basket {
        display: inline-block;
    }

   .modal_basket .basket_title {
       font-size: 14px;
   }

    .modal_basket .basket_price {
        font-size: 20px;
    }

    .modal_basket .basket_header h3 {
        width: 70%;
    }

    .page_afisha.screen-4 .items {
        width: auto;
    }

}

@media screen and (max-width: 768px) {

    .tabs ul li {
        min-width: auto;
        text-align: center;
        padding: 0 15px 5px;
    }
    .phone {
        top: 0;
        display: none;
    }

    .logo {
        width: 20%;
        float: left;
        margin: 0;
    }

    .online-order, nav, .basket {
        float: none;
    }

    a.online-order {
        margin: 0;
    }

    .menu li {
        float: none;
        border-top: 1px solid #fff;
    }

    .header-wrapper {
        padding: 2%;
    }

    .menu-container {
        width: 100%;
    }

    div.basket {
        margin-left: 0;
        margin: 0;
        border-top: 1px solid #fff;
    }

    .cart {
        height: 250px;
        width: 100%;
    }

    .burg {
        display: block;
        width: 100%;
        padding: 20px 0;
        height: 23px;
        background: url(images/burger.png) no-repeat center right;
        cursor: pointer;
    }

    .menu-container {
        display: none;
    }

    .menu_active {
        display: block;
    }

    .phone p {
        font-size: 10px;
    }

    .phone p span {
        font-size: 14px;
    }

    .screen-4 .items {
        width: 85%;
    }

    .screen-5 .description {
        width: 90%;
    }

    .description {
        width: 90%;
    }

    .contacts_addres, .contacts_info {
        width: 270px;
        float: none;
        margin: 0 auto 2%;
    }

    .contacts_how-find {
        padding: 0 30px 10px;
        width: 270px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .contacts_page-bg {
        height: 100%;
    }


    .online_item {
        width: 47%;
    }

    .online_item:nth-child(3n+1) {
        margin-right: 5%;
    }

    li.online_item:nth-child(2n+1) {
        margin-right: 0;
    }


    .carts_tabs {
        height: 265px;
    }

    .carts_tabs ul {
        top: 30%;
        border: 0;
    }

    .tabs.carts_tabs ul li {
        width: 16.3%;
        margin-bottom: 65px;
    }

    .online_modal .online_item  {
        margin-right: 0;
    }

    .online_modal {
        height: 100%;
    }

    .online_modal .online_description {
        width: 55%;
        box-sizing: border-box;
    }

    .online_modal .online_item,
    .online_modal .online_description {
        height: 100%;
    }

    .fancybox-close {
        right: -18px;
    }

    .online_modal {
        width: 100%;
    }

    .online_modal .online_item {
        width: 100%;
        margin-bottom: 0 !important;
    }

    .online_modal .online_description {
        width: 100%;
    }

    .block_left {
        width: 100%;
        margin-left: 2%;
        margin-bottom: 13%;
        float: none;
    }

    .block_left.small {
        width: 100%;
        margin-bottom: 0;
    }

    .form_block h3 {
        font-size: 10px;
    }

    .summary_text p {
        font-size: 10px;
    }

    .summary_text .summ_all {
        font-size: 11px;
    }

    .summ_all span {
        font-size: 16px;
    }

    .block_summary .back {
        font-size: 9px;
    }

    .contacts_form {
        width: auto;
    }

}

@media screen and (max-width: 480px){
    .owl-prev {
        left: 12.7%;
    }

    .owl-next {
        right: 14%;
    }

    .screen-6 .title {
        margin-bottom: 55px;
    }

    #map {
        display: none;
    }

    .contacts {
        right: 50%;
        margin-right: -128px;
    }

    .page_afisha.screen-4 .items {
        width: auto;
    }

    .our_menu li {
        width: 100%;
        margin: 0px 0 33px 0;
    }

    .fancybox-close {
        right: -18px;
    }



    .tabs ul li {
        font-size: 8px;
    }

    .gallery_page .items li {
        width: 100%;
        margin-left: 0;
    }

    .page_afisha.screen-4 .item {
        float: none;
        width: 270px;
        margin: 0 auto 11% !important;
    }

    .fancybox-inner {
        height: 100% !important;
    }

    .online_item {
        width: 80%;
        float: none;
        margin: 0 auto 11% !important;
    }

    .carts_tabs {
        height: 392px;
    }

    .online_items h2 {
        width: 50%;
    }

    .tabs.carts_tabs ul li {
        width: 24.3%;
        margin-bottom: 59px;
    }

    .basket-content .cart_item {
        padding: 10px 0;
        border-top: 1px solid #d8d8d8;
        border-bottom: 0;
        margin-right: 0;
    }

    .basket-content .cart_item img {
        float: none;
        margin-right: 30px;
        margin: 0 auto;
    }

    .basket-info {
        float: none;
        width: 100%;
        line-height: 1.5;
        margin: 0 auto;
        text-align: center;
    }

    .basket_count {
        float: none;
        position: relative;
        width: 100%;
        margin: 10px auto;
        right: 0;
        top: 0;
    }

    .modal_basket .basket_header h3 {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .owl-item img {
        width: 100%;
    }

    .basket_count .wrap-qnt {
        float: none;
        margin-right: 41px;
    }

    .our_menu li img {
        display: block;
        width: 100%;
       height: auto;
    }


}
*/


/* rating star*/
.rating-container .rating{
    font-size: 13px;
}
.rating-md{
    font-size: 0;
}
.rating-container .filled-stars {
    color: #ffc000;
    -webkit-text-stroke: 1px #ffc000;
    text-shadow: 1px 1px #ffc000;
}
.rating-container .empty-stars {
    color: #ffc000;
}



::-webkit-scrollbar { width: 3px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #ed1c24; }
::-webkit-scrollbar-track {  background-color: #1a1a1a;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #ed1c24; border-radius: 3px;}
::-webkit-scrollbar-corner { background-color: #1a1a1a;}
::-webkit-resizer { background-color: #ed1c24;}
