*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font: 16px serif;
}
img, a{
    overflow-y: hidden;
    overflow-x: hidden;
    overflow: hidden;
  white-space: normal;
  word-wrap: normal; /* для IE */ 
  text-overflow: clip;
}
a, h1{
    color: #323a4d;
}
body{
    overflow-x: hidden;
}
.header{
    background: #131722;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header__inner{
    width: 100%;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header a {
    color: #fff;
    font-size: 16px;
    padding: 8px 0;
    font-weight: 700;
    display: block;
    display: flex;
}

a{
    text-decoration: none;
}
.header__inner-a i {
    color: red;
    font-size: 16px;
}
.header span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.fa-map-marker{
    margin-right: 5px;
}



.fa-search{
    color: #fff ;
}

.main__head{
    text-align: center;
    background: #f2f2f2 url("../img/bg-texture.png") ;
    padding: 32px 16px;
    z-index: 100;

}
h1{
    font-size: 400;
    font-size: 2rem;
}
h2 {
    font-size: 24px;
    font-size: 400;
}
p {
    margin: 16px 0 0;
}
.main__photos{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
}

.main__photos-item{
    height: 380px;
    position: relative;
}
.main__photos-item-img{
    /* min-height: 380px;
    min-width: 100%; */
    
    width: auto;
}


.main__photos-item{
    position: relative;
    z-index: 100;
}
.main__photos-item-img{
    position: absolute;
}

.main__photos-item span {
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 4px;
    text-align: center;
    background-color: rgba(50,58,77,.5);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.main__photos-item:hover span {
    background-color: rgba(50,58,77,.75);
}
.l-article__section{
    padding: 32px 0;
    display: flex;
    justify-content: center;
    z-index: 2;
    background: #fff;
}

.popular-h2{
    position: relative;
    padding-bottom: 24px;
    text-align: center;
}
.popular-h2::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 112px;
    height: 4px;
    margin-left: -56px;
    content: '';
    background-color: #f64c4f;
}
.popular-items{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 11px !important;
}
.section__category-left{
    padding: 5px 11px !important;
}
.popular-item{
    position: relative;
    display: block;
    overflow: auto;
    width: 99%;
    margin: 32px 0 0;
    padding-bottom: 32px;
    text-align: center;
    text-decoration: none;
    color: #323a4d;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    z-index: 99;
}
.popular-item:hover {
    opacity: .85;
    color: #323a4d;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
}



.section__inner {
    margin: 5px 10px;
}
.p-item__img {
    width: 100%;
    height: 224px;
    border-bottom: 1px solid #999;
    background: center no-repeat;
    background-size: cover;
}
.p-item__category{
    position: absolute;
    top: 224px;
    width: 100%;
    margin-top: -12px;
    text-align: center;
    
    
}
.p-item__category p{
    margin: 0;
    line-height: 24px;
    display: inline-block;
    padding: 0 4px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    background-color: #131722;
}
.p-item__name{
    font-size: 24px;
    display: block;
    padding: 32px 16px 16px;
}
.p-item__info {
    font-weight: 300;
    padding: 8px 16px 0;
    color: #444c61;
    min-height: 40px;
}
.section__categories{
    background: #f2f2f2 url("../img/bg-texture.png") ;
}
.c-list__item{
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 100%;
    margin: 24px 0 0;
    padding-left: 16px;
    color: #f64c4f;
    break-after: avoid-column;
    break-before: avoid-column;
    break-inside: avoid-column;
    min-height: 32px;
}
.c-list__item::before, .l-aside__list li::before {
    position: absolute;
    left: 0;
    display: block;
    content: '\276F';
}
.c-list__link{
    text-decoration: underline;
}
.c-list__link:hover{
    color: red;
    text-decoration: none;
}
.footer__menu{
    color: #ccc;
    background: #131722 url("../img/bg-texture.png");
    padding: 0 16px;
}
.footer__inner{
    box-sizing: border-box;
    min-width: 234px;
    max-width: 1096px;
    margin: 0 auto;

}
.footer-item{
    padding-top: 48px;
}
.footer__inner {
    padding-bottom: 48px ;
    
}
.footer-h3{
    color: #fff;
    font-weight: 400;
    display: flex;
    min-height: 37px;
}
.footer-h3 span{
    color: #fff;
    font-weight: 400;
}
.footer-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-list li {
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 100%;
    margin: 24px 0 0;
    padding-left: 16px;
    color: #f64c4f;
    break-after: avoid-column;
    break-before: avoid-column;
    break-inside: avoid-column;
    min-height: 32px;
}
.footer-list small {
    padding-top: 11px;
}
.footer-list li::before {
    position: absolute;
    left: 0;
    display: block;
    content: '\276F';
}
.footer-list li a {
    color: #ccc;
}
.footer-list li a:hover {
    text-decoration: none;
    color: #f64c4f;
}
.footer-list li a small{
    display: block;
}
small{
    font-size: 80%;
}
.footer-h3 i{
    color: red;
    
}
.footer__social-link{
    font-size: 20px;
    display: inline-block;
    padding: 16px 8px;
    text-decoration: none;
}
.footer__social-link i:hover{
    color: #ccc;
}
.footer__social-link i{
    color: #f64c4f ;
    font-size: 20px;
}
footer p{
    color: #ccc;
}
.footer-h3{
    font-size: 18px;
}
.footer-h3 span{
    font-size: 18px;
}
.footer__end{
    padding: 32px;
    text-align: center;
    color: #ccc;
    background: #f64c4f ;
    
}
.footer__end a{
    color: #fff;
    
    text-decoration: underline;
}
.footer__end a:hover{
    text-decoration: none;
}
.header__social-block{
    display: flex;
}
.header__social-link i {
    font-size: 20px;
    display: inline-block;
    padding: 8px;
    text-decoration: none;
    color: #f64c4f;
}
.header__social-link i:hover {
    color: #fff;
}
.section__categories-fff{
    background-color: #fff;
    background-image: none;
}
.bread-crumbs{
    display: flex;
    gap: 7px;
    justify-content: center;
    margin-top: 5px;
}
.bread-crumbs a{
    text-decoration: underline;
}
.bread-crumbs a:hover{
    text-decoration: none;
    color: red;
}
.section__category-right {
    width: 100%;
    max-width: 336px;
}
.section__category-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
}

.section__privacy{
    box-sizing: border-box;
    min-width: 234px;
    max-width: 1096px;
    margin: 0 16px;
    color: #323a4d;;
}
.section__privacy a {
    text-decoration: underline;
    color: #131722;
}
.section__privacy a:hover {
    text-decoration: none;
    color: red;
}
.section__privacy ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.section__privacy li{
    overflow-x: visible;
}
.footer-p{
    line-height: 1.4;
}
.section__block-info__wrapper {
    box-sizing: border-box;
    min-width: 234px;
    max-width: 1096px;
    margin: 0 16px;
    color: #323a4d;
}
.block-info__item-inner h2 {
    position: relative;
    padding-bottom: 16px;
    color: #323a4d;
    line-height: 1.4;
}
.block-info__item-inner h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 112px;
    height: 4px;
    content: '';
    background-color: #f64c4f;
}
.l-article__section {
    padding: 32px 0;
}
.block-info__item-inner {
    padding: 64px 0 0 0;

}
.block-info__item-inner a {
    text-decoration: underline;
    color: #323a4d;

}
.block-info__item-inner a:hover {
    text-decoration: none;
    color: red;
}
.block-info__item-inner p {
    line-height: 2;
}
.block-info__item-inner a {
    line-height: 2;
}
.block-info__item-inner h2 {
    line-height: 2;
}
.item__right{
    height: 100%;
}
.item__right ul{
    column-count: 1 !important;
}
.item-section{
    padding: 8px !important;
}
.item__left-border{
    width: 98%;
    margin-left: 1%;
    margin-top: 1px;
    margin-bottom: 20px;
}
.item-section .popular-h2::after{
    left: 50px;
}
.item__ul li{
    position: relative;
    display: inline-block;
    overflow: visible;
    width: 100%;
    margin: 24px 0 0;
    padding-left: 16px;
    color: #f64c4f;
    break-after: avoid-column;
    break-before: avoid-column;
    break-inside: avoid-column;
}
.add-review{
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #f64c4f;
    border-radius: 4px;
    background-color: #f64c4f;
    line-height: 1.4;
    transition: all 0.35s;
}
.add-review:hover{
    background-color: #fff;
    color: #f64c4f;
}
.review-comment{
    padding-top: 24px;
}
.review__name{
    font-size: 18px;
    line-height: 1.4;
}
.review__date{
    font-size: 12px;
    display: block;
    margin-top: 2px;
    color: #f64c4f;
    line-height: 1.4;
}
.review__content{
    font-style: italic;
    display: block;
    margin-top: 8px;
    line-height: 1.4;
}
.review__stars{
    font-size: 12px;
    display: block;
    margin-top: 8px;
    color: #f64c4f;
}
.add-review__div-wrapper {
    box-sizing: border-box;
    min-width: 234px;
    max-width: 1096px;
    margin: 0 16px;
}
.add-review__left, .add-review__right{
    padding: 32px 0;
}
.add-review__right{
    color: #323a4d;
}
.add-review__right a{
    text-decoration: underline;
}
.add-review__right a:hover{
    text-decoration: none;
    color: red;
}
.c-form__label{
    display: block;
    margin-bottom: 16px;
}
sup {
    top: -0.5em;
}
.c-form__input {
    font-size: 16px;
    line-height: 1;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 28px;
    padding: 6px;
    color: #444c61;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.c-form__select-box {
    position: relative;
}
.c-form__input--select-text {
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.c-form__input--select {
    position: absolute;
    z-index: 100;
    top: 0;
    opacity: 0;
}
.c-form__input--select-text:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 28px;
    height: 28px;
    content: '';
    background-color: #ddd;
}
.c-form__input--select-text::after {
    position: absolute;
    top: 10px;
    right: 8px;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-top: 8px solid #323a4d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.c-form__input--submit {
    cursor: pointer;
    color: #fff;
    border: 1px solid #f64c4f;
    background-color: #f64c4f;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x:initial;
}




/* admin panel start */
.admin-panel{
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

}


@media (min-width: 768px){
.admin-panel {
    width: 750px;
}
}
@media (min-width: 992px){
    .admin-panel {
        width: 970px;
    }
    }
.admin-panel h1{
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
    color: #333333;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.admin-restaurant{
    color: #337ab7;
    text-decoration: none;
}
.admin-restaurant:hover{
    color: #333333;
    text-decoration: underline;
}
.admin-panel pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;

}

.admin-panel .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.admin-panel .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* admin panel end */









@media (max-width:500px) {
    .main__photos-item {
        width: 100%;
    }
    .main__photos-item{
        height: 100vw;
        position: relative;
    }
    .main__photos-item-img{
        height: 100vw;
        
        width: auto;
    }
}

@media (min-width: 500px){
    .c-form__input--select-text::after {
        top: 14px;
        right: 12px;
    }
    .c-form__input--select-text:before {
        width: 36px;
        height: 36px;
    }
    .c-form__input {
        line-height: 1;
        height: 36px;
        padding: 10px;
    }
    .c-form__input {
        line-height: 1;
        height: 36px;
        padding: 10px;
    }
    .c-form__input {
        line-height: 1;
        height: 36px;
        padding: 10px;
    }
    .item__ul {
        column-count: 2;
        column-gap: 4%;
    }
    .popular-item-category {
        width: 48% !important;
    }
    .c-list-side {
        column-count: 2 !important;
        column-gap: 4% !important;
    }
    .footer__inner {
        padding-bottom: 112px ;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .c-list {
        column-count: 2;
        column-gap: 4%;
    }
    .popular-item {
        width: 48%;
    }
    .main__photos-item {
        width: 50%;
    }
    .main__photos-item{
        height: 50vw;
        position: relative;
    }
    .main__photos-item-img{
        height: 50vw;
        
        width: auto;
    }
    .footer-item {
        width: 48%;
        padding-top: 112px;
    }
}
@media (max-width: 760px) {
    
    .gsib_a {
        padding: 12px 9px 12px 9px;
    }
    .category-h3{
        padding: 96px 0 12px 0;
        font-weight: 400;
        font-size: 19px;
    }
    .section__privacy p {
        line-height: 32px ;
    }
    .section__privacy h2 {
        line-height: 48px ;
    }
    .section__privacy h1 {
        line-height: 64px ;
        margin-top: 32px;
    }
    .section__privacy li {
        line-height: 32px ;
    }
    .item__left-border{
        margin-bottom: 90px;
    }
}

@media (min-width: 760px) {
    .add-review__right h3{
        font-size: 32px;
        line-height: 1.4;
    }
    .add-review__right p{
        line-height: 1.4;
    }
    .add-review__left, .add-review__right{
        padding: 64px 0;
    }
    
    .add-review__div-wrapper {
        width: 728px;
        margin: 0 auto;
    }
    .item__ul {
        column-count: 3;
        column-gap: 4%;
    }
    .item__left-border {
        padding: 32px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    }
    .item__right{
        padding: 32px !important;
        background-color: #fff;
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    }
    .block-info__item-inner h2 {
        font-size: 36px;
    }
    .section__block-info__wrapper{
        width: 728px;
        margin: 0 auto;
    }
    .block-info__item {
        width: 336px;
    }
    .block-info__item-inner{
        padding: 64px 0 0 0;
    }
    .section__block-info{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .section__privacy p {
        line-height: 1.4 ;
    }
    .section__privacy h2 {
        line-height: 1.4;
    }
    .section__privacy h1 {
        line-height: 1.4;
    }
    .section__privacy li {
        line-height: 1.4 ;
    }
    .section__privacy {
        padding: 64px 0;
        width: 728px;
        margin: 0 auto;
    }
    .c-list-side {
        column-count: 3 !important;
        column-gap: 4% !important;
    }
    .l-article__section{
        padding: 64px 0;
    }
    h2, h3 {
        font-size: 36px;
      
    }
    .c-list {
        column-count: 3;
        column-gap: 4%;
    }
    h1 {
        font-size: 48px;
    }
    
    .header__inner{
        max-width: 728px;
    }
    .header a {
        font-size: 24px;
        padding: 40px 0;
    }
    .header span {
        font-size: 24px;
    }
    .header__inner-a i {
        font-size: 24px;
    }
    .main__head{
        padding: 64px 0;
    }
    .br-mobile{
        display: none;
    }
    .section__inner {
        width: 728px;
        margin: 0 auto;
    }
    
    .gsib_a {
        padding: 7px 9px 7px 9px;
    }
    .footer__inner {
        width: 728px;
        
    }
    .main__photos-item {
        width: 33.3333333%;
    }
    .main__photos-item{
        height: 33.3333333vw;
        position: relative;
    }
    .main__photos-item-img{
        height: 33.3333333vw;
        
        width: auto;
    }
    .footer-h3{
        font-size: 32px;
    }
    .footer-h3 i{
        font-size: 32px;
    }
    .footer-h3 span{
        font-size: 32px;
    }
    .section__category-right {
        padding: 64px 0;
    }
    
}
.footer-item-wide{
    width: 100%;
}
@media (max-width: 1128px) {
    .item__right{
        width: 94%;
        max-width: none;
        margin: 30px auto;
    }
}
@media (min-width: 1128px){

    .add-review__left {
        width: 728px;
    }
    .add-review__right {
        width: 336px;
    }
    .add-review__div-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .add-review__div-wrapper {
        width: 1096px;
    }
    .item__ul {
        column-count: 2;
        column-gap: 4%;
    }
    .section__block-info__wrapper{
        width: 1096px;
    }
    .c-list-side {
        column-count: 2 !important;
        column-gap: 4% !important;
    }
    .section__inner {
        width: 1096px; 
    }
    .footer__inner {
        width: 1096px;
    }
    .c-list {
        column-count: 4;
        column-gap: 2.5%;
    }
    .popular-item {
        width: 31.5%;
    }
    .main__photos-item {
        width: 16.6666666%;
    }
    .main__photos-item{
        height: 16.6666666vw;
        position: relative;
    }
    .main__photos-item-img{
        height: 16.6666666vw;
        
        width: auto;
    }
    .footer-item {
        width: 31.5%;
    }
    .section__inner-category{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .section__category-left {
        width: 728px;
    }
}

.leaflet-pane {
  overflow-x: visible;
}

.leaflet-pane * {
  overflow-x: visible;
}