:root {
    --card: #F5F5F7;
    --background-light: #F6F6F6;
    --background-dark: #202020;
    --stroke: #333335;
    --primary: #0071E3;
    --hover: #318BE7;
    --head: #101010;
    --main-text: #D8D8D8;
}

#working-block .bg_arr {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: -webkit-center;
    max-width: 1500px;
    width: 90vw;
}

#working-block {
    position: relative;
    margin-bottom: 80px;
    overflow-x: hidden;
}

#working-block .bg_arrow {
    position: absolute;
    width: 1508px;
    top: 473px;
    left: 234px;
    display: flex;
    align-items: center;
}

#working-block .bg_arrow img {
    width: 100%;
}

#working-block .title {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 40px;
}

#working-block .title_one {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#working-block .title_one span {
    color: var(--primary, #0071E3);
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#working-block svg {
    position: absolute;
    right: -24px;
    top: 0;
    bottom: 0;
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}



#working-block .count_one {
    color: var(--primary, #0071E3);
    font-family: "Roboto Condensed";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#working-block .one_wrapper {
    border-radius: 10px;
    background: var(--bg-dark, #202020);
    padding-top: 40px;
    padding-left: 40px;
    padding-bottom: 47px;
    max-width: 570px;
    position: relative;
}

#working-block .two_wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* #working-block .working__item:first-child {
    grid-column: span 2;
} */

#working-block .one_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

#working-block .modal_window {
    display: flex;
    width: 488px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

#working-block .title_one {
    max-width: 400px
}

#working-block .two_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#working-block .two_wrapper {
    border-radius: 10px;
    background: var(--bg-dark, #202020);
    min-width: 270px;
    min-height: 270px;
    box-shadow: 0px 10px 20px 0px rgba(36, 19, 1, 0.05);
    position: relative;
}

#working-block .title_more {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#working-block .subtitle_more {
    color: var(--main-text, #D8D8D8);
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    padding-bottom: 20px;
}

#working-block .keycount {
    color: var(--primary, #0071E3);
    font-family: "Roboto Condensed";
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

#working-block .working__item {
    border-radius: 10px;
    background: var(--bg-dark, #202020);
    min-width: 270px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    align-items: flex-start;
    position: relative;
}

#working-block .phone_value {
    margin-bottom: 10px;
}

#working-block .phone_value a {
    color: var(--primary, #0071E3);
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    white-space: nowrap;
}

#working-block .socials_one {
    display: flex;
    gap: 10px;
}

#working-block .socials_one .social {
    display: flex;
    gap: 10px;
    align-items: center;
}

#working-block .socials_one .social img {
    width: 100%;
    height: 100%;
    width: 32px;
    height: 32px;
}

#working-block .socials_one .social .social__text {
    color: var(--card, #F5F5F7);
    font-family: "Roboto Condensed";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

@media (max-width: 1568px) {
    #working-block .bg_arr {
        display: none;
    }
}

@media (max-width: 1235px) {
    #working-block .two_wrap {
        grid-template-columns: 1fr;
    }

    #working-block svg {
        display: none;
    }

    #working-block .working__item {
        min-width: 100%;
    }

    #working-block .title_one {
        max-width: unset;
    }
}

@media (max-width: 900px) {
    /* #working-block .two_wrap {
        grid-template-columns: 1fr 1fr;
    } */

    #working-block .one_wrapper {
        width: 100%;
        max-width: unset;
    }

}

@media (max-width: 600px) {
    #working-block .two_wrap {
        grid-template-columns: 1fr;
    }

    #working-block .working__item:first-child {
        grid-column: span 1;
    }
    #working-block .one_wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    #working-block .socials_one .social .social__text{
        font-size: 20px;
    }
}

@media (max-width: 563px) {
    #working-block .send_two {
        flex-direction: column;
        gap: 30px;
        width: unset;
    }

    #working-block .modal_window {
        width: unset;
    }

    #working-block .input {
        flex-grow: unset;
    }

    #working-block .form_group_two {
        flex-direction: column;
    }

    #working-block .title_one {
        font-size: 18px;
    }
}