@charset "utf-8";

/* Copyright ENDEA */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..700;1,300..700&display=swap');

:root {
    --accent-first: #334E86;
    --accent-second: #A6B6D8;
    --black-color: #141414;
    --white-color: #FFFFFF;
    --light-gray: #F8F8F8;
    --middle-gray: #F5F5F5;
    --dark-gray: #686868;
    --box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
    --box-shadow-hover: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

html, body {
    background: var(--white-color);
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    color: var(--black-color);
}

body {
    padding-top: 60px;
    padding-bottom: 0px;
    font-size: 14px;
}

@media (min-width: 768px) {

    body {
        font-size: 15px;
    }
}
@media (min-width: 992px) {

    body {
        padding-top: 88px;
        font-size: 16px;
    }
}
@media (min-width: 1600px) {

    body {
        font-size: 18px;
    }
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 20px;
}

h1, .h1 {
    font-size: 26px;
    font-weight: 600;
}

h2, .h2 {
    font-size: 23px;
    font-weight: 600;
}

h3, .h3 {
    font-size: 21px;
    font-weight: 600;
}

h4, .h4 {
    font-size: 19px;
    font-weight: 400;
}

@media (min-width: 768px) {

    h1, .h1 {
        font-size: 33px;
    }
    h2, .h2 {
        font-size: 27px;
    }
    h3, .h3 {
        font-size: 23px;
    }
    h4, .h4 {
        font-size: 19px;
    }
}

@media (min-width: 1200px) {

    h1, .h1 {
        font-size: 36px;
    }
    h2, .h2 {
        font-size: 33px;
    }
    h3, .h3 {
        font-size: 27px;
    }
    h4, .h4 {
        font-size: 23px;
    }
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    color: var(--accent-first);
    text-decoration: none;
    transition: color .3s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color: var(--accent-second);
}


/* --- strona główna: banner --- */

.mb-wrapper {
    position: relative;
    margin-bottom: 50px;
}

.m-banner {
    margin: 0;
    background: url(../img/baner-mobile.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.m-banner-fx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 280px;
}

.m-banner-txt {
    width: 50%;
}

.m-banner-txt h1 {
    margin: 0 0 30px;
    color: var(--white-color);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: var(--box-shadow-hover);
}

.m-banner-txt h1 > span {
    color: var(--accent-second);
    font-size: 1.1em;
}

.m-banner-txt p {
    margin: 0;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-shadow: var(--box-shadow-hover);
}

@media (min-width: 360px) {

    .m-banner-txt h1 {
        text-shadow: none;
    }
    .m-banner-txt p {
        text-shadow: none;
    }
}

@media (min-width: 420px) {

    .m-banner-fx {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 322px;
    }
    .m-banner-txt h1 {
        font-size: 26px;
    }
    .m-banner-txt p {
        font-size: 18px;
    }
}

@media (min-width: 576px) {

    .m-banner {
        margin: 0;
        background: url(../img/baner1000.webp);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
    .m-banner-txt h1 {
        font-size: 32px;
    }
    .m-banner-txt p {
        line-height: 1.3;
        font-size: 20px;
    }
}

@media (min-width: 768px) {

    .m-banner-fx {
        height: 360px;
    }
    .m-banner-txt {
        width: 40%;
    }
    .m-banner-txt h1 {
        font-size: 38px;
    }
    .m-banner-txt p {
        font-size: 25px;
    }
}

@media (min-width: 992px) {

    .m-banner {
        margin: 0;
        background: url(../img/baner1450.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    .m-banner-fx {
        height: 600px;
    }
    .m-banner-txt h1 {
        font-size: 50px;
        margin: 0 0 50px;
    }
    .m-banner-txt p {
        font-size: 32px;
    }
}

@media (min-width: 1200px) {

    .m-banner-fx {
        height: 700px;
    }
    .m-banner-txt h1 {
        font-size: 50px;
    }
    .m-banner-txt p {
        font-size: 33px;
    }
}

@media (min-width: 1400px) {

    .m-banner {
        margin: 0;
        background: url(../img/baner1920.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
    }
    .m-banner-txt h1 {
        font-size: 60px;
        margin: 0 0 70px;
    }
    .m-banner-txt p {
        font-size: 40px;
    }
}

@media (min-width: 1600px) {

    .m-banner-fx {
        height: clamp(600px,calc(100vh - 88px),750px);
    }
    .m-banner-txt h1 {
        font-size: 65px;
    }
    .m-banner-txt p {
        font-size: 44px;
    }
}

@media (min-width: 1920px) {

    .m-banner-fx {
        height: clamp(700px,calc(100vh - 88px),920px);
    }
    .m-banner-txt h1 {
        font-size: 70px;
    }
    .m-banner-txt p {
        font-size: 50px;
    }
}

@media (min-width: 1970px) {
    .m-banner {
        width: 1920px;
        margin: 0 auto;
    }
}


/* --- animation (strona główna) --- */

.animH1 {
    position: relative;
    animation: fadeInH1 1.5s ease-in-out;
}
@keyframes fadeInH1 {
    0%   {opacity: 0;}
    20%   {opacity: 0; left:0px; top:-10px;}
    100%  {opacity: 1; left:0px; top:0px;}
}

.animP1 {
    position: relative;
    animation: fadeInP1 2.5s ease-in-out;
}
@keyframes fadeInP1 {
    0%   {opacity: 0;}
    40%   {opacity: 0; left:0px; top:-10px;}
    100%  {opacity: 1; left:0px; top:0px;}
}


/* --- strona główna: headers --- */

.m-hd {
    position: relative;
    margin: 0 0 30px;
}

@media (min-width: 576px) {

    .m-hd {
        margin: 25px 0 50px;
    }
    .m-hd::before {
        position: absolute;
        top: -25px;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 65px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
        padding: 0;
        color: var(--light-gray);
        text-transform: uppercase;
    }
    .offer-hd::before {
        content: 'Oferta';
    }
    .about-hd::before {
        content: 'O firmie';
    }
    .why-hd::before {
        content: 'Dlaczego my?';
        color: #415A8E;
    }
    .knowlage-hd::before {
        content: 'Wiedza';
    }
    .partners-hd::before {
        content: 'Producenci';
    }
}

@media (min-width: 768px) {
    .m-hd {
        margin: 40px 0 60px;
    }
    .m-hd::before {
        top: -40px;
        font-size: 80px;
    }
}

@media (min-width: 992px) {
    .m-hd {
        margin: 35px 0 70px;
    }
    .m-hd::before {
        top: -35px;
        font-size: 100px;
    }
}

@media (min-width: 1200px) {
    .m-hd {
        margin: 50px 0 90px;
    }
    .m-hd::before {
        top: -50px;
        font-size: 120px;
    }
}

@media (min-width: 1600px) {
    .m-hd {
        margin: 60px 0 120px;
    }
    .m-hd::before {
        top: -60px;
        left: -5px;
        font-size: 150px;
    }
}

.m-hd h2 {
    position: relative;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    color: var(--black-color);
    text-transform: uppercase;
}

.m-hd p {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    margin: 5px 0 0;
    color: var(--accent-first);
    text-transform: uppercase;
}

@media (min-width: 420px) {

    .m-hd h2 {
        font-size: 36px;
    }
}
@media (min-width: 576px) {

    .m-hd h2 {
        font-size: 43px;
    }
    .m-hd p {
        margin: 10px 0 0;
    }
}
@media (min-width: 768px) {

    .m-hd h2 {
        font-size: 48px;
    }
    .m-hd p {
        font-size: 16px;
    }
}
@media (min-width: 992px) {

    .m-hd h2 {
        font-size: 55px;
    }
}
@media (min-width: 1200px) {

    .m-hd h2 {
        font-size: 60px;
    }
    .m-hd p {
        font-size: 18px;
    }
}
@media (min-width: 1600px) {

    .m-hd h2 {
        font-size: 75px;
    }
}


/* --- strona główna: wrappers --- */

.m-site-wrapper {
    margin: 50px 0;
    line-height: 1.7;
}
@media (min-width: 992px) {

    .m-site-wrapper {
        margin: 80px 0;
    }
}
@media (min-width: 1200px) {

    .m-site-wrapper {
        margin: 100px 0;
    }
}
@media (min-width: 1600px) {

    .m-site-wrapper {
        margin: 150px 0;
    }
}
@media (min-width: 1970px) {
    .m-site-wrapper {
        width: 1920px;
        margin-left: auto; margin-right: auto;
    }
}

.m-site-wrapper a,
.content-wrapper-subpage a {
    font-weight: 600;
}

.content-wrapper-subpage::before {
    content: "";
    display: block;
    margin-bottom: 39px;
    height: 1px;
    background-color: transparent;
}

/* --- strona główna: buttons --- */

.m-btn-box {
    margin: 50px 0 20px;
}

a.m-btn {
    background-color: var(--white-color);
    box-shadow: var(--box-shadow);
    font-weight: 500;
    color: var(--accent-first);
    font-size: 14px;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}

a.m-btn:hover,
a.m-btn:focus {
    box-shadow: var(--box-shadow-hover);
}

@media (min-width: 992px) {

    a.m-btn {
        font-size: 15px;
        padding: 15px 30px;
    }
}

@media (min-width: 1400px) {

    a.m-btn {
        font-size: 17px;
    }
}


/* --- strona główna: kategorie --- */

.category-boxes-fx {
    margin: 30px 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px;
}

.category-box {
    position: relative;
    width: 100%;
    background: var(--white-color);
    box-shadow: var(--box-shadow);
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.category-box:hover,
.category-box:focus,
.category-box.active {
    box-shadow: var(--box-shadow-hover);
}

@media (min-width: 768px) {

    .category-box {
        flex: 0 0 calc((100% - 30px) / 2);
    }
}
@media (min-width: 1200px) {

    .category-box {
        flex: 0 0 calc((100% - 60px) / 3);
    }
}
@media (min-width: 1920px) {

    .category-boxes-fx {
        margin-top: 45px;
        gap: 45px 30px;
    }
    .category-box {
        flex: 0 0 calc((100% - 90px) / 4);
    }
}

.category-box > a {
    display: block;
    width: 100%;
    font-weight: 400;
}

.category-box-up {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 20px 25px;
    background-color: var(--middle-gray);
    transition: background-color .3s ease-in-out;
}

.category-box:hover .category-box-up,
.category-box:focus .category-box-up,
.category-box:active .category-box-up {
    background-color: var(--accent-first);
}

.category-box-up > img {
    max-height: 40px;
}

.category-box-name {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--black-color);
    text-transform: uppercase;
    transition: color .3s ease-in-out;
}

.category-box:hover .category-box-name,
.category-box:focus .category-box-name,
.category-box:active .category-box-name {
    color: var(--white-color);
}

.category-box-txt {
    padding: 20px 25px 25px;
}

.category-box-txt p {
    color: var(--black-color);
    font-size: 14px;
    margin: 0;
}

@media (min-width: 420px) {

    .category-box-name {
        font-size: 17px;
    }
}

@media (min-width: 768px) {

    .category-box-up {
        padding: 20px 30px;
        gap: 30px;
    }
    .category-box-txt {
        padding: 20px 30px 25px;
    }
    .category-box-txt p {
        text-align: left
    }
}

@media (min-width: 992px) {

    .category-box-up > img {
        max-height: 50px;
    }
    .category-box-name {
        font-size: 18px;
    }
    .category-box-txt p {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {

    .category-box-up > img {
        max-height: 45px;
    }
    .category-box-name {
        font-size: 17px;
    }
}

@media (min-width: 1400px) {

    .category-box-up > img {
        max-height: 50px;
    }
    .category-box-name {
        font-size: 18px;
    }
}

@media (min-width: 1600px) {

    .category-box-up > img {
        max-height: 50px;
    }
    .category-box-name {
        font-size: 20px;
    }
}

@media (min-width: 1920px) {

    .category-box-name {
        font-size: 18px;
    }
}

.ofel-box {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 31px;
    height: 47px;
}

.ofel-box > svg {
    width: 47px;
    fill: var(--middle-gray);
    transition: fill .3s ease-in-out;
}

.category-box:hover .ofel-box > svg,
.category-box:focus .ofel-box > svg,
.category-box:active .ofel-box > svg {
    fill: var(--accent-first);
}


/* --- m-site-fx, mr-site-fx --- */

.m-site-fx, .mr-site-fx {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 50px;
}

@media (min-width: 992px) {

    .m-site-fx {
        flex-direction: row;
    }
    .mr-site-fx {
        flex-direction: row-reverse;
    }
    .m-site-fx, .mr-site-fx {
        gap: 60px;
    }
}
@media (min-width: 1200px) {

    .m-site-fx, .mr-site-fx {
        gap: 70px;
    }
}
@media (min-width: 1600px) {

    .m-site-fx, .mr-site-fx {
        gap: 80px;
    }
}


/* --- m-site-content, m-site-img --- */

.m-site-content, .m-site-img {
    width: 100%;
}

.m-site-content {
    position: relative;
}

@media (min-width: 992px) {

    .m-site-content > p {
        text-align: justify;
    }
}

.m-site-img {
    display: flex;
    justify-content: center;
}

.m-site-img > img {
    max-height: 100%;
    max-width: 100%;
    margin-top: 15px;
}

@media (min-width: 768px) {

    .m-site-img > img {
        max-height: 450px;
    }
}
@media (min-width: 1200px) {

    .m-site-img > img {
        max-height: 500px;
    }
}


/* --- strona główna: o firmie --- */

@media (min-width: 992px) {

    .about-mark {
        position: relative;
        overflow: visible;
    }
    .about-mark::before {
        content: url(../img/about-mark-small.svg);
        position: absolute;
        bottom: -80px;
        left: calc(50% + 100px);
        width: 323px;
        height: 300px;
    }
}

@media (min-width: 1200px) {

    .about-mark::before {
        content: url(../img/about-mark-middle.svg);
        position: absolute;
        bottom: -100px;
        left: calc(50% + 100px);
        width: 430px;
        height: 400px;
    }
}

@media (min-width: 1600px) {

    .about-mark::before {
        content: url(../img/about-mark.svg);
        position: absolute;
        bottom: -150px;
        left: calc(50% + 150px);
        width: 490px;
        height: 456px;
    }
}

.years-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.years-box {
    margin-top: -15px;
}

.years-box p {
    text-transform: uppercase;
    line-height: 1;
}

p.years-p-up {
    font-size: 67px;
    font-weight: 600;
}
p.years-p-up > span {
    color: var(--accent-first);
}
p.years-p-down {
    font-size: 40px;
    font-weight: 400;
}

@media (min-width: 768px) {

    p.years-p-up {
        font-size: 80px;
    }
    p.years-p-down {
        font-size: 47px;
    }
}

@media (min-width: 992px) {

    .years-box {
        margin-top: -5px;
    }
    p.years-p-up {
        font-size: 90px;
    }
    p.years-p-down {
        font-size: 53px;
    }
}

@media (min-width: 1200px) {

    .years-box {
        margin-top: -10px;
    }
    p.years-p-up {
        font-size: 100px;
    }
    p.years-p-down {
        font-size: 60px;
    }
}

@media (min-width: 1600px) {

    p.years-p-up {
        font-size: 120px;
    }
    p.years-p-down {
        font-size: 71px;
    }
}


/* --- strona główna: dlaczego my? --- */

.blue-bcg-wrap {
    background-color: var(--accent-first);
    padding: 50px 0;
}

@media (min-width: 922px) {

    .blue-bcg-wrap {
        padding: 80px 0;
    }
}
@media (min-width: 1400px) {

    .blue-bcg-wrap {
        padding: 100px 0;
    }
}
@media (min-width: 1600px) {

    .blue-bcg-wrap {
        padding: 100px 0 150px;
    }
}

.blue-bcg-hd h2 {
    color: var(--white-color);
}

.blue-bcg-hd p {
    color: #CFCFCF;
    font-weight: 400;
}

.blue-bcg p {
    color: var(--white-color);
    font-weight: 300;
}

.blue-bcg a {
    color: var(--accent-second);
}
.blue-bcg a:hover {
    color: #CFCFCF;
}

.advantage-boxes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.advantage-box {
    position: relative;
    background-color: #7183AA;
    width: 100%;
    padding: 20px;
}

.advantage-box::before {
    content: url(../img/adv-mark.svg);
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 21px;
    height: 20px;
}

span.ad-p {
    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 922px) {

    .advantage-box {
        background-color: #7183AA;
        width: 90%;
    }
    .advantage-box:nth-child(2) {
        margin-left: 10%;
    }
    .advantage-box:nth-child(3) {
        margin-left: 5%;
    }
}
@media (min-width: 1200px) {

    .advantage-box {
        width: 80%;
    }
    .advantage-box:nth-child(2) {
        margin-left: 15%;
    }
}
@media (min-width: 1600px) {

    .advantage-boxes {
        gap: 30px;
    }
}


/* --- strona główna: producenci --- */

.partner-boxes-fx {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 60px;
}

.partner-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc((100% - 60px) / 2);
}

.partner-box > img {
    max-width: 100%;
    filter: grayscale(100%);
}


/* --- effects in js --- */

.obs-hidden-box {
    opacity: 0;
    transform: translateY(30%);
    transition: all 1s ease-out;
}

.obs-show-box {
    opacity: 1;
    transform: translateY(0);
}


.obs-hidden-img {
    opacity: 0;
    transition: all 1s ease-out;
}

.obs-show-img {
    opacity: 1;
}


/* --- podstrona: headers --- */

.sub-ban-wrapper {
    margin: 20px 0 0;
}

@media (min-width: 1970px) {
    .sub-ban-wrapper {
        width: 1920px;
        margin-left: auto; margin-right: auto;
    }
}

.sub-ban-banner {
    margin: 0;
    background: linear-gradient(123deg, var(--light-gray) 50%, var(--white-color) 50%);
}

.sub-ban-banner-txt h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    margin: 20px 0;
    padding: 0;
    color: var(--accent-first);
    text-transform: uppercase;
    overflow: hidden;
}

@media (min-width: 420px) {

    .sub-ban-banner-txt h1 {
        font-size: 36px;
    }
}
@media (min-width: 576px) {

    .sub-ban-banner-txt h1 {
        font-size: 43px;
    }
}
@media (min-width: 768px) {
    
    .sub-ban-banner-txt h1 {
        font-size: 48px;	
    }
}
@media (min-width: 992px) {

    .sub-ban-banner-txt h1 {
        font-size: 55px;
        margin: 30px 0;
    }
}
@media (min-width: 1200px) {

    .sub-ban-banner-txt h1 {
        font-size: 60px;
    }
}
@media (min-width: 1600px) {

    .sub-ban-banner-txt h1 {
        font-size: 75px;
        margin: 40px 0;
    }
}

.content-wrapper-subpage h2,
.contact-box h2,
.contact-box-form h2 {
    color: var(--accent-first);
    font-weight: 700;
}

@media (min-width: 992px) {

    .content-wrapper-subpage > p {
        text-align: justify;
    }
}


/* --- stopka --- */

.footer-main {
    width: 100%;
    margin-top: 50px;
    padding: 30px 0;
    background: var(--accent-first);
    font-size: 13px;
    font-weight: 400;
    color: var(--white-color);
}

.footer-main a {
    color: var(--white-color);
    font-weight: 400;
}
.footer-main a:hover {
    color: var(--accent-second);
}

.footer-boxes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.footer-empty-box {
    display: none;
}

.footer-reg-name, .footer-adress-name, .footer-contact-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.footer-reg-txt, .footer-adress-txt, .footer-contact-txt {
    max-height: 44px;
    overflow: hidden;
}

.footer-reg-txt p, .footer-adress-txt p, .footer-contact-txt p {
    margin: 0;
}

@media (min-width: 992px) {

    .footer-main {
        position: relative;
        font-size: 14px;
        margin-top: 70px;
        padding: 55px 0;
    }
    .footer-main::before {
        content: url(../img/ft-mark-small.svg);
        position: absolute;
        top: 0;
        left: 0;
        width: 25%;
        height: 100%;
    }
    .footer-boxes {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
    .footer-empty-box {
        display: block;
    }
    .footer-box {
        justify-content: center;
        align-items: center;
        width: 25%;
    }
    .footer-reg-name, .footer-adress-name, .footer-contact-name {
        font-size: 20px;
    }
}

@media (min-width: 1400px) {

    .footer-main {
        padding: 86px 0;
    }
    .footer-main::before {
        content: url(../img/ft-mark.svg);
    }
}

@media (min-width: 1970px) {

    .footer-main {
        width: 1920px;
        margin: 0 auto;
    }
}

.footer-sub {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
    background: var(--white-color);
    font-weight: 400;
    color: var(--black-color);
}

.footer-sub a {
    font-weight: 500;
    color: var(--black-color);
}
.footer-sub a:hover {
    color: var(--accent-first);
}

.footer-sub-boxes {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.footer-sub-box {
    width: auto;
}

.footer-sub-toright {
    padding-top: 15px;
    text-align: left;
}

@media (min-width: 992px) {

    .footer-sub-boxes {
        flex-direction: row;
    }
    .footer-sub-box {
        width: 50%;
    }
    .footer-sub-toright {
        padding-top: 0;
        text-align: right;
    }
}


/* --- all: listy i punktory --- */

.c-list {
    list-style-image: url(../img/list-image1.svg);
    padding-left: 35px;
}
.c-list li {
    padding: 3px 0 5px 5px;
    border-bottom: 0px;
}

.c-list-2 {
    list-style-image: url(../img/list-image2.svg);
    padding-left: 35px;
}
.c-list-2 li {
    padding: 3px 0 5px 5px;
    border-bottom: 0px;
}


/* --- cta-box-1 --- */

.cta-box-1 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    border-radius: 15px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.cta-bx1-txt,
.cta-bx1-act {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 30px 15px 30px 25px;
    color: var(--white-color);
    font-size: 19px;
    font-weight: 600;
}

.cta-bx1-txt {
    background: var(--black-color);
    text-align: center;
}

.cta-bx1-act {
    background: var(--accent-first);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    transition: background .3s ease-in-out;
}

.cta-bx1-act:hover,
.cta-bx1-act:focus {
    background: var(--dark-gray);
    color: var(--white-color);
}

.cta-bx1-act-icon {
    width: 50px;
}

.cta-bx1-act-icon img {
    max-height: 30px;
    width: auto;
}

.cta-bx1-act-txt {
    color: var(--white-color);
}

@media (min-width: 992px) {

    .cta-box-1 {
        flex-direction: row;
    }
    .cta-bx1-txt {
        width: 50%;
        height: 90px;
        text-align: left;
    }
    .cta-bx1-act {
        width: 50%;
        height: 90px;
        justify-content: left;
    }
}

@media (min-width: 1200px) {

    .cta-bx1-txt,
    .cta-bx1-act {
        height: 100px;
        font-size: 29px;
        padding: 27px 15px 30px 25px;
    }
}