.header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    background: url("../images/header.png");
    background-size: cover;
}
#mainTextH{
    color: white;
    font-size: 300%;
}
.mainText{
width: 55%;
margin-left: 10%;
margin-top: 10%;
}
.right{
    width: 35%;
    position: absolute;
    bottom: 64px;
    right: 0;
}
.red{
    background: url("../images/red.png");
    background-size: 100%;
    margin-top: 24px;
    text-align: right;
    padding: 14px 10%;
    color: white;
    float: right;
}
#r{
    width: 70%;
}
#r2{
    width: 80%;
}
#r3{
    width: 90%;
}
.mainText p{
    color: white;
    margin-top: 32px;
}
.err{
    width: 80%;
    margin-left: 10%;
    background: #211F22;
    color: white;
    font-family: 'Montserrat', sans-serif;
    padding: 64px;
}
.btns{
    width: 56%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#secM{
    height: 60vh;
    display: flex;
    align-items: center;
    background: url(../images/aboutUs.png);
    background-size: cover;
}
.scm{
    margin-left: 10%;
    padding: 48px;
    background: #211F22;
    width: 30%;
}
.scm h2{
    color: #E88156;
    font-size: 200%;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}
.scm p{
    margin-top: 24px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.btns a{
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    padding: 10px 36px;
    font-weight: bold;
    color: white;
}
#food{
    width: 100%;
    background: #211F22;
    padding: 96px 10%; 
}
.food{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fo{
    width: 40%;
}
.once{
    width: 80%;
    margin-left: 10%;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    align-items: center;
    justify-content: space-between;
    color: white;
    margin-top: 24px;
}
.fo-text{
    width: 55%;
}
#food h3{
    color: #E88156;
    font-family: 'Dancing Script', cursive;
    text-align: center;
    font-size: 130%;
    margin-bottom: 40px;
}
#food h2{
    color: white;
    text-align: center;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.once h4{
    font-weight: bold;
    margin-bottom: 8px;
}
.once b{
    font-weight: bold;
    color: #E88156;
}
#ful{
    background: #E88156;
    border: 2px solid #E88156;
}
#ful:hover{
    background: none;
}
#kr{
    border: 2px solid #E88156;
}
#kr:hover{
    background: #E88156;
    border: none;
}
.btnn a{
    background: #d70e0eca;
    text-decoration: none;
    color: white;
    padding: 16px 32px;
    font-family: 'Montserrat', sans-serif;
}
.btnn a:hover{
    background: #9b0404db;
}
#btn{
    margin-top: 64px;
}
.mainPic{
    position: absolute;
    align-self: auto;
    width: 40%;
    left: 50%;
    top: -18px;
}
.gallery{
    width: 100%;
    display: flex;
    float: left;
    overflow: auto;
}
.img{
    min-width: 60%;
}
.leftSide{
    position: absolute;
    left: 82%;
    width: 14%;
    display: flex;
    align-items: end;
    color: #4E4E4E;
    bottom: 36px;
}
.leftSide p{
    font-weight: bold;
}
.button{
    margin-top: 32px;
}
.button a{
    padding: 12px 24px;
    text-decoration: none;
    color: white;
    background: #2E9999;
    box-shadow: 2px 4px 6px rgb(173, 173, 173);
    width: auto;
}
.button a:hover{
    background: #237878;
}
.social{
    position: absolute;
    bottom: 0px;
    left: 0%;
    padding-left: 10%;
    width: 100%;
    background-repeat: no-repeat;
    height: 110px;
    background: url(../images/not.png);
    background-size: 100%;
    display: flex;
    padding-top: 20px;
    align-items: center;
}
.action{
    width: 25%;
    margin-right: 10%;
    margin-top: 120px;
    font-size: 80%;
    padding-bottom: 24px;
    background: #211F22;
    box-shadow: 2px 4px 6px rgb(38, 38, 38);
    z-index: 1;
}
.action h2{
    color: white;
    font-family: 'Montserrat', sans-serif;
    width: 80%;
    margin-left: 10%;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: center;
}
.action p{
    font-family: 'Montserrat', sans-serif;
}
.wh{
    width: 80%;
    margin-left: 10%;
    color: white;
    text-align: center;
}
.st{
    width: 80%;
    margin-left: 10%;
    text-align: center;
    margin-top: 20px;
}
.st b{
    color: #E88156;
    font-family: 'Montserrat', sans-serif;
}
.ac-img{
    width: 100%;
    height: 200px;
    background: url(../images/grill.png);
    background-size: cover;
}
.social img{
    margin-right: 16px;
}
.social p{
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.line{
    margin-right: 24px;
}
.insta{
    margin-left: 6px;
}
.sec{
    width: 100%;
}
.text{
    width: 60%;
}
.text h2{
    font-size: 300%;
    color: #4E4E4E;
    font-weight: bold;
}
.text p{
    margin-top: 24px;
    font-weight: 400;
    color: #4E4E4E;
}
.img{
    width: 30%;
}
#sc{
    background: url(../images/nabidka.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 90px;
}
.contact{
    width: 100%;
    background: #212530;
   padding: 64px 10%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 64px;
    align-items: center;
}
.contact .text{
    width: 55%;
}
.contact h3{
    margin-top: 24px;
}
.con{
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-family: 'Montserrat', sans-serif;
    color: white;
}
.text h2{
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 160%;
}
.text img{
    margin-left: 0;
    float: left;
}
.text p{
    color: white;
    margin-top: 24px;
}
.con p{
    margin-top: 0;
}
.con img{
    margin-right: 8px;
}
.form{
    width: 40%;
    background: none;
    background: #262B38;
    padding: 32px;
}
.form p{
    color: white;
    font-family: 'Montserrat', sans-serif;
}
.form input{
    color: white;
    border-bottom: 1px solid #EAEAEA;
    font-family: 'Montserrat', sans-serif;
    margin-top: 8px;
    padding: 12px 8px;
}
.form textarea{
    width: 100%;
    border: 1px solid #EAEAEA;
    margin-top: 8px;
    padding: 12px 8px;
    color: white;
    background: none;
    margin-bottom: 16px;
    outline: none;
    height: 150px;
    font-family: 'Montserrat', sans-serif;
}
.inp{
    width: 100%;
    border: none;
    border-bottom: 1px solid white;
    padding: 16px 24px;
    background: none;
    margin-bottom: 16px;
    outline: none;
}
.btn-cont{
    padding: 6px 32px;
    border: 2px solid #D70E0E;
    width: 50%;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
#sub{
    width: 80%;
    background: none;
    color: white;
    border: none;
    font-size: 100%;
    margin-top: 0;
}
.picTable{
    width: 70%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 64px;
    margin-left: 15%;
}
.produ{
    min-width: 26%;
    padding: 0px 24px;
    padding-bottom: 24px;
    margin-top: 36px;
    border: 1px solid rgb(69, 69, 69);
    max-width: 26%;
}
.produ form{
    cursor: pointer;
}
.price{
    margin: 16px 0px;
    text-align: right;
    color: #2E9999;
    font-weight: bold;
}
.datail{
    width: 80%;
    margin-left: 10%;
    padding-bottom: 64px;
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
}
#priceTW{
    margin: 32px 0px;
}
.form h2{
    color: white;
    margin-bottom: 24px;
}
.datail h1{
    margin-bottom: 24px;
}
.datail h4{
    margin-bottom: 24px;
}
.det-img{
    width: 35%;
}
.aut{
    width: 100%;
    color: #4E4E4E;
    overflow: auto;
    border-radius: 4px;
}
.heap{
    margin-top: 24px;
}
.ut{
    width: 25%;
    border: 1px solid #383838;
    padding: 24px;
    height: 80%;
    left: 53%;
    position: absolute;
    top: 10%;
}
.ut h2{
    color: #4E4E4E;
    margin-bottom: 32px;
    text-align: center;
}
.aut{
    height: 60%;
    font-size: 80%;
    width: 100%;
}
.aut div{
    margin-top: 16px;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid white;
    padding-bottom: 8px;
}
.aut form{
    cursor: pointer;
}
.det-text{
    width: 50%;
}
.det-text .form{
    width: 100%;
}
.produ a{
    cursor: pointer;
    text-decoration: none;
}
#he{
    height: 10vh;
}
.head-pr{
    text-align: center;
    color: #4E4E4E;
}
#te{
    position: static;
    height: 5vh;
    border: none;
    margin-left: 10%;
    padding: 0;
    margin-top: 48px;
    margin-bottom: 90px;
}
#te p{
    margin-bottom: 24px;
}
.bck{
    margin-top: 48px;
    margin-left: 10%;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid #4E4E4E;
    padding-bottom: 2px;
    font-weight: bold;
    color: #237878;
    background: none;
    font-size: 100%;
}
.aboutUs{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90vh;
    background: #212530;
}
.ab-tt{
    width: 50%;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
}
.ab-tt h2{
    font-size: 200%;
}
.ab-tt p{
    margin-top: 32px;
    font-weight: normal;
}
.btn-us{
    width: 50%;
    margin-top: 32px;
}
.btn-us a{
    text-decoration: none;
    color: white;
    padding: 16px 32px;
    width: auto;
    display: flex;
    border: 2px solid #D70E0E;
    align-items: center;
    justify-content: space-between;
}
.btn-us a:hover{
    background-color: #970b0b;
    border: none;
}
#ab-bl{
    width: 50%;
    height: 100%;
    background: #262B38;
    display: flex;
    align-items: center;
    justify-content: right;
}
.ab-img{
    width: 75%;
    margin-right: 10%;
}
.bck:hover{
    color: #022626;
}
#aut{
    height: 10vh;
    background: #f8f8f8;
    color: #383838;
    padding-bottom: 32px;
}
#phone-cross{
    display: none;
}
.galll{
    width: 100%;
    height: 90vh;
    background: url("../images/gallery.png");
    background-size: 100%;
    position: relative;
}
.gal-btn{
    width: 40%;
    height: 25%;
    background: url("../images/back-gall.png");
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-cont:hover{
    background: #D70E0E;
    border: none;
}
.gal-btn a{
    text-decoration: none;
    color: #212530;
    border: 2px solid #D70E0E;
    padding: 12px 32px;
}
.butn{
    text-decoration: none;
    
    width: 30%;
    text-align: center;
    margin-left: 35%;
    margin-top: 64px;
}
.butn a{
    text-decoration: none;
    color: white;
    border: 2px solid #D70E0E;
    padding: 12px 40px;
}
.butn a:hover{
    background: #D70E0E;
}
.gal-btn a:hover{
    background: #970b0b;
    border: none;
    color: white;
}
.refer{
    width: 100%;
    padding: 48px 10%;
    background: url("../images/back-red.png");
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ref{
    min-width: 30%;
    max-width: 30%;
    margin-top: 32px;
    background: white;
    box-shadow: 2px 4px 6px rgb(228, 228, 228);
}
.ref-text{
    width: 100%;
    padding: 24px 10%;
    background: url("../images/back-grey.png");
    background-size: cover;
    background-position: center;
}
.ref-text p{
    font-weight: 100;
    margin-top: 24px;
    font-family: 'Work Sans', sans-serif;
}
@media screen and (max-width: 900px) {
    .right{
        display: none;
    }
    .galll{
        height: 50vh;
        background-size: cover;
        background-position: center;
    }
    .ref{
        min-width: 1%0%;
        max-width: 100%;
    }
    .gal-btn{
        width: 100%;
        left: 0%;
        height: 40%;
        padding-top: 32px;
    }
    .action{
        position: absolute;
        width: 80%;
        left: 10%;
        font-size: 80%;
        top: 0%;
    }
    .aboutUs{
        display: block;
        height: auto;
    }
    .ab-tt{
        width: 100%;
        padding-top: 64px;
        padding-bottom: 48px;
    }
    #ab-bl{
        width: 100%;
        padding-bottom: 16px;
        padding-top: 16px;
        justify-content: center;
    }
    .btn-cont{
        width: 100%;
    }
    body{
        background: #211F22;
    }
    .gallery{
        width: 80%;
        margin-bottom: 48px;
        display: block;
        margin-left: 10%;
        background: #211F22;
    }
    .gallery .img{
        width: 100%;
    }
    #mainTextH{
        font-size: 200%;
        margin-bottom: 32px;
    }
    #phone-cross{
        display: block;
        z-index: 100;
        margin-left: 90%;
        padding-top: 24px;
    }
    .header{
        height: 100vh;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-position: left;
    }
    .fo{
        width: 100%;
        margin-left: 0;
        font-size: 90%;
    }
    .once{
        width: 90%;
        margin-left: 5%;
    }
    .fo img{
        width: 60px;
    }
    .social{
        bottom: 0;
        height: 15vh;
        background-size: cover;
    }
    .social p{
        font-size: 80%;
    }
    .scm{
        width: 80%;
    }
    .datail{
        width: 90%;
        margin-left: 5%;
        display: block;
    }
    #te{
        width: 80%;
        margin-bottom: 120px;
    }
    #aut{
        height: 17vh;
    }
    #aut{
        width: 100%;
    }
    .det-img{
        width: 100%;
    }
    .det-text{
        width: 100%;
        margin-top: 64px;
    }
    .picTable{
        width: 90%;
        margin-left: 5%;
    }
    .produ{
        min-width: 90%;
        max-width: 90%;
    }
    .mainText h1{
        font-size: 300%;
    }
    .mainText{
        width: 90%;
        margin-left: 5%;
    }
    .mainPic{
        position: relative;
        width: 80%;
        margin-left: 20%;
        margin-top: 48px;
        left: 0;
    }
    .ut{
        width: 100%;
        position: static;
        margin-left: 0;
        height: 40vh;
        font-size: 100%;
        margin-top: 32px;
        left: 0;
    }
    .aut{
        font-size: 95%;
    }
    #headAutor{
        height: 90vh;
        margin-top: 10vh;
        padding-top: 54px;
        margin-bottom: 48px;
    }
    #btn{
        display: none;
    }
    .leftSide{
        display: none;
    }
    .text{
        width: 100%;
    }
    #sc{
        height: 50vh;
        width: 100%;
        margin-left: 0;
    }
    .contact{
        display: block;
        width: 100%;
    }
    .contact .text{
        width: 100%;
    }
    .form{
        width: 100%;
        margin-top: 64px;
    }
    .btn-us{
        width: 100%;
    }
}
@media screen and (min-width: 1920px) {
    .bigView{
        width: 1920px;
        margin: 0 auto;
        font-size: 130%;
    }
    *{
        font-size: 105%;
    }
    .social{
        height: 250px;
        background-size: cover;
    }
}