

/* Start:/local/templates/sushivashi/fonts/roboto/css/roboto.css?16859454341022*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

:root{
	--font-family:"Roboto";
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-regular.eot');
  src: url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-regular.woff2') format('woff2'), url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-regular.woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-500.eot');
  src: url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-700.eot');
  src: url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-700.woff2') format('woff2'), url('/local/templates/sushivashi/fonts/roboto/css/../fonts/roboto-v30-latin_cyrillic-700.woff') format('woff');
}

/* End */


/* Start:/local/templates/sushivashi/css/style_new.css?171404919543024*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;800&family=Nunito+Sans:wght@400;600;700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
label,
li,
p,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}


.main-line{
    height: 1px;
    background: #C1C3C2;
    border: none;
    text-align: center;
    width: 98%;
}

.header-container__top,
.header-container__center,
.header-container__bottom{
    max-width: 1300px;
    margin: 0 auto;
}
.header-container__center-search__image{
	width:auto;
}
.header-container__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 8px 0;
}

.header-social{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-right: 5%;
}

.header-container__top-navigation{
    display: flex;
    gap: 40px;
}

.header-container__top-navigation__link{
    color: #1E2220;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
}
.header-container__top-navigation__link:hover{
	color:var(--main-color, #15CF5A);
}
.header-container__top-button{
    border-radius: 8px;
    background: var(--main-color, #15CF5A);
    border: none;
    padding: 12px 16px;
    color: var(--white, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header_text-logo{
	width:300px;
	/* width:calc(45% - 144px); */
	/* min-width:100px; */
}
.modal-container{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.modal-container.active{
	display:block;
	z-index:1000;
}

.modal-content{
    background-color: white;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    width: 45%;
    position: relative;
}

.modal-title{
    color: #000;
    font-size: 30px;
    font-weight: 300; 
    margin-bottom: 25px;
    font-family: var(--font-family), sans-serif;
}

.modal-content form{
    display: flex;
    flex-direction: column;
    width: 80%;
}

.modal-close-button{
    color: black;
    float: right;
    font-size: 30px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    right: 15px;
	top: 15px;
}

.header-container__top-button:hover{
	opacity:0.8;
    transition: .5s;
}

.header-top_image{
    display: none;
}

.header-social__image,.footer-social__image{
	width:24px;
	border-radius:2px;
}

@media (min-width: 1570px){
    .header-top_image{
        display: flex;
        position: absolute;
        right: 0;
        top: 0;
        width: 10%;
    }    
}
.header-container__center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0 12px 0;
}

.header-search__wrapper{
    position: relative;
    z-index: 5;
	width:35%;
}

.header-container__center-search{
    border-radius: 8px;
    background: var(--main-color, #15CF5A);
    padding: 8px;
    margin-bottom: 20px;
	width:44px;
}

.header-search__container{
    position: absolute;
    display: flex;
}

.not-active{
    display: none;
}

header .header-search__wrapper form.header__active--flex .header-search__input{
    height: 30px;
    border: none;
    border-bottom: 1px solid #575858;
    font-size: 18px;
	width:auto;
	margin:0;
}

.header-search__button{
    font-size: 20px;
    background-color: var(--main-color,#15CF5A);
    border: none;
    color: #FFF;
    padding: 0px 10px;
    border-radius: 5px;
}
.header-container__center-contact{
    display: flex;
    align-items: center;
    /* gap: 136px; */
	justify-content: space-between;
	width:35%;
}
.header-mail{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.header-adress__icon-button .header-user{
	margin:0;
}
.header-mail_image{
	width:auto;
}
.header-mail_adress{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.header-accordion__head{
    display: flex;
    align-items: center;
}
.header-accordion__title{
    color: var(--black, #1E2220);
    font-size: 24px;
    font-weight: 500;
}
.price-accordion-body__title{
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 500;
}
.header-accordion .header-accordion__body {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.header-accordion .header-accordion__item.active .header-accordion__body{
    height: auto;
	padding-top: 10px;
}
.header-accordion .header-accordion__item .header-accordion__image{
	width:auto;
}
.header-accordion .header-accordion__item.active .header-accordion__image{
    transform: rotate(180deg);
    transition: .5s;
}
.contact-right{
	display:flex;
	flex-direction:column;
	gap: 24px;
	align-items:flex-end;
}
.contact-right select{
    border: none;
    background: none;
    color: var(--red, #C13238);
    font-size: 13px;
    font-weight: 400;
}

.contact-right .header__location{
    border: none;
    background: none;
    color: var(--red, #C13238);
    font-size: 13px;
    font-weight: 400;
	text-align:right;
}
.contact-right .header__location-value,
.contact-right .header__location:hover .header__location-item div{
	border-bottom:none;
}

.header-adress__icon{
    display: flex;
    gap: 8px;
    align-items: center;
}

.header-adress__icon-button{
    border-radius: 8px;
    background: var(--main-color, #15CF5A);
    padding: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.header-wrapper__bottom{
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    z-index: 5;
}

.header-container__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5px;
}

.header-container__bottom--additions{
    display: none;
    position: absolute;
    z-index: 2;
    background: white;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 5px;
    width: 100%;
    box-shadow: 0px 4px 6px 0px rgba(17, 18, 17, 0.13);
	
	border-radius:0 0 2px;
}

.header-container__bottom--additions .header-container__bottom-link{
    margin-right: 4%;
}

.header-container__bottom-link{
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.header-container__bottom-link:hover{
    font-size: 22px;
    transition: .5s;
}

.header-container__bottom-link--active{
    font-weight: 500;
}

.header-container__bottom button{
    background: none;
    border: none; 
}

.header-container__center .burger-container{
    width: 360px;
    border-radius: 0px 0px 8px 8px;
    background: var(--white, #FFF);
    box-shadow: 0px 4px 6px 0px rgba(30, 34, 32, 0.13);
    padding: 20px;
    padding-top: 20px;
    font-family: var(--font-family), sans-serif;
    position: absolute;
    z-index: 100;
    top: -60%;
    left: -20px;
    display: none;
    margin-top: 138px;
}

.open{
    display: block !important;
}

 .burger-top__container{
    display: flex;
    justify-content: space-between;
    gap: 120px;
    margin-bottom: 26px;
}

.burger-link__wrapper{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.burger_link{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
}
.burger-link--active{
    font-weight: 500;
}
.burger-top__social{
    margin-top: auto;
    margin-bottom: 0;
}
.burger-line{
    width: 280px;
    height: 1px;
    background-color: #C1C3C2;
    border: none;
    text-align: center;
}

.burger-center__container{
    margin: 20px 0px;
}
.burger-bottom__container{
    margin-top: 20px;
}
.burger-search__wrapper{
    display: flex;
    margin-bottom: 12px;
}
.burger-menu__btn{
    border-radius: 8px;
    width: 36px;
    height: 36px;
    background: var(--main-color, #15CF5A);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
div.inner :not(.se023-admin-panel-menu)>form input.burger-search__input{
    width: 305px;
    height: 36px;
    border-radius: 12px;
    border: 1px solid var(--grai, #C1C3C2);
    background: var(--white, #FFF);
	margin:0;
    margin-left: -20px;
    z-index: 1;
    padding-left: 25px;
}
.burger{
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: start;
    width: 36px;
    height: 16px;
}
.burger span{
    height: 2px;
    width: 100%;
    transform: scale(1);
    background-color: #1E2220;
}
.burger::before, .burger::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #1E2220;
    transition: all .5s ease 0s;
}
.burger::before{
    top: 0;
}
.burger::after{
    bottom: 0;
}
.burger.active span{
    transform: scale(0);
}
.burger.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

.header-logo__wrapper{
	width:20%;
}
.header-logo{
	margin:0 auto;
	width:auto;
}
@media screen and (max-width:1200px) {
    header{
        padding: 0 10px;
    }
    .header-social{
        margin-right: 0;
    }
    .header-container__top-navigation{
        gap: 15px;
    }
    .header-container__center-contact{
        display: flex;
        justify-content: space-between;
        /* gap: 50px; */
    }
}

@media screen and (max-width:1000px){
    .header-container__top,
    header hr,
    header .header-container__bottom,
    .header-container__center-search,
    .header_text-logo,
    .header-container__center-contact .header-mail,
    .header-accordion__main{
        display: none;
    }

    .header-container__center{
        height: 86px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
	.contact-right{
		gap:9px;
	}
    .contact-right select,
	.contact-right .header__location{
        font-size: 12px;
    }
    .header-adress__icon-button img{
        width: 24px;
        height: 24px;
    }
    .header-logo{
        width: 80px;
        height: 75px;
    }

    .burger{
        display: flex;
    }
	
	.header-container__center-contact{
		width:auto;
	}
	.header-search__wrapper{
		display:none;
	}
}

.main{
	padding-top:50px;
    font-family: var(--font-family), sans-serif;
    max-width: 1900px;
    height: max-content;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 35%;
    position: relative;
    margin-bottom: 80px;
    overflow: hidden;
}

 .main .main-container{
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
	align-items: center;
	padding-top:40px;
	z-index:2;
	position:relative;
	padding-left:20px;
}

.main .main-slider .slick-dots>:not(.slick-active) button {
	border: 1px solid #555555;
}
.main .main-slider .slick-dots {
    position: static;
    left: 0;
    right: 0;
}

.main-information__container{

    top: 20%;
}

.main-back__image{
	position:absolute;
	top:0;
	left:0;
    width: 35%;
	z-index:1;
}

.main-information__subtitle{
    color: var(--black, #1E2220);
    font-size: 1.5em;
    font-weight: 300;
    margin-left: 47px;
    margin-bottom: -10px;
}

.main-information__title{
    color: var(--black, #1E2220);
    font-weight: 600;
    font-size: 3.7em;
    margin-bottom: 20px;
}

.main-information__text{
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    width: 65%;
    margin-bottom: 20px;
}

.main-button_wrapper{
    display: flex;
    gap: 20px;
}

.main-button{
    border-radius: 12px;
    background: var(--main-color, #15CF5A);
    padding: 16px 24px;
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 400;
    border: none;
}

.main-button:hover{
	opacity:0.8;
    transition: .5s;
}
  
.main-button__image{
    border: none;
    cursor: pointer;
    appearance: none;
    background-color: inherit;
    border-radius: 20px;
}

.main-button__image img{
    width: 121px;
    height: 56px;
}
.main-button__image svg{
    width: 121px;
    height: 56px;
	transform:rotate(180deg);
	fill:var(--main-color,#15CF5A);
}

.main-color__border{
	border:solid 1px var(--main-color,#15CF5A);
}


.main-image{
    top: 0;
    right: 3%;
    width: 50%;
    z-index: -1;
}
.main-information__container{
    width: 50%;
}

.main-container__card{
	padding-top:30px;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}

.main-card{
    border-radius: 12px;
    border: 1px solid var(--grai, #C1C3C2);
    background: var(--white, #FFF);
    box-shadow: 0px 4px 6px 0px rgba(30, 34, 32, 0.13);
    padding: 20px;
    width: 25%;
}

.card-header{
    border-bottom: 1px solid #C1C3C2;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.card-header__image{
    display: flex;
    margin: 0 auto;
    margin-bottom: 12px;
	width:auto;
	max-width:100%;
	max-height:80px;
}

.card-header__title{
    color: var(--black, #1E2220);
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.main-card__description{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

@media screen and (max-width:1500px) {
    .main-container{
        padding: 0 15px;
        overflow: hidden;
    }

    .main-back__image{
        width: 30%;
    }

    .main-image{
        top: 5%;
        right: 3%;
        width: 45%;
        z-index: -1;
    }

    .main-information__container{
        width: 55%;
        top: 12%;
        left: 10%;
    }

    .main-information__title{
        font-size: 3.5em;
    }

    .main-information__subtitle{
        font-size: 1.3em;
    }

    .main-information__text{
        font-size: 17px;
        width: 80%;
    }
}

@media screen and (max-width:1200px) {
    .main-image{
        top: 10%;
        right: 0;
        width: 45%;
        z-index: -1;
    }

    .main-information__title{
        font-size: 3.2em;
    }

    .main-container__card{
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-header{height: 125px;}
}

@media screen and (max-width:1000px){
    .main-image{
        top: 20%;
        right: 0;
        width: 45%;
        z-index: -1;
    }

    .main-back__image{
        width: 35%;
    }

    .main-information__text{
        width: 85%;
    }


    .main-information__container{
        width: 60%;
        top: 10%;
        left: 8%;
    }

    .main-information__title{
        font-size: 2.8em;
    }

    .main-information__subtitle{
        font-size: 1em;
    }

    .main-information__text{
        font-size: 15px;
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .main-image,
    .main-information__container{
        position: static;
        width: 50%;
        height: 100%;
    }

    .main-container{
        display: flex;
        align-items: center;
        transform: translate(0, -80px);
        padding-left: 30px;
    }

    .main-container__card{
        padding-top: 40px;
        flex-wrap: wrap;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }

    .main-card{
        width: 45%;
    }

    .card-header__title{
        font-size: 17px;
    }

    .main-information__subtitle{
        font-size: 16px;
        margin-bottom: 0;
        margin-left: 25px;
    }

    .main-information__title{
        font-size: 30px;
    }

    .main-information__text{
        font-size: 13px;
        width: 90%;
    }

    .main .main-container{
        padding-top: 100px;
    }

    .main-button_wrapper{
        padding: 0 10px 0 0;
    }

    .main-button{
        font-size: 13px;
    }

    .main-button__image{
        width: 40%;
    }
}


@media screen and (max-width:576px){
    .main-container{
        flex-direction: column;
    }

    .main-information__container{
        width: 100%;
    }

    .main-information__text{
        width: 90%;
    }

    .main-button_wrapper{
        gap: 12px;
    }

    .main-button{
        padding: 12px 16px;
    }

    .main-button__image img{
        width: 77px;
        height: 41px;
    }
	
	.main-button__image svg{
        width: 77px;
        height: 41px;
		margin:0 auto;
    }

    .main-image{
        width: 100%;
    }

    .main-container__card{
        padding-top: 0;
    }

    .card-header{
        height: 90px;
    }

    .card-header__image{
        width: 29px; 
        height: 30px;
    }

    .card-header__title{
        font-size: 13px;
    }

    .main-card__description{
        font-size: 12px;
    }
}

.categories{
    max-width: 1300px;
    margin: 0 auto;
    padding: 25px 0;
    font-family: var(--font-family), sans-serif;
    overflow: hidden;
}

.categories-title{
    color: var(--black, #1E2220);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.categories-card__container{
    display: flex;
}

.categories-card__wrapper{
    width: 100%;
	display:flex;
	flex-wrap:wrap;
	gap: 0.5%;
	justify-content:center;
}


.categories-card{
    background: none;
    position: relative;
    border-radius: 12px;
	width:24.5%;
}
.categories-card.big-card{
	width:48%;
}

.categories-card__title{
    color: var(--black, #1E2220);
    font-size: 24px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 20px;
}

.categories-card img{
    width: 100%;
    border-radius: 12px;
	height:100%;
	max-height:300px;
	object-fit:cover;
}

.categories-card__wrapper-bottom{
    display: flex;
    align-items: flex-start;
    height: max-content;
}
@media screen and (max-width:1300px){
    .categories{
        padding-right: 10px;
        padding-left: 10px;
    }
}
@media screen and (max-width:1000px){
    .categories-card__title{
        font-size: 18px;
    }
	
	.categories-card__wrapper{
		gap:0.33%;
    }
	
	.categories-card{
		width:33%
	}
}

@media screen and (max-width:768px){
    .categories-card__title{
        font-size: 12px;
    }
    .categories-title{
        font-size: 28px;
    }
}
@media screen and (max-width:570px){
    .categories-card__container{
        flex-wrap: wrap;
        justify-content: center;
    }

    .categories-title{
        margin-left: 3%;
    }

    .categories-card__wrapper{
        width: 95%;
		gap:0.5%;
    }
	
	.categories-card{
		width:49%
	}
	
	.categories-card.big-card{
		width:100%;
	}
}



.price{
	position:relative;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 90px;
    font-family: var(--font-family), sans-serif;
    margin-bottom: 130px;
}

.price-container{
    margin-top: 40px;
}

.price-card{
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--grai, #C1C3C2);
    background: #FFF;
    box-shadow: 0px 4px 6px 0px rgba(30, 34, 32, 0.13);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

.price-card__information{
    display: flex;
    align-items: center;
    gap: 40px;
}

.price-card__title{
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 16px;
}

.price-card__text{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    width: 90%;
}

.price-card__image{
	max-width:310px;
	max-height:200px;
	width:auto;
}

.price-card__cost{
    display: flex;
    align-items: center;
    gap: 15px;
}
.counter input[type="text"]:not([type="checkbox"]){
	border-bottom:none;
	width:30px;
	padding:0;
	margin:0;
	text-align:center;
	color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 400;
}

.counter{
    display: flex;
    align-items: center;
    gap: 10px;
	justify-content:center;
}

.price-card__cost__wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter button,
.counter div{
    background: none;
    border: none;
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
}

.cost-price{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    position: relative; 
}

.price-text{
    color: var(--black, #1E2220);
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}

.cost-price span{
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #1E2220;
    height: 1px;
    width: 100%;
}

.price-card__button{
    border-radius: 12px;
    background: var(--main-color, #15CF5A);
    padding: 16px 24px;
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 400;
    border: none;
    margin-right: 20px;
}

.price-card__button:hover{
    transition: .5s;
	opacity:0.8;
}

.card-discount-text span{
    color: var(--black, #1E2220);
    font-size: 13px;
    font-weight: 300;
    line-height: 130%;
    border-radius: 8px;
    padding: 4px 12px;
}

.card_discount__wrapper{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 8px;
    left: 8px;
}

.card-discount-text{
    margin-bottom: 15px;
}


.card-discount-text--red span{
    color: var(--unnamed, #FFF);
    background: var(--red, #C13238);
}

.card-discount-text--orange span{
    background: #EBA010;
}

.card-discount-text--yellow span{
    background: #E6EB10;
}

.card-discount-text--green span{
    background: var(--green, #15CF5A);
}

.price-text-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width:1200px){
    .price{
        padding: 0 10px;
    }
}

@media screen and (max-width:1000px){
    .price .header-container__bottom-link{
        font-size: 17px;
    }

    .price-card__cost{
        display: block;
        padding-right: 10px;
    }

    .price-card__cost__wrapper{
        flex-flow: column wrap;
        justify-content: end;
    }

    .counter{
        margin-bottom: 16px;
		
    }

    .price-text-box{
        padding-right: 15px;
    }

    .price-card__button{
        margin-top: 16px;
    }
}

@media screen and (max-width:768px){
    .header-container__bottom{
        gap: 7%;
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    .price .header-container__bottom button{
        display: none;        
    }

    .price .header-container__bottom-link{
        font-size: 20px;
    }

    .price-container{
        display: none;
    }

    .hits-container{
        display: flex;
    }
}



.about{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    font-family: var(--font-family), sans-serif;
    margin-top: -60px;
    padding-top: 110px;
    margin-bottom: 92px;
}

.about-container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px;
}

.about-image--first{
    position: absolute;
    top: 0;
    left: 0;
    width: 18%;
}

.about-image--second{
    position: absolute;
    bottom: -92px;
    right: 0;
    width: 14%;
}

.about-container{
    display: flex;
    align-items: center;
    gap: 23px;
}

.about-content__title{
    color: var(--black, #1E2220);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.about-content__text{
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 20px;
    width: 91%;
}

.about-image{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width:1860px){
    .about-content{
        margin-top: 15%;
    }

    
}

@media screen and (max-width:1300px){
    .about-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .about-content{
        width: 50%;
    }

    .about-image{
        width: 40%;
        transform: translateY(-25%);
    }

    .about-image__log{
        width: 100%;
        height: 100%;
    }

    .about-image__textlogo{
        width: 75%;
        height: 75%;
    }

    .about-image--second{
        width: 20%;
    }
}

@media screen and (max-width:1000px){
    .about-content__title{
        font-size: 28px;
        margin-bottom: 8px;
    }

    .about-content__text{
        font-size: 13px;
        margin-bottom: 10px;
    }

    .about-image--first{
        top: 6%;
    }


    .about-image{
        width: 40%;
        transform: translateY(-20%);
    }
    
    .about-content{
        margin-top: 10%;
    }
}

@media screen and (max-width:768px){
    .about{
        margin-bottom: 60px;
    }

    .about-image--second{
        bottom: -60px;
    }
}

@media screen and (max-width:576px){
    .about-container{
        display: flex;
        flex-flow: column-reverse;
    }

    .about-content{
        width: 90%;
        margin-top: -5%;
    }
    .about-image{
        width: 60%;
        margin-top: 50px;
    }

    .about-image--first{
        width: 35%;
    }

}

@media screen and (max-width:450px){
    .about-image--second{
        width: 25%;
    }
}

.swiper-pagination__horizontal{
    position: absolute;
    padding-top: 40px;
    position: static;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: var(--grai, #575858);
}

.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 8px;
    background: var(--main-color, #15CF5A);
  }

 


section.form{
    max-width: 1300px;
    margin: 0 auto;
    font-family: var(--font-family), sans-serif;
    margin-top: 90px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 90px;
}

.form-image{
    width: 65%;
}

.form-image img{
    width: 100%;
    height: 100%;
}

.form-container{
    width: 60%;
}

.form-container form{
    display: flex;
    flex-direction: column;
}

.form-container__title{
    color: #000;
    font-size: 40px;
    font-weight: 500;
    line-height: 130%; 
    margin-bottom: 40px;
}

form.form_2 label:not(.form-checkbox__text) {
    display: block;
    margin-bottom: 10px;
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}
  
:not(.se023-admin-panel-menu)>form input,
header .modal-content>form.form_2 input {
    border: none;
    border-bottom: 1px solid #C1C3C2;
    padding:0 0 16px;
    margin:5px 0 16px;
	width:auto;
	height:auto;
}

:not(.se023-admin-panel-menu)>form input:last-child{
    margin-bottom: 20px;
}

.form-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.form-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adadad;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-checkbox__text{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    padding-top: 5px;
}

.form-checkbox:checked+label::before {
    border: none;
    background-image: url("/local/templates/sushivashi/css/../img/check.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.form-button{
    border-radius: 12px;
    background: var(--main-color, #15CF5A);
    padding: 16px 24px;
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 400;
    border: none;
    width: 176px;
    margin-top: 23px;
}

.form-button:hover{
    transition: .5s;
	opacity:0.8;
}

@media screen and (max-width:1300px){
    section.form{
        padding-right: 15px;
    }
}

@media screen and (max-width:992px){
    .form-container__title{
        font-size: 30px;
    }
}

@media screen and (max-width:768px){
    .form-container__title{
        font-size: 25px;
    }

    form label, input{
        font-size: 13px;
    }

    .form-button{
        font-size: 13px;
    }

    .form-checkbox__text span{
        color: var(--main-color,#15CF5A);
    }
}

@media screen and (max-width:576px){
    section.form{
        flex-wrap: wrap;
        padding-right: 0;
    }

    .form-image{
        width: 100%;
    }

    .form-container{
        padding: 0px 18px 0px 22px;
        width: 100%;
    }

    .form-container__title{
        font-size: 28px;
    }

    .form-button{
        font-size: 16px;
    }
}


 .hits-2{
    max-width: 1300px;
    margin: 0 auto;
    padding: 90px 0 100px 0;
    font-family: var(--font-family), sans-serif;
    position: relative;
}

.hits-title{
    color: var(--black, #1E2220);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.hits-slide{
    border-radius: 12px;
    border: 1px solid var(--grai, #C1C3C2);
    background: var(--white, #FFF);
    height: auto;
    box-shadow: 0px 4px 6px 0px rgba(30, 34, 32, 0.13);
}

.hits-slide__image{
    width: 100%;
}

.hits-slide__image img{
    width: 100%;
	height:auto;
	max-height:250px;
	object-fit:cover;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	
}

.hits-slide__description{
    padding: 0px 20px;
    margin-bottom: 20px;
}

.hits-slide__title{
    color: var(--black, #1E2220);
    text-align: start;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.hits-slide__text{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}

.hits-card__cost-wrapper{
    display: flex;
    flex-direction: colum;
    justify-content: end;
}

.hits-slide .counter{
    display: flex;
    justify-content: end;
    padding-right: 20px;
}

.hits-slide__cost{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 16px;
    padding-right: 20px;
    margin-bottom: 16px;
}

.hits-cost{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    position: relative;
}

.hits-cost::before{
    content: '';
    background: #1E2220;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
}

.hits-cost__text{
    color: var(--black, #1E2220);
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}

.hits-button{
    border-radius: 12px;
    background: var(--main-color, #15CF5A);
    padding: 16px 24px;
    border: none;
    color: var(--white, #FFF);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    margin-left: 65%;
    margin-bottom: 20px;
}

.hits-button:hover{
    transition: .5s;
	opacity:0.8;
}
.hits-container{
    display: none;
}

@media screen and (max-width:1300px){
    .hits-2{
        padding: 90px 10px 100px 10px;
    }

    .hits-button{
        margin-left: 55%;
    }
}

@media screen and (max-width:900px){
    .hits-button{
        margin-left: 40%;
    }
}

@media (max-width: 768px){
    .hits .swiper-pagination{
        display: none;
    }

    .hits-title{
        font-size: 28px;
    }

    .hits-container{
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .hits-card{
        width: 25%;
        position: relative;
        border-radius: 12px;
        border: 1px solid var(--grai, #C1C3C2);
        box-shadow: 0px 4px 6px 0px rgba(30, 34, 32, 0.13);
		padding-bottom:10px;
    }
    
    
    .card-discount-text{
        margin-bottom: 5.27px;
    }

    .card-discount-text span{
        font-size: 9px;
        padding: 2.637px 7.912px;
    }

    .hits-slide__title{
        font-size: 13px;
        margin-bottom: 8px;
    }

    .hits-slide__text{
        font-size: 12px;
        width: 100%;
    }

    .counter{
        gap: 5px;
		justify-content:right;
		margin-right:20px;
    }

    .counter button,
    .counter div{
        font-size: 13px;
        font-weight: 400;
    }

    .hits-cost{
        font-size: 11px;
    }

    .hits-cost__text{
        font-size: 13px;
    }

    .hits-button{
        font-size: 10.549px;
        padding: 10.549px 15.823px;
		bottom:20px;
		margin-bottom:0;
    }
}

@media screen and (max-width:576px){
    .hits-container{
        flex-wrap: wrap;
    }

    .hits-card{
        width: 45%;
    }

}


@media screen and (max-width:360px){
    .hits-slide__description{
        margin-bottom: 40px;
    }
	.hits-card{
        padding-bottom: 20px;
    }
}



.section-reviews{
    overflow: hidden;
    font-family: var(--font-family), sans-serif;
    margin-top: 40px;
    margin-bottom: 90px;
}

.reviews-slide__image{
	float: right;
}
.reviews-slide__image img,
.reviews-slide__image>img{
	height:100px;
	object-fit:cover;
	width:auto;
}

@media (min-width: 768px){
    .section-reviews{
        display: flex;
    }
}

.section-reviews__content{
    flex: 0 0 100%;
}

.section-reviews__container{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.section-reviews__body{
    width: 60%;
}

.section-reviews__image img{
    max-width: 100%;
}

@media (min-width: 768px){
    .section-reviews__image{
        position: relative;
        flex: 0 0 40%;
        transform: translate(-100%, 0px);
    }

    .section-reviews__image img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        border-radius: 12px;
    }
}
.section-reviews__title{
    color: var(--black, #1E2220);
    font-size: 40px;
    font-weight: 500;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 90px;
}
.reviews-slider{
    height: 700px;
}
.reviews-swiper__wrapper{
    width: 92%;
}
.reviews-slide{
    border-radius: 12px;
    border: 1px solid var(--grai, #C1C3C2);
    padding: 20px;
    display: flex;
    gap: 15px;
    position: relative;
}
.reviews-description__title{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 12px;
}
.reviews-slide__text{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
}
.reviews-estimation__wrapper{
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.reviews-container{
    display: none;
}
.estimation-image{
	display:inline;
	width:auto;
}
@media (max-width: 1300px){
    .section-reviews__title{
        margin-left: 20px;
    }
}
@media (max-width: 850px){
    .section-reviews__body{
        width: 70%;
    }

    .section-reviews__image{
        flex: 0 0 30%;
    }
}
@media (max-width: 768px){
    .section-reviews__body{
        width: 100%;
        margin-bottom: 20px;
    }
}
@media (max-width: 450px){
    .section-reviews__content,
    .section-reviews__image{
        display: none;
    }

    .section-reviews__title{
        font-size: 23px;
    }

    .reviews-container{
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .reviews-card{
        width: 90%;
        border-radius: 12px;
        border: 1px solid var(--grai, #C1C3C2);
        padding: 20px;
        margin: 0 auto;
    }

    .reviews-card__image{
        margin-top: 10px;
        display: flex;
        align-items: end;
        justify-content: space-between;
    }
	
	.reviews-card__picture{
		max-width:100px;
	}

    .review-estimation__wrapper{
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
}


.map-container{
    max-width: 1300px;
    margin: 0 auto;
    font-family: var(--font-family), sans-serif;
    padding: 90px 0;
}

.map-title{
    color: var(--black, #1E2220);
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}

.map-wrapper{
    width: 100%;
    height: 50%;
}

@media (max-width: 1300px){
    .map-container{
        padding: 90px 10px;
    }
}

@media (max-width: 576px){
    .map-title{
        font-size: 23px;
    }
}

.footer{
    max-width: 1900px;
    margin: 0 auto;
    font-family: var(--font-family), sans-serif;
    position: relative;
}

.footer-cont{
    position: relative;
}

.footer-container{
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.footer-logo{
	width:auto;
}

.footer-logo__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
}

.footer-information__wrapper{
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.footer-navigation{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-navigation__link{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font-family), sans-serif;
}

.footer-contacts__wrapper{
    margin-bottom: 20px;
}

.footer-mail{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}
.footer-mail img{
	width:auto;
}

.footer-mail__link{
    color: var(--black, #1E2220);
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
    font-family: var(--font-family), sans-serif;
}

.contact-phone{
    color: var(--black, #1E2220);
    font-size: 24px;
    font-weight: 500;
    font-family: var(--font-family), sans-serif;
}

.footer-adress{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    line-height: 130%;
    margin-bottom: 20px;
    font-family: var(--font-family), sans-serif;
}

.footer-social{
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
}

.operating-mode{
    margin-bottom: 20px;
}

.operating-mode__title{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    font-family: var(--font-family), sans-serif;
}

.operating-mode__description{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font-family), sans-serif;
}

.confidentiality-link{
    color: var(--black, #1E2220);
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
    font-family: var(--font-family), sans-serif;
}

.footer-bottom{
    max-width: 1300px;
    margin: 0 auto;
    padding: 40px 0px;
}

.footer-bottom__text{
    color: var(--black, #1E2220);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    font-family: var(--font-family), sans-serif;
}

.footer-image__container{
    position: absolute;
    display: block;
    bottom: -100px;
    left: 0;
    width: 19%;
}

.footer-image__container img{
    width: 100%;
    height: 100%;
}

@media (max-width: 1300px){
    footer{
        padding: 0 10px;
    }
}

@media (max-width: 900px){
    .footer-container{
        flex-direction: column;
        row-gap: 20px;
        padding-top: 0;
    }
    .footer-information__wrapper{
        width: 100%;
    }
    .footer-logo__container{
        margin-left: 10%;
    }
    .footer-image__container{
        top: -5%;
        left: -2%;
        width: 22%;
        height: 40%;
    }
}

@media (max-width: 700px){
    .footer-navigation__link{
        font-size: 12px;
    }
    .footer-mail__link{
        font-size: 16px;
    }
    .contact-phone{
        font-size: 16px;
    }
    .footer-adress{
        font-size: 12px;
    }
    .operating-mode__title,
    .operating-mode__description{
        font-size: 16px;
    }
    .confidentiality-link{
        font-size: 8px;
    }
    .footer-bottom{
        padding: 20px 0px;
    }
}

@media (max-width: 550px){
    .footer-information__wrapper{
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start;
        padding: 0 20px;
    }
    .footer-navigation--end{
        order: 2;
    }
    .footer-navigation--center{
        order: 1;
    }
    .footer-navigation{
        width: 31%;
    }
    .footer-container{
        margin-bottom: 20px;
        position: relative;
    }
    .footer-navigation,
    .footer-information__container{
        margin-bottom: 40px;
    }
    .footer-logo__container{
        margin: 0 auto;
    }

     .footer-image__container{
        top: -5%;
        left: -2%;
        width: 35%;
        height: 25%;
    }
}

@media (max-width: 450px){
    .footer-navigation{
        width: auto;
    }

    .footer-information__wrapper{
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start;
    }

    .footer-information__container{
        width: 150px;
    }

    .footer-navigation{
        width: 81px;
    }

    .footer-image__container{
        top: -2%;
        left: -2%;
        width: 96px;
        height: 143px;
    }
    .footer-bottom{
        padding: 15px 0px;
    }
}
/* End */


/* Start:/local/templates/sushivashi/lib/jquery-modal-master/jquery.modal.min.css?16660231523201*/
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/* End */


/* Start:/local/templates/sushivashi/lib/fancybox/jquery.fancybox.min.css?166602315212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/sushivashi/components/bitrix/form.result.new/ordercall.2/style.css?170004223071*/
#modal_content .form_2 input.required::placeholder{
	color:#ee4444;
}
/* End */


/* Start:/local/templates/sushivashi/template_styles.css?171395150454943*/

body,
input,
textarea,
button {
  font-family: var(--font-family), sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  background-color: #F8F8F8;
  color: #555555;
  font-size: 20px;
  margin: 0;
}
a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--main-color,#D04715);
  cursor: pointer;
  text-decoration: none;
}
img {
  outline: none;
  border: none;
}
a,
a:hover,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
select:hover,
select:focus,
select:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
button,
button:hover,
button:focus,
button:active,
label,
label:hover,
label:focus,
label:active {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner,
select::-moz-focus-inner {
  border: none;
}
textarea,
input,
select,
button {
  border-radius: 0;
}
p {
  margin: 0 0 20px;
}
p:last-child {
  margin-bottom: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
h2 {
  color: #555555;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}
.subtitle-link {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: right;
  text-transform: uppercase;
}
.subtitle-link a {
  color: #555555;
}
.subtitle-link a:hover {
  color: var(--main-color,#D04715);
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 16px;
  width: 31px;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  z-index: 100;
}
.slick-prev {
  background-image: url('/local/templates/sushivashi/../images/arrow-prev.svg');
  left: -60px;
}
.slick-next {
  background-image: url('/local/templates/sushivashi/../images/arrow-next.svg');
  right: -60px;
}
.slick-dots {
  font-size: 0;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slick-dots button {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #555555;
  cursor: pointer;
  display: block;
  font-size: 0;
  padding: 0;
  height: 20px;
  width: 20px;
}
.slick-dots .slick-active button {
  background-color: var(--main-color,#D04715);
  border-color: var(--main-color,#D04715);
}
div.inner .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main-color,#D04715);
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
div.inner .callback-form__row .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main-color,#D04715);
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
div.inner .btn:hover {
  background-color: var(--additional-color,#6A4932);
  color: #fff;
}
.btn:active {
  background-color: var(--additional-color,#6A4932);
  color: #fff;
}
.inputbox {
  background-color: #fff;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #150a05;
  display: inline-block;
  font-size: 20px;
  padding: 12px 16px;
  text-align: right;
  width: 100%;
}
.inputbox::-webkit-input-placeholder {
  color: #CACACA;
  opacity: 1;
}
.inputbox::-moz-placeholder {
  color: #CACACA;
  opacity: 1;
}
.inputbox:-moz-placeholder {
  color: #CACACA;
  opacity: 1;
}
.inputbox:-ms-input-placeholder {
  color: #CACACA;
  opacity: 1;
}
textarea.inputbox {
  height: auto;
  resize: none;
}

.callback-form__agree .checkbox{
	position:static;
	opacity:1;
	width:auto;
	height:auto;
}

.checkbox input {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.checkbox input:checked + span::after {
  transform: scale(1);
}
.checkbox span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  padding-left: 28px;
  position: relative;
}
.checkbox span::before {
  background-color: #fff;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.checkbox span::after {
  background-image: url('/local/templates/sushivashi/images/icon-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  transform: scale(0);
  transition: all 0.3s ease;
}
.checkbox span a {
  color: #555555;
  text-decoration: underline;
}
.checkbox span a:hover {
  text-decoration: none;
}
.footer {
  background-color: var(--additional-color,#6A4932);
  color: #fff;
  margin-top: 15px;
  padding-left: calc(50% - 707px);
  padding-right: calc(50% - 707px);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.menu-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.menu-footer__item:not(:last-child) {
  margin-right: 50px;
}
.menu-footer__item a {
  color: #fff;
}
.footer-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer-social {
  text-align: right;
  width: 270px;
}
.footer-social .social {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-social .social svg {
  fill: #fff;
}
.footer-social__title {
  margin-bottom: 12px;
}
.footer-contacts {
  text-align: right;
  width: 370px;
}
.footer-contacts__item {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.footer-contacts__item:not(:last-child) {
  margin-bottom: 12px;
}
.footer-contacts__item svg {
  height: 25px;
  width: 25px;
  fill: #fff;
  margin-right: 8px;
}
.footer-apps__title {
  margin-bottom: 16px;
}
.footer-apps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 4px;
}
.copyright {
  margin-top: 80px;
  text-align: center;
}
.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #fff;
  padding-left: calc(50% - 707px);
  padding-right: calc(50% - 707px);
  padding-top: 12px;
  padding-bottom: 12px;
}
.logo {
  margin-right: 30px;
  position: relative;
}
.logo__image {
  display: block;
  max-width: 100%;
}
.logo__title {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-flex {
  padding-bottom: 16px;
  position: relative;
  width: 100%;
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-top__item a {
  color: #555555;
}
.menu-top__item a:hover {
  color: var(--main-color,#D04715);
}
.menu-top__item.active a {
  color: #EAEAEA;
}
.header-user {
  margin-right: 10px;
}
.header-user svg {
  display: block;
  fill: #555555;
  height: 31px;
  width: 31px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-user svg:hover {
  fill: var(--main-color,#D04715);
}
.header-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.header-city__selected {
  font-weight: 500;
  text-decoration: underline;
}
.header-city__selected:hover {
  text-decoration: none;
}
.header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 96px;
}
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #D9D9D9;
  margin-right: 20px;
  max-width: 536px;
  position: relative;
  width: 100%;
}
.search__input {
  border: none;
  line-height: 26px;
  padding: 15px;
  width: 100%;
}
.search-button {
  background-color: transparent;
  border: none;
  color: #CACACA;
  cursor: pointer;
  font-size: 20px;
  padding: 10px 48px;
}
.search-button:hover {
  color: var(--main-color,#D04715);
}
.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 26px;
  padding-right: 20px;
  white-space: nowrap;
}
.header-phone__num {
  background-image: url('/local/templates/sushivashi/images/icon-phone.svg');
  background-position: left center;
  background-repeat: no-repeat;
  color: #555555;
  font-size: 24px;
  font-weight: 700;
  padding-left: 38px;
  position: relative;
}
.header-phone__num::after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.08.015.014 0l8.519 12.873L17.08.014Z' fill='%23555'/%3E%3C/svg%3E");
  content: '';
  height: 13px;
  width: 18px;
  position: absolute;
  top: calc(50% - 6px);
  right: -20px;
}
.header-phone__num:hover {
  color: var(--main-color,#D04715);
}
.header-phone__link {
  margin-top: 5px;
  text-decoration: underline;
}
.header-phone__link:hover {
  text-decoration: none;
}
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 15px;
}
.social svg {
  display: block;
  fill: #555555;
  height: 36px;
  width: 36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social svg:hover {
  fill: var(--main-color,#D04715);
}
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding-bottom: 4px;
  padding-right: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.favorite svg {
  display: block;
  fill: #555555;
  height: 39px;
  width: 39px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.favorite svg:hover {
  fill: var(--main-color,#D04715);
}
.cart {
  margin-left: 5px;
  position: relative;
}
.cart svg {
  display: block;
  fill: #555555;
  height: 39px;
  width: 39px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart svg:hover {
  fill: var(--main-color,#D04715);
}
.cart__value {
  background-color: var(--main-color,#D04715);
  border-radius: 50%;
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  position: absolute;
  bottom: -10px;
  right: -5px;
}
.header-nav {
  padding-left: calc(50% - 707px);
  padding-right: calc(50% - 707px);
  padding-top: 30px;
  padding-bottom: 30px;
}
.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu__item {
  font-size: 36px;
  text-transform: uppercase;
}
.menu__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  color: #555555;
  height: 100%;
}
.menu__item a:hover {
  color: var(--main-color,#D04715);
}
.menu__item svg {
  fill: #555555;
  display: block;
  height: 10px;
  width: 40px;
}
.menu__item svg:hover {
  fill: var(--main-color,#D04715);
}
.header-mobile {
  display: none;
  gap: 8px;
}
.header-mobile__toggle svg {
  height: 33px;
  width: 33px;
}
.header-mobile__search svg {
  height: 33px;
  width: 34px;
}
.section-wrap {
  padding-left: calc(50% - 707px);
  padding-right: calc(50% - 707px);
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-slider {
  padding-left: calc(50% - 707px);
  padding-right: calc(50% - 707px);
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.main-slider .slick-dots button {
  border-color: transparent;
}
.main-slider:not(.slick-initialized) .main-slider__item:not(:first-of-type) {
  display: none;
}
.main-slider__item {
  background-color: #555555;
  background-position: center center;
  background-size: cover;
  height: 700px;
  position: relative;
}
.main-slider__description {
  color: #fff;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-slider__title {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 4px;
}
.main-slider__button {
  margin-top: 20px;
}
div.inner .main-slider__button .btn {
  font-size: 32px;
  padding: 24px 52px;
}
main .main-navSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
main .main-navSlider__item {
  
  max-height: 250px;
  position: relative;
  width: 25%;
}
main .main-navSlider__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
main .main-navSlider__item::before {
  background-color: rgba(21, 10, 5, 0.5);
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .main-navSlider__item:hover::before {
  opacity: 1;
}
main .main-navSlider__item:hover .main-navSlider__title {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
main .main-navSlider__title {
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 10px;
}
.popular__item {
  position: relative;
  width: calc(25% - 7.5px);
}
.popular__item::before {
  background-color: rgba(21, 10, 5, 0.5);
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular__item:hover::before {
  opacity: 1;
}
.popular__item:hover .popular__title {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.popular__inner {
  padding-top: 83%;
  position: relative;
}
.popular__inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.popular__title {
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.callback-form:not(.form_2) {
  background-color: #555555;
  color: #fff;
  padding: 20px;
}
.callback-form h2 {
  color: #fff;
}
.callback-form__text {
  margin-bottom: 40px;
  text-align: center;
}
.callback-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 934px;
}
.callback-form__row > * {
  width: calc(33.333% - 26.666px);
}
.callback-form__row .btn {
  padding: 14px 32px;
}
.callback-form__agree {
  margin-left: auto;
  margin-right: auto;
  max-width: 934px;
}
.hits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.hits.slick-initialized {
  display: block;
}
.hits:not(.slick-initialized) .hits__item:not(:nth-child(n+5)) {
  display: none;
}
.hits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #CACACA;
  margin: 0 4px;
  padding: 20px;
  width: 25%;
}
.slick-initialized .hits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hits__image {
  margin-bottom: 20px;
  position: relative;
}
.hits__image:hover .hits__image__link img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hits__image__link {
  display: block;
  height: 260px;
  overflow: hidden;
}
.hits__image__link img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.add-to-favorite {
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  top: 16px;
  right: 16px;
}
.add-to-favorite svg {
  fill: #fff;
}
.add-to-favorite.active svg {
  fill: var(--main-color,#D04715);
}
.hits__title {
  color: #555555;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 4px;
}
.hits__title:hover {
  color: var(--main-color,#D04715);
}
.hits__comp {
  font-size: 12px;
  margin-bottom: 4px;
}
.hits__calories {
  color: #CACACA;
  font-size: 14px;
  margin-bottom: 24px;
}
.hits__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-top: auto;
}
.hits__price {
  color: #555555;
  font-size: 24px;
  margin-right: 16px;
  white-space: nowrap;
}
.hits__price span {
  color: var(--main-color,#D04715);
  font-size: 14px;
}
.dish {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.dish__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: calc(50% - 10px);
}
.dish__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: 4px 0px 8px #9C9C9C;
  position: relative;
  width: 43.6%;
}
.dish__image:hover .dish__image-inner img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.dish__image-inner {
  display: block;
  min-height: 100%;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.dish__image-inner img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dish__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  width: 56.4%;
}
.dish__title {
  color: #555555;
  font-size: 36px;
  margin-bottom: 20px;
}
.dish__title:hover {
  color: var(--main-color,#D04715);
}
.dish__text {
  color: #555555;
  font-size: 14px;
  margin-bottom: 16px;
}
.dish__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-top: auto;
}
.dish__price {
  color: #555555;
  font-size: 24px;
  margin-right: 16px;
}
.dish__price span {
  color: var(--main-color,#D04715);
  font-size: 14px;
}
.advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 88px;
}
.advantage__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  gap: 36px;
  width: calc(25% - 66px);
}
.advantage__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.advantage__icon svg {
  display: block;
}
.advantage__text {
  color: #555555;
}
.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border: 1px solid #CACACA;
  margin: 0 10px;
  padding: 20px;
  width: 50%;
}
.reviews__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  margin-top: 32px;
  margin-right: 20px;
  overflow: hidden;
}
.reviews__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.reviews__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.reviews__stars {
  margin-left: 20px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='30' viewBox='0 0 41 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.997.942 3.496 7.169a1.67 1.67 0 0 0 1.257.924l7.819 1.15c1.37.201 1.916 1.904.925 2.88l-5.657 5.581a1.702 1.702 0 0 0-.48 1.495l1.335 7.88c.234 1.38-1.198 2.432-2.422 1.781l-6.993-3.72a1.654 1.654 0 0 0-1.554 0l-6.993 3.72c-1.225.652-2.656-.401-2.422-1.781l1.335-7.88a1.702 1.702 0 0 0-.48-1.495l-5.657-5.58c-.99-.978-.444-2.68.925-2.881l7.819-1.15a1.67 1.67 0 0 0 1.257-.924L14.003.94a1.66 1.66 0 0 1 2.994 0Z' fill='%23C5C5C5'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 41px 30px;
  height: 31px;
  width: 195px;
}
.reviews__stars-value {
  background-image: url("data:image/svg+xml,%3Csvg width='41' height='30' viewBox='0 0 41 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.997.942 3.496 7.169a1.67 1.67 0 0 0 1.257.924l7.819 1.15c1.37.201 1.916 1.904.925 2.88l-5.657 5.581a1.702 1.702 0 0 0-.48 1.495l1.335 7.88c.234 1.38-1.198 2.432-2.422 1.781l-6.993-3.72a1.654 1.654 0 0 0-1.554 0l-6.993 3.72c-1.225.652-2.656-.401-2.422-1.781l1.335-7.88a1.702 1.702 0 0 0-.48-1.495l-5.657-5.58c-.99-.978-.444-2.68.925-2.881l7.819-1.15a1.67 1.67 0 0 0 1.257-.924L14.003.94a1.66 1.66 0 0 1 2.994 0Z' fill='%23FAFF01'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 41px 30px;
  height: 31px;
  width: 0;
}
.reviews__button {
  margin-top: 20px;
  text-align: center;
}
.reviews__button .btn {
  padding: 20px 72px;
}
.text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.text-wrap__description {
  max-width: 60%;
}
.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2px;
}
.team.slick-initialized {
  display: block;
}
.team:not(.slick-initialized) .team__item:not(:nth-child(n+5)) {
  display: none;
}
.team__item {
  background-color: #fff;
  margin: 0 2px;
  padding: 32px 32px 56px;
  text-align: center;
  width: 25%;
}
.team__image {
  border-radius: 50%;
  height: 168px;
  width: 168px;
  margin: 0 auto 20px;
  overflow: hidden;
}
.team__image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.team__title {
  color: #CACACA;
}
.information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  gap: 20px;
}
.information__item {
  height: 344px;
  position: relative;
  width: calc(25% - 15px);
}
.information__item.big {
  width: calc(50% - 10px);
}
.information__item::before {
  background-color: rgba(21, 10, 5, 0.5);
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 16;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.information__item::after {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.information__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.information__item:hover::before {
  opacity: 1;
}
.information__item:hover .information__title {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.information__title {
  color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size:20px;
}
.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
}
.action.slick-initialized {
  display: block;
}
.action:not(.slick-initialized) .action__item:not(:nth-child(n+5)) {
  display: none;
}
.action__item {
  display: block;
  height: 590px;
  margin: 0 30px;
  overflow: hidden;
  width: 33.333%;
}
.action__item:hover .action__image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.action__image {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}
.blog__item {
  color: #555555;
  margin: 0 10px;
  width: calc(30%);
}
.blog__item:first-child {
  width: calc(40%);
}
.blog__item:hover .blog__image img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.blog__image {
  overflow: hidden;
  padding-top: 62%;
  position: relative;
}
.blog__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog__title {
  margin-top: 16px;
}
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.news.slick-initialized {
  display: block;
}
.news:not(.slick-initialized) .news__item:not(:nth-child(n+5)) {
  display: none;
}
.news__item {
  margin: 0 10px;
  position: relative;
  width: 50%;
}
.news__item:hover .news__image::after {
  opacity: 1;
}
.news__item:hover .news__title {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.news__image {
  padding-top: 71%;
  position: relative;
}
.news__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news__image::after {
  background-color: rgba(21, 10, 5, 0.5);
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 15;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__title {
  color: #fff;
  font-size: 36px;
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map {
  height: 760px;
  position: relative;
}
.map-contact {
  background-color: #fff;
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.25);
  padding: 20px 28px;
  width: 420px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.map-contact__title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.map-contact__slider:not(.slick-initialized) .map-contact__list:not(:first-of-type) {
  display: none;
}
.map-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  color: #7C5F4A;
}
.map-contact__item:not(:last-child) {
  margin-bottom: 16px;
}
.map-contact__item svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 25px;
  width: 25px;
  fill: #555555;
  margin-right: 4px;
}

.contacts{
	padding:20px 0;
}
.contacts .map-contact__item{
	margin:0;
	
}
.contacts .map-contact__item.place{
	display:inline-block;
}
.contacts .map-contact__item.place{
	display:inline-block;
}
.contacts .map-contact__item.place div{
	margin-bottom:5px;
	display:flex;
}
.contact__title{
	text-align:center;
	font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
img.time{
	width:20px;
	height:20px;
	margin-right:4px;
}
.contact__list{
	display:flex;
	justify-content:space-around;
	align-items:flex-start;
	font-size:20px;
}

@media all and (max-width: 1446px) {
  .header-main {
    padding-left: 16px;
    padding-right: 16px;
  }
  .header-nav {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-slider {
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .menu__item {
    font-size: 32px;
  }
  .popular {
    gap: 15px;
  }
  .popular__item {
    width: calc(33.333% - 10px);
  }
  .action {
    margin: 0 -16px;
  }
  .action__item {
    margin: 0 16px;
  }
}
@media all and (max-width: 1280px) {
  body {
    font-size: 16px;
  }
  .slick-dots button {
    height: 18px;
    width: 18px;
  }
  .header-middle {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0;
  }
  .menu-top {
    gap: 32px;
  }
  .logo__title {
    bottom: -15px;
  }
  .social {
    gap: 8px;
  }
  .social svg {
    height: 24px;
    width: 24px;
  }
  .favorite svg {
    height: 24px;
    width: 24px;
  }
  .cart svg {
    height: 24px;
    width: 24px;
  }
  .header-phone__num {
    background-size: 19px;
    font-size: 20px;
    padding-left: 24px;
  }
  .header-phone__num::after {
    background-size: 100%;
    height: 9px;
    width: 14px;
  }
  .menu__item {
    font-size: 20px;
  }
  .main-slider__item {
    height: 528px;
  }
  .main-slider__title {
    font-size: 48px;
  }
  div.inner .main-slider__button .btn {
    font-size: 20px;
    padding: 20px 48px;
  }
  main .main-nav__title {
    font-size: 14px;
  }
  .callback-form h2 {
    margin-bottom: 4px;
  }
  .callback-form__text {
    margin-bottom: 20px;
  }
  .dish__title {
    font-size: 20px;
  }
  .advantage__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantage__text {
    text-align: center;
  }
  .reviews {
    display: block;
    margin: 0;
  }
  .reviews__item {
    margin: 0;
    width: 100%;
  }
  .reviews__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .team__item {
    padding: 24px;
  }
  .team__image {
    height: 128px;
    width: 128px;
  }
  .information__item {
    height: 240px;
  }
  .action__item {
    height: 440px;
  }
  .news__title {
    font-size: 20px;
  }
  .map {
    height: 660px;
  }
}
@media all and (max-width: 1023px) {
  body {
    background-color: #fff;
    font-size: 14px;
  }
  h2 {
    font-size: 40px;
  }
  .header {
    padding-bottom: 28px;
  }
  .header-main {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;
    position: relative;
  }
  .header-flex {
    width: auto;
    padding-bottom: 0;
    position: static;
  }
  .header-top {
    display: none;
  }
  .header-bottom {
    padding: 0;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .social {
    display: none;
  }
  .search {
    display: none;
  }
  .logo__image {
    width: 116px;
  }
  .favorite svg {
    height: 33px;
    width: 33px;
  }
  .cart svg {
    height: 33px;
    width: 33px;
  }
  .header-nav {
    display: none;
  }
  .main-slider__title {
    font-size: 32px;
    margin-bottom: 80px;
  }
  main .main-navSlider {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  main .main-nav__item {
    max-height: 228px;
    width: 50%;
  }
  main .main-navSlider__title {
    padding: 10px;
  }
  .popular {
    gap: 36px;
  }
  .popular__item {
    width: calc(50% - 18px);
  }
  .popular__title {
    padding: 10px;
  }
  .callback-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    max-width: 284px;
  }
  .callback-form__row > * {
    width: 100%;
  }
  .hits__title {
    font-size: 20px;
  }
  .hits__price {
    font-size: 20px;
  }
  .dish {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .dish__item {
    width: 100%;
  }
  .dish__price {
    font-size: 20px;
  }
  .advantage {
    gap: 32px;
  }
  .advantage__item {
    gap: 8px;
    width: calc(25% - 24px);
  }
  .advantage__icon img {
    height: 42px;
  }
  .reviews__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  .reviews__image {
    margin: auto auto 4px;
  }
  .reviews__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .reviews__date {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 4px;
  }
  .text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-wrap__image {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
  .text-wrap__image img {
    max-width: 250px;
  }
  .text-wrap__description {
    max-width: none;
  }
  .information__item {
    width: calc(50% - 10px);
  }
  .information__item.big {
    width: 100%;
  }
  .information__title {
    padding: 10px;
  }
  .action__item {
    height: 400px;
  }
  .news {
    margin: 0 -4px;
  }
  .news__item {
    margin: 0 4px;
  }
  .news__title {
    font-size: 14px;
    padding: 10px;
  }
  .map {
    height: 550px;
  }
  .map-contact__title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .map-contact {
    width: 310px;
    padding: 10px 20px;
  }
  .map-contact__item svg {
    height: 20px;
    width: 20px;
  }
  .footer {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .footer-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-footer {
    margin-bottom: 32px;
  }
  .footer-middle {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .footer-contacts {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
    width: 100%;
  }
  .footer-contacts__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contacts__item:not(:last-child) {
    margin-bottom: 0;
  }
  .footer-contacts__item.address {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .footer-contacts__item.cards {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }
  .footer-social {
    text-align: center;
    width: 50%;
  }
  .footer-social .social {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-apps {
    text-align: center;
    width: 50%;
  }
  .footer-apps__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-apps__list img {
    height: 20px;
  }
  .copyright {
    margin-top: 20px;
  }
}
@media all and (max-width: 700px) {
  body {
    font-size: 12px;
  }
  
  body .main-slider__text{font-size:12px}
  
  h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 12px;
  }
  .slick-dots {
    margin-top: 10px;
  }
  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots button {
    height: 10px;
    width: 10px;
  }
  .header {
    padding-bottom: 12px;
  }
  .header-main {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .header-phone {
    display: none;
  }
  .logo {
    margin-right: 0;
  }
  .logo__image {
    width: 56px;
  }
  .logo__title {
    width: 60px;
    bottom: -8px;
  }
  .header-mobile__toggle svg {
    height: 18px;
    width: 18px;
  }
  .header-mobile__search svg {
    height: 18px;
    width: 18px;
  }
  .favorite svg {
    height: 18px;
    width: 18px;
  }
  .cart svg {
    height: 18px;
    width: 18px;
  }
  .cart__value {
    height: 10px;
    width: 10px;
    font-size: 6px;
    line-height: 10px;
  }
  .main-slider__item {
    height: 128px;
  }
  .main-slider__title {
    display: none;
  }
  .main-slider__button {
    margin-top: 4px;
  }
  div.inner .main-slider__button .btn {
    font-size: 5px;
    padding: 4px 8px;
  }
  main .main-nav__item {
    max-height: 128px;
    width: 100%;
  }
  .popular {
    gap: 12px;
  }
  .popular__item {
    width: calc(50% - 6px);
  }
  .inputbox {
    font-size: 12px;
    padding: 8px 12px;
  }
  .btn {
    font-size: 12px;
    padding: 8px 20px;
  }
  .checkbox span {
    font-size: 12px;
    padding-left: 20px;
  }
  .checkbox span::before {
    height: 10px;
    width: 10px;
    top: 1px;
  }
  .checkbox span::after {
    height: 10px;
    width: 10px;
    top: 1px;
  }
  .callback-form h2 {
    font-size: 20px;
  }
  .callback-form__text {
    font-size: 10px;
  }
  .callback-form__row {
    max-width: 180px;
  }
  .callback-form__row .btn {
    padding: 8px 20px;
  }
  .callback-form__agree {
    max-width: 180px;
  }
  .hits__image__link {
    height: 190px;
  }
  .hits__title {
    font-weight: 400;
  }
  .hits__price {
    font-size: 14px;
  }
  .dish__price {
    font-size: 14px;
  }
  .advantage {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
  .advantage__item {
    gap: 8px;
    width: calc(50% - 16px);
  }
  .reviews__image {
    height: 90px;
    width: 90px;
  }
  .reviews__top {
    top: 5px;
    right: 5px;
  }
  .reviews__stars {
    background-size: 13px 9px;
    width: 62px;
    height: 9px;
  }
  .reviews__stars-value {
    background-size: 13px 9px;
    height: 9px;
  }
  .reviews__button .btn {
    font-size: 12px;
    padding: 8px 20px;
  }
  .information {
    gap: 10px;
  }
  .information__item {
    width: calc(50% - 5px);
  }
  .information__item.big {
    width: 100%;
  }
  .action {
    margin: 0 -6px;
  }
  .action__item {
    margin: 0 6px;
  }
  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .blog__item {
    margin: 0;
    width: 100%;
  }
  .blog__item:first-child {
    width: 100%;
  }
  .blog__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .blog__title {
    margin-top: 4px;
  }
  .subtitle-link {
    font-size: 12px;
  }
  .news__title {
    font-size: 12px;
  }
  .map {
    height: 328px;
    padding-bottom: 48px;
  }
  .map-contact {
    width: 190px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .map-contact__title {
    font-size: 20px;
  }
  .map-contact__item:not(:last-child) {
    margin-bottom: 4px;
  }
  .menu-footer {
    display: none;
  }
  .footer-contacts {
    margin-bottom: 12px;
  }
  .footer-contacts__item svg {
    height: 16px;
    width: 16px;
  }
  .footer-social {
    width: 100%;
  }
  .footer-social .social svg {
    height: 16px;
    width: 16px;
  }
  .footer-social__title {
    display: none;
  }
  .footer-apps {
    display: none;
  }
  
  .contact__list{
    display:block;
  }
  

}
@media all and (max-width: 500px) {
  .dish__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dish__image {
    width: 100%;
  }
  .dish__image-inner {
    height: 280px;
    padding-top: 0;
  }
  .dish__description {
    padding: 10px;
    width: 100%;
  }
  .team__item {
    border: 1px solid #CACACA;
    padding: 10px;
  }
  .team__image {
    height: 80px;
    width: 80px;
    margin-bottom: 8px;
  }
  .information__item {
    height: 200px;
    width: 100%;
  }
  .action__item {
    height: 160px;
  }
}


@media all and (max-width: 1446px) {
    .header-main {padding-left: 16px; padding-right: 16px;}
    .header-nav {padding-left: 16px; padding-right: 16px;}
    .section-slider {padding-left: 16px; padding-right: 16px;}
    .section-wrap {padding-left: 16px; padding-right: 16px;}
    .footer {padding-left: 16px; padding-right: 16px;}

    .menu__item {font-size: 32px;}

    .popular {gap: 15px;}
    .popular__item {width: ~'calc(33.333% - 21.333px)';}

    .action {margin: 0 -16px;}
    .action__item {margin: 0 16px;}
}

@media all and (max-width: 1280px) {
    body {font-size: 16px;}

    .slick-dots button {height: 18px; width: 18px;}

    .header-middle {.align-items-start(); padding-right: 0;}
    .menu-top {gap: 32px;}
    .logo__title {bottom: -15px;}
    .social {gap: 8px;}
    .social svg {height: 24px; width: 24px;}
    .favorite svg {height: 24px; width: 24px;}
    .cart svg {height: 24px; width: 24px;}
    .header-phone__num {background-size: 19px; font-size: 20px; padding-left: 24px;}
    .header-phone__num::after {background-size: 100%; height: 9px; width: 14px;}

    .menu__item {font-size: 20px;}

    .main-slider__item {height: 528px;}
    .main-slider__title {font-size: 48px;}
    div.inner .main-slider__button .btn {font-size: 20px; padding: 20px 48px;}
    .main-nav__title {font-size: 14px;}

    .callback-form h2 {margin-bottom: 4px;}
    .callback-form__text {margin-bottom: 20px;}

    .dish__title {font-size: 20px;}

    .advantage__item {.column();}
    .advantage__text {text-align: center;}

    .reviews {display: block; margin: 0;}
    .reviews__item {margin: 0; width: 100%;}
    .reviews__item:not(:last-child) {margin-bottom: 20px;}

    .team__item {padding: 24px}
    .team__image {height: 128px; width: 128px;}

    .information__item {height: 240px;}

    .action__item {height: 440px;}

    .news__title {font-size: 20px;}

    .map {height: 660px;}
}

@media all and (max-width: 1023px) {
    body {background-color: #fff; font-size: 14px;}
    h2 {font-size: 40px;}

    .header {padding-bottom: 28px;}
    .header-main {.justify-content-center(); padding-left: 80px; padding-right: 80px; position: relative;}
    .header-flex {width: auto; padding-bottom: 0; position: static;}
    .header-top {display: none;}
    .header-bottom {padding: 0; top: 50%; right: 16px; transform(translateY(-50%));}
    .header-mobile {.display-flex(); position: absolute; top: 50%; left: 16px; transform(translateY(-50%));}
    .social {display: none;}
    .search {display: none;}
    .logo__image {width: 116px;}
    .logo__title {}
    .favorite svg {height: 33px; width: 33px;}
    .cart svg {height: 33px; width: 33px;}

    .header-nav {display: none;}

    .main-slider__title {font-size: 32px; margin-bottom: 80px;}
    .main-nav {.row-wrap();}
    div.inner .main-navSlider__item {max-height: 228px; width: 50%;}
    .main-nav__title {padding: 10px;}

    .popular {gap: 36px;}
    .popular__item {width: ~'calc(50% - 18px)';}
    .popular__title {padding: 10px;}

    .callback-form__row {.column(); gap: 4px; max-width: 284px;}
    .callback-form__row > * {width: 100%;}

    .hits__title {font-size: 20px;}
    .hits__price {font-size: 20px;}

    .dish {.column(); gap: 12px;}
    .dish__item {width: 100%;}

    .dish__price {font-size: 20px;}

    .advantage {gap: 32px;}
    .advantage__item {gap: 8px; width: ~'calc(25% - 24px)';}
    .advantage__icon img {height: 42px;}

    .reviews__item {.column(); .justify-content-center(); position: relative;}
    .reviews__image {margin: auto auto 4px;}
    .reviews__top {.column(); .align-items-end(); margin-bottom: 0; position: absolute; top: 20px; right: 20px;}
    .reviews__date {.flex-order(2); margin-top: 4px;}

    .text-wrap {.column();}
    .text-wrap__image {.flex-order(-1); margin-bottom: 20px;}
    .text-wrap__image img {max-width: 250px;}
    .text-wrap__description {max-width: none;}

    .information__item {width: ~'calc(50% - 10px)';}
    .information__item.big {width: 100%;}
    .information__title {padding: 10px;}

    .action__item {height: 400px;}

    .news {margin: 0 -4px;}
    .news__item {margin: 0 4px;}
    .news__title {font-size: 14px; padding: 10px;}

    .map {height: 550px;}
    .map-contact__title {font-size: 36px; font-weight: 400; margin-bottom: 10px;}
    .map-contact {width: 310px; padding: 10px 20px;}
    .map-contact__item svg {height: 20px; width: 20px;}

    .footer {padding-top: 16px; padding-bottom: 16px;}
    .footer-social .social {.display-flex();}
    .menu-footer {margin-bottom: 32px;}
    .footer-middle {.row-wrap();}
    .footer-contacts {.flex-order(-1); .display-flex(); .row-wrap(); .justify-content-center(); gap: 12px; margin-bottom: 32px; width: 100%;}
    .footer-contacts__item {.justify-content-center();}
    .footer-contacts__item:not(:last-child) {margin-bottom: 0;}
    .footer-contacts__item.address {.flex-order(-1);width: 100%; }
    .footer-contacts__item.cards {position: absolute; bottom: 8px; right: 16px;}
    .footer-social {text-align: center; width: 50%;}
    .footer-social .social {.justify-content-center();}
    .footer-apps {text-align: center; width: 50%;}
    .footer-apps__list {.justify-content-center();}
    .footer-apps__list img {height: 20px;}

    .copyright {margin-top: 20px;}
}

@media all and (max-width: 700px) {
    body {font-size: 12px;}
    h2 {font-size: 36px; font-weight: 400; margin-bottom: 12px;}

    .slick-dots {margin-top: 10px;}
    .slick-dots li {margin: 0 4px;}
    .slick-dots button {height: 10px; width: 10px;}

    .header {padding-bottom: 12px;}

    .header-main {padding-top: 8px; padding-bottom: 8px;}
    .header-phone {display: none;}
    .logo {margin-right: 0;}
    .logo__image {width: 56px;}
    .logo__title {width: 60px; bottom: -8px;}
    .header-mobile__toggle svg {height: 18px; width: 18px;}
    .header-mobile__search svg {height: 18px; width: 18px;}
    .favorite svg {height: 18px; width: 18px;}
    .cart svg {height: 18px; width: 18px;}
    .cart__value {height: 10px; width: 10px; font-size: 6px; line-height: 10px;}

    .main-slider__item {height: 128px;}
    .main-slider__title {display: none;}
    .main-slider__button {margin-top: 4px;}
    div.inner .main-slider__button .btn {font-size: 5px; padding: 4px 8px;}

    div.inner .main-navSlider__item {max-height: 128px; width: 100%;}

    .popular {gap: 12px;}
    .popular__item {width: ~'calc(50% - 6px)';}

    .inputbox {font-size: 12px; padding: 8px 12px;}
    .btn {font-size: 12px; padding: 8px 20px;}
    .checkbox span {font-size: 12px; padding-left: 20px;}
    .checkbox span::before {height: 10px; width: 10px; top: 1px;}
    .checkbox span::after {height: 10px; width: 10px; top: 1px;}

    .callback-form h2 {font-size: 20px;}
    .callback-form__text {font-size: 10px;}
    .callback-form__row {max-width: 180px;}
    .callback-form__row .btn {padding: 8px 20px;}
    .callback-form__agree {max-width: 180px;}

    .hits__image__link {height: 190px;}
    .hits__title {font-weight: 400;}
    .hits__price {font-size: 14px;}

    .dish__price {font-size: 14px;}

    .advantage {.row-wrap();}
    .advantage__item {gap: 8px; width: ~'calc(50% - 16px)';}

    .reviews__image {height: 90px; width: 90px;}
    .reviews__top {top: 5px; right: 5px;}
    .reviews__stars {background-size: 13px 9px; width: 62px; height: 9px;}
    .reviews__stars-value {background-size: 13px 9px; height: 9px;}
    .reviews__button .btn {font-size: 12px; padding: 8px 20px;}

    .information {gap: 10px;}
    .information__item {width: ~'calc(50% - 5px)';}
    .information__item.big {width: 100%;}

    .action {margin: 0 -6px;}
    .action__item {margin: 0 6px;}

    .blog {.column(); margin: 0;}
    .blog__item {margin: 0; width: 100%;}
    .blog__item:first-child {width: 100%;}
    .blog__item:not(:last-child) {margin-bottom: 10px;}
    .blog__title {margin-top: 4px;}

    .subtitle-link {font-size: 12px;}

    .news__title {font-size: 12px;}

    .map {height: 328px; padding-bottom: 48px;}
    .map-contact {width: 190px; bottom: 0; left: 50%; transform(translate(-50%, 0));}
    .map-contact__title {font-size: 20px;}
    .map-contact__item:not(:last-child) {margin-bottom: 4px;}

    .menu-footer {display: none;}
    .footer-contacts {margin-bottom: 12px;}
    .footer-contacts__item svg {height: 16px; width: 16px;}
    .footer-social {width: 100%;}
    .footer-social .social svg {height: 16px; width: 16px;}
    .footer-social__title {display: none;}
    .footer-apps {display: none;}
}

@media all and (max-width: 500px) {
    .dish__item {.column();}
    .dish__image {width: 100%; }
    .dish__image-inner {height: 280px; padding-top: 0;}
    .dish__description {padding: 10px; width: 100%;}

    .team__item {border: 1px solid #CACACA; padding: 10px;}
    .team__image {height: 80px; width: 80px; margin-bottom: 8px;}

    .information__item {height: 200px; width: 100%;}

    .action__item {height: 160px;}
}
section.content{
	margin-bottom:15px;
}
.form textarea{
	border: 2px solid #E3E3E3;
}
.form .order__tab-list input[type="radio"]{
	display:none;
} 
.header__active--flex{
	display:flex;
}
.footer-social a img,
.header-social a img{
	width:24px;
	height:24px;
}
.header__active--block{
	display:block;
}

.region-list{
	display:flex;
	gap:5px;
	justify-content:space-between;
}
.region-list li{
	color:var(--main-color,#D04715);
	padding-top:5px;
	cursor:pointer;
	min-width:calc(33% - 5px);
	text-align:center;
	font-size:20px;
}
.region-list li:hover{
	text-decoration:underline;
}
.burger-contacts__wrapper .header__location{
	margin-bottom:5px;
}

.map-contact__item.phone .phone-list{
	display:flex;
	flex-direction:column;
	gap: 10px;
}
.header-2{
	padding:0 10px;
}
@media screen and (max-width:1000px){
	.header__active--flex{
		display:none;
	}
	.price .header__active--flex{
		display:flex;
	}
}
@media (max-width: 768px){
	.price .header__active--flex{
		display:none;
	}
}
@media (max-width: 500px){
	.region-list li{
		font-size:16px;
	}
}
/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/sushivashi/fonts/roboto/css/roboto.css?16859454341022 */
/* /local/templates/sushivashi/css/style_new.css?171404919543024 */
/* /local/templates/sushivashi/lib/jquery-modal-master/jquery.modal.min.css?16660231523201 */
/* /local/templates/sushivashi/lib/fancybox/jquery.fancybox.min.css?166602315212795 */
/* /local/templates/sushivashi/components/bitrix/form.result.new/ordercall.2/style.css?170004223071 */
/* /local/templates/sushivashi/template_styles.css?171395150454943 */
