@media only screen and (max-width: 380px) {
    .section-observer .ttl-line span {
        font-size: 16px;
        max-width: 80%
    }

    .section-observer .ttl-line span img {
        width: 48px;
        margin-top: -24px
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    .owl-nav.disabled {
        display: block !important;
        position: absolute;
        width: 100%;
        top: 50%
    }

    .section-your-eyes {
        background-size: 100% auto;
        padding-top: 117px
    }

    .page-index .main-kvs {
        background-position: right
    }

    .page-index .left-kvs .ttl-line span {
        font-weight: 100
    }

    .main-header .top-header a {
        margin-right: 15px
    }
}

.list-faq {
    padding-top: 50px
}

.box-faq {
    margin-bottom: 100px;
    background-color: #1f1a18;
    position: relative;
    padding: 50px 30px 0;
    display: inline-block
}

.box-faq .box-avatar {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    top: -40px;
    left: 30px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    border: 2px solid #302b29
}

.box-faq.active {
    border-bottom: transparent
}

.box-faq .title-faq {
    background: 0 0;
    padding: 1px
}

.box-faq .title-faq .inner {
    font-size: 20px;
    position: relative;
    padding: 0 35px 10px 0;
    color: #ffead7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    font-weight: 100
}

.box-faq .title-faq .inner sup {
    top: -4px;
    position: relative;
    margin-right: 5px
}

.box-faq .title-faq .box-plus {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.box-faq .title-faq .box-plus span {
    background-color: #fff;
    position: absolute
}

.box-faq .title-faq .box-plus span.x {
    position: absolute;
    width: 1px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.box-faq .title-faq .box-plus span.y {
    position: absolute;
    width: 10px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.box-faq .content-faq {
    padding: 0 1px 1px
}

.box-faq .content-faq .inner {
    border-top: 1px solid #5e5e5e;
    padding: 22px 0;
    font-size: 18px;
    min-height: 88px;
    color: #ffead7
}

.page__vi .box-faq .content-faq .inner {
    font-family: OpenSans, sans-serif;
    line-height: 1.6;
    font-size: 15px
}

.inline-pick, .inline-point, .sidebar>.col-md-6>.find-new-cont>.find-title {
    font-size: 18px
}

.box-faq .content-faq .inner+.ref-faq {
    padding: 0 30px;
    margin-top: -20px;
    font-size: 18px
}

.box-faq .content-faq ul {
    padding: 0 4px 4px 20px
}

.box-faq .content-faq ul li {
    position: relative;
    padding: 0 5px 5px 12px
}

.box-faq .content-faq ul li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #ffead7;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    left: 0
}

.box-faq .content-faq ul li.list-strong {
    font-family: Corbel-Bold;
    font-style: italic;
    list-style: none;
    padding-left: 0
}

@media (min-width: 1200px) {
    .box-faq.faq-1, .box-faq.faq-3, .box-faq.faq-4, .box-faq.faq-8 {
        width: 31.5%;
        margin-right: 30px;
        vertical-align: top
    }

    .box-faq.faq-2, .box-faq.faq-9 {
        width: 65.5%;
        float: right
    }

    .box-faq.faq-5, .box-faq.faq-7 {
        width: 31.5%;
        float: right;
        vertical-align: top
    }

    .box-faq.faq-10, .box-faq.faq-6, .box-references {
        width: 65.5%;
        margin-right: 30px
    }

    .box-references li a {
        color: #ffead7
    }

    .box-faq.faq-10 {
        margin-bottom: 50px
    }

    .list-faq+.right-stories {
        width: 31.5%;
        float: right;
        vertical-align: top;
        position: relative;
        top: -310px;
        margin-bottom: -310px
    }
}