.container{
    max-width: calc(1173px + 140px);
    padding: 0 20px;
}

.sticky{
    position: sticky;
    z-index: 1050;
    inset: 0 auto auto 0;
    background: linear-gradient(to right,#FCFCFC,var(--white));
    box-shadow: 0 3px 8px #00000029;
}

.sticky .container,
.sticky .navbar{
    height: inherit;
}

.sticky .header1{
    background-color: var(--black);
}

.sticky .header1 .conts,
.sticky .header1 .zap,
.sticky .header1 .mail,
.sticky .header1 .local,
.sticky .header1 .rss,
.sticky .header1 .rss>*{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    color: var(--white);
}

.sticky .header1 .conts,
.sticky .header1 .rss{
    align-items: stretch;
}

.sticky .header1 .rss>*{
    align-items: center;
}

.sticky .header1 .conts{
    grid-gap: clamp(.5rem,2.91666vw,56px);
}

.sticky .header1 .zap,
.sticky .header1 .mail,
.sticky .header1 .rss{
    grid-gap: 9px;
}

.sticky .header1 .local{
    grid-gap: 13px;
}

.sticky .header1 .zap,
.sticky .header1 .mail,
.sticky .header1 .local{
    padding: 19px 0 14px;
}

.sticky .header1 .zap .title,
.sticky .header1 .mail .title,
.sticky .header1 .local .title{
    font-size: 13px;
    font-weight: 300;
}

.sticky .header1 .zap .telp,
.sticky .header1 .mail .mailp,
.sticky .header1 .local .loc{
    color: var(--white);
    font-size: 15px;
    font-weight: 300;
}

.sticky .header1 .mail .mailp,
.sticky .header1 .local .loc{
    font-weight: 500;
}

.sticky .header1 .rss{
    margin-left: auto;
}

.sticky .header1 .rss>*{
    background: var(--linear-ttb);
    padding: 19px;
}

.sticky .header1 .rss>* svg{
    width: 25px;
}

.sticky .header2{
    padding: 14px 0;
}

.sticky .navbar{
    align-items: center;
    padding: 0;
}

.sticky .navbar-brand{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-right: clamp(1rem,5.88541vw,113px);
}

.sticky .navbar-brand img{
    width: auto;
    height: 81px;
}

.sticky .navbar>*:has(.menu){
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
}

.sticky .menu{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    width: fit-content;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sticky .menu>*{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.sticky .menu>*:not(:last-child){
    margin-right: clamp(.5rem,2.44791vw,39px);
}

.sticky .menu>* a,
#offcv ul li a{
    text-transform: uppercase;
    color: var(--text);
    font-weight: 700;
}

.sticky .menu>*.current-menu-item>a{
    color: var(--main);
}

.sticky .menu>*.menu-item-has-children{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 7px;
}

.sticky .menu>*.menu-item-has-children::after{
    content: url('data:image/svg+xml;utf8,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 6.129C0 9.51395 2.74405 12.258 6.129 12.258C9.51395 12.258 12.258 9.51395 12.258 6.129C12.258 2.74405 9.51395 0 6.129 0C2.74405 0 0 2.74405 0 6.129Z" fill="rgb(226,6,19)"/><path d="M3.03799 5.09445C3.0401 5.2497 3.10292 5.39794 3.21299 5.50744L5.75198 8.04446C5.809 8.10067 5.8767 8.14489 5.95107 8.17453C6.02545 8.20417 6.10502 8.21862 6.18507 8.21704C6.26512 8.21545 6.34405 8.19787 6.4172 8.16531C6.49035 8.13275 6.55623 8.08588 6.61099 8.02746L8.95898 5.49145C9.0463 5.37267 9.08684 5.22589 9.07285 5.07913C9.05887 4.93237 8.99134 4.79592 8.88316 4.69577C8.77497 4.59562 8.63371 4.5388 8.48631 4.53616C8.3389 4.53352 8.19568 4.58524 8.08398 4.68145L6.15699 6.76346L4.05699 4.66345C3.97236 4.58127 3.86538 4.52586 3.74943 4.50415C3.63348 4.48243 3.51369 4.49539 3.40505 4.54138C3.29642 4.58737 3.20376 4.66435 3.13865 4.76272C3.07354 4.8611 3.03788 4.97648 3.03799 5.09445Z" fill="white"/></svg>');
}

.sticky .menu>*.menu-item-has-children .sub-menu{
    display: none;
    list-style: none;
    position: absolute;
    top: 100%;
    min-width: 235px;
    width: fit-content;
    background: linear-gradient(to right,#FCFCFC,var(--white));
    border-bottom: 4px solid var(--main);
    box-shadow: 0 3px 8px #00000029;
    padding: 1rem;
}

.sticky .menu>*.menu-item-has-children:hover .sub-menu{
    display: block;
}

.sticky .menu>*.menu-item-has-children .sub-menu>*{
    width: 100%;
    padding: 5px 0;
}

.sticky .menu>*.menu-item-has-children .sub-menu>* a{
    display: block;
    display: -webkit-block;
    color: var(--text);
    font-size: 13px;
}

.sticky .navbar-toggler{
    box-shadow: none;
}

.sticky .navbar-toggler{
    border: none;
}

.sticky .navbar-toggler .navbar-toggler-icon{
    background-image: url(../../assets/img/barsy.svg);
    transition: all .3s ease-in-out;
}

.toggled{
    background-image: url(../../assets/img/xx.svg) !important;
    transform: rotateZ(180deg) !important;
    transition: all .3s ease-in-out !important;
}

/* OFFCANVAS */

#offcv{
    z-index: 1060;
    background-color: #F8F8F8;
}

#offcv .offcanvas-header{
    justify-content: end;
}

#offcv .offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#offcv .logo a{
    margin-bottom: 2rem;
    display: block;
}

#offcv .offcanvas-body ul{
    list-style: none;
    margin: 0;
    padding: 0 !important;
}

#offcv .offcanvas-body ul li{
    padding: 5px 0 !important;
    margin: 0 !important;
}

/* OFFCANVAS ! */

/* WHATSAPP */

.wpp{
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 200;
    position: fixed;
    bottom: 37px;
    right: 36px;
    z-index: 1040;
    display: flex;
    align-items: center;
    width: fit-content;
    height: 46px;
    padding: 0 27px;
    color: #fff !important;
    border-radius: 10px;
    background-color: #25D366;
    box-shadow: 0 3px 25px rgba(37, 211, 102, 50%);
}

.wpp svg{
    margin-right: 14px;
}

/* WHATSAPP ! */

/* MEDIA QUERIES */

@media(max-width: 1260px){
    .sticky .menu>*{
        margin-right: 1vw;
    }
    .sticky .menu>* a{
        text-align: center;
    }
}

@media(max-width:1200px){
    .sticky .navbar-brand{
        margin-right: 4vw;
    }
    .sticky .menu>*>a{
        white-space: nowrap;
    }
}

@media(max-width: 992px){
    .sticky .navbar>*:has(.menu),
    .sticky .header1{
        display: none;
        display: -webkit-none;
    }
    .sticky,
    .sticky .navbar{
        height: fit-content;
    }
    .sticky .navbar{
        align-items: center;
    }
    .sticky .navbar-brand{
        padding: .3125rem 0;
    }
}

@media(max-width: 768px){
    .wpp{
        padding: 0 1rem;
    }
    .wpp svg{
        margin-right: 0;
    }
    .sticky .header1,
    .wpp .t{
        display: none;
    }
}

@media(min-width: 768px){
    .container{
        padding: 0 70px;
    }
}


/* MEDIA QUERIES ! */