.main{
    background: #FFD200;
    position: relative;
    z-index: 1;
    height: 100%;
}
.main::before {
    position: absolute;
    content: '';
    background: url('../img/frame-1.webp');
    background-size: 3000px 542px;
    background-position: center;
    background-repeat: repeat-x;
    height: 542px;
    width: calc(100% + 733px);
    left: 0;
    right: 0px;
    top: 326px;
    z-index: -1;
}
.main::after {
    pointer-events: none;
    position: absolute;
    content: '';
    background: url('../img/main-ico-bg.svg');
    background-size: 1859.205px 554.033px;
    background-position: center;
    background-repeat: repeat-x;
    height: 554.033px;
    width: calc(100% + -171px);
    left: 112px;
    right: 0px;
    top: 32px;
    z-index: 4;
}
.main .container{
    position: relative;
    z-index: 3;
    height: 100%;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.main__inner{
    margin-top: 205px;
    min-height: 618px;
}
.main__menu{
    padding-top: 11px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}
.main__link{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.main__title{
    text-align: center;
    margin-bottom: 41px;
}
.main__descr{
    color: #232323;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}




.quests {
    margin-top: -130px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.quests::before {
    position: absolute;
    content: '';
    background-image: url("../img/frame-2.webp");
    background-size: 3840px 1414px;
    background-position: center;
    background-repeat: repeat-x;
    width: 3840px;
    height: 1414px;
    width: calc(100% + 1920px);
    left: 0;
    right: 0;
    top: 336px;
    pointer-events: none;
    z-index: -1;
}
.quests::after {
    position: absolute;
    content: '';
    background-image: url("../img/services/bg-icon.svg");
    background-size: 1732.918px 2406.047px;
    background-position: center;
    background-repeat: no-repeat;
    height: 2406.047px;
    width: 100%;
    left: 0;
    right: 0;
    top: 371px;
    pointer-events: none;
    z-index: -1;
}
.quests__title{
    position: relative;
    z-index: 1;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
}
.quests__title::before {
    position: absolute;
    content: '';
    background: url('../img/services/text-bg-1.svg');
    background-repeat: no-repeat;
    z-index: -1;
    width: 453px;
    height: 220.41px;
    top: -49px;
    left: -142px;
}
.quests__block {
    margin-top: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px 24px;
}
.quests__item {
    width: calc(25% - 18px);
    position: relative;
}
.quests__image{
    height: 284px;
    background: url('../img/services/bg.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}
.quests__img{
    position: absolute;
}
.quests__item-1 .quests__img{
    bottom: 8px;
    right: 38px;
    width: 87.009%;
}
.quests__item-2 .quests__img{
    bottom: 8px;
    right: 7px;
    width: 91.7%;
}
.quests__item-3 .quests__img{
    bottom: 4px;
    right: 44px;
    width: 74.73%;
}
.quests__item-4 .quests__img{
    bottom: 10px;
    right: 12px;
    width: 101.084%;
}
.quests__item-5 .quests__img{
    bottom: 10px;
    right: 16px;
    width: 87.37%;
}

.quests__name {
    margin-top: 23px;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}



.parties{
    margin-top: 100px;
    position: relative;
    z-index: 3;
}
.parties__title{
    position: relative;
    z-index: 1;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
}
.parties__title::before {
    position: absolute;
    content: '';
    background: url('../img/services/text-bg-2.svg');
    background-repeat: no-repeat;
    z-index: -1;
    width: 453px;
    height: 220.41px;
    top: -49px;
    left: -142px;
}
.parties__block{
    margin-top: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 54px 24px;
}

.parties__item {
    width: calc(25% - 18px);
    position: relative;
}
.parties__image{
    background-size: 100%;
    width: 100%;
    position: relative;
}
.parties__img{
    width: 100%;
}
.parties__name {
    margin-top: 23px;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.parties__img-bg{
    position: absolute;
}
.parties__item-1 .parties__img-bg{
    bottom: -7px;
    right: 6px;
    width: 102.793%;
}
.parties__item-2 .parties__img-bg{
    bottom: -16px;
    right: 18px;
    width: 92.06%;
}
.parties__item-3 .parties__img-bg{
    bottom: -9px;
    right: -3px;
    width: 93.863%;
}
.parties__item-4 .parties__img-bg{
    bottom: -24px;
    right: -21px;
    width: 103.25%;
}

.parties__item-5 .parties__img-bg{
    right: 21px;
    bottom: 17px;
    width: 97.473%;
}
.parties__item-6 .parties__img-bg{
    right: -30px;
    bottom: -22px;
    width: 108.61%;
}
.parties__item-8 .parties__img-bg{
    right: -56px;
    bottom: 0;
    width: 116.97%;
}
.parties__item-9 .parties__img-bg{
    right: -27px;
    bottom: -56px;
    width: 113.04%;
}
.parties__item-10 .parties__img-bg{
    right: 11px;
    bottom: -13px;
    width: 85.2%;
}


@media (max-width: 1000px) {
    .main__inner {
        margin-top: 138px;
        min-height: 618px;
    }
    .contact__block-content{
        margin-right: 0;
    }
}

@media (max-width: 900px) {
    .quests__block{
        gap: 5px 24px;
    }
    .quests__item {
        width: calc(33.33% - 16px);
    }

    .parties__item {
        width: calc(33.33% - 16px);
    }

    
}

@media (max-width: 670px) {
    .quests__block{
        gap: 0 24px;
    }
    .quests__item {
        width: calc(50% - 12px);
    }

    .parties__item {
        width: calc(50% - 12px);
    }
    .quests__image {
        height: 318px;
    }
}

@media (max-width: 500px) {
    .main__title{
        margin-bottom: 5px;
    }
    .main__descr{
        font-size: 20px;
    }
    .main__link {
        color: #FFF;
        font-size: 16px;
    }

    .parties__title::before,
    .quests__title::before{
        top: -44px;
        left: -135px;
        background-size: 80%;
    }

    .quests__image {
        height: 203px;
    }
    .quests__name {
        margin-top: 0;
        font-size: 20px;
    }
    .parties__name{
        font-size: 20px;
        margin-top: 15px;
    }
    .parties__block,
    .quests__block{
        margin-top: 50px;
    }
    .parties__block{
        gap: 30px 24px;
    }
    .parties__item-9 .parties__img-bg {
        right: -27px;
        bottom: -13px;
        width: 106.04%;
    }
}