.sip .swiper-button-next:after,
.sip .swiper-button-prev:after {
    display: none;
    color: #0B4A8C;
}
.sip .swiper-button-next,
.sip .swiper-button-prev {
    width: 32px;
    height: 32px;
    margin-top: 0;
    position: static !important;
}
.sip .swiper-control{
    display: flex;
    justify-content: flex-start !important;
    margin-top: 36px;
    gap: 20px;
    margin-bottom: 36px;
}
.sip .swiper{
    overflow: visible;
}
.sip .sip-project{
    margin-bottom: 100px;
}
.sip .sip-project__block{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 35px;
    background: url("../sip-project.png") no-repeat center center;
    background-size: cover;
    padding: 40px;
}
.sip .sip-project__block .sip-project__block-title{
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.sip .sip-project__block .sip-project__block-subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
}
.sip .sip-project__block .sip-project__block-buttons{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.sip .sip-project__block .sip-project__block-buttons a{
    min-width: 443px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px;
    color: #0B4A8C;
    background-color: #FFC300;
    border-radius: 30px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;

}
.sip .sip-project__block .sip-project__block-buttons a:hover{
    background: white;
    transition: all 0.5s linear;
}
.sip .sip-quote{
    margin-bottom: 80px;
}
.sip .sip-quote__block{
    display: flex;
    border-radius: 35px;
    background: url("../sip-quote.png") no-repeat center center;
    background-size: cover;
    padding: 40px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}
.sip .bottom-text{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    margin-bottom: 22px;
    color: #0B4A8C;
}
.sip .sip-top{
    margin: 80px 0 100px;
}
.sip .sip-top__block{
    display: flex;
    flex-direction: column;
    border-radius: 35px;
    background: url("../sip-top.png") no-repeat center center;
    background-size: cover;
    padding: 40px;
}
.sip .sip-top__block .sip-top__block-title{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 54px;
    leading-trim: NONE;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #FFFFFF;
}
.sip .sip-top__block .sip-top__block-subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 48px;
    color: #FFFFFF;
}
.sip .sip-top__block .sip-top__block-reset_term{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #0B4A8C;
    padding: 16px 24px;
    border-radius: 12px;
    background-color: #FFC300;
    width: fit-content;
    margin-bottom: 48px;
    transition: all 0.5s linear;
    pointer-events: none;
}
.sip .sip-top__block .sip-top__block-reset_term:hover{
    text-decoration: underline;
    background-color: #FFCF33;
    transition: all 0.5s linear;
}
.sip .sip-top__block .sip-top__block-reset_term svg{
    display: none;
    flex-shrink: 0;
    top: -2px;
    position: relative;
    margin-left: 3px;
}
.sip .sip-top__block .sip-top__block-reset_term.active{
    text-decoration: underline;
    background: #E4AF00;
    cursor: pointer;
    pointer-events: all;
}
.sip .sip-top__block .sip-top__block-reset_term.active:hover{
    background-color: #FFCF33;
    transition: all 0.5s linear;
}
.sip .sip-top__block .sip-top__block-reset_term.active svg {
    display: flex;
}
.sip .sip-top__filter-form{
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.sip .sip-top__filter-form__cat{
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 22px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #0B4A8C;
    padding: 16px 24px;
    border-radius: 12px;
    background-color: #DEE5F4;
    width: fit-content;
    transition: all 0.5s linear;
}
.sip .sip-top__filter-form__cat:hover{
    background-color: #FFFFFF;
    text-decoration: underline;
    transition: all 0.5s linear;
}
.sip .sip-top__filter-form__cat svg{
    display: none;
    flex-shrink: 0;
    top: -2px;
    position: relative;
    margin-left: 10px;
}
.sip .sip-top__filter-form__cat.active{
    background-color: #BBCCF0;
    text-decoration: underline;
}
.sip .sip-top__filter-form__cat.active:hover{
    background-color: #FFFFFF;
    transition: all 0.5s linear;
}
.sip .sip-top__filter-form__cat.active svg{
    display: flex;
}
.sip .sip-top__filter-form__cat.empty{
    pointer-events: none;
}
.sip .sip-top__filter-form__cat input[type=checkbox]{
    display: none;
}
.sip .sip-successful-project{
    margin-bottom: 100px;
    overflow-x: hidden;
}
.sip .sip-successful-project .sip-successful-project__title{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #1C3F85;
}
.sip .sip-successful-project .sip-successful-project__subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1C3F85;
    margin-bottom: 36px;
}
.sip .sip-successful-project .swiper-slide{
    max-width: 338px;
    height: auto;
}
.sip .sip-successful-project .swiper-slide .slider-image_block{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.sip .sip-successful-project .swiper-slide .slider-image_block img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 12px;
}
.sip .sip-successful-project .swiper-slide .slider-image_block  .slider-category-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: 0;
    margin: 20px;
}
.sip .sip-successful-project .swiper-slide .slider-image_block .slider-category{
    padding: 10px 20px;
    background-color: #FFFFFF;
    flex-shrink: 0;
    border-radius: 10px;
    color: #0B4A8C;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.sip .sip-successful-project .swiper-slide .slider-text-block-title{
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
    display: -webkit-box; /* Specify that we want to use webkit-box */
    -webkit-box-orient: vertical; /* Indicate the text direction */
    -webkit-line-clamp: 3; /* Set the desired number of lines */
    overflow: hidden;
    margin-bottom: 16px;
}
.sip .sip-successful-project .swiper-slide .slider-text-block-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0B4A8C;
    text-decoration: underline;
}
.sip .sip-successful-project .swiper-slide .slider-text-block-more svg{
    flex-shrink: 0;
}
.sip .sip-successful-project .swiper-slide .slider-text-block-date{
    font-weight: 100;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}
.sip .sip-news-section{
    margin-bottom: 100px;
    overflow-x: hidden;
}
.sip .sip-news-section .sip-news-section__title{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #1C3F85;
}
.sip .sip-news-section .sip-news-section__subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1C3F85;
    margin-bottom: 36px;
}
.sip .sip-news-section .swiper-slide{
    max-width: 338px;
    height: auto;
}
.sip .sip-news-section .swiper-slide .slider-image_block{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
.sip .sip-news-section .swiper-slide .slider-image_block img{
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 12px;
}
.sip .sip-news-section .swiper-slide .slider-image_block  .slider-category-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    position: absolute;
    top: 0;
    margin: 20px;
}
.sip .sip-news-section .swiper-slide .slider-image_block .slider-category{
    padding: 10px 20px;
    background-color: #FFFFFF;
    flex-shrink: 0;
    border-radius: 10px;
    color: #0B4A8C;
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
.sip .sip-news-section .swiper-slide .slider-text-block-title{
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #000000;
    display: -webkit-box; /* Specify that we want to use webkit-box */
    -webkit-box-orient: vertical; /* Indicate the text direction */
    -webkit-line-clamp: 3; /* Set the desired number of lines */
    overflow: hidden;
    margin-bottom: 16px;
}
.sip .sip-news-section .swiper-slide .slider-text-block-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0B4A8C;
    text-decoration: underline;
}
.sip .sip-news-section .swiper-slide .slider-text-block-more svg{
    flex-shrink: 0;
}
.sip .sip-news-section .swiper-slide .slider-text-block-date{
    font-weight: 100;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #000000;
}

.sip .sip-pdf-section{
    margin-bottom: 100px;
    overflow-x: hidden;
}
.sip .sip-pdf-section .sip-pdf-section__title{
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 56px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #1C3F85;
}
.sip .sip-pdf-section .sip-pdf-section__subtitle{
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    color: #1C3F85;
    margin-bottom: 36px;
}
.sip .sip-pdf-section .swiper{
    margin-bottom: 60px;
}
.sip .sip-pdf-section .swiper-slide{
    height: auto;
    outline: 2px solid #FFC300;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 24px;
    border-radius: 10px;
    justify-content: space-between;
}
.sip .sip-pdf-section .swiper-slide .slider-text-block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sip .sip-pdf-section .swiper-slide .slider-image_block .slider-text-block-titles-section.slider-text-block-titles-section-mob{
    display: none;
}
.sip .sip-pdf-section .swiper-slide .slider-text-block-titles-section .slider-text-block-title{
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 12px;
}
.sip .sip-pdf-section .swiper-slide .slider-text-block-titles-section .slider-text-block-subtitle{
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.sip .sip-pdf-section .swiper-slide .slider-text-block-description-section .slider-text-block-description-section-text{
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.sip .sip-pdf-section .swiper-slide .slider-text-block-more{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0B4A8C;
    text-decoration: underline;
}
.sip .sip-pdf-section .swiper-slide .slider-text-block-more svg{
    flex-shrink: 0;
}
.sip .sip-pdf-section .swiper-slide .slider-image_block{
    width: 208px;
    flex-shrink: 0;
}
.sip .sip-pdf-section .swiper-slide .slider-image_block img{
    width: 208px;
    /*height: 100%;*/
    border-radius: 10px;
    object-fit: cover;
}
.sip .sip-pdf-section .sip-pdf-section__library {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.sip .sip-pdf-section .sip-pdf-section__library a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 13px 24px;
    color: #FFFFFF;
    background-color:#0B4A8C;
    border-radius: 30px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}
.sip .sip-pdf-section .sip-pdf-section__library a:hover {
    background: rgba(28, 63, 133, 0.7);
    transition: all 0.5s linear;
}
@media (max-width: 1199px) {
    .sip .sip-pdf-section .swiper-slide{
        max-width: 550px;
    }
    .sip .sip-project__block .sip-project__block-buttons {
        flex-direction: column;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .sip .sip-top {
        margin: 16px 0 48px;
    }
    .sip .sip-top__block {
        padding: 24px 16px;
    }
    .sip .sip-top__block .sip-top__block-title {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 2%;
        text-transform: uppercase;
        margin-bottom: 16px;
    }
    .sip .sip-top__block .sip-top__block-subtitle {
        font-weight: 500;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 32px;
    }
    .sip .sip-top__block .sip-top__block-reset_term {
        padding: 10px 16px;
        font-weight: 600;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 32px;

    }
    .sip .sip-top__block .sip-top__block-reset_term.active svg{
        width: 18px;
        height: 18px;
    }
    .sip .sip-top__filter-form {
        gap: 16px;
    }
    .sip .sip-top__filter-form__cat {
        padding: 10px 16px;
        font-weight: 500;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .sip .sip-top__filter-form__cat.active svg {
        width: 18px;
        height: 18px;
    }
    .sip .sip-successful-project {
        margin-bottom: 48px;
    }
    .sip .sip-successful-project .sip-successful-project__title{
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .sip .sip-successful-project .sip-successful-project__subtitle{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 32px;
    }
    .sip .swiper-button-next, .sip .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .sip .swiper-control{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .sip .swiper-button-next svg, .sip .swiper-button-prev svg {
        width: 40px;
        height: 40px;
    }
    .sip .sip-successful-project .swiper-slide .slider-image_block .slider-category-row {
        margin: 16px;
    }
    .sip .sip-successful-project .swiper-slide .slider-image_block .slider-category {
        font-size: 12px;
        line-height: 16px;
    }
    .sip .sip-successful-project .swiper-slide .slider-text-block-title {
        font-size: 16px;
        line-height: 20px;
    }
    .sip .sip-successful-project .swiper-slide .slider-text-block-more {
        font-size: 16px;
        line-height: 20px;
    }
    .sip .sip-news-section {
        margin-bottom: 48px;
    }
    .sip .sip-news-section .sip-news-section__title{
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .sip .sip-news-section .sip-news-section__subtitle{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 32px;
    }
    .sip .sip-news-section .swiper-slide .slider-image_block .slider-category-row {
        margin: 16px;
    }
    .sip .sip-news-section .swiper-slide .slider-image_block .slider-category {
        font-size: 12px;
        line-height: 16px;
    }
    .sip .sip-news-section .swiper-slide .slider-text-block-title {
        font-size: 16px;
        line-height: 20px;
    }
    .sip .sip-news-section .swiper-slide .slider-text-block-more {
        font-size: 16px;
        line-height: 20px;
    }
    .sip .sip-pdf-section {
        margin-bottom: 48px;
    }
    .sip .sip-pdf-section .sip-pdf-section__title{
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .sip .sip-pdf-section .sip-pdf-section__subtitle{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        margin-bottom: 32px;
    }
    .sip .sip-pdf-section .swiper-slide {
        max-width: 338px;
        padding: 24px 16px;
        flex-direction: column-reverse;
        gap: 16px;
    }
    .sip .sip-pdf-section .swiper-slide .slider-text-block-titles-section-desk{
        display: none;
    }
    .sip .sip-pdf-section .swiper-slide .slider-image_block .slider-text-block-titles-section.slider-text-block-titles-section-mob {
        display: block;
    }
    .sip .sip-pdf-section .swiper-slide .slider-image_block{
        width: 100%;
    }
    .sip .sip-pdf-section .swiper-slide .slider-image_block img{
        width: 100%;
        height: 432px;
    }
    .sip .sip-pdf-section .swiper-slide .slider-text-block-description-section .slider-text-block-description-section-text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .sip .sip-pdf-section .swiper-slide .slider-text-block-more {
        font-size: 16px;
        line-height: 20px;
    }
    .sip .sip-pdf-section .swiper {
        margin-bottom: 48px;
    }
    .sip .sip-pdf-section .sip-pdf-section__library a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 50px;
    }
    .sip .sip-pdf-section .sip-pdf-section__library a svg{
        width: 28px;
        height: 28px;
    }
    .sip .sip-project {
        margin-bottom: 48px;
    }
    .sip .sip-project__block{
        padding: 32px 22px;
    }
    .sip .sip-project__block .sip-project__block-title{
        font-size: 24px;
        line-height: 28px;
    }
    .sip .sip-project__block .sip-project__block-subtitle{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 32px;
    }
    .sip .sip-project__block .sip-project__block-buttons a {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }
    .sip .sip-project__block .sip-project__block-buttons a svg{
        width: 28px;
        height: 28px;
    }
    .sip .sip-quote {
        margin-bottom: 48px;
    }
    .sip .sip-quote__block{
        padding: 16px;
        font-size: 16px;
        line-height: 20px;
    }
    .sip .bottom-text {
        margin-bottom: 0;
        font-size: 16px;
        line-height: 22px;
    }
}
@media (max-width: 576px) {
    .sip .sip-pdf-section .sip-pdf-section__library a {
        width: 100%;
    }
    .sip .sip-project__block .sip-project__block-buttons a {
        min-width: 100%;
    }
}
@media (max-width: 390px) {

}