.wd-content-layout {
    padding-block: 0px !important;
}

.home-slider .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-slider .swiper-slide .slide-inner {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    text-align: center;
    padding: 150px 0 150px 0;
}

.home-slider .swiper-slide .slide-inner h1,
.home-slider .swiper-slide .slide-inner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    max-width: 960px;
    margin-bottom: 0;
}

.home-slider .swiper-slide .slide-inner .subtitle {
    font-size: 21px;
    max-width: 650px;
    margin-bottom: 0;
}

.home-slider .swiper-slide .slide-inner .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--red);
}

.footer-menu p {
    margin-bottom: 10px;
}

.footer-menu p a {
    color: #fff;
    transition: all .5s;
}

.footer-menu p a:hover {
    color: var(--red);
    transition: all .5s;
}

.footer-contacts p {
    color: #fff;
    margin-bottom: 10px;
}

.footer-contacts p a {
    color: #fff;
    transition: all .5s;
}

.footer-contacts p a:hover {
    color: var(--red);
    transition: all .5s;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.footer-social a svg path {
    fill: #fff;
    transition: all .5s;
}

.footer-social a svg:hover path {
    fill: var(--red);
    transition: all .5s;
}

.header-social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.header-social-box a svg path {
    fill: #151515;
    transition: all .5s;
}

.header-social-box a svg:hover path {
    fill: var(--red);
    transition: all .5s;
}























.dss-btn {
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 30px;
}

.red-btn {
    background-color: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    transition: all .5s;
}

.red-btn:hover {
    background-color: #C00001;
    border: 1px solid #C00001;
    color: #fff;
    transition: all .5s;
}

.white-btn {
    background-color: #fff;
    border: 1px solid #fff;
    color: #151515;
    transition: all .5s;
}

.white-btn:hover {
    background-color: #fff;
    border: 1px solid var(--red);
    color: var(--red);
    transition: all .5s;
}














body {
    line-height: 1.2;
}


:root {
    --red: #DE0001;
}