/* Set font */

h1, h2, h3, h4, h5, h6, div, span, p, i, strong, a, b:not('.new-slogan') {
    font-family: proxima_nova_regular !important;
}


.action-container {
    margin-top: 50px;
}

.action-block .owl-nav {
    position: absolute;
    top: 33%;
    display: flex;
    justify-content: space-between;
    width: 100%;
    transform: translateY(50%);
}

.action-block .owl-prev, .action-block .owl-next {
    display: flex !important;
    align-items: center;
    border-radius: 100% !important;
    background-color: #fff !important;
    width: 40px;
    height: 40px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #869791;
    border-radius: 50%;
    padding: 5px;
    background: #fff !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
    border: 2px solid rgba(98,155,50,1);
}

.owl-carousel .owl-item .big_ban_mob,
.big_ban_mob {
    display: none;
}

@media(max-width: 768px) {
    .action-block .owl-nav {
        top: 20%;
    }
}

@media(max-width: 567px){
   .owl-carousel .owl-item .big_ban_pk,
   .big_ban_pk {
    display: none;
    } 
    .owl-carousel .owl-item .big_ban_mob,
    .big_ban_mob {
        display: block;
        margin: 0 auto !important;
    }
    
    .action-block .owl-nav {
        top: 35%;
    }

}

.btn_under_banner{
    background-color: #e50029;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
}

/*  */


/* Main page contacts */

.main-page--contacts {
    display: grid;
    gap: 20px;
}

.main-page--adress > p, .main-page--adress > p > a {
    font: 700 22px Roboto, sans-serif;
    background-size: auto auto;
    text-shadow: rgba(255, 255, 255, .7) 0 0 10px;
    color: #000;
    display: block;
}

/*  */


/* Accordion */

.accordion {
    width: 100%;
    margin: 10px auto 0px;
    list-style-type: none;
}

.accordion .link {
    cursor: pointer;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px 25px 0px;
    color: #000000;
    font-size: 22px;
    line-height: 1.1;
       font-family: proxima_nova_regular;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li:last-child .link { border-bottom: 0; }

.accordion li i {
    font-size: 14px;
    color: #000000;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    font-size: 14px;
}

.accordion li.open .link {
    border:0px;
    color: #004EA9;
}

.accordion li.open i { color: #004EA9; }

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .submenu {
    display: none;
}

.fa-chevron-down:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M20 8L12 16L4 8" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.accordion .submenu p {
    color: #000;
}



/* Mobile header phones */


.hide-head--mob {
    position: relative;
}

.show-call-block {
    padding: 21px 20px;
    font-size: 30px;
    background-color: #5da130;
    box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, .5);
    border: 0;
    width: 100%;
    border-radius: 5px;
}

.call-block--hidden {
    position: absolute;
    background-color: #5da130;
    bottom: -95px;
    display: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 22px;
    transition: all .2s ease;
    border-radius: 5px;
}

.show-hidden {
    display: grid;
}


@media(max-width: 520px) {
    .new-slogan {
        margin-top: 60px;
    }
    
    .main-adv {
        gap: 25px;
    }
    
    .accordion {
        padding-left: 20px;
    }
}










.cookie-banner {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #5da130;
    color: #fff;
    padding: 20px 60px;
    transition: bottom .3s ease;
    z-index: 9999999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    justify-content: center;
}

.cookie-banner.show-cookie {
  bottom: 0;
}


#acceptCookies {
    background-color: #fff;
    border: none;
    color: #5da130;
    padding: 10px 20px;
    font-weight: 900;
    border-radius: 3px;
    cursor: pointer;
}


.public-ofert {
    text-align: center;
    padding: 20px;
    background-color: #597a1d;
}


@media(max-width: 1440px) {
    .cookie-banner > p {
        flex: 0 0 52%;
    }
}

@media(max-width: 1280px) {
    .cookie-banner > p {
        flex: 0 0 70%;
    }
}

@media(max-width: 777px) {
    .cookie-banner > p {
        flex: 0 0 100%;
        font-size: 15px;
    }
    
    .cookie-banner {
        justify-content: center;
        text-align: center;
        gap: 10px;
        padding: 20px 16px;
    }
}





/* Genplan scale */

.genplan-container__map {
    position: relative;
}

.scale-box {
    overflow: auto;
    max-height: 780px;
    scroll-behavior: smooth;
}


.scale-bar {
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 60px;
    display: grid;
    gap: 20px;
}


.scale-param {
    background-color: rgba(98,155,50,1);
    display: grid;
    padding: 10px;
    justify-content: center;
    width: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.scale-param > svg {
    width: 30px;
    height: 30px;
}

.scale-param > svg > path {
    fill: #fff;
}


.scale-param.disallow {
    opacity: .5;
    user-select: none;
    pointer-events: none;
}

.svg-container {
    position: absolute;
    top: 0;
}

@media(max-width: 1024px) {
    .scale-bar {
        display: none;
    }
}

@media(max-width: 520px) {
    .scale-bar.mobile-scale {
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        display: flex;
        position: relative;
        margin: 10px 0 10px 10px;
    }
    
    .marquiz-pops_position_bottom {
        bottom: 85px !important;
    }
}
/*  */





.timer {
    display: flex;
    gap: 24px;
    justify-content: center;
    width: fit-content;
    margin: 30px auto;
    flex-wrap: wrap;

    svg {
        transform: rotate(-90deg)
    }

    circle {
        fill: none;
        stroke-width: 5;
    }

    .unit {
        position: relative;
        width: 130px;
        height: 130px;
    }

    .bg {
        stroke: #222
    }

    .days {
        stroke: #ff4d4d
    }

    .hours {
        stroke: #4da6ff
    }

    .minutes {
        stroke: #4dff88
    }

    .seconds {
        stroke: #ffd24d
    }

    .value {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #000;
    }

    .num {
        font-size: 32px;
        font-weight: bold
    }

    .label {
        font-size: 13px;
        opacity: .7
    }

}


@media(max-width: 767px) {
    .timer {
        .unit {
            
            width: 70px;
            height: 70px;
            
            svg {
                width: 70px;
                height: 70px;
                
                circle {
                    r: 30;
                    cx: 35;
                    cy: 35;
                }
            }
        }
        
        .num {
            font-size: 20px;
        }
    }
    
    .timer-title {
        font-size: 28px;
        margin-bottom: 20px !important;
    }
}



button[disabled],
html input[disabled] {
    cursor: default;
    opacity: .5;
}