
/* New Blocks */
.page-unacceptable {
    #main {
        padding-top: 0;
    }
}


.rich-text {
    padding-top: 46px;
    padding-bottom: 46px;
    color: #000;

    .rich-text__holder {
        border: 7px solid #94D609;
        max-width: 1208px;
        margin: 0 auto;
        padding: 41px 5% 23px;
    }

    .container {
        width: 100%;
        max-width: 1238px;
        font-size: 2.4rem;
        line-height: 1.625;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .h1 {
        margin: 0 auto 21px;
        font-weight: bold;
        line-height: 1.2222;
        max-width: 800px;
        letter-spacing: 3.5px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    a {
        color: inherit;
        text-decoration: underline;
        font-weight: bold;

        &:hover {
            text-decoration: none;
        }
    }

    @media only screen and (max-width: 1023px) {
        .h1 {
            letter-spacing: 1px;
        }

        br {
            display: none;
        }
    }

    @media only screen and (max-width: 749px) {
        .h1 {
            font-size: 30px;
        }

        .container {
            font-size: 2rem;
        }
    }
}

.compare-section {
    background: #040707;
    padding-top: 112px;
    padding-bottom: 67px;

    .container {
        max-width: 1124px;
    }

    .compare-section__title {
        border-width: 5px;
        margin: 0 auto;
        padding: 15px 15px;
        font-size: 28px;
        font-weight: normal;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        letter-spacing: 2.7px;
        width: fit-content;
    }

    .compare-section__head {
        display: grid;
        grid-template-columns: 1fr 70px 1fr;
        gap: 45px;
        margin-top: 69px;
        margin-bottom: 60px;
        align-items: center;

        div:nth-child(1) {
            text-align: right;
        }
    }

    .or-element {
        display: inline-block;
        vertical-align: top;
        width: 70px;
        min-width: 70px;
        height: 70px;
        border-radius: 70px;
        text-align: center;
        font-size: 29px;
        line-height: 70px;
        font-weight: 700;
        background: #94D60A;
        margin: 9px 0;
    }

    .col-md-6:last-child .compare-block {
        grid-template-areas: "left right";
        grid-template-columns: 1.26fr 1fr;
    }

    .col-md-6:nth-child(2n) .compare-block__text {
        grid-area: left;
    }

    .col-md-6:nth-child(2n) .compare-block__image {
        grid-area: right;
    }

    @media only screen and (max-width: 1023px) {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    @media only screen and (max-width: 767px) {
        .compare-section__title {
            font-size: 26px;
            letter-spacing: 1px;
        }

        .compare-section__head {
            display: none;
        }

        .compare-section__head-mobile {
            padding: 30px 0;
        }
    }

    @media only screen and (min-width: 768px) {
        .compare-section__head-mobile {
            display: none;
        }
    }
}

.compare-block {
    display: grid;
    grid-template-columns: 1fr 1.26fr;
    background: #94D60A;
    border: 3px solid #94D60A;
    color: #000;
    font-size: 1.6rem;
    grid-template-areas: "right left";

    .compare-block__text {
        background: #fff;
    }

    ul {
        list-style: none;
        padding: 4px 0 0;
        margin: 0;

    }

    li {
        position: relative;
        padding: 17px 10px 16px 59px;
        border-bottom: 1px solid #94D60A;

        svg {
            position: absolute;
            top: 50%;
            left: 14px;
            transform: translateY(-50%);
        }
    }

    .btn {
        color: #000;
        text-transform: uppercase;
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        display: block;
        width: fit-content;
        padding: 10px 23px;
        margin: 0 0 6px;
        letter-spacing: 0;
    }

    .compare-block__footer {
        padding: 19px 0 13px;
        gap: 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

        a:not(.btn) {
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            text-decoration: underline;
            text-transform: uppercase;
            color: inherit;
            font-weight: bold;
            font-size: 11px;
            letter-spacing: 0;

            &:hover {
                text-decoration: none;
            }
        }

        svg {
            display: inline-block;
            vertical-align: top;
            margin: 2px 0 0 1px;
        }
    }


    .compare-block__image {
        display: flex;
        justify-content: center;
        align-items: center;


        img {
            max-width: 100%;
            max-height: 100%;
        }
    }

    @media only screen and (max-width: 1199px) {
        .compare-block__footer {
            padding-right: 10px;
            padding-left: 10px;
        }
    }

    @media only screen and (max-width: 768px) {
        display: block;

        ul {
            padding: 0;
        }

        li {
            padding: 11px 10px 10px 48px;

            svg {
                left: 5px;
            }
        }
    }

}

.image-text-section {
    padding-bottom: 110px;
    padding-top: 120px;

    .container {
        max-width: 1274px;
        width: 100%;
    }

    .image-text__holder {
        display: grid;
        gap: 52px;
        grid-template-columns: 1fr 1.64fr;
        grid-template-areas: "image text";
    }

    @media only screen and (max-width: 1023px) {
        padding-bottom: 60px;
        padding-top: 70px;

        .image-text__holder {
            gap: 30px;
            grid-template-columns: 1fr 1.4fr;
        }
    }

    @media only screen and (max-width: 767px) {
        padding-bottom: 30px;
        padding-top: 30px;

        .image-text__holder {
            display: block;
        }
    }
}

.image-text-section--reverse {
    .image-text__holder {
        grid-template-columns: 1.36fr 1fr;
        grid-template-areas: "text image";
    }

    .image-text__image {
        grid-area: image;
        padding: 0 55px 0 0;
    }

    .image-text__text {
        grid-area: text;
        text-align: right;
    }

    @media only screen and (max-width: 1023px) {
        .image-text__holder {
            grid-template-columns: 1.4fr 1fr;
            grid-template-areas: "text image";
        }

        .image-text__image {
            padding: 0;
        }
    }

    @media only screen and (max-width: 767px) {
        .image-text__text {
            text-align: center;
        }
    }
}

.image-text__image {
    padding: 0;

    img {
        width: 100%;
        height: auto;
        object-position: center;
        object-fit: cover;
    }

}


.image-text__text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    p {
        font-size: 21px;
        line-height: 1.333;
        margin: 0 0 38px;
    }

    h2 {
        margin: 0 0 42px;
        padding: 11px 14px;
        border-width: 5px;
        font-size: 28px;
        font-weight: 400;
        font-family: inherit;
        letter-spacing: 2.8px;
    }

    h3 {
        margin: 0 0 36px;
        font-size: 32px;
        line-height: 1.21875;
        font-weight: bold;
        text-transform: uppercase;
        font-family: inherit;
        letter-spacing: 3.2px;
    }

    h4 {
        margin: 0 0 12px;
        font-size: 24px;
        line-height: 1.5;
        font-weight: bold;
        text-transform: capitalize;
    }

    .btn {
        text-transform: uppercase;
        color: #000;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: 30px;
        padding: 10px 21px;
        font-weight: bold;
        letter-spacing: 0;
    }

    @media only screen and (max-width: 1023px) {
        p {
            margin: 0 0 20px;
        }

        h2 {
            margin: 0 0 20px;
            font-size: 20px;
            letter-spacing: 1px;
        }

        h3 {
            margin: 0 0 20px;
            font-size: 26px;
            letter-spacing: 1px;
        }

        h4 {
            margin: 0 0 10px;
            font-size: 20px;
        }
    }

    @media only screen and (max-width: 767px) {
        padding: 30px 0 0;
        text-align: center;
    }
}

.logo-list-section {
    padding: 120px 0;


    .logo-list {
        margin: 0 20px;
        overflow: visible;

        img {
            max-height: 100%;
            max-width: 98%;
            margin: 0 auto;
        }
    }

    .slick-prev {
        top: 40%;
        background: none;
        left: -60px;

        &:before {
            border-top-width: 12px;
            border-bottom-width: 12px;
            border-right-width: 22px;
            border-right-color: #D9D9D9;
            margin: -12px 0 0 -10px;
        }
    }
    .slick-next {
        top: 40%;
        background: none;
        right: -60px;

        &:before {
            border-top-width: 12px;
            border-bottom-width: 12px;
            border-left-width: 22px;
            border-left-color: #D9D9D9;
            margin: -12px 0 0 -6px;
        }
    }

    .slick-current,
    .slick-slide {
        padding: 0 10px;
        opacity: 1;
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;

        img {
            width: auto;
        }
    }

    @media only screen and (max-width: 767px) {
        .slick-prev {
            left: -20px;
        }

        .slick-next {
            right: -20px;

        }
    }
}


.video-section {
    position: relative;
}

[data-video].bg-video {
    overflow: hidden;
    padding-bottom: 49.8%;
    background: #000;
}

[data-video] iframe,
[data-video] video {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
}

.fluid-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.fluid-video iframe,
.fluid-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

