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;
}
.container-account{
    padding: 120px;
    padding-top: 100px;
}
.flex-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-account{
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
    padding-left: 255px;
    padding-top: 100px;
}
.account-adds{
    padding-top: 100px;
    padding-right: 100px;
}
.title-little{
    font-size: 15px;
    color: #a7a7a7;
    
} 
.account-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    padding-top: 100px;
    margin-right: 500px;
}

.aside-icons, .aside-text{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    flex-direction: column;
    
}
.aside-icons{
    position: relative;
    padding-right: 50px;
}
.fa-plus-circle, .fa-heart, .fa-envelope-square,
 .fa-cogs, .fa-sign-out-alt, .icon-text{
    padding-top: 10px;
}


.fa-heart{
    position: absolute;
    top: 0;
    left: -10px;
    
}

.fa-envelope-square{
    position: absolute;
    top: 40px;
    left: -10px;
}
.fa-cogs{
    position: absolute;
    top: 73px;
    left: -10px;
}
.fa-sign-out-alt{
    position: absolute;
    top: 97px;
    left: -10px;
}

.aside-text{
    padding-right: 400px;
}





.video-position{
    width:150px;
}


.account-carusel{
    padding: 100px;
    
}
.carusel-flex{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 80px;

    
    
}
.carusel-flex:hover{
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    cursor: pointer;
    padding: 10px;
}
.text-video{
    
    padding-left: 50px;
    max-width: 350px;
}
/* arrows */
.up-arrow{
    padding-left: 185px;
}
.up-arrow>i{
    opacity: 0.5;
    font-size: 50px;
}
.down-arrow{
    padding-left: 185px;
    padding-top: 50px;
}
.down-arrow>i{
    opacity: 0.5;
    font-size: 50px;
}



/* 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{
        padding: 15px 0;
        
    }
    .header-acc, .header-log {
        padding-left: 367px;
        
        
    }
    
    .aside-text {
        padding-right: 200px;
    }
    .fa-envelope-square {
        position: absolute;
        top: 26px;
        left: -10px;
    }
    .fa-cogs {
        position: absolute;
        top: 55px;
        left: -10px;
    }
    .fa-sign-out-alt {
        position: absolute;
        top: 77px;
        left: -10px;
    }
    .carusel {
        transform: none;
        max-width: 600px;
    }
    
    .text-video {
        transform: none;
        padding-left: 0;
        max-width: 150px;
    }
    .account-carusel {
        padding-top: 100px;
        max-width: 660px;
        padding-left: 100px;
    }
    .down-text {
        
        padding: 10px 50px 0;
        padding-left: 400px;
    }
    
}

/* для планшетов */
@media (max-width: 1000px){
    .container{
        max-width: 850px;
    }
    .account-adds {
        
        margin-left: 250px;
    }
    .slick-prev {
        left: -95px;
    }
    .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;
    }
    .aside-icons {
        position: relative;
        padding-right: 50px;
    }
    .fa-heart {
        position: absolute;
        top: 10px;
        left: -10px;
    }
    .fa-envelope-square {
        position: absolute;
        top: 66px;
        left: -10px;
    }
    .fa-cogs {
        position: absolute;
        top: 103px;
        left: -10px;
    }
    .fa-sign-out-alt {
        position: absolute;
        top: 127px;
        left: -10px;
    }
}

/* для мобильных */
@media(max-width:550px) {
    .container{
        max-width: 450px;

    }
    .header-container {
        flex-direction: column;
        
    }
    .logo {
        margin-left: -260px;
    }
    .header-search {
        
        margin-right: 80px;
    }
    .menu {
        padding-left: 300px;
        
        
    }
    .header-log {
        padding: 10px;
        margin-left: 280px;
    }
    .header-acc {
        padding: 10px;
        margin-left: 265px;
    }
    .fa-instagram {
        
        top: 0;
        right: 80px;
        bottom: 160px;
    }
    .fa-facebook-square{
        top: 0;
        bottom: 160px;
        right: 60px;
    }
    .fa-youtube {
        top: 0;
        right: 40px;
    }

    .title-account {
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 29px;
        color: #000000;
        padding-top: 100px;
    }
    .account-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        padding-top: 100px;
        margin-right: 100px;
        
    }
    .up-arrow {
        padding-left: 10px;
    }
    .down-arrow {
        padding-left: 10px;
        padding-top: 50px;
    }
    .carusel-flex {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        padding-top: 80px;
        flex-direction: column;
    }
    .video-position {
        width: 350px;
    }
    .text-video {
        transform: none;
        padding-top: 20px;
        max-width: 150px;
        font-size: 20px;
        padding-right: 50px;
    }

}


@media(max-width:480px){
    .container{
        max-width: 430px;

    }
    .logo {
        margin-right: -170px;
    }
    .header-search {
        padding-left: 0;
        margin-right: -30px;
    }
    .menu {
        position: relative;
        padding-bottom: 50px;
        
        padding-left: 400px;
    }
    
    .header-log {
        padding: 10px;
        margin-left: initial;
        margin-left: 250px;
    }
    .header-acc {
        padding: 10px;
        margin-left: initial;
        margin-left: 230px;
    }
    .fa-instagram {
        top: 20px;
        bottom: 160px;
        right: 120px;
    }
    .fa-facebook-square {
        top: 20px;
        bottom: 160px;
        right: 100px;
    }
    .fa-youtube {
        top: 20px;
        right: 80px;
    }
    .flex-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }
    .account-adds {
        margin-left: 50px;
        padding-top: 50px;
    }
    .account-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        padding-top: 100px;
       
        margin-left: 150px;
    }
    .footer-flex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    .footer-title {
        font-weight: 500;
        font-size: 16px;
        line-height: 146.4%;
        color: #FFFFFF;
        padding-bottom: 50px;
        padding-left: 100px;
    }
    .footer-logo-regular {
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        padding: 20px 0 20px 0;
    }
    .down-text {
        padding: 10px 50px 0;
        padding-left: 100px;
    }
}
