@font-face {
    font-family: 'Xarrovv';
    src: url('/local/templates/otkazniki/design/fonts/xarrovv/Xarrovv.woff2') format('woff2'),
    url('/local/templates/otkazniki/design/fonts/xarrovv/Xarrovv.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Anitype Redwood';
    src: url('/local/templates/otkazniki/design/fonts/anitype/Anitype-1.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('/local/templates/otkazniki/design/fonts/proxima/ProximaNova-Bold.woff') format('woff'),
    url('/local/templates/otkazniki/design/fonts/proxima/ProximaNova-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.team h1 {
    font-family: Anitype Redwood;
    font-style: normal;
    font-weight: normal;
    font-size: 72px;
    line-height: 100%;
    margin-bottom: 35px;
}

.team_content {
    width: 1164px;
    margin:0 auto;
}

.team_subblock-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.team_subblock-item_wrap {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 78px;
}

.team_subblock-item_wrap__small {
    width: 100%;
    margin-bottom: 45px;
}

.team_subblock-item {
    display: flex;
}

.team_subblock-item_wrap__small .team_subblock-item {
    flex-direction: column;
}

.team_block-title {
    font-family: Anitype Redwood;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: 3px;
    margin-bottom: 36px;
    display: inline-block;
    background: url(/podsad/images/draft.png) repeat-x center;
}
.team_block-title__type2{
    background: url(/podsad/images/draft2.png) repeat-x center;
}
.team_subblock-item_content {
    display: flex;
    flex-direction: column;
}

.team_subblock-item_avatar {
    background: #C4C4C4;
    width: 94px;
    height: 94px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.team_subblock-item_avatar img {
    max-width: 100%;
    flex-shrink: 0;
}

.team_subblock-item_title {
    font-family: Xarrovv;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 150%;
    color: #2D2F33;
    margin-bottom: 8px;
;
}

.team_subblock-item_kind {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #2D2F33;
    margin-bottom: 8px;
}

.team_subblock-item_kind ul {
    list-style: square;
    margin-left: 40px;
}

.team_subblock-item_phone {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #5C5F66;
    text-decoration: none;
    display: inline-block;
}

.team_subblock-item_email {
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    color: #96C6E0;
    text-decoration: none;
    display: inline-block;

}

.team_subblock-item_wrap__small .team_subblock-item_avatar {
    width: 300px;
    height: 300px;
    background-position: top;
    margin-right: 0;
    margin-bottom: 12px;
}

.team_subblock-item_wrap__small .team_subblock-item_title {
    font-size: 24px;
    line-height: 123%;
}

.team_subblock-item_wrap__small .team_subblock-item_email {
    font-size: 16px;
    line-height: 150%;
}

.team_subblock-item_wrap__small .team_subblock-item_email {
    font-size: 16px;
    line-height: 150%;
}

.team_subblock-item_wrap {
    margin-bottom: 40px;
}

.team_block-title_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    margin-bottom: 36px;
}

.team_block-title_wrap .team_block-title {
    margin-right: 15px;
    margin-bottom: 0;
}

.team_block-title_control {
    color: #96C6E0;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dashed #B1D361;
    font-family: Xarrovv;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
}

@media (max-width: 1300px) {

    .team_block-title {
        background:none;
    }
    .team_subblock-item_wrap{
        width:100%;
    }
    .team_subblock-item{
        flex-direction:column;
    }
    .team_subblock-item_wrap .team_subblock-item_avatar{
        width:200px;
        height:200px;
        margin-right: 0;
        margin-bottom: 26px;
    }
    .team_subblock-item_wrap__small  .team_subblock-item_avatar{
        width:300px;
        height:300px;
    }
    .team_subblock-row__mobile-scroll{
        flex-wrap:wrap;
        overflow-x: auto;
        max-width:100%;
    }
    .team_content {
        padding-left:15px;
        padding-right:15px;
        max-width: 100%;
        width:auto;
    }
}

.team_subblock-item_wrap__small--hidden {
    display: none;
}
