html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html,
body {
    line-height: 1;
    font-family: Outfit !important;
    font-weight: 400;
    font-size: 14px;
    direction: ltr;
    color: #000;
}
input,
textarea,
button,
select {
    font-family: Outfit;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    box-sizing: border-box;
    outline: 0;
    background: none;
}
input::placeholder,
textarea::placeholder {
    color: var(--text-placeholder);
}
button {
    border: none;
    outline: none;
    padding: 0;
    padding-inline: 0;
    cursor: pointer;
    transition: 0.3s;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer;
    color: #000;
}
@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url("../fonts/outfit.woff2") format("woff2");
}

.space4 {
    height: 4px;
}
.space8 {
    height: 8px;
}
.space12 {
    height: 12px;
}
.space16 {
    height: 16px;
}
.space24 {
    height: 24px;
}
.space32 {
    height: 32px;
}
.space48 {
    height: 48px;
}
.hidden {
    display: none !important;
}
header {
    height: 100vh;
    position: relative;
    background: url(../images/slide01.jpg) no-repeat center center / cover;
    overflow: hidden;
}

/* حالت پیش‌فرض: فقط لایه سیاه‌سفید، بدون انیمیشن */
header::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/slide01.jpg) no-repeat center center / cover;
    filter: grayscale(100%);
    mask-image: linear-gradient(to right, black 0%, black 50%, transparent 100%);
    mask-size: 300% 100%;
    mask-position: 0% 0%;
    opacity: 1;
}

/* فقط وقتی کلاس headerLoaded اضافه بشه، انیمیشن اجرا میشه */
header.headerLoaded::after {
    animation: revealMask 3s ease forwards;
}

@keyframes revealMask {
    0% {
        mask-position: 0% 0%;
        opacity: 1;
    }
    80% {
        mask-position: 100% 0%;
        opacity: 1;
    }
    100% {
        mask-position: 100% 0%;
        opacity: 0; /* آخر کار لایه سیاه‌سفید کامل حذف میشه */
    }
}

.center {
    width: 1280px;
    margin: 0 auto;
}
.topHeaderContainer {
    padding: 20px 0;
    position: relative;
    transition: 0.3s;
    width: 100%;
    z-index: 1000;
}
.topHeaderContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
}
.topHeaderContainer .center {
    position: relative;
    z-index: 2;
}
.topHeaderContainer.float {
    position: fixed;
    padding: 8px 0;
}
.topHeaderContainer.float::before {
    background: rgba(0, 0, 0, 0.6);
}
.topHeaderContainer.float .logo img {
    height: 44px;
}
.logo img {
    transition: 0.3s;
}
.topHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topmenu {
    display: flex;
    gap: 10px;
    line-height: 36px;
    font-size: 15px;
    font-weight: 500;
    height: 36px;
}
.topmenu > li {
    position: relative;
    height: 76px;
}
.topmenu > li > a {
    color: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    display: block;
}
.topmenu > li > a:hover {
    color: #fff;
}
.topmenu > li > a::before {
    content: "";
    display: block;
    background: #b31722;
    position: absolute;
    z-index: -1;
    inset: 0;
    transform: skew(-20deg);
    border-radius: 5px;
    opacity: 0;
    transition: 0.3s;
}
.submenu {
    width: 240px;
    padding: 12px;
    position: absolute;
    top: 100%;
    left: -6px;
    display: none;
    z-index: 100;
}
.submenu::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    z-index: -1;
}
.float .topmenu > li {
    height: 49px;
}
.float .submenu {
    background: rgba(0, 0, 0, 0.6);
}
.submenu > li {
}
.submenu > li > a {
    color: #fff;
    display: block;
}
.topmenu > li:hover .submenu {
    display: block;
}
.topmenu > li:hover > a::before {
    opacity: 1;
}
.submenu > li a:hover {
    color: #b31722;
}
.topTel {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
}
.topTel i {
    font-size: 20px;
}
.hero {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 100;
    margin-top: -150px;
}
.heroSlogan {
    color: #b31722;
    font-weight: 700;
    font-size: 50px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;
}
.heroTitle {
    font-size: 38px;
    line-height: 50px;
    color: #e3e3e3;
    font-weight: 500;
    text-align: center;
}
.heroTitleList {
    display: none;
}
#typedText::after {
    content: "_";
    animation: blink 0.8s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.headServices {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 10;
}
.slideServices {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: baseline;
}
.slideServices > li {
    flex: 1;
}
.slServiceItem {
}
.slServiceItem a {
    display: block;
    width: 100%;
    background: #fff;
    color: #000;
}
.slServiceItem figure {
    position: relative;
}
.slServiceItem figure::before {
    content: "";
    display: block;
    padding-top: 70%;
    transition: 0.3s;
}
.slServiceItem figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slServiceItem a:hover {
    background: #b31722;
    color: #fff;
}
.slServiceItem a:hover figure::before {
    padding-top: 80%;
}
.slsContent {
    padding: 14px 20px;
    transition: 0.3s;
}
.slsContent strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}
.slsContent p {
    max-lines: 2;
    color: #878787;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
}
.slServiceItem a:hover .slsContent p {
    color: #fff;
}
.aboutSec {
    background: rgba(205, 196, 187, 0.15);
    padding-top: 80px;
}
.topAbout {
    display: flex;
    gap: 50px;
    margin-bottom: 60px;
}
.botAbout {
    display: flex;
    gap: 50px;
    align-items: center;
}
.aboutSide {
    width: 350px;
}
.aboutMain {
    flex: 1;
}
.botAbout .aboutMain {
    display: flex;
    gap: 40px;
}
.expBox {
    width: 320px;
    height: 290px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(15, 15, 15, 0.1);
}
.expBox strong {
    display: block;
    color: #0f0f0f;
    line-height: 200px;
    font-size: 160px;
    position: relative;
    z-index: 1;
}
.expBox strong::before {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    background: #cdc4bb;
    position: absolute;
    top: -20x;
    right: -30px;
    z-index: -1;
}
.expBox span {
    font-size: 18px;
    color: #878787;
}
.aboutText {
    flex: 1;
}
.secName {
    display: flex;
    gap: 6px;
    align-items: center;
    color: #010101;
    font-size: 11px;
    align-items: center;
}
.secName.ver span {
    height: 1px;
    width: 20px;
    background: #010101;
    display: block;
}
.secName.hor {
    flex-direction: column;
}
.secName.hor span {
    width: 1px;
    height: 20px;
    background: #010101;
    display: block;
}
.mainTitle {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-top: -10px;
}
.mainTitle span {
    color: #b31722;
}
.aboutText .cmspage {
    color: #878787;
    line-height: 25px;
    margin-bottom: 40px;
    font-size: 16px;
}
.viewMore {
    line-height: 50px;
    border-radius: 9999px;
    padding: 0 20px;
    display: flex;
    gap: 5px;
    align-items: center;
    color: #fff;
    background: #b31722;
    width: fit-content;
}
.viewMore:hover {
    background: #cdc4bb;
    color: #010101;
}
.viewMore i {
    font-size: 16px;
}
.serviceSec {
    padding-top: 70px;
}
.serviceSecContent {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}
.serviceListContainer {
    border-top: 1px solid rgba(15, 15, 15, 0.1);
}
.serviceList {
    display: flex;
}
.serviceList > li {
    flex: 1;
    padding: 16px 12px;
    border-right: 1px solid rgba(15, 15, 15, 0.1);
}
.serviceList > li a {
    line-height: 25px;
    font-size: 16px;
    color: #878787;
    width: 100%;
    padding-right: 50px;
    position: relative;
    width: 100%;
    display: block;
    height: 50px;
    margin-bottom: 16px;
}
.serviceList > li a i {
    width: 40px;
    height: 40px;
    background: #b31722;
    border-radius: 50%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}
.serviceList > li p {
    opacity: 0;
    font-size: 13px;
    color: #010101;
    line-height: 16px;
}
.serviceList > li:hover p {
    opacity: 1;
}
.serviceList > li:hover a {
    color: #b31722;
}
.serviceList > li:hover i {
    opacity: 1;
}
.serviceList > li:last-child {
    border: none;
}
.solTitle {
    font-size: 48px;
    line-height: 50px;
    color: #010101;
    font-weight: 500;
    text-align: center;
}
.solFullBg {
    height: 700px;
    background: url(../images/logistic.jpg) 0 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.statsSec {
    color: #fff;
    background: #b31722;
    padding: 125px 0;
}
.stats {
    display: flex;
}
.stats > li {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.statsNumber {
    line-height: 120px;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.statsNumber strong {
    font-size: 120px;
}
.statsNumber small {
    font-size: 30px;
    line-height: 30px;
}
.stats > li > span {
    font-size: 18px;
    line-height: 20px;
}
.logisticSec {
    padding: 100px 0 160px;
    background: #0f0f0f;
}
.logisticContent {
    margin-bottom: 70px;
}
.logisticContent h2 {
    font-size: 70px;
    line-height: 90px;
    color: #fff;
    text-align: center;
    margin-bottom: 90px;
    text-transform: uppercase;
}
.logisticContent h2 span {
    color: #b31722;
}
.certificateContent {
}
.certificateContent .secName {
    color: #fff;
    margin-bottom: 60px;
}
.certificateContent .secName span {
    background: #fff !important;
}
.certList {
    display: flex;
    gap: 20px;
}
.certList li {
    flex: 1;
    text-align: center;
}
/* -------HUB--------- */
.hubSec {
    display: flex;
    background: rgba(205, 196, 187, 0.25);
}
.hubSl {
    flex: 1;
    position: relative;
}
.fadeSwiper {
    width: 100%;
    height: 100%;
    position: absolute !important;
    inset: 0;
    overflow: hidden;
}
.fadeSwiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hubContent {
    flex: 1;
}
.hubCenter {
    width: 600px;
}
.hubContainer {
    padding: 90px 0 90px 60px;
}
.hubContainer .secName {
    margin-bottom: 30px;
}
.hubContainer h2 {
    font-size: 48px;
    line-height: 50px;
    color: #010101;
    font-weight: 500;
    margin-bottom: 50px;
}
.whyList {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.whyList > li {
    display: flex;
    gap: 30px;
}
.whyList > li figure {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
}
.whyText {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.whyText strong {
    font-size: 18px;
    color: #010101;
    font-size: 500;
}
.whyText p {
    color: #878787;
    font-size: 14px;
    line-height: 20px;
}
/* -------MAP--------- */
.mapSec {
    position: relative;
}
.mapimg {
    position: relative;
    z-index: 1;
}
.mapimg img {
    width: 100%;
    height: auto;
}
.mapSec .center {
    position: absolute;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: center;
}
.mapTitles {
    width: 45%;
    margin-right: 0;
    margin-left: auto;
}
.mapTitles h2 {
    font-size: 48px;
    line-height: 50px;
    color: #010101;
    margin-bottom: 30px;
}
.mapTitles p {
    font-size: 16px;
    color: #010101;
}
/* -------SOLUTION--------- */
.solutionSec {
    padding: 80px;
}
.solutionSecContent {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
}
.solutionSecContent h2 {
    font-size: 48px;
    line-height: 50px;
    color: #010101;
    font-weight: 500;
    text-align: center;
}
.vLine {
    width: 1px;
    height: 80px;
    background: #010101;
    display: block;
}
.solutionList {
    display: flex;
    gap: 20px;
}
.solutionList li {
    flex: 1;
}
.solutionItem {
    overflow: hidden;
}
.solutionItem a {
    position: relative;
    display: block;
}
.solutionItem a figure {
    position: relative;
}
.solutionItem a figure::before {
    content: "";
    display: block;
    padding-top: 133%;
}
.solutionItem a figure img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solutionItem a figure span {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 4;
}
.solutionItem a figure:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}
.solutionTitle {
    position: absolute;
    padding: 16px;
    bottom: -60px;
    left: 0;
    right: 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: 0.3s;
}
.solutionItem:hover .solutionTitle {
    bottom: 0;
}
.solutionTitle i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    background: #b31722;
}
/* -------CEO--------- */
.ceoSec {
    padding: 80px;
    background: #b31722;
    color: #fff;
    display: flex;
}
.ceoContent {
    display: flex;
    gap: 90px;
}
.ceoFig {
    display: flex;
    align-items: center;
    gap: 60px;
}
.icQuote {
}
.ceoFig figure {
    padding-left: 60px;
    border-left: 1px solid #fff;
}
.ceoFig figure img {
    width: 370px;
    height: auto;
}
.ceoText {
    flex: 1;
}
.ceoText .secName {
    margin-bottom: 30px;
    color: #fff;
    padding-top: 10px;
}
.ceoText .secName span {
    background: #fff;
}
.ceoText h2 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 50px;
}
.ceoText .cmspage {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 50px;
}
.ceoFt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ceoFt .ceoName {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ceoName strong {
    font-size: 18px;
    font-weight: 500;
}
.ceoName span {
    font-size: 14px;
}
/* -------VIDEO--------- */
.videoSec {
    position: relative;
}
.video {
    width: 100%;
    height: auto;
}
.play {
    width: 137px;
    height: 137px;
    background: url(../images/ic_play.svg) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    30% {
        transform: translate(-50%, -50%) scale(1.05);
    }
    60% {
        transform: translate(-50%, -50%) scale(0.95);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
/* -------FAQ--------- */
.faqSec {
    background: rgba(205, 196, 187, 0.25);
    padding: 70px 0;
}
.faqSec .secName {
    margin-bottom: 30px;
}
.faqTitle {
    font-size: 48px;
    line-height: 50px;
    color: #010101;
    font-weight: 500;
    margin-bottom: 60px;
}
.faqFlex {
    display: flex;
    gap: 32px;
}
.faqList {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.faqList > li {
    background: #fff;
    padding: 25px;
}
.question {
    font-size: 20px;
    color: #000;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.question:hover {
    color: #b31722;
}
.question i {
    font-size: 24px;
}
.faqList > li.open i {
    color: #b31722;
}
.answer {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
    font-size: 15px;
    color: #878787;
    line-height: 24px;
}
.faqList > li.open .answer {
    height: auto;
    padding-top: 25px;
}
.faqAskContainer {
    width: 400px;
}
.faqAsk {
    background: #fff;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.faqAsk i {
    font-size: 50px;
    line-height: 50px;
    color: #b4a898;
}
.faqAsk h2 {
    font-size: 24px;
    line-height: 30px;
    color: #010101;
    text-align: center;
}
.faqAsk p {
    font-size: 16px;
    line-height: 26px;
    color: #878787;
    text-align: center;
}
.redBtn {
    background: #b31722;
    color: #fff;
    padding: 24px;
    width: 100%;
    display: block;
    text-align: center;
    transition: 0.3s;
    font-size: 16px;
}
/* -------NEWS--------- */
.blogContent {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    margin-bottom: 25px;
    padding: 70px 0;
}
.blogContent h2 {
    font-size: 48px;
    line-height: 50px;
    color: #010101;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}
.newsFlex {
    display: flex;
    gap: 20px;
}
.newsVertical {
    display: flex;
    gap: 20px;
    flex: 2;
}
.newsVertical li {
    flex: 1;
}
.newsItem {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    color: #010101;
    transition: 0.3s;
}
.newsItem:hover {
    color: #b31722;
}
.newsItem figure {
    position: relative;
    margin-bottom: 8px;
}
.newsItem figure::before {
    content: "";
    display: block;
    padding-top: 66%;
}
.newsItem figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.newsTime {
    display: flex;
    gap: 20px;
    color: #878787;
    font-size: 16px;
}
.newsItem strong {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    height: 56px;
}
.newsItem p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    color: #878787;
}
.horizontalNewsBox {
    flex: 1;
}
.myVerticalSwiper {
    height: 460px;
    overflow: hidden;
}
.newsHorizontal li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.hNews {
    display: flex;
    gap: 20px;
    width: 100%;
    transition: 0.3s;
    color: #010101;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
}
.hNews:hover {
    color: #b31722;
}
.hNews figure {
    position: relative;
    width: 140px;
}
.hNews figure::before {
    content: "";
    display: block;
    padding-top: 66%;
}
.hNews figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
}
.newsItemText {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
.newsItemText strong {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    height: 50px;
}
/* -------FOOTER--------- */
footer {
    background: #010101;
    padding: 84px 0 0;
}
.ftTop {
    display: flex;
    gap: 70px;
    padding-bottom: 60px;
}
.ftLogos {
    width: 270px;
}
.ftGoTop {
    width: 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.goTop {
    width: 50px;
    height: 50px;
    background: #1d1d1d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    color: #999;
    z-index: 100;
    gap: 8px;
}
.ftGoTop::before {
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    background: #1d1d1d;
    content: "";
    display: block;
}
.ftLinksBox {
    flex: 1;
}
.ftLinksCols {
    display: flex;
}
.ftLinksCols > li {
    flex: 1;
}
.ftLinksCols > li > h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}
.ftLinks {
    display: flex;
    gap: 12px;
    flex-direction: column;
    line-height: 24px;
    font-size: 16px;
}
.ftLinks > li {
}
.ftLinks > li > a {
    color: #999999;
}
.ftLinks > li > a:hover {
    color: #b31722;
}
.ftContact {
    color: #999999;
    font-size: 16px;
    gap: 12px;
    display: flex;
    flex-direction: column;
}
.ftContact li {
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 24px;
}
.ftContact li strong {
    font-weight: bold;
}
.copy {
    border-top: 1px solid rgba(135, 135, 135, 0.3);
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
    color: #999999;
}
.copy a {
    color: #999999;
}
.copy a:hover {
    color: #b31722;
}
.ftLogo {
    margin-bottom: 35px;
    display: block;
}
.socials {
    display: flex;
    gap: 12px;
}
.socials > li {
}
.socials > li a {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1d1d1d;
    transition: 0.3s;
}
.socials > li a:hover {
    background: #b31722;
}
