.faq {
    float: left;
    width: 100%;
    padding: 0;
    padding-left: 0 !important;
    margin: 25px 0 35px 0 !important;

}

.faq li:before {
    display: none;
}

.faq ul,
li {
    list-style: none !important;
}

.faq li {
    padding: 0;
    margin: 0 0 25px 0;
    width: 100%;

    list-style: none !important;
}

.faq li ul {
    margin: 15px 0 15px 20px;
    padding: 0;
    position: relative;
    padding-left: 25px;

    width: 100%;
}


.faq li ul li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    content: "\f35a";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #000;
    background-repeat: no-repeat
}

.faq li li {
    margin: 0 0 8px 0;
    list-style: none;
}

.q::before,
.a::before {
    content: "" !important;
    display: inline-block;
    height: 18px;
    width: 18px;
    background-image: none !important;
    background-size: 100%;
    position: absolute;
    left: 0;
    margin-top: 2px;
    background-repeat: no-repeat;
    list-style: none;

}

.faq li li::before {
    content: "";
    display: inline-block;
    height: 15px;
    width: 15px;
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    left: 0;

    background-repeat: no-repeat;
}

.faq li.q {

    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 0;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 0;
    transition: .5s all;
    font-size: 18px;
    font-weight: 500;
}

.faq li.q h2 {
    font-size: 18px !important;
    font-weight: 500 !important;
   
    margin: 0 !important;
}
.faq li.q h3 {
    font-size: 18px !important;
    font-weight: 500 !important;
   
    margin: 0 !important;
  
}

.sklop {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e3edef;
    width: 100%;
}

.faq li.q:hover {

    color: #e63946 !important;


}

.faq li.q i {


    font-size: 1.5em;
    width: 40px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-align: center;

}

.posFaq {
    margin-top: 0 !important;
}

.posFaq li.q {
    font-size: 1.3em !important;
    line-height: 1em !important;

}

.posFaq h2 {
    line-height: 1em;
    color: #ef2a61;
    margin-top: 0;
}

.actQ {
    color: #e63946 !important;

}

.faq li.a {

    display: none;
    list-style: none;
    padding: 10px 0 15px 0;

    margin-bottom: 0;

}

.faq li.a>h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600 !important;
}

.faq li.a>h3 strong {
    font-weight: 600;
}

.faq li.a>h3:first-child {
    margin-top: 0;
}

.rotate {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.lia_dis {
    display: block;
}

.pos_item {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.pos_item a {
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

@media (max-width: 850px) {
    .faq li.q {

        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 10px 0;
        box-sizing: border-box;
        background-size: 20px;
        line-height: 1.3em;
        position: relative;
        margin-bottom: 0;
        transition: .5s all;
        font-size: 16px;
        font-weight: 500;
    }
    
    .faq li.q h2 {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.3em;
        margin: 0 !important;
    }
    .faq li.q h3 {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 1.3em;
        margin: 0 !important;
      
    }


}