.tab__content--list .controls {
    text-align: center;
    max-width: 767px;
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
}

.tab__content--list .controls button {
    cursor: pointer;
    border: none;
    color: #0C193F;
    padding: 10px;
    border-radius: 10px;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 113.1%;
    margin: 0 10px;
    background: #fff;

}

.tab__content--list .controls button:hover {
    background: #F2F2F2;
}

.tab__content--list .controls button.mixitup-control-active {
    background: #F2F2F2;
}

.user__profile img {
    width: 100%;
}

.user__profile .info__block--users {
    margin-bottom: 36px;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.user__profile .info__block--users h5 {
    margin: 0;
    font-family: 'proxima_nova_regular';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 113.1%;
    color: #000000;
}

.user__profile .info__block--users h4 {
    font-family: 'proxima_nova_regular';
    margin: 0;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 113.1%;
    padding: 10px 0 30px;
    color: #000000;
}

.user__profile .info__block--users a {
    padding: 10px 15px;
    background: #0055E6;
    border-radius: 20px;
    color: #fff;
    font-family: Proxima Nova;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 113.1%;
}

.content__list--user {
    max-width: 1050px;
    margin: auto;
    height: auto;
}

.main__block--users {
    width: 33%;
    display: inline-block;
    padding: 0px 15px;
}

.user__block {
    text-align: center;
}

.tab-pane.active {
    display: block;

}

.nav-link.active {
    background: #084ABC;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tab-pane {
    display: none
}

.injuries__tab button {
    border: none;
    background: #0055E6;
    font-family: 'proxima_nova_semibold' !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 113.1%;
    align-items: center;
    display: flex;
    color: #FFFFFF;
    padding: 20px 53px 20px 20px;
    cursor: pointer;
}

.tab__injuries--main {
    background: #0055E6;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    display: flex;
}

.tab__injuries--main ul li {
    list-style: none;
    color: #101010;
}

.injuries__tab button img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 20px;
}

.injuries__tab ul {
    padding-left: 16px;
}

.injuries__content {
    max-width: 647px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 5%);
    padding: 27px 55px 51px 44px;
    border-radius: 10px;
    max-height: 497px;
}

.content__tab--image {
    display: flex;
    align-items: center;
}

.content__main--injuries {
    width: 50%;
}

.content__image--injuries {
    width: 50%;
}

.injuries__star {
    display: flex;
    align-items: center;
}

.injuries__star ul {
    display: flex;
    padding-left: 0;
    padding-right: 11px;
    margin: 0;
}

.content__main--injuries h4 {
    margin-bottom: 0;
    font-family: 'proxima_nova_bold' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 145%;
    color: #000000;
    margin-bottom: 16px;
}

.content__main--injuries p {
    font-family: 'proxima_nova_regular' !important;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 162%;
    color: #000000;
}

.injuries__content h3 {
    font-family: 'proxima_nova_bold' !important;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 144%;
    color: #000000;
}

.injuries__content p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 144%;
    font-family: 'proxima_nova_regular' !important;
    color: #000000;
    margin-bottom: 42px;
}

.injuries__star span {
    font-style: normal;
    font-weight: 500;
    font-family: 'proxima_nova_regular' !important;
    font-size: 14px;
    line-height: 145%;
    color: #70757A;
}

.title_what_steps {
    width: 80%;
}

.title_what_steps h1 {
    font-family: 'proxima_nova_extrabold' !important;
}

.des_what_step p {
    font-family: 'proxima_nova_regular' !important;
}

.des_what_step p:last-child {
    margin-bottom: 0;
}

.image_what_steps img {
    height: 400px;
    max-height: 100%;
}

.title_compensation h1 {
    font-family: 'proxima_nova_extrabold' !important;
}

.des_compensation p {
    font-family: 'proxima_nova_regular' !important;
}

.des_compensation p:last-child {
    margin-bottom: 0;
}

.des_compensation ul li {
    font-family: 'proxima_nova_regular' !important;
}

/*.modal {*/
/*    display: none;*/
/*    position: fixed;*/
/*    z-index: 1;*/
/*    padding-top: 100px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgb(0, 0, 0);*/
/*    background-color: rgba(0, 0, 0, .4);*/
/*}*/

/*.modal-content {*/
/*    background-color: #fefefe;*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    border: 1px solid #888;*/
/*    width: 80%;*/
/*}*/

/*.close {*/
/*    color: #aaaaaa;*/
/*    float: right;*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*}*/

/*.close:hover,*/
/*.close:focus {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*}*/

@media (max-width: 1100px) {
    .injuries__content {
        max-width: 600px;
    }
}

@media (max-width: 1050px) {
    .injuries__tab button {
        font-size: 13px;
        padding: 20px 20px 20px 20px;
    }

    .injuries__content p {
        font-size: 13px;
    }

    .injuries__content h3 {
        font-size: 18px;

    }
}

@media (max-width: 991px) {
    .main__block--users {
        width: 49%;

    }

    .tab__injuries--main {
        display: block;
        padding: 20px 0;
    }

    .injuries__tab ul {
        column-count: 3;
    }

    .injuries__content {
        max-width: 90%;
    }

    .what_steps_section .fusion-builder-row .fusion-layout-column {
        width: 100% !important;
    }

    .what_steps_section .fusion-builder-row .fusion-layout-column:last-child {
        text-align: center;
    }

    .compensation_section .fusion-builder-row .fusion-layout-column {
        width: 100% !important;
    }

    .compensation_section .fusion-builder-row .fusion-layout-column:first-child {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .injuries__tab ul {
        column-count: 2;
    }
    .image_what_steps img{
        height: auto;
    }
    .column__content--about{
        margin-bottom: 50px !important;
    }

}

@media (max-width: 680px) {
    .content__tab--image {
        display: block;

    }

    .injuries__content {
        max-height: 100%;
    }

    .content__image--injuries {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .content__image--injuries img {
        width: 100%;
    }

    .content__main--injuries {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .main__block--users {
        width: 100%;

    }
    .injured-left >.fusion-column-wrapper {
        max-height: 100%;
        padding: 45px 32px 20px 36px !important;
    }
    .injuries__tab ul {
        column-count: 1;
    }
    .block__about--title >.fusion-column-wrapper {
        padding: 35px 30px 11px 30px !important;
    }
}
