body{
    font-family: 'Roboto', sans-serif;
}
.header{
    background:#ffffff;
    padding:20px 0;
    width: 100%;
    position: fixed;
    border-bottom: 2px solid #1d1c1c;
    z-index: 2;
    transition: all .3s ease;
    margin: 0 auto;
    
    
}
.header.out {
	transform: translateY(-100%);
}
.container{
    
    max-width: 1140px;
    margin: 0 auto;

}
.header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
   
   
}
.logo{
    display: flex;
    align-items: center;
    padding-right: 50px;
}


.logo-bold{
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: black;
    text-decoration: none;
    
    
    
}
 .header-search{
    
    padding-right: 30px;
    
}


.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;
}


.header-nav{
    display: flex;
    align-items: center;

    position: relative;
    
    
}

.header-li{
    display: inline-block;
    margin-left: 100px;

}

.header-li>a {
    font-size: 18px;
    line-height: 25px;
    color: #2B292D;
    text-decoration: none;
    cursor: pointer;


}
.header-nav>a{
    padding-left: 20px;
}
.header-acc, .header-log{
    padding-left: 67px;
    border: none;
    background: #FFFFFF;
}
.header-acc>a{
    color: #2B292D;
    text-decoration: none; 
}

.header-li>a:hover{
    font-weight: bold;

}



.fa-instagram{
    position: absolute;
    top: 10px;
    right: 40px;
}
.fa-facebook-square{
    position: absolute;
    top: 10px;
    right: 20px;
}
.fa-youtube{
    position: absolute;
    top: 10px;
    right: 0;
}


/* banner */
.banner{
    /* background-image: url(img/main_banner1.jpg); */
    padding-top: 150px;
     


}  
.img-cont{
    margin-right: 100px;
}
.banner-img{
    
    width: 1200px;
    
}
.container-banner{
    
    position: relative;
    
    
   
}
.banner-buttons{
    position: absolute;
    bottom:450px;
    left:850px;
    
    margin: 0 auto;
    z-index: 1;
}
.banner-buttons-first{
    position: absolute;
    bottom:450px;
    left:330px;
    
    margin: 0 auto;
    z-index: 1;
}

.button-sell, .button-buy{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 146.4%;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 9px;
    padding: 15px 24px 16px 30px;
}
.button-sell>a, .button-buy>a{
    text-decoration: none;
    color: #000000;
}
.button-buy:hover{
    background: #545252;
    color: #ffffff;
    cursor: pointer;
}
.button-sell:hover{
    background: #545252;
    color: #ffffff;
    cursor: pointer;
}


/* video */
.section-video{
    background: #E5E5E5;
    padding-top: 100px;
}
.container-video{
    padding: 50px;
    background: #E0E0E0;
    margin: 0 auto;
    
    
}
.video-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 30px;
    padding-left: 100px;

    
    
}
.for-heart{
    position: relative;
}
.far{
    position: absolute;
    bottom: 54px;
    right: 30px;
}
.far2{
    position: absolute;
    bottom: 65px;
    right: 30px;
}
.far3{
    position: absolute;
    bottom: 53px;
    right: 30px;
}
.far4{
    position: absolute;
    bottom: 53px;
    right: 30px;
}

.video-position{
    width:200px;
    background: #ffffff;
    border: #ffffff;
    border-radius: 4px;
    padding: 10px 11px 20px 11px;
}

.video-descrip{
    font-weight: normal;
    font-size: 15px;
    line-height: 12px;
    color: #000000;
    max-width: 175px;

    
}

.button-pos{
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}
.button-video{
    background: #E0A93E;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 146.4%;
    text-align: center;
    color: #0D0D0D;
    padding: 8px 20px;
    border: none;
}
.button-video:hover{
    background: #000000;
    color:#E0A93E
}

/* carusel */
.carusel-video{
    padding: 100px;
}
.container-carusel{
    background: #ffffff;
    padding-bottom: 50px;
    
}
.videp-carusel{
    width:300px;
    padding-left: 320px;
    padding-top: 30px;
    
}


.slick-prev {
    left: -120px;
}
.slick-next {
    right: -105px;
}



.slick-next:before, .slick-prev:before {
    font-size: 50px;
    border: 1px solid #585858;
    box-sizing: border-box;
    background: #585858;
    border-radius: 50%;
}


/* get app */
.get-app{
    background-color: rgb(175, 174, 174);
}
.container-app{
    
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.title-app{
    max-width: 315px;
    font-weight: 300;
    font-size: 16px;
    line-height: 146.4%;
    letter-spacing: 0.015em;
    color: #000000;
}
.get-app{
    font-weight: 600;
    font-size: 20px;
    line-height: 146.4%;
    color: #000000;
    padding-top: 108px;
    padding-left: 100px;
    
}
.google-play, .app-store{
    padding-top: 50px;
    margin-right: 50px;
    border: none;
    background-color: rgb(175, 174, 174);
}


/* footer */
.footer{
    background: #6F716E;
    padding: 50px;
    

}


.get-app-footer{
    background: #6F716E;
    font-weight: 600;
    font-size: 20px;
    line-height: 146.4%;
    color: #000000;
    padding-top: 108px;
    padding-left: 950px;
}
.footer-google-play, .footer-app-store{
    padding-top: 50px;
    margin-right: 50px;
    border: none;
    background-color: #6F716E;
    padding-left: 900px;
}
.footer-app-store{
    padding-left: 950px;
}


.footer-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 146.4%;
    color: #FFFFFF;
}
.footer-logo-regular{
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    
}
.footer-logo-bold{
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer-logo-regular>li{
    padding: 10px 0 10px 0;
}
.down-text{
    max-width: 160px;
    font-weight: normal;
    font-size: 8px;
    line-height: 9px;
    color: #FFFFFF;
    padding: 100px 500px 0 ;
}
.footer-li>a{
    text-decoration: none;
    color: #FFFFFF;
    cursor: pointer;
}




/* бургерное меню */

@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, .header-log, .header-acc{
        display: block;
        margin-right: 0;
        margin-bottom: 20px;
        
    }

    ul{
        margin-top: 10%;
    }
}




@media (max-width: 1140px){
    .container{
        max-width: 950px;
    }
    
    .header-acc, .header-log {
        padding-left: 367px;
        
        
    }
    
    
    .banner-buttons {
        
        left: 650px;
        
    }
    .video-grid {
        
        padding-left: 10px;
    }
    .slick-prev {
        left: -80px;
    }
    .slick-next {
        right: -50px;
    }
    .get-app {
        
        padding-left: 10px;
    }
    .down-text {
        
        padding: 10px 50px 0;
        padding-left: 400px;
    }
    
    
}

/* для планшетов */
@media (max-width: 1000px){
    .container{
        max-width: 850px;
    }
    .logo {
        
        margin-right: 0;
    }
    .header-search {
        padding-left: 20px;
        padding-right: 100px;
    }
    .menu {
        position: relative;
        padding-bottom: 50px;
        padding-right: 100px;
    }
    .header-nav>a {
        padding-left: 100px;
    }
    .header-acc, .header-log {
        border: none;
        background: beige;
        margin-left: 250px;
    }
    .header-acc {
        padding: 10px;
        margin-left: 495px;
    }
    .header-log {
        padding: 10px;
        margin-left: 510px;
    }
    .video-grid {
        column-gap: 5px;
        /* grid-template-columns: repeat(3, 1fr); */
    }
    

}   

/* для мобильных */
@media(max-width:540px){
    .container{
        max-width: 450px;
        
    }

    .header-container {
        
        flex-direction: column;
    }

    .logo {
        margin-right: 76px;
    }
    
    .menu {
        padding-right: 100px;
        
        
    }
    .header-log {
        padding: 10px;
        margin-left: 280px;
    }
    .header-acc {
        padding: 10px;
        margin-left: 265px;
    }
    .banner-img {
        width: 600px;
    }
    .banner-buttons-first {
        position: absolute;
        bottom: 150px;
        left: 30px;
        margin: 0 auto;
        z-index: 1;
    }
    .banner-buttons {
        position: absolute;
        bottom: 150px;
        left: 350px;
        margin: 0 auto;
        z-index: 1;
    }
    .fa-instagram {
        
        top: 0;
        
        bottom: 160px;
    }
    .fa-facebook-square{
        top: 0;
        bottom: 160px;
    }
    .fa-youtube {
        top: 0;
        right: 0;
    }
    
    .video-grid {
        
        grid-template-columns: repeat(2, 1fr);
        
    }
    
    .slick-prev {
        left: -65px;
    }
    .slick-next {
        right: -45px;
    }
    .videp-carusel {
        width: 200px;
        padding-left: 90px;
        padding-top: 30px;
    }
    .container-app {
        
        flex-direction: column;
    }
    .app-photo{
        padding-left: 250px;
    padding-bottom: 50px;
    }
    .down-text {
        padding: 10px 50px 0;
        padding-left: 150px;
    }



} 

/* для 480 */
@media(max-width:480px){
    .container{
        max-width: 430px;
        
    }
    .logo {
        margin-left: -250px;
    }
    .header-search {
        padding-left: 0;
        
        margin-right: 80px;
    }
    .menu {
        padding-left: 10px;
        
        padding-right: 10px;
    }
    .header-log {
        padding: 10px;
        margin-left: initial;
        margin-left: 250px;
    }
    .header-acc {
        padding: 10px;
        margin-left: initial;
        margin-left: 230px;
    }
    .fa-instagram {
        top: -120px;
        bottom: 160px;
    }
    .fa-facebook-square {
        top: -120px;
        bottom: 160px;
    }
    .fa-youtube {
        top: -120px;
        right: 0;
    }
    .video-grid {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 70px;
    }
    .video-descrip {
        font-weight: normal;
        font-size: 15px;
        line-height: 12px;
        color: #000000;
        max-width: 175px;
        padding-top: 20px;
    }
    .far {
        position: absolute;
        bottom: 70px;
        
        left: 200px;
    }
    .far3 {
        position: absolute;
        bottom: 70px;
        right: 30px;
    }
    .far4 {
        position: absolute;
        bottom: 70px;
        right: 30px;
    }
    .videp-carusel {
        width: 200px;
        padding-left: 290px;
        padding-top: 30px;
    }
    .slick-prev {
        left: -55px;
        top: 80px;
    }
    .slick-next {
        right: -24px;
        top: 80px;
    }
    .footer-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-title {
        padding-bottom: 50px;
        font-weight: 500;
        font-size: 16px;
        line-height: 146.4%;
        color: #FFFFFF;
        padding-left: 100px;
    }
    .footer-logo-regular {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        padding-bottom: 50px;
    }
    .footer-logo-regular>li {
        padding: 20px 0 20px 0;
    }
    .down-text {
        padding: 10px 50px 0;
        padding-left: 100px;
    }

}    


