body
{
    background-color: rgb(13, 2, 15);
    color: beige;
    font-size: 15px;
}

#check
{
    opacity: 0;
}

main
{
    padding: 0px 25px;
    font-size: 16px;
}
.header
{
    padding-top: 20px;
    
    background-color: rgb(233, 30, 23);
    
    border-radius: 15px;
    /* position: relative; */
    width: 100%;
    padding-bottom: 5px;
    z-index: 1000;
}

.introduction
{
    display: block;
    width: 100%;
    height: 30%;
}

.goriz_patno1
{
    position: absolute;
    display: block;

    /* height: 100%;
    width: 30%; */

    height: 35rem;
    width: 21rem;

    filter: contrast(130%);

    z-index: -100;
}

.goriz_patno2
{
    position: absolute;
    display: block;
    top: 430px;
    right: 2rem;

    /* height: 130%;
    width: 47%; */

    height: 45rem;
    width: 24rem;

    filter: contrast(230%);

    z-index: -100;
}

.introduction p
{
    color: white;
    font-family: 'Caveat', cursive;
    letter-spacing: 2px;
    text-align:center;
    word-spacing: 5px;
    font-size: 27px;
}

#login
{
    position:absolute;
    left: 80%;
}

#logo
{
    position: absolute;
    height: 150px;
    width: 150px;
    top: 50px;
    left: 120px;
    
} 

button
{
    background-color: gold;
    border-radius: 5px;
    border-style: none;
    padding: 2px;
}

input
{
    border-radius: 5px;
    border-style: none;
}

h1, h2, h3
{
    font-family: "Roboto Slab";
}

h1 {

    text-align: center;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   
}
h2
{
    color: gold;
    text-decoration:underline;
}
#h3
{
    margin-bottom: 30px;
    
}
#начало
{
    font-size:100px;
    
}
#начало::first-letter
{
    font-size:150px;
    margin-top: -50px;
    color: gold;
}

#menu
{
    margin: -9px;
}

.head_burg
{
    display: none;
}

.head_menu
{
    display: flex;
    justify-content: center;
}

.card_wrapper-9
{
    position: relative;
    display: grid;

    grid-template-columns: 50% 50%;
    grid-template-rows: 10% 45% 45%;

    grid-template-areas: 
    "N N"
    "A B"
    "C D";

    justify-content: space-between;

    column-gap: 0.5%;
    row-gap: 1%;

    z-index:0;

    height: 30rem;
    width: 100%;

    margin-left: -2%;
    margin-top: 300px;
    padding-right: 1%;
    
    /* background-color: #ee0979; */
}

#card_wrapper9_titel::first-letter
{
    font-size:15vw;
    color: #fff201;
}
#card_wrapper9_titel
{
    grid-area: N;
    position: relative;
    display: block;
    justify-self: center;
    align-self: end;
    height: 18%;

    color: #fff201;
    font-family: 'Russo One', bold;
    font-weight: 800;
    font-size:12vw;
    text-shadow: 1px 25px 30px #fff2017e;

    /* background-color: aliceblue; */
}

#card1-9
{
    grid-area: A;
    align-self: center;
    justify-self: center;
}
#card2-9
{
    grid-area: B;
    align-self: center;
    justify-self: center;
}
#card3-9
{
    grid-area: C;
    align-self: center;
    justify-self: center;
}
#card4-9
{
    grid-area: D;
    align-self: center;
    justify-self: center;
}

.card-9
{
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 12rem;
    width: 30rem;

    filter: contrast(180%);
    
    box-shadow: 0 0 1px #fff2017e, 0 0 25px #fff2017e;
    
    filter: brightness(100%);

    overflow: hidden;

    background-color: rgb(255, 247, 0);
}

.card-9::before
{
    content: '';
    position: absolute;
    top: 0%;
    left: -30%;
    width: 80%;
    height: 50%;
    background: linear-gradient(0deg, transparent, transparent,  white, gold, gold);
    z-index: 1;
    transform-origin: bottom right;
    opacity: 0;
}

.card-9::after
{
    content: '';
    position: absolute;
    top: 0%;
    left: -30%;
    width: 80%;
    height: 50%;
    background: linear-gradient(0deg, transparent, transparent,white, gold, gold);
    z-index: 1;
    transform-origin: bottom right;
    opacity: 0;
}

@keyframes animate
{
    from
    {
        transform:  rotate(0deg);
    }
    to
    {
        transform: rotate(360deg);
    }
}

.card-9:hover
{
    filter: contrast(180%);
    transform: scale(1.1);
    transition: 0.5s;
}
 
.card-9:hover h2
{
    color:rgb(255, 204, 0) ;
    transform: scale(1.1);
    transition: 0.5s;
}

.card-9:hover h3
{
    color: rgba(231, 221, 221, 0.926);
    transition: 0.5s;
}

.card-9:hover p
{
    color: rgba(231, 221, 221, 0.926);
    transition: 0.5s;
}

.card-9:hover::after
{
    animation: animate 5s -2.5s linear infinite;
    opacity: 1;
}

.card-9:hover::before
{
    animation: animate 5s  linear infinite;
    opacity: 1;
}

.card_text-9
{
    position: absolute;

    display: flex;

    flex-flow: column;
    justify-content: space-around;
    align-items: center;

    padding-right: -3%;
    padding: 10.5% 7.5%;
/* 
    height: 43%;
    width: 83%; */
    
    height: 5rem;
    width: 24.8rem;

    z-index: 10;

    background: rgb(13, 2, 15);

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.card_text-9 h2
{
    position: relative;

    margin-top: 0px;

    font-size: 45px;
    letter-spacing: 3px;

    color: rgba(56, 15, 74, 0.693);
    text-decoration: none;

    transform: translateY(20px);

    top: -2.5rem;
}

.card_text-9 h3
{
    position: relative;
    
    margin-top: -10px;

    font-size: 20px;
    letter-spacing: 3px;

    color: rgba(210, 200, 200, 0.693);
    text-decoration: none;

    top: -3.2rem;
}

.card_text-9 p
{
    position: relative;
    display: flex;
    text-align: center;
    flex-flow:column wrap;

    top:-3.5rem;
    left:0;

    line-height: 1;

    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: rgba(167, 159, 159, 0.693);

    margin: -10px;
    padding: -5px;

    margin-bottom: 5%;
}

.nav
{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    background-color: gold;
    padding: 12px;
    border-radius: 15px;
    position: sticky;
    top: 0;
    
    z-index: 1000;
}

.nav  .nav_link
{
    margin: 0 15px;
    
    text-decoration: none;
    color: crimson;
    transition: color 0.2s linear;
    position: relative;
    list-style: circle;
}
 
.nav_link::after
{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    opacity: 0;
 
    background-color: white;
 
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
 
    transition: opacity 0.2s linear;
 
}
 
.nav_link:hover
{
    color: white;
}
 
.nav_link:hover::after
{
    opacity: 1;
}

ul>li
{
    line-height: 25px;
}

dd+dt
{
    line-height: 35px;
}

p
{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 23px;
    font-size: 17px;
}

li>strong
{
    display: inline;
    border-radius: 5px;
    background-color: gold;
    padding: 5px;
    font-size: 21px;
    color: rgb(13, 2, 15);
}

select
{
    border-radius: 5px;
}

#submit
{
    background-color: gold;

    position: relative;
    left:85%;

    font-size: 16px;
    font-weight: bold;

    padding: 10px;
    width: 110px;
}

#submit:hover
{
    background-color: crimson;
}

.icons
{
    display: flex;
    

    left: -5px;

    justify-content: space-around;
    align-items: center;

    height: 10%;
    width: 100%;

    padding: 0.5%;

    margin: 15px;

    /* background-color: #ee0979; */
}

.icons div
{
    position: relative;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;

    height: 35px;
    width: 35px;

    border-radius: 50%;

    overflow: hidden;

    box-shadow: 0 0 10px 5px gold;
    border-style: solid;
    border-color: gold;

    background-color: rgba(13, 2, 15, 0.9);

    cursor: help;
}

.icons div::before
{
    content: '';
    position: absolute;
    display: block;

    top: -45px;

    z-index: 0;

    height: 40px;
    width: 40px;

    filter: contrast(180%);
    background: linear-gradient(120deg, #fff201, #f5af19, #f12711);
}

.icons .icon1::before
{
    filter: contrast(180%);
    background: linear-gradient(120deg, #e96443, #904e95 );
}

.icons .icon3::before
{
    filter: contrast(180%);
    background: linear-gradient(120deg, #ff6a00, #ee0979);
}

.icons svg
{
    z-index: 10;
}

.icons p
{
    z-index: 10;
}


.icons div:hover:before
{
    color: black;
    top:0px;
    transition: 0.7s ;
}

.icon1 svg
{
    height: 20px;
    width: 20px;
}

.icon3 svg
{
    height: 20px;
    width: 20px;
}

.icon2 
{
    font-size: 23px;
    font-weight: bold;
}

.login__area
{
    display: flex;
    justify-content: center;
    align-items:center;

    height: 200%;
    width: 100%;

    /* background-color: rgba(0, 255, 255, 0.34); */
}

.login
{
    position: relative;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items:center;

    top: -5%;

    padding: 3% 3%;

    height: 80%;
    width: 30%;

    border-radius: 10px;

    background: rgba(255, 255, 255, 0.2);

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
#i_img
{
    display: inline-block;
    position: absolute;
    height: 100vh;
    width: 40vw;
    /* right: 0; */
    left: 40vw;
    top: 75vh;
    filter: brightness(150%);
    filter: contrast(150%);
    z-index: -100;
    filter: blur(0px);
    filter: invert();

}
.login_label
{
    position: relative;
    display: block;
    align-self: start;

    /* left:0; */
    align-self: center;

    font-size: 25px;
    font-weight: 600;
    letter-spacing: 3px;

    color: white;
}
.login_label::after
{
    content: '';
    position: relative;
    display: block;

    top:2px;

    height: 2px;
    width: 100%;

    background-color: white;
}

#login_input1, #password1
{
    margin: 3%;
    margin-top: 1%;
    margin-left: 0px;

    padding: 2.5%;
    width: 90%;

    border-radius: 25px;

    background: rgba(255, 255, 255, 0.2);

    /* background-color: brown; */

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#password1
{
    margin-top: 3%; 
}

#password1::placeholder
{
    color: whitesmoke;

    padding-left: 5%;
}

#login_input1::placeholder
{
    color: whitesmoke;
    padding-left: 5%;
}

#log_but
{
    position: relative;
    margin-top: 3%;

    padding: 3% 7%;

    font-size: 13px;
    font-weight: 800;

    border-radius: 25px;

    background-color: white;

    z-index: 10000 !important;

    filter: contrast(150%);
}

.login_label_p1
{
    font-size: 13px;
    margin: -3%;
    margin-left: 0;
    margin-top: 3%;
}

.login_label_p1 a
{
    color: gold;
    text-decoration: none;
}

.login_label_p2 a
{
    color: gold;
    text-decoration: none;

}

:root 
{
    --box-size: 50px;
    --animation-duration: 5s;
}
  
  @keyframes moveSquare {
    0% 
    {
        left: calc(-1 * var(--offset-x));
        top: calc(-1 *var(--offset-y));
    }
    25% 
    {
        left: calc(30% - var(--offset-x));
        top: calc(50% - var(--offset-y));
    }
    50% 
    {
        left: calc(50% + var(--offset-x));
        top: calc(80% + var(--offset-y));
        transform: scale(1.5);
        
    }
    75% 
    {
        right: calc(50% - var(--offset-x));
        top: calc(5% - var(--offset-y));

    }
    100% 
    {
        left: calc(30% - var(--offset-x));;
        top: calc(100% - var(--offset-y));
        transform: scale(1.7);
    }
}

.square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    animation: moveSquare 7s infinite alternate ease-in-out;
}

.square:nth-child(1) {
    --offset-x: 140px;
    --offset-y: 100px;
    transform: scale(1.5);
    z-index: -10;
}

.square:nth-child(2) 
{
    width: 70px;
    height: 70px;
    --offset-x: 200px;
    --offset-y: -30;
    animation: moveSquare 5s infinite alternate-reverse ease-in;
}

.square:nth-child(3) {
    --offset-x: 5px;
    --offset-y: 100px;
    animation: moveSquare 13s 1s infinite alternate ease-out;
}

.square:nth-child(4) 
{
    width: 80px;
    height: 80px;
    --offset-x: -240px;
    --offset-y: 100px;
    z-index: -10;
}

.square:nth-child(5) {
    width: 40px;
    height: 40px;
    --offset-x: -300px;
    --offset-y: 100px;
    animation: moveSquare 15s infinite alternate ease;
}

.square:nth-child(6) {
    --offset-x: -400px;
    --offset-y: -110px;
}





.login__area2
{
    position: relative;
    display: grid;
    left: 15%;


    height: 900px;
    width: 70%;
}

.login2
{

    display: block;
    justify-self: center;
    align-self: center;

    padding: 3% 3%;

    /* height: 70%; */
    height: 500px;
    width: 90%;

    border-radius: 10px;

    background: rgba(255, 255, 255, 0.2);

    /* background-color: brown; */

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.login_form2
{
    display: grid;

    grid-template-columns: 50% 50%;
    grid-template-rows: 20% 20% 20% 20% 20%;

    grid-template-areas: 
    "l l"
    "n s"
    "e p"
    "m m"
    "b .";
}

.login_label2
{

    position: relative;
    display: block;
    align-self: start;

    left:0;

    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;

    color: white;
}
.login_label2::after
{
    content: '';
    position: relative;
    display: block;

    top:2px;

    height: 2px;
    width: 100%;

    background-color: white;
}

.login_label2
{
    grid-area: l;
}

#login_name12
{
    grid-area: n;
}

#login_surname12
{
    grid-area: s;
}

#login_input12
{
    grid-area: e;
}

#password12
{
    grid-area: p;
}

#login_massage12
{
    grid-area: m;
}


#log_but2
{
    grid-area: b;
}

#login_input12, #password12, #login_name12, #login_surname12, #login_massage12
{
    margin: 3%;
    margin-top: 1%;
    margin-left: 0px;

    padding: 2.5%;
    width: 90%;

    border-radius: 25px;

    background: rgba(255, 255, 255, 0.2);

    border: none;

    /* background-color: brown; */

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

#login_massage12
{
    width: 92.5%;
}

#password12::placeholder
{
    color: whitesmoke;
    padding-left: 5%;
}

#login_input12::placeholder
{
    color: whitesmoke;
    padding-left: 5%;
}

#login_name12::placeholder
{
    color: whitesmoke;
    padding-left: 5%;
}

#login_surname12::placeholder
{
    color: whitesmoke;
    padding-left: 5%; 
}

#login_massage12::placeholder
{
    color: whitesmoke;
    padding-left: 1%; 
}

#login_input12:hover
{
    transition: 0.7s;
    background-color: rgba(245, 21, 66, 0.646);
}

#login_name12:hover
{
    transition: 0.7s;
    background-color: rgba(245, 21, 66, 0.646);
}

#login_surname12:hover
{
    transition: 0.7s;
    background-color: rgba(245, 21, 66, 0.646);
}

#login_input12:hover
{
    transition: 0.7s;
    background-color: rgba(245, 21, 66, 0.646);
}

#password12:hover
{
    transition: 0.7s;
    background-color: rgba(245, 21, 66, 0.646);
}

#login_massage12:hover
{
    transition: 0.7s;
    background-color: rgba(245, 21, 66, 0.646);
}


#log_but2:hover
{
    transition: 0.7s;
    background-color: rgb(245, 193, 21);
}

#login_input12:focus
{
    transition: 0.7s;
    transform: scale(1.05);
    background-color: rgba(245, 21, 66, 0.646);
}

#login_name12:focus
{
    transition: 0.7s;
    transform: scale(1.05);
    background-color: rgba(245, 21, 66, 0.646);
}

#login_surname12:focus
{
    transition: 0.7s;
    transform: scale(1.05);
    background-color: rgba(245, 21, 66, 0.646);
}

#login_input12:focus
{
    transition: 0.7s;
    transform: scale(1.05);
    background-color: rgba(245, 21, 66, 0.646);
}

#password12:focus
{
    transition: 0.7s;
    transform: scale(1.05);
    background-color: rgba(245, 21, 66, 0.646);
}

#login_massage12:focus
{
    transition: 0.7s;
    transform: scale(1.05);
    background-color: rgba(245, 21, 66, 0.646);
}

#log_but2
{
    margin-top: 5%;
    margin-bottom: -5%;

    height: 10%;
    width: 40%;
    
    text-align: center;

    padding: 3%;
    padding-bottom: 7%;

    font-size: 14px;
    font-weight: 800;

    border-radius: 25px;

    background-color: white;

    border: none;

    filter: contrast(150%);
}

.login_label_p22
{
    font-size: 13px;
    margin: -3%;
    margin-left: 0;
}

.login_label_p12
{
    font-size: 13px;
    margin: -3%;
    margin-left: 0;
    margin-top: 3%;
}

.login_label_p12 a
{
    color: gold;
    text-decoration: none;
}

.login_label_p22 a
{
    color: gold;
    text-decoration: none;

}

.footer
{
    display: grid;

    margin-top: 10%;

    grid-template-columns: 40% 20% 15% 25% ;
    grid-template-rows: 60% 40%;

    grid-template-areas: 
    "A Q S C"
    "i Q S C";

    column-gap: 1%;

    color: black;

    padding: 5%;

    border-radius: 15px;

    background-color:  gold;
    /* background-color: aqua; */
}

.footer h2
{
    text-decoration: none;
}
.footer h2::after
{
    content: '';
    display: block;
    position: relative;

    height: 3px;
    width: 3rem;
    top: 3px;

    margin-bottom: -0.5rem;

    background-color: black;

}
.icon2 p
{
    color: white;
}
.AboutUs
{
    grid-area: A ;
}
.icons
{
    grid-area: i ;
    justify-self: start;
}
.QuickLinks
{
    grid-area: Q ;
}
.Shop
{
    grid-area: S ;
}
.Contact
{
    grid-area: C ;
}

.footer h2
{
    color: black;
}
#AboutUsp
{
    font-size: 15px !important;
    line-height: 14px;
}
.QuickLinks li
{
    list-style: none;
}
.QuickLinks li a
{
    font-size: 16px !important;
    line-height: 25px;
    text-decoration: none;
    color: black;
}
.Shop li
{
    list-style: none;
}
.Shop li a
{
    font-size: 16px !important;
    line-height: 25px;
    text-decoration: none;
    color: black;
}
.Contact li
{
    list-style: none;
}
.Contact li a
{
    font-size: 16px !important;
    line-height: 25px;
    text-decoration: none;
    color: black;
}
.Contact #img_tel
{
    display: inline-block;

    height: 20px;
    width: 20px;
}
.Contact #img_email
{
    display: inline-block;

    height: 20px;
    width: 20px;
}

#AboutUsh2:hover
{
    transition: 0.5s;
    transform: scale(1.2);
    transform: translateY(-10px);
    color:rgb(219, 27, 225)
}
#QuickLinksh2:hover
{
    transition: 0.5s;
    transform: scale(1.2);
    transform: translateY(-10px);
    color:rgb(219, 27, 225)
}
#Shoph2:hover
{
    transition: 0.5s;
    transform: scale(1.2);
    transform: translateY(-10px);
    color:rgb(219, 27, 225)
}
#конец:hover
{
    transition: 0.5s;
    transform: scale(1.2);
    transform: translateY(-10px);
    color:rgb(219, 27, 225)
}
.QuickLinks li:hover
{
    transition: 0.5s;
    transform: scale(1.05);
}
.QuickLinks li a:hover
{
    transition: 0.5s;
    transform: scale(2);
    color:crimson;
}
.Shop li:hover
{
    transition: 0.5s;
    transform: scale(1.05);
}
.Shop li a:hover
{
    transition: 0.5s;
    transform: scale(2);
    color:crimson;
}
.Contact li:hover{
    transition: 0.5s;
    transform: scale(1.05);
}

.Contact li a:hover
{
    transition: 0.5s;
    transform: scale(2);
    color:crimson;
}




/* /////////termin///////// */




.titel_termin_box
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;

    height: 200px;
    width: 100%;
    
    /* background-color: aqua; */
}

#titel_termin::first-letter
{
    font-size:15vw;
    color: #fff201;
}
#titel_termin
{
    position: relative;
    display: block;
 
     top: -50px;
     width: 100%;
 
     height: 18%;
 
     text-align: center;
 
     color: #fff201;
     font-family: 'Russo One', bold;
     font-weight: 800;
     font-size:13vw;
     text-shadow: 1px 25px 30px #fff2017e;

    /* background-color: aliceblue; */
}

.quote
{
    position: relative;
    display: block;

    height: 550px;
    width: 100%;

    /* background-color: #f12711; */
}

#text_quote
{
    position: relative;
    line-height: 150px;
    font-family: 'Russo One', bold;
    font-size: 7vw;
    
    text-align: center;
}

#author_quote
{
    position: relative;
    display: block;
    height: 100px;
    margin-top: 100px;
    font-family: 'Caveat', cursive;
    font-size: 6vw;
    color: #f12711;
    text-align: right;
}

.inset_wrapper
{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-flow: column nowrap;
    margin-top: 100px;

    height: 2000px;
    width: 100%;

    /* background-color: #ee0979; */
}

.inset
{
    position: relative;
    display: block;

    height: 55px;
    width: 98%;

    padding: 1% 1%;
    margin: 0.5% 0;

    font-family: 'Montserrat';
    /* font-size: 43px; */
    font-size: 4vw;

    transition: 1s;

    /* background-color: rgba(0, 255, 255, 0.173); */
}

#inset_titel
{
    display: inline;
    font-family: 'Montserrat';
    /* font-size: 43px; */
    font-size: 4vw;
}

#inset_titel::after
{
    content: ' ';
    position: relative;
    display: block;

    left: 0;
    top: 10px;

    height: 1px;
    width: 100%;

    z-index: 10;
    background-color: rgba(255, 248, 40, 0.855);
}

#inset_img
{
    position: relative;
    display: block;

    top: -50px;
    left: 95%;

    /* height: 40px;
    width: 40px; */
    height: 3vw;
    width: 3vw;

    border-radius: 50%;

    background-color: rgb(13, 2, 15);
}

.inset_text
{
    visibility:hidden;
    color: black;

    font-size: 18px;
}




/* /////////picture///////// */





.titel_artist_box
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:  center;

    /* height: 300px; */
    height: 18rem;
    width: 100%;

    border-bottom:3px solid #fff201;
    
    /* background-color: aqua; */
}


#titel_artist::first-letter
{
    font-size:15vw;
    color: #fff201;
}

#titel_artist
{
   position: relative;
   display: block;

    /* top: -50px; */
    top: 6.5rem;
    height: 15rem !important;
    width: 100%;
    margin: 0;
    /* margin-top: 70px; */

    height: 18%;

    text-align: center;

    color: #fff201;
    font-family: 'Russo One', bold;
    font-weight: 800;
    font-size:12vw;
    text-shadow: 1px 25px 30px #fff2017e;
/* 
    background-color: aliceblue; */
}

.list_of_artist
{
    position: relative;
    display: block;

    /* margin-top: 175px; */
    margin-top: 3rem;

    /* height: 250px; */
    height: 21rem;
    width: 100%;

    /* background-color:#ee0979 */
}

#ul_artist li
{
    position: relative;
    display: block;

    height:4vw;
    width: 33vw;

    padding: 0% 1%;
    margin: 1% 0%;

    margin-left: 2%;

    border-radius: 15px;

    background-color:gold;
}

#ul_artist li::before
{
    content: ' ';
    position: absolute;
    display: block;

    height: 4vw;
    width: 4vw;

    left: -15%;

    border-radius: 50%;

    background-color: #f12711;
}

#ul_artist li a
{
    font-family: 'Montserrat';
    font-size: 2.6vw;
    line-height: 45px;
    color: rgb(13, 2, 15);
    font-weight: 800;
    text-decoration: none;
}

#ul_artist li:hover a
{
    color: #f12711;
    transition: 1s;
}


#ul_artist li:hover:before
{
    background-color: white;
    transition: 1s;
}

.artist_box
{
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;

    margin-top: 190px;

    height: 5800px;
    width: 100%;

    /* background-color: #f12711; */
}

.atrist
{
    display: grid;

    grid-template-columns: 0.4fr 0.6fr;
    grid-template-rows: 14% 36% 50%;

    grid-template-areas: 
    "N N"
    "A B"
    "C C";

    justify-content: space-between;

    height: 1550px;
    width: 100%;

    margin-top: 5rem;
    margin-bottom: 300px;

    /* background-color: aqua; */
}

.atrist_name
{
    grid-area: N;
    /* background-color: #c31432; */
}
.artist_img
{
    grid-area: A;
    /* background-color:#904e95; */
}

.atrist_info
{
    grid-area: B;
    /* background-color:#904e95; */
}

.artist_picture
{
    grid-area: C;
    /* background-color:#904e95; */
}

.atrist_name p
{
    position: relative;
    display: inline-block;

    height:5vw;

    padding: 0% 2%;
    padding-top: 3%;
    margin: 1rem 0%;
    top: -3rem;

    margin-left: 2%;

    border-radius: 15px;

    color: rgb(13, 2, 15);
    font-family: 'Russo One', bold;
    font-size: 5vw;

    background-color:gold;
}

.artist_img
{
    position: relative;
    display: block;

    justify-self: center;

    height: 100%;
    width: 80%;
    /* left: 2rem; */

    /* background-color: #ee0979; */
}

.atrist_info .ul_artist_info
{
    position: relative;
    display: block;

    top: -1rem;

    /* height: 80%;
    width: 94.5%; */

    height: 25rem;
    width: 90%;

    right: 0;

    /* background-color: greenyellow; */
}

.atrist_info .ul_artist_info li
{
    position: relative;
    display: block;

    height: 10%;
    width: 90%;

    padding: 1% 0%;
    padding-top: 1%;
    margin: 5% 0%;
    margin-left: 9%;

    font-family: 'Montserrat';
    font-size: 30px;

    /* background-color: #f12711; */
}

.atrist_info .ul_artist_info li::before
{
    content: ' ';
    position: absolute;
    display: block;

    top: -16%;
    left: -13%;

    height: 90%;
    width: 9%;

    /* background-color: #ff6a00; */
}

#artist_born::before
{
    content:url(cake_rga7evi4eu7s.svg);
}

#artist_die::before
{
    content:url(cemetery_u7w2e5ou6j7f.svg);
}

#artist_details::before
{
    content:url(palette_umvoedo7ca3g.svg);
}

#artist_style::before
{
    content:url(artist_br8duzoz50xi.svg);
}

#artist_education::before
{
    content:url(education_e419ls5bllyb.svg);
}

#artist_img1
{
    position: relative;
    display: block;

    height: 27rem;
    width: 20rem;
    min-width: 320px;

    filter: brightness(130%);

    border-style:solid;
    border-width: 3px;
    /* background-color: #fff201; */
}

.carousel-wrapper {
    position: relative;
    }
    
    .carousel-wrapper .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    }
    
    .carousel-wrapper .carousel-item .arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: url("arrow_d8iu7prhzts3.svg") 50% 50% / 20px no-repeat;
    background-size: 100%;
    }
    
    .carousel-wrapper .carousel-item .arrow.arrow-prev {
    left: 0;
    }
    
    .carousel-wrapper .carousel-item .arrow.arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    }
    
    .carousel-wrapper.light {
    color: white;
    }
    
    .carousel-wrapper.light .arrow {
    background: url("/carousel-arrow-light.png") 50% 50% / 20px no-repeat;
    }
    
    @media (max-width: 480px) {
    .carousel-wrapper .arrow,
    .carousel-wrapper.light .arrow {
    background-size: 10px;
    background-position: 10px 50%;
    }
    }
    
    [id^="target-item"] {
    display: none;
    }
    
    .carousel-wrapper .item-1 {
    z-index: 2;
    opacity: 1;
    }
    
    *:target~.item-1 {
    opacity: 0;
    }
    
    #target-item-1:target~.item-1 {
    opacity: 1;
    }
    
    #target-item-2:target~.item-2,
    #target-item-3:target~.item-3,
    #target-item-4:target~.item-4,
    #target-item-5:target~.item-5 {
    z-index: 3;
    opacity: 1;
    }

.picture
{
    position: relative;
    display: flex;
    justify-content: center;

    padding-top: 125px;

    /* background-color: blue; */
}

.picture_cover
{
    position: absolute;
    display: flex;

    height: 100%;
    width: 100%;

    padding-top: 7%;
    border-radius: 15px;
    background: linear-gradient(#fff20103, #fff2012a, gold);
    opacity: 0;
    visibility: hidden;
}

#heart_img
{
    position: absolute;
    display: block;

    height: 30px;
    width: 30px;

    right: 3%;
    bottom: 5%;
    fill:white;

    z-index: 1000;;
}

#item h2
{
    position: absolute;
    display: inline;
    top: 25px;

    height: 3%;

    font-family: 'Russo One', bold;
    font-size: 35px;
    letter-spacing: 3px;
    text-decoration: none;

    /* background-color: green; */
}

.picture_img:hover+.picture_cover
{
    visibility: visible;
    opacity: 1;
    transition: 1.5s;
}
.picture_cover:hover
{
    visibility: visible;
    opacity: 1;
    transition: 1.5s;
}

.picture_img
{
    position: relative;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
}

#Rembrandt_picture .carousel-wrapper #picture1
{
    content:url("https://papik.pro/izobr/uploads/posts/2023-03/1679339926_papik-pro-p-kartina-nochnoi-dozor-rembrandta-4.jpg");
    /* height: 90%;
    width: 80%; */
    height: 30rem;
    width: 60rem;
}

#Rembrandt_picture #picture_cover1
{
    height: 10%;
    width: 60rem;
    bottom: 0;
    z-index: 3;
}

#Rembrandt_picture .carousel-wrapper #picture2
{
    content:url("https://eparhia-saratov.ru/Content/Photos/492.jpg");
    /* height: 60%;
    width: 35%; */
    height: 25rem;
    width: 20rem;
}

#Rembrandt_picture #picture_cover2
{
    height: 10%;
    width: 20rem;
    bottom: 0;
    z-index: 3;
}

#Rembrandt_picture .carousel-wrapper #picture3
{
    content:url("https://img.goodfon.ru/original/1024x1024/5/c9/rembrandt-van-rein-danaia-kartina-mifologiia.jpg");
    /* height: 20%;
    width: 50%; */
    height: 28rem;
    width: 28rem;
}

#Rembrandt_picture #picture_cover3
{
    height: 10%;
    width: 28rem;
    bottom: 0;
    z-index: 3;
}

#Rembrandt_picture .carousel-wrapper #picture4
{
    content:url("https://i.pinimg.com/originals/43/0c/fc/430cfcb5c2cc36925774226b10ab81d4.png");
    /* height: 80%;
    width: 50%; */
    height: 25rem;
    width: 40rem;
}

#Rembrandt_picture #picture_cover4
{
    height: 10%;
    width: 40rem;
    bottom: 0;
    z-index: 3;
}

#Rembrandt_picture .carousel-wrapper #picture5
{
    content:url("picture_of_artist/Pir_Valtasara.jpg");
    /* height: 100%;
    width: 50%; */
    height: 30rem;
    width: 37rem;
}

#Rembrandt_picture #picture_cover5
{
    height: 10%;
    width: 37rem;
    bottom: 0;
    z-index: 3;
}

.carousel-wrapper2 {
    position: relative;
    }
    
    .carousel-wrapper2 .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    }
    
    .carousel-wrapper2 .carousel-item .arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: url("arrow_d8iu7prhzts3.svg") 50% 50% / 20px no-repeat;
    background-size: 100%;
    }
    
    .carousel-wrapper2 .carousel-item .arrow.arrow-prev {
    left: 0;
    }
    
    .carousel-wrapper2 .carousel-item .arrow.arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    }
    
    .carousel-wrapper2.light {
    color: white;
    }
    
    .carousel-wrapper2.light .arrow {
    background: url("/carousel-arrow-light.png") 50% 50% / 20px no-repeat;
    }
    
    @media (max-width: 480px) {
    .carousel-wrapper2 .arrow,
    .carousel-wrapper2.light .arrow {
    background-size: 10px;
    background-position: 10px 50%;
    }
    }
    
    [id^="target-item"] {
    display: none;
    }
    
    .carousel-wrapper2 .item-1 {
    z-index: 2;
    opacity: 1;
    }
    
    *:target~.item-1 {
    opacity: 0;
    }
    
    #target-item-1v:target~.item-1 {
    opacity: 1;
    }
    
    #target-item-2v:target~.item-2,
    #target-item-3v:target~.item-3,
    #target-item-4v:target~.item-4,
    #target-item-5v:target~.item-5 {
    z-index: 3;
    opacity: 1;
    }

    #artist_img2
    {
        position: relative;
        display: block;
    
        height: 27rem;
        width: 20rem;
        min-width: 320px;
    
        filter: brightness(130%);
    
        border-style:solid;
        border-width: 3px;
        background-color: #fff201;
    }


#Van_Gog_picture .carousel-wrapper2 #picture1
{
    content:url("picture_of_artist/Zvezdnay_night.jpg");
    /* height: 90%;
    width: 80%; */
    height: 27rem;
    width: 60rem;
}

#Van_Gog_picture #picture_cover1
{
    height: 10%;
    width: 60rem;
    bottom: 0;
    z-index: 3;
}

#Van_Gog_picture .carousel-wrapper2 #picture2
{
    content:url("picture_of_artist/Podsolnux.jpg");
    /* height: 60%;
    width: 35%; */
    height: 30rem;
    width: 25rem;
}

#Van_Gog_picture #picture_cover2
{
    height: 10%;
    width: 25rem;
    bottom: 0;
    z-index: 3;
}

#Van_Gog_picture .carousel-wrapper2 #picture3
{
    content:url("picture_of_artist/Terraca_cafe.jpg");
    /* height: 10%;
    width: 30%; */
    height: 30rem;
    width: 25rem;
}

#Van_Gog_picture #picture_cover3
{
    height: 10%;
    width: 25rem;
    bottom: 0;
    z-index: 3;
}

#Van_Gog_picture .carousel-wrapper2 #picture4
{
    content:url("picture_of_artist/Crasnue_vinogradniki.jpg");
    /* height: 80%;
    width: 50%; */
    height: 30rem;
    width: 37rem;
}

#Van_Gog_picture #picture_cover4
{
    height: 10%;
    width: 37rem;
    bottom: 0;
    z-index: 3;
}

#Van_Gog_picture .carousel-wrapper2 #picture5
{
    content:url("picture_of_artist/Vetka_mindala.jpg");
    /* height: 100%;
    width: 50%; */
    height: 33rem;
    width: 39rem;
}

#Van_Gog_picture #picture_cover5
{
    height: 10%;
    width: 39rem;
    bottom: 0;
    z-index: 3;
}

.carousel-wrapper3 {
    position: relative;
    }
    
    .carousel-wrapper3 .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    }
    
    .carousel-wrapper3 .carousel-item .arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: url("arrow_d8iu7prhzts3.svg") 50% 50% / 20px no-repeat;
    background-size: 100%;
    }
    
    .carousel-wrapper3 .carousel-item .arrow.arrow-prev {
    left: 0;
    }
    
    .carousel-wrapper3 .carousel-item .arrow.arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    }
    
    .carousel-wrapper3.light {
    color: white;
    }
    
    .carousel-wrapper3.light .arrow {
    background: url("/carousel-arrow-light.png") 50% 50% / 20px no-repeat;
    }
    
    @media (max-width: 480px) {
    .carousel-wrapper3 .arrow,
    .carousel-wrapper3.light .arrow {
    background-size: 10px;
    background-position: 10px 50%;
    }
    }
    
    [id^="target-item"] {
    display: none;
    }
    
    .carousel-wrapper3 .item-1 {
    z-index: 2;
    opacity: 1;
    }
    
    *:target~.item-1 {
    opacity: 0;
    }
    
    #target-item-1l:target~.item-1 {
    opacity: 1;
    }
    
    #target-item-2l:target~.item-2,
    #target-item-3l:target~.item-3,
    #target-item-4l:target~.item-4,
    #target-item-5l:target~.item-5 {
    z-index: 3;
    opacity: 1;
    }

    #artist_img3
    {
        position: relative;
        display: block;
    
        height: 30rem;
        width: 20rem;
        min-width: 300px;
    
        filter: brightness(130%);
    
        border-style:solid;
        border-width: 3px;
        background-color: #fff201;
    }

#Leonardo_da_Vinchi .carousel-wrapper3 #picture1
{
    content:url("picture_of_artist/Monolisa.jpg");
    /* height: 90%;
    width: 80%; */
    height: 30rem;
    width: 58rem;
}

#Leonardo_da_Vinchi #picture_cover1
{
    height: 10%;
    width: 58rem;
    bottom: 0;
    z-index: 3;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture2
{
    content:url("picture_of_artist/Tainai_vecheri.jpg");
    /* height: 90%;
    width: 90%; */
    height: 30rem;
    width: 60rem;
}

#Leonardo_da_Vinchi #picture_cover2
{
    height: 10%;
    width: 60rem;
    bottom: 0;
    z-index: 3;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture3
{
    content:url("picture_of_artist/Vitruvuanckiy_man.jpg");
    /* height: 20%;
    width: 50%; */
    height: 30rem;
    width: 32rem;
}

#Leonardo_da_Vinchi #picture_cover3
{
    height: 10%;
    width: 32rem;
    bottom: 0;
    z-index: 3;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture4
{
    content:url("picture_of_artist/Madonna.jpg");
    /* height: 100%;
    width: 50%; */
    height: 30rem;
    width: 39rem;
}

#Leonardo_da_Vinchi #picture_cover4
{
    height: 10%;
    width: 39rem;
    bottom: 0;
    z-index: 3;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture5
{
    content:url("picture_of_artist/Spasitel.jpg");
    /* height: 100%;
    width: 70%; */
    height: 30rem;
    width: 50rem;
}

#Leonardo_da_Vinchi #picture_cover5
{
    height: 10%;
    width: 50rem;
    bottom: 0;
    z-index: 3;
}

.carousel-wrapper4 {
    position: relative;
    }
    
    .carousel-wrapper4 .carousel-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 50px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    }
    
    .carousel-wrapper4 .carousel-item .arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 80px;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: url("arrow_d8iu7prhzts3.svg") 50% 50% / 20px no-repeat;
    background-size: 100%;
    }
    
    .carousel-wrapper4 .carousel-item .arrow.arrow-prev {
    left: 0;
    }
    
    .carousel-wrapper4 .carousel-item .arrow.arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    }
    
    .carousel-wrapper4.light {
    color: white;
    }
    
    .carousel-wrapper4.light .arrow {
    background: url("/carousel-arrow-light.png") 50% 50% / 20px no-repeat;
    }
    
    @media (max-width: 480px) {
    .carousel-wrapper4 .arrow,
    .carousel-wrapper4.light .arrow {
    background-size: 10px;
    background-position: 10px 50%;
    }
    }
    
    [id^="target-item"] {
    display: none;
    }
    
    .carousel-wrapper4 .item-1 {
    z-index: 2;
    opacity: 1;
    }
    
    *:target~.item-1 {
    opacity: 0;
    }
    
    #target-item-1c:target~.item-1 {
    opacity: 1;
    }
    
    #target-item-2c:target~.item-2,
    #target-item-3c:target~.item-3,
    #target-item-4c:target~.item-4,
    #target-item-5c:target~.item-5 {
    z-index: 3;
    opacity: 1;
    }

    #artist_img4
    {
        position: relative;
        display: block;
    
        height: 27rem;
        width: 20rem;
        min-width: 300px;
    
        filter: brightness(130%);
    
        border-style:solid;
        border-width: 3px;
        background-color: #fff201;
    }

#Clod_Mone .carousel-wrapper4 #picture1
{
    content:url("picture_of_artist/Vpechatlenie.jpg");
    /* height: 90%;
    width: 80%; */
    height: 27rem;
    width: 60rem;
}

#Clod_Mone #picture_cover1
{
    height: 10%;
    width: 60rem;
    bottom: 0;
    z-index: 3;
}

#Clod_Mone .carousel-wrapper4 #picture2
{
    content:url("picture_of_artist/Dama_c_zontikom.jpg");
    /* height: 90%;
    width: 50%; */
    height: 27rem;
    width: 33rem;
}

#Clod_Mone #picture_cover2
{
    height: 10%;
    width: 33rem;
    bottom: 0;
    z-index: 3;
}

#Clod_Mone .carousel-wrapper4 #picture3
{
    content:url("picture_of_artist/Lilii.jpg");
    /* height: 60%;
    width: 80%; */
    height: 27rem;
    width: 60rem;
}

#Clod_Mone #picture_cover3
{
    height: 10%;
   width: 60rem;
    bottom: 0;
    z-index: 3;
}

#Clod_Mone .carousel-wrapper4 #picture4
{
    content:url("picture_of_artist/Dama_v_cadu.jpg");
    /* height: 120%;
    width: 80%; */
    height: 27rem;
    width: 60rem;
}

#Clod_Mone #picture_cover4
{
    height: 10%;
    width: 60rem;
    bottom: 0;
    z-index: 3;
}

#Clod_Mone .carousel-wrapper4 #picture5
{
    content:url("picture_of_artist/Sobor.jpg");
    /* height: 110%;
    width: 70%; */
    height: 27rem;
    width: 55rem;
}
#Clod_Mone #picture_cover5
{
    height: 10%;
    width: 55rem;
    bottom: 0;
    z-index: 3;
}

.picture_img
{
    border-radius: 15px;
    box-shadow: 0px 50px 150px 0px #fdc63093;
}





/* /////////materials///////// */





.titel_materials_box
{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content:  center;

    height: 200px;
    width: 100%;
    
    margin-bottom: 110px;
    /* background-color: aqua; */
}

#titel_materials::first-letter
{
    font-size:15vw;
    color: #fff201;
}
#titel_materials
{
    position: relative;
    display: block;
 
     top: -50px;
     width: 100%;
 
     height: 18%;
 
     text-align: center;
 
     color: #fff201;
     font-family: 'Russo One', bold;
     font-weight: 800;
     font-size:12vw;
     text-shadow: 1px 25px 30px #fff2017e;
    
    /* background-color: aliceblue; */
}

.materials_box
{
    position: relative;
    display: flex;
    flex-flow: column nowrap;

    margin-top: 190px;

    height: 330%;
    width: 100%;

    /* background-color: #f12711; */
}

.materials1
{
    display: grid;

    grid-template-columns: 40% 60%;
    grid-template-rows: 14% 86%;

    grid-template-areas: 
    "N N"
    "A B";

    justify-content: space-between;

    height: 850px;
    width: 100%;

    margin-bottom: 15%;

    /* background-color: aqua; */
}

.materials2
{
    display: grid;

    grid-template-columns: 60% 40%;
    grid-template-rows: 14% 86%;

    grid-template-areas: 
    "N N"
    "B A";

    justify-content: space-between;

    height: 850px;
    width: 100%;

    margin-bottom: 15%;

    /* background-color: aqua; */
}

.materials_p
{
    grid-area: N;
    /* background-color: #c31432; */
}

.materials_img
{
    grid-area: A;
    /* background-color: #ff10eb; */
}

.materials_text
{
    grid-area: B;
    width: 90%;
    /* background-color: #1420c3; */
}

#materials_text2
{
    justify-self: end;
}

.materials_p
{
    position: relative;
    display: inline-block;
    justify-self: center;
    top: -55%;

    height:5vw;

    padding: 0% 2%;
    padding-top: 3%;
    margin: 1% 0%;

    border-radius: 15px;

    color: rgb(13, 2, 15);
    font-family: 'Russo One', bold;
    font-size: 7vw;

    background-color:gold;
}

#materials_p_graph
{
    font-size: 5vw;
}


.materials_text p
{
    position: relative;

    font-family: 'Montserrat';
    font-size: 1.5vw;
    text-indent: 50px;
}

.materials_img
{
    position: relative;
    display: block;
}

#materials_img1
{
    justify-self: center;
    height: 100%;
    width: 60%;
    filter: contrast(130%);
}

#materials_img2
{
    align-self: center;
    justify-self: center;
    height: 90%;
    width: 50%;
    filter: contrast(130%);
}

#materials_img3
{
    align-self: center;
    justify-self: center;
    height: 45%;
    width: 70%;
    filter: contrast(130%);
}

#materials_img4
{
    align-self: center;
    justify-self: center;
    height: 35%;
    width: 80%;
    filter: contrast(130%);
}




/* ///////////media/////////// */




@media screen and (max-width:768px) 
{
    main 
    {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
    }
    .nav_link, .head_menu
    {
        visibility: hidden;
    }
    .nav
    {
        height: 20px;
    }

    .head_burg
    {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
    }

    .head_burg span
    { 
        position: absolute;
        background-color: crimson;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
    }
    
    .head_burg::after, .head_burg::before
    {
        content: '';
        background-color: crimson;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
    }
    
    .head_burg::before
    {
        top:0;
        z-index: 1;
    }

    .head_burg::after
    {
        bottom: 0;
        z-index: 1;
    }

    #check:checked+.head_burg::after
    {
        transform: rotate(-45deg);
        bottom:9px;
    }

    #check:checked+.head_burg::before
    {
        transform: rotate(45deg);
        top:9px;
    }

    #check
    {
        position: absolute;
        right: 93%;
        opacity: 0;
        z-index: 10000;
        transform: scale(3);
    }

    #check:checked+.head_burg>span
    {
        display:none;
    }

    .head_menu
    {
        display: flex;
        flex-flow: column wrap;
        position: sticky;
        top:0;
        left:0;
        width: 100%;
        height: 170px;
        background-color: gold;
        z-index: -2;
        border-radius: 15px;

        padding-top: 15px ;

        opacity: 0;
    
    }

    #check:checked ~.head_menu
    {
        visibility: visible;
        opacity: 1;
    }

    #check:checked ~.head_menu .nav_link
    {
        visibility: visible;
        opacity: 1;
    }

    .head_menu .nav_link
    {
        display: block;
        padding: 5px;
        
    }

    #logo
    {
        position: absolute;
        height: 70px;
        width: 70px;
        top: 10px;
        left: 30px;
    }

    #начало
    {
        position: relative;
        font-size: 55px;
        top:-30px;
        text-align: center;
    }
    #начало::first-letter
    {
        font-size:90px;
        margin-top: 0px;
    }
    .header
    {
        height: 5rem;
    }
    .header h2
    {
        visibility: hidden;
    }
    .header abbr
    {
        visibility: hidden
    }
    .header h3
    {
        visibility: hidden
    }

    .goriz_patno1, .goriz_patno2
    {
        height: 0;
        width: 0;
        visibility: hidden;
    }
    .login__area
    {
        display: flex;
        justify-content: center;
        align-items:center;
    
        margin-top: 5vh;
        height: 20rem;
        width: 100%;
    }
    .login
    {
        display: grid;
    
        grid-template-columns: 1fr;
        grid-template-rows: 0.1fr 0.225fr 0.225fr 0.225fr 0.225fr;
    
        grid-template-areas: 
        "z"
        "e"
        "p"
        "b"
        "t";

        height:16.5rem !important;
        width: 80% !important;

    }

    .login_label
    {
        grid-area: z;
        font-size: 30px ;
    }

    #login_input1
    {
        grid-area: e;
        width: 90% !important;
        margin-bottom: 0.8rem !important;
    }

    #password1
    {
        grid-area: p;
        width: 90% !important;
    }

    #log_but
    {
        grid-area: b;
        margin-bottom: 0.5rem !important;
    }

    .login_label_p1
    {
        grid-area: t;
    }

    .square
    {
        animation:none !important;
        width: 0px !important;
        height: 0px !important;
        visibility: hidden;
    }

    #login_input1, #password1
    {
        margin: 3%;
        margin-top: 0;
        margin-left: 0px;
    
        padding: 0%;
        padding-left: 1rem;
        height: 30px;
    }
    #log_but
    {
        margin-top: 0.9rem;
        margin-bottom: -1rem;
    
        height: 30px;
        width: 30%;
        
        text-align: center;
    
        padding: 0%;
    
        font-size: 13px;
        font-weight: 800;
    }

    .login__area2
    {
        left: 0;
        width: 100%;
        height: 600px;
    }

    .login_form2
    {
        display: grid;
    
        grid-template-columns: 50% 50%;
        grid-template-rows: 1rem 3rem 3rem 3rem 3rem 3rem;
    
        grid-template-areas: 
        "l l"
        "n n"
        "s s"
        "e e"
        "p p"
        "m m"
        "b ." ;

        padding-left: 2%;
    }
    
    .login_label2
    {
        grid-area: z;
        font-size: 30px ;
    }

    #login_input12, #password12, #login_name12, #login_surname12, #login_massage12
    {
        margin-bottom: 10px !important;
        margin-left: 0px;
    
        padding: 0%;
        padding-left: 1rem;
        height: 30px;
    }

    #login_massage12::placeholder
    {
        padding-left: 5%;
    }

    #log_but2
    {
        margin-top: 5%;
        margin-bottom: -5%;
    
        height: 30px;
        width: 100%;
        
        text-align: center;
    
        padding: 0%;
    
        font-size: 13px;
        font-weight: 800;
    }


    .card_wrapper-9
    {
        display: grid;

        grid-template-columns: 100%;
        grid-template-rows: 10% 22.5% 22.5% 22.5% 22.5%;
    
        grid-template-areas: 
        "N"
        "A"
        "B"
        "C"
        "D";
    
        justify-content: space-around;
    
        z-index: 0;

        height: 130rem;
        width: 15rem;
    
        /* margin-left: -2%; */
        /* margin-left: 2.5rem; */
        margin-top: 80px;
        margin-bottom: 200px;
        padding-right: 1%;
        
        /* margin-left: -8%; */
    }

    #card_wrapper9_titel::first-letter
    {
        font-size: 90px;
    }

    #card_wrapper9_titel
    {
        text-align: center;
        font-size: 70px;
    }

    .card-9
    {
        /* height: 65vh;
        width: 60vw; */
        height: 25rem;
        width: 14rem;
    }

    .card_text-9
    {
        /* height: 85%;
        width: 80%; */
        height: 21.1rem;
        width: 11rem;
    }

    .card_text-9 h2
    {
        transform: translateY(40px);
        top: -10%;
    }

    .card_text-9 h3
    {
        font-size: 17px;
        top: -2rem;
    }

    .login
    {
        height: 50vh;
        width: 40vw;
    }

    #login_input1
    {
        width: 27vw;
    }

    #password1
    {
        width: 27vw;
    }

    .footer
    {
        display: grid;

        height:47rem !important;

        grid-template-columns: 100% !important;
        grid-template-rows: 12rem 3rem 10rem 10rem 10rem !important;
    
        grid-template-areas: 
        "A"
        "i"
        "Q"
        "S"
        "C" !important;
    
        column-gap: 1%;
    }   

    .icons
    {
        justify-self: center;
    }

    .titel_termin_box
    {
        align-items: center;
    }

    #titel_termin::first-letter
    {
        font-size: 80px;
    }

    #titel_termin
    {
        margin-top: 8.5rem;
        font-size: 60px;
    }

    .quote
    {
        height: 120%;
    }

    #text_quote
    {
        margin-top: 0;
        left: -2%;
        line-height: 90px;
        font-size: 14vw;
    }

    #author_quote
    {
        margin-top: 50px;
        font-family: 'Caveat', cursive;
        line-height: 50px;
        font-size: 14vw;
    }

    .inset_wrapper
{
    margin-top: 100px;

    height: 1800px;
    width: 100%;

    margin-bottom: 150px;
}

#inset_titel
{
    font-size: 8vw;
}

#inset_img
{
    top: -2rem;
    left: 90%;

    height: 2rem;
    width: 2rem;

    border-radius: 50%;

    background-color: rgb(13, 2, 15);
}

.titel_materials_box
{
    align-items: center;
    margin-bottom: -30px;
}

#titel_materials::first-letter
{
    font-size: 70px;
}

#titel_materials
{
    margin-top: 8rem;
    font-size: 50px;
}

.materials_box
{
    margin-top: 100px;

    height: 5200px;
    width: 100%;
}

.materials1
{
    display: grid;

    grid-template-columns: 100% !important;
    grid-template-rows: 5% 23% 65% !important;

    grid-template-areas: 
    "N"
    "A"
    "B" !important;

    justify-content: space-between;

    height: 1500px !important;
    width: 100%;

    margin-bottom: 8rem;
    margin-left: 1%;

    /* background-color: aqua; */
}

.materials2
{
    display: grid;

    grid-template-columns: 100% !important;
    grid-template-rows: 5% 23% 65% !important;

    grid-template-areas: 
    "N"
    "A"
    "B" !important;

    justify-content: space-between;

    height: 1500px !important;
    width: 100%;

    margin-bottom: 8rem;

    /* background-color: aqua; */
}


.materials_p
{
    height:2.5rem;
    font-size: 8vw;
}

#materials_p_graph
{
    height:2.5rem;
    font-size: 6vw;
    line-height: 30px;
    text-align: center;
}

.materials_text p
{
    width: 100%;
    margin-left: 7%;
    font-size: 14.5px;
    line-height: 16.5px;
    text-indent: 25px;
    margin-bottom: 35;
}

#materials_text2
{
    justify-self: start;
}

#materials1_1
{
    grid-template-rows: 5% 28% 60% !important;
    height: 1350px !important;
}

#materials_img1
{
    justify-self: center;
    margin-left: -10%;
    /* height: 90%;
    width: 50%; */
    height: 20rem;
    width: 10rem;
    filter: contrast(130%);
}

#materials1_2
{
    height: 1200px !important;
}

#materials_img2
{
    align-self: center;
    justify-self: center;
    /* height: 80%;
    width: 50%; */
    height: 16rem;
    width: 9rem;
    filter: contrast(130%);
}

#materials1_3
{
    grid-template-rows: 5% 23% 65% !important;
    height: 1100px !important;
}

#materials_img3
{
    align-self: center;
    justify-self: center;
    /* height: 60%;
    width: 60%; */
    height: 14rem;
    width: 14rem;
    filter: contrast(130%);
}

#materials1_4
{
    grid-template-rows: 5% 15% 73% !important;
    height: 1100px !important;
}

#materials_img4
{
    align-self: center;
    justify-self: center;
    /* height: 65%;
    width: 70%; */
    height: 9rem;
    width: 12rem;
    filter: contrast(130%);
}

.titel_artist_box
{
    align-items: center;
    /* height: 180px; */
    height: 10rem;
}

#titel_artist::first-letter
{
    font-size: 70px;
}

#titel_artist
{
    top: 1.5rem;
    height: 5rem !important;
    /* margin-top: 5.5rem; */
    font-size: 50px;
}

.list_of_artist
{
    height: 200px;
}

#ul_artist li
{
    position: relative;
    display: flex;
    align-items: center;

    height:8vw;
    width: 70vw;

    padding: 0% 1%;
    margin-bottom: 3%;
}

#ul_artist li::before
{
    height: 7vw;
    width: 7vw;
}

#ul_artist li a
{
    font-size: 5vw;
    margin-left: 5%;
}

.artist_box
{
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;

    margin-top: 100px;

    height: 5300px;
    width: 100%;
}

.atrist
{
    display: grid;

    grid-template-columns: 100%;
    grid-template-rows: 8% 32% 30% 30%;

    grid-template-areas: 
    "N"
    "A"
    "B"
    "C";

    justify-content: space-between;

    height: 1200px;
    width: 100%;

    margin-bottom: 10px;
}

.atrist_name p
{
    top: 0;
    height:9vw;
    font-size: 7vw;
}

#artist_img1_p, #artist_img2_p
{
    /* margin-right: 23%; */
}

.artist_img
{
    display: flex;
    justify-content: center;
    align-items: center;
}

#artist_img1
{
    height: 300px;
    /* width: 60%; */
    width: 2rem;
    min-width: 230px;
    /* background-color: #fff201; */
}


#artist_img2
{
    height: 330px;
    /* width: 60%; */
    width: 2rem;
    min-width: 230px;
}

#artist_img3
{
    height: 300px;
    /* width: 60%; */
    width: 2rem;
    min-width: 200px;
}

#artist_img4
{
    height: 300px;
     /* width: 60%; */
     width: 2rem;
    min-width: 200px;
}

.atrist_info .ul_artist_info
{
    position: relative;
    display: block;

    top: 0%;

    /* height: 80%;
    width: 94.5%; */
    height: 80%;
    width: 94.5%;

    /* background-color: greenyellow; */
}

.atrist_info .ul_artist_info li
{
    position: relative;
    display: block;

    height: 10%;
    width: 90%;

    padding: 1% 0%;
    margin-bottom: 1.7rem !important;
    margin: 5% 0%;
    margin-left: 9%;

    font-family: 'Montserrat';
    font-size: 4.5vw;

    /* background-color: #f12711; */
}

.atrist_info .ul_artist_info li::before
{
    content: ' ';
    position: absolute;
    display: block;

    top: -16%;
    left: -13%;

    height: 90%;
    width: 9%;

    /* background-color: #ff6a00; */
}

.carousel-wrapper .carousel-item .arrow, .carousel-wrapper2 .carousel-item .arrow, .carousel-wrapper3 .carousel-item .arrow, .carousel-wrapper4 .carousel-item .arrow
{
    width: 35px;
}

#item h2
{
    top: -70px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
}

.picture
{
    position: relative;
    display: flex;
    justify-content: center;

    padding-top: 0px;
    width: 100%;

    /* background-color: blue; */
}

.carousel-wrapper .carousel-item .arrow.arrow-prev
{
    left: 0%;
}

#item
{
    left: -10%;
    display: flex;
    align-items: center;
    width: 90%;
}

.artist_picture
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-wrapper, .carousel-wrapper2, .carousel-wrapper3, .carousel-wrapper4
{
    height: 23rem !important;
    width: 19rem;
}

#Rembrandt_picture .carousel-wrapper #picture1
{
    height: 100%;
    width: 90%;
}

#Rembrandt_picture #picture_cover1
{
    width: 90%;
}

#Rembrandt_picture .carousel-wrapper #picture2
{
    height: 200%;
    width: 60%;
}

#Rembrandt_picture #picture_cover2
{
    width: 60%;
}

#Rembrandt_picture .carousel-wrapper #picture3
{
    height: 80%;
    width: 80%;
}

#Rembrandt_picture #picture_cover3
{
    width: 80%;
}

#Rembrandt_picture .carousel-wrapper #picture4
{
    height: 60%;
    width: 100%;
}

#Rembrandt_picture #picture_cover4
{
    width: 100%;
}

#Rembrandt_picture .carousel-wrapper #picture5
{
    height: 200%;
    width: 100%;
}

#Rembrandt_picture #picture_cover5
{
    width: 100%;
}

#Van_Gog_picture .carousel-wrapper2 #picture1
{
    height: 100%;
    width: 90%;
}

#Van_Gog_picture #picture_cover1
{
    width: 90%;

}

#Van_Gog_picture .carousel-wrapper2 #picture2
{
    height: 90%;
    width: 60%;
}

#Van_Gog_picture #picture_cover2
{
    width: 60%;
}

#Van_Gog_picture .carousel-wrapper2 #picture3
{
    height: 70%;
    width: 60%;
}

#Van_Gog_picture #picture_cover3
{
    width: 60%;
}

#Van_Gog_picture .carousel-wrapper2 #picture4
{
    height: 80%;
    width: 80%;
}

#Van_Gog_picture #picture_cover4
{
    width: 80%;
}

#Van_Gog_picture .carousel-wrapper2 #picture5
{
    height: 100%;
    width: 75%;
}

#Van_Gog_picture #picture_cover5
{
    width: 75%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture1
{
    height: 90%;
    width: 80%;
}

#Leonardo_da_Vinchi #picture_cover1
{
    width: 80%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture2
{
    height: 90%;
    width: 100%;
}

#Leonardo_da_Vinchi #picture_cover2
{
    width: 100%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture3
{
    height: 30%;
    width: 60%;
}

#Leonardo_da_Vinchi #picture_cover3
{
    width: 60%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture4
{
    height: 100%;
    width: 80%;
}

#Leonardo_da_Vinchi #picture_cover4
{

    width: 80%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture5
{
    height: 100%;
    width: 90%;
}

#Leonardo_da_Vinchi #picture_cover5
{
    width: 90%;
}

#Clod_Mone .carousel-wrapper4 #picture1
{
    height: 90%;
    width: 90%;
}

#Clod_Mone #picture_cover1
{
    width: 90%;
}

#Clod_Mone .carousel-wrapper4 #picture2
{
    height: 90%;
    width: 70%;
}

#Clod_Mone #picture_cover2
{
    width: 70%;
}

#Clod_Mone .carousel-wrapper4 #picture3
{
    height: 60%;
    width: 100%;
}

#Clod_Mone #picture_cover3
{
    width: 100%;
}

#Clod_Mone .carousel-wrapper4 #picture4
{
    height: 120%;
    width: 100%;
}

#Clod_Mone #picture_cover4
{
    width: 100%;
}

#Clod_Mone .carousel-wrapper4 #picture5
{
    height: 110%;
    width: 100%;
}
#Clod_Mone #picture_cover5
{
    width: 100%;
}









}
@media screen and (max-width:1024px) and (min-width:768px)
{

    .nav_link, .head_menu
    {
        visibility: hidden;
    }
    .nav
    {
        height: 20px;
    }

    .head_burg
    {
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
    }

    .head_burg span
    { 
        position: absolute;
        background-color: crimson;
        left: 0;
        width: 100%;
        height: 2px;
        top: 9px;
    }
    
    .head_burg::after, .head_burg::before
    {
        content: '';
        background-color: crimson;
        position: absolute;
        width: 100%;
        height: 2px;
        left: 0;
    }
    
    .head_burg::before
    {
        top:0;
        z-index: 1;
    }

    .head_burg::after
    {
        bottom: 0;
        z-index: 1;
    }

    #check:checked+.head_burg::after
    {
        transform: rotate(-45deg);
        bottom:9px;
    }

    #check:checked+.head_burg::before
    {
        transform: rotate(45deg);
        top:9px;
    }

    #check
    {
        position: absolute;
        right: 93%;
        opacity: 0;
        z-index: 10000;
        transform: scale(3);
    }

    #check:checked+.head_burg>span
    {
        display:none;
    }

    .head_menu
    {
        display: flex;
        flex-flow: column wrap;
        position: sticky;
        top:0;
        left:0;
        width: 100%;
        height: 170px;
        background-color: gold;
        z-index: -2;
        border-radius: 15px;

        padding-top: 15px ;

        opacity: 0;
    
    }

    #check:checked ~.head_menu
    {
        visibility: visible;
        opacity: 1;
    }

    #check:checked ~.head_menu .nav_link
    {
        visibility: visible;
        opacity: 1;
    }

    .head_menu .nav_link
    {
        display: block;
        padding: 5px;
        
    }

    #logo
    {
        position: absolute;
        height: 70px;
        width: 70px;
        top: 10px;
        left: 30px;
    }

    #начало
    {
        position: relative;
        font-size: 55px;
        top:-30px;
        text-align: center;
    }
    #начало::first-letter
    {
        font-size:90px;
        margin-top: 0px;
    }
    .header
    {
        height: 12vh;
    }
    .header h2
    {
        visibility: hidden;
    }
    .header abbr
    {
        visibility: hidden
    }
    .header h3
    {
        visibility: hidden
    }

    .goriz_patno1, .goriz_patno2
    {
        visibility: hidden;
    }
    .login__area
    {
        display: flex;
        justify-content: center;
        align-items:center;
    
        margin-top: 5vh;
        height: 50vh;
        width: 100%;
    }
    .login
    {
        display: grid;
    
        grid-template-columns: 1fr;
        grid-template-rows: 0.1fr 0.225fr 0.225fr 0.225fr 0.225fr;
    
        grid-template-areas: 
        "z"
        "e"
        "p"
        "b"
        "t";

        /* height:55% !important; */
        height:20rem !important;
        width: 80% !important;

    }

    .login_label
    {
        grid-area: z;
        font-size: 30px ;
        align-self: center;
    }

    #login_input1
    {
        grid-area: e;
        width: 100% !important;
        padding-left: 0px !important;
        margin-bottom: 3% !important;
        margin-right: 0px !important;
    }

    #password1
    {
        grid-area: p;
        width: 100% !important;
        padding-left: 0px !important;
        margin-right: 0px !important;
    }

    #log_but
    {
        grid-area: b;
        margin-bottom: 3% !important;
    }

    .login_label_p1
    {
        grid-area: t;
    }

    .square
    {
        animation:none !important;
        width: 0px !important;
        height: 0px !important;
        visibility: hidden;
    }

    #login_input1, #password1
    {
        margin: 3%;
        margin-top: 0;
        margin-left: 0px;
    
        padding: 0%;
        padding-left: 1rem;
        height: 30px;
    }
    #log_but
    {
        margin-top: 5%;
        margin-bottom: -3%;
    
        height: 30px;
        width: 20%;
        
        text-align: center;
    
        padding: 0%;
    
        font-size: 13px;
        font-weight: 800;
    }

    .login__area2
    {
        left: 0;
        width: 100%;
        height: 600px;
    }

    .login_form2
    {
        display: grid;
    
        grid-template-columns: 50% 50%;
        grid-template-rows: 1rem 3rem 3rem 3rem 3rem 3rem;
    
        grid-template-areas: 
        "l l"
        "n n"
        "s s"
        "e e"
        "p p"
        "m m"
        "b ." ;

        padding-left: 2%;
    }
    
    .login_label2
    {
        grid-area: z;
        font-size: 30px ;
    }

    #login_input12, #password12, #login_name12, #login_surname12, #login_massage12
    {
        margin-bottom: 10px !important;
        margin-left: 0px;
    
        padding: 0%;
        padding-left: 1rem;
        height: 30px;
    }

    #login_input12::placeholder, #password12::placeholder, #login_name12::placeholder, #login_surname12::placeholder,#login_massage12::placeholder
    {
        padding-left: 1%;
    }

    #log_but2
    {
        margin-top: 5%;
        margin-bottom: -5%;
    
        height: 30px;
        width: 35%;
        
        text-align: center;
    
        padding: 0%;
    
        font-size: 13px;
        font-weight: 800;
    }


    .card_wrapper-9
{
    display: grid;

    grid-template-columns: 50% 50%;
    grid-template-rows: 10% 45% 45%;

    grid-template-areas: 
    "N N"
    "A B"
    "C D";

    justify-content: space-between;

    column-gap: 0.5%;
    row-gap: 1%;

    z-index: 0;

    height: 95vh;
    width: 97vw;

    margin-left: -3%;
    margin-top: 150px;
    padding-right: 1%;

}

#card_wrapper9_titel::first-letter
{
    font-size:15vw;
    color: #fff201;
}
#card_wrapper9_titel
{
    grid-area: N;
    position: relative;
    display: block;
    justify-self: center;
    align-self: end;
    height: 18%;

    color: #fff201;
    font-family: 'Russo One', bold;
    font-weight: 800;
    font-size:12vw;
    text-shadow: 1px 25px 30px #fff2017e;

    /* background-color: aliceblue; */
}

    .card-9
    {
        /* height: 90%;
        width: 90%; */
        height: 20rem;
        width: 20rem;
    }

    .card_text-9
    {
        /* height: 80%;
        width: 80%; */
        height: 15rem;
        width: 16rem;
    }

    .card_text-9 h2
    {
        transform: translateY(30px);
        top: 0;
    }

    .card_text-9 h3
    {
        font-size: 17px;
        top: -0.3rem;
        margin-bottom: 5px;
    }

    .card_text-9 p{
        top: 0;
    }

    .login
    {
        height: 50vh;
        width: 40vw;
    }

    #login_input1
    {
        width: 27vw;
    }

    #password1
    {
        width: 27vw;
    }

    .icons
    {
        justify-self: center;
    }

    .titel_termin_box
    {
        align-items: center;
    }

    #titel_termin::first-letter
    {
        font-size: 200px;
    }

    #titel_termin
    {
        font-size: 130px;
    }

    .quote
    {
        height: 120%;
    }

    #text_quote
    {
        margin-top: 100px;
        left: -2%;
        line-height: 90px;
        font-size: 10vw;
    }

    #author_quote
    {
        margin-top: 50px;
        font-family: 'Caveat', cursive;
        line-height: 50px;
        font-size: 10vw;
    }

    .inset_wrapper
{
    margin-top: 100px;

    height: 1800px;
    width: 100%;

    margin-bottom: 200px;
}

#inset_titel
{
    font-size: 6.5vw;
}

#inset_img
{
    top: -50px;
    left: 90%;

    height: 5vw;
    width: 5vw;

    border-radius: 50%;

    background-color: rgb(13, 2, 15);
}

.titel_materials_box
{
    align-items: center;
    margin-bottom: -30px;
}

#titel_materials::first-letter
{
    font-size: 120px;
}

#titel_materials
{
    margin-top: 130px;
    font-size: 90px;
}

.materials_box
{
    margin-top: 100px;

    height: 4700px;
    width: 100%;
}

.materials1
{
    display: grid;

    grid-template-columns: 100% !important;
    grid-template-rows: 5% 23% 65% !important;

    grid-template-areas: 
    "N"
    "A"
    "B" !important;

    justify-content: space-between;

    height: 1500px !important;
    width: 100%;

    margin-bottom: 15%;
    margin-left: 1%;

    /* background-color: aqua; */
}

.materials2
{
    display: grid;

    grid-template-columns: 100% !important;
    grid-template-rows: 5% 23% 65% !important;

    grid-template-areas: 
    "N"
    "A"
    "B" !important;

    justify-content: space-between;

    height: 1500px !important;
    width: 100%;

    margin-bottom: 15%;

    /* background-color: aqua; */
}


.materials_p
{
    height:8vw;
    font-size: 8vw;
}

#materials_p_graph
{
    height:8vw;
    line-height: 30px;
    text-align: center;
}

.materials_text p
{
    width: 100%;
    margin-left: 7%;
    font-size: 2vw;
    line-height: 16.5px;
    text-indent: 25px;
    margin-bottom: 35;
}

#materials_text2
{
    justify-self: start;
}

#materials1_1
{
    grid-template-rows: 5% 48% 40% !important;
    height: 1350px !important;
}

#materials_img1
{
    justify-self: center;
    margin-top: 10%;
    margin-left: -10%;
    height: 80%;
    width: 30%;
    filter: contrast(130%);
}

#materials1_2
{
    grid-template-rows: 5% 48% 40% !important;
    height: 1200px !important;
}

#materials_img2
{
    align-self: center;
    justify-self: center;
    height: 80%;
    width: 35%;
    filter: contrast(130%);
}

#materials1_3
{
    grid-template-rows: 5% 48% 40% !important;
    height: 1100px !important;
}

#materials_img3
{
    align-self: center;
    justify-self: center;
    height: 50%;
    width: 50%;
    filter: contrast(130%);
}

#materials1_4
{
    grid-template-rows: 5% 48% 40% !important;
    height: 1100px !important;
}

#materials_img4
{
    align-self: center;
    justify-self: center;
    height: 50%;
    width: 60%;
    filter: contrast(130%);
}

.titel_artist_box
{
    align-items: center;
    /* height: 180px; */
    height: 18rem;
}

#titel_artist::first-letter
{
    font-size: 150px;
}

#titel_artist
{
    /* margin-top: 70px; */
    
    font-size: 110px;
}

.list_of_artist
{
    height: 450px;
}

#ul_artist li
{
    position: relative;
    display: flex;
    align-items: center;

    height:7vw;
    width: 60vw;

    padding: 0% 1%;
    margin-bottom: 3%;
}

#ul_artist li::before
{
    height: 7vw;
    width: 7vw;
    margin-left: 2%;
}

#ul_artist li a
{
    font-size: 5vw;
    margin-left: 5%;
}

.artist_box
{
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;

    margin-top: 100px;

    height: 10000px;
    width: 100%;
}

.atrist
{
    display: grid;

    grid-template-columns: 100%;
    grid-template-rows: 8% 25% 28% 39%;

    grid-template-areas: 
    "N"
    "A"
    "B"
    "C";

    justify-content: space-between;

    height: 3000px;
    width: 100%;

    margin-bottom: 200px;
}

.atrist_name p
{
    height:7vw;

    font-size: 7vw;
}

#artist_img1
{
    margin-left: 20%;
    height: 480px;
    width: 55%;
    min-width: 250px;

    /* background-color: #fff201; */
}


#artist_img2
{
    margin-left: 20%;
    height: 480px;
    width: 55%;
    min-width: 250px;
}

#artist_img3
{
    margin-left: 20%;
    height: 480px;
    width: 50%;
    min-width: 250px;
}

#artist_img4
{
    margin-left: 25%;
    height: 480px;
    width: 50%;
    min-width: 250px;
}

.atrist_info .ul_artist_info
{
    position: relative;
    display: block;

    top: 0%;

    height: 80%;
    width: 94.5%;

    /* background-color: greenyellow; */
}

.atrist_info .ul_artist_info li
{
    position: relative;
    display: block;

    height: 10%;
    width: 90%;

    padding: 1% 0%;
    margin-bottom: 5% !important;
    margin: 5% 0%;
    margin-left: 9%;

    font-family: 'Montserrat';
    font-size: 4vw;
    line-height: 50px;

    /* background-color: #f12711; */
}

.atrist_info .ul_artist_info li::before
{
    content: ' ';
    position: absolute;
    display: block;

    top: -16%;

    height: 90%;
    width: 9%;

    /* background-color: #ff6a00; */
}

.carousel-wrapper .carousel-item .arrow, .carousel-wrapper2 .carousel-item .arrow, .carousel-wrapper3 .carousel-item .arrow, .carousel-wrapper4 .carousel-item .arrow
{
    width: 35px;
}

#item h2
{
    top: -130px;
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
}

.picture
{
    position: relative;
    display: flex;
    justify-content: center;

    padding-top: 0px;
    width: 100%;

    /* background-color: blue; */
}

.carousel-wrapper .carousel-item .arrow.arrow-prev
{
    left: 0%;
}

#item
{
    top: -200px;
    left: 0;
    display: flex;
    align-items: center;
    width: 90%;
}

#Rembrandt_picture .carousel-wrapper #picture1
{
    height: 100%;
    width: 90%;
}

#Rembrandt_picture #picture_cover1
{
    width: 90%;
}

#Rembrandt_picture .carousel-wrapper #picture2
{
    height: 200%;
    width: 60%;
}

#Rembrandt_picture #picture_cover2
{
    width: 60%;
}

#Rembrandt_picture .carousel-wrapper #picture3
{
    height: 80%;
    width: 80%;
}

#Rembrandt_picture #picture_cover3
{
    width: 80%;
}

#Rembrandt_picture .carousel-wrapper #picture4
{
    height: 60%;
    width: 100%;
}

#Rembrandt_picture #picture_cover4
{
    width: 100%;
}

#Rembrandt_picture .carousel-wrapper #picture5
{
    height: 200%;
    width: 100%;
}

#Rembrandt_picture #picture_cover5
{
    width: 100%;
}

#Van_Gog_picture .carousel-wrapper2 #picture1
{
    height: 100%;
    width: 90%;
}

#Van_Gog_picture #picture_cover1
{
    width: 90%;

}

#Van_Gog_picture .carousel-wrapper2 #picture2
{
    height: 90%;
    width: 60%;
}

#Van_Gog_picture #picture_cover2
{
    width: 60%;
}

#Van_Gog_picture .carousel-wrapper2 #picture3
{
    height: 70%;
    width: 60%;
}

#Van_Gog_picture #picture_cover3
{
    width: 60%;
}

#Van_Gog_picture .carousel-wrapper2 #picture4
{
    height: 80%;
    width: 80%;
}

#Van_Gog_picture #picture_cover4
{
    width: 80%;
}

#Van_Gog_picture .carousel-wrapper2 #picture5
{
    height: 100%;
    width: 75%;
}

#Van_Gog_picture #picture_cover5
{
    width: 75%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture1
{
    height: 90%;
    width: 80%;
}

#Leonardo_da_Vinchi #picture_cover1
{
    width: 80%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture2
{
    height: 90%;
    width: 100%;
}

#Leonardo_da_Vinchi #picture_cover2
{
    width: 100%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture3
{
    height: 30%;
    width: 60%;
}

#Leonardo_da_Vinchi #picture_cover3
{
    width: 60%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture4
{
    height: 100%;
    width: 80%;
}

#Leonardo_da_Vinchi #picture_cover4
{

    width: 80%;
}

#Leonardo_da_Vinchi .carousel-wrapper3 #picture5
{
    height: 100%;
    width: 90%;
}

#Leonardo_da_Vinchi #picture_cover5
{
    width: 90%;
}

#Clod_Mone .carousel-wrapper4 #picture1
{
    height: 90%;
    width: 90%;
}

#Clod_Mone #picture_cover1
{
    width: 90%;
}

#Clod_Mone .carousel-wrapper4 #picture2
{
    height: 90%;
    width: 70%;
}

#Clod_Mone #picture_cover2
{
    width: 70%;
}

#Clod_Mone .carousel-wrapper4 #picture3
{
    height: 60%;
    width: 100%;
}

#Clod_Mone #picture_cover3
{
    width: 100%;
}

#Clod_Mone .carousel-wrapper4 #picture4
{
    height: 120%;
    width: 100%;
}

#Clod_Mone #picture_cover4
{
    width: 100%;
}

#Clod_Mone .carousel-wrapper4 #picture5
{
    height: 110%;
    width: 100%;
}
#Clod_Mone #picture_cover5
{
    width: 100%;
}

.footer
{
    display: grid;

    grid-template-columns: 50% 50%;
    grid-template-rows: 40% 10% 50%;
    
    grid-template-areas: 
    "A Q"
    "i Q"
    "S C";
    
    column-gap: 1%;
}   
}
