

#faq {
    max-width: 90%;
    margin: 100px auto;
    padding: 0 15px;
    text-align: center;
}

section.faq {
    padding-top: 2em;
    padding-bottom: 3em;
}

.faq-cat{
    margin: 120px 0;
}

.cat-name {
    margin: 20px 10px;
    text-align: right;
    color: orange;
    font-size: 1.4rem;
    font-weight: bolder;

}

.ul-list {
    text-align: left;
}

.transition, .a-faq, .accord-icon:before, .accord-icon:after {
    transition: all 0.3s;
}

#faq .no-select, #faq h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
}

.t-head{
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.q-faq {
    color: orange;
    font-size: 1.1rem;
    text-align: right;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 700;
    letter-spacing: 1px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    cursor: pointer;
    transition: .2s;
}

.a-faq {
    color: #fff;
    text-align: right;
    font-size: 1rem;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
}

.ul-list {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accord-fild {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border-radius: 5px;
    border-bottom: 1px solid orange;
    background: #3b3b3bc7;
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: transparent;
    box-shadow: rgb(50 77 38) 0px 20px 30px -10px;
}

.accord-fild:hover {
    box-shadow: rgb(133 128 49) 0px 22px 70px 4px;
}

.accord-fild {
    margin-top: 15px;
}

.accord-fild:last-of-type {
    padding-bottom: 0;
}

.accord-icon {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 20px;
    left: 25px;
}

.accord-icon:before, .accord-icon:after {
    content: "";
    text-align: left;
    background-color: orange;
    position: absolute;
    width: 3px;
    height: 9px;
}

.accord-icon:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.accord-icon:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.accord-fild input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}

.accord-fild input[type=checkbox]:checked~h2 {
    color: #fff;
}

.accord-fild input[type=checkbox]:checked~p {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}

.accord-fild input[type=checkbox]:checked~i:before {
    background-color: #fff;
    transform: translate(2px, 0) rotate(45deg);
}

.accord-fild input[type=checkbox]:checked~i:after {
    background-color: #fff;
    transform: translate(-2px, 0) rotate(-45deg);
}



* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

a,
a:visited,
a:focus,
a:active,
a:link {
    text-decoration: none;
    outline: 0;
}

a {
    color: currentColor;
    transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
    margin: .3em 0;
}

ul {
    padding: 0;
    list-style: none;
}
