@import "fonts.css";

.page-new{
    width: 100%;
    position: relative;
    height: auto;
    margin-bottom: 50px;
}


.passportBlock{
    position: relative;
    height: auto;
    margin-top: 25px;
}

.passportBlock-content{
    width: 100%;
    max-width: 520px;
}

.icon-redError{
    background-image: url("../img/red-error.svg");
    height: 32px;
    width: 32px;
    display: block;
}

.passportBlock-notification__text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    color: #2b2b2b;
    margin: 0;
}

.passportBlock-notification {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff4de;
    border: 1px solid #94b4d8;
    border-radius: 16px;
    padding: 13px;
    max-width: 520px;
}

.passportBlock-item{
    box-shadow: 1px 1px 4px -1px #94b4d8;
    background: #fff;
    border: 1px solid #94b4d8;
    border-radius: 16px;

    padding: 16px 23px;

    height: 110px;

    display: block;

    position: relative;
    z-index: 999;
}

.passportBlock-item:hover{
    text-decoration: none;
}


.passportBlock-item__text h3{
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 133%;
    color: #1f1f1f;
}

.passportBlock-item__img{
    position: absolute;
    bottom: 0;
    right: 5px;
}

.passportBlock-item__flex{
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
}

.passportBlock-item__flex .passportBlock-item{
    height: 171px;
    width: 100%;
}

.passportBlock-title h2{
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1f1f1f;
    font-family: Helvetica;
}

.passportBlock-list{
    margin-top: 35px;
}

.passportBlock-list__text span{
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}

.passportBlock-list__item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.passportBlock-list__item + .passportBlock-list__item{
    margin-top: 22px;
}

.passportBlock-button{
    margin-top: 45px;

}

.passportBlock-button a{
    display: inline-block;
    margin: 0;

    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;

    background: #ff2a00;
    border-radius: 40px;
    padding: 17px 90px;

}

.passportBlock-question__content{
    width: 100%;
    max-width: 864px;
    position: relative;
}

.progressBar-line{
    border-radius: 4px;
    width: 100%;
    height: 8px;
    background: #ebebeb;
    display: inline-flex;
}

.progressBar-line div {
    background: #cbcbcb;
    height: 8px;
    width: auto;
    border: 2px solid #ff2a00;
    border-radius: 3px;
}

.red-question{
    background: #ff2a00 !important;
}

.progressBar-counter{
    width: auto;
    display: flex;
    gap: 2px;
}

.progressBar-counter span{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    text-align: right;
    color: #1f1f1f;
}

.progressBar-top{
    display: flex;
    align-items: center;
    gap: 10px;
}

.progressBar-bottom__text span{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.icon-timer{
    background-image: url("../img/timer.svg");
    height: 24px;
    width: 24px;
    display: block;
}

.progressBar-bottom__sec span{
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.progressBar-bottom__timer {
    display: flex;
    align-items: center;
    gap: 7px;
}

.progressBar-bottom {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 5px;
}

.question-title{
    margin-top: 30px;
}


.question-title h4{
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #ff2a00;
    font-family: Helvetica;
}

.question-questions{
    margin-top: 20px;
}

.question-questions p{
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.question-choice{
    margin-top: 30px;
}

.question-choice span{
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.question-list{
    margin-top: 20px;
}

.question-text span{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    cursor: pointer;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.round label:after {
    content: "";
    height: 16px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    border-radius: 100%;
    background: #ff2a00;

}

.round input[type="radio"] {
    visibility: hidden;
}

.round input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: #9b9b9b;
}

.round input[type="radio"]:checked + label:after {
    opacity: 1;
}

.question-item {
    display: flex;
    align-items: flex-start;
}

.question-text {
    padding-left: 20px;
}

.question-item + .question-item{
    margin-top: 20px;
}

.question-buttons{
    margin-top: 35px;
    display: flex
;
    align-items: flex-start;
    gap: 30px;
}

.question-buttons__red a{
    display: inline-block;
    margin: 0;

    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;

    background: #ff2a00;
    border-radius: 40px;
    padding: 17px 90px;

}

.question-buttons__border a{
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #ff2a00;
    background: #fff;
    border: 2px solid #ff2a00;
    border-radius: 40px;
    padding: 15px 44px;

}

.passportBlock-info__content{
    width: 100%;
    max-width: 610px;
}

.info{
    margin-top: 30px;
    position: relative;
}

.info-border{
    border: 1px solid #f0f0f0;
    border-radius: 16px;
    padding: 15px 13px 15px 22px;
    width: 100%;
    display: block;
}

.info-top__item p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.info-top__item span{
    margin: 0;
    font-family: Helvetica;

    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    text-align: right;
    color: #1f1f1f;
}

.info-top__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.info-top__item + .info-top__item{
    margin-top: 20px;
}

.info-border + .info-border{
    margin-top: 15px;
}

.info-title p{
    margin: 0;
    font-family: Helvetica;
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}

.info-border ul{
    padding-left: 30px;
    padding-top: 20px;
    margin: 0;
}

.info-title__desk{
    margin-top: 15px;
}

.info-title__desk span{
    margin: 0;
    font-family: Helvetica;

    font-weight: 400;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    color: #1f1f1f
}

.btn_noActive{
    background: #a3a3a3 !important;
    pointer-events: none;
}


span.success-item {
    position: absolute;
    top: -10px;
    right: -10px;
}

.pre-final{
    width: 100%;
}

.pre-final__title{
    width: 100%;
}

.pre-final__title h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 131%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1f1f1f;
    font-family: Helvetica;
    max-width: 311px;
    margin: 0 auto;
}

.pre-final__button {
    margin-top: 40px;

}

.final{
    width: 100%;
    max-width: 433px;
    margin-top: 60px;
}

.final-top{
    background: #fafafa;
    border: 1px solid #ff2a00;
    border-radius: 16px;
    padding: 20px 85px;
    text-align: center;
    display: inline-block;
}

.final-top__text p{
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 117%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #2b3c65;
    font-family: Helvetica;
}

.final-content{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.final-center{
    width: 100%;
    max-width: 411px;
    margin: 30px 0 0 0;
}

.final-center p{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #1f1f1f;
    font-family: Helvetica;
}

.final-bottom {
    margin: 40px auto 0;
}



 .expert-container{
     width: 96%;
     max-width: 1590px;
     height: auto;
     position: relative;
 }


 .headerExpert{
     position: relative;
     background: #2b3c65;
 }

 .headerExpert-content{
     width: 96%;
     max-width: 1590px;
     margin: 0 auto;
 }

 .headerExpert-block{
     display: flex;
     align-items: center;
     justify-content: space-between;
     height: 100px;
 }

 .headerExpert-right__name span{
     font-weight: 600;
     font-size: 18px;
     line-height: 117%;
     color: #fff;
 }

 .headerExpert-right{
     display: flex;
     align-items: center;
     gap: 13px;
 }

 .headerExpert-mobile{
     position: relative;
     height: auto;
     box-shadow: 1px 3px 3px -2px rgba(168, 168, 168, 0.25);
     background: #fff;
     display: none;
 }

 .headerExpert-mobile__content{
     width: 96%;
     max-width: 1590px;
     height: auto;
     margin: 0 auto;
 }

 .headerExpert-mobile__block{
     display: flex;
     align-items: center;
     height: 68px;
     position: relative;
 }

 .headerExpert-mobile__center span{
     font-weight: 700;
     font-size: 16px;
     line-height: 112%;
     letter-spacing: 0.02em;
     color: #1f1f1f;

 }

.headerExpert-mobile__center {
    text-align: center;
    width: 100%;
}

.headerExpert-mobile__left {
    position: absolute;
    left: 0;
}

.passportBlock-info{
    align-items: center;
    gap: 35px;
    margin-bottom: 35px;
    display: none;
}

.icon-education{
    background-image: url("../img/education.svg");
    width: 32px;
    height: 32px;
    display: block;
}

.passportBlock-info__text span{
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.passportBlock-info__left {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 177px;
}

.passportBlock-info__text {
    line-height: 129%;
}

.passportBlock-info__button a{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #fff;
    font-family: Helvetica;

    background: #ff2a00;
    border-radius: 16px;
    padding: 7px 24px;
}

.footerMobile {
    position: fixed;
    height: auto;
    background: #2b3c65;
    width: 100%;
    bottom: 0;
    z-index: 999;
    display: none;
}

.footerMobile-content{
    height: 80px;
    position: relative;
    display: flex;
    align-items: center;

    width: 96%;
    max-width: 330px;
    margin: 0 auto;
}

.icon-home{
    background-image: url("../img/home.svg");
    width: 25px;
    height: 25px;
    display: block;
}

.icon-favorite{
    background-image: url("../img/favorite.svg");
    width: 25px;
    height: 25px;
    display: block;
}

.icon-media{
    background-image: url("../img/media.svg");
    width: 25px;
    height: 25px;
    display: block;
}

.icon-primary{
    background-image: url("../img/primary.svg");
    width: 25px;
    height: 25px;
    display: block;
}

.footerMobile-text span{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    text-align: center;
    color: #e4e4e4;
}

.footerMobile-block{
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.footerMobile-item {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headerExpert-logo__admin {
    position: absolute;
    top: 39px;
    left: 330px;
}

.profile-content{
    width: 100%;
    max-width: 480px;
    position: relative;
    height: auto;
}

.profile-info__left p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #000;
    font-family: Helvetica;
}

.profile-info__left p span{
    font-weight: 700;
}

.icon-create{
    background-image: url("../../img/create.svg");
    width: 16px;
    height: 16px;
    display: block;
}

.profile-info__button a{
    background-color: transparent;
    outline: none;
    padding: 0;
    box-shadow: none;
    border: none;

    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #2c6ef7;
    font-family: Helvetica;
}

.profile-info__right {
    display: flex;
    align-items: center;
    gap: 8px;
}

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

.profile-card{
    position: relative;
    height: auto;
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-top: 20px;
    padding: 11px 15px;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.profile-card__photo img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

.profile-card__name{
    margin-bottom: 15px;
}

.profile-card__name h4{
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;

    font-family: Helvetica;
}

.profile-card__age p{
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.profile-card__age p span{
    color: #9b9b9b;
}

.profile-card__qualification p{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    margin-bottom: 8px;
}

.profile-card__qualification p span{
    color: #8d8d8d;
}

.profile-card__degree{
    background: #eee;
    border-radius: 8px;
    padding: 4px 8px 6px 8px;
    display: inline-block;
    margin-bottom: 10px;
}

.profile-card__degree span{
    font-weight: 400;
    font-size: 14px;
    color: #8d8d8d;
    font-family: Helvetica;
}

.profile-card__house p{
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
    margin-bottom: 0;
}

.profile-card__house p span{
    color: #9b9b9b;
}

.profile-card__button button{
    background-color: transparent;
    box-shadow: none;
    outline: none;
    padding: 0;
    border: none;
}

.profile-card__button {
    position: absolute;
    right: 17px;
    top: 10px;
}



.profile-button a{
    display: inline-flex;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
    font-family: Helvetica;
    background: #ff2a00;
    border-radius: 50px;
    padding: 0 28px;
    height: 48px;
    align-items: center;
}


.profile-contacts{
    position: relative;
    height: auto;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 15px 20px 20px 20px;
    border-radius: 8px;
    margin-top: 25px;
}

.profile-title h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;

    font-family: Helvetica;
}

.profile-label{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
    margin-top: 15px;
}

.profile-input{
    width: 100%;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 8px;
    height: 40px;
    padding: 0 15px;
}

.profile-input__create{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;

    background-image: url("../../img/create.svg");
    display: block;
    width: 16px;
    height: 16px;

    margin-top: 35px;
}

.profile-data{
    position: relative;
    width: 100%;
}

.profile-form__group{
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-education{
    position: relative;
    height: auto;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #9b9b9b;
    padding: 15px 20px 20px 20px;
    border-radius: 8px;
    margin-top: 25px;
}

.profile-education__title h4{
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;

    font-family: Helvetica;
}

.profile-education__desk{
    margin-top: 10px;
}

.profile-education__desk p{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #9b9b9b;
    font-family: Helvetica;
}

.profile-education__item + .profile-education__item{
    margin-top: 20px;
}

.profile-card__button--icon{
    background-image: url("../../img/create.svg");
    width: 16px;
    height: 16px;
    display: block;
}


.modal-item label{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
    margin-bottom: 10px;
    padding: 0;
}

.modal-item input{
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 8px !important;
    width: 100% !important;
    height: 40px;
    position: relative;
}

.modal-text .modal-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
    margin-bottom: 20px;
}

.modal-custom .modal-body{
    padding: 25px 45px 40px 45px;
}

.modal-custom .modal-header {
    padding: 0;
    border-bottom: 1px solid #cecece;
    height: 64px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-content {
    border-radius: 0;
}

.btn-save{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;

    background: #ff2a00;
    border-radius: 50px;
    border: none;
    box-shadow: none;
    outline: none;

    padding: 15px 100px;
}

.modal-btn{
    margin-top: 40px;
}

.close-modal{
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;

    position: absolute;
    right: 40px;
    top: 18px;
}


.modal-text .modal-item .input-group-append .input-group-text.kv-date-remove{
    display: none;
}

.modal-text .modal-item .input-group-append .input-group-text {
    padding: 0;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: 0;

    position: absolute;
    right: 15px;
    top: 8px;
}

.modal-text .modal-item .input-group-append .input-group-text .fa-calendar-alt:before {
    content: url(../../img/calendar.svg);
}

.modal-text .form-group{
    margin-bottom: 0;
}

.modal-text table tr td{
    padding: 0;
    border: none;
}

.modal-text .modal-wrapper{
    width: 100%;
    padding: 0;
}

.modal-text .list-cell__button {

}

.new-login__content{
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    position: relative;
    height: auto;
}

.new-login {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
}

.new-login__logo{
    margin-bottom: 60px;
    text-align: center;
}

.new-login__logo img{
    max-width: 100%;
    object-fit: cover;
    text-align: center;
}

.new-login__form form label{
    display: none;
}

.new-login__form form .form-control{
    background: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 12px;
    padding: 13px 18px;
    height: 48px;

    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #000;
}

.new-login__form form .form-control:focus{
    outline: none;
    box-shadow: none;
}

.new-login__form form .form-control::placeholder{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #a6a6a6;
}

.new-login__form form  .invalid-feedback {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 13px;
    line-height: 185%;
    color: #ea6b4d;
}

.new-login__form form .form-control.is-invalid{
    border: 2px solid #ea6b4d;
}

.new-login__form form .form-control.is-invalid::placeholder{
    color: #ea6b4d;
}

.new-login__form form  .form-group {
    margin-bottom: 15px;
}

.forgotPassword{
    margin-top: 35px;
    text-align: center;
}

.loginButton{
    margin-top: 45px;
}

.forgotPassword a{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #9b9b9b;
}

.btn-login{
    box-shadow: none;
    outline: none;
    padding: 0;
    border: none;

    background: #ff2a00;
    border-radius: 24px;
    width: 100%;
    height: 48px;

    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
}

.entranceCode{
    margin-top: 35px;
}


.btn-code_success{
    background: #28a745;
    width: 100%;
    border: none;
    color: white;
    padding: 0;
    height: 38px;
    border-radius: 24px;
    margin-bottom: 15px;
}

.btn-code_danger{
    background: #dc3545;
    width: 100%;
    border: none;
    color: white;
    padding: 0;
    height: 38px;
    border-radius: 24px;
}

.policyWelcome .form-check{
    padding-left: 25px;
}

.policyWelcome label{
    margin-left: 12px;


}

.policyWelcome label a{

    font-weight: 600;
    font-size: 24px;
    color: #1f1f1f;

}


.policyWelcome .cbx-active:hover, .cbx-active:focus {
    outline: 0;
    box-shadow: none;
}

.policyWelcome .cbx-md{
    width: 24px;
    height: 24px;
}

.policyWelcome .cbx-active {
    border: 2px solid #2b3c65;
}

.policyWelcome .cbx-icon {
    margin: 1px;
}

.policyBtn{
    margin-top: 55px;
}


.btn-policy{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;

    background: #ff2a00;
    border-radius: 24px;
    height: 48px;
    border: none;
    padding: 0 109px;
}

.profile-card__desk{
    margin-top: 10px;
}

.profile-card__desk p{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;
}

.profile-card__desk span{
    margin-bottom: 0;

    font-weight: 400;
    font-size: 12px;
    color: #858585;
    font-family: Helvetica;
    width: 100%;
    max-width: 139px;
    line-height: 129%;
    display: block
}


.profile-form {
    margin-top: 15px;
}

.profile-copy a{
    font-weight: 400;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
    font-family: Helvetica;

    width: 100%;
    display: block;
    max-width: 138px;
}


.profile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}

.icon-copy{
    background-image: url("../img/link-copy.svg");
    height: 32px;
    width: 32px;
    display: block;
}


.profile-copy {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-doc{
    margin-top: 40px;
}

.profile-doc a{
    font-family: Helvetica;
    font-weight: 400;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #2c6ef7;
}

.photoBlock .file-drop-zone{
    border: none;
}

.photoBlock .file-drop-zone.clickable:focus {
    border: none;
}

.photoBlock .file-drop-zone.clickable:hover {
    border: none;
}

.photoBlock .file-preview {
    border-radius: 5px;
    border: 1px solid #9b9b9b;
    padding: 8px;
    width: 100%;
    margin-bottom: 15px;
}

.photoBlock .file-drop-zone-title {
    color: #9b9b9b;
    font-size: 18px;
}

.photoBlock .file-drop-zone {


    display: flex;
    align-items: center;
    justify-content: center;
}

.photoBlock .file-preview .fileinput-remove {
    top: 10px;
    right: 10px;
    line-height: 10px;
}

.photoBlock .form-control:focus {
    color: #9b9b9b;
    background-color: #fff;
    border-color: #9b9b9b;
    outline: 0;
    box-shadow: none;
}


.modal-btn__photo{
    margin-top: 0;
}

.modal-btn__photo button{
    width: 100%;
}


.businessСard{
    position: relative;
    height: auto;
    margin-top: 130px;
}

.hr-card{
    transform: rotate(-90deg);
    border: 1px solid #2b2b2b;
    width: 31px;
}


.businessСard-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.businessСard-content {


}

.businessСard-card{
    position: relative;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 8px;
    padding: 11px 9px;
    margin: 45px auto 0;
    width: 100%;
    max-width: 447px;

    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.businessСard-card__text{
    margin-top: 10px;
}

.businessСard-card__text p{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 13px;
    line-height: 138%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}

.businessСard-card__text span{
    display: block;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    color: #858585;
    line-height: 129%;
    width: 100%;
    max-width: 139px;
}


.businessСard-card__name h3{
    margin-bottom: 15px;

    font-weight: 700;
    font-size: 14px;
    line-height: 129%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}


.businessСard-card__info--item p{
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 138%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}

.businessСard-card__info--item p span{
    margin-bottom: 0;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 138%;
    letter-spacing: 0.02em;
    color: #1f1f1f;
}

.businessСard-card__info--item + .businessСard-card__info--item{
    margin-top: 15px;
}

.businessСard-btn{
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
}

.card-btn{
    display: inline-flex;
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #fff;
    font-family: Helvetica;

    background: #ff2a00;
    height: 48px;
    border-radius: 24px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
}

.card-btn:hover{
    text-decoration: none;
    color: #fff;
}


.document{
    position: relative;
    height: auto;
}

.document-content{
    margin-top: 45px;
}

.document-content table thead tr th{
    font-weight: 500;
    font-size: 12px;
    color: #fff;

}

.document-content table thead {
    background: #2b3c65;
}

.document-content table tbody tr td{
    font-weight: 500;
    font-size: 12px;
    color: #2c2c2c;

    border: 1px solid #2B3C65;
    border-right: none;
}

.document-content table tbody tr td:last-child{
    border-right: 1px solid #2B3C65;
}

.document-content table tbody tr td a{
    font-weight: 500;
    font-size: 12px;
    color: #2c6ef8;
}

.document-content table tbody tr{
    background: white !important;
}

.document-content table{
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.document-content .table thead th{
    border: none !important;
    border-right: 1px solid #fff !important;
}


.modal-item textarea {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border: 1px solid #9b9b9b;
    border-radius: 8px !important;
    width: 100% !important;
    position: relative;
}

.modal-item textarea:focus{
    outline: none;
    box-shadow: none;
    border-color: #9b9b9b;
}

.modal-item input:focus{
    outline: none;
    box-shadow: none;
    border-color: #9b9b9b;
}

.feedback .modal-item + .modal-item{
    margin-top: 25px;
}






























 @media (max-width: 1024px){
     .headerExpert{
         display: none;
     }

     .breadcrumb {
         display: none;
     }

     .container-breadcrumbs {
         padding: 10px 0 0 !important;
     }

     .headerExpert-mobile{
         display: block;
     }

     .passportBlock-notification{
         min-width: auto;
     }

     .passportBlock-info{
         display: flex;
     }

     .footerMobile{
         display: block;
     }

     .page-new{
         margin-bottom: 100px;
     }
 }


@media (max-width: 767px){
    .final{
        max-width: 100%;
    }

    .final-content {
        max-width: 433px;
    }
}

@media (max-width: 576px){
    .profile-card__photo img {
        width: 96px;
        height: 134px;
    }

    .profile-card__name h4{
        max-width: 124px;
    }

    .profile-content{
        max-width: 100%;
    }

    .profile-bottom{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 25px;
    }
}