.heroBlock {
    position: relative;
    height: 100dvh;
    z-index: 0;
}
.heroBlock::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    background: transparent linear-gradient(0deg, #00000000 0%, #000000 100%) 0 0 no-repeat padding-box;
    opacity: 0.84;
    mix-blend-mode: multiply;
    z-index: 1;
}
.heroBlock::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 380px;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0 0 no-repeat padding-box;
    opacity: 0.84;
    mix-blend-mode: multiply;
    z-index: 1;
}
.heroBlock .slider {
    height: 100%;
}
.heroBlock .slider .slick-list {
    height: 100%;
}
.heroBlock .slider .slick-list .slick-track {
    height: 100%;
}
.heroBlock .slider .slick-slide {
    height: 100%;
}
.heroBlock .slider .slick-slide div {
    height: 100%;
}
.heroBlock .slider .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.heroBlock .content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.heroBlock .content .subtitle {
    text-align: center;
    color: #fff;
    font-family: century-gothic;
    text-transform: uppercase;
    letter-spacing: 0.61px;
    font-weight: 700;
    margin-bottom: 20px;
}
.heroBlock .content h1 {
    color: #FFFFFF;
    font-size: 69px;
    letter-spacing: 2.62px;
    text-transform: uppercase;
    line-height: 67px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
}
.heroBlock .content .text p {
    color: #fff;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
}

.heroBlock .slick-dots{
    bottom: 70px;
    z-index: 4;
}

.heroBlock .slick-dots li button .slick-dot-icon:before{
    content: '';
}

.heroBlock .slick-dots li button{
    background: #fff;
    border: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heroBlock .slick-dots li button .slick-dot-icon:before{
    width: 17px;
    height: 17px;
}

.heroBlock .slick-dots li.slick-active button .slick-dot-icon{
    opacity: 1;
    width: 17px;
    height: 17px;
    position: relative;
}

.heroBlock .slick-dots li button .slick-dot-icon{
    opacity: 1;
    width: 17px;
    height: 17px;
}

.heroBlock .slick-dots .slick-active button .slick-dot-icon:before{
    background: #6E162F;
    border-radius: 50%;
    opacity: 1;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-47%) translatey(-53%);
}

.heroBlock .content .click{
    margin-top: 60px;
}

.heroBlock .content a{
    background: #6E162F;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px 10px;
    margin: 0 auto;
}

.heroBlock .content a i{
    margin-right: 10px;
    font-size: 12px;
}

@media(max-width:576px){
    .heroBlock .content h1 {
        font-size: 50px;
        line-height: 57px;
    }
}