

/* Start:/bitrix/templates/.default/components/bitrix/news/objects/bitrix/news.detail/new-design/style.css?17872213588230*/
.projects-page__hero__swiper .swiper-slide {
    min-height: 768px;
    padding-top: 105px;
}

.projects-page__hero__swiper .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.projects-page__hero {
    position: relative;
}

.projects-page__hero h2 {
    position: relative;
    font-size: 48px;
    font-weight: 700;
    max-width: 635px;
    line-height: 96%;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 268px;
}

.projects-page__hero {
    margin-bottom: 48px;
}

.projects-page__hero__info {
    position: relative;
    max-width: 445px;
}

.projects-page__hero__info h4 {
    font-size: 22px;
    line-height: 128%;
    color: #fff;
    margin-bottom: 20px;
}

.projects-page__hero__info p {
    color: #fff;
    display: flex;
    gap: 16px;
    line-height: 130%;
}

.projects-page__hero__info svg {
    flex-shrink: 0;
}

.projects-page__content {
    display: flex;
    gap: 39px;
}
.projects-page__content__left {
    flex: 2;
}

.projects-page__content__right {
    flex: 1;
    max-width: 360px;
    width: 100%;
}
.projects-page__content__block h2 {
    font-size: 36px;
    line-height: 96%;
    letter-spacing: -2px;
}

.projects-page__content__block {
    margin-bottom: 48px;
}

.projects-page__content__block ul {
    display: block;
    margin: 0;
    padding: 0;
}

.projects-page__content__block ul li {
    display: flex;
    margin: 0 0 12px;
    padding: 0;
    gap: 24px;
    align-items: center;
}


.projects-page__content__block ul li:before {
    content: "";
    display: block;
    width: 30px;
    background: #C7A383;
    height: 1px;
    flex-shrink: 0;
}

.projects-page__content__block iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}


.projects-page__content__block img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    margin-bottom: 28px;
    margin-top: 28px;
}

.projects-page__content__left {
    max-width: 711px;
}

.projects-page-gallery img {
    margin: 0;
}

.projects-page-gallery {
    margin: 28px 0;
    position: relative;
}

.projects-page-gallery .next-btn {
    position: absolute;
    right: 24px;
    bottom: 32px;
    z-index: 1;
}

.projects-page-gallery .prev-btn {
    z-index: 1;
    position: absolute;
    left: 24px;
    bottom: 32px;
}

.certs-swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certs-swiper {
    border: 1px solid #ECEEF5;
    padding-bottom: 20px;
}

.certs-swiper .swiper-slide img {
    width: 280px;
    margin-bottom: 52px;
    height: 280px;
    object-fit: contain;
    display: block;
    cursor: pointer;
}

button {
    background: none;
    border: none;
    padding: 0;
    outline: none;
}
.certs-swiper-wrapper {
    position: relative;
}
.btns {
    position: absolute;
    width: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 138px;
    z-index: 1;
    left: -35px;
}


.projects-nav {
    padding-top: 43px;
    border-top: 1px solid #ECEEF5;
    position: relative;
    height: 150px;
    display: flex;
    padding-bottom: 43px;
}

.projects-nav:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ECEEF5;
}

.projects-nav a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    color: #3C5598;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
}

.projects-nav a svg {
    margin-top: 17px;
}

.contacts {
    background: #3C5598;
    padding: 140px 0;
}

.contacts h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 64px;
    color: #fff;
}

.contacts__inner {
    display: grid;
    grid-template-columns: 255px 1fr;
    gap: 29px;
}

.contacts__inner .descr {
    font-size: 18px;
    line-height: 150%;
    color: #D9C3AE;
}
.contacts__inner form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 59px;
    column-gap: 29px;
}

.contacts__inner form input, .contacts__inner form textarea {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: "Formular", sans-serif;
    font-weight: 400;
}

.contacts__inner form textarea {
    grid-column-start: 1;
    grid-column-end: 4;
}

.contacts__inner form input::placeholder, .contacts__inner form textarea::placeholder {
    color: #fff;
}

.file-wrap input {
    position: absolute;
    z-index: -10;
    opacity: 0;
}

.file-wrap span {
    display: flex;
    color: #D9C3AE;
    gap: 16px;
    align-items: center;
    font-size: 18px;
}

.projects-page__hero__swiper .btns {
    bottom: 48px;
    top: unset;
    transform: unset;
    right: 9%;
    left: unset;
    width: 140px;
    gap: 6px;
}

.request-block {
    margin-top: 0;
}

.certs-swiper .swiper-pagination {
    bottom: 80px;
    display: flex;
    justify-content: center;
    height: 12px;
}

.certs-swiper .swiper-pagination-bullet {
    width: 1px;
    height: 6px;
    background: #D9C3AE;
    border-radius: 0;
    opacity: 1;
    transition: .4s ease;
}

.certs-swiper .swiper-pagination-bullet-active {
    height: 12px;
    background: #3C5598;
    transition: .4s ease;
}

@media (max-width: 500px) {
    .projects-page__hero__swiper .swiper-slide {
        padding-top: 52px;
        min-height: auto;
    }

    .projects-page__hero h2 {
        color: #202445;
        font-size: 28px;
        line-height: 96%;
        margin-bottom: 20px;
    }
    .projects-page__hero__swiper .swiper-slide img {
        position: static;
        margin-bottom: 28px;
        height: 270px;
    }

    .projects-page__hero__info h4 {
        color: #202445;
        font-size: 20px;
    }

    .projects-page__hero__info p {
        font-size: 14px;
        color: #202445;
    }

    .projects-page__hero .btns {
        bottom: unset;
        top: 225px;
        width: 100%;
        left: 10px;
    }

    .projects-page__content {
        flex-direction: column-reverse;
    }

    .projects-page__content__block h2 {
        font-size: 26px;
    }

    .projects-page__content__block ul li {
        gap: 12px;
    }

    .projects-nav a {
        font-size: 12px;
        gap: 12px;
    }

    .projects-nav {
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }

    .projects-nav a:last-child {
        font-size: 12px;
        gap: 12px;
        padding-left: 29px;
    }

    .projects-nav a svg {
        width: 44px;
        height: 44px;
        margin: 6px;
        flex-shrink: 0;
    }

    .certs-swiper-wrapper .btns {
        width: 385px;
        left: -18px;
    }

    .projects-page {
        overflow: hidden;
    }
}

.next-btn, .prev-btn {
    transition: .4s ease;
    cursor: pointer;
    outline: none !important;
}

.next-btn:hover, .prev-btn:hover  {
    transition: .4s ease;
    opacity: 0.6;
}

main {
    padding-top: 0;
}
@media (max-width: 500px) {
    .projects-page__hero__swiper .swiper-slide {
        padding-top: 0;
    }
    main {
        padding-top: 0;
    }

    .projects-nav a:first-child {
        padding-right: 29px;
    }
}

.certs-swiper-wrapper .next-btn, .certs-swiper-wrapper .prev-btn {
    position: absolute;
    top: 135px;
}

.certs-swiper-wrapper .next-btn {
    right: -50px;
    z-index: 2;
}

.certs-swiper-wrapper .prev-btn {
    left: -30px;
    z-index: 2;
}

.projects-page__hero__content {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 2;
}

@media (max-width: 500px) {
    .projects-page__hero__content {
        position: static;
        transform: unset;
    }
}

.projects-page__hero__swiper .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    display: block;
}

@media (max-width: 500px) {
    .projects-page__hero__swiper .swiper-slide:after {
        display: none;
    }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/objects/bitrix/news.detail/new-design/style.css?17872213588230 */
