/*html{
    background: white;
}*/

body{
    width: 100%;
    max-width: 1920px;
    /*height: 100%;*/
    min-height: 100vh;
    font-family: Noto Sans;
    font-weight: 500;
    font-style: normal;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    color: #E4E4E4;
    display: block;
    margin: auto;
   background: url(/assets/images/block_2.png) no-repeat;
}

p{
    margin: 0px;
}

.banner_block{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 23.65%, rgba(0, 0, 0, 0.4345) 54.69%, rgba(0, 0, 0, 0.099) 100%);
    backdrop-filter: blur(4px);
    height: 700px;
    overflow: hidden;
}

.banner_block>div{
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.banner_block>div>img{
    max-height: 700px;
    height: 100%;
    width: 1920px;
}

.top_title{
    position: absolute;
    width: 100%;
    top: 203px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: white;
    letter-spacing: 0.24em;
    z-index: 1;
}

.top_title>span{
    font-family: Sacramento;
    font-weight: 400;
    font-style: normal;
    font-size: 104px;
    letter-spacing: 0;
    width: 100%;
}

.shops{
    width: 100%;
    text-align: center;
    padding-top: 86px;
    padding-bottom: 104px;
    background: url(/assets/images/block_2.png);
}

.shops>.title, .news>.title{
    font-size: 32px;
    margin-bottom: 34px;
}

.photo>img{
    max-width: 608px;
    max-height: 387px;
}

.block_chop{
    width: 100%;
    margin: 20px 0px;
}

.shop{
    display: flex;
    width: 100%;
    max-width: 1168px;
    background: url(/assets/images/back_black.png), rgba(0, 0, 0, 0.45);
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(7px);
    border-radius: 12px;
    margin: auto;
}

.shop>.photo{
    max-width: 608px;
}

.block_info{
    max-width: 560px;
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
}

.info{
    max-width: 512px;
    text-align: left;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #CECECE;
}

.name{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #DADADA;
}

.name,.location, .phone, .work_hours{
    margin: 16px 32px;
    display: flex;
}

.icon{
    margin-right: 16px;
}

.work_hours .other{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
}

.open{color: #51AD81;}
.close{color: #BE6161;}

.button{
    height: 55px;
    display: flex;
    max-width: 512px;
    justify-content: center;
}

.button>a{
    background: rgba(82, 179, 233, 0.7);
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border-radius: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: unset;
    color: #FFFFFF;
    width: 100%;
    text-decoration: none;
    padding: 14px;
    max-width: 512px;
    text-align: center;
}

.news{
    padding-top: 71px;
    /*background: rgba(255, 255, 255, 0.03);*/
}

.new{
    width: 100%;
    max-width: 1168px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
   /* background: url(/assets/images/back_black.png), rgba(0, 0, 0, 0.45);*/
    background-blend-mode: overlay, normal;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25), 0px 0px 2px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(7px);
    border-radius: 12px;
}

.new_text>.name{
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    color: #D7D7D7;
    margin: unset;
    margin-bottom: 16px;
}

.new_text>.text{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #C9C9C9;
}

.new>.foto, .new_text{
    max-width: 564px;
    padding: 20px;
    margin: auto;
}

.map{
    width: 100%;
    max-width: 1168px;
    max-height: 400px;
    margin: auto;
}

footer{
    background: rgba(0, 0, 0, 0.4);
}

.footer{
    width: 100%;
    max-width: 1168px;
    margin: auto;
    padding: 23px 0px;
    display: flex;
    flex-wrap: wrap;
}

.refund, .copy{
    width: 50%;
}

.refund>a{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #C9C9C9;
    text-decoration: none;
}

.copy{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #8E8E8E;
}

.photo_mob{
    display: none;
}

a:hover{
    background: rgba(82, 179, 233, 0.6);
}

a:active{
    background: rgba(82, 179, 233, 0.9);
}

.no_photo{
    max-width: 1168px;
}

@media screen and (max-width: 1000px) {
    .banner_block{
        height: 400px;
    }

    .banner_block>div>img {
        height: 400px;
        width: auto;
    }

    .top_title{
        top: 128px;
        font-size: 18px;
    }

    .top_title>span{
        font-size: 46px;
    }

    .shops{
        padding-top: 48px;
        padding-bottom: 40px;
    }

    .shops>.title, .news>.title {
        font-size: 24px;
        margin-bottom: 32px;
    }

    .shop{
        flex-wrap: wrap;
        padding: 0px 8px;
        width: unset;
    }

    .shop>.photo{
        display: none;
    }
    .photo_mob{
        display: block;
        margin-top: 8px;
        margin-bottom: 16px;
    }

    .photo>img, .photo_mob>img, .new>.foto>img {
        width: 100%;
    }

    .block_info{
        padding: unset;
    }

    .name, .location, .phone, .work_hours{
        margin: 0px 20px 16px;
    }

    .name{
        margin: 32px 20px 24px;
        font-size: 22px;
    }

    .location, .phone, .work_hours {
        font-size: 14px;
    }

    .new>.foto, .new_text{
        padding: 20px 8px;
    }

    .new_text>.name{
        font-size: 22px;
    }

    .new_text>.text{
        font-size: 14px;
    }

    .shops:last-of-type{
        padding-bottom: 0px;
    }

    .footer{
        padding: 23px 8px;
        width: auto;
    }

    .copy{
        text-align: right;
    }

    .button{
        margin-bottom: 16px;
    }
}