/*Fonts

font-family: 'Roboto', sans-serif;

Fonts*/

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h2{
    font-weight: normal;
}

.rat{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 18px;
    height: 20px;
    color: #363636;
    margin-top: -4px;
    margin-bottom: 4px;
}

p{
width: 514px;
height: 84px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 150%;
color: #000000;
}

.container{
    max-width: 1130px;
    margin: auto;
    padding-left: 30px;
}

header{
    width: 100%;
    height: 104px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D4D4D4;
    
}



.logo{
    color: #5671F6;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: bold;
    width: 138px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #D4D4D4;
}

.search{
    margin-left: 34px;
}

.icon{
    padding-right: 5px;
    font-size: 13px;
    opacity: .7;
    cursor: pointer;
}

input{
   border: none;
}

a{
    cursor: pointer;
}

.nav{
    margin-left: auto;
    margin-right: 44px;
}

.nav-link{
    text-decoration: none;
    color: #363636;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    margin-right: 18px;
}

.buttons{
    width: 325px;
    display: flex;
    justify-content: center;
}

.sign-up{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    padding-right: 34px;
    padding-left: 34px;
    display: flex;
    align-items: center;
    border-left: 1px solid  #D4D4D4;
    border-right: 1px solid  #D4D4D4;
    border-bottom: none;
    border-top: none;
    background-color: white;
    color: #5671F6;
    cursor: pointer;
    transition-duration: 300ms;
}

.sign-up:hover{
    color: white;
    background-color: #5671F6;
}

.log-in{
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
cursor: pointer;
line-height: 21px;
display: flex;
align-items: center;
padding-left: 53px;
padding-right: 50px;
background-color: white;
color: #5671F6;
border: none;
height: 104px;
transition-duration: 300ms;
}

.log-in:hover{
    color: white;
    background-color: #5671F6;
}

.poster{
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}

.block1{
    display: flex;
    flex-direction: column;
}

.poster-img{
    width: 358px;
    height: 464px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.play{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    border: 1px solid #D4D4D4;
    border-radius: 0px 0px 5px 5px;
    top: 0;
}
.play-img{
    width: 25px;
    height: 25px;
    margin-right: 14px;
    cursor: pointer;
}

.play-text{
font-family: 'Roboto', sans-serif;
text-decoration: none;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #5671F6;
}


.poster-title{
width: 489px;
height: 84px;
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 36px;
margin-top: -10px;
color: #363636;
}

.poster-subtitle{
    width: 181px;
    height: 21px;
    margin-top: 16px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #A5A5A5;
}

.kino{
    display: flex;
    margin-top: 50px;
}

.block2{
    margin-left: 65px;
}

.podblock{
    height: 30px;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
}

.h1{
    color: #363636;
    padding-right: 20px;
}

.h2{
    color: #363636;
    padding-right: 40px;
}

.rating-block{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.raiting-podblock{
    margin-left: 29px;
}

.raiting{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5671F6;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    color: #5671F6;
}

.line{
    width: 100%;
    background-color: #D4D4D4;
    height: 1px;
}

.actors{
    margin-top: 70px;
    margin-bottom: 100px;
}

.mini-nav{
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    color: #363636;
}

.item{
    margin-right: 30px;
    cursor: pointer;
}

.two{
    color: #A5A5A5;
    font-weight: normal;
}

.actors-block{
    margin-top: 60px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}


.img_plus_text{
    display: flex;
    align-items: center;
    width: 258px;
    cursor: pointer;
}

.content{
    display: flex;
    flex-direction: column;
    margin-left: 21px;
}

.name{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #5671F6;
    margin-bottom: 6px;
}

.engname{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #A5A5A5;

}

.section-grey{
    background-color: #F3F3F3;
}

.news-h1{
    padding-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
    display: flex;
    color: #000000;
}

.news{
    margin-top: 65px;
    padding-bottom: 100px;
}

.news-row{
    display: flex;
    align-items: center;
}

.news-block{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 260px;
    height: 160px;
    background: #FFFFFF;
    border-radius: 5px;
    text-align: left;
    padding-left: 30px;
    cursor: pointer;
    border: 1px solid transparent;
    transition-duration: 300ms;
}

.news-block:hover{
    border: 1px solid #D4D4D4;
}

.news2{
    margin-left: 30px;
    margin-right: 30px;
}

.news3{
    margin-right: 30px;
}

.subtext{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
    color: #000000;
}

.maintext{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.burger{
    padding-right: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    visibility: hidden;
}

.stroka{
    display: flex;
   align-items: center;
   text-transform: uppercase;
   letter-spacing: 1.35px;
   justify-content: center;
   font-size: 15px;
   width: 30px;
   height: 3px;
   border-radius: 5px;
   margin-top: 5px;
   background-color: #363636;
   cursor: pointer;
   color: white;
 }

 .fas{
     visibility: hidden;
     font-size: 18px;
     padding-left: 100px;
 }

.nav_burger{
    position: absolute;
    width: 375px;
    height: 600px;
    background: #5671F6;
    top: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    visibility: hidden;
}

li{
    padding-bottom: 40px;
}

ul{
    list-style: none;
    padding-inline-start: 0px;
}

li a{
    color: white;
    text-decoration: none;
    padding-bottom: 50px;
    font-size: 18px;
    cursor: pointer;
}

.fas.fa-dot-circle{
    visibility: hidden;
    padding-right: 100px;
}

.fas~.fa-arrow-up{
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    margin-left: 220px;
    visibility: hidden;
}
