@font-face {
    font-family: 'Roboto-Bold';
    src: url('/webfont/Roboto-Bold.eot');
    src: url('/webfont/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('/webfont/Roboto-Bold.woff2') format('woff2'), url('/webfont/Roboto-Bold.woff') format('woff'), url('/webfont/Roboto-Bold.ttf') format('truetype'), url('/webfont/Roboto-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/webfont/Roboto-Regular.eot');
    src: url('/webfont/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('/webfont/Roboto-Regular.woff2') format('woff2'), url('/webfont/Roboto-Regular.woff') format('woff'), url('/webfont/Roboto-Regular.ttf') format('truetype'), url('/webfont/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.Roboto-Bold {
    font-family: 'Roboto-Bold', serif, sans-serif;
}

.Roboto-Regular {
    font-family: 'Roboto-Regular', serif, sans-serif;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    line-height: 1;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container-faq {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.box-header {
    width: 100%;
    background-color: #000000;
    height: 140px;
}

.box-footer {
    width: 100%;
    background-color: #000000;
    height: 305px;
    margin-top: 50px;
}

.container-faq {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding-top: 60px;
}

.container-faq-risultati {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding-top: 30px;
    overflow: hidden;
}

.container-faq-risultati .domanda {
    font-size: 24px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #008d30; /*padding:3px;*/
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    line-height: 140%;
}

.container-faq-risultati .risposta {
    font-size: 18px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    padding: 3px;
    line-height: 140%;
    padding-bottom: 20px;
}

.find-out-more {
    color: #008d30;
    font-size: 14px;
    text-decoration: underline;
}

.categories-lateral-container {
    background-color: #f8f8f8;
    padding: 20px;
}

.container-faq-risultati .briciole {
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #000000;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
}

.container-faq-risultati-item {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.container-faq-answer {
    width: 100%;
    max-width: 1250px;
    margin: auto;
    padding-top: 30px;
    text-align: left;
}

.img-responsive-65 {
    width: 45%;
    height: auto !important;
}

.main-search-container {
    position: relative;
    width: 95%;
    max-width: 650px;
    text-align: center;
    margin: auto;
    height: 50px;
    line-height: 50px;
    border: solid 1px #ccc;
    margin-top: 20px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    padding-right: 20px;
}

.main-search-container.active {
    border-color: #009c4b;
}

.main-search-container > button {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: 34px;
    background-position-y: 8px;
    background-position-x: 10px;
    float: left;
    width: 10%;
    height: 50px;
    border: none;
    outline: none;
    background-color: transparent;
}

.main-search-container > input {
    float: left;
    width: 88%;
    border: none;
    outline: none;
    height: 100%;
    line-height: 100%;
    font-size: 20px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #000000;
}

.overlay-results {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .08);
    box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .08);
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    z-index: 1;
    text-align: left;
    height: 60vh;
    overflow-y: auto;
}

.overlay-results a {
    color: #009c4b;
    text-decoration: none;
}

.overlay-results > ul > li > a.section-title {
    display: block;
    text-decoration: none;
}

.overlay-results > ul > li > a.section-title > h3 {
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
    padding: 0 0 15px;
    border-bottom: 1px solid #e6e8eb;
    color: #1b2733;
    margin: 24px 3.16667% 20px;
}

.overlay-results > ul > li > ol {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b2733;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 5.16667%;
}

.overlay-results > ul > li > ol > li {
    line-height: 16px;
    padding-bottom: 17px;
}

.overlay-results > ul > li > ol > li > a {
    display: block;
}

.overlay-results > ul > li > ol > li > a > p {
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
    margin: 1.5em 0 3px;
    padding: 0;
    color: #637282;
    color: #1b2733;
    margin: 0;
}

.overlay-results > ul > li > ol > li > a > span, .overlay-results > ul > li > p.subcategory_title {
    color: #637282;
    font-size: 13px;
    font-weight: 400;
}

.overlay-results > ul > li > p.subcategory_title{
    line-height: 20px;
    padding: 10px 5.16667% 0;
}

.overlay-results > ul > li:last-child > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e6e8eb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 10px 4.16667%;
}

.overlay-no-results {
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .08);
    box-shadow: 0 0 0 1px rgba(99, 114, 130, .16), 0 8px 16px rgba(27, 39, 51, .08);
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
    z-index: 1;
    text-align: left;
}

.overlay-no-results > p {
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
    color: #1b2733;
    margin: 14px 3.16667%;
}

/*.main-search{ margin: auto; height: 50px; line-height: 50px; border: solid 1px #ccc; margin-top: 20px; -moz-border-radius: 30px; -webkit-border-radius: 30px; -khtml-border-radius: 30px; border-radius: 30px; padding-left:60px; padding-right:20px; font-size:20px; font-family:Roboto-Regular, Arial, Verdana, sans-serif; color:#cccccc;  background-image: url(../images/search.svg); background-repeat: no-repeat; background-repeat: no-repeat; background-size:34px; background-position-y: 8px; background-position-x: 10px;}*/
.main-search-small {
    width: 95%;
    max-width: 480px;
    margin: auto;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ccc;
    margin-top: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 16px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #cccccc;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position-y: 6px;
    background-position-x: 10px;
}

.top-search-small {
    text-align: center;
}

.top-search-small > li {
    display: inline-block;
}

.categorie-faq {
    border: solid 1px #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    color: #cccccc;
    min-width: 200px;
    text-align: center;
    font-size: 16px;
    padding-left: 15px;
}

.search-faq-title, .faq-title-answer {
    font-size: 30px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    text-align: center;
    padding-bottom: 30px;
}

.faq-title-cat {
    font-size: 20px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    padding-bottom: 30px;
}

.risultati {
    font-size: 16px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #cccccc;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px #cccccc;
    font-style: italic;
}

.ricerca-risposta {
    width: 30%;
    min-width: 480px;
}

.faq-navigation {
    text-align: center;
    margin-top: 0;
    clear: both;
}

.faq-navigation a {
    font-size: 18px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    text-align: center;
    color: #000000;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
}

.faq-navigation a.active {
    text-decoration: underline;
    cursor: default;
}

.faq-prev-next {
    font-size: 16px !important;
    font-style: italic;
    color: #000000;
}

.faq-prev-next.disabled {
    color: #cccccc;
    cursor: default;
}

.faq-col-dx {
    float: left;
    margin-left: 10%;
    width: 20%;
    margin-top: 1em;
}

.faq-col-sx {
    float: left;
    width: 70%;
}

.faq-col-dx a {
    font-size: 16px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #009c4b;
    display: block;
    text-decoration: none;
}

.faq-col-dx hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dedede;
    margin: 10px 0;
    padding: 0;
}

.box-risp-si-no {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    border-top: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-risp-si-no-left {
    width: 60%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.box-risp-si-no-left p {
    font-size: 16px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
}

.box-risp-radio-si {
    width: 20%;
    float: left;
    text-align: center;
    border-left: solid 1px #cccccc;
}

.box-risp-radio-no {
    width: 20%;
    float: left;
    text-align: center;
    border-left: solid 1px #cccccc;
}

input[type=radio].css-radio {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-radio + label.css-label-si-no {
    padding-left: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    background-repeat: no-repeat;
    background-position: 0 -36px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-radio:checked + label.css-label-si-no {
    background-position: 0 0;
}

.css-label-si-no {
    background-image: url(../../images/custom-radio.png);
}

.css-label-text {
    font-size: 16px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    vertical-align: middle;
}

.box-reg-faq {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.box-reg-faq-label {
    width: 100%;
    float: left;
    text-align: left;
    padding-top: 5px;
}

.box-reg-faq-label span {
    vertical-align: middle;
    font-size: 14px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
}

.box-reg-faq-input {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.box-reg-faq-input input {
    width: 100%;
    height: 25px;
    line-height: 25px;
    padding: 5px;
}

.aster {
    color: #d80000;
    font-size: 13px;
}

.required-faq {
    text-align: center;
    font-size: 13px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #d80000;
}

.faq-select {
    width: 80%;
    margin: auto;
    margin-top: 10px;
    height: 25px;
}

.faq-box-select {
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

.faq-box-select-33 {
    width: 33%;
    float: left;
    text-align: center;
}

.faq-box-select-33 p {
    font-size: 14px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
}

.faq-box-select-33 select {
    width: 95%;
    margin: auto;
    margin-top: 5px;
    height: 25px;
    line-height: 25px;
}

.faq-box-select-33 select option {
    font-size: 14px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
}

.textarea-label {
    font-size: 14px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    text-align: center;
    width: 98%;
    margin: auto;
    margin-top: 20px;
    padding-bottom: 10px;
}

.faq-send {
    background: transparent url(../images/bt_nero_nosf_150.png) no-repeat center;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    color: #000;
    margin: auto;
}

.box-btn-faq {
    text-align: center;
    margin-top: 20px;
}

textarea {
    resize: none;
}

.answer-ok {
    text-align: center;
    font-size: 15px;
    font-family: Roboto-Regular, Arial, Verdana, sans-serif;
    color: #000000;
    margin-top: 20px;
}

#rispno, #rispsi {
    display: none;
}

.title-cat-faq {
    text-align: center;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
}

.box-cat-faq-big {
    text-align: center;
    max-width: 1248px;
    margin: auto;
}

.box-cat-faq {
    display: inline-block;
    width: 245px;
    margin: 6px;
    border: solid 1px #cccccc;
}

.box-cat-faq div {
    padding: 5px;
}

.box-cat-faq p {
    padding-bottom: 20px;
    color: #009c4b;
    font-size: 14px;
}

.section-heading-plank__container {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 100px;
    height: auto;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    text-align: center;
}

.section-heading-plank__headline {
    font-size: 31px;
    line-height: 1.45;
    font-weight: 100;
    margin: 2em 0 0;
    padding: 0;
    color: #1b2733;
    margin-top: 0;
}

.section-nav-plank__container {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 83.33333%;
    height: auto;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto
}

.section-nav-plank__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal
}

.section-nav-plank__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    background-color: #f8f8f8;
}

.section-nav-plank__section {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 50px;
    padding-bottom: 20px;
    width: 100%
}

@media only screen and (min-width: 736px) {
    .section-nav-plank__section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding-bottom: 50px
    }
}

.section-nav-plank__title {
    border-top: 1px solid #c1c7cd;
    margin-right: 0;
    position: relative
}

@media only screen and (min-width: 736px) {
    .section-nav-plank__title {
        margin-bottom: 30px;
        margin-right: 6.25%;
        width: 29.16667%
    }
}

.section-nav-plank__title:nth-child(3n+3) {
    margin-right: 0
}

.section-nav-plank__title:last-child {
    margin-bottom: 50px
}

@media only screen and (min-width: 736px) {
    .section-nav-plank__title:last-child {
        margin-bottom: 0
    }
}

.section-nav-plank__link {
    font-size: 20px;
    line-height: 1.65;
    font-weight: 300;
    margin: 2em 0 0;
    padding: 0;
    color: #637282;
    display: block;
    margin: 0;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-top: 30px;
    position: relative;
    text-decoration: none;
}

@media only screen and (min-width: 736px) {
    .section-nav-plank__link {
        padding-bottom: 50px
    }
}

.section-nav-plank__link:hover {
    color: #1b2733;
    text-decoration: none
}

@media only screen and (min-width: 736px) {
    .section-nav-plank__link:hover .section-nav-plank__arrow {
        right: 10px
    }
}

.section-nav-plank__arrow {
    background-image: url("../images/arrow-sprite.svg");
    background-position: 0 -135px;
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 20px;
    top: 41px;
    -webkit-transition: left .5s ease, right .5s ease;
    transition: left .5s ease, right .5s ease;
    width: 35px
}

.breadcrumb__list {
    height: 23px;
    line-height: 23px;
    left: 0;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.breadcrumb__item {
    float: left;
}

.breadcrumb__item:after {
    background-image: url("../images/arrow-sprite.svg");
    background-position: 0 -121px;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 13px;
    margin: 0 12px;
    width: 7px;
}

.breadcrumb__item:last-child:after {
    background-image: none;
}

.breadcrumb__link {
    color: #637282;
    color: #6a7c8f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    float: left;
    text-decoration: none;
}

.no-search-results-mobile{
    display: none;
}

#frameUploads {width:100%; height:60px; border:0; overflow: hidden; margin-top: 20px; display: block;}

@media (max-width: 767px) {

    .container-faq{
        width: 90%;
    }

    .main-search-container > input{
        line-height: 47px;
        width: 84%;
        margin-left: 2%;
        font-size: 17px;
        vertical-align: middle;
    }

    .main-search-container > button {
        background-size: 20px;
        background-position-y: 15px;
    }

    .breadcrumb__list{
        height: 50px;
        margin-top: 15px;
    }

    .search-faq-title {
        padding-bottom: 10px;
    }

    .faq-title-answer {
        font-size: 24px;
        padding-bottom: 15px;
        padding-top: 30px;
    }

    .categorie-faq {
        display: none;
    }

    .risultati {
        font-size: 13px;
    }

    .subcategories__container {
        width: 95%;
        margin: auto;
        padding: 0 !important;
    }

    .overlay-results > ul > li > a.section-title > h3{
        margin-bottom: 0;
    }

    .container-faq-risultati-item {
        width: 100%;
        margin: auto;
        padding: 10px !important;
    }

    .container-faq-risultati .domanda {
        font-size: 18px;
        line-height: 120%;
    }

    .container-faq-risultati .risposta {
        font-size: 16px;
    }

    .container-faq-risultati {
        padding-top: 0;
    }

    .no-search-results{
        display: none;
    }

    .no-search-results-mobile{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
        display: block;
    }

    .container-faq-risultati-item, .subcategories__container {
        padding-top: 30px;
    }

    .ricerca-risposta {
        width: 95%;
        min-width: auto !important;
    }

    .faq-navigation a, .faq-prev-next {
        font-size: 14px !important;
    }

    .faq-col-sx {
        float: none;
        margin: 0;
        width: 100%;
    }

    .faq-col-dx {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0;
        border-top: solid 1px #cccccc;
        padding-top: 0;
    }

    .faq-navigation {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .box-risp-si-no {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .box-risp-si-no-left{
        line-height: 18px;
        padding-top: 0;
    }

    .box-risp-si-no-left p {
        font-size: 14px;
    }

    .required-faq{
        font-size: 14px;
    }

    .box-reg-faq-label{
        margin-top: 10px;
    }

    .box-reg-faq-input input, .faq-box-select-33 select{
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .box-textarea textarea{
        font-size: 14px;
        line-height: 20px;
        padding: 5px;
    }

    .subcategories__container.plank{
        margin-bottom: 30px;
    }

    .faq-col-dx hr:last-child{
        display: none;
    }

    #rispsi{
        margin-bottom: 20px;
    }

    #rispno{
        margin-bottom: 20px;
    }

    .answer-ok{
        font-size: 16px;
        color: #009c4b;
    }

    .box-reg-faq {
        margin-top: 0;
    }

    .faq-box-select {
        margin-top: 0;
        width: 100%;
    }

    .box-reg-faq-label, .box-reg-faq-input, .faq-box-select-33 {
        width: 100%;
        float: none;
    }

    .faq-box-select-33 select {
        width: 100%;
    }

    .error-faq {
        display: block;
        margin-bottom: 20px;
        text-align: center !important;
        padding-top: 5px;
    }

    .faq-box-select-33 p {
        padding-top: 10px;
    }
}

@media (max-width: 767px) {

    .container-faq{
        padding-bottom: 20px;
    }

    .section-heading-plank__container{
        margin-top: 30px;
    }

    .section-nav-plank__container{
        width: 95%;
    }

    .section-nav-plank__section{
        margin-top: 30px;
        padding: 10px 30px;
    }

    .section-nav-plank__title:first-child{
        border-top: 0;
    }

    .section-nav-plank__title:last-child{
        margin-bottom: 0;
    }

    .section-nav-plank__arrow{
        right: 0;
    }

    .box-cat-faq p {
        font-size: 18px;
    }

    .title-cat-faq {
        margin-top: 40px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 24px;
    }

    .box-cat-faq-big {
        width: 100%;
        max-width: 100%;
    }

    .box-cat-faq {
        width: 45%;
        margin: 3% 1.5%;
        max-width: auto;
    }

    .box-cat-faq div {
        padding: 1%;
    }

    .overlay-results > ul > li > ol > li > a > p{
        font-size: 16px;
    }

    .overlay-results > ul > li:last-child > a, .overlay-results > ul > li > p.subcategory_title{
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .box-cat-faq {
        width: 95%;
    }
}

[v-cloak] {
    display: none;
}

