/*!
Theme Name: factorywp
Text Domain: factorywp

*/

.notice {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ff0000;
    color: #fff;
    padding: 1em;
    text-align: center;
    color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 100000;
}

.notice-active {
    opacity: 1;
    visibility: visible;
}

.scroll {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
}

form br {
    display: none !important;
}

.header-wrap__nav ul li:last-child {
    display: none;
}

.calc-wrap__list .item-last form .btn,
.opacity {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.calc-wrap__list .item-last textarea {
    height: 120px;
}

.header-wrap__meta--phone {
    background: url('./assets/img/main/phone.svg') no-repeat center center !important;
    background-color: #1a8efe !important;
}

@media (max-width: 920px) {
    .header-wrap__nav ul li:last-child {
        display: block;
    }
}

@media (max-width: 520px) {
    .header-wrap__meta--phone {
        background-size: 75% !important;
    }
}