.site-index-top .pirs-main-info {
    padding-top: 50px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

.site-index-top .pirs-main-info h1 {
    font-size: 54px;
    font-weight: 300;
    line-height: 40px;
}

.site-index-top .pirs-main-info h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 30px;
}

.site-index-top .pirs-main-info h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

#infographics {
    height: 280px;
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    margin-top: 32px;
}

#tire {
    display: flex;
    height: 28px;
    width: 100%;
    background: var(--pirs-gray);
    border-radius: 14px;
}

.coin {
    position: relative;
    width: 68px;
    height: 68px;
    border-radius: 34px;
    border: 8px solid var(--pirs-bg1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    margin-top: -20px;
}

#coin-1 {
    left: 2%;
}

#coin-2 {
    left: 14%;
}

#coin-3 {
    left: 39%;
}

#coin-4 {
    left: 37%;
}

#coin-5 {
    left: 54%;
}

.pay {
    position: absolute;
    z-index: 2;
    background: var(--pirs-bg1);
}

.in {
    margin-bottom: 88px;
}

.out {
    margin-bottom: -88px;
}

.pointer {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 100px;
    background: var(--pirs-gray);
    z-index: 1;
}

.head {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-left: -4px;
    background: var(--pirs-white);

}

.pointer.top {
    margin-top: -98px;
}

.pointer.top > .head {
    margin-top: -4px;
}

.pointer.bot {
    margin-top: 28px;
}

.pointer.bot > .head {
    margin-top: 96px;
}

.pointer .title {
    position: absolute;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
}

.pointer.top .title {
    margin-left: 10px;
    margin-top: -10px;
}

.pointer.bot .title {
    top: 92px;
    margin-left: 10px;
}

.pointer .title .small {
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
}

#pointer-1 {
    left: -38%;
}

#pointer-2 {
    left: -35%;
}

#pointer-3 {
    left: calc(-28% + 68px / 2);
}

#pointer-4 {
    left: -15%;
}

#pointer-5 {
    left: calc(-10% + 68px / 2);
}

#pointer-6 {
    left: 10%;
}

#pointer-7 {
    left: calc(24% + 5px + 68px / 2);
}

#pointer-8 {
    left: 38%;
}

#customer,
#executor {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

#customer {
    top: -120px
}

#executor {
    top: 120px;
    left: -84px;
}

#second-header {
    margin-top: 24px;
    margin-bottom: 24px;
}

.site-index-control {
    padding-top: 20px;
}

.site-index-top .bg {
    position: absolute;
    right: 0;
    top: -51px;
}

.site-pirs-counts {
    display: flex;
    justify-content: center;
}

.pirs-counts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1140px;
    width: 100%;
    margin: 20px 0;
}

.pirs-count {
    width: 200px;
}

.pirs-info-text {
    width: 24%;
}

.pirs-prof {
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    letter-spacing: -0.1px;
}

.site-index-projects {
    --project-item-width: 360px;
    --project-item-margin: 15px;
}

.project-h, .executors-h {
    padding-top: 20px;
    padding-bottom: 5px;
}

.project-info, .executors-info {
    max-width: 656px;
    padding-top: 5px;
    margin-bottom: 20px;
    color: var(--pirs-gray);
}

.site-index-news {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.news-substrate {
    background: #26313A;
    height: 636px;
    width: 1140px;
    margin-top: 40px;
}

.news-substrate .news-h{
    margin-top: 73px;
    font-weight: 500;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.1px;
}

.news-substrate .news-h2{
    font-weight: 300;
    font-size: 27px;
    line-height: 46px;
    text-align: center;
    letter-spacing: -0.1px;
}

#news-btn {
    white-space: nowrap;
    width: 182px;
}

.news-link {
    margin-top: 48px;
    margin-bottom: 60px;
}

.slick-slider {
    position: absolute !important;
    width: 1336px;
    margin-top: 390px;
}

.prev {
    margin-right: 70px;
}

.next {
    margin-left: 70px;
}

.prev, .next {
    position: absolute;
    top: 120%;
    left: calc(50% - 50px);
    background: var(--pirs-bg3);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 41px;
    padding: 9.5px 16px;
}
.prev:hover, .next:hover {
    background: var(--pirs-blue);
}

.prev svg, .next svg {
    padding-top: 5px;
    height: 16px;
    fill: var(--pirs-gray);
}

.prev:hover svg, .next:hover svg {
    fill: var(--pirs-white);
}

.slick-slide img {
    object-fit: cover;
    margin-right: 64px;
    margin-left: 64px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.site-index-executors {
    margin-top: 20px;
}

@media screen and (max-width: 1319px) {
    .pirs-counts {
        max-width: 660px;
    }
    .slick-slider {
        width: 930px;
    }
}

@media screen and (max-width: 939px) {
    .pirs-counts {
        max-width: 330px;
    }
    .site-index .pirs-main-info {
        margin-left: 15px;
        margin-right: auto;
    }
    .slick-slider {
        width: 360px;
    }
    .project-info {
        padding-left: 10px;
        padding-right: 10px;
        max-width: 360px;
    }

    #infographics {
        display: none;
    }
}
