body{
    font-family: 'Rubik', sans-serif;
}
header{
    padding: 30px 0;

}
.container{
    max-width: 1140px;
    margin: 0 auto;
    z-index: 0;

}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.logo{
    display: flex;
    align-items: center;

}
.logo>div:first-child{
    margin-right: 10px;
}
.logo-regular{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #0B132A;
}
.logo-bold{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #0B132A;
}
.header-nav{
    display: flex;
    align-items: center;
    
}
.header-li{
    display: inline-block;
    

}
.header-li:not(:last-child){
    margin-right: 40px;
}
.header-li>a{
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #4F5665;
    text-decoration: none;
    


}
.header-li>a:hover{
    font-weight: bold;

}
.header-nav>div{
    margin-left: 235px;
}
.button{
    border: 1px solid #F53855;
    box-sizing: border-box;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #F53855;
    background: none;
    padding: 13px 45px;
}
.button:hover{
    color: white;
    background: #F53855;
    cursor: pointer;
}
.check{
    width: 30px;
    height: 2px;
    background: black;
    transition: 500ms linear;

}

.check:not(:last-of-type){
    margin-bottom: 4px;
}

.menu{
    display: flex;
    align-items: center;
}

.checkbox, .checkbox-wrapper{
    display: none;
}
/* блок want anything to be easy */
.header-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title{
    max-width: 555px;
    font-weight: 500;
    font-size: 50px;
    line-height: 70px;
    color: #0B132A;
    margin-top: 125px;
}
.header-bold{
    font-weight: 700;
}
.header-text{
    max-width: 555px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    padding-top: 20px;

}
.button-red{
    border: 1px solid #F53838;
    background: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color:#F53838; 
    padding: 17.5px 77.5px;
    margin-top:50px;
    margin-bottom: 200px;
    
}
.button-red:hover{
    background: #F53838;
    color: white;
    cursor: pointer;
}
/* блок we provide many features */
.container-features{
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-bottom: 200px;
}
.features-title{
    max-width: 385px;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    color: #0B132A;
    padding-bottom: 20px;
}
.features-little-text{
    max-width: 385px;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    padding-bottom: 20px;

}
.features-list-text{
    max-width: 385px;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    margin-left: 5px;
    
    
}
.features-list-text >li{
   padding-bottom: 15px; 
}
.green-check1{
    position: absolute;
    top:225px;
    right: 450px;
    
    
}
.green-check2{
    position: absolute;
    top:270px;
    right: 450px;
    
}
 .green-check3{
    position: absolute;
    top:315px;
    right: 450px;
    
}
.green-check4{
    position: absolute;
    top:355px;
    right: 450px;
    
} 

/* блок Choose your plan */
.container-plan{
    margin-top: 80px;
}
.text-plan{
    margin: 0 auto;
    text-align: center;
}
.title-plan{
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    color: #0B132A;
    padding-bottom: 20px;
}
.little-text-plan{
    max-width: 555px;
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
    color: #4F5665;
    padding-bottom: 60px;

}
.flex-plan{
    display: flex;
    text-align: center;
    justify-content: space-around;
    background: #FFFFFF;
}
.border-plan{
    padding: 100px 105px 105px 50px;
    border: 2px solid #DDDDDD;
    box-sizing: border-box;
    border-radius: 10px; 

    

}
.border-plan:hover{
    border:2px solid #F53838;
    cursor: pointer;
}
.category-plan{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #0B132A;
    padding: 30px 0 30px 0;
}
.list-plan{
    font-size: 14px;
    line-height: 30px;
    color: #4F5665;

    position: relative;
    

}
.list-plan >li{
    padding: 0 0 20px 45px;
    text-align:start;
}
.price-plan{
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #0B132A;
}
.free{
    padding-top: 140px;
}
.standart{
    padding-top: 90px;
}
.premium{
    padding-top: 50px;
}
.price-mo{
    font-size: 18px;
    
    color: #4F5665; 
}
.button-plan{
    border: 2px solid #F53838;
    box-sizing: border-box;
    border-radius: 50px;
    background: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #F53838;
    padding: 13px 63px;
    margin-top: 10px;
    
}
.button-plan:hover{
    background: #F53838;
    color: #FFFFFF;
    cursor: pointer;
}

.little-check-free1, .little-check-standart1, .little-check-premium1{
    position: absolute;
    top:10px;
    left:25px;
}
.little-check-free2, .little-check-standart2, .little-check-premium2{
    position: absolute;
    top:60px;
    left:25px;
}
 .little-check-free3, .little-check-standart3, .little-check-premium3{
    position: absolute;
    top:110px;
    left:25px;
}
.little-check-free4, .little-check-standart4, .little-check-premium4{
    position: absolute;
    top:160px;
    left:25px;
} 
.little-check-standart5, .little-check-premium5{
    position:absolute;
    top:210px;
    left:25px;
}
.little-check-premium6{
    position:absolute;
    top:260px;
    left:25px;
}


/* блок Global network */
.container-network{
    text-align: center;
    padding: 150px 0 110px 0;
    
}
.title-network{
    max-width: 385px;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    color: #0B132A;
    padding-bottom: 20px;
    margin: 0 auto;
}
.text-network{
    max-width: 555px;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    padding-bottom: 155px;
    margin: 0 auto;
}
/* блок netflix */
.container-pics{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 125px;
}

/* блок Trusted */
.trusted{
    margin-bottom: 200px;
}
.carusel-trusted{
    z-index: 1;
    position: relative;
    
}
.text-trusted{
    text-align: center;
    padding: 125px 0 60px 0;
}
.title-trusted{
    max-width: 448px;
    font-weight: 500;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #0B132A;
    margin: 0 auto;
    padding-bottom: 20px;
}
.text-little-trusted{
    max-width: 555px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    padding-bottom: 60px;
}
.carusel{
    margin: 0 auto;
    text-align: center;
   
}
.feedback1{
    display:flex;
    
    align-items: center;
    justify-content: space-between;

    
}
.feedback-box{
    max-width: 400px;
    background: #FFFFFF;
    border: 2px solid #F53838;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 36px 30px 30px 30px;

    position: relative;

   
}
.box2{
    padding: 36px 55px 75px 55px;
}
.pic-robert{
    position: absolute;
    top:50px;
    left:30px;
}
.carusel-name{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0B132A;
    padding-left: 60px;
    
}
.carusel-city{
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #4F5665;
    padding-left: 60px;
    
    
}
.carusel-feedback{
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #0B132A;
    text-align: start;
}
.carusel-star{
    position: absolute;
    top:35px;
    right: 50px;
}
.carusel-rating{
    
    padding-left: 226px;

}
.slick-prev {
    left: 1100px;
}
.slick-next, .slick-prev {
    top: 110%; 
    
}  
.slick-next:before, .slick-prev:before {
    font-size: 30px;
    border: 1px solid #F53838;
    box-sizing: border-box;
    background: #F53838;
    border-radius: 50%;

    
}
.slick-dots{
    text-align: start;
    top: 110%;
}
.slick-dots li.slick-active button:before {
    font-size: 10px;
    
    opacity: .75;
    color: #F53838;
    cursor: pointer;
}
.slick-dotted.slick-slider {
    margin-bottom: 130px;
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content: space-around;
}


   



/* Subscribe now */
.subscribe-container {
    max-width: 1140px;
    /* margin-left: 10px; */
    padding-bottom: 10px;
    background: #FFFFFF;
    position: absolute;
    z-index: 0;
    /* bottom: -4200px; */
    padding-left: 100px;
    /* bottom: 50%; */
    margin-top: 50px;
}
.content-subs {
    width: 1000px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-subs{
    max-width: 370px;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
    color: #0B132A;
    padding-bottom: 20px;
    
}
.text-subs-little{
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
}
.button-subs{
    
    background: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color:#F53838 ;
    border: 1px solid #F53838;
    padding: 17.5px 65px;
    margin-right: 50px;
}
.button-subs:hover{
    color: white;
    background: #F53838;
    cursor: pointer;
}

/* подвал,footer */

.footer{
    padding: 50px;
    z-index: 1;
    
}
.footer-container{
    margin: 150px auto;
    
    
}
.logofoot-container{
    display: flex;
    align-items: center;
    
}


.footer-text{

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.footer-text-little{
    max-width: 340px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    padding-top: 25px;
     
}
.footer-regular{
    font-size: 16px;
    line-height: 30px;
    color: #4F5665;
    padding-bottom: 10px;

}
.footer-bold{
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #0B132A;
    padding-bottom: 20px;
}
.footer-downtext{
    text-align: center;
     padding-right: 1100px;
    font-size: 16px;
    line-height: 30px;
    color: #7e828a;
    
}

/* бургерное меню */

@media (max-width: 1090px){
    .checkbox, .checkbox-wrapper{
        display: block;
    }

    .header-nav{
        display:none;
    }

    .menu{
        position: relative
    }

    .checkbox-wrapper{
        z-index: 2;
    }

    .checkbox{
        position: absolute;
        z-index: 3;
        display: block;
        width: 30px;
        height: 30px;
        opacity: 0;
    }

    .checkbox:checked ~ .checkbox-wrapper>.check:first-of-type{
       transform: rotate(45deg) translate(3px, 3px)
    }

    .checkbox:checked ~ .checkbox-wrapper>.check:last-of-type{
        transform: rotate(-45deg) translate(5px, -6px)
    }

    .checkbox:checked ~ .checkbox-wrapper>.check:nth-child(2){
        opacity: 0;
    }

    .checkbox:checked ~ .header-nav{
        display: block;
        position: fixed;
        background: beige;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
    }

    .header-nav{
        text-align: center;
    }

    .header-li{
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        
    }

    ul{
        margin-top: 10%;
    }
    .header-li:last-child{
        margin-right: 40px;
    }
    .button{
        margin-right: 270px;
    }
}


@media (max-width: 1140px){
    .container{
        max-width: 950px;
    }

    .header{
        padding: 15px 0;
        
    }
    .header-li:not(:last-child) {
        margin-right: 20px;
    }
    .header-text{
        font-size: 25px;
        line-height: 40px;
    }
    .features-little-text{
        font-size: 26px;
        line-height: 35px;
    }
    .features-list-text{
        font-size: 20px;
    }
    .green-check4{
        top: 420px;
        right: 410px;

    }
    .green-check3{
        top: 375px;
        right: 410px;
    }
    .green-check2{
        top: 330px;
        right: 410px;
    }
    .green-check1{
        top: 285px;
        right: 410px;
    }
    .little-text-plan{
        font-size: 26px;
        line-height: 35px;
    }
    .list-plan {
        font-size: 20px;

    }
    .little-check-free2, .little-check-standart2, .little-check-premium2 {
        top: 90px;
        
    }
    .little-check-free3, .little-check-standart3, .little-check-premium3 {
        top: 170px;
        
    }
    .little-check-free4, .little-check-standart4, .little-check-premium4 {
        top: 250px;
        
    }
    .little-check-standart5, .little-check-premium5 {
        top: 330px;
        
    }
    .little-check-premium6 {
        top: 410px;
        
    }
    .standart {
        padding-top: 130px;
    }
    .free {
        padding-top: 205px;
    }
    .text-network {
        font-size: 26px;
        line-height: 35px;
        
    }
    .text-little-trusted {
        font-size: 26px;
        line-height: 35px;
        
    }
    .text-subs-little {
        font-size: 26px;
        
    }
    
    .logo-regular {
        
        font-size: 25px;
        
    }
    .footer-text-little {
        font-size: 26px;
        line-height: 35px;
        
    }
    .footer-regular {
        font-size: 25px;
        line-height: 35px;
        
    }
    .fa-facebook, .fa-twitter-square,  .fa-twitter-square {
        top: -70px;
        
    }
    .footer-downtext {
        font-size: 25px;
        
    }
}

/* для планшетов */
@media (max-width: 1000px){
    .container{
        max-width: 850px;
        margin-right: 20px;
    }
    .logo-regular, .logo-bold {
        font-size: 45px;
        padding-top: 40px;
    }
    .logo>div:first-child{
        padding-top: 45px;
    }
    .header-text {
        font-size: 35px;
        line-height: 50px;
    }
    .button-red {
        font-size: 46px;
        line-height: 45px;
        
    }
    .features-title {
        font-size: 45px;
        
    }
    .features-little-text {
        font-size: 36px;
        line-height: 45px;
    }
    .features-list-text {
        font-size: 40px;
        line-height: 60px;
    }
    .green-check1 {
        top: 510px;
        right: 380px;
    }
    .green-check2 {
        top: 650px;
        right: 380px;
    }
    .green-check3 {
        top: 785px;
        right: 380px;
    }
    .green-check4 {
        top: 920px;
        right: 380px;
    }
    .border-plan {
        padding: 40px;
    }
    .title-plan {
        font-size: 55px;
        
    }
    .little-text-plan {
        font-size: 46px;
        line-height: 55px;
    }
    .category-plan {
        font-size: 38px;
    }
    .list-plan {
        font-size: 40px;
        line-height: 75px;
    }
    .price-plan {
        font-size: 60px;
        padding-bottom: 40px;
    }
    .price-mo {
        font-size: 38px;
    }
    .free {
        padding-top: 390px;
    }
    .button-plan {
        font-size: 46px;
        line-height: 59px;
    }
    .standart {
        padding-top: 215px;
    }
    .little-check-free1, .little-check-standart1, .little-check-premium1 {
        top: 30px;
        left: 15px;
    }
    .little-check-free2, .little-check-standart2, .little-check-premium2 {
        top: 205px;
        left: 15px;
    }
    .little-check-free3, .little-check-standart3, .little-check-premium3 {
        top: 370px;
        left: 15px;
    }
    .little-check-free4, .little-check-standart4, .little-check-premium4 {
        top: 540px;
        left: 15px;
    }
    .little-check-standart5, .little-check-premium5 {
        top: 705px;
        left: 15px;
    }
    .little-check-premium6 {
        top: 880px;
        left: 15px;
    }
    .title-network {
        max-width: 550px;
        font-size: 55px;
        line-height: 80px;
    }
    .text-network {
        font-size: 46px;
        line-height: 55px;
    }
    .title-trusted {
        font-size: 55px;
        line-height: 60px;
    }
    .text-little-trusted {
        font-size: 40px;
        line-height: 65px;
        padding-top: 40px;
    }
    .feedback1{
        flex-direction: column;
    }
    .slick-prev{
        left:750px;
    }
    .text-subs {
        font-size: 35px;
        line-height: 45px;
    }
    .text-subs-little {
        font-size: 24px;
    }
    .button-subs {
        font-size: 26px;
        line-height: 45px;
    }
    
    .footer-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-text-little {
        font-size: 46px;
        line-height: 75px;
    }
    .footer-bold {
        
        font-size: 70px;
        
        padding-bottom: 60px;
    }
    .footer-regular {
        font-size: 55px;
        line-height: 55px;
        text-align: center;
    }
    .footer-regular >li{
        padding-bottom: 30px;
    }
    
    .fa-facebook {
        position: absolute;
        top: -10px;
        left: 380px;
    }
    .fa-twitter-square {
        position: absolute;
        top: -10px;
        left: 420px;
    }
    .fa-instagram {
        top: -10px;
        left: 470px;
    }
    .footer-downtext {
        font-size: 30px;
        padding-right: 50px;
        padding-top: 50px;
    }




}

/* для мобильных */
@media(max-width:550px){
    .container{
        max-width: 450px;
        
    } 
    .header-wrapper {
        flex-direction: column;
        margin-left: 600px;
    }
    .title {
        font-size: 120px;
        line-height: 100px;
        
    }
    .header-text {
        font-size: 75px;
        line-height: 80px;
        margin-top: 40px;
    }
    .button-red {
        font-size: 76px;
        line-height: 100px;
    }
    .container-features {
        flex-direction: column;
        margin-left: 600px;
        margin-top: 100px;
    }
    .features-title {
        font-size: 105px;
        line-height: 100px;
        padding-bottom: 70px;
        
    }
    .features-little-text {
        font-size: 66px;
        line-height: 85px;
    }
    .features-list-text {
        font-size: 50px;
        line-height: 90px;
    }
    .features-list-text >li {
        padding-bottom: 55px;
    }
    .green-check1 {
        top: 2225px;
        right: 280px;
    }
    .green-check2 {
        top: 2450px;
        right: 280px;
    }
    .green-check3 {
        top: 2780px;
        right: 280px;
    }
    .green-check4 {
        top: 3015px;
        right: 280px;
    }
    .container-plan {
        margin-top: 100px;
        padding-left: 200px;
    }
    .title-plan {
        font-size: 105px;
        line-height: 100px;
        width: 500px;
        padding-left: 100px;
    }
    .little-text-plan {
        font-size: 66px;
        line-height: 85px;
        width: 500px;
        padding-left: 100px;
        padding-top: 50px;
    }
    .flex-plan {
       
        flex-direction: column;
    }
    .border-plan {
        
        width: 800px;
    }
    .list-plan >li {
        padding: 0 0 60px 45px;
        
    }
    .category-plan {
        font-size: 78px;
        line-height: 70px;
    }
    .list-plan {
        font-size: 60px;
        line-height: 95px;
    }
    .little-check-free1, .little-check-standart1, .little-check-premium1 {
        top: 45px;
        left: 5px;
    }
    .little-check-free2, .little-check-standart2, .little-check-premium2 {
        top: 200px;
        left: 5px;
    }
    .little-check-free3, .little-check-standart3, .little-check-premium3 {
        top: 345px;
        left: 5px;
    }
    .little-check-free4, .little-check-standart4, .little-check-premium4 {
        top: 505px;
        left: 5px;
    }
    .little-check-standart5, .little-check-premium5 {
        top: 655px;
        left: 5px;
    }
    .little-check-premium6 {
        top: 815px;
        left: 5px;
    }
    .price-plan {
        font-size: 80px;
        padding-bottom: 100px;
    }
    .price-mo {
        font-size: 48px;
    }
    .free {
        padding-top: 190px;
    }
    .premium {
        padding-top: 170px;
    }
    .button-plan {
        font-size: 76px;
        line-height: 109px;
    }
    .container-network {
        margin-left: 200px;
    }
    .title-network {
        width: 500px;
        padding-left: 200px;
        font-size: 85px;
        line-height: 100px;
    }
    .text-network {
        font-size: 76px;
        line-height: 95px;
        text-align: center;
        width: 500px;
        padding-left: 220px;
    }
    .container-pics {
        margin-left: 350px;
    }
    .carusel-trusted {
        margin-left: 350px;
    }
    .title-trusted {
        font-size: 85px;
        line-height: 100px;
    }
    .text-little-trusted {
        font-size: 70px;
        line-height: 95px;
        width: 500px;
        
    }
    .subscribe-container{
        padding-left: 400px;
    }
    .content-subs {
        flex-direction: column;
    }
    .text-subs {
        font-size: 75px;
        line-height: 85px;
        width: 500px;
        padding-bottom: 50px;
        padding-left: 250px;
        text-align: center;
    }
    .text-subs-little {
        font-size: 56px;
        
    }
    .button-subs {
        font-size: 66px;
        line-height: 100px;
        margin-left: 300px;
    }
    .footer-text {
        padding-left: 300px;
        width: 500px;
        text-align: center;
    }
    .footer-text-little {
        font-size: 66px;
        line-height: 105px;
        padding-bottom: 100px;
    }
    .footer-downtext {
        font-size: 50px;
        padding-left: 350px;
    }
    .fa-facebook, .fa-twitter-square, .fa-twitter-square {
        top: 60px;
        
    }

}    