*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    display: flex;
    justify-content: center;
    user-select: none;
}
body{
    height: 3900px;
    font-family: 'Montserrat', sans-serif;
    width: 100vw;
    max-width: 2050px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.version{
    display: none;
}
header{
    position: relative;
    height: 965px;
    width: 100%;
    background-color: #F8F8F8;
    background-image: url(img/headermanmobile.png);
    background-size: cover;
}
.menu-btn{
    position: absolute;
    top: 50px;
    right: 20px;
    display: none;
    z-index: 112;
    cursor: pointer;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
}
.top-bar{
    font-size: 13px;
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #333333;
    color: #696969;
}
.top-bar-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
}
.top-bar-content-auto{
    display: flex;
    margin-left: 660px;
    width: 160px;
    justify-content: space-around;
}
.reg{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
}
.basket{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 150px;
    cursor: pointer;
    transition: all .5s;
}
    .basket:hover{
        background-color: #00C8C8;
        color: white;
    }
.nav-parent{
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: flex;
}
.nav-parent.nav-active{
    display: flex;
    z-index: 101;
    position: absolute;
    width: 100vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50vh;
    background-color: #565656;
}
nav{
    justify-content: space-between;
    margin-left: 50%;
    align-items: center;
    display: flex;
    width: 455px;
    height: 100px;
    font-size: 13px;
}
.logo{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24;
    top: 50px;
    left: 50px;
    z-index: 2;
}
.dark{
    transition: all .5s;
    cursor: pointer;
}
.GBP{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
}
.dark:hover{
    background-color: #919191;
    color: white;
}
.nav-li{
    transition: all .2s;
    cursor: pointer;
}
.nav-li:hover{
    color:#00C8C8;
}
#AVENUE{
    margin-right: 5px;
}
.banner-header{
    width: 340px;
    height: 56px;
    border: solid 2px #737373;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 13%;
    right: 13%;
    cursor: pointer;
    transition: all .4s;
}
.banner-header:hover{
    transform: scale(1.03);
}
.ave{
    position: absolute;
    top: 20%;
    left: 17%;
    font-size: 450px;
    letter-spacing: 0.5em;
}
.search{
    background: none;
    width: 192px;
    height: 28px;
    margin-right: 135px;
    outline: none;
    position: relative;
}
.search-input{
    width: 100%;
    height: 100%;
    padding-left: 5%;
}
.searching{
    position: absolute;
    top: 30%;
    right: 5%;
}
.nav-choice{
    position: absolute;
    height: 549px;
    width: 466px;
    box-shadow: 0 0 5px 10px rgba(122,122,122,0.04);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 31px;
    position: absolute;
    opacity: 0;
    z-index: -12;
    transition: opacity 2s;
}
.nav-choice.opa1{
    opacity: 1;
}
.nav-choice.nav-choice-none{
    width: 0;
}
.nav-choice-content{
    display: flex;
}
.nav-content-li{
    font-size: 14px;
    margin-bottom: 20px;
    transition: all .3s;
}
.nav-content-li:hover{
    color: #00C8C8;
}
.nav-choice-block{
    width: 408px;
    height: 190px;
    position: absolute;
    bottom: 31px;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 36px;
}
.Items-nav{
    height: 126px;
    display: flex;
    align-items: center;
}
.horizontal-line{
    width: 1770px;
    height: 2px;
    background-color: #F8F8F8;
    margin-top: 64px;
}
.Item-li{
    color: #8E8E8E;
    margin-left: 56px;
}
.pictures{
    display: flex;
    justify-content: space-between;
    height: 1238px;
    width: 1770px;
}
.wear-block{
    width: 870px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}
.double-pic{
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 520px;
}
.right-block{
    position: relative;
}
.double-pic-right{
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    height: 500px;
    width: 100%;
}
.offering-small-1{
    width: 420px;
    cursor: pointer;
    height: 500px;
    background-color: #fff;
    position: absolute;
    transition: all .4s;
}
.offering-small-1:hover{
    transform: scale(1.03);
    z-index: 10;
    box-shadow: 0 0 8px 10px rgba(122,122,122,0.08);
}
.offering-big{
    position: absolute;
    bottom: 0;
    height: 704px;
    cursor: pointer;
    transition: all .4s;
}
.offering-big-second{
    top: 0;
}
.right-pic{
    right: 0;
}
.text-block-pic{
    height: 155px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.text-block-small-pic{
    height: 155px;
    width: 100%;
    position: absolute;
    bottom: 160px;
    z-index: -2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.offering-small-1:hover .text-block-small-pic{
    bottom: -146px;
    z-index: 11;
    background-color: #F8F8F8;
    transition: box-shadow .4s;
    box-shadow: 0 0px 0px 0px rgba(122,122,122,0.08), 0 8px 8px 8px rgba(122,122,122,0.08),0 12px 8px 8px rgba(122,122,122,0.08),0 8px 8px 8px rgba(122,122,122,0.08);
}
.offering-small-1:hover{
    box-shadow: 0 -12px 8px 8px rgba(122,122,122,0.08), 0 -8px 8px 8px rgba(122,122,122,0.08);
    transform: scale(1.03);
    z-index: 20;
}
.text-block-big-pic{
    height: 155px;
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: -2;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.offering-big:hover .text-block-big-pic{
    bottom: -151px;
    z-index: 10;
    background-color: #F8F8F8;
    transition: box-shadow .4s;
    box-shadow: 0 0px 0px 0px rgba(122,122,122,0.08), 0 8px 8px 8px rgba(122,122,122,0.08),0 12px 8px 8px rgba(122,122,122,0.08),0 8px 8px 8px rgba(122,122,122,0.08);
}
.offering-big:hover{
    box-shadow: 0 -12px 8px 8px rgba(122,122,122,0.08), 0 -8px 8px 8px rgba(122,122,122,0.08);
    transform: scale(1.03);
    z-index: 2;
}
.icons{
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: center;
}
.like{
    background-image: url(img/heart2.png);
    background-repeat: no-repeat;
    background-position: 7px 9px;
}
.ico-pic{
    height: 100%;
    width: 32px;
    border-radius: 50%;
    background-color: #727272;
    margin: 0 10px 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}
.ico-pic:hover{
    background-color: #00C8C8;
}
.ico-pic.blue{
    background-color: #00C8C8;
}
#Lockbook{
    display: flex;
    width: 100%;
    height: 530px;
    margin-top: 64px;
    justify-content: space-between;
}
.Lockbook-element{
    height: 100%;
    width: 665px;
    background-size: cover;
    background-color: #f8f8f8;
    padding: 100px 62px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: end;

}
.lock-elem-content{
    display: flex;
    flex-direction: column;
    text-align: right;
    color: #575153;
    align-items: flex-end;
    max-width: 295px;
}
.first-lock-elem{
    background-image: url(img/firstpersom.png);
}
.second-lock-elem{
    background-image: url(img/secondperson.png);
}
.third-lock-elem{
    background-image: url(img/theshadow.png);
}
.first-btn{
    width: 180px;
    height: 60px;
    border: solid 2px #737373;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .2s;
    letter-spacing: 2px;
}
.first-btn:hover{
    color: white;
    background-color: #00C8C8;
    border-color: #00C8C8;
}
footer{
    margin-top: 125px;
    background-color: #f8f8f8;
    width: 100%;
    height: 634px;
    flex-direction: column;
    display: flex;
    align-items: center;
    color: #737373;
}
.add-info{
    height: 334px;
    width: 1170px;
    display: flex;
    justify-content: space-between;
}
.add-info-block{
    display: flex;
    flex-direction: column;
}
.add-info-block b{
    font-size: 13px;
    margin-bottom: 37px;
    margin-top: 40px;
    cursor: pointer;
}
.add-info-block li{
    font-size: 14px;
    max-width: 200px;
    margin-bottom: 22px;
    cursor: pointer;
}
.banners{
    width: 1170px;
    height: 200px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.the-banner{
    width: 570px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
}
.the-banner:hover{
    transform: scale(1.03);
}
.underground{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 32px;
    background-color: #333;
    display: flex;
    justify-content: center;
}
.wrapper-1170{
    width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.copyright{
    display: flex;
}
@media(max-width: 1900px){
    header{
        background-image: url(img/headermen.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .Lockbook-element{
        width: 32%;
        height: 90%;
    }
    .look-descr{
        font-size: 14px;
        max-width: 85%;
    }
}
@media(max-width: 1813px){
    .pictures{
        width: 96vw;
        height: 2476px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    body{
        height: calc(3900px + 1100px + 22px);
    }
    .left-block{
        margin-bottom: 22px;
    }
    .text-block-big-pic{
        bottom: 30%;
    }
    .nav-li{
        white-space: nowrap;
    }
    .lock-title{
        font-size: 36px !important;
    }
    .look-descr{
        font-size: 13px;
        max-width: 80%;
    }
    .the-banner{
        height: 120px;
        margin-bottom: 30px;
    }
}
@media(max-width: 1460px){
    .horizontal-line{
        max-width: 100vw;
    }
    body{
        height: calc(3900px + 1130px + 22px);
    }
    nav{
        margin-left: 45vw;
    }
    .Items-nav{
        display: none;
    }
    .menu-btn {
        width: 70px;
        height: 70px;
        display: inline-block;
        background-color: transparent;
    }
    #burger-span, .menu-btn #burger-span::before ,
    .menu-btn #burger-span::after{
    position: absolute;
    top: 48%; margin-top:-1px;
    left: 34%; margin-left: -10px;
    width: 30px;
    height: 2px;
    background-color: #222;
    }
    .menu-btn #burger-span::before ,
    .menu-btn #burger-span::after {
    content: '';
    transition: transform .4s;
    }
    .menu-btn #burger-span::after {
    transform: translateY(8px);
    }
    .menu-btn #burger-span::before {
    transform: translateY(-8px);
    }
    .menu-btn.btn_active #burger-span::before{
    transform: rotate(45deg);
    background-color: white;
    left: 10px;
    }
    .menu-btn.btn_active #burger-span{
    transform-origin: center;
    width: 0;
    }
    .menu-btn.btn_active #burger-span::after{
    transform: rotate(-45deg);
    left: 10px;
    background-color: white;
    }
    .nav-parent{
        display: none;
    }
    .nav-parent.nav-active nav{
        display: flex;
    justify-content: center;
    margin-left: 0;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: auto;
    font-size: 13px;
    }
    .nav-parent.nav-active .nav-li{
        margin-bottom: 20px;
        font-size: 18px;
    }
    .nav-parent.nav-active .search{
        margin: 0;
    }
    .nav-li{
        color: white;
    }
    .Item-li{
        color: inherit;
    }
    .search{
        width: 200px;
        height: 40px;
    }
    .search-input{
        border-radius: 8px;
    }
    .nav-choice{
        display: none;
    }
    .top-bar-content{
        max-width: 100vw;
    }
    .wrapper-1170{
        max-width: 100vw;
    }
    html, header, body{
        max-width: 100vw;
    }
    .top-bar-content-auto{
        margin-left: 0;
    }
    footer{
        max-width: 100vw;
        height: auto;
    }
    .add-info{
        max-width: 100vw;
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .banners{
        flex-direction: column;
        max-width: 100vw;
        align-items: center;
        height: auto;
    }

}
@media(max-width: 1050px){
    .the-banner{
        height: 200px;
        margin-bottom: 10px;
        max-width: 100vw;
    }
    .text{
        font-size: 28px !important;
    }
    #Lockbook{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
    }
    .Lockbook-element{
        margin-bottom: 10px;
        background: rgba(255,255,245,1);
    }
    .menu-btn, .horizontal-line, header, section, footer, .logo{
        display: none !important;
    }
    .version{
        opacity: 1 !important;
        display: block;
        position: absolute;
        top: 300px;
        z-index: 500;
        height: auto;
        white-space: nowrap;
        font-size: 60px;
        transform: rotate(-45deg);
        color: #A6A6A6;
    }
    body{
        max-height: 700px;
    }
}
@media(max-width: 750px){
    .pictures{
        height: 3000px;
    }
    .double-pic, .double-pic-right{
        height: 1200px;
        flex-direction: column;
    }

}
