.header {
    background: #C48E8E!important;
}
.logo svg path, .dresses-social-mobile svg {
    fill: #fff;
}
.social-block {
    border-top: 0.7px solid #fff;
}
.header .nav-item a {
    color: white;
}
.header-shop a {
    color: #fff;
}
.header .nav-item.current-menu-item > a {
    color: #fff;
}
.header .nav-item a:before {
    background: white;
}
.header:after {
    background: rgb(255 255 255 / 50%);
}
.section-dresses {
    background: #C48E8E;
    min-height: 100vh;
    padding-top: 160px;
}
.positionFixed {
    position: fixed;
    left: 0;
    bottom: 30px;
    z-index: 2;
    margin-top: 0!important;
}
.dresses-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dresses-block a {
    font-family: Cormorant;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 119%;
    letter-spacing: 0.21em;
    text-transform: uppercase;
    color: #FAFAFA;
    text-decoration: none;
}
.dresses-block hr{
    width: 131px;
    height: 1.3px;
    background: #FAFAFA;
    margin: 50px 0;
}
.dresses-social {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 1;
}
.dresses-social ul {
    margin: 0;
    list-style-type: none;
    display: flex;
    text-align: left;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-left: 44px;
}
.dresses-social ul li {
    margin-right: 25px;
}
.section-catalog_gallery {
    padding-top: 83px;
    position: relative;
}
.section-catalog_item img {
    width: 100vw;
    height: 100vh;
}
.back {
    position: fixed;
    top: 111px;
    left: 40px;
    z-index: 1;
}
.back span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 124%;
    display: flex;
    align-items: center;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FAFAFA;
    text-decoration: none;
}
.back a {
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    height: 12px;
    width: 198px;
    justify-content: space-between;
}
.header .btn-nav span {
    background: #ffffff;
}
.language p a {
    color: #fff;   
}
@media screen and (max-width: 1080px) {
    .header .header-mobile {
        background: #c48e8e;
    }
    .dresses-social {
        padding: 20px 0 30px;
        display: flex;
        justify-content: flex-end;
        border-top: 0.7px solid rgba(250, 250, 250, 0.65);
        bottom: 0!important;
        width: 100%!important;
    }
}