body{
    font-family: 'Acrom', sans-serif;
}

#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 {
    margin: 0;
    display: block;
}

#header-phone a{
    color: black;
}


.navbar-nav{
    margin-inline: auto;
}

@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%);
}

.adm-detail-content-cell-l img{
    width: 15px !important;
}

#panel{
    position: relative;
    z-index: 1050;
}

.map-level-0{

}

.map-level-0 ul{
    padding-left: 24px;
    margin-bottom: 10px;
}

.map-level-0 li{
    list-style: circle;
}

.container{
    position: relative;
}

.dropdown-menu ul{
    left: 100% !important;
    top: 0 !important;
}

.c-inner-page{
    width:100%;
    padding: 120px 0 60px 0;
}

@media (max-width: 920px) {
    .c-inner-page{
        padding: 60px 0;
    }
}

a{
    color: #8ec82e;
}

a:hover{
    color: #8ec82e;
}

.c-button{
    display: inline-block;
    border: none;
    box-shadow: none;
    outline: none;
    background: #8ec82e;
    color: #ffffff;
    border-radius: 999px;
    padding: 12px 30px;
    text-decoration: none;
    white-space: nowrap;
}

.c-button:hover{
    text-decoration: none;
}

.c-button--black{
    background: #000000;
    color: #FFF;
}

.c-button--black:hover{
    background: #333333;
    color: #FFF;

}

.c-news-header{
    background-color: #191E22;
    padding: 30px 50px;
    color: #FFF;
    margin-bottom: 50px;
}

#nav-main.clear,
#nav-main,
.fixed-top{
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(20px);
    padding-block: 20px;
    box-shadow: none;
    border-bottom: 1px solid rgba(102, 102, 102, 0.4);
}

.navbar-dark.fixed-top{
    border-bottom: 1px solid #666666;
}

.fixed-top.on-top{
    border-bottom-color: transparent;
}

.on-top .navbar-brand img{
    transform: scale(1);
}

.navbar-light #header-phone a{
    color: #000000;
}

.navbar-light .navbar-nav .nav-link{
    color: #000000;
}

#nav-main.navbar-dark{
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(20px);
    color: white;
}

.navbar-dark a,
.navbar-dark .navbar-nav .nav-link{
    color: white;
}

.navbar-dark #header-phone a{
    color: #FFFFFF;
}

.navbar-dark .dropdown-menu{
    background-color: #000000;
}

ul.dropdown-menu li:hover>ul.dropdown-menu,
ul.dropdown-menu li:focus>ul.dropdown-menu {
    display: block !important;
}

.only-main-page{
    padding-top: 60px;
}

.main-ui-pagination{
    display: flex;
    align-items: center;
}

.main-ui-pagination-pages{
    display: flex;
    align-items: center;
}

.main-ui-pagination-pages-list{
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.main-ui-pagination-page{
    padding: 6px;
    background: #f0f3ec;
    border-radius: 6px;
    color: #000000;
    margin-right: 4px;
    font-size: 16px;
    min-width: 40px;
    text-align: center;
}

.main-ui-pagination-page.main-ui-pagination-active{
    background: #8ec82e;
    color: #ffffff;
}

@media (max-width: 991px) {
    .main-ui-pagination-label{
        display: none;
    }

    .main-ui-pagination-arrows{
        display: none;
    }

    .main-ui-pagination{
        justify-content: center;
    }
}

@media (max-width: 470px) {
    .main-ui-pagination-page{
        padding: 4px;
        background: #f0f3ec;
        border-radius: 4px;
        color: #000000;
        margin-right: 4px;
        font-size: 14px;
        min-width: 30px;
        text-align: center;
    }
}

