.header-right__change-lang .active{
    width: auto;
}

.about-info {
    padding: 120px 0 180px;
}

.about-info-text {
    padding-top: 25px;
}

.about-info-h4 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: 1px solid #333333;
    padding: 70px 0 15px;
}

.about-info-h4 p {
    font-family: "Open Sans", serif;
}

.about-info-descr {
    padding-top: 15px;
    max-width: 590px;
}

.about-worth {
    padding-bottom: 200px;
}

.about-worth-text {
    padding: 40px 0 70px;
    max-width: 795px;
}

.about-worth-img-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-worth-img {
    max-width: 387px;
}

.partners {
    display: flex;
    align-items: center;
    gap: 90px;
    overflow: hidden;
    padding: 70px 0 200px;
}

.laboratory {
    max-width: 1440px;
    margin: 0 auto;
    padding: 200px 120px 200px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.laboratory .title-cont {
    padding-right: 0;
}

.laboratory-text {
    padding: 40px 0 0 120px;
}

.history {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 70px;
}

.history-img {
    max-width: 387px;
    width: 31.9%;
}

.history-text-short {
    max-width: 386px;
    text-align: right;
    width: 31.9%;
}

.history-text-long-desc {
    max-width: 793px;
    width: 65.8%;
}

.history-text-long-mob {
    display: none;
}
#our-revews{
    padding-top: 200px;
}
#our-partners,
#our-revews{
    padding-bottom: 70px;
}

/*slider-1*/
.sliderrrr-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sliderrrr-track {
    display: flex;
    gap: 90px;
    transition: transform 0.5s ease-in-out;
}

.sliderrr {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    height: 108px;
    max-width: 223px;
    flex-shrink: 0;
    padding: 0;
}

.sliderrr img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .sliderrr {
        width: calc(100% / 5);
    }
}

@media (max-width: 767px) {
    .sliderrr {
        width: calc(100% / 3);
    }
}
/*slider-2*/

.slideshow-container {
    max-width: 1200px;
    position: relative;
    margin: auto;
    overflow: hidden;
    padding-bottom: 70px;
}

.slides-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.mySlides {
    flex: 0 0 33.33%;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .mySlides {
        flex: 0 0 75%;
        padding: 0;
    }

    .mySlides img {
    }

    .slides-wrapper {
        gap: 40px;
    }
}

.mySlides img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    width: auto;
    stroke: #8B8F94;
    transition: 0.6s ease;
    user-select: none;
    z-index: 1;
    bottom: 0;
}

.next {
    right: 10px;
}

.prev {
    right: 90px;
}

.prev:hover, .next:hover {
    stroke: #008FDB;
}

.slider-dots-cont {
    text-align: center;
    margin-top: -30px;
}

.dot {
    cursor: pointer;
    height: 7px;
    width: 14px;
    margin: 0 2px;
    background-color: #8B8F94;
    display: inline-block;
    transition: 0.6s ease;
}

.active {
    background-color: #8CABD7;
    width: 58px;
}
.header-right__change-lang .active{
    width: auto;
}
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    display: block;
    max-width: 90%;
    max-height: 90vh;
    min-height: 70vh;
    animation: zoom 0.6s;
}

.modal-close {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
@media screen and (max-width: 1430px) {
    .about-worth-img-cont {
        gap: 20px;
    }

    .about-worth-img {
        width: 31.9%;
    }
}

@media screen and (max-width: 1300px) {
    .laboratory-img {
        width: 500px;
        height: 318px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1200px) {
    .about-info {
        padding: 120px 0 150px;
    }

    .about-worth {
        padding-bottom: 150px;
    }

    .about-worth-img {
        width: 31.5%;
    }

    .partners {
        padding: 70px 0 150px;
    }

    .laboratory {
        padding: 150px 60px 150px 0;
    }

    .laboratory-text {
        padding: 40px 0 0 60px;
    }

    .laboratory-img {
        width: 450px;
        object-fit: cover;
    }
}

@media screen and (max-width: 1100px) {
    .history-img {
        max-width: 387px;
        width: 31.5%;
    }

    .history-text-short {
        max-width: 386px;
        text-align: right;
        width: 31.5%;
    }

    .history-text-long {
        max-width: 793px;
        width: 65.8%;
    }
}

@media screen and (max-width: 900px) {
    .about-worth-img {
        width: 47.8%;
    }

    .laboratory {
        flex-direction: column;
    }

    .laboratory-img {
        width: 100%;
        height: auto;
        padding-left: 60px;
    }

    .history {
        flex-direction: column;
        gap: 25px;
    }

    .history-img {
        max-width: 100%;
        width: 100%;
        order: 2;
    }

    .history-text-short {
        max-width: 100%;
        text-align: left;
        width: 100%;
        order: 1;
    }

    .history-text-long-desc {
        display: none;
    }

    .history-text-long-mob {
        display: block;
        order: 2;
    }
}

@media screen and (max-width: 750px) {
  .modal-content {
      min-height: auto;
  }
}

@media screen and (max-width: 650px) {
    .about-info {
        padding: 70px 0 120px;
    }

    .about-worth {
        padding-bottom: 120px;
    }

    .about-worth-img {
        width: 100%;
        max-width: 100%;
    }

    .partners {
        padding: 70px 0 120px;
    }

    .laboratory {
        padding: 120px 30px 120px 0;
    }

    .laboratory-text {
        padding: 40px 0 0 30px;
    }

    .laboratory-img {
        padding-left: 30px;
    }

    .history {
        padding-top: 40px;
    }
    .sliderrrr-track{
        gap:30px;
    }
}

@media screen and (max-width: 450px) {
    .about-info {
        padding: 30px 0 90px;
    }

    .about-info-h4 {
        padding: 60px 0 15px;
    }

    .about-worth {
        padding-bottom: 90px;
    }

    .about-worth-text {
        padding: 15px 0 40px;
    }

    .partners {
        padding: 40px 0 90px;
    }

    .laboratory {
        padding: 90px 15px 90px 0;
    }

    .laboratory-text {
        padding: 40px 0 0 15px;
    }

    .laboratory-img {
        padding-left: 15px;
    }

    .history {
        padding-top: 15px;
    }
    #our-partners, #our-revews{
        padding-bottom: 40px;
    }
    #our-revews{
        padding: 90px 0;
    }
    .prev, .next{
        display: none;
    }
    .slideshow-container{
        padding-bottom: 25px;
    }
    .slider-dots-cont{
        margin-top: 0;
    }
}


