

/* Start:/history/style.css?17691595353023*/
/*История компании*/
.history-slider {
    height: auto;
    position: relative;
}
.history-slider .pin-spacer{
    z-index: 1 !important;
}
.history-slider .bottom-gradient {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: linear-gradient(
        to top,
        #e9eaf3 0%,
        rgba(233, 234, 243, 0) 100%
    );
    display: none;
}

.swiper-history-pagination-wrapper {
    padding: 20px 20px 0;
    overflow: hidden;
    background-color: #e9eaf3;
}
.swiper-history-pagination .swiper-wrapper {
    width: fit-content;
}
.swiper-history-pagination .pagination-bullet {
    border-bottom: 6px solid grey !important;
    padding-bottom: 20px;
    width: 100px;
    flex-shrink: 0;
    text-align: center;
    font-size: 18px;
    color: grey;
    font-weight: 500;
    cursor: pointer;
    opacity: .2;
}
.swiper-history-pagination .pagination-bullet.active {
    border-color: #E4252D !important;
    color: #E4252D;
    opacity: 1;
}
.progress-bar-wrapper {
    display: none;
    height: 6px;
    width: 100%;
    background-color: #80808033;
}
.progress-bar-scale {
    height: 6px;
    width: 0;
    background-color: #E4252D;
}

body .swiper-history {
    height: auto;
    padding: 30px 0 50px;
    background: linear-gradient(
        to bottom,
        #e9eaf3 0%,
        #e9eaf3 calc(100% - 50px),
        rgba(233, 234, 243, 0) 100%
    );
    width: 100%;
}
.swiper-history .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 700px;
    height: auto;
}
.swiper-history .swiper-slide img {
    display: block;
    width: 100%;
}

.history-slider-text {
    width: 700px;
    margin: 0 auto;
    display: none;
    margin-bottom: 50px;
}
.history-slider-text.active {
    display: block;
}
.history-slider-text .slidet-text-title {
    font-size: 54px;
    font-weight: 500;
    margin-bottom: 16px;
}
.history-slider-text .slidet-text {
    font-size: 20px;
}
.history-slider-text .slidet-text .text-point {
    position: relative;
    padding-left: 20px;
}
.history-slider-text .slidet-text .text-point::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #E4252D;
}

@media (max-width: 820px) {
    .swiper-history .swiper-slide { width: 600px; }
    .history-slider-text { width: 600px; }
}
@media (max-width: 768px) {
    .swiper-history .swiper-slide { width: 500px; }
    .history-slider-text { width: 500px; }
}
@media (max-width: 620px) {
    .swiper-history .swiper-slide { width: 400px; }
    .history-slider-text { width: 350px; }
}
@media (max-width: 520px) {
    .swiper-history-pagination .pagination-bullet { border-bottom: none !important; }
    .progress-bar-wrapper { display: block; }
    .swiper-history .swiper-slide { width: 280px; }
    .history-slider-text { display: block; }
    .history-slider-text .slidet-text-title { font-size: 35px; }
}
/*END История компании*/

/* End */
/* /history/style.css?17691595353023 */
