.btn-soc-idea-mp {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 15px 21px 100px !important;
    color: #ffffff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    background-color: #E44934;
    background: -webkit-gradient(linear, left top, right top, from(#E3E2E0), to(#663821));
    background: -webkit-linear-gradient(left, #E3E2E0, #663821);
    background: -o-linear-gradient(left, #E3E2E0, #663821);
    background: linear-gradient(to right, #E3E2E0, #663821);
    box-shadow: 0px 10px 20px 0px rgba(167, 167, 167, 0.4);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btn-soc-idea-mp--icon {
    padding-left: 80px;
}

.btn-soc-idea-mp--icon .btn-icon {
    position: absolute;
    top: 50%;
    left: 7px;
    width: 100px;
    height: auto;
    transform: translateY(-50%);
}

.btn-soc-idea-mp .text:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 120px;
    width: 0px;
    height: 34px;
    border-left: 2px solid rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
}

.btn-soc-idea-mp:hover {
    box-shadow: 0px 10px 20px 0px rgba(100, 159, 220, 0.3);
}

.btn-soc-idea-mp:active {
    background-color: #E44934;
    background: -webkit-gradient(linear, left top, right top, from(#E3E2E0), to(#663821));
    background: -webkit-linear-gradient(left, #E3E2E0, #663821);
    background: -o-linear-gradient(left, #E3E2E0, #663821);
    background: linear-gradient(to right, #E3E2E0, #663821);
    box-shadow: 0px 10px 20px 0px rgba(167, 167, 167, 0.4);
}

.filter {
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
}

.filter .chosen-container-single .chosen-single div {
    top: 0;
    height: 100%;
    transform: translateY(0);
    right: 30px;
}

.filter .chosen-container-single .chosen-single div b {
    transform: translateY(0);
    top: 0;
    height: 100%;
}

.filter .chosen-container-single .chosen-single div b:before {
    content: "";
    border: 7px solid transparent;
    border-top: 10px solid #d8b08c;
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
}

.filter .chosen-container-single.chosen-with-drop .chosen-single div b:before {
    transform: translateY(-105%) rotate(180deg);
}

.filter:not(:last-child) {
    margin-bottom: 20px;
}

.filter__select {
    width: 240px;
}

.filter .chosen-container {
    width: 100%;
}

.filter .chosen-container-single .chosen-single {
    padding: 0;
    padding-left: 20px;
    padding-right: 35px;
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #d8b08c;
    border-radius: 5px;
}

.filter .chosen-container-single .chosen-single.chosen-default {
    background-color: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #212426;
}

.filter .chosen-container-single .chosen-single span {
    font-size: 16px;
    font-weight: 700;
    color: #212426;
}

.filter .chosen-container-single .chosen-drop .chosen-results li {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.filter .chosen-container-single .chosen-drop .chosen-results {
    border-radius: 5px;
}

.filter .chosen-container-single .chosen-drop {
    border-radius: 5px;
    border: 1px solid #d8b08c;
}

.filter .chosen-container-single .chosen-drop .chosen-results li {
    border-top: 1px solid #d8b08c;
}

.filter__date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.filter__input {
    outline: none;
    background-color: #d8b08c;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 130px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.filter__text {
    padding-right: 15px;
    font-size: 16px;
    color: #212426;
    font-weight: 700;
}

.filter__line {
    color: #d8b08c;
    font-weight: 700;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 1200px) {
    .filter .filter__text,
    .filter .filter__input,
    .filter .chosen-container-single .chosen-single span {
        font-size: 14px;
    }
    .filter .filter__select {
        width: 180px;
    }
    .filter .filter__input {
        width: 100px;
    }
}

@media only screen and (max-width: 630px) {
    .filter {
        margin-top: -10px;
        flex-wrap: wrap;
    }
    .filter .filter__select,
    .filter .filter__date {
        width: 100%;
    }
    .filter .filter__date {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 450px) {
    .filter .filter__date {
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .filter .filter__text {
        width: 100%;
        margin-bottom: 5px;
    }
}

.nox {
    font-family: "Fira Sans";
}

.nox .chosen-container-single .chosen-single div b:before {
    content: "";
}

.nox .chosen-container-single .chosen-single div b {
    width: 10px;
    height: 5px;
    background-image: url(../img/arr.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nox h1.section-title {
    margin-bottom: 27px;
}

.nox .base-card {
    padding: 40px 40px 20px;
}

.nox-center .btn {
    margin-left: auto;
    margin-right: auto;
}

.nox-ava {
    display: flex;
    margin-bottom: 24px;
}

.nox-ava__content {
    padding-top: 36px;
}

.nox-ava__avatar {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 30px;
    min-width: 140px;
    position: relative;
    cursor: pointer;
}

.nox-ava__avatar input {
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}

.nox-ava__avatar img {
    width: 100%;
    height: auto;
}

.nox-ava__avatar:hover .nox-ava__hover {
    opacity: 1;
}

.nox-ava__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(33, 36, 38, 0.72);
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.nox-ava__hover img {
    width: 26px;
    height: 24px;
}

.nox-ava__title {
    color: #212426;
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 26px;
}

.nox-ava__text {
    font-size: 18px;
    color: #212426;
    line-height: 18px;
}

.nox .base-card:not(:last-child) {
    margin-bottom: 20px;
}

.nox .diagnostic-card .card-head.card-head-collapse:after {
    right: 35px;
    font-size: 52px;
}

.nox-desc {
    margin-top: 16px;
    margin-bottom: 21px;
    letter-spacing: 0.4px;
    color: #989898;
    line-height: 14px;
    font-size: 16px;
}

.nox-center .btn {
    max-width: 280px;
}

.nox__arrow {
    height: 32px;
    padding: 6px;
    padding-right: 12px;
    border-radius: 16px;
    background-color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #212426;
    vertical-align: middle;
    display: inline-block;
    margin-left: 16px;
}

.nox__arrow span {
    position: relative;
    top: 2px;
}

.nox__arrow img {
    line-height: 32px;
    vertical-align: middle;
    margin-right: 5px;
}

.nox .helper {
    font-size: 14px;
    color: #989898;
    line-height: 14px;
    margin-top: 11px;
}

.nox .faild-wrap .input__st {
    height: 66px;
    background-color: transparent;
    border-radius: 2px;
    border: 1px solid #e8e9ea;
}

.nox .faild-wrap .input__st#volunteer-educationalinstitution {
    height: 200px !important;
    line-height: 1;
}

.nox .lable-top {
    margin-bottom: 8px;
}

.nox .diagnostic-card {
    border-radius: 2px;
    overflow: hidden;
}

.nox .diagnostic-card .card-body {
    padding: 32px 40px;
    padding-bottom: 20px;
}

.nox .diagnostic-card {
    margin-bottom: 20px;
}

.nox .faild-wrap {
    margin-bottom: 22px;
}

.nox-center {
    margin-top: 8px;
}

.nox__roz {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -18px;
}

.nox .result-list .result-list__ell {
    width: 160px;
}

.nox-doublex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 20px;
}

.nox-doublex .section-title {
    margin-bottom: 0;
    color: #212426;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.nox-doublex h1.section-title {
    margin-bottom: 0;
}

.nox-doublex .btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 0;
    justify-content: center;
    max-width: 264px;
}

.nox-doublex .btn img {
    margin-right: 15px;
}

.nox .base-card-small {
    padding-top: 32px;
    padding-bottom: 21px;
}

.nox .base-card-small .faild-wrap .input__st {
    height: 58px;
}

.nox .base-card-small .faild-wrap {
    margin-bottom: 23px;
}

.nox .base-card-small .btn {
    font-size: 14px;
}

.nox .base-card-small .chosen-container-single .chosen-single {
    padding: 20px 40px 20px 18px;
}

.nox .icon-calendar:before {
    display: none;
}

.nox .icon-calendar {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/calendar.png);
    background-repeat: no-repeat;
    position: relative;
    pointer-events: none;
}

.nox__zz {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 15px;
}

.nox-reset {
    font-size: 14px;
    color: #e44934;
    border-bottom: 1px dashed #e44934;
}

.nox-reset:hover {
    border-color: transparent;
}

.nox .faild-date-range .input-date .input__field {
    padding-top: 19px;
    color: #212426;
    font-size: 15px;
    padding-bottom: 19px;
}

.nox-template__header,
.nox-template__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nox-template__col {
    display: flex;
    justify-content: space-between;
}

.nox-template__update {
    font-size: 16px;
    color: #989898;
}

.nox-template__update span {
    color: #212426;
}

.nox-template__gray {
    font-size: 16px;
    color: #989898;
}

.nox-template__content {
    padding-top: 21px;
    padding-bottom: 15px;
}

.nox-template__title {
    color: #212426;
    font-size: 18px;
    font-weight: 700;
}

.nox-template__btn {
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #d9dbdc;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #d8b08c;
    width: 142px;
    height: 38px;
    margin-left: 20px;
}

.nox-template__btn img {
    margin-right: 10px;
}

.nox-template__right {
    display: flex;
    align-items: center;
}

.nox-template__number {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
    height: 38px;
    width: 38px;
    color: #fff;
    background-color: #d8d8d8;
    border-radius: 4px;
    font-size: 16px;
}

.nox-template__number.active {
    background-color: #d8b08c;
}

.nox-template__tag {
    display: flex;
    align-items: center;
    max-width: 320px;
    padding: 10px;
    color: #212426;
    font-size: 16px;
    line-height: 18px;
    border-radius: 19px;
    background-color: #ebebed;
    text-align: center;
    transition: .3s;
}

.nox-template__tag.recoverResumeButton,
.nox-template__tag.removeResumeButton {
    margin-left: 10px;
    color: #fff;
    cursor: pointer;
}
.nox-template__tag.recoverResumeButton {
    background-color: #009688;
}
.nox-template__tag.removeResumeButton {
    background-color: #e6897c;
}
@media (min-width: 1024px) {
    .nox-template__tag {
        padding: 10px 20px;
    }
    .nox-template__tag.recoverResumeButton,
    .nox-template__tag.removeResumeButton {
        margin-left: 20px;
    }
    .nox-template__tag.recoverResumeButton:hover,
    .nox-template__tag.removeResumeButton:hover {
        opacity: 0.7;
    }
}

.nox .base-card.nox-template {
    padding-top: 20px;
    padding-bottom: 30px;
}

.nox-footer {
    margin-top: 29px;
}

.nox .chosen-container-single .chosen-single.chosen-default {
    background-color: transparent;
    border: 1px solid #F4F6FA;
}

.nox .faild-wrap .input__st.input__st--nox {
    border: none;
    background-color: #f8f8f8;
}

.tracking-list-wrap .form-group {
    position: relative;
}

.tracking-list-wrap .form-group .btn-redact {
    position: absolute;
    cursor: pointer;
    height: 28px;
    width: 18px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    background-image: url("../img/icon-font-svg/redact.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/*idea status*/

.status-side {
    background: #ffffff;
    padding: 15px 30px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 4px;
}

.status-side__title {
    text-transform: uppercase;
    font-size: 21px;
    color: #2e3031;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 0;
}

.status-side__info {
    margin-top: 5px;
    border-bottom: 1px solid #efece9;
    border-top: 1px solid #efece9;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.status-side__info span {
    font-size: 14px;
    font-family: "Fira Sans";
    color: #989898;
    line-height: 24px;
}

.status-side__icon {
    display: block;
    height: 22px;
    width: 30px;
    min-width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 5px 2px 5px;
}

.status-side__text {
    font-size: 15px;
    font-family: "Fira Sans";
    line-height: 1.2;
    text-align: left;
    width: 100%;
    padding-top: 4px;
    position: relative;
}

.status-side__text:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    top: 0px;
    left: 0;
    position: absolute;
    border-radius: 2px;
}

.status-side__quote-wrap {
    display: flex;
    align-items: center;
    height: fit-content;
    padding: 10px 0;
    min-height: 120px;
    box-sizing: border-box;
}

.status-side__quote {
    margin: auto;
    height: fit-content;
    font-size: 14px;
    font-family: "Fira Sans";
    color: #212426;
    font-style: italic;
    line-height: 1.071;
    text-align: left;
    padding: 0px 20px 0 20px;
    position: relative;
}

.status-side__quote:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -10px;
    height: 18px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/icon/quote-open.png");
}

.status-side__quote:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    right: -10px;
    height: 18px;
    width: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../img/icon/quote-close.png");
}

.planned .status-side__icon {
    background-image: url("../img/icon/ic-wait.png");
}

.planned .status-side__text {
    color: #e44934;
}

.planned .status-side__text:before {
    background: #e44934;
}

.working .status-side__icon {
    background-image: url("../img/icon/ic-working.png");
}

.working .status-side__text {
    color: #d8b08c;
}

.working .status-side__text:before {
    background: #d8b08c;
}

.completed .status-side__icon {
    height: 12px;
    margin-bottom: 8px;
    background-image: url("../img/icon/ic-completed.png");
}

.completed .status-side__text {
    color: #01cf91;
}

.completed .status-side__text:before {
    background: #01cf91;
}

@media only screen and (max-width: 600px) {
    .nox-ava {
        flex-wrap: wrap;
    }
    .nox-ava__avatar {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .nox-ava__content {
        width: 100%;
        padding-top: 0;
    }
    .status-side {
        padding: 15px 20px;
    }
    .status-side__quote-wrap {
        min-height: auto;
    }
}

@media only screen and (max-width: 535px) {
    .nox .base-card-small,
    .nox .diagnostic-card .card-body,
    .nox .base-card {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nox__roz {
        display: block;
        margin-top: 10px;
        margin-left: 0;
        height: auto;
    }
    .nox__arrow {
        margin-left: 0;
    }
    .nox-template__header,
    .nox-template__footer {
        flex-wrap: wrap;
    }
    .nox-template__col {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .nox-template__right {
        width: 100%;
        justify-content: space-between;
    }
    .nox-template__content {
        padding-top: 15px;
    }
    .nox-doublex {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .nox-doublex h1.section-title {
        margin-bottom: 15px;
        width: 100%;
    }
}

.hdx {
    display: none;
}

.hdx.active {
    display: block;
}

.mentor-card {
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 35px;
}

.mentor-card__wrap {
    display: flex;
    padding: 24px;
    align-items: center;
}

@media only screen and (max-width: 650px) {
    .mentor-card__wrap {
        padding: 24px 15px;
    }
}

@media only screen and (max-width: 500px) {
    .mentor-card__wrap {
        flex-direction: column;
    }
}

.mentor-card__image {
    position: relative;
    border-radius: 50%;
    width: 90px;
    min-width: 90px;
    height: 90px;
}

.mentor-card__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 500px) {
    .mentor-card__image {
        margin: 0 auto 15px auto;
    }
}

.mentor-card__info {
    margin-left: 50px;
}

@media only screen and (max-width: 650px) {
    .mentor-card__info {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .mentor-card__info {
        margin-left: 0;
        text-align: center;
    }
}

.mentor-card__info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #989898;
    line-height: 20px;
}

.mentor-card__info a {
    color: #989898;
}

.mentor-card__info a:hover {
    color: #E44934;
}

.mentor-card__name {
    font-size: 24px;
    line-height: 28px;
    color: #212426;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    .mentor-card__name {
        font-size: 20px;
        line-height: 24px;
    }
}

.mentor-card__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #e0e0e4;
}

@media only screen and (max-width: 650px) {
    .mentor-card__footer {
        flex-wrap: wrap;
    }
}

.mentor-card__footer .btn {
    margin-bottom: 0;
    width: 35%;
}

@media only screen and (max-width: 1070px) {
    .mentor-card__footer .btn {
        width: 33%;
    }
}

@media only screen and (max-width: 650px) {
    .mentor-card__footer .btn {
        width: calc(50% - 7px);
    }
}

@media only screen and (max-width: 400px) {
    .mentor-card__footer .btn {
        width: 100%;
        margin-bottom: 15px;
    }
    .mentor-card__footer .btn:last-child {
        margin-bottom: 0;
    }
}

.mentor-card__calendar {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding-left: 5px;
}

@media only screen and (max-width: 650px) {
    .mentor-card__calendar {
        width: 100%;
        margin-bottom: 15px;
    }
}

.mentor-card__calendar p {
    margin-left: 15px;
    font-size: 18px;
    color: #986b4d;
    line-height: 1.111;
    margin-bottom: 0;
}

.modal-event .modal-header {
    background: #efece9;
    padding: 40px 50px;
}

@media only screen and (max-width: 768px) {
    .modal-event .modal-header {
        padding: 25px 15px;
    }
}

.modal-event .modal-body {
    padding: 40px 50px 0 50px;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .modal-event .modal-body {
        padding: 30px 15px 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .modal-event .modal-dialog {
        right: 0;
        margin: auto;
        max-width: 576px;
    }
}

.modal-event .form-group .control-label {
    margin-bottom: 5px;
}

.modal-event .form-group .form-control {
    padding: 15px;
    height: auto;
}

.modal-event .form-footer {
    display: flex;
    margin-top: 30px;
    border-top: 1px solid #cccccc;
    padding-top: 20px;
    position: relative;
    justify-content: space-between;
}

.modal-event .form-footer:after,
.modal-event .form-footer:defore {
    content: " ";
    display: block;
    height: 1px;
    width: 50px;
    top: 0;
    border-top: 1px solid #cccccc;
    position: absolute;
}

.modal-event .form-footer:after {
    right: -50px;
    left: auto;
}

.modal-event .form-footer:before {
    left: -50px;
    right: auto;
}

.modal-event .form-footer .btn {
    width: calc(50% - 10px);
}

.modal-event .form-date {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

@media only screen and (max-width: 576px) {
    .modal-event .form-date {
        flex-direction: column;
    }
    .modal-event .form-date span {
        display: none;
    }
}

.modal-event .form-date span {
    margin-top: 40px;
}

.modal-event .input__date {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    position: relative;
}

@media only screen and (max-width: 576px) {
    .modal-event .input__date {
        width: 100%;
        min-width: 100%;
    }
    .modal-event .input__date:first-child {
        margin-bottom: 15px;
    }
}

.modal-event .input__date-label {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #212426;
    margin-bottom: 5px;
}

.modal-event .input__date label {
    position: absolute;
    top: 41px;
    bottom: 0;
    z-index: 2;
    right: 10px;
    height: 21px;
    width: 21px;
    background-image: url("../img/calendar-g.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.modal-event .input__date input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #212426;
    height: 55px;
    padding: 15px;
    width: 100%;
}

.modal-event .chosen-single.chosen-default {
    border-color: #cccccc;
    background-color: #ffffff;
}

.modal-open {
    width: 100%;
    right: 0;
}


/* table-referee */

.chat-result-wrapr .table-wrap {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 30px;
    overflow: auto;
}

.chat-result-wrapk .table-referee {
    width: 100%;
    min-width: 580px;
}

.chat-result-wrap .table-referee tr {
    border-bottom: 10px solid #ffffff;
}

.chat-result-wrap .table-referee th {
    padding: 4px 16px;
    color: #212426;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.chat-result-wrap .table-referee td {
    width: 80px;
    padding: 10px 16px;
    color: #986b4d;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #faf9f8;
}

.chat-result-wrap .table-referee td:first-child {
    width: auto;
    color: #212426;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.chat-result-wrap .table-referee th:last-child,
.chat-result-wrap .table-referee td:last-child {
    border-left: 10px solid #ffffff;
}

.chat-result-wrap .table-referee td:last-child {
    width: 140px;
    color: #ffffff;
    background-color: #986b4d;
}

.section-vote-zannrf {
    background-image: url(../img/pattern.jpg);
    background-repeat: repeat;
    padding: 58px 0 60px;
    color: #212426;
    overflow: hidden;
}

.section-vote-zannrf__flex {
    display: flex;
    flex-wrap: wrap;
    min-height: 865px;
}

@media only screen and (max-width: 992px) {
    .section-vote-zannrf__flex {
        height: auto;
    }
}

.section-vote-zannrf .section-title {
    margin-bottom: 40px;
}

.section-vote-zannrf__text {
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 992px) {
    .section-vote-zannrf__text {
        padding-top: 50px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 576px) {
    .section-vote-zannrf__text {
        padding-bottom: 50px;
    }
}

.section-vote-zannrf__text:before {
    content: "";
    display: block;
    height: 30vw;
    width: 50vw;
    background-image: url("../img/car.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    z-index: -1;
}

@media only screen and (max-width: 992px) {
    .section-vote-zannrf__text:before {
        width: 100%;
        height: 400px;
        top: 10%;
        bottom: auto;
    }
}

@media only screen and (max-width: 576px) {
    .section-vote-zannrf__text:before {
        height: 300px;
        right: -5%;
        top: auto;
        bottom: -20px;
    }
}

.section-vote-zannrf__text p {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.section-vote-zannrf .form-group label {
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 14px;
    height: 14px;
    display: block;
}

.section-vote-zannrf .form-control {
    border-radius: 4px;
    border: 1px solid #d9dbdc;
    background-color: #fff;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #212426;
}

.section-vote-zannrf .form-group {
    margin-bottom: 20px;
}

.section-vote-zannrf .form-group button {
    margin-top: 30px;
}

.section-vote-zannrf .user_policy {
    font-size: 16px;
}

.offering-category__flex {
    display: flex;
    justify-content: space-between;
}

.offering-category__total {
    width: 362px;
}

.offering-category__sld {
    width: 752px;
}

.offering-all__num.sm {
    font-size: 60px;
    margin-bottom: 0;
    margin-top: -4px;
}

.offering-all {
    padding: 47px 28px 35px;
}

.offering-category .offering-category__flex .offering-all {
    padding-bottom: 48px;
}

.offering-category__total .offering-all {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mr-base.nox {
    margin-bottom: 0;
}

.offering-timer.offering-timer-up .offering-timer__text {
    margin-top: 0;
}

@media only screen and (max-width: 1200px) {
    .offering-category__sld {
        width: 600px;
    }
}

@media only screen and (max-width: 1023px) {
    .offering-category__total {
        width: 280px;
    }
    .offering-category__sld {
        width: calc(100% - 300px);
    }
}

@media only screen and (max-width: 860px) {
    .offering-category__flex {
        flex-wrap: wrap;
    }
    .offering-category__total .offering-all {
        height: auto !important;
    }
    .offering-category__total {
        width: 100%;
        order: 2;
        margin-bottom: 20px;
    }
    .offering-category__sld {
        width: 100%;
        /* margin-bottom: 30px; */
    }
}

.new-collapse .ca-control {
    width: 100%;
}

.new-collapse .collapsable-base .ca-box {
    padding: 0;
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
}

.new-collapse .new-leader-card {
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 50px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 80px;
    margin-bottom: 15px;
    display: block;
    display: flex;
    align-items: center;
}

.new-collapse .new-leader-card__toltip {
    position: absolute;
    top: 40px;
    right: 30px;
    opacity: 0.5;
}

.new-collapse .new-leader-card__toltip:hover {
    opacity: 1;
}

.new-collapse .tooltip {
    max-width: 510px;
}

.new-collapse .new-leader-card__avatar {
    border: 1px solid #d8b08c;
    background-color: #efece9;
    height: 101px;
    width: 101px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 101px;
    margin-right: 30px;
}

.new-collapse .new-leader-card__avatar-image {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.new-collapse .new-leader-card__avatar-default {
    z-index: 2;
    position: relative;
    height: 100%;
}

.new-collapse .new-leader-card__title {
    color: #212426;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.new-collapse .new-leader-card__status {
    margin-top: 15px;
    padding: 6px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    color: #212426;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-radius: 14px;
    background-color: #ebebed;
    width: 145px;
    height: 28px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-collapse .new-leader-card__icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    margin-right: 20px;
    position: absolute;
    left: 6px;
    top: 6px;
    bottom: 6px;
}

.new-collapse .new-leader-card__icon img {
    margin-bottom: 0px;
}

.new-collapse .tooltip {
    margin-left: 105px;
}

.new-collapse .collapsable-base.ca-expanded {
    overflow: visible;
}

.new-collapse .tooltip.bottom {
    padding-top: 0;
    margin-top: 0;
}

.new-collapse .tooltip.bottom .tooltip-arrow {
    top: -10px;
}

.new-collapse .new-leader-card__txt {
    position: relative;
    top: 1px;
}

.new-leader-card__inf {
    font-size: 14px;
    color: #989898;
    line-height: 1.2;
    position: absolute;
    bottom: 25px;
}

.mb-38 {
    margin-bottom: 38px;
}

.new-collapse .btn-border-leader {
    border: 1px solid #d8b08c;
    border-radius: 5px;
    color: #d8b08c;
    font-size: 16px;
    font-weight: 700;
}

.new-collapse .btn-border-leader:hover {
    background-color: #d8b08c;
    color: #fff;
}

.new-collapse .btn-border-leader:hover:after {
    display: none;
}

.new-collapse .collapsable-base .ca-control a {
    padding-left: 50px;
    font-size: 16px;
    text-transform: uppercase;
}

.new-collapse .collapsable-base .ca-control a:before {
    right: 48px;
    font-size: 10px;
}

.new-collapse .collapsable-base .ca-control a {
    padding-top: 20px;
    padding-bottom: 21px;
}

.new-collapse .collapsable-base {
    margin-bottom: 25px;
}

.new-collapse .collapsable-base {
    margin-bottom: 25px;
}

.new-collapse .collapsable-base .ca-box {
    padding-bottom: 6px;
}

.new-collapse .ca-control {
    border-radius: 4px;
    overflow: hidden;
}

.new-collapse .btn {
    width: 362px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-collapse .new-leader-card {
    padding-right: 55px;
}

.new-collapse .new-leader-card__title {
    line-height: 20px;
}

@media (max-width: 767px) {
    .new-collapse .new-leader-card {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .new-collapse .new-leader-card__toltip {
        top: 15px;
        right: 25px;
    }
    .new-collapse .new-leader-card {
        flex-wrap: wrap;
    }
    .new-collapse .new-leader-card__avatar {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .new-collapse .new-leader-card__content {
        width: 100%;
    }
    .new-collapse .collapsable-base .ca-control a {
        padding-left: 20px;
        padding-right: 30px;
    }
    .new-collapse .collapsable-base .ca-control a:before {
        right: 15px;
    }
    .new-collapse .new-leader-card__content {
        text-align: center;
    }
    .new-collapse .new-leader-card__status {
        margin-left: auto;
        margin-right: auto;
    }
}

.dashboard-cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 18px 20px;
    border-radius: 4px;
    height: 160px;
    border-bottom: 2px solid #e0e0e4;
    margin-bottom: 28px;
}

.dashboard-card {
    width: 24%;
    min-width: 24%;
    background: #f9f9fb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    font-family: "Fira Sans", sans-serif;
    text-decoration: none;
    transition: 0.25s;
}

.dashboard-card:hover,
.dashboard-card:focus {
    font-weight: normal;
    background: #f1f1f4;
    transition: 0.25s;
}

.dashboard-card__icon {
    width: 72px;
    min-width: 72px;
}

.dashboard-card__title {
    font-size: 18px;
    color: #212426;
    font-weight: bold;
    line-height: 1.556;
    max-width: 190px;
}

.dashboard-card__count {
    font-size: 36px;
    color: #986b4d;
    line-height: 1.889;
    align-self: flex-end;
}

.dashboard-graphics {
    background-color: #ffffff;
    padding: 18px 20px;
    border-radius: 4px;
    border-bottom: 2px solid #e0e0e4;
    margin-bottom: 28px;
}

.dashboard-graphics__control {
    display: flex;
    justify-content: space-between;
}

.graphic__control {
    width: 32%;
    min-width: 32%;
    font-family: "Fira Sans", sans-serif;
}

.graphic__control-title {
    font-size: 18px;
    color: #212426;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 10px;
}

.graphic__control .new__double {
    margin: 0;
}

.graphic__control .input__date {
    width: 165px;
    position: relative;
}

.graphic__control .input__date input {
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 60px;
    font-size: 16px;
    color: #212426;
}

.graphic__control .input__date:after {
    width: 24px;
    height: 24px;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/calendar.png);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.graphic {
    padding-top: 40px;
}

.graphic__row {
    display: flex;
    justify-content: space-between;
}

.graphic__col {
    width: 32%;
    min-width: 32%;
}

.graphic__col .new__label {
    font-weight: 400;
    padding-left: 15px;
}

.graphic-flex {
    display: flex;
    justify-content: space-between;
}

.graphic__control {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}

.graphic__control .new-checkbox:not(:last-child) {
    margin-right: 25px;
}

.graphic__control .new__bold {
    margin-right: 25px;
    font-size: 16px;
}

.graphic__bold {
    font-weight: 700;
    color: #212426;
}

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

.graphic__label .toltix {
    filter: grayscale(100%);
}

.graphic__label .toltix:hover {
    filter: none;
}

.graphic__label {
    font-weight: 700;
    font-size: 18px;
    color: #212426;
    line-height: 17px;
    padding-bottom: 8px;
}

.graphic .select2-container--default .select2-selection--single,
.graphic .select2-selection--multiple {
    width: 100%;
    height: 60px;
    border: none;
    background-color: #f4f4f4;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    color: #989898;
    float: none;
}

.graphic .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 0;
    color: #989898;
}

.graphic .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-right: 30px;
    padding-left: 0;
    color: #989898;
}

.graphic .select2-container--open .select2-selection,
.graphic .select2-container--open .select2-selection--multiple,
.graphic .select2-container--focus .select2-selection,
.graphic .select2-container--focus .select2-selection--multiple {
    border: none !important;
}

.graphic .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.graphic .select2-results__option {
    padding: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.graphic .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.graphic .select2-container--default .select2-selection--single .select2-selection__arrow {
    border: none;
    width: 10px;
    height: 5px;
    background-image: url(../img/arr.png);
    background-position: center center;
    background-size: cover;
    transform: rotate(0);
    right: 25px;
    margin-top: -2px;
    top: 50%;
}

.graphic .nice-select.open:after {
    transform: rotate(-180deg);
    margin-top: -4px;
}

.graphic .nice-select .list {
    width: 100%;
    max-width: 240px;
    overflow-y: auto;
    max-width: 100%;
}

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

.graphic__line {
    width: 12px;
    height: 1px;
    background-color: #989898;
    margin-left: 7px;
    margin-right: 7px;
}

.graphic .input__date {
    width: 47%;
    position: relative;
}

.graphic .input__date input {
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    background-color: #fff;
    padding-right: 60px;
    font-size: 16px;
    color: #212426;
}

.graphic .input__date:after {
    width: 24px;
    height: 24px;
    content: "";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/calendar.png);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.reporting {
    background: #ffffff;
    padding: 30px 40px;
    overflow: scroll;
}

.reporting__table {
    width: 100%;
}

.reporting__table thead tr th {
    background: #efece9;
    text-align: center;
    font-size: 14px;
    font-family: "Fira Sans";
    color: #212426;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.429;
    padding: 20px;
    width: calc(100% / 9);
    border-left: 2px solid #ffffff;
}

.reporting__table thead tr th:first-child {
    width: calc(100% / 3);
    border-left: none;
    text-align: left;
}

.reporting__table tbody tr td {
    width: calc(100% / 9);
    border-left: 2px solid #ffffff;
    text-align: center;
    padding: 15px 20px;
    font-size: 16px;
    font-family: "Fira Sans";
    color: #212426;
    line-height: 1.25;
}

.reporting__table tbody tr td:first-child {
    width: calc(100% / 3);
    border-left: none;
    text-align: left;
}

.reporting__table tbody tr:nth-child(even) td {
    background: #f9f9fb;
}

.reporting__table tbody tr:nth-child(odd) td {
    background: #ffffff;
}

@media only screen and (max-width: 1500px) {
    .dashboard-cards {
        flex-wrap: wrap;
        height: auto;
        align-items: center;
    }
    .dashboard-card {
        width: 48%;
        min-width: 48%;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        height: 120px;
    }
    .graphic__row {
        flex-wrap: wrap;
    }
    .graphic__col {
        width: 49%;
        min-width: 49%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .graphic__col:last-child {
        width: 100%;
        min-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .graphic__col {
        width: 100%;
    }
    .reporting {
        padding: 30px 15px;
    }
    .reporting__table {
        width: 100%;
        max-width: 100%;
    }
    .reporting__table thead tr th {
        font-size: 12px;
        padding: 20px 10px;
    }
    .reporting__table tbody tr td {
        font-size: 14px;
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 770px) {
    .dashboard-card {
        width: 100%;
        min-width: 100%;
        height: auto;
    }
    .dashboard-card__title {
        margin-left: 20px;
        margin-right: auto;
    }
}

@media only screen and (max-width: 550px) {
    .dashboard-card {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dashboard-card__icon {
        width: 60px;
        min-width: 60px;
    }
    .dashboard-card__title {
        margin-left: 10px;
        font-size: 16px;
    }
    .dashboard-card__count {
        font-size: 30px;
    }
    .graphic.card {
        padding-left: 15px;
        padding-right: 15px;
    }
    .graphic .new__datetime {
        flex-wrap: wrap;
    }
    .graphic .new__label {
        padding-left: 0;
    }
    .graphic .new__line {
        display: none;
    }
    .graphic .input__date {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .graphic .input__date input {
        border: 1px solid #e8e9ea;
        border-radius: 4px;
        background-color: #fff;
        padding-right: 60px;
        font-size: 16px;
        color: #212426;
    }
    .graphic .input__date:after {
        width: 24px;
        height: 24px;
        content: "";
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../img/calendar.png);
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
}

.career {
    background: #ffffff;
    padding: 25px 40px 25px 70px;
    border-radius: 4px;
    font-family: "Fira Sans";
}

@media only screen and (max-width: 768px) {
    .career {
        padding: 25px 10px 5px 30px;
    }
}

.career__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 14px 15px;
    width: calc(100% - 50px);
    margin: auto;
    border-top: 1px solid #efece9;
}

@media only screen and (max-width: 768px) {
    .career__item {
        width: calc(100% - 10px);
    }
}

@media only screen and (max-width: 576px) {
    .career__item {
        padding: 14px 5px;
    }
}

.career__item:first-child {
    border-top: none;
}

.career__item--title {
    font-size: 14px;
    color: #989898;
    line-height: 1.286;
    margin-right: 15px;
    padding-top: 4px;
    min-width: max-content;
}

@media only screen and (max-width: 768px) {
    .career__item--title {
        padding-top: 0;
    }
}

@media only screen and (max-width: 576px) {
    .career__item--title {
        margin-right: 5px;
        width: 90px;
        min-width: 90px;
    }
}

.career__item--text {
    font-size: 16px;
    color: #212426;
    line-height: 1.313;
}

@media only screen and (max-width: 768px) {
    .career__item--text {
        font-size: 14px;
        line-height: 1.286;
    }
}

.career__box {
    margin-top: 16px;
    border-radius: 4px;
    border: 1px solid #efece9;
    padding: 0 10px;
    position: relative;
}

@media only screen and (max-width: 576px) {
    .career__box {
        padding: 0;
    }
}

.career__box:before {
    content: "";
    display: block;
    height: 0;
    width: 20px;
    border-top: 1px solid #efece9;
    left: -21px;
    top: 22px;
    position: absolute;
}

@media only screen and (max-width: 576px) {
    .career__box:before {
        width: 9px;
        left: -9px;
    }
}

.career__box:after {
    content: "";
    display: block;
    height: calc(100% + 32px);
    width: 0;
    border-right: 1px solid #efece9;
    position: absolute;
    top: -16px;
    left: -21px;
}

@media only screen and (max-width: 576px) {
    .career__box:after {
        left: -10px;
    }
}

.career__box:last-child:after {
    height: 22px;
    top: 0;
}

.career__box .career__item {
    width: 100%;
}

.career .btn-sub {
    background-color: #009788;
    margin-left: auto;
    margin-top: 10px;
}

@media only screen and (max-width: 576px) {
    .career .btn-sub {
        width: calc(100% - 20px);
        margin-left: 0;
        margin-right: auto;
    }
}

.career .btn-sub:hover {
    background: #008578;
}

.input__date-long {
    width: max-content !important;
}

.form-footer:after,
.form-footer:before {
    content: "";
    display: block;
    height: 1px;
    width: 50px;
    top: -1px;
    border-top: 1px solid #cccccc;
    position: absolute;
}

.form-footer:after {
    right: -50px;
    left: auto;
}

.form-footer:before {
    left: -50px;
    right: auto;
}

.collapsable-light {
    position: relative;
    overflow: visible;
}

.collapsable-light:before {
    content: "";
    position: absolute;
    top: 34px;
    width: 0;
    height: calc(100% + 28px);
    border-right: 2px solid #dbc6b6;
    left: -37px;
}

@media only screen and (max-width: 768px) {
    .collapsable-light:before {
        top: 30px;
        left: -15px;
        height: calc(100% + 30px);
    }
}

.collapsable-light:last-child:before {
    display: none;
}

.collapsable-light:nth-last-child(2):before {
    display: none;
}

.collapsable-light .ca-control {
    position: relative;
}

.collapsable-light .ca-control:after,
.collapsable-light .ca-control:before {
    content: "";
    display: block;
    position: absolute;
}

.collapsable-light .ca-control:before {
    border-radius: 50%;
    background-color: #d8b08c;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .collapsable-light .ca-control:before {
        width: 20px;
        height: 20px;
        left: -25px;
    }
}

.collapsable-light .ca-control:after {
    top: 0;
    bottom: 0;
    height: 0;
    width: 25px;
    border-top: 1px solid #efece9;
    left: -25px;
    margin: auto;
}

@media only screen and (max-width: 768px) {
    .collapsable-light .ca-control:after {
        width: 5px;
        left: -5px;
        border-color: #dbc6b6;
    }
}

.collapsable-light .ca-control a {
    background-color: #d8b08c;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 13px 20px;
    border-radius: 4px 4px 0 0;
}

.collapsable-light .ca-box {
    border: 1px solid #efece9;
    padding: 0;
}

.collapsable-light .ca-box.border-none {
    border: none;
    padding: 0 5px 0 30px;
}

@media only screen and (max-width: 576px) {
    .collapsable-light .ca-box.border-none {
        padding: 0 0 0 10px;
    }
}

.collapse-inner__btn {
    font-size: 14px;
    color: #d8b08c;
    line-height: 1.5;
    position: relative;
    background: #f9f8f7;
    padding: 15px 40px;
    border-top: 1px solid #efece9;
    width: 100%;
    display: block;
    transition: all 0.25s;
}

@media only screen and (max-width: 768px) {
    .collapse-inner__btn {
        padding: 15px 20px;
    }
}

@media only screen and (max-width: 576px) {
    .collapse-inner__btn {
        padding: 15px 10px;
    }
}

.collapse-inner__btn:hover {
    background: #d8b08c;
    color: #ffffff;
}

.collapse-inner__btn:hover span {
    border-color: #ffffff;
}

.collapse-inner__btn:active,
.collapse-inner__btn:focus {
    background: #f9f8f7;
    color: #d8b08c;
}

.collapse-inner__btn:active span,
.collapse-inner__btn:focus span {
    border-color: #d8b08c;
}

.collapse-inner__btn span {
    display: inline-block;
    margin-left: 15px;
    height: 9px;
    width: 9px;
    border-right: 1.5px solid #d8b08c;
    border-bottom: 1.5px solid #d8b08c;
    transform: rotate(45deg);
    vertical-align: text-top;
}

.collapse-inner__btn[aria-expanded=true] span {
    transform: rotate(-135deg);
    vertical-align: baseline;
}

.collapse-inner__btn[aria-expanded=false] span {
    transform: rotate(45deg);
    vertical-align: text-top;
}

.collapse-inner__box {
    padding: 23px 40px;
    font-size: 16px;
    color: #212426;
    line-height: 1.313;
}

@media only screen and (max-width: 768px) {
    .collapse-inner__box {
        padding: 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .collapse-inner__box {
        padding: 20px 10px;
    }
}

.collapse-inner__box p {
    font-size: 16px;
    color: #212426;
    line-height: 1.313;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .collapse-inner__box p {
        font-size: 14px;
    }
}

.vacancy__filter {
    border-radius: 4px;
    background-color: white;
    padding: 20px 20px 20px 30px;
    margin-bottom: 33px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .vacancy__filter {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .vacancy__filter {
        flex-direction: column;
        padding: 20px 10px;
    }
}

.vacancy__filter--title {
    font-size: 16px;
    color: #212426;
    font-weight: bold;
}

@media only screen and (max-width: 768px) {
    .vacancy__filter--title {
        margin-top: 10px;
    }
}

.vacancy__filter .col {
    width: 32%;
    min-width: 32%;
}

@media only screen and (max-width: 992px) {
    .vacancy__filter .col {
        width: 50%;
        min-width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .vacancy__filter .col {
        width: 100%;
        min-width: 100%;
    }
}

.vacancy__filter .form-date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-right: 0;
    margin-left: auto;
}

@media only screen and (max-width: 992px) {
    .vacancy__filter .form-date {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .vacancy__filter .form-date {
        width: 100%;
        margin-top: 20px;
        margin-right: auto;
    }
}

.vacancy__filter .input__date {
    width: 50%;
    min-width: 50%;
    position: relative;
}

.vacancy__filter .input__date label {
    position: absolute;
    top: 16px;
    bottom: 0;
    z-index: 2;
    right: 10px;
    height: 21px;
    width: 21px;
    background-image: url("../img/calendar-g.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.vacancy__filter .input__date:first-child input {
    border-right: 1px solid #cccccc;
}

.vacancy__filter .input__date input {
    border: none;
    color: #212426;
    height: 55px;
    padding: 15px;
    width: 100%;
}

.vacancy__filter--btn {
    width: 32%;
    min-width: 32%;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .vacancy__filter--btn {
        width: 50%;
        min-width: 50%;
        margin-left: auto;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .vacancy__filter--btn {
        width: 100%;
        max-width: 300px;
        margin-right: auto;
    }
}

.vacancy__filter .clear-date {
    font-size: 16px;
    color: #e44934;
    font-weight: bold;
    text-decoration: underline;
    margin: auto;
}

.vacancy__filter .btn-sub {
    background-color: #009788;
    width: 193px;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .vacancy__filter .btn-sub {
        width: 150px;
    }
}

.vacancy__filter .btn-sub:hover {
    background: #008578;
}

.vacancy__wrap {
    font-family: "Fira Sans";
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .vacancy__wrap {
        margin-bottom: 15px;
    }
}

.vacancy__item {
    width: calc(100% / 3 - 20px);
    min-width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 12px 10px -10px #b8906c;
    padding: 35px 30px;
}

@media only screen and (max-width: 1140px) {
    .vacancy__item {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .vacancy__item {
        width: calc(100% / 2 - 10px);
        min-width: calc(100% / 2 - 10px);
        margin-bottom: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .vacancy__item {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
}

.vacancy__item:hover {
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 12px 40px -10px #b8906c;
}

.vacancy__item:hover .vacancy__title {
    color: #E44934;
}

.vacancy__item:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    .vacancy__item:nth-child(3n) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .vacancy__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .vacancy__item:nth-child(2n) {
        margin-right: 0;
    }
}

.vacancy__title {
    font-size: 18px;
    color: #212426;
    font-weight: bold;
    line-height: 1.2;
    transition: all 0.25s;
}

@media only screen and (max-width: 992px) {
    .vacancy__title {
        font-size: 16px;
    }
}

.vacancy__date {
    font-size: 14px;
    color: #989898;
    line-height: 1.2;
    padding-right: 25px;
    padding-top: 10px;
}
.vacancy__filter .field-trackingsearch-fullname {
    margin-bottom: 0 !important;
}
.vacancy__filter .field-trackingsearch-fullname input.form-control{
    height: 57px;
}
.vacancy__filter .field-trackingsearch-fullname label.control-label {
    font-size: 16px;
}
.vacancy-calendar-error, .vacancy__wrap .empty {
    display: block;
    text-align: center;
    color: #e44934;
    margin-bottom: 20px;
    width: 100%;
}
.contest__item {
    width: calc(100% / 3 - 20px);
    min-width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 12px 10px -10px #b8906c;
    padding: 35px 30px;
    position: relative;
}

@media only screen and (max-width: 1140px) {
    .contest__item {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 992px) {
    .contest__item {
        width: calc(100% / 2 - 10px);
        min-width: calc(100% / 2 - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .contest__item {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
}

.contest__item:hover {
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0px 12px 40px -10px #b8906c;
}

.contest__item:hover .contest__title {
    color: #E44934;
}

.contest__item:nth-child(3n) {
    margin-right: 0;
}

@media only screen and (max-width: 992px) {
    .contest__item:nth-child(3n) {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .contest__item:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .contest__item:nth-child(2n) {
        margin-right: 0;
    }
}

.contest__title {
    font-size: 18px;
    color: #212426;
    font-weight: bold;
    line-height: 1.2;
    transition: all 0.25s;
}

@media only screen and (max-width: 992px) {
    .contest__title {
        font-size: 16px;
    }
}

.contest__date {
    font-size: 14px;
    color: #989898;
    line-height: 1.2;
    padding-right: 25px;
    padding-top: 10px;
}

.contest__icon {
    height: 40px;
    width: 32px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.contest__icon img {
    height: auto;
    width: 100%;
}

.plan {
    border-radius: 4px;
    background: #ffffff;
    margin-top: 25px;
    padding: 20px;
    margin-bottom: 20px;
}

.plan-card {
    padding: 15px 20px 1px 20px;
}

@media only screen and (max-width: 780px) {
    .plan-card {
        padding: 15px 15px 1px 15px;
    }
}

.plan__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f3f3f4;
    position: relative;
}

.plan__header:before,
.plan__header:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #f3f3f4;
    bottom: -2px;
}

.plan__header:after {
    right: -20px;
}

.plan__header:before {
    left: -20px;
}

@media only screen and (max-width: 780px) {
    .plan__header {
        flex-direction: column;
    }
}

.plan__header .competence-tabs {
    display: table;
    width: auto;
    background: #f8f8f8;
    border-bottom: 1px solid #efece9;
}

@media only screen and (max-width: 780px) {
    .plan__header .competence-tabs {
        display: flex;
        margin-top: 20px;
    }
}

.plan__header .competence-tabs li {
    margin: 0 10px;
}

.plan__header .competence-tabs .active {
    box-shadow: 0px 12px 50px -15px #971d0c;
}

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

.plan__period-prev,
.plan__period-next {
    cursor: pointer;
    vertical-align: top;
}

.plan__period-next img {
    transform: rotate(180deg);
}

.plan__period-date {
    font-size: 24px;
    font-family: "Fira Sans";
    color: #d8b08c;
    text-transform: uppercase;
    line-height: 1;
    width: 180px;
    text-align: center;
}

.plan__days {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}

.plan__days-name {
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    text-align: center;
    background: #efece9;
    padding: 18px 0;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e4;
    font-size: 18px;
    font-family: "Fira Sans";
    color: #212426;
    font-weight: bold;
    line-height: 1.556;
}

.plan__days-name:last-child {
    border-right: none;
}

.plan__body {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.plan__day {
    position: relative;
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    height: 95px;
    box-sizing: border-box;
    background: #fcfbfb;
    border-top: 1px solid #e0e0e4;
    border-right: 1px solid #e0e0e4;
    cursor: pointer;
}

.plan__day:nth-child(7n) {
    border-right: none;
}

.plan__day:nth-child(2n) {
    background: #f8f8f8;
}

.plan__day .number {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 18px;
    font-family: "Fira Sans";
    color: #2e3031;
    line-height: 1;
}

.plan__day.active {
    border: 3px solid #e44934;
    background: #efece9;
}

.plan__day.active .number {
    color: #e44934;
    font-weight: bold;
}

.plan__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-family: "Fira Sans";
    color: #212426;
    background: #ebebed;
}

.plan .plan-tooltip {
    position: absolute;
    top: 15px;
    left: 15px;
    border-radius: 50%;
    background: #20a94b;
    width: 20px;
    height: 20px;
}

.plan .plan-tooltip.brown {
    background-color: #d8b08c;
}

.plan .tooltip {
    box-shadow: none;
}

.plan .tooltip-inner {
    max-width: 250px !important;
}

.plan__hr {
    margin: 20px 0;
    height: 2px;
    width: 100%;
    background: #f3f3f4;
    position: relative;
}

.plan__hr:before,
.plan__hr:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #f3f3f4;
    top: 0;
}

.plan__hr:after {
    right: -20px;
}

.plan__hr:before {
    left: -20px;
}

.table-task {
    width: 100%;
    margin-top: 20px;
}

.table-task__line {
    display: flex;
    width: 100%;
    align-self: stretch;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 600px) {
    .table-task__line {
        flex-wrap: wrap;
    }
}

.table-task .t-col1 {
    background-color: #f8f8f8;
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
    padding: 15px 8px;
    width: calc(50% - 95px);
    min-width: calc(50% - 95px);
    font-size: 16px;
    position: relative;
}

@media only screen and (max-width: 780px) {
    .table-task .t-col1 {
        width: calc(50% - 70px);
        min-width: calc(50% - 70px);
        font-size: 14px;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 600px) {
    .table-task .t-col1 {
        width: calc(100% - 80px);
        min-width: calc(100% - 80px);
        order: 1;
    }
}

.table-task .t-col2 {
    background-color: #f8f8f8;
    border-right: 2px solid #ffffff;
    box-sizing: border-box;
    padding: 15px 0px;
    width: calc(50% - 95px);
    min-width: calc(50% - 95px);
    padding: 15px 8px;
    font-size: 16px;
    position: relative;
}

@media only screen and (max-width: 780px) {
    .table-task .t-col2 {
        width: calc(50% - 70px);
        min-width: calc(50% - 70px);
        font-size: 14px;
        padding: 10px 5px;
    }
}

@media only screen and (max-width: 600px) {
    .table-task .t-col2 {
        width: calc(100% - 80px);
        min-width: calc(100% - 80px);
        order: 3;
        border-top: 2px solid #ffffff;
    }
}

.table-task .t-col3 {
    background-color: #f8f8f8;
    width: 90px;
    min-width: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "Fira Sans";
    color: #989898;
    line-height: 1.429;
    position: relative;
}

@media only screen and (max-width: 780px) {
    .table-task .t-col3 {
        width: 80px;
        min-width: 80px;
    }
}

@media only screen and (max-width: 600px) {
    .table-task .t-col3 {
        width: 80px;
        min-width: 80px;
        order: 2;
    }
}

.table-task .t-col4 {
    width: 100px;
    min-width: 100px;
    position: relative;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 780px) {
    .table-task .t-col4 {
        width: 60px;
        min-width: 60px;
    }
}

@media only screen and (max-width: 600px) {
    .table-task .t-col4 {
        width: 80px;
        min-width: 80px;
        order: 4;
    }
}

.table-task .t-col4 a {
    display: flex;
    align-items: center;
    height: 45px;
    width: 45px;
}

.table-task__input {
    height: 68px;
    width: 100%;
    border: 1px solid #e9eaea;
    background-color: #ffffff;
    font-size: 16px;
    font-family: "Fira Sans";
    color: #000000;
    padding: 0 5px;
    margin-top: -5px;
}

.table-task__input::placeholder {
    color: #afafaf;
    font-size: 14px;
}

.table-task__add {
    display: block;
    border: 1px dashed #dfdfe2;
    border-radius: 4px;
    background-color: #f9f8f6;
    color: #986b4d;
    text-align: center;
    width: calc(100% - 190px);
    height: 68px;
    font-size: 14px;
    line-height: 1;
    padding: 26px 0;
    cursor: pointer;
    margin-top: 2px;
    text-decoration: none;
}

.table-task__add:hover {
    text-decoration: none;
}

@media only screen and (max-width: 780px) {
    .table-task__add {
        width: 100%;
    }
}

.table-task__act {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Fira Sans";
    color: #d8b08c;
    line-height: 1.429;
    text-align: center;
}

.table-task__act span {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}

.table-task__hr {
    margin: 20px 0;
    height: 2px;
    width: 100%;
    background: #f3f3f4;
    position: relative;
}

.table-task__hr:before,
.table-task__hr:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background: #f3f3f4;
    top: 0;
}

.table-task__hr:after {
    right: -20px;
}

.table-task__hr:before {
    left: -20px;
}

.table-task__delete {
    height: 40px;
    width: 50px;
    min-width: 50px;
    border: none;
    display: block;
    border-left: 1px solid #d9dbdc;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-image: url("../img/close-line.svg");
    fill: white;
}

@media only screen and (max-width: 780px) {
    .table-task__delete {
        width: 30px;
        min-width: 30px;
        background-size: 22px;
    }
}

.table-task__change {
    height: 40px;
    width: 50px;
    min-width: 50px;
    border: none;
    display: block;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    background-image: url("../img/pencil-line.svg");
}

@media only screen and (max-width: 780px) {
    .table-task__change {
        width: 30px;
        min-width: 30px;
        background-size: 22px;
    }
}

.wrapper .sidebar .logo {
    width: 100%;
}

.wrapper .sidebar .logo .logo-normal img {
    position: relative;
    margin: auto;
}

.week-plan {
    margin-bottom: 20px;
    width: 100%;
}

.week-plan .plan-tooltip {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #20a94b;
    top: 0;
    left: 0;
}

.week-plan .plan-tooltip.brown {
    background-color: #d8b08c;
}

.week-plan__wrap {
    max-height: 515px;
    overflow-y: scroll;
}

.week-plan thead {
    border-radius: 4px;
    background: #ffffff;
}

.week-plan thead th {
    width: calc(100% / 8);
    min-width: calc(100% / 8);
    text-align: center;
    background: #efece9;
    padding: 18px 0;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e4;
    font-size: 18px;
    font-family: "Fira Sans";
    color: #212426;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
}

.week-plan thead th.active {
    border: 2px solid red !important;
}

.week-plan thead th:last-child {
    border-right: none;
}

.week-plan thead th span {
    display: block;
    text-align: center;
    font-weight: 400;
    line-height: 1;
}

.week-plan tbody td {
    width: calc(100% / 8);
    min-width: calc(100% / 8);
    border-right: 1px solid #e8e8eb;
    border-bottom: 1px solid #e8e8eb;
    font-size: 16px;
}

.week-plan tbody td:first-child {
    text-align: center;
    background-color: #f8f8f8 !important;
}

.week-plan tbody td.active {
    background: #f3f2f0 !important;
}

.week-plan tbody tr td {
    background-color: #f8f8f8;
    padding: 10px;
}

.week-plan tbody tr td:nth-child(odd) {
    background-color: #fcfbfb;
}

.week-plan tbody tr:nth-child(2n) td:nth-child(odd) {
    background-color: #f8f8f8;
}

.week-plan tbody tr:nth-child(2n) td:nth-child(2n) {
    background-color: #fcfbfb;
}

.plan .fc-header-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 780px) {
    .plan .fc-header-toolbar {
        flex-direction: column;
    }
}

.plan .fc-header-toolbar .fc-clear,
.plan .fc-header-toolbar .fc-center {
    display: none;
}

.plan .fc-header-toolbar .fc-left {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 780px) {
    .plan .fc-header-toolbar .fc-left {
        margin-bottom: 20px;
    }
}

.plan .fc-header-toolbar .fc-left h2 {
    font-size: 24px;
    font-family: "Fira Sans";
    color: #d8b08c;
    text-transform: uppercase;
    line-height: 1;
    width: 180px;
    text-align: center;
    font-weight: 400;
    width: auto;
}

.plan .fc-header-toolbar .fc-left .fc-button {
    display: block;
    background: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    padding: 0;
    height: 40px;
    width: 40px;
    box-shadow: none;
}

.plan .fc-header-toolbar .fc-left .fc-button span {
    display: none;
}

.plan .fc-header-toolbar .fc-left .fc-button:focus,
.plan .fc-header-toolbar .fc-left .fc-button:active {
    border: none;
    box-shadow: none;
    outline: none;
}

.plan .fc-header-toolbar .fc-left .fc-prev-button {
    background-image: url("../img/table-arrow-prev.svg");
}

.plan .fc-header-toolbar .fc-left .fc-next-button {
    transform: rotate(180deg);
    background-image: url("../img/table-arrow-next.svg");
}

.plan .fc-header-toolbar .fc-left .btn-default {
    display: block;
    background: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    padding: 0;
    height: 40px;
    width: 40px;
    box-shadow: none;
}

.plan .fc-header-toolbar .fc-left .btn-default span {
    display: none;
}

.plan .fc-header-toolbar .fc-left .btn-default:focus,
.plan .fc-header-toolbar .fc-left .btn-default:active {
    border: none;
    box-shadow: none;
    outline: none;
}

.plan .fc-header-toolbar .fc-left .fc-prev-button {
    background-image: url("../img/table-arrow-prev.svg");
}

.plan .fc-header-toolbar .fc-left .fc-next-button {
    transform: rotate(180deg);
    background-image: url("../img/table-arrow-next.svg");
}

.plan .fc-header-toolbar .fc-right {
    margin-right: 0;
}

.plan .fc-header-toolbar .fc-right .fc-button-group {
    display: table;
    width: auto;
    background: #f8f8f8;
    border: 1px solid #efece9;
    padding: 8px;
    border-radius: 6px;
}

.plan .fc-header-toolbar .fc-right .fc-state-default {
    margin: 0;
    padding: 5px 16px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #212426;
    margin: 0 10px;
    cursor: pointer;
    background: transparent;
    line-height: 1.3;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

@media only screen and (max-width: 576px) {
    .plan .fc-header-toolbar .fc-right .fc-state-default {
        padding: 5px 5px;
        margin: 0 5px;
    }
}

.plan .fc-header-toolbar .fc-right .fc-state-default:focus,
.plan .fc-header-toolbar .fc-right .fc-state-default:active {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.plan .fc-header-toolbar .fc-right .fc-state-default.fc-state-active {
    color: #ffffff;
    background-color: #E44934;
    border-radius: 6px;
    box-shadow: 0px 12px 50px -15px #971d0c;
}

.plan .fc-header-toolbar .fc-right .btn-group {
    display: flex;
    width: auto;
    background: #f8f8f8;
    border: 1px solid #efece9;
    padding: 8px;
    border-radius: 6px;
}

.plan .fc-header-toolbar .fc-right .btn-default {
    margin: 0;
    padding: 5px 16px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #212426;
    margin: 0 10px;
    cursor: pointer;
    background: transparent;
    line-height: 1.3;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
}

@media only screen and (max-width: 576px) {
    .plan .fc-header-toolbar .fc-right .btn-default {
        padding: 5px 5px;
        margin: 0 5px;
    }
}

.plan .fc-header-toolbar .fc-right .btn-default:focus,
.plan .fc-header-toolbar .fc-right .btn-default:active {
    box-shadow: none;
    outline: none;
    border-color: transparent;
}

.plan .fc-header-toolbar .fc-right .btn-default.active {
    color: #ffffff;
    background-color: #E44934;
    border-radius: 6px;
    box-shadow: 0px 12px 50px -15px #971d0c;
}

.plan .fc-head .fc-day-header {
    text-align: center;
    background: #efece9;
    padding: 18px 0;
    box-sizing: border-box;
    border-right: 1px solid #e0e0e4;
    font-size: 18px;
    font-family: "Fira Sans";
    color: #212426;
    font-weight: bold;
    line-height: 1.556;
}

.plan .fc-day-grid .fc-today {
    background: #d9edf7 !important;
}

.plan .fc-day-grid .fc-day-number {
    display: block;
    position: relative;
    top: 50px;
    right: 10px;
    font-size: 18px;
    font-family: "Fira Sans";
    color: #2e3031;
    line-height: 1;
}

@media only screen and (max-width: 780px) {
    .plan .fc-day-grid .fc-day-number {
        top: 0px;
        left: 3px;
        right: auto;
    }
}

.plan .fc-day-grid .fc-row:nth-child(odd) .fc-day {
    background: #fcfbfb;
}

.plan .fc-day-grid .fc-row:nth-child(odd) .fc-day:nth-child(even) {
    background: #f8f8f8;
}

.plan .fc-day-grid .fc-row:nth-child(even) .fc-day {
    background: #fcfbfb;
}

.plan .fc-day-grid .fc-row:nth-child(even) .fc-day:nth-child(odd) {
    background: #f8f8f8;
}

.form-group .help-block {
    display: none;
    font-size: 13px;
    color: red;
    line-height: 1.2;
    margin-bottom: -20px;
}

.form-group.has-error .input__date {
    border-color: red;
}

.form-group.has-error .help-block {
    display: block;
}

.modal-event .input__date-label {
    letter-spacing: -1px;
}

.modal-event .checkbox-btn-wrap {
    background: none;
}

.modal-event .checkbox-btn-wrap .ac-checkbox {
    background: transparent;
    padding: 0;
}

.modal-event .checkbox-btn-wrap label {
    background: transparent;
    display: block;
    position: relative;
}

.modal-event .checkbox-btn-wrap label:before {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: inherit;
}

.modal-event .ac-checkbox input[type=checkbox]:checked+label {
    background: transparent;
}

.modal-event .ac-checkbox input[type=checkbox]:checked+label:after {
    content: "";
    display: block;
    height: 12px;
    width: 7px;
    border-right: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 28px;
    bottom: 4px;
    margin: auto;
}

.response-card__training {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 28px;
}

@media only screen and (max-width: 780px) {
    .response-card__training {
        flex-direction: column;
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 780px) {
    .response-card__training-info {
        width: 100%;
    }
}

.response-card__training-title {
    font-size: 18px;
    color: #212426;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media only screen and (max-width: 780px) {
    .response-card__training-title {
        font-size: 16px;
    }
}

.response-card__training-date {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 780px) {
    .response-card__training-date {
        flex-wrap: wrap;
    }
}

.response-card__training-date div {
    font-size: 16px;
    color: #989898;
    line-height: 1.5;
    margin-right: 35px;
}

@media only screen and (max-width: 780px) {
    .response-card__training-date div {
        margin-right: 10px;
        font-size: 14px;
    }
}

.response-card__training-date div:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 780px) {
    .response-card__training-date div:first-child {
        width: 100%;
        min-width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

.response-card__training-date div.gray {
    color: #212426;
}

.response-card__training-col2 {
    width: 170px;
    min-width: 170px;
    text-align: right;
}

@media only screen and (max-width: 780px) {
    .response-card__training-col2 {
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
}

.response-card__training-col2 p {
    font-size: 16px;
    color: #989898;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media only screen and (max-width: 780px) {
    .response-card__training-col2 p {
        margin-bottom: 0;
        font-size: 14px;
    }
}

.response-card__training-type {
    display: table;
    width: auto;
    margin-top: 5px;
    border-radius: 14px;
    background-color: #ebebed;
    height: 28px;
    font-size: 12px;
    color: #212426;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 12px;
    margin-right: 0;
    margin-left: auto;
}

@media only screen and (max-width: 780px) {
    .response-card__training-type {
        padding: 8px 10px;
    }
}

.response-card__training-type.training-remote span {
    background-color: green;
}

.response-card__training-type.training-extramural span {
    background-color: #346ae4;
}

.response-card__training-type.training-full-time span {
    background-color: #e44934;
}

.response-card__training-type.training-part-time span {
    background-color: #ffc107;
}

.response-card__training-type span {
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.training-card {
    margin-bottom: 25px;
}

.training-result {
    padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 780px) {
    .training-result {
        padding: 0 15px 20px 15px !important;
    }
}

.training-result__box {
    padding: 18px 0;
    border-bottom: 1px solid #e0e0e4;
    position: relative;
}

.training-result__box:after,
.training-result__box:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 20px;
    border-bottom: 1px solid #e0e0e4;
}

.training-result__box:after {
    left: -20px;
}

.training-result__box:before {
    right: -20px;
}

.training-result__box.border-none {
    border-bottom: none;
}

.training-result__box.border-none:after,
.training-result__box.border-none:before {
    display: none;
}

.training-result__block {
    padding: 18px 0;
    border-bottom: 1px solid #e0e0e4;
}

.training-result__title {
    font-size: 16px;
    color: #989898;
    margin-bottom: 10px;
    line-height: 1.2;
}

.training-result__text {
    font-size: 16px;
    color: #212426;
    line-height: 1.313;
}

@media only screen and (max-width: 780px) {
    .training-result__text {
        font-size: 14px;
    }
}

.training-result__text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.training-result__text ul li {
    font-size: 18px;
    color: #212426;
    line-height: 1.167;
    margin-bottom: 0;
}

@media only screen and (max-width: 780px) {
    .training-result__text ul li {
        font-size: 14px;
    }
}

.training-result__text ul li b {
    font-weight: bold;
}

.training-result__link-site {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #d8b08c;
    text-decoration: underline;
    line-height: 22px;
    max-width: 99%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 22px;
    white-space: nowrap;
}

@media only screen and (max-width: 780px) {
    .training-result__link-site {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.training-result__link-site:hover {
    color: #d8b08c;
}

.training-result__link-site:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url("../img/link-site.svg");
}

.training-result__link-download {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #e44934;
    font-weight: 600;
    text-decoration: underline;
    line-height: 22px;
}

@media only screen and (max-width: 780px) {
    .training-result__link-download {
        font-size: 14px;
        line-height: 20px;
    }
}

.training-result__link-download:hover {
    color: #e44934;
}

.training-result__link-download:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url("../img/download-fill.svg");
}

.sidebar-calendar {
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.sidebar-calendar .fc-header-toolbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 780px) {
    .sidebar-calendar .fc-header-toolbar {
        flex-direction: column;
    }
}

.sidebar-calendar .fc-header-toolbar .fc-clear,
.sidebar-calendar .fc-header-toolbar .fc-center,
.sidebar-calendar .fc-header-toolbar .fc-right {
    display: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width: 780px) {
    .sidebar-calendar .fc-header-toolbar .fc-left {
        margin-bottom: 20px;
    }
}

.sidebar-calendar .fc-header-toolbar .fc-left h2 {
    font-size: 24px;
    font-family: "Fira Sans";
    color: #d8b08c;
    text-transform: uppercase;
    line-height: 1;
    width: 180px;
    text-align: center;
    font-weight: 400;
    width: auto;
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-button {
    display: block;
    background: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    padding: 0;
    height: 30px;
    width: 30px;
    box-shadow: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-button span {
    display: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-button:focus,
.sidebar-calendar .fc-header-toolbar .fc-left .fc-button:active {
    border: none;
    box-shadow: none;
    outline: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-prev-button {
    background-image: url("../img/table-arrow-prev.svg");
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-next-button {
    transform: rotate(180deg);
    background-image: url("../img/table-arrow-next.svg");
}

.sidebar-calendar .fc-header-toolbar .fc-left .btn-default {
    display: block;
    background: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    padding: 0;
    height: 30px;
    width: 30px;
    box-shadow: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left .btn-default span {
    display: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left .btn-default:focus,
.sidebar-calendar .fc-header-toolbar .fc-left .btn-default:active {
    border: none;
    box-shadow: none;
    outline: none;
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-prev-button {
    background-image: url("../img/table-arrow-prev.svg");
}

.sidebar-calendar .fc-header-toolbar .fc-left .fc-next-button {
    transform: rotate(180deg);
    background-image: url("../img/table-arrow-next.svg");
}

.sidebar-calendar .fc-row.fc-week {
    height: 40px;
    min-height: auto;
}

.sidebar-calendar .fc-scroller.fc-day-grid-container {
    height: auto !important;
}

.sidebar-calendar .fc-day-grid .fc-today {
    background: #d9edf7 !important;
    height: 40px;
}

.sidebar-calendar .fc-day-grid .fc-day-number {
    display: block;
    position: relative;
    top: 20px;
    right: 5px;
    font-size: 14px;
    font-family: "Fira Sans";
    color: #2e3031;
    line-height: 1;
}

@media only screen and (max-width: 780px) {
    .sidebar-calendar .fc-day-grid .fc-day-number {
        top: 0px;
        left: 3px;
        right: auto;
    }
}

.sidebar-calendar .fc-day-grid .fc-row:nth-child(odd) .fc-day {
    background: #fcfbfb;
}

.sidebar-calendar .fc-day-grid .fc-row:nth-child(odd) .fc-day:nth-child(even) {
    background: #f8f8f8;
}

.sidebar-calendar .fc-day-grid .fc-row:nth-child(even) .fc-day {
    background: #fcfbfb;
}

.sidebar-calendar .fc-day-grid .fc-row:nth-child(even) .fc-day:nth-child(odd) {
    background: #f8f8f8;
}

.cbr {
    background-color: #efece9;
}

.cbr-header {
    background-color: #986b4d;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #efece9;
}

.cbr-header__title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 46px;
}

.cbr-header__title span {
    line-height: 46px;
    text-transform: none;
    color: #d8b08c;
    display: block;
}

.cbr-header__icon {
    position: absolute;
    fill: #a27556;
    top: 30px;
    right: 0;
    width: 465px;
    height: 470px;
    z-index: -1;
}

.cbr-header .container {
    position: relative;
    padding-top: 100px;
    padding-bottom: 95px;
    z-index: 2;
}

.cbr-lists {
    padding-top: 60px;
    padding-bottom: 40px;
}

.cbr-box {
    border-radius: 5px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 0px 40px 10px rgba(184, 144, 108, 0.14);
    overflow: hidden;
    margin-bottom: 45px;
    transition: all ease-in-out 0.3s;
}

.cbr-box-wrap-link {
    position: relative;
}

.cbr-box-wrap-link .like-wd {
    right: 20px;
    top: 190px;
}

.cbr-box:hover {
    box-shadow: 0px 12px 40px 10px rgba(184, 144, 108, 0.64);
}

.cbr-box__descript {
    color: #989898;
    font-size: 14px;
    margin-bottom: 20px;
}

.cbr-box__hash {
    color: #e44934;
    margin-bottom: 10px;
}

.cbr-box__title {
    color: #212426;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}

.cbr-box__footer {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 300;
    color: rgba(33, 36, 38, 0.5);
    line-height: 21px;
    margin-top: 30px;
}

.cbr-box__answer {
    width: 30px;
    height: 30px;
    fill: #dfc3aa;
    min-width: 30px;
    margin-right: 13px;
}

.cbr-box__answer svg {
    width: 100%;
    height: auto;
}

.cbr-box__image {
    height: 240px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cbr-box__image img {
    height: auto;
    width: 100%;
    display: none;
}

.cbr-box__info {
    position: absolute;
    display: flex;
    align-items: center;
    top: 20px;
    left: 20px;
    height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    color: #212426;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    z-index: 3;
    background-color: #fff;
}

.cbr-box__info svg {
    margin-left: 10px;
    width: 20px;
    height: 22px;
    fill: #bfbfbf;
}

.cbr-box__raiting {
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #00cf91;
    text-align: center;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbr-box__hand {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    fill: #fff;
    opacity: 0.8;
    transition: all ease-in-out 0.3s;
}

.cbr-box__hand:hover {
    opacity: 1;
}

.cbr-box__number {
    border-radius: 5px;
    background-color: #fff;
    padding: 6px 10px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbr-box__dislike {
    transform: rotate(180deg);
    padding-bottom: 3px;
}

.cbr-box__content {
    background-color: #fff;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 23px;
    padding-bottom: 35px;
}

@media screen and (max-width: 400px) {
    .cbr-box__image img {
        height: 100%;
        width: auto;
    }
    .cbr-header__icon {
        width: 200px;
        height: 200px;
    }
    .cbr-header .container {
        padding-top: 50px;
        padding-bottom: 50px;
        min-height: 0;
    }
}

.mrf {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 12px 40px 10px rgba(184, 144, 108, 0.64);
    margin-bottom: 35px;
}

.mrf__image {
    height: 140px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mrf__image img {
    width: 100%;
    height: auto;
    display: none;
}

.mrf__fav {
    position: absolute;
    top: 10px;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 3;
    height: 30px;
    border-radius: 4px;
    background-color: #d86860;
    fill: #fff;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mrf__fav svg {
    width: 23px;
    height: 21px;
    margin-right: 10px;
}

.mrf-content__center {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #efece9;
    padding-left: 15px;
    padding-right: 15px;
}

.mrf-content__center svg {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    fill: #bfbfbf;
}

.mrf-content__clock {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212426;
    font-size: 14px;
    line-height: 21px;
}

.mrf-content__clock span {
    font-weight: 700;
    color: #95694b;
    margin-left: 8px;
}

.mrf-content__title {
    font-weight: 18px;
    font-weight: 700;
    color: #212426;
    margin-bottom: 10px;
}

.mrf-spe {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.mrf-spe__image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    min-width: 60px;
    margin-right: 30px;
}

.mrf-spe__image img {
    width: 100%;
    height: auto;
}

.mrf-spe__sub {
    font-size: 14px;
    color: #976a4c;
}

.mrf-spe__title {
    font-size: 16px;
    color: #212426;
    font-weight: 700;
    margin-bottom: 8px;
}

.mrf-spe__text {
    color: #212426;
    font-size: 14px;
    line-height: 21px;
}

.mrf-spe:after {
    left: 30px;
    right: 30px;
    bottom: 0;
    content: "";
    position: absolute;
    height: 1px;
    background-color: #efece9;
}

.mrf-fot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.mrf-fot__btn {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00cf91;
    color: #fff;
    fill: #fff;
    font-weight: 700;
    font-size: 16px;
}

.mrf-fot__btn svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.mrf-fot__more {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e3031;
    display: flex;
    align-items: center;
}

.mrf-fot__more img {
    margin-left: 12px;
}

@media screen and (max-width: 400px) {
    .mrf-spe {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mrf-spe:after {
        left: 15px;
        right: 15px;
    }
    .mrf-spe__image {
        margin-right: 15px;
    }
    .mrf-fot {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.modalMorf .modal-dialog {
    width: 750px;
    max-width: 100%;
}

.modalMorf .modal-dialog .block-body {
    padding-right: 35px;
}

.modalMorf .modal-dialog .wind-close {
    position: absolute;
    top: 45%;
    right: 60px;
    transform: translateX(-50%);
    font-size: 18px;
    color: #989898;
    cursor: pointer;
}

.modalMorf .modal-dialog .block-head {
    padding-right: 80px;
    position: relative;
}

.block-footer {
    display: flex;
    background-color: #f7f5f4;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-footer .bock-footer__box {
    text-align: center;
    flex-grow: 1;
}

.block-footer .bock-footer__box * {
    display: block;
}

.block-footer .bock-footer__box:not(:first-child) {
    border-left: 1px solid #e5e5e6;
}

.block-footer .bock-footer__box span {
    color: #989898;
    font-size: 14px;
}

.block-footer .bock-footer__box strong {
    font-size: 31px;
    line-height: 28px;
}

.morf-double {
    display: flex;
}

.morf-double__slide {
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.morf-double__slide img {
    display: none;
}

.morf-double__slider {
    width: 350px;
    position: relative;
}

.morf-double__slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    color: transparent;
    font-size: 1px;
    top: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}

.morf-double__slider button {
    width: 8px;
    height: 8px;
    border: none;
    outline: none;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    padding: 0;
}

.morf-double__slider li {
    margin-right: 4px;
    margin-left: 4px;
}

.morf-double__slider .slick-active button {
    width: 11px;
    height: 11px;
    background-color: #dfc3aa;
}

.morf-double__content {
    width: 305px;
    border-left: 1px solid #e8e9ea;
    margin-left: 18px;
    padding-left: 17px;
}

.morf-double__icon {
    width: 35px;
    height: 35px;
    min-width: 35px;
    margin-right: 14px;
    display: block;
}

.morf-double__row {
    display: flex;
}

.morf-double__row:not(:last-child) {
    margin-bottom: 18px;
}

.morf-double__row:nth-child(2) {
    fill: #bfbfbf;
}

.morf-double__row:nth-child(1) {
    fill: #e44934;
    color: #e44934;
}

.morf-double__row a {
    line-height: 35px;
    vertical-align: middle;
    text-decoration: underline;
}

.morf-double__text {
    font-size: 16px;
    line-height: 21px;
}

.morf-double__text span,
.morf-double__text strong {
    font-weight: 700;
    display: block;
}

.morf-double__text span {
    color: #95694b;
}

.morf-double__text strong {
    font-size: 18px;
}

.morf-content {
    padding-top: 50px;
    font-size: 16px;
    line-height: 21px;
}

.morf-content strong {
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}

.morf-link {
    color: #976a4c;
    text-decoration: underline;
    display: inline-block;
}

.morf-comments {
    padding-top: 40px;
}

.morf-comments__title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
}

.morf-comment__text {
    font-size: 16px;
    line-height: 21px;
}

.morf-comment__footer {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.morf-comment__name {
    font-style: italic;
    margin-right: 20px;
    color: #976a4c;
}

.morf-comment__date {
    color: #989898;
    font-size: 14px;
    font-weight: 300;
}

.morf-vid {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.morf-vid__icon {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 20px;
    fill: #bfbfbf;
}

.morf-vid__icon svg {
    fill: #bfbfbf;
}

.morf-vid__text {
    color: #976a4c;
    border-bottom: 1px solid #976a4c;
}

.morf-vid__box:hover .morf-vid__text {
    border-color: transparent;
}

.morf-vid__box {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

@media (max-width: 992px) {
    .cbr-footer .news-pagination {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 770px) {
    .morf-double {
        flex-wrap: wrap;
    }
    .morf-double__slider {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .morf-double__content {
        padding-left: 0;
        border-left: 0;
        margin-left: 0;
        border-top: 1px solid #e8e9ea;
        padding-top: 20px;
        width: 100%;
    }
    .modalMorf .modal-dialog .block-body {
        padding-right: 30px;
    }
}

@media (max-width: 500px) {
    .block-footer {
        flex-wrap: wrap;
    }
    .block-footer__last {
        width: 100%;
        margin-top: 15px;
        display: flex;
        justify-content: center;
    }
    .morf-vid {
        flex-wrap: wrap;
    }
    .modalMorf .modal-dialog .block-head {
        font-style: 20px;
    }
}

@media (max-width: 380px) {
    .block-footer .bock-footer__box {
        width: 100%;
        border: none !important;
        margin-top: 10px;
    }
    .morf-vid__box {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.aber-first {
    background-color: #986b4d;
    padding-top: 25px;
    border-top: 1px solid #eeebe8;
}

.aber-first__flex {
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
    height: 268px;
}

.aber-first__box {
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 345px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 110px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.aber-first__btn {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.aber-first__btn .btn {
    width: 300px;
    box-shadow: 0px 12px 40px 10px rgba(151, 29, 12, 0.64);
}

.aber-first__btn .btn:hover {
    box-shadow: none;
}

.aber-first__title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.aber-first__more {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #fff;
    z-index: 2;
}

.aber-first__more:hover {
    fill: #e44934;
}

.aber-first__more svg {
    width: 100%;
    height: 100%;
}

.aber-title {
    font-size: 36px;
    line-height: 28px;
    margin-bottom: 22px;
    font-weight: 700;
}

.aber-about {
    padding-top: 190px;
    background-color: #efece9;
    padding-bottom: 123px;
}

.aber-about__flex {
    width: 100%;
    position: relative;
    z-index: 2;
}

.aber-about__image {
    position: absolute;
    width: 431px;
    height: 293px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    right: -88px;
}

.aber-about__content {
    width: 740px;
    max-width: 100%;
}

.aber-about p,
.aber-about ul li {
    line-height: 28px;
    font-size: 18px;
}

.aber-flag {
    padding-top: 70px;
    padding-bottom: 80px;
}

.aber-flag .aber-title {
    text-align: center;
}

.aber-flag__flex {
    display: flex;
    justify-content: space-around;
}

.aber-flag__romb {
    fill: #c7c0be;
    width: 100%;
    height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.aber-flag__romb:before {
    content: '';
    width: 210px;
    height: 130%;
    position: absolute;
    background-image: url("../img/aber-rombs.png");
    background-repeat: no-repeat;
    background-position: top 27px center;
    background-size: cover;
    transition: 0.4s;
    z-index: 0;
    left: 50%;
    margin-left: -105px;
    top: 0px;
    margin-top: -15%;
}

.aber-flag__item:hover .aber-flag__romb:before {
    background-position: top -176px center;
}

.aber-flag__romb svg {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
}

.aber-flag__item {
    width: 160px;
    position: relative;
    padding-top: 160px;
    padding-bottom: 135px;
}

.aber-flag__item:nth-child(even) {
    padding-top: 230px;
}

.aber-flag__text {
    width: 200px;
    margin-left: -100px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #212426;
    display: block;
    position: absolute;
    top: 385px;
    left: 50%;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-height: 135px;
}

a.aber-flag__text {
    color: #20a94b;
}

.aber-flag__text br {
    display: none;
}

.aber-flag__text span {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16px;
    display: block;
}

.aber-flag__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #d8b08c;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dfbea0;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

.aber-flag__circle:after {
    width: 1px;
    height: 30px;
    position: absolute;
    content: "";
    bottom: -30px;
    background-color: #dfbea0;
    left: 50%;
    transform: translateX(-50%);
}

.aber-flag__item:nth-child(even) .aber-flag__circle {
    top: -15px;
    bottom: auto;
}

.aber-flag__item:nth-child(even) .aber-flag__circle:after {
    bottom: auto;
    top: -30px;
}

.aber-flag__item:nth-child(even) .aber-flag__text {
    top: 40px;
    align-items: flex-end;
}

.aber-flag__item:hover .aber-flag__circle {
    background-color: #e44934;
    color: #fff;
}

.aber-drop {
    background-color: #efece9;
    padding-top: 83px;
    padding-bottom: 65px;
}

.aber-drop__item {
    margin-bottom: 30px;
}

.aber-drop .ca-link {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.aber-drop .ca-box p {
    font-size: 18px;
    line-height: 21px;
}

.aber-drop .ca-box p:not(:last-child) {
    margin-bottom: 20px;
}

.aber-drop .aber-title {
    text-align: center;
    margin-bottom: 30px;
}

.aber-last {
    background-image: url(../img/aber/last.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 140px;
}

.aber-last svg {
    width: 60px;
    height: 60px;
    fill: #d8b08c;
}

.aber-last .aber-title {
    text-align: center;
    margin-bottom: 8px;
}

.aber-last__subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #212426;
    text-align: center;
}

.aber-last__circle {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}

.aber-last__flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

.aber-last__box {
    width: 27%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.aber-last__box:nth-child(2) {
    width: 46%;
}

.aber-last__box:nth-child(4),
.aber-last__box:nth-child(5) {
    width: 39%;
}

.aber-last__title {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #212426;
}

.aber-last__text {
    font-size: 16px;
    line-height: 21px;
}

@media screen and (max-width: 1200px) {
    .aber-flag__flex {
        flex-wrap: wrap;
    }
    .aber-flag__item {
        width: 200px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 15px;
    }
    .aber-flag__text {
        left: 0;
        margin-left: 0;
        position: static;
        margin-top: 70px;
    }
    .aber-flag__circle {
        position: absolute !important;
        bottom: -15px !important;
        top: auto !important;
    }
    .aber-flag__circle:after {
        bottom: -30px !important;
        top: auto !important;
    }
    .aber-about {
        overflow: hidden;
    }
    .aber-about__image {
        right: -190px;
    }
}

@media screen and (max-width: 767px) {
    .aber-last__box {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
        width: 100% !important;
    }
    .aber-flag,
    .aber-drop,
    .aber-last {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .aber-first__title {
        font-size: 24px;
        line-height: 30px;
    }
    .aber-about {
        padding-top: 130px;
        padding-bottom: 60px;
    }
    .aber-about__image {
        opacity: 0.3;
    }
}

@media screen and (max-width: 700px) {
    .aber-first {
        padding-bottom: 30px;
    }
    .aber-first__flex {
        height: auto;
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .aber-first__box {
        height: 310px;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        margin-top: 30px;
        width: 100%;
    }
    .aber-about {
        padding-top: 45px;
    }
}

@media screen and (max-width: 460px) {
    .aber-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.btn-int_map {
    position: relative;
    text-align: left;
    padding: 10px 30px 10px 80px !important;
    color: #fff;
    line-height: 1.2;
    background: linear-gradient(to right, #4F44BE, #E93342);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
    transition: box-shadow 0.2s;
}

.btn-int_map:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.btn-int_map__icon {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 50px;
    height: 50px;
    fill: #E93342;
}

.leader-block--buh2024-2>.btn:last-child {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
