/*
This file describes styles that are 1201px width and above
 */
@media  all and (min-width: 1201px) {
    #header-mobile, .only-mobile, .header .overlay{
        display: none
    }
.header.menu-translate .header-mobile-wrap.only-desktop{
    transform: translate(0);
    opacity: 0;
    transition: 0.3s
}
.menu-btn-close{
    width: 25px;
    height: 25px;
    left: calc(50% - 12.5px);
    top: 30px
}
.menu-btn-open{
    position: absolute;
    left: calc(50% - 17.5px);
    top: 36px
}
.advantages h2{
    max-width: 50%;;
    margin-bottom: var(--size-3)
}
.title-center h2 + p{
    padding: 0 18%
}
    .projects-slider .item .sale-text {
        padding: var(--size-2) 25%
    }

}