

/* Start:/local/templates/dst/components/bitrix/breadcrumb/custom/style.min.css?16077092011252*/
@media (max-width:560px){.breadcrumbs{margin-top:12px!important;margin-bottom:6px!important}.breadcrumbs li:after,.breadcrumbs li:not(.mobile_nav){display:none}.breadcrumbs .bx-breadcrumb-item.mobile_nav{display:flex;align-items:center;font-weight:700}.breadcrumbs .bx-breadcrumb-item.mobile_nav:before{content:'';display:inline-block;width:17px;height:14px;background-color:#15aeeb;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M17.000,8.000 L3.326,8.000 L7.629,12.303 L6.215,13.718 L0.498,8.000 L-0.000,8.000 L-0.000,6.000 L0.498,6.000 L6.215,0.282 L7.629,1.697 L3.326,6.000 L17.000,6.000 L17.000,8.000 Z'/%3E%3C/svg%3E") center center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='14px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M17.000,8.000 L3.326,8.000 L7.629,12.303 L6.215,13.718 L0.498,8.000 L-0.000,8.000 L-0.000,6.000 L0.498,6.000 L6.215,0.282 L7.629,1.697 L3.326,6.000 L17.000,6.000 L17.000,8.000 Z'/%3E%3C/svg%3E") center center/contain no-repeat;margin-right:10px}}
/* End */


/* Start:/about/nasha-komanda/style.css?17494899424928*/
.static_page.komanda {
    margin-bottom: 40px
}
.sp_desc {
    margin-top: 30px;
}



.nasha_komanda_list {
    padding: 48px 0;
}

.nasha_komanda_list h2 {
    font-size: 2em;
    color: #3E5B6C;
    line-height: 1.3em;
}

.nasha_komanda_list h3 {
    text-align: left;
    font-size: 1.5em;
    color: #3E5B6C;
    margin-top: 8px;
    line-height: 1.2em;
}

.nasha_komanda_icons {
    display: flex;
    gap: 40px 85px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nasha_komanda_node {
    flex-basis: calc((100% - 255px) / 4);
    display: flex;
    flex-direction: column; /* max-width: 300px; *//* padding-left: 85px; */
    position: relative; /* margin-bottom: 50px; *//* min-width: 300px; *//* width: calc(100% / 3); */
}
.nasha_komanda_node img {
    border-radius: 5px;
}

.spin_nasha_komanda_title {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: normal;
    color: #353F45;
    text-align: center;
}
.spin_nasha_komanda_descr {
    margin-top: 10px;
    font-size: 1em;
    font-weight: normal;
    color: #353F45;
    text-align: center;
}


@media (max-width: 1025px) {
    .nasha_komanda_node {
        flex-basis: calc((100% - 170px) / 3);
    }
}

@media (max-width: 785px) {

    .nasha_komanda_node {
        margin-bottom: 20px;
        flex-basis: calc((100% - 90px) / 2);
    }

    .spin_nasha_komanda_title {
        margin-top: 0px;
    }
}
@media (max-width: 600px) {
    .nasha_komanda_advantages_img {
        display: flex;
        gap: 0px 35px;
        margin-top: 40px;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 520px) {

    .nasha_komanda_icons {
        gap: 20px 40px;
        margin-top: 20px;
    }

    .sp_ipo {
        padding: 24px 0;
    }

    .spin_nasha_komanda_img {
        width: 65px;
        height: 67px;
        min-width: 65px;
        min-height: 67px;
    }

    .nasha_komanda_node {
        flex-direction: column;
        gap: 20px;
        flex-basis: calc((100% - 45px) / 2);
    }

    .spin_nasha_komanda_title {
        margin-top: 0;
        font-weight: normal;
    }
}

@media (max-width: 465px) {
    .nasha_komanda_node {
        flex-direction: column;
        gap: 10px;
        flex-basis: calc(100%);
    }
    .spin_nasha_komanda_descr {
        margin-top: 0;
    }
    .nasha_komanda_advantages_img {
        display: flex;
        gap: 40px 85px;
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}


.nasha_komanda_advantages {
    position: relative;
}
.nasha_komanda_advantages:before {
    content: "";
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background-color: #edf4f7;
    position: absolute;
    z-index: 0;
}
.nasha_komanda_advantages_monitor {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    margin: 30px 0;
}
.nasha_komanda_advantages h2 {
    font-size: 2em;
    color: #3E5B6C;
    line-height: 1.3em;
    text-align: center;
}

.nasha_komanda_advantages h3 {
    font-size: 1.25em;
    color: #3E5B6C;
    margin-top: 8px;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
}

.nasha_komanda_advantages_img {
    display: flex;
    gap: 40px 85px;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
.nasha_komanda_advantages_node {
    flex-basis: calc((100% - 255px) / 3);
    display: flex;
    flex-direction: column;
    position: relative;
}
.nasha_komanda_advantages_node img {
    max-width: 132px;
    margin: 0 auto;
}
.spin_nasha_komanda_advantages_title {
    margin-top: 20px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    color: #353F45;
    text-align: center;
}
.spin_nasha_komanda_advantages_descr {
    margin-top: 10px;
    font-size: 1em;
    font-weight: normal;
    color: #353F45;
    text-align: center;
}



.btn_wrapper {
    display: flex;
    width: 100%;
    justify-content: center
}

.btn_wrapper .btn.btn-blue {
    padding-left: 25px;
    padding-right: 25px
}

.btn_label {
    color: #fff!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 2px
}

.btn_label.arrowed {
    display: flex;
    align-items: center
}

.btn_label.arrowed:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 17px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.58 7v2h12l-5.5 5.5 1.42 1.42L16.42 8 8.5.08 7.08 1.5l5.5 5.5h-12Z' fill='%23fff'/%3E%3C/svg%3E")
}


/* End */
/* /local/templates/dst/components/bitrix/breadcrumb/custom/style.min.css?16077092011252 */
/* /about/nasha-komanda/style.css?17494899424928 */
