

/* Start:/local/templates/cvknarciss_v1/styles.css?17560916013234*/
body .lp9-pop {
    bottom: auto;
    top: 50%;
    transform: translate(-10px,-50%);
    width: 55px;
    height: 65px;
    position: fixed;
    border-radius: 0px 45px 45px 0px;
    background: linear-gradient(180deg, #B6967E 0%, #7D716E 100%);
    cursor: pointer;
    left: 0;
    z-index: 10;
    animation: none;
}

body .lp9-pop:after {
    border-radius: 0px 45px 45px 0px;
    border: 2px solid #B6967E;
    border-left: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 68px;
    height: 90px;
    content: "";
}

body .lp9-pop:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.94833 5.08354H4.76827C4.63784 4.74087 4.56641 4.36908 4.56641 3.98054V3.88235C4.56641 2.1677 5.95744 0.779297 7.67141 0.779297C8.54892 0.779297 9.38568 1.15039 9.97444 1.80117L9.97449 1.80122L12.5008 4.59331L15.027 1.80122L15.0271 1.80117C15.6158 1.15039 16.4526 0.779297 17.3301 0.779297C19.0441 0.779297 20.4351 2.1677 20.4351 3.88235V3.98054C20.4351 4.36908 20.3637 4.74087 20.2332 5.08354H22.0524C23.6807 5.08354 25.0007 6.40353 25.0007 8.03183V10.7573C25.0007 11.3096 24.553 11.7573 24.0007 11.7573H23.2465V23.2207C23.2465 23.773 22.7988 24.2207 22.2465 24.2207H2.75439C2.20211 24.2207 1.75439 23.773 1.75439 23.2207V11.7573H1C0.447715 11.7573 0 11.3096 0 10.7573V8.03183C0 6.4035 1.32007 5.08354 2.94833 5.08354ZM14.7543 5.08354L16.5101 3.14302L16.5102 3.14297C16.7195 2.91157 17.0174 2.7793 17.3301 2.7793C17.9412 2.7793 18.4351 3.27402 18.4351 3.88235V3.98054C18.4351 4.5888 17.9413 5.08354 17.3301 5.08354H14.7543ZM2 9.75731V8.03183C2 7.50813 2.42457 7.08354 2.94833 7.08354H11.501V9.75731H2ZM11.501 11.7573H3.75439V22.2207H11.501V11.7573ZM13.501 22.2207V11.7573H21.2465V22.2207H13.501ZM13.501 9.75731V7.08354H22.0524C22.5761 7.08354 23.0007 7.5081 23.0007 8.03183V9.75731H13.501ZM6.56641 3.98054C6.56641 4.5888 7.06024 5.08354 7.67141 5.08354H10.2472L8.49139 3.14302L8.49135 3.14297C8.282 2.91157 7.98415 2.7793 7.67141 2.7793C7.06026 2.7793 6.56641 3.27402 6.56641 3.88235V3.98054Z' fill='%23F1EDE9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
}

@media (max-width: 1200px) {
    body .lp9-pop {
        width: 40px;
        height: 50px;
    }

    body .lp9-pop:after {
        width: 50px;
        height: 70px;
    }
    body .lp9-pop:before {
        background-size: 18px;
    }
}

.h4 {
  cursor: default;
  position: relative;
}

.h4.toggleable {
  cursor: pointer;
  padding-right: 25px;
}
.h4.toggleable::after {
  content: '+';
  /* position: absolute; */
  /* right: 1rem; */
  top: 50%;
  transform: translateY(-50%);
  /* left: 1rem; */
  margin-left: 1rem;
  font-size: 30px;
}
.h4.toggleable.active::after {
  content: '-';
}

.h4.toggleable + .service__list {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.h4.toggleable.active + .service__list {
  max-height: 1000px;
}
/* End */


/* Start:/local/templates/cvknarciss_v1/template_styles.css?175334782288*/
hr {
    border-top: 1px solid #b6967e;
    margin-top: 40px;
    margin-bottom: 40px;
}
/* End */
/* /local/templates/cvknarciss_v1/styles.css?17560916013234 */
/* /local/templates/cvknarciss_v1/template_styles.css?175334782288 */
