.top-special {
    margin-top: 120px;
    position: relative;
    padding-top: 30px;
}
.special__bg {
    position: absolute;
    left: -2%;
    top: 5%;
    opacity: .5;
}
.top-special .spire {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70vw;
    height: auto;
    opacity: .2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-special .spire img {
    width: auto;
    height: 100%;
    animation: rotateSlowly 260s linear infinite, spinSpire 1.4s linear;
}
.top-special__heading {
    text-align: center;
    position: relative;
    z-index: 6;
    padding-bottom: 30px;
}
.top-special__title {
    text-align: center;
    font-weight: 400;
}
.top-special__title strong {
    font-weight: 700;
}

.special__list {
    position: relative;
    z-index: 4;
}
.special__item {
    background-color: rgba(0,0,0, .2);
    margin: 10px 0;
    transition: .3s;
}
.special__item.active,
.special__item:hover {
    background-color: rgba(255,255,255, .03);
}
.special__item-top {
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
}
.special__item.active .special__item-top {
    cursor: pointer;
}
.special__item:not(.active) {
    cursor: pointer;
}
.special__procent {
    color: #b99886;
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    margin: auto 0 auto 0;
    position: relative;
    background-image: url(../assets/blur.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.special__procent:before {
    /* content: '';
    display: block;
    opacity: 0.55;
    filter: blur(14px);
    border-radius: 50%;
    background-color: #fff;
    height: 60px;
    min-height: 60px;
    width: 60px;
    min-width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: .3s; */
}
/* .special__item:not(.active):hover .special__procent:before {
    filter: blur(8px);
    opacity: .66;
    min-height: 80%;
    min-width: 80%;
} */
.special__procent span {
    position: relative;
    text-align: center;   
    z-index: 3;
}
.special__item-top figure {
    padding-right: 60px;
    max-width: 300px;
    flex: 0 0 300px;
    margin: auto 0 auto 0;
    transition: .3s;
}

.special__item-top figure img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.special__title {
    font-size: 1.1em;
    line-height: 1.5rem;
    padding-left: 60px;
    padding-right: 60px;
    margin: auto 0 auto 0;
    font-weight: 600;
}
.special__subtitle {
    font-size: 1.1rem;
}
.special__arrow {
    max-width: 100px;
    flex: 0 0 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #414141;
    cursor: pointer;
    margin-left: auto;
}
.special__arrow button {
    padding: 0;
    border: 0;
    font-size: 0;
    color: transparent;
    background-color: transparent;
    cursor: pointer;
    width: 20px;
    height: 20px;
    opacity: .6;
}
.special__arrow button svg {
    height: auto;
    width: 100%;
    transition: .3s;
}
.special__item.active .special__arrow button svg {
    transform: rotate(180deg);
}
.special__item-bottom {
    padding: 80px 80px 40px 80px;
    display: none;
    flex-wrap: wrap;
}
.special__item-bottom figure {
    max-width: 35%;
    flex: 0 0 35%;
}
.special__item-txt {
    max-width: 65%;
    flex: 0 0 65%;
    padding-left: 80px;
    padding-right: 120px;
    font-size: .9rem;
    padding-top: 15px;
    line-height: 140%;
}
.special__links {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.special__links a {
    margin: 20px 10px 0 0;
    color: #858585;
}
.special__links a svg path {
    fill: #858585;
}

.special__bottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 80px;
}
.special__bottom a {
    margin: 20px;
}

@media(max-width: 1440px) {
    .top-special {
        margin-top: 60px;
    }
    .special__item-top {
        padding-left: 15px;
    }
    .special__item-top figure {
        max-width: 260px;
        flex: 0 0 260px;
        padding-right: 30px;
    }
    .special__title {
        font-size: 1.1rem;
        line-height: 1.4rem;
        padding-left: 30px;
        padding-right: 30px;
    }
    .special__item-bottom {
        padding: 40px;
    }
}
@media(min-width: 993px) {
    .special__item.active .special__item-top figure {
        max-width: 0;
        flex: 0 0 0;
        padding-right: 0;
    }
}
@media(max-width: 992px) {
    .special__item-top {
        flex-wrap: wrap;
        padding-left: 0;
    }
    .special__item-top figure {
        max-width: 260px;
        flex: 0 0 260px;
    }
    .special__item-top figure img {
        width: 260px;
    }
    .special__procent {
        width: 70px;
        height: 70px;
        min-width: 70px;
        min-height: 70px;
        font-size: 19px;
        line-height: 120%;
    }
    /* .special__procent:before {
        height: 40px;
        min-height: 40px;
        width: 40px;
        min-width: 40px;
    } */
    .special__title {
        padding-left: 15px;
        max-width: calc(100% - 120px);
        flex: 0 0 calc(100% - 120px);
    }
    .special__arrow {
        max-width: 50px;
        flex: 0 0 50px;
    }
    .special__arrow button {
        width: 17px;
        height: 17px;
    }
    .special__item-bottom {
        padding: 0 0 20px 0;
    }
    .special__item-bottom figure {
        max-width: 100%;
        flex: 0 0 280px;
        margin-left: auto;
        margin-right: auto;
    }
    .special__item-txt {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .special__links {
        margin-top: 10px;
    }
    .special__bottom {
        margin-top: 20px;
    }
}
@media(max-width: 767px) {
    .special__item-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .special__item-top figure {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .special__item-top figure img {
        width: 260px;
    }
    .special__procent {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        font-size: 15px;
        line-height: 120%;
    }
    /* .special__procent:before {
        height: 30px;
        min-height: 30px;
        width: 30px;
        min-width: 30px;
    } */
    .special__title {
        max-width: calc(100% - 90px);
        flex: 0 0 calc(100% - 90px);
        font-size: 1rem;
        line-height: 1.4rem;
        padding-right: 15px;
    }
    .special__arrow {
        max-width: 40px;
        flex: 0 0 40px;
    }
    .special__arrow button {
        width: 15px;
        height: 15px;
    }
}