

#nav-main {
    font-family: acrom;
}

.transp {
    background-color: #35353585;
    box-shadow: 0px 0px 40px #000000;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.clear {
    box-shadow: none;
    backdrop-filter: none;
}

.form-control {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 27px !important;
    text-align: left;
    font: normal normal normal 14px/17px Acrom;
    letter-spacing: 0px;
    color: #BEBEBE !important;
    border: none !important;
}

#header-phone {
    color: white;
    margin: 0;
    display: block;
}

@media (min-width: 320px) {

    #logo-text {
        display: none;
    }


    #header-phone {
        display: none;
    }

    #contact-footer {
        text-align: left;
        font-family: acrom;
        color: white;
        font-size: 1em;
        line-height: 1em;
        margin-left: 15px;
        /* display: none; */
    }

    #social-footer {
        text-align: center;
        display: block;
        width: auto;
        flex-grow: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: space-between;
    }

    .footer_soc {
        margin-left: auto;
        margin-right: auto;
    }

}

#social-footer a {
    font-size: 2em;
    color: white !important;
    margin-left: 20px;
    margin-right: 20px;
}

#skolkovo-footer {
    text-align: right;
    display: none;
}


@media (min-width: 1024px) {

    #contact-footer {
        text-align: left;
        font-family: acrom, sans-serif;
        color: white;
        font-size: 1em;
        line-height: 1em;
        display: block;
    }

    #social-footer {
        text-align: center;
        display: block;
    }

    #social-footer a {
        font-size: 2em;
        color: white !important;
        margin-left: 20px;
        margin-right: 20px;
    }

    #skolkovo-footer {
        text-align: right;
        display: block;
    }

}

@media (min-width: 1366px) {

    #header-phone {
        display: block;
    }
}


@media (min-width: 1920px) {


    .clear #logo-text {
        display: block;
        text-align: left !important;
        font-family: acrom;
        font-weight: normal;
        letter-spacing: 0px;
        margin: 0;
        margin-left: 20px;
        font-size: 18px !important;
        line-height: 18px !important;


    }

    #logoplustext {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        width: 282px;
    }

    #logo-text {
        display: none;
    }

    .container {
        max-width: 1600px !important;
    }
}

#nav-main {
    font-family: acrom, sans-serif;
    font-size: 16px;
}
.elementor-6078 .elementor-element.elementor-element-90321fb.e-con{
    display: none;
}

.elementor-6078 .elementor-element.elementor-element-6f37cb6d.e-con{
    width: 100%;
    flex-shrink: 1;
    border: none;
}


.btn-1__custom {
    display: flex;
    padding: 0 10px;
    align-items: center;
    font: lighter normal normal 40px/48px Acrom !important;
    color: white;
    height: 70px;
    background-color: #343434;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap;
    box-shadow: 0 0 10px 2px rgba(28, 28, 28, 0.5);
    transition: all 0.3s ease;
}
.btn-1__custom:hover {
    color: white;
    background-color: #1c1c1c;
    box-shadow: 0 0 0 0 rgba(28, 28, 28, 0.5);
    text-decoration: none;
}

.btn-1--monitor__custom {
    position: relative;
    padding-left: 78px;
}
.btn-1--monitor__custom:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 36px;
    background: url("../img/pages/kiwi/monitor-icon-white.png") no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
}
.btn-1--phone__custom {
    position: relative;
    padding-left: 78px;
}
.btn-1--phone__custom:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    width: 50px;
    height: 36px;
    background: url("../img/pages/kiwi/phone-icon-white.png") no-repeat center;
    background-size: 100%;
    transform: translateY(-50%);
}
