.standard_elements{
    text-align: justify;
}
.about_section .tab_buttons ul, .about_section .team_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.about_section .main_img img, .about_section .images_block img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.about_section .main_img {
    margin: 40px 0;
    padding-bottom: 43%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.about_section .main_img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.about_section .h1_title {
    max-width: 450px;
    font-size: 260%
}

.about_section .partner_logos {
    padding-bottom: 60px;
}

.about_section .logo_item {
    padding-right: 30px;
}

.about_section .tab_section {
    margin-top: 25px;
}

.about_section .tab_block {
    height: 0;
    opacity: 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.about_section .selected.tab_block {
    height: auto;
    opacity: 1;
    overflow: visible;
    margin-top: 40px;
}

.about_section .our_team {
    padding: 0 30px;
}

.about_section .tab_buttons {
    padding-bottom: 15px;
    border-bottom: 1px solid #E6E9EE;
}

.about_section .tab_buttons ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.about_section .tab_buttons li {
    padding: 0 7px;
    margin-bottom: 15px;
}

.about_section .tab_buttons a {
    font-size: 120%;
    line-height: 15px;
    font-family: "medium", "arm-medium";
    color: #999999;
    padding: 9px 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(84, 124, 203, 0.15);
    border: 1px solid #6E7786;
    border-radius: 4px;
    background-color: #ffffff;
    transition: all 0.3s;
}

.about_section .tab_buttons a.selected {
    background: rgb(77, 168, 67);
    color: #ffffff;
    border: 1px solid rgb(77, 168, 67);
}

.about_section .tab_buttons a.selected:before {
    opacity: 1;
}
.about_section .container_inner {
    padding: 0 40px;
}
.about_section .team_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 -19px;
    padding: 0 30px;
}

.about_section .services_item {
    width: calc(100% / 3 - 10px);
}

.about_section .team_list li {
    width: 25%;
    padding: 19px;
    order: 2;
}

.about_section .team_list li.general_employee {
    width: 100%;
    order: 1;
    padding-top: 0;
    border-bottom: 1px solid #E6E9EE;
}

.about_section .images_block {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    padding-bottom: 190px;
}

.about_section .images_block img {
    -o-object-fit: cover;
    object-fit: cover;
}

.about_section .about_description {
    font-size: 160%;
    line-height: 24px;
    color: rgba(76, 82, 93, 0.8);
}

.about_section .partner_logos {
    margin-top: 40px;
}

.about_section .partner_logos img {
    width: 150px;
    height: auto;
    vertical-align: top;
    -o-object-fit: cover;
    object-fit: cover;
}

.about_section .person_name {
    margin-top: 15px;
    font-size: 120%;
    line-height: 18px;
    font-family: "bold", "arm-bold";
    max-width: 140px;
    color: rgba(76, 82, 93, 0.8);
}
.about_section .new_standart_element p {
    font-size: 160%;
    line-height: 18px;
    color: rgba(76, 82, 93, 0.8);
}
.about_section .person_position {
    margin-top: 3px;
    font-size: 120%;
    line-height: 18px;
    color: rgba(76, 82, 93, 0.8);
}

.about_section .general_employee .person_name {
    margin-top: 0;
    font-size: 140%;
    line-height: 18px;
    max-width: none;
}

.about_section .general_employee .person_position {
    font-size: 140%;
    line-height: 18px;
    margin-top: 5px;
}

.about_section .general_employee .person_description {
    font-size: 140%;
    line-height: 18px;
    margin-top: 20px;
    color: rgba(76, 82, 93, 0.8);
}

.about_section .general_employee .images_block {
    min-width: 170px;
}

.about_section .general_employee .bio_link {
    flex: 1;
    display: block;
    font-size: 120%;
    line-height: 15px;
    text-decoration: underline;
    font-family: "bold", "arm-bold";
    color: rgb(0, 90, 168);
    display: flex;
    align-items: flex-end;
}

.about_section .general_employee .employee_block {
    display: flex;
}

.about_section .general_employee .info_block {
    margin-left: 32px;
    display: flex;
    flex-direction: column;
}
.about_section .content_title {
    padding-left: 40px;
}

@media (max-width: 1199px) {
    .about_section .container_inner {
        padding: 20px;
    }

    .about_section .team_list {
        padding: 0;
        margin: 0 -10px;
    }

    .about_section .images_block {
        padding-bottom: 160px;
    }

    .about_section .team_list li {
        padding: 10px;
    }

    .about_section .team_list li.general_employee {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .about_section .partner_logos {
        display: flex;
        flex-wrap: wrap;
    }

    .about_section .partner_logos img {
        margin: 10px;
    }
}

@media (max-width: 767px) {
    .about_section .services_item{
        width: 100%;
    }
    .about_section .page_content {
        padding: 20px 15px;
    }

    .about_section .about_description {
        font-size: 140%;
        line-height: 19px;
    }

    .about_section .team_list li {
        width: 33.3%;
    }
}

@media (max-width: 575px) {
    .about_section .container_inner {
        padding: 20px 0;
    }

    .about_section .content_title {
        padding-left: 0;
        margin-top: 0;
        font-size: 180%;
        line-height: 22px;
        margin-left: 0;
    }

    .about_section .our_team {
        padding: 0;
    }

    .about_section .team_list li {
        width: 100%;
    }

    .about_section .images_block {
        padding-bottom: 250px;
    }

    .about_section .general_employee .info_block {
        margin-left: 0;
        margin-top: 20px;
    }

    .about_section .general_employee .employee_block {
        display: flex;
        flex-direction: column;
    }

    .about_section .general_employee .bio_link {
        margin-top: 20px;
    }
}

.about_section .tab_block {
    transition: opacity 0.3s;
}

.partner_block img {
    width: 100%;
    object-fit: contain;
}

.block_link {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.glide {
    margin-bottom: 50px;
}

.partner-item {
    height: 180px;
}

.glide__slides {
    padding-top: 7px;
    height: 200px;
}

.glide__arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    cursor: pointer;
}

.glide__arrow--left {
    left: 10px;
}

.glide__arrow--right {
    right: 10px;
}

.glide__arrow {
    top: 60%;
    background-color: rgb(0, 90, 168);
    border-radius: 50%;
}

.glide__arrow--right {
    right: -20px;
}

.glide__arrow--left {
    left: -20px;
}

.partner_block {
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(84, 124, 203, 0.26);
    width: 100%;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}

.partner_logo {
    width: 100%;
    position: relative;
    height: 80px;
    /*padding-bottom: 55px;*/
}

.partner_name {
    font-size: 140%;
    line-height: 18px;
    font-family: "bold", "arm-bold";
    color: #999999;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-align: center;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.staff-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.images_block {
    width: 90%;
    height: 280px;
}
