.faq {
    float: left;
    width: 100%;
    padding: 0;
    padding-left: 0 !important;
    margin: 35px 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: 15px 0;
    box-sizing: border-box;
    background-size: 20px;
    line-height: 1.2em;
    
    position: relative;
    
   
   
margin-bottom: 0;
    transition: .5s all;
   
    font-size: 25px;    font-weight: 300;
    
    letter-spacing: .5px;



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

.faq li.q:hover {

    color: #dfa75a !important;


}
.flex{
    display: flex;
    align-items: center;
}
.faq li.q i {
  
   
    font-size: 1em;
    width: 40px; transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    text-align: center;

}

.preIcon {
    width: 25px !important;
    font-size: 20px !important;
    margin-right: 10px;

}
.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: #dfa75a !important;

}

.faq li.a {
   
    display: none;
    list-style: none;
    padding: 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 {
        font-size: 16px;


    }
    .faq li.q i {
       
        font-size: 1.2em;
       
      }

}