.specAll-carouselWrap {
    flex: 0 0 100%;
}

.faq__link_mobile {
    /*display: none;*/
}

.aboutItem_top {
    margin: -10px 0 -10px 0;
    align-items: unset;
}

.aboutItem__text_top {
    min-height: 400px;
}

.helpItem-nt {
    margin: 0 0 0 0 ;
}

.helpItem__img-nt {
    margin: auto;
}

.helpItem__img-nt img {
    width: 100%;
    height:100%;
}

.helpItem__img-nt-circle {
    height: 300px;
    width: 300px;
    margin: auto;
}

.helpItem__img-nt-circle img {
    height: 300px;
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
}

.section-top .aboutItem__text p {
    font-size: 18px;
    line-height: 1.23;
}

.aboutItem__text_top h3 {
    margin-top: 0;
}

.text-container span {
    display: none; /* Изначально текст скрыт */
}

.section-top__title {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0 30px 0 0;
    font-size: 44px;
    line-height: 55px;


}

.section-top__block {
    text-align: left;
    margin-left: 100px;
    font-family: "ProximaNova-Regular", sans-serif;
    padding: 0 30px 0 0;
    flex: 1;
    display: flex;
    flex-direction: column;

}

.section-top__text {
    font-size: 22px;
    text-align: left;
    padding: 0;
    font-family: "ProximaNova-Regular", sans-serif;

}

.section-top__text p {
    margin-left: 0px;
}

.section-top__text h1 {
    margin-left: 0px;
}

.section-top__text__second {
    text-align: unset;
    margin-top: auto;
    margin-left: 0;
    font-style: italic;

}

.section-top__text__second p {
    margin-top: auto;
}

.section-top .aboutItem__img {
    flex: 1.2;
    margin: 20px 100px 20px 0;
    order: 2;
}

.section-top .aboutItem__text {
    order: 1;
    margin: 20px 100px 20px 100px;
}


.aboutItem__text_top {
    flex: 1.2;
    padding-right: 0px;
    min-height: 400px;
}

.aboutItem__img_top img {
    object-fit: contain;
}
.faq__link {
    text-align: unset;
    margin-top: 20px;
    margin-bottom: 30px;
}
.faq__link_top {
    text-align: left;
    margin: 40px 0 0 0;
}

.section-top {
    /*background-position: center top -190px;*/
    /*background-size: auto;*/
    background-position: center top -220px;
    background-size: cover;
    padding-bottom: 10px;
    padding-top: 132px;
}


.aboutItem_top .faq__link-btn {
    line-height: 16px;
    text-align: center;
    font-size: 15px;
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 28px;
    padding-right: 28px;
    margin-left: 5%;
    margin-right: 5%;
    width: 100%;

}
.about {
    margin: 39px 0 0;
}

.grey-bg-padding{
    padding: 20px 0;
}

.white-bg-padding{
     padding: 40px 0 0 0;
 }

.aboutItem__img-nt {
    font-size: 18px;
    flex: 0 0 40%;
    order: 1;

}

.aboutItem__img-nt p {
    padding-right: 20px;


}


.aboutItem__img-nt img {
    object-fit: contain;
}

.aboutItem__text-nt {
    font-size: 18px;
    flex: 0 0 60%;
    order: 1;
    margin: 0 0 0 40px;
    padding-right: 20px;

}




.big-gallery-swiper {
    padding-left: 0;
    padding-right: 0;
    max-width: 1720px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 95px;
}

.image-gallery {
    display: flex;
    justify-content: space-between;
    margin: 20px 20px 0 0;
    flex-wrap: wrap;
}

.image-gallery img {
    width: 100%;
    height: auto;
    border: 1px solid #000;
    margin-bottom: 10px;
}

.image-gallery div {
    width: 30%;
    text-align: center;
}
@media (max-width: 600px)

{
    .section-top__title{
        margin-top: 20px;

    }

    .image-gallery div {
        width: 100%;
        text-align: center;
    }
    .helpItem__img-nt-circle img {
        height: 250px;
        width: 250px;
    }
}


