.block-html-faq-cms .color-white {
    color: var(--faq-font-color);
}

.block-html-faq-cms .color-grey {
    color: #868DAD;
}

.block-html-faq-cms .color-blue {
    color: var(--faq-bg-color);
}

.block-html-faq-cms .header {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 800;
}

@media (min-width: 768px) {
    .block-html-faq-cms .header {
        font-size: 35px;
        line-height: 41px;
    }
}

.block-html-faq-cms .text {
    font-size: 18px;
    line-height: 23px;
}

.block-html-faq-cms .section-1 {
    background: url(img/block-html-faq-cms.png) #F3F3F7;
    background-position: center;
    background-size: cover;
    height: 385px;
    position: relative;
}

.block-html-faq-cms .section-1 .top-content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0 25px;
}

@media (min-width: 768px) {
    .block-html-faq-cms .section-1 .top-content {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 900px;
    }
}

@media (max-width: 767px) {
    .block-html-faq-cms .section-1 .top-content .text {
        font-size: 16px;
    }
}

.block-html-faq-cms .section-1 .top-content .sld-icon {
    display: block;
    margin: 0 auto 20px;
}

.block-html-faq-cms .section-2 {
    background: #F3F3F7;
    padding: 50px 0;
}

.block-html-faq-cms .section-2 .header {
    margin-bottom: 40px;
    padding: 0 20px;
}

.block-html-faq-cms .section-2 .giftlist-steps:not(.lightSlider) {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0 auto;
}

.block-html-faq-cms .section-2 .giftlist-steps:not(.lightSlider) .step {
    max-width: 225px;
}

@media (min-width: 768px) {
    .block-html-faq-cms .section-2 .step:nth-child(1) .sld-icon:after {
        position: absolute;
        content: '';
        width: 115px;
        height: 60px;
        border-bottom: 3px dashed #e9bebe;
        left: 110%;
        top: 95%;
        transform: translateY(-100%);
        border-radius: 50%;
    }

    .block-html-faq-cms .section-2 .step:nth-child(2) .sld-icon:after {
        position: absolute;
        content: '';
        width: 115px;
        height: 60px;
        border-bottom: 3px dashed #e9bebe;
        left: 110%;
        top: 0;
        transform: scaleY(-1);
        border-radius: 50%;
    }
}

@media (min-width: 992px) {
    .block-html-faq-cms .section-2 .step:nth-child(1) .sld-icon:after {
        width: 230px;
    }

    .block-html-faq-cms .section-2 .step:nth-child(2) .sld-icon:after {
        width: 230px;
    }
}

@media (min-width: 1200px) {
    .block-html-faq-cms .section-2 .step:nth-child(1) .sld-icon:after {
        width: 250px;
    }

    .block-html-faq-cms .section-2 .step:nth-child(2) .sld-icon:after {
        width: 250px;
    }
}

.block-html-faq-cms .section-2 .step .sld-icon {
    display: block;
    margin: 0 auto 20px;
    position: relative;
}

.block-html-faq-cms .section-2 .step .step-text {
    color: #868DAD;
    font-size: 18px;
    line-height: 23px;
}

.block-html-faq-cms .section-2 .lSSlideOuter {
    overflow: visible;
    position: relative;
  }
  
.block-html-faq-cms .section-2 .lSSlideWrapper {
    position: static;
}

.block-html-faq-cms .section-2 .lSSlideOuter .lSPager.lSpg {
    margin-top: 15px !important;
}

.block-html-faq-cms .section-2 .lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 2px solid #838AA9;
    background-color: transparent;
}
.block-html-faq-cms .section-2 .lSSlideOuter .lSPager.lSpg > li:hover a,
.block-html-faq-cms .section-2 .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #838AA9;
}

.block-html-faq-cms .section-2 .lSAction > a {
    background-image: none;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 2px solid #868DAD;
    border-radius: 50%;
    top: 35%;
    opacity: 1;
    display: inline-block;
}
.block-html-faq-cms .section-2 .lSAction > a:hover {
    background-color: #868DAD;
}
.block-html-faq-cms .section-2 .lSAction > a::before {
    position: absolute;
    content: " ";
    border-left: 2px solid #868DAD;
    border-top: 2px solid #868DAD;
    display: inline-block;
    height: 7px;
    width: 7px;
    top: 41%;
}
.block-html-faq-cms .section-2 .lSAction > a:hover::before {
    border-left-color: #fff;
    border-top-color: #fff;
}
.block-html-faq-cms .section-2 .lSAction > .lSPrev::before {
    left: 43%;
    transform: rotate(315deg);
}
.block-html-faq-cms .section-2 .lSAction > .lSNext::before {
    left: 38%;
    transform: rotate(135deg);
}

.block-html-faq-cms .section-3 {
    padding: 45px 0 60px;
    background:#ebebf1;
}

.block-html-faq-cms .section-3 .actions {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    margin: 40px 0;
}

.block-html-faq-cms .section-3 .action {
    width: 100%;
    text-align: center;
    box-shadow: 0px 10px 30px #9B9BBA1F;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .block-html-faq-cms .section-3 .action {
        width: 32%;
        text-align: center;
        box-shadow: 0px 10px 30px #9B9BBA1F;
    }
}

.block-html-faq-cms .section-3 .action-4 {
    margin: 35px auto 40px;
}

.block-html-faq-cms .section-3 .action a {
    display: block;
    padding: 20px 40px;
    background: var(--faq-font-color);
    font-size: 18px;
    line-height: 24px;
    border-radius: 12px;
    min-height: 100%;
}

@media (min-width: 992px) {
    .block-html-faq-cms .section-3 .action a {
        padding: 30px 55px;
        font-size: 20px;
        line-height: 26px;
    }
}

.block-html-faq-cms .section-3 .action a:hover,
.block-html-faq-cms .section-3 .action a:focus,
.block-html-faq-cms .section-3 .action a:active {
    background: #4B8FCC;
    color: var(--faq-font-color);
}


.block-html-faq-cms .section-3 .action a .highlight {
    font-weight: bold;
    color: #4B8FCC;
    text-decoration: underline;
}

.block-html-faq-cms .section-3 .action a:hover .highlight,
.block-html-faq-cms .section-3 .action a:focus .highlight,
.block-html-faq-cms .section-3 .action a:active .highlight {
    color: var(--faq-font-color);
}

.sld-lamp-icon {
    background-position: -645px -195px;
    width: 54px;
    height: 54px;
}

.sld-info-icon {
    background-position: -1023px -192px;
    width: 66px;
    height: 66px;
}

.block-html-faq-cms .section-3 .sld-lamp-icon {
    display: block;
    margin: 0 auto 15px;
}

.block-html-faq-cms .section-4 {
    padding: 60px 0 60px;
    background: #F3F3F7;
}

#newsletter_footer_block {
	background-color: #EAF4FC;
}

.block-html-faq-cms .section-4 .inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
}

.block-html-faq-cms .section-4 .image {
    width: 100%;
    margin-bottom: 30px;
    height: 200px;
    background: url(img/family.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.block-html-faq-cms .section-4 .content {
    width: 100%;
}

@media (min-width: 992px) {
    .block-html-faq-cms .section-4 .image {
        height: unset;
        width: 50%;
        margin-bottom: 0;
    }

    .block-html-faq-cms .section-4 .content {
        width: 50%;
    }
}
.block-html-faq-cms .section-4 .help {
    margin-top: 40px;
}

.block-html-faq-cms .section-4 .help .sld-icon {
    display: block;
    margin: 0 auto 15px;
}

@media (min-width: 992px) {
    .block-html-faq-cms .section-4 .help .sld-icon {
        display: inline-block;
        vertical-align: top;
        margin: 0 20px 0 0;
    }
}

.block-html-faq-cms .section-4 .help .help-content {
    text-align: center;
}

@media (min-width: 992px) {
    .block-html-faq-cms .section-4 .help .help-content {
        display: inline-block;
        max-width: 400px;
        text-align: left;
    }
}

.block-html-faq-cms .section-4 .help .help-content a {
    text-decoration: underline;
}

.block-html-faq-cms .section-adv-faq {
    padding: 60px 0 90px;
    background: #F3F3F7;
}

.block-html-faq-cms .section-adv-faq .container > ul {
    list-style: none;
    max-width: 1040px;
    margin: 0 auto;
}

.block-html-faq-cms .section-adv-faq .container > ul > li {
    border-radius: 6px;
    margin-bottom: 20px;
    overflow: hidden;
}

.block-html-faq-cms .section-adv-faq .container > ul ul {
    padding-left: 35px;
}

.block-html-faq-cms .section-adv-faq .tip {
    background: #f3f3f7;
    border-radius: 9px;
    padding: 25px;
}

.block-html-faq-cms .section-adv-faq .big-tip {
    background: var(--faq-bg-color);
    border-radius: 9px;
    padding: 25px;
    color: var(--faq-font-color);
}

.block-html-faq-cms .section-adv-faq ul .question {
    font-size: 20px;
    line-height: 20px;
    padding: 30px 90px 30px 20px;
    color: var(--faq-bg-color);
    background: var(--faq-font-color);
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease;
}

@media (min-width:768px) {
    .block-html-faq-cms .section-adv-faq ul .question {
        font-size: 25px;
        line-height: 22px;
        padding: 33px 90px 33px 50px;
    }
}

.block-html-faq-cms .section-adv-faq ul .question.active {
    color: var(--faq-font-color);
    background: var(--faq-bg-color);
}

.block-html-faq-cms .section-adv-faq ul .question:after {
    content: '+';
    color: inherit;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    transition: color 0.3s ease;
}

.block-html-faq-cms .section-adv-faq ul .question.active:after {
    content: '-';
    transform: translate(-4px, -54%);
}

.block-html-faq-cms .section-adv-faq ul .answer {
    font-size: 18px;
    line-height: 22px;
    padding: 30px 20px;
    color: #868DAD;
    background: white;
    display: none;
}

@media (min-width:768px) {
    .block-html-faq-cms .section-adv-faq ul .answer {
        font-size: 20px;
        line-height: 26px;
        padding: 33px 50px;
    }
}

@media (max-width: 767px) {
    .block-html-faq-cms .section-adv-faq table td {
        display: block;
        width: 100%!important;
        margin-bottom: 10px;
    }

    .block-html-faq-cms .section-adv-faq table td img {
        display: block;
        margin: 0 auto;
    }
}