/* Tadic footer */
.sf-footer {margin-top: 18px;
    border: 1px solid rgb(15 23 42 / 10%);
    border-radius: var(--sf-radius);
    background: #fff;
    padding: 14px;}
.sf-footer .mini {color: var(--sf-muted);
    font-size: 12px;}
.sf-tadic-footer {margin-top: 36px;
    background: #101010;
    color: #fff;
    font-family: var(--cs-font-family, "Inter", Arial, Helvetica, sans-serif);}
.sf-tadic-footer-shell {width: min(100% - 32px, 1300px);
    margin: 0 auto;}
.sf-tadic-footer-blog {background: linear-gradient(180deg, #ffffff 0%, #d3c4f1 22%, #6d97d3 48%, #1f59b9 75%, #130177 100%);
    color: #fff;}
.sf-tadic-footer-blog__inner {min-height: 360px;
    display: grid;
    grid-template-columns: minmax(250px, .62fr) minmax(0, 1.9fr);
    gap: 48px;
    align-items: center;
    padding: 15px 0 10px;}
.sf-tadic-footer-blog__copy strong {display: block;
    max-width: 360px;
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 900;}
.sf-tadic-footer-blog__copy p {max-width: 390px;
    margin: 24px 0 32px;
    color: rgb(255 255 255 / 82%);
    font-size: 19px;
    line-height: 1.45;
    font-weight: 500;}
.sf-tadic-footer-blog__copy a {width: 256px;
    height: 68px;
    border-radius: 7px;
    background: #fff;
    color: #080808;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 21px;
    font-weight: 900;
    text-decoration: none;}
.sf-tadic-footer-blog__rail {position: relative;
    min-width: 0;}
.sf-tadic-footer-blog__arrow {position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: rgb(255 255 255 / 22%);
    color: #fff;
    font-size: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;}
.sf-tadic-footer-blog__slider {display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 1fr);
    gap: 30px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    padding: 4px 2px 18px;}
.sf-tadic-footer-blog-card {min-width: 0;
    color: #fff;
    text-decoration: none;
    scroll-snap-align: start;}
.sf-tadic-footer-blog-card__media {height: 280px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgb(255 255 255 / 14%);}
.sf-tadic-footer-blog-card__media img {width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;}
.sf-tadic-footer-blog-card__media > span {width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 78%);
    font-size: 44px;}
.sf-tadic-footer-blog-card strong {display: block;
    margin-top: 20px;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;}
@media (min-width: 1200px) {
.sf-tadic-footer-blog__slider {grid-auto-columns: calc((100% - 60px) / 3);}
}
@media (max-width: 767px) {
.sf-tadic-footer-blog__inner {grid-template-columns: 1fr;
        gap: 28px;
        padding: 34px 0 38px;}
.sf-tadic-footer-blog__copy strong {font-size: 28px;}
.sf-tadic-footer-blog__copy a {width: 210px;
        height: 56px;
        font-size: 18px;}
.sf-tadic-footer-blog__slider {grid-auto-columns: minmax(238px, 82%);
        gap: 18px;}
}
.sf-tadic-footer-news {background: #f6a400;
    color: #070707;
    overflow: hidden;}
.sf-tadic-footer-news__inner {min-height: 126px;
    display: grid;
    grid-template-columns: minmax(260px, .7fr) minmax(520px, 1.3fr);
    align-items: center;
    gap: 42px;
    position: relative;}
.sf-tadic-footer-news__inner::before {content: "";
    position: absolute;
    inset: 0 22% 0 22%;
    opacity: .18;
    background-image: radial-gradient(circle, #fff 2px, transparent 2.5px);
    background-size: 16px 16px;
    pointer-events: none;}
.sf-tadic-footer-news__copy,
.sf-tadic-footer-news__form {position: relative;
    z-index: 1;}
.sf-tadic-footer-news__copy strong {display: block;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    color: #050505;}
.sf-tadic-footer-news__copy span {display: block;
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    color: #050505;}
.sf-tadic-footer-news__form {display: grid;
    grid-template-columns: 1fr 1fr 205px;
    gap: 8px;}
.sf-tadic-footer-news__form input,
.sf-tadic-footer-news__form button {height: 54px;
    border-radius: 4px;
    font: inherit;}
.sf-tadic-footer-news__form input {border: 0;
    background: #fff;
    color: #111;
    padding: 0 18px;
    font-size: 15px;
    outline: 0;}
.sf-tadic-footer-news__form button {border: 0;
    background: #075795;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;}
.sf-tadic-footer-main {background: #101010;}
.sf-tadic-footer-main__grid {min-height: 335px;
    display: grid;
    grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(150px, .72fr)) minmax(260px, 1.1fr);
    gap: 44px;
    padding: 54px 0 58px;}
body.sf.theme-folder-tadic .sf-tadic-footer-brand img {
    background: transparent !important;
    width: auto !important;
    max-width: 190px !important;
    height: auto !important;
    max-height: 70px !important;
    object-fit: contain !important;
    object-position: left center !important;
    display: block !important;
    filter: brightness(0) invert(1);}
.sf-tadic-footer-brand > strong {display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
    color: #fff;}
.sf-tadic-footer-socials {display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 22px;}
.sf-tadic-footer-socials a {color: #a8a8a8;
    font-size: 18px;
    text-decoration: none;
    transition: color .16s ease;}
.sf-tadic-footer-socials a:hover {color: #f6a400;}
.sf-tadic-footer-brand p {max-width: 320px;
    margin: 34px 0 0;
    color: #fff;
    font-size: 22px;
    line-height: 1.24;
    font-weight: 900;}
.sf-tadic-footer-col summary,
.sf-tadic-footer-contact summary {list-style: none;
    margin: 0 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;}
.sf-tadic-footer-col summary::-webkit-details-marker,
.sf-tadic-footer-contact summary::-webkit-details-marker {display: none;}
.sf-tadic-footer-col summary span,
.sf-tadic-footer-contact summary span {color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;}
.sf-tadic-footer-col summary i,
.sf-tadic-footer-contact summary i {display: none;}
.sf-tadic-footer-col nav {display: flex;
    flex-direction: column;
    gap: 17px;}
.sf-tadic-footer-col a,
.sf-tadic-footer-contact a {color: #c8d0d9;
    font-size: 14px;
    line-height: 1.15;
    font-weight: 500;
    text-decoration: none;
    transition: color .16s ease;}
.sf-tadic-footer-col a:hover,
.sf-tadic-footer-contact a:hover {color: #f6a400;}
.sf-tadic-footer-contact__items {display: flex;
    flex-direction: column;
    gap: 25px;}
.sf-tadic-footer-contact__items > div {display: grid;
    grid-template-columns: 30px 1fr;
    gap: 16px;
    align-items: start;
    color: #fff;
    font-size: 14px;
    line-height: 1.10;
    font-weight: 600;}
.sf-tadic-footer-contact__items i {color: #f6a400;
    font-size: 28px;
    line-height: 1;}
.sf-tadic-footer-contact__items span {display: block;}
.sf-tadic-footer-contact__items a {display: block;
    margin-top: 5px;
    color: #f6a400;
    font-size: 16px;
    font-weight: 700;}
.sf-tadic-footer-bottom {border-top: 1px solid rgb(255 255 255 / 9%);
    background: #101010;}
.sf-tadic-footer-bottom__inner {display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;}
.sf-tadic-footer-legal {display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;}
.sf-tadic-footer-legal .sf-tadic-footer-powered {grid-column: 1;
    justify-self: start;}
.sf-tadic-footer-legal nav {grid-column: 3;
    justify-self: end;}
.sf-tadic-footer-legal-center {grid-column: 2;
    justify-self: center;
    display: flex;
    align-items: center;}
.sf-tadic-footer-legal-center img {display: block;
    max-height: 40px;
    width: auto;
    object-fit: contain;}
.sf-tadic-footer-bottom__inner {min-height: 88px;}
.sf-tadic-footer-langs,
.sf-tadic-footer-payments,
.sf-tadic-footer-legal nav {display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;}
.sf-tadic-footer-langs strong,
.sf-tadic-footer-payments strong {color: #fff;
    font-size: 16px;
    font-weight: 900;}
.sf-tadic-footer-langs a,
.sf-tadic-footer-payments span,
.sf-tadic-footer-legal,
.sf-tadic-footer-legal a {color: #c8c8c8;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;}
.sf-tadic-footer-payments span {font-weight: 900;
    color: #80a6c8;}
.sf-tadic-footer-legal {min-height: 68px;
    padding-bottom: 18px;}
.sf-tadic-footer-legal a:hover,
.sf-tadic-footer-langs a:hover {color: #f6a400;}
@media (max-width: 1199px) {
.sf-tadic-footer-news__inner,
    .sf-tadic-footer-main__grid {grid-template-columns: 1fr 1fr;}
.sf-tadic-footer-brand,
    .sf-tadic-footer-contact {grid-column: 1 / -1;}
}
@media (max-width: 767px) {
.sf-tadic-footer-shell {width: min(100% - 24px, 1300px);}
.sf-tadic-footer-news__inner,
    .sf-tadic-footer-main__grid,
    .sf-tadic-footer-news__form {grid-template-columns: 1fr;}
.sf-tadic-footer-news__inner {gap: 18px;
        padding: 26px 0;}
.sf-tadic-footer-main__grid {gap: 0;
        padding: 32px 0;}
.sf-tadic-footer-brand {margin-bottom: 22px;}
.sf-tadic-footer-brand p {margin-top: 22px;
        font-size: 18px;}
.sf-tadic-footer-col,
    .sf-tadic-footer-contact {border-top: 1px solid rgb(255 255 255 / 10%);
        padding: 14px 0;}
.sf-tadic-footer-col summary,
    .sf-tadic-footer-contact summary {margin: 0;
        cursor: pointer;}
.sf-tadic-footer-col summary i,
    .sf-tadic-footer-contact summary i {display: inline-flex;
        color: #fff;}
.sf-tadic-footer-col nav,
    .sf-tadic-footer-contact__items {padding-top: 18px;}
.sf-tadic-footer-col:not([open]) nav,
    .sf-tadic-footer-contact:not([open]) .sf-tadic-footer-contact__items {display: none;}
.sf-tadic-footer-bottom__inner {align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding: 20px 0;}
.sf-tadic-footer-legal {grid-template-columns: 1fr;
        justify-items: flex-start;
        gap: 14px;
        padding: 20px 0;}
.sf-tadic-footer-legal .sf-tadic-footer-powered,
    .sf-tadic-footer-legal-center,
    .sf-tadic-footer-legal nav {grid-column: 1;
        justify-self: start;}
}
