#first_section_services {
    padding: 30px 0 60px;
    position: relative;
}

#first_section_services::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/IT_Waves.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: .2;
    bottom: 0;
    z-index: 0;
}

#first_section_services .container {
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    z-index: 2;
}

#first_section_services .container .title__card {
    margin: 30px 0 50px;
    max-width: 540px;
}

#about_services {
    padding: 90px 0 60px;
}

#about_services .container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#about_services .info__about .content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
}

#about_services .info__about .text__image {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
}

#about_services .info__about .text__image img {
    max-height: 320px;
    height: 100%;
    width: auto;
}

#about_services .purpose {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#about_services .purpose .all__purpose > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

#about_services .purpose .all__purpose ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#about_services .purpose .all__purpose > ul > li {
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1 0 auto;
    max-width: 48%;
}

#about_services .purpose .all__purpose ul li b {
    font-weight: 700;
    font-size: 25px;
}

#stage_services {
    padding: 60px 0;
    position: relative;
}

#stage_services::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../image/IT_Waves.svg);
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    opacity: .2;
    bottom: 0;
    z-index: 0;
}

#stage_services .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
    z-index: 1;
}

#stage_services .all__stages ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#stage_services .all__stages > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

#stage_services .all__stages > ul > li {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    max-width: 48%;
}

#stage_services .all__stages > ul > li > b {
    font-size: 40px;
    font-weight: 700;
    color: #292B63;
}

#stage_services .all__stages > ul > li > ul {
    color: #292B63;
}

#stage_services .all__stages .item__stage .count_stage {
    font-size: 40px;
    font-weight: 700;
    color: #292B63;
}

#stage_services .all__stages > ul > li > ul > li {
    display: flex;
    flex-direction: column;
}

#stage_services .all__stages > ul > li > ul > li > b {
    font-weight: 700;
    margin: 30px 0 15px;
    font-size: 25px;
    color: black;
}
#stage_services .all__stages ul li span{
    font-size: 18px;
}
#why_services {
    padding: 120px 0;
}

#why_services .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#why_services .all__why ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#why_services .all__why > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#why_services .all__why > ul > li {
    background-color: #F5F5F5;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    max-width: 48%;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

#why_services .all__why > ul > li  .icon__why {
    max-height: 60px;
}

#for_whom {
    margin-bottom: 120px;
}

#for_whom .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#for_whom .all__for ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#for_whom .all__for > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 20px), 1fr));
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    padding: 0;
    margin: 0;
}

#for_whom .all__for > ul > *:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
#for_whom .all__for > ul > li {
    background-color: #292B63;
    color: #fff;
    padding: 24px 30px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

#for_whom .all__for > ul > li > span {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
}

#for_whom .all__for > ul > li > ul > li,
#for_whom .all__for > ul > li > ul > li span {
    font-weight: 700 !important;
    font-size: 25px;
}

#for_whom .form__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    background-color: #292B63;
    padding: 50px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

#for_whom .form__block::before {
    content: '';
    position: absolute;
    z-index: 0;
    background-image: url(../image/sfera.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    left: -11%;
    bottom: -41%;
}

#for_whom .form__block .content__form {
    width: 100%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    position: relative;
    z-index: 1;
}

#for_whom .form__block form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#for_whom .form__block form p span input {
   margin-bottom: 10px;
}


#for_whom .form__block form input:not(input[type='submit']),
#for_whom .form__block form textarea {
    background-color: #fff;
    border: none;
    padding: 13px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100%;
}

#for_whom .form__block form input::placeholder {
    color: #A5A5A5;
}

#for_whom .form__block form label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    font-size: 16px;
    color: #A5A5A5;
    margin-top: 20px;
}


#for_whom .form__block form input[type='checkbox'] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

#for_whom .form__block form span:has(input[type='checkbox']) {
    position: relative;
}

#for_whom .form__block form span:has(input[type='checkbox']) {
    margin: 0;
}

#for_whom .form__block form label:has(input[type='checkbox']) {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 12px;
    position: relative;
}

#for_whom .form__block form label:has(input[type='checkbox'])::before {
    position: relative;
    content: '';
    min-width: 25px;
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 5px;
}

#for_whom .form__block form label:has(input[type='checkbox']:checked)::before {
    background-color: #01a0cb;
}

#for_whom .form__block form label:has(input[type='checkbox']:checked)::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(../image/check.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 5px;
    /* top: 5px; */
}




@media screen and (max-width: 992px) {
    #first_section_services {
        padding: 40px 0 70px;
    }

    #first_section_services .container .title__card {
        margin: 20px 0 85px;
    }

    #first_section_services::before {
        width: 190%;
        left: -40%;
    }

    #about_services {
        padding: 40px 0 30px;
    }

    #about_services .container {
        gap: 40px;
    }

    #about_services .info__about .text__image {
        flex-direction: column;
        gap: 30px;
    }

    #about_services .info__about .text__image .text {
        max-width: 100%;
    }

    #about_services .info__about .text__image img {
        max-width: 60%;
        margin: auto;
    }

    #about_services .purpose {
        gap: 30px;
    }

    #about_services .purpose .all__purpose > ul {
        flex-direction: column;
        gap: 20px;
    }

    #about_services .purpose .all__purpose > ul > li {
        max-width: 100%;
        gap: 10px;
        padding: 20px;
    }

    #about_services .purpose .all__purpose > ul > li b {
        font-size: 20px;
    }

    #stage_services {
        padding: 30px 0;
    }

    #stage_services .container {
        gap: 30px;
    }

    #stage_services .all__stages > ul {
        gap: 20px;
    }

    #stage_services .all__stages > ul > li {
        max-width: 100%;
        padding: 20px;
    }

    #stage_services .all__stages > ul > li .count_stage {
        font-size: 30px;
    }

    #stage_services .all__stages > ul > li b {
        margin: 20px 0 10px;
    }

    #why_services {
        padding: 30px 0 60px;
    }

    #why_services .container {
        gap: 30px;
    }

    #why_services .all__why > ul {
        flex-direction: column;
        gap: 20px;
    }

    #why_services .all__why > ul > li {
        padding: 20px;
        gap: 20px;
        max-width: 100%;
    }

    #why_services .all__why .item__why .icon__why {
        max-height: 40px;
    }

    #for_whom {
        margin-bottom: 30px;
    }

    #for_whom .container {
        gap: 30px;
    }

    #for_whom .all__for > ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    #for_whom .all__for > ul > li {
        padding: 20px;
    }

    #for_whom .all__for > ul > li > span {
        font-size: 35px;
    }

    #for_whom .all__for > ul > li > ul {
        max-width: 100%;
    }

    #for_whom .form__block {
        flex-direction: column;
        padding: 30px 18px;
        gap: 18px;
    }

    #for_whom .form__block::before {
        width: 100%;
        height: 100%;
        left: -16%;
        bottom: -45%;
    }

    #for_whom .form__block .content__form {
        gap: 10px;
    }

    #for_whom .form__block form {
        position: relative;
        z-index: 1;
    }

    #for_whom .form__block form label {
        flex-direction: column;
        gap: 30px;
        margin-top: 0;
    }

    #for_whom .form__block form input:not(input[type='submit']),
    #for_whom .form__block form textarea {
        box-sizing: border-box;
        width: 100%;
    }
}