.section--technologies-boxes-icons-block {
    position: relative;
}

@media only screen and (max-width: 460px) {
    .section--technologies-boxes-icons-block {
        margin-bottom: 0;
    }
}

.shape-technologies-boxes-icons-left-top {
    z-index: 1;
    top: -40px;
    left: 0;
}

@media only screen and (max-width: 1440px) {
    .shape-technologies-boxes-icons-left-top {
        transform: scale(0.75);
        transform-origin: left;
    }
}

@media only screen and (max-width: 1280px) {
    .shape-technologies-boxes-icons-left-top {
        left: -40px;
    }
}

.section--technologies-boxes-icons-block .container-technologies-boxes-icons {
    margin-top: -10px;
}

.section--technologies-boxes-icons-block .container-technologies-boxes-icons.container-dark,
.section--technologies-boxes-icons-block .container-technologies-boxes-icons.container-light-grey {
    margin-top: unset;
}

.technologies-boxes-icons-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.technologies-boxes-icons-header p {
    line-height: var(--line_hight--large);
}

.technologies-boxes-icons-container {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    .technologies-boxes-icons-container {
        justify-content: flex-start;
    }
}

.technologies-boxes-icons-container .technologies-item {
    flex: 0 1 calc(33% - 15px );

    margin-top: 36px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.technologies-boxes-icons-container .technologies-item:nth-child(3),
.technologies-boxes-icons-container .technologies-item:last-child {
    margin-right: unset;
}

@media only screen and (max-width: 1280px) {
    .technologies-boxes-icons-container .technologies-item {
        flex: 0 1 calc(33% - 15px);

        margin-bottom: 15px;
    }

    .technologies-boxes-icons-container .technologies-item:last-child {
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .technologies-boxes-icons-container .technologies-item {
        flex: 0 1 100%;

        margin-right: 0;
    }
}

.technologies-boxes-icons-container .technologies-item {
    position: relative;
}

.technologies-boxes-icons-container .technologies-item a {
    text-decoration: none;
}

.technologies-boxes-icons-container .technologies-item figure {
    display: block;
    overflow: visible;

    width: 100%;
    height: 100%;
    padding: 24px 16px 24px 24px;

    transition: all var(--translation_duration);
    text-decoration: none;

    color: var(--brand);
    border: 1px solid var(--grey_blue);
}

.container-dark .technologies-boxes-icons-container .technologies-item figure {
    color: var(--white);
}

.technologies-boxes-icons-container .technologies-item a:hover {
    color: unset;
}

.technologies-boxes-icons-container .technologies-item a:hover figure {
    background-color: var(--brand);
}

.technologies-boxes-icons-container .technologies-item a:hover figure {
    color: var(--white);
    border: 1px solid var(--brand);
}

@media only screen and (max-width: 480px) {
    .technologies-boxes-icons-container .technologies-item a:hover figure {
        color: unset;
        border: 1px solid var(--grey_blue);
        background-color: unset;
    }
}

.container-dark .technologies-boxes-icons-container .technologies-item a:hover figure {
    background-color: var(--white);
}

.container-dark .technologies-boxes-icons-container .technologies-item a:hover figure {
    color: var(--brand);
    border: 1px solid var(--white);
}

@media only screen and (max-width: 480px) {
    .container-dark .technologies-boxes-icons-container .technologies-item a:hover figure {
        color: unset;
        border: 1px solid var(--grey_blue);
        background-color: unset;
    }
}

.technologies-boxes-icons-container .technologies-item h4 {
    margin-bottom: 26px;

    line-height: var(--line_hight--large);
}

.technologies-boxes-icons-container .technologies-item p {
    margin-bottom: 4px;

    font-size: var(--tag);
    font-weight: var(--font_weight--semibold);
    line-height: var(--line_hight--large);
}

.technologies-boxes-icons-container .technologies-item p.long-desc {
    margin-bottom: 26px;

    font-weight: var(--font_weight--normal);
}

.technologies-boxes-icons-container .technologies-item a figure {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    height: 100%;
}

@media only screen and (max-width: 1440px) {
    .technologies-boxes-icons-container .technologies-item a figure > p {
        font-size: var(--caption--large);
    }
}

@media only screen and (max-width: 1280px) {
    .technologies-boxes-icons-container .technologies-item a figure > p {
        font-size: var(--caption--desktop);
    }
}

@media only screen and (max-width: 1024px) {
    .technologies-boxes-icons-container .technologies-item a figure > p {
        font-size: var(--caption--tablet);
    }
}

@media only screen and (max-width: 768px) {
    .technologies-boxes-icons-container .technologies-item a figure > p {
        font-size: var(--caption--mobile_landscape);
    }
}

@media only screen and (max-width: 460px) {
    .technologies-boxes-icons-container .technologies-item a figure > p {
        font-size: var(--caption--mobile);
    }
}

.technologies-boxes-icons-container .technologies-item span {
    position: relative;

    display: inline-block;
    overflow: hidden;
    align-self: flex-start;

    margin-top: auto;

    text-decoration: none!important;

    font-weight: var(--font_weight--semibold);
    line-height: var(--line_hight--large);
}

.technologies-boxes-icons-container .technologies-item span:after {
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 2px;

    content: "";
    transition: all var(--translation_duration);

    background-color: var(--brand);
}

.container-dark .technologies-boxes-icons-container .technologies-item span:after {
    background-color: var(--white);
}

.technologies-boxes-icons-container .technologies-item a:hover span:after {
    background-color: var(--white);
}

@media only screen and (max-width: 460px) {
    .technologies-boxes-icons-container .technologies-item a:hover span:after {
        background-color: var(--brand);
    }
}

.container-dark .technologies-boxes-icons-container .technologies-item a:hover span:after {
    background-color: var(--brand);
}
@media only screen and (max-width: 460px) {
    .container-dark .technologies-boxes-icons-container .technologies-item a:hover span:after {
        background-color: var(--white);
    }
}
