:root {
    --def-icon-container-width: 12.5rem;

    --def-container-width: 70rem;
    --def-cont-topbot-pad: 7rem;

    --slideshow-base-height: calc(90vw / 2);
}



/* =============================================== */
/* GENERIC CLASSES */
/* =============================================== */

.sfc-margin-right {
	margin-right: 0;
}

.sfc-line-beyondcolormain,
.sfc-line-beyondcolorsec1,
.sfc-line-beyondcolorsec2 {
    max-width: 100%;
}

.sfc-tablet-fdc {
    flex-direction: column;
}

.sfc-tablet-fdcr {
    flex-direction: column-reverse;
}

.sfc-nav-menu > ul > li > a {
    font-size: 2.3rem;
}

/* Presentarion - end */

/* Services - begin */

.sfc-card-container-left {
    flex-direction: column;
}

.sfc-card-container-right {
    flex-direction: column-reverse;
}

.sfc-card-container .sfc-card:not(:only-child) {
    width: 100%;
}

.sfc-card-container-left .sfc-card:not(:only-child) {
    width: 100%;
    border: solid var(--color-sec1) 1px;
    border-radius: 10px 0 0 0;
}

.sfc-card-container-right .sfc-card:not(:only-child) {
    width: 100%;
    border: solid var(--color-sec2) 1px;
    border-radius: 0 10px 0 0;
}

.sfc-card article {
    width: calc(100% - var(--def-icon-container-width));
}

/* Services - end */

/* Depoiments - begin */

.sfc-depoiment-text {
    font-size: 2.75rem;
}

/* Depoiments - end */

/* Footer - begin */

.sfc-container-dsb-tc {
    justify-content: center;
    flex-wrap: wrap;
}

/* Footer - end */

.sfc-container {
    flex-wrap: wrap;
}

.sfc-tab-flexwrap-reverse {
    flex-wrap: wrap-reverse;
}

.sfc-tab-paddingtop-0 {
    padding-top: 0;
}

.sfc-tablet-invisible {
    display: none;
}

.sfc-card-container {
    flex-direction: column;
}