@import 'fonts.css';

* {
    padding: 0;
    margin: 0;



}

a,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;

}

img {
    width: 100%;
}

.container {
    max-width: 1230px;
}



/*
<i class="fas fa-info-circle"></i>
<i class="fal fa-mouse-alt"></i>
<i class="fal fa-bars"></i>
<i class="fal fa-long-arrow-down"></i>
<i class="fal fa-long-arrow-up"></i>
<i class="fal fa-long-arrow-right"></i>
<i class="fal fa-share-alt"></i>
<i class="fal fa-copyright"></i>
<i class="pe-7s-info"></i>
<i class="fas fa-caret-down"></i>





*/






/*header*/

header {
    height: 1042px;
    background-color: black;


}

.header {
    background: url(../images/header-bg-left.png) repeat-y,
        url(../images/header-bg-right.png) repeat-y 100% 0;
    height: 1042px;
}

.fa-bars {
    color: #bea67c;
    font-size: 30px;
    margin-right: 12px;
}

.menu {
    font-family: "ProximaNova Bold";
    font-size: 15px;
    line-height: 11px;
    color: #878787;
    text-transform: uppercase;
    margin-top: 26px;
    margin-left: 15px;

}

.menu:hover {
    color: #ffffff;

}



/*выпадающее меню*/
.menu-box {
    list-style: none;
    display: inline-block;
}

.menu-box ul li {

    display: inline-block;
}

.menu-box ul {
    display: none;
    position: absolute;
}

/* через hover
.menu-box:hover ul{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
    margin-top: 10px;
    
}
*/

.dropmenu-link {
    text-transform: uppercase;
    color: #878787;
    font-family: "ProximaNova Bold";
    font-size: 15px;


}

.dropmenu-link:hover {

    color: white;

}





.logo {
    font-family: "ProximaNova Bold";
    font-size: 36px;
    line-height: 26px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 11px;
    width: 211px;
    display: inline-block;

}

.logo:hover {

    color: #ffffff;

}

.logo::before {
    content: '';
    display: inline-block;
    width: 65px;
    height: 4px;
    background-color: #bea67c;
    z-index: 10;
    position: absolute;
    top: 41px;
    margin-left: 44px;


}

.header-link {
    font-family: "ProximaNova Bold";
    font-size: 15px;
    line-height: 11px;
    color: #878787;
    text-transform: uppercase;
    line-height: 11px;

}

.header-link:hover {
    color: #ffffff;

}

.header-links ul {
    width: 395px;
    margin-bottom: 0;
    margin-left: 100px;
}

.header-links {
    height: 24px;
    margin-top: 30px;
    padding-left: 230px;


}


/*language-dropmenu*/
.inf-lang ul li {
    display: inline-block;
}

.inf-lang ul {
    position: relative;
}

.inf-lang ul ul {
    display: none;
    position: absolute;
}

/*
//выпадающее меню через hover

.inf-lang li:hover ul{
    display: block;
}
*/








.fa-caret-down {
    font-size: 10px;
    color: #bea67c;
    margin-left: 5px;
}

.pe-7s-info {
    font-size: 25px;
    color: #878787;
}

.lang-li {
    text-transform: uppercase;
    color: #878787;
    font-family: "ProximaNova Bold";
    font-size: 15px;

}

.lang-li:hover {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "ProximaNova Bold";
    font-size: 15px;
}

.inf-lang ul li{
    text-transform: uppercase;
    color: #878787;
    font-family: "ProximaNova Bold";
    font-size: 15px;
}

.inf-lang ul li .lang:hover {
    text-transform: uppercase;
    color: #ffffff;
    font-family: "ProximaNova Bold";
    font-size: 15px;
}

.information {
    margin-right: 50px;
}

.information:hover .pe-7s-info {
    color: #ffffff;
}

.inf-lang {
    margin-right: 15px;
    margin-top: 30px;
}






.header-content .container {
    height: 915px;
}






.page-number {
    font-family: "ProximaNova Bold";
    font-size: 54.4px;
    color: #bea67c;
    transform: rotate(90deg);
    line-height: 53px;

    display: inline-block;
    position: absolute;
    top: 280px;
    padding-top: 100px;
}

.page-number::before {
    content: '';

    display: inline-block;
    width: 50px;
    height: 5px;
    background-color: #bea67c;
    z-index: 10;
    margin-right: 20px;
    margin-bottom: 15px;

}








.header-title {
    font-family: "ProximaNova Bold";
    font-size: 100px;
    color: #bea67c;
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 72px;
    margin-bottom: 58px;
    margin-top: 280px;
}







.header-center .header-btn {
    border: 2px solid #ffffff;
    width: 308px;
    padding: 21px 88px 21px 88px;
    background-color: transparent;
    color: white;
    text-transform: uppercase;
    font-family: "ProximaNova Bold";
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 11px;
    cursor: pointer;


}

.header-btn:hover .fa-long-arrow-right {
    display: inline-block;
    font-size: 20px;
    margin-left: 8px;



}

.header-center .header-btn:hover {
    padding: 20px 50px 20px 84px;
    color: #ffffff;
    height: 57px;
}

.fa-long-arrow-right {
    display: none;





}











.header-right-text {
    font-family: "ProximaNova Bold";
    font-size: 13.63px;
    color: rgba(190, 166, 124, 0.2);
    transform: rotate(90deg);

    text-transform: uppercase;
    position: absolute;
    left: 76%;
    top: 435px;



}

.header-right-text span:nth-child(2) {
    margin-left: 20px;
}

.header-right-text span:nth-child(3) {
    margin-left: 20px;
}

.header-center {
    margin-left: 350px;
}

.header-content {
    height: 967px;
}

.header-scroll-point {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #303030;
    display: inline-block;
}

.header-scroll-point a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-bottom: 8px;
}

.header-scroll-point:hover {
    background: #bea67c;
}

.header-scroll-points {
    height: 160px;
    margin-bottom: 0;
    position: absolute;
    margin-left: 10px;
    top: 500px;
}








.mouse {
    font-size: 24px;
    color: white;
    width: 20px;
    display: inline-block;
    margin-top: 68px;
}

.arrow {
    font-size: 40px;
    color: white;
    width: 20px;


}

.arrow:hover,
.mouse:hover {
    color: white;
}

.scroll-text {
    color: #212121;
    font-family: "ProximaNova Bold";
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(90deg);
    display: inline-block;
    width: 65px;
    letter-spacing: 3px;
    margin-top: 10px;
    padding-top: 47px;
}





.share {
    width: 25px;
    font-size: 22px;
    align-self: flex-end;
    margin-right: 25px;

}

.fa-share-alt {
    color: #bea67c;
}

.share:hover .fa-share-alt {
    color: #ffffff;

}












.activeBox {
    display: flex !important;
    flex-direction: column;
    margin-left: 15px;
    margin-top: 10px;
}

.activeLang {
    display: block !important;
}



















/*main*/



.furniture-decor img{
    width: 620px;
    height: 400px;

}
.furniture__title{
    font-family: "ProximaNova Bold";
    text-transform: uppercase;
    font-size: 48px;
    color: #010101;
    line-height: 34px;
}
.decor__title{
    font-family: "ProximaNova Bold";
    text-transform: uppercase;
    font-size: 48px;
    color: #010101;
    line-height: 34px;
    text-align-last: right;
    
}
.furniture__text{
    font-family: "ProximaNova Regular";
    line-height: 25px;
    font-size: 15px;
    color: #464646;
}
.decor__text{
    font-family: "ProximaNova Regular";
    line-height: 25px;
    font-size: 15px;
    color: #464646;
    text-align-last: right;
}
.furniture__btn{
    font-family: "ProximaNova Bold";
    line-height: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    border: none;
}