.about-bg-text {
    font-family: ObjectSans-Heavy;
    position: relative;
    padding: 0 0 0 145px;
    font-weight: 800;
    font-size: 270px;
    line-height: 280px;
    text-transform: uppercase;
    color: #FAFAFA;
}

.about-bg-text span {
    position: relative;
    float: right;
    right: 271px;
}

.about {
    position: relative;
    overflow: hidden;
    min-height: 1778px;
    height: 100%;
}

.about .container {
    width: 100%;
    max-width: initial;
    margin: 0;
    padding: 0;
}

.about-bg {
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
}

.bg-first {
    padding: 50px 0 0;
}

.bg-second {
    padding: 173px 0 0 590px;
}

.bg-third {
    padding: 370px 0 0 241px;
}

.slider-arrow-left, .slider-arrow-right {
    display: none !important;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
    cursor: pointer;
}

.slider-arrow-left {
    left: 14px;
}

.slider-arrow-right {
    right: 14px;
}

.slick-slider:hover .slider-arrow-left,
.slick-slider:hover .slider-arrow-right {
    display: block !important;
}

.slider-arrow-left::before, .slider-arrow-right::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 13px;
    margin: 15px 15px 12px;
}

.slider-arrow-left::before {
    background: url(../img/slider/arrow-left.svg);
}

.slider-arrow-right::before {
    background: url(../img/slider/arrow-right.svg);
}

.slider-dots {
    position: absolute;
    right: 0;
    bottom: -54px;
    display: flex;
    justify-content: space-around;
    max-width: 55px;
    width: 100%;
    margin-top: 45px;
}

.slider-dots li {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    background: #C4C4C4;
    border-radius: 100%;
    cursor: pointer;
}

.slider-dots .slick-active {
    background: #1055AD;
}

.slider-bottom {
    color: black;
    margin-top: 25px;
}

.slider-bottom-title {
    font-family: Object Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}

.slider-bottom-description {
    font-family: Object Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;

    width: 100%;
    max-width: 85%;
    color: #000000;
}

.slider-container {
    position: absolute;
    width: max-content;
}

.slider-container .background {
    position: absolute;
    width: 100%;
    z-index: -1;
    background: #FFFFFF;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.09);
}

.slider-container-three .background {
    bottom: -141px;
    height: 372px;
}

.slider-container-two .background {
    bottom: -15px;
    height: 278px;
}

.slider-container-one .background {
    bottom: -38px;
    height: 272px;
}

.slider-container-one {
    height: 510px;
    top: 140px;
    left: 26%;
    z-index: 1;
    width: 625px;
}

.slider-container-two {
    height: max-content;
    left: 14%;
    top: 650px;
    width: 690px;
}

.slider-container-three {
    height: 500px;
    right: calc(14%);
    top: 545px;
    width: 515px;
}

.slider-img-one {
    height: 400px;
}

.slider-img-two {
    height: 450px;
}

.slider-img-three {
    height: 400px;
}

.container-one-inner {
    padding: 0 44px;
}

.container-two-inner {
    padding: 0 60px;
}

.container-three-inner {
    padding: 0 55px;
}

.about-company {
    position: absolute;
    color: #000;
    width: 100%;
    max-width: 640px;
    right: 14%;
    top: 1200px;
}

.about-company__title {
    font-family: "ObjectSans-Heavy";
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.about-company__description {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 23px;
    max-width: 606px;
    width: 100%;
}

.about-company__bottom p {
    margin-top: 15px;
}

.about-company__bottom {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
}

@media all and (max-width: 1880px) {
    .about {
        min-height: 1650px;
    }

    .slider-container-two .background {
        bottom: -95px;
        height: 278px;
    }

    .slider-container,
    .about-company {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: relative;
    }

    .about-company {
        top: 140px;
    }

    .sliders {
        display: grid;
        grid-gap: 25px;
        grid-template-columns: repeat(4, minmax(100px, 25%));
        grid-template-areas: ". one . ." ". one . ." ". one three three" "two . three three" "two . three three" "two about about about" ". about about about";
        width: 100%;
        margin: 50px auto;
    }

    .about .container {
        width: 90%;
        max-width: 1400px;
        margin: 0 auto;
    }

    .slider-img-one,
    .slider-img-two,
    .slider-img-three {
        max-width: 550px;
        min-width: 300px;
        height: 400px;
    }

    .slider-container {
        height: 510px;
        margin: auto;
        width: max-content;
    }

    .container-inner {
        width: 100%;
        max-width: 550px;
        min-width: 300px;
        padding: 0 40px;
    }

    .slider-container-one {
        grid-area: one;
    }

    .slider-container-two {
        grid-area: two;
    }

    .slider-container-three {
        grid-area: three;
    }

    .about-company {
        grid-area: about;
        margin: auto;
    }
}

@media all and (max-width: 1600px) {
    .about-company {
        max-width: 75%;
        margin: 0 0 0 auto;
    }
}

@media all and (max-width: 1440px) {
    .slider-img-one,
    .slider-img-two,
    .slider-img-three {
        max-width: 400px;
        height: 320px;
    }

    .slider-container {
        height: 440px;
        margin: auto;
        width: max-content;
    }

    .slider-container-three .background {
        bottom: -177px;
        height: 372px;
    }

    .slider-container-two .background {
        bottom: -137px;
        height: 321px;
    }

    .slider-container-one .background {
        bottom: -80px;
        height: 272px;
    }

    .container-inner {
        max-width: 400px;
        min-width: 300px;
        padding: 0 40px;
    }
}

@media all and (max-width: 1000px) {

    .about {
        min-height: 1862px;
    }

    .about-company {
        max-width: 64%;
        margin: 0 0 0 auto;
    }

}

@media all and (max-width: 900px) {

    .sliders {
        grid-template-columns: repeat(2, minmax(300px, 50%));
        grid-template-areas: "one one" "two two" "three three" "about about" "about about";
        grid-gap: 40px;
    }

    .about-company {
        max-width: 90%;
        top: 0;
        margin: 20px auto 0;
    }

    .slider-one,
    .slider-two,
    .slider-three {
        width: 100%;
    }

    .slider-img-one,
    .slider-img-two,
    .slider-img-three {
        max-width: initial;
        min-width: initial;
        width: inherit;
        height: 320px;
    }

    .slider-container {
        width: 70%;
        height: max-content;
        margin: auto;
    }

    .slider-container .background {
        bottom: -3%;
        height: 106%;
    }

    .container-inner {
        max-width: initial;
        min-width: initial;
        width: 100%;
        padding: 0 40px;
    }
}

@media all and (max-width: 620px) {
    .about {
        min-height: 2417px;
    }
}

@media all and (max-width: 620px) {
    .sliders {
        grid-template-columns: repeat(1, minmax(300px, 100%));
        grid-template-areas: "one" "two" "three" "about";
    }

    .container-inner {
        padding: 0 15px;
    }

    .slider-container {
        width: 90%;
    }
}
