.tabs {
    position: relative;
    margin: 30px 0 0;
}
.tabs .tabs-tags {
    padding: 0 20px;
    height: 52px;
    overflow: hidden;
}

.tabs-slider-for {
    max-height: 365px;
    overflow: hidden;
}
.tabs-slider-nav {
    max-height: 83px;
    overflow: hidden;
}
.tabs-slider-nav img{
    width: 173px;
}

.tabs .tabs-tags__tag {
    padding: 10px 0;
    width: 100%;
    text-align: center;
    background-color: #2323B5;;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 8px;
    margin: 0 9px 11px;
    font-weight: 600;
}

.tabs .tabs-tags__tag:hover, .tabs .tabs-tags__tag.active {
    background-color: #2323b5eb;
}

.tabs-mode-style .tabs .tabs-tags__tag {
    background-color: #2323B5;
}

.tabs-mode-style .tabs .tabs-tags__tag:hover,  .tabs-mode-style .tabs .tabs-tags__tag.active {
    background-color: #2323b5eb;
}


.tabs .slides-tabs img{
    border-radius: 6px;
}
.tabs .slides-tabs a{
    margin: 0 0 15px;
    position: relative;
    float: left;
    display: inline-block;
    transition: all 0.1s linear;
}

.tabs .slides-tabs .tabs-slider-nav .slick-slide {
    padding: 0 7px;
}

.tabs .tabs-content .slick-arrow {
    position: absolute;
    top: 40%;
    z-index: 10;
    cursor: pointer;
    padding: 10px;
    color: white;
    font-size: 20px;
    font-weight: 900;
}

.tabs .tabs-content .left.slick-arrow {
    left: 20px;
}

.tabs .tabs-content .right.slick-arrow {
    right: 20px;
}

.tabs .tabs-tags .slick-arrow {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    color: black;
    font-size: 20px;
    font-weight: 900;
    top: 10px;
}

.tabs .tabs-tags .left.slick-arrow {
    left: 0;
}

.tabs  .tabs-tags .right.slick-arrow {
    right: 0;
}
.tabs .tabs-slider-nav .slick-slide{
    cursor: pointer;
}

.tabs .btn-open-popup {
    display: none;
    margin: auto;
    padding: 10px 16px;
    margin-top: 20px;
    width: fit-content;
    cursor: pointer;
    background: #219653;
    border: none;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    user-select: none;
}

.tabs .btn-open-popup:before {
    content: "";
    animation: btn-bright 3.5s linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .4) 75%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    transform: skewX(-25deg);
}

.tabs .tabs-popup {
    display: none;
    padding: 0 10px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f0f0fbf5;
    border-radius: 6px;
    z-index: 10;
}

.tabs .close-popup-tabs {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #2323b5;
    background: #fff;
    border-radius: 50%;
    line-height: 0.5;
    text-align: center;
    font-size: 25px;
    transition: 0.3s;
    cursor: pointer;
    z-index: 11;
    padding: 6px;
}

.tabs .tabs-form-order {
    margin-top: calc(50% - 193px);
}
.tabs .tabs-form-order .default-btn {
    background: #219653;
    border: unset;
}
.tabs .tabs-form-order .default-btn:hover {
    background: #26b665;
}
.tabs .tabs-content .tabs-slider-nav .slick-current.slick-active img {
    border: 2px solid #2323b5;
}

.tabs .open-form .wrap-content .distance {
    padding-right: 10px;
}


@media (max-width: 600px) {
    .tabs .tabs-tags__tag {
        font-size: 11px;
        padding: 2px 0.950rem;
        width: auto;
        white-space: nowrap;
        margin: 0 0 10px 0;;
    }

    .tabs .tabs-tags {
        gap: 0.5rem;
        flex-wrap: nowrap;
        overflow: auto;
        display: flex;
        padding: 0;
        margin-bottom: 10px;
        height: unset;
    }

    .tabs .tabs-form-order {
        margin-top: 15%;
    }
    .tabs .open-form {
        margin-top: 0;
    }
}