/*Баннер с текстом*/
.about-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #E3EEF3;
}

.about-section__content,
.about-section .about-section__content {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 22px;
}

.about-section__content.center1200 {
    width: 35%;
}

.about-section__title {
    margin-bottom: 40px;
}

.about-section__text {
    margin-bottom: 40px;
}

.document {
    display: flex;
    align-items: center;
    gap: 16px;
    width: fit-content;
}

.document__link {
    text-align: left;
}

.document__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px;
}

.document__info {
    font-size: 10px;
    line-height: 10px;
    color: var(--dark-grey-color);
}

.document:hover {
    color: var(--orange-color);
}

.document--center {
    margin-left: auto;
    margin-right: auto;
}

.text-box {
    position: relative;
}

.text-box__bg {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(240, 241, 245, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.text-box__wrap {
    padding: 55px 25px 65px 25px;
}

.text-box__title {
    margin-bottom: 8px;
}

.text-box--translate--bottom {
    transform: translateY(35%);
}

.text-box__bg {
    overflow: hidden;
}

.bg-box {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.bg-box::before,
.bg-box::after,
.text-box__bg::before {
    content: '';
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    filter: blur(238px);
}

.bg-box::before {
    background: #01B8C4;
    height: 744px;
    width: 744px;
    top: -60%;
    left: 75%;
}

.bg-box::after {
    background: #009FC2;
    height: 472px;
    width: 472px;
    top: -15%;
    left: 100%;
}

.text-box__bg::before {
    background: #009FC2;
    height: 202px;
    width: 202px;
    left: -20%;
    top: 60%;
    z-index: 1;
}

@media screen and (max-width: 1300px) {
    .about-section__content.center1200 {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {
    .about-section__content.center1200 {
        width: 60%;
    }
}

@media screen and (max-width: 768px) {
    .about-section__content.center1200 {
        width: 90%;
    }
}

@media screen and (max-width: 425px) {
    .about-section__content.center1200 {
        width: 100%;
    }
}

/*Слайдер*/
.about-slider__nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: -40px;
    margin-bottom: 40px;
    gap: 20px;
}

.about-slider__nav .about-slider__btn {
    position: relative;
    margin-top: auto;
    width: auto;
    height: auto;
    left: unset;
    right: unset;
}

.about-slider__nav .about-slider__btn::after {
    display: none;
}

.about-slider .swiper-wrapper,
.about-slider__item {
    height: fit-content;
}

.about-slider__item {
    position: relative;
}

.about-slider__img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

.carousel__slide.has-thumb.has-video::before {
    content: '';
    z-index: 1;
    background-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 96px;
    height: 68px;
    margin-top: -34px;
    margin-left: -48px;
    cursor: pointer;
    background-image: url('images/play.svg');
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
    .about-slider__nav {
        display: none;
    }
}


/*Преимущества компании*/
.company-features {
    position: relative;
    overflow: hidden;
    background-color: rgba(218, 221, 231, .4);
    ;
}

.company-features::before {
    content: '';
    position: absolute;
    width: 578px;
    height: 545px;
    left: -4%;
    bottom: -25%;
    background-image: url("/local/templates/helicon-corp/images/bacteria.png");
}

.features-list__item {
    display: flex;
    gap: 26px;
}

.features-list__img {
    min-width: 48px;
    text-align: center;
}
.features-list__img img {
    width: 48px;
}

.cons-list__title {
    margin-bottom: 16px;
}

@media screen and (min-width: 769px) {
    .company-features__list {
        margin-left: 20px;
    }

    .features-list__item {
        margin-bottom: 40px;
    }

    .features-list__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .company-features__list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 24px;
        flex-direction: column;
    }

    .features-list__item {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .company-features__list {
        gap: 40px;
    }

    .features-list__item {
        width: 100%;
    }
}

/*информация о работе компании*/
.company-info__title {
    margin-bottom: 40px;
}

.company-info__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.company-info__item {
    width: calc(25% - 12px);
    min-width: 200px;
}

.company-info__img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 156px;
    min-width: 100px;
    height: 156px;
    border-radius: 50%;
    background: #F1FDFF;
    box-shadow: 3px 1px 3px #F2F9FA, 6px 6px 7px #FFFFFF, 9px 8px 7px #F2F9FA, inset -2px -8px 13px #FFFFFF, inset 0px 4px 10px #C9F8FF;
    transition: all linear .15s;
}

.company-info__img:hover {
    background: rgba(244, 119, 53, 0.1);
    box-shadow: 3px 1px 3px #F2F9FA, 6px 6px 7px #FFFFFF, 9px 8px 7px #F2F9FA, inset -2px -8px 13px #FFFFFF, inset 0px 4px 10px rgba(244, 119, 53, 0.1);
    transition: all linear .15s;
}

.company-info__img:hover path {
    stroke: var(--orange-color);
    transition: all linear .15s;
}

.company-info__content {
    margin-top: 40px;
}

.company-info__name {
    margin-bottom: 16px;
}

.company-info__text {
    padding-right: 10px;
}

.company-info__btn {
    margin-top: 40px;
}

@media screen and (min-width:501px) {
    .company-info__content--justify {
        height: calc(100% - 200px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1024px) {
    .company-info__item {
        width: calc(50% - 12px);
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 768px) {
    .company-info__img {
        height: 120px;
        width: 120px;
    }

    .company-info__content--justify {
        height: calc(100% - 160px);
    }
}

@media screen and (max-width: 500px) {
    .company-info__item {
        width: 100%;
        display: flex;
    }

    .company-info__img {
        height: 100px;
        width: 100px;
    }

    .company-info__img svg {
        height: 30px;
    }

    .company-info__content {
        margin-top: 0;
        margin-left: 24px;
    }

    .company-info__name {
        margin-bottom: 8px;
    }

    .company-info__btn {
        margin-top: 20px;
    }
}

/*секция с кнопками*/
.action-block {
    background: rgba(240, 241, 245, 0.8);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

@media screen and (min-width: 426px) {
    .action-block.page-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.action-block__bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.action-block::before {
    content: '';
    position: absolute;
    width: 202px;
    height: 202px;
    left: -3%;
    top: 25%;
    background: #009FC2;
    filter: blur(238px);
    border-radius: 50%;
    z-index: -1;
}

.action-block__bg::before {
    content: '';
    position: absolute;
    width: 744px;
    height: 744px;
    left: 67%;
    top: -10%;
    background: #01B8C4;
    opacity: 0.4;
    filter: blur(238px);
    border-radius: 50%;
}

.action-block__bg::after {
    content: '';
    position: absolute;
    width: 472px;
    height: 472px;
    left: 70%;
    top: -7%;
    background: #009FC2;
    filter: blur(238px);
    border-radius: 50%;
}

.action-block__row {
    justify-content: space-between;
}

.action-block__content:not(:first-child) {
    margin-top: 55px;
}

.action-block__title {
    margin-bottom: 16px;
}

.action-block__btns {
    display: flex;
    gap: 16px;
    margin-top: 40px;
}

@media screen and (max-width: 900px) {
    .action-block__img {
        display: none;
    }

    .action-block__row .action-block__col {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .action-block__btns {
        flex-direction: column;
    }
}

/*Карточки со страницами*/
.other-pages__item {
    background: rgba(240, 241, 245, 0.8);
    padding: 32px 40px 40px;
}

.other-pages__title {
    margin-bottom: 16px;
}

.other-pages__link {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .other-pages__col:not(:last-child) {
        margin-bottom: 24px;
    }
}