*{
    margin: 0;
    padding: 0;
    
}
a{
    cursor: pointer;
}
body{
    background-color: #1C1C1C;
    font-family: 'Inter', sans-serif;
}
header {
    padding-bottom: 1vw;
    padding-top: 1vw;
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    width: 100%;    
    display: flex;
    justify-content: center;    
    
}

.shap_11{ 
    font-size: clamp(13px,2vw,40px);    
    color: #9900D6;
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    margin-left: 10px;
    width: 10vw;
    justify-content: center; 
}
.shap_11 *{
    cursor: pointer;
}
.shap_11 img{
    max-width: clamp(20px,2vw,40px);
}
.shap_12{       
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
   
}

.shap_13{
    justify-content: center;    
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    
    width: 10vw;
}
.shap_13 img{
    max-width: clamp(20px,2vw,40px);
}

.shap_text{
    font-size: clamp(12px,2vw,25px);    
    cursor: pointer;
    position: relative;
    margin-right: 4vw;
}
.shap_text:last-child{
    margin-right: 0;
}
.shap_text::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #9900D6;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    
}
.shap_text.active::after {
    width: 100%;
}






.poisk{
    text-align: center;
    border: none;
    margin-top: 5vh;
    margin-bottom: 2vh;
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    color: rgb(255, 255, 255);
    background-color: #474747;
    width: 40vw;
    height: 3vh;
    border-radius: 18px;
    font-size: clamp(11px,2vw,20px);
}

.clear_history{
    cursor: pointer;
    max-width: 12vh;
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: center;
    display:flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vh;
    background-color: #9900D6; 
    font-size: clamp(11px,2vw,20px);
}

.filmset {
    margin-top: 5vh;
    width: 80%;
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.film {
    width: 50vh;
    margin: 1vh;
    display: flex; 
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.film img{   
    width: 100%;
}

.film_name{
    font-size: clamp(13px,2vw,38px); 
}
.bot_shap{
    position: absolute;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    padding-top: 1vh;
    padding-bottom: 1vh;
    display: inline-flex;
    color: #d8d8d8;
    align-items: center;
}
.shap_21{ 
    font-size: clamp(21px,2vw,60px);    
    color: #9900D6;
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    margin-left: 3vw;
    width: 10vw;
    justify-content: left;
    
}
.shap_21 img{
    max-width: clamp(22px,2vw,40px);
}
.shap_22{
    margin-right: 3vw;
    font-size: clamp(10px,2vw,20px);
}
.shap_22 a{
    text-decoration: none;
    color: #d8d8d8;
}
.player{
    width: 90%;
    height: 40vh;
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.filmset_pl {
    margin-top: 5vh;
    width: 80%;
    display: block; 
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.description{
    margin-top: 2vh;
    margin-left: 3vw;
    color: #d6d6d6;
}

.target_1{
    margin-top: 3vh;
    margin-bottom: 3vh;
    width: 70%;
    display: block; 
    color: #ffffff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(12px,2vw,20px);
}
.target_1 a{
    color: #ffffff;
}
