/* TESTIMONIAL */
.module-testimonial {
    position: relative;
    display: block;
    clear: both;
    margin: 0;
    padding: 50px 0;
}
.module-testimonial .tst-title {
    font-size: 38px;
    line-height: 48px;
    text-align: center;
    color: #505d68;
    position: relative;
    display: block;
    clear: both;
    margin: 0 0 5px 0;
}
.module-testimonial .tst-text {
    max-width: 482px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #505d68;
    margin: 0 auto;
    font-weight: 300;
}
.module-testimonial .tst-text p{
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #505d68;
    margin: 0 auto 37px;
    font-weight: 300;
}
.module-testimonial .tst-text strong{
    font-weight: 500;
}
.module-testimonial .tst-list-wrapper {
    position: relative;
    display: flex;
    margin-top: 40px;
}
.module-testimonial .tst-list-el {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 16px;
}
.module-testimonial .tst-list-el .tst-list-title{
    font-size: 16px;
    line-height: 20px;
    color: #505d68;
    font-weight: 500;
    margin: 20px 0 5px 0;
}
.module-testimonial .tst-list-el .tst-list-text p{
    font-size: 16px;
    line-height: 20px;
    color: #505d68;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}
.module-testimonial .tst-list-el a {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.module-testimonial .tst-list-el a img {
    position: relative;
    display: block;
    width: 100%;
}
.module-testimonial .tst-list-el a img.play-ico {
    position: absolute;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    z-index: 2;
}


@media screen and (max-width: 768px) {
    /* TESTIMONIAL */
    .module-testimonial .tst-title {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 18px 0;
    }
    .module-testimonial .tst-text {
        font-size: 16px;
        line-height: 22px;
        margin: 0 auto;
    }
    .module-testimonial .tst-text p{
        font-size: 16px;
        line-height: 22px;
        margin: 0 auto 30px;
    }
    .module-testimonial .tst-link {
        margin-top: 25px;
    }
    .module-testimonial .tst-list-wrapper {
        display: block;
    }
    .module-testimonial .tst-list-el {
        clear: both;
        margin-bottom: 25px;
    }
}

.nf-field-element input[type="checkbox"].nf-checked {
    background: #315279;
    border: 2px solid transparent;
    outline: none;
}
.nf-field-element input[type="checkbox"].nf-checked::before {
    color: #ffffff;
    content: "\e902";
    font-family: "icomoon";
    font-size: 21px;
    left: 0;
    position: absolute;
    top: -5px !important;
}
