.MainCont {
    display: grid;
    background: white;
    width: 1100px;
    height: 850px;
    margin: 0 auto;
    padding: 1em;
    margin-top: 3em;
    border: 1px solid black;
    grid-template-rows: repeat(60, 1fr);
    grid-template-columns: repeat(30, 1fr);
    border-radius: 20px;
    border: 3px solid #A88518;
}

.sing {
    width: 1100px;
    height: 100px;
    padding: 1em;
    margin: 0 auto;
    border-top: 3px solid #A88518;
    margin-top: 3em;
    color: lightgrey;
    text-align: center;
    line-height: 160px;
    vertical-align: bottom;

}

.head {
    grid-row-start: 1;
    grid-row-end: 12;
    grid-column-start: 7;
    grid-column-end: 30;
    box-shadow: 0 0 10px 10px lightgrey;
    border-radius: 20px;
    overflow: hidden;
}

img {
    width: 100%;
    height: 100%;
}


.block_dec {

    box-shadow: 0 0 10px 10px lightgrey;
    border-radius: 20px;

}

.zer img {
    transform: scaleX(-1);
    transform: scaleX(-1);
    width: 60px;
    height: 30px;
    transition: 3s;
}

.zer:hover {
    transform: scaleX(-1);
    transform: scaleX(-1);
    transition: 3s;
}

.tolst {
    grid-row-start: 9;
    grid-row-end: 10;
    grid-column-start: 1;
    grid-column-end: 1;
}

.sazan {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 3;
    grid-column-end: 4;
}

.osetr {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 5;
    grid-column-end: 6;
}

.trad {
    grid-row-start: 15;
    grid-row-end: 16;
    grid-column-start: 1;
    grid-column-end: 9;
    font-family: Snell Roundhand, cursive;
    font-size: 20px;
    text-align: right;
    letter-spacing: 1px;

}

.priyat {
    grid-row-start: 57;
    grid-row-end: 58;
    grid-column-start: 9;
    grid-column-end: 33;
    font-family: Snell Roundhand, cursive;
    font-size: 50px;
    text-shadow: 2px 3px lightgrey;
    letter-spacing: 6px;
}

.decpos1 {
    grid-row-start: 18;
    grid-row-end: 56;
    grid-column-start: 6;
    grid-column-end: 30;
    box-shadow: 0 0 10px 10px lightgrey;
    border-radius: 20px;
    overflow: hidden;
}


/*------------------------------------------*/
.Menu {
    grid-row-start: 13;
    grid-row-end: 14;
    grid-column-start: 6;
    grid-column-end: 25;
     text-align: right;
}

.Menu li {
    float: left;
    margin-left: 30px;
    list-style-type: none;
}

.Menu div{
    width: 93px;
    height: 65px;
    border: 2px solid black;
    border-radius: 16px;
    padding: 15px;
    background: white;
    transition: 0.3s;
    
}

.Menu div span{
    display: block;
    text-align: center;
    font-size: 25px;
     font-family: Arial Narrow, sans-serif;
    
}
.Menu div span:nth-child(1){
    font-size: 40px;
     font-family: Arial Narrow, sans-serif;
    
}

.Menu a {
    width: 100%;
    height: 100%;
    outline: none;
    text-decoration: none;
    display: block;
    color: black;
}
.Menu div:hover{
    background: lightgrey;
    transition: 0.3s;
  
}




/*-------------------------------------------*/
/*
.Menu li {
    float: left;
    margin-left: 42px;
    text-align: center;

}
.Menu li span:nth-child(1) {
    border: 2px solid black;
    font-size: 40px;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
}
.Menu li span:nth-child(2) {
    font-size: 30px;
    text-align: center;
}

.Menu a {
    width: 100%;
    height: 100%;
    outline: none;
    text-decoration: none;
    display: block;
    color: black;
}

.Menu ul li span:hover{
    
    background: grey;
    width: 70px;
    height: 70px;
    border-radius: 16px;
}
*/

/*--------------------------------------------*/
.MenuHome{
     grid-row-start: 23;
    grid-row-end: 30;
    grid-column-start: 1;
    grid-column-end: 6;
    font-size: 200px
}
.MenuHome a{
    width: 100%;
    height: 100%;
    outline: none;
    text-decoration: none;
    display: block;
    color: black;
    margin: 0;
}
.About_us_info{
     grid-row-start: 17;
    grid-row-end: 50;
    grid-column-start: 7;
    grid-column-end: 30;
    box-shadow: 0 0 10px 10px lightgrey;
    border-radius: 20px;
    overflow: hidden;
    padding: 16px;
    font-size: 18px
    
}
.About_us_info span{
    display: block;
    padding: 10px
}


.panel a {
    width: 100%;
    height: 100%;
    outline: none;
    text-decoration: none;
    display: block;
    color: #8c959c
}

.mainC {
    display: grid;
    background: white;
    width: 1100px;
    height: 850px;
    margin: 0 auto;
    padding: 1em;
    margin-top: 3em;
    border: 1px solid black;
    grid-template-rows: repeat(36, 1fr);
    grid-template-columns: repeat(30, 1fr);
    border-radius: 20px;
    border: 3px solid #A88518;
}

.homeH {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 4;
    font-size: 30px;
}

.homeH a {
    width: 100%;
    height: 100%;
    outline: none;
    text-decoration: none;
    display: block;
    color: black;
}

.homeH:hover a {
    color: grey;
}

.head1 {
    grid-row-start: 1;
    grid-row-end: 6;
    grid-column-start: 7;
    grid-column-end: 30;
    box-shadow: 0 0 10px 10px lightgrey;
    border-radius: 20px;
    overflow: hidden;
}

.name {
    grid-row-start: 7;
    grid-row-end: 8;
    grid-column-start: 11;
    grid-column-end: 31;
    text-align: center;

}

.panel {
    grid-row-start: 7;
    grid-row-end: 30;
    grid-column-start: 1;
    grid-column-end: 10;
    border-bottom-color: lightgrey;
    border-bottom-style: solid;
    border-width: 0px 0px 1px 0px;

}

.bodypro {
    grid-row-start: 8;
    grid-row-end: 28;
    grid-column-start: 11;
    grid-column-end: 32;
    border-left-color: lightgrey;
    border-left-style: solid;
    border-width: 0px 0px 0px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.bodyproin {
    width: 320px;
}

.bodyproin img {
    border-radius: 20px;
}

.stargeon {
    height: auto;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;

}

td {
    /*    border: 1px solid black;*/
    width: 160px;
    height: 37px;
    font-size: 15px;
    color: #8c959c;
    vertical-align: center;
    line-height: 15px;
    border-bottom-color: lightgrey;
    border-bottom-style: solid;
    border-width: 0px 0px 1px 0px;
}

td:last-child {
    text-align: right;
}

td:first-child {
    color: black;
}

.about_us {
    grid-row-start: 31;
    grid-row-end: 38;
    grid-column-start: 1;
    grid-column-end: 11;
    border-right-color: lightgrey;
    border-right-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: justify;
    padding-right: 15px;
    font-size: 13px;
    font-family: Arial Narrow, sans-serif;
    line-height: 24px;


}

.recept {
    grid-row-start: 30;
    grid-row-end: 38;
    grid-column-start: 12;
    grid-column-end: 32;
    border-top-color: lightgrey;
    border-top-style: solid;
    border-width: 1px 0px 0px 0px;
    display: flex;
    justify-content: center;

}

.recept div {
    width: 210px;
}

.recept div:first-child {
    line-height: 80px;
    font-size: 20px;
    text-shadow: 2px 3px lightgrey;
}

.img_recept {
    width: 200px;
    height: auto;

}

.img_prod {
    height: 30px;
    width: auto;
}

ul {
    list-style-type: none;

    padding: 0;
    font-family: Arial Narrow, sans-serif;
}

.panel ul li ul > span {
    height: 30px;
    font-size: 24px;
    vertical-align: center;
    line-height: 30px;
    display: inline-block;
    margin-left: 7px;
    font-weight: bold;
    font-family: Arial Narrow, sans-serif;
}


.panel ul li ul li {
    width: 260px;
    height: 38px;
    font-family: Arial Narrow, sans-serif;
    font-size: 15px;
    color: #8c959c;
}

.panel ul li ul li:hover {
    background: lightgrey;
}

.panel a:hover {
    color: white;
}
