*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-size: 18px;
    font-family: Arial,  sans-serif;
}
body{
    background: url(../img/bg.jpg);
    background-attachment: fixed;
    background-repeat:no-repeat ;
    background-size: 100% 100%;
}
.box{
    width: 80%;
    margin: 0 auto;
}
header{
    width: 100%;
    height: 100px;
    background-color: #442d3f;
}
nav{
    width: 100%;
    height: 80px;
    text-align: center;
    background-color: #d1ceed;
}
.films{
    width: 100%;
    height: 1300px;
    text-align: center;
    background-color: #d1ceed;
}
.hr{
    background-color: #442d3f;
    width: 100%;
    height: 80px;
}
.forms{
    width: 100%;
    height: 400px;
    padding: 10px;
    background-color: #d1ceed;
}
.comments{
    width: 100%;
    height: 700px;
    background-color: #d1ceed;
}
footer{
    width: 100%;
    height: 180px;
    background-color: rgb(241, 201, 142);
    background-color: #261a2b;
    padding-top: 70px;
    text-align: center;
}
.header__btn{
    width: 140px;
    height: 35px;
    background-color: #806491;
    border-radius: 5px;
    float: right;
    margin-top: 25px;
    margin-left: 40px;
    margin-right: 30px;
}
.header__text{
    border: 3px solid;
    padding: 2.5px;
    border-radius: 5px;
    float: right;
    margin-top: 25px;
}
.header__img{
    width: 90px;
    height: 90px;
    margin-top: 5px;
    margin-left: 15px;
}
.form1{
    width: 400px;
    height: 260px;
    float: right;
    padding: 10px;
    margin-bottom: 40px;
}
.form2{
    width: 500px;
    height: 260px;
    float: right;
    margin-left: 80px;
    margin-right: 40px;
    margin-bottom: 15px;
    padding: 15px;
}
.form1__input{
    border: 3px solid;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 35px;
    border-radius: 7px;
    padding: 3px;
}
.form1__lb{
    margin-top: 15px;
    margin-bottom: 15px;
}
.form1__lb2{
    margin-bottom: 30px;
}
.form1__input2{
    margin-left: 20px;
    margin-top: 15px;
    margin-right: 4px;
}
.forms__btn{
    background-color: #806491;
    border-radius: 5px;
    height: 40px;
    padding: 7px;
    margin-left: 512px
}
textarea{
    border: 3px solid;
    margin-top: 10px;
}
.nav__item{
    height: 40px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    background-color: #806491;
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 7px;
    width: 135px;
}
.section__item{
    width: 385px;
    height: 600px;
    margin-top: 30px;
    margin-right: 5px;
    padding: 7px;
    float: left;
    margin-left: 12px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(176,174,176,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(176,174,176,1);
    box-shadow: 10px 10px 5px 0px rgba(176,174,176,1);
    background-color: #9793c6;
}
.section__item_img{
    width: 260px;
    height: 380px;
    margin-bottom: 15px;
}
.section__item_h3{
    margin-bottom: 15px;
}
.section__item_text{
    margin-bottom: 10px;
    width: 340px;
}
.section__item:hover{
    transform: scale(1.02);
    transition: 0.7s;

}
.comments__comment{
    background-color: #806491;
    width: 550px;
    height: 306px;
    padding-top: 20px;
    float: left;
    margin-right: 35px;
    margin-left: 20px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.comments__comment_hr{
    width: 100%;
    height: 60px;
    padding: 7px;
    background-color: #B9848C;
    padding: 20px;
}
.comments__comment_text1{
    margin-right: 40px;
    display: inline-block;
}
span{
    color: #2F70AF;
}
.comments__comment_text2{
    display: inline-block;
}
.comments__comment_text3{
    margin-top: 35px;
}
.comments__comment_text4{
    margin-top: 30px;
}
h1{
    font-size: 36px;
    color: white;
}
.slider{
    width: 100%;
    height: 700px;
}
