.carousel-card {
    position: relative;
    width: 100%;
    height: 355px;
    display: flex;
}

.carousel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 59px;
    background: rgba(255, 255, 243, 0.65);
}

.dis-name-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: black;
    z-index: 2; /* Чтобы текст был выше overlay */
}


.dis-carousel-background .owl-nav {
    display: flex !important;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    padding-left: 10px;
}

.owl-prev img, .owl-next img {
    width: 71px; /* Размер иконок */
    height: 41px;
    pointer-events: none;
}

.owl-prev:focus, .owl-next:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.dis-carousel-background {
    background-color:#292929;
    padding-bottom: 80px;
}

.card-info {
    padding-top: 16px;
    text-align: left;
}

.info-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.role {
    color: white;
}

.price {
    color: white;
}

.btn-dis {
    border-color: #fffff3;
    color: white;
    padding: 8px 0;
    border-radius: 0;
}

.dis-item .btn:hover {
    border: 1px solid #fffff3;
    color: white;
    background-color: transparent;
}

.form-container {
    position: relative;
}

.dis-fluid {
background-image: linear-gradient(to bottom, #292929, rgba(41, 41, 41, 0.3) 30%, rgba(41, 41, 41, 0) 90%),
                    url("/template/img/dis/dis-back.png");
background-repeat: no-repeat;
background-size: cover;
}

.dis-intup {
    height: 48px;
    background-color: rgba(255, 255, 243, 0.2);
    border: none;
}

.dis-btn {
    height: 48px;
}

.text-dis-block {
    padding: 64px;
    background-image: url("/template/img/dis/white-dis-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.intup-dis-block{
    padding: 64px;
    background-color: #FFC300;
}

.intup-dis-block :focus {
    box-shadow: 0 0 1px 1px #292929 !important;
}

.fs img {
    max-width: 100%;
    height: auto;
}
