html {height: 100%;}
body {margin: 0; background: #2AAA5926; font-family: Arial;}

.none-overflow{overflow: hidden;}
.container-fluid {max-width: 1390px;}
.content{
    padding: 48px 0;
}
.hidden {display: none!important;}
a{color: #3EAFE4;}

@font-face {
    font-family: "Sansation";
    src: url(fonts/Sansation-Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: "Sansation";
    src: url(fonts/Sansation-Bold.ttf);
    font-weight: 700;
}

.j-center {
    justify-content: center;
}

/**header**/
.header {
    box-shadow: 0 2px 4px 0 rgba(20, 54, 70, 0.15);
    background: rgb(255, 255, 255);
    position: sticky;
    top: 0;
    z-index: 9;
}
.h-naw-ul{
    display: none;
}
.h-user{
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(20, 54, 70, 0.05);
    min-width: 68px;
    height: 68px;
    position: relative;
    cursor: pointer;
}
.h-user i{
    width: 22px;
    height: 26px;
}
.h-row{
    width: 1390px;
    max-width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    justify-content: end;
    align-items: center;
    margin: auto;
    padding: 20px 15px;
    height: 160px;
}
.h-logo {
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}
.h-slogo {
    position: relative;
    display: block
} 
.h-logo img {
    object-fit: contain;
    max-width: 100%;
    display: block;
    height: 100%;
    width: 100%;
}
.h-logo-title {
    color: rgb(42, 170, 89);
    font-family: Sansation;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.h-logo-text {
    color: rgb(73, 73, 73);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.h-logo-info {
    border-left: 1px solid rgb(227, 230, 232);
    padding-left: 20px;
    width: 196px;
    max-width: 100%;
}
.h_right{
    display: flex;
    gap: 44px;
    justify-content: flex-end;
    align-items: center;
}
.h-naw-selected{
    font-size: 16px;
    color: rgb(102, 102, 102);
    display: flex;
    align-items: center;
    height: 64px;
    gap: 12px;
    padding: 0 16px;
    cursor: pointer;
    transition: 0.3s background;
    position: relative;
    max-width: 500px;
    justify-content: flex-end;
    text-align: right;
}
.h-naw.active .h-naw-selected,.h-naw-selected:hover{
    /*background: rgba(1, 1, 1, 0.10);*/
}
.h-naw{
    font-family: Arial;
    min-width: 260px;
    position: relative;
}
.h-second-logo {
    margin-left: 30px;
    margin-right: auto;
    max-height: 80px;    
    object-fit: contain;
}
.h-naw .icon.arrow-down{
    display: block;
    min-width: 22px;
    height: 22px;
    background-color: rgb(235, 241, 243);
    border-radius: 50%;
    background-size: 9px 5.27px  !important;
    background-position: top 10px left 6.48px !important;
}
.h-naw.active .icon.arrow-down {
    transform: rotate(180deg);
}
.h-naw.active .h-naw-ul{
    display: block;
    position: absolute;
    top: 64px;
    padding: 16px;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(20, 54, 70, 0.10);
    max-height: 60vh;
    overflow: auto;
    min-width: 260px;
}
.h-naw-text {
    font-size: 16px;
    color: #494949;
    margin-bottom: 8px;
}
.h-naw-text:not(:first-child){
    margin-top: 24px;
}
.h-li-title {
    color: #494949;
    font-weight: 700;
    font-size: 14px;
}
.h-naw-li {
    display: flex;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    border-radius: 8px;
    margin-bottom: 6px;
    min-height: 40px;
    cursor: pointer;
}
.h-naw-li.active {
    background: rgba(78, 206, 0, 0.15);
}
.h-li-text {
    color: #777;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    gap: 4px;
    align-items: center;
}
.h-li-text:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #777;
    border-radius: 50%;
}
.h-naw-li.active .h-li-text:before {
    background: #4ECE00;
}
.h-naw-li.coordination .h-li-text:before {
    background: #3EAFE4;
}
.h-naw-li.cop .h-li-text:before {
    background: #E43EB6;
}
.h-naw-li.coordination {
    background: rgba(62, 175, 228, 0.15);
}
.h-naw-li.cop {
    background: rgba(228, 62, 182, 0.15);
}
.h-naw-button {
    margin-top: 22px;
    border-radius: 6px;
    border: 1px solid #777;
    color: #3EAFE4;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    padding: 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: flex;
    cursor: pointer;
}
.blur{
    display: none;
}
.blur.active {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(20, 54, 70, 0.15);
    backdrop-filter: blur(4px);
    z-index: 9;
}
.h-user-links {
    position: absolute;
    top: 69px;
    right: 0;
    max-width: 200px;
    background: red;
    padding: 16px 20px;
    border-radius: 12px;
    border-radius: 16px;
    box-shadow: 0px 16px 40px 0px rgba(20, 54, 70, 0.1);
    background: rgb(243 244 245);
    flex-direction: column;
    gap: 12px;
    display: none;
}
.h-user-links.active{
    display: flex;
}
.h-user-title{
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    color: rgb(73, 73, 73);
    font-family: Sansation;
}
.h-user-title span{
    font-size: 16px;
    font-weight: 700;
}
/**form**/
.button{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    display: flex;
    padding: 18px 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    max-width: 100%;
    border-radius: 30px;
    box-shadow: 0px 6px 16px 0px rgba(0, 137, 65, 0.4),inset 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
    background: linear-gradient(90.00deg, rgb(42, 170, 89),rgb(23, 163, 145) 99.997%);
}
.form-container{
    width: 435px;
    max-width: 100%;
    margin: 0 auto;
}
.form-container h1 {
    color: #494949;
    text-align: center;
    font-family: Sansation;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 24px;
}
.form-container form{
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 8px 48px 0px rgba(20, 54, 70, 0.25);
    margin: 0 30px;
    padding: 32px;
}
.form-container h2 {
    font-family: Sansation;
    margin: 0 0 16px;
}
.form-container .form__name {
    color: #666;
    font-family: Arial;
    font-size: 14px;
    display: grid;
    grid-template-columns: auto 16px;
    justify-content: start;
    align-items: center;
    gap: 6px;
    position: relative;
}
.form-hint {
    position: relative;
}
.form-hint-text {
    display: none;
    border-radius: 8px 8px 8px 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    z-index: 10;
    background: #FFFFFF;
    padding: 8px;
    bottom: 20px;
    color: #666666;
    min-width: 296px;
    left: -4px;
    box-shadow: 0px 8px 48px 0px rgba(20, 54, 70, 0.25);
}
.form-hint-name {
    width: 16px;
    height: 16px;
    font-family: Sansation;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    border: 1px solid #66666640;
    background: #DDF0E4;
    border-radius: 8px;
    display: flex;
    cursor: pointer;
    text-indent: 1px;
    justify-content: center;
    align-items: center;
}
.form-hint-text:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0;
    position: absolute;
    background: url('img/Subtract.svg') center no-repeat;
    left: 0;
    bottom: -16px;
    transform: rotate(90deg);
}
.form-div {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.form-container input.button {
    width: 100%;
}
.form-container label {
    display: flex;
    cursor: pointer;
}
.form-container .form__checkbox{
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-container .form__checkbox label{
    align-items: center;
    gap: 6px;
}
.form-container input[type="text"],
.form-container textarea,
.form-container input[type="number"],
.form-container select,
.form-container input[type="password"],
.form-container input[type="email"]  {
    resize: none;
    padding: 14px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    outline: none;
    font-size: 14px;
    max-width: 100%;
    border: 1px solid rgba(20, 54, 70, 0.1);
    border-radius: 4px;
    background: rgba(243, 245, 245, 0.5);
}
.form-container textarea {
    height: unset;
}
.form-check {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 3px;
    margin-bottom: 16px;
}
.form-forgot{
    width: 100%;
    display: block;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
}
.aircrm__btn_login {
    margin-top: 6px;
    display: block;
    text-align: center;
}
.form-container.white-form {
    padding: 32px;
    width: 374px;
    margin: 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(20, 54, 70, 0.10);
}
.form__check i.icon.check {
    border: 2px solid rgba(20, 54, 70, 0.25);
    border-radius: 4px;
    background: rgba(243, 245, 245, 0.5);
    height: 28px;
    width: 28px;
    display: block;
}
input:checked + .form__check i.icon.check{
    border: 2px solid rgb(42, 170, 89);
}
.form__checkbox input {
    display: none;
}
/**footer**/
.i__cookie {
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    background: #fff;
}
.i__cookie .container-fluid {
    padding: 20px;
}
.footer {
    padding: 0;
}
.footer-text {
    text-align: center;
    border-top: 1px solid #9DABA24D;
    padding: 18px 0;
    color: #9DABA2;
}
.footer-text span {
    font-weight: 700;
}
.i__cookie span {
    display: grid;
    justify-content: center;
    justify-items: center;
    gap: 10px;
}
.i__cookie a.btn {
    display: block;
    width: 200px;
    text-align: center;
    cursor: pointer;
}
/**sidebar**/
.s-p-img {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}
.s-person {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}
.button.s-p-btn {
    width: 100%;
}
.s-p-title {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
}
.s-p-text {
    font-size: 14px;
    color: rgb(206, 206, 206);
}
.s-p-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.s-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
    color: rgb(254, 254, 254);
}
.s-text {
    color: #CCCCCC;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 24px;
}
.s-info {
    padding: 32px;
    margin-bottom: 16px;
    border-radius: 16px;
    box-shadow: 0px 8px 32px 0px rgba(20, 54, 70, 0.05);
    background: linear-gradient(180.00deg, rgb(42, 170, 89),rgb(0, 156, 217) 100%);
}
.sidebar {
    width: 374px;
}
.white-btn {
    margin-top: 24px;
    border-radius: 6px;
    border: 1px solid #777;
    color: #3EAFE4;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    height: 53px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
    line-height: normal;
    padding: 18px 12px;
}
.s-p-href {
    color: #3EAFE4;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 3px;
    align-items: center;
    text-decoration: none;
    border-bottom: 1px solid;
    max-width: fit-content;
    padding-bottom: 1px;
}
.s-p-href .arrow-blue {
    width: 7px;
    height: 12px;
    position: relative;
    right: -2px;
}
.s-btn.button {
    margin-bottom: 40px;
    color: rgb(42, 170, 89);
    background: #fff;
}
.hr {
    border-top: 1px solid rgba(73, 73, 73, 0.30);
    margin: 16px 0;
}
/**content**/
.r-cont {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.cont-row {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 80px;
}
h1 {
    color: #494949;
    font-family: Sansation;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.notice {
    color: #494949;
    font-family: Sansation;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.16;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.r-text {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.r-info .button {
    width: 310px;
}
.r-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.notice-icon {
    color: #FFF;
    font-family: Sansation;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 50%;
    background: #F56B30;
    box-shadow: 0px 2px 4px 0px rgba(20, 54, 70, 0.10);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.r-cont {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.step-title {
    color: #494949;
    font-family: Sansation;
    font-size: 24px;
    line-height: 1.16;
    display: flex;
    gap: 12px;
}
.steps-icon {
    color: #222;
    font-family: Sansation;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    border-radius: 14px;
    background: #DDE100;
    box-shadow: 0px 2px 4px 0px rgba(20, 54, 70, 0.10);
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.steps-icon.step-done {
    background: #00e11e;
}
.step-text {
    color: #777;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}
.tasks {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(20, 54, 70, 0.10);
}
.tasks-header {
    border-bottom: 1px solid rgba(119, 119, 119, 0.50);
    padding: 0 32px;
    display: flex;
    gap: 64px;
}
.tasks-title {
    font-size: 18px;
    font-weight: 700;
    color: #777;
    position: relative;
    padding: 12px 0;
    cursor: pointer;
}
.tasks-title:hover,
.tasks-title.active {
    color: #494949;
    background: linear-gradient(0deg, rgba(136, 217, 255, 0.10) 0%, rgba(136, 217, 255, 0.10) 100%), #FFF;
}
.tasks-title:hover:after,
.tasks-title.active:after {
    width: 100%;
}
.tasks-title:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    border-bottom: 2px solid #3EAFE4;
    transition: width 0.3s;
}
.tasks-info {
    padding: 32px 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: start;
}
.tasks-info:not(.active){
    display: none;
}
.task {
    border-radius: 12px;
    border: 1px solid #3EAFE4;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(62, 175, 228, 0.25);
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 12px;
}
.task.task-blue {
    background: rgba(136, 217, 255, 0.25);
    box-shadow: none;
    border: none;
}
.task.disabled{
    background: rgba(20, 54, 70, 0.15);
    border: 0;
    box-shadow: none;
}
.task-title {
    color: #494949;
    font-size: 18px;
    font-weight: 700;
}
.task-p-img {
    width: 18px;
    height: 18px;
    background-size: contain !important;
}
.task-person {
    display: flex;
    gap: 6px;
    color: #666;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.input-file {
    width: 100%;
    font-size: 0;
    outline: none;
    box-shadow: none;
    z-index: 1;
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.form-file.white-form {
    border-radius: 16px;
    border: 4px solid #FFF;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(20, 54, 70, 0.10);
    position: relative;
    padding: 4px;
    height: 118px;
}
.form-file label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    width: 100%;
    z-index: 0;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1.5px dashed rgba(119, 119, 119, 0.50);
    border-radius: 16px;
    color: #666;
    font-size: 18px;
    line-height: 140%;
}
.form-file label span{
    color: #3EAFE4;
    text-decoration-line: underline;
}
.list-files {
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.files {
    display: flex;
    flex-direction: column;
    gap: 42px;
}
.list-file {
    padding: 24px 16px;
    color: #3EAFE4;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    text-decoration-line: underline;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 16px 40px 0px rgba(20, 54, 70, 0.10);
    position: relative;
    height: 160px;
}
/*.list-file.active:after, .list-file:hover:after {*/
/*    content: "";*/
/*    border-radius: 12px;*/
/*    background: url('img/close.svg') center no-repeat, #3EAFE4;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: -12px;*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    cursor: pointer;*/
/*}*/
.list-files.small:not(:empty){
    margin-top: 6px;
}
.list-files.small {
    grid-template-columns: 1fr;
    gap: 24px;
}
.small .list-file {
    height: initial;
    min-height: 72px;
    font-weight: 700;
    line-height: 140%;
    padding: 12px 16px;
    overflow-wrap: anywhere;
}
.form-file.small label {
    font-size: 16px;
    padding: 33px 22px;
    line-height: 22.4px;
}
.bg-icon-orange {
    background: #F56B30;
}
.bg-icon-pink {
    background: #E43EB6;
}
.bg-icon-green{
    background: #4ECE00;
}
.bg-icon-blue {
    background: #3EAFE4;
}
.bg-icon-yellow {
    background: #DDE100;
}
.form-ncomment:not(:empty) {
    text-align: right;
    font-size: 14px;
    padding-top: 1px;
    color: #F56B30;
}
/**wa-form**/
.wa-forgotpassword-form-wrapper,
.wa-signup-form-wrapper,
.wa-set-password-form-wrapper,
.wa-login-fw {
    width: 435px;
    max-width: 100%;
    margin: 30px auto;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 8px 48px 0px rgba(20, 54, 70, 0.25);
    padding: 32px;
}
.wa-forgotpassword-form-wrapper .wa-field,
.wa-signup-form-wrapper .wa-field,
.wa-set-password-form-wrapper .wa-field,
.wa-login-form-wrapper .wa-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 16px !important;
}
.wa-set-password-form-fields .wa-field{
    gap: 6px;
}
.wa-forgotpassword-form-wrapper h1.wa-login-form-title,
.wa-set-password-form-wrapper h1.wa-signup-form-title,
.wa-signup-form-wrapper h1.wa-signup-form-title,
.wa-login-form-wrapper h1.wa-login-form-title {
    margin: 0 0 24px;
}
.wa-forgotpassword-form-wrapper .wa-field .wa-name,
.wa-signup-form-wrapper .wa-field .wa-name,
.wa-set-password-form-wrapper .wa-field .wa-name,
.wa-login-form-wrapper .wa-field .wa-name {
    color: #666;
    font-family: Arial;
    font-size: 14px;
    margin: 0 !important;
}
.wa-set-password-form-wrapper .wa-value input[type="password"],
.wa-set-password-form-wrapper .wa-value input[type="text"],
.wa-forgotpassword-form-wrapper .wa-value input[type="password"],
.wa-forgotpassword-form-wrapper .wa-value input[type="text"],
.wa-signup-form-wrapper .wa-value input[type="password"],
.wa-signup-form-wrapper .wa-value input[type="text"],
.wa-login-form-wrapper .wa-value input[type="password"],
.wa-login-form-wrapper .wa-value input[type="text"] {
    resize: none;
    border-radius: 4px;
    border: 1px solid rgba(20, 54, 70, 0.10);
    background: rgba(62, 175, 228, 0.05);
    padding: 14px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 52px;
    outline: none;
    font-size: 14px;
}
.wa-set-password-form-wrapper .wa-value,
.wa-forgotpassword-form-wrapper .wa-value,
.wa-signup-form-wrapper .wa-value,
.wa-login-form-wrapper .wa-value {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.wa-set-password-form-wrapper .wa-buttons-wrapper input[type="submit"],
.wa-forgotpassword-form-wrapper .wa-forgotpassword-button input[type="submit"],
.wa-signup-form-wrapper .wa-buttons-wrapper input[type="submit"],
.wa-login-form-wrapper .wa-buttons-wrapper input[type="submit"] {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #FFF;
    display: flex;
    padding: 18px 5px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    max-width: 100%;
    width: 100%;
    border-radius: 30px;
    box-shadow: 0px 6px 16px 0px rgba(0, 137, 65, 0.4), inset 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
    background: linear-gradient(90.00deg, rgb(42, 170, 89), rgb(23, 163, 145) 99.997%);
}
.wa-set-password-form-wrapper .wa-login-url,
.wa-forgotpassword-form-wrapper .wa-login-url,
.wa-signup-form-wrapper .wa-login-url,
.wa-login-form-wrapper .wa-signup-url {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
}
.wa-set-password-form-wrapper .wa-field-terms-accepted .wa-value label,
.wa-signup-form-wrapper .wa-field-terms-accepted .wa-value label {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 8px;
    cursor: pointer;
}
.wa-signup-form-wrapper .wa-field .wa-value p {
    margin: 0 !important;
}
.wa-signup-form-wrapper span.costum-checkbox {
    border: 2px solid rgba(20, 54, 70, 0.25);
    border-radius: 4px;
    background: rgba(243, 245, 245, 0.5);
    height: 28px;
    width: 28px;
    display: block;
}
.wa-signup-form-wrapper input[type="checkbox"] {
    display: none;
}
.wa-signup-form-wrapper input[name="data[terms_accepted]"] {
    display: inline-block;
}
.wa-signup-form-wrapper .label-item {
    gap: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
}
.wa-signup-form-wrapper input:checked + .label-item span.costum-checkbox {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy44MzY0IDAuMTI2OTQ3QzE0LjQyOTIgMC40MjMzMjggMTQuNjY5NCAxLjE0NDEyIDE0LjM3MyAxLjczNjg4TDcuNTczMTUgMTEuMzM2N0M3LjQwMDY1IDExLjY4MTcgNy4wNzI4MiAxMS45MjI3IDYuNjkyMDggMTEuOTg0NUM2LjMxMTMzIDEyLjA0NjMgNS45MjQxIDExLjkyMTMgNS42NTEzNSAxMS42NDg1TDAuODUxNDY0IDYuODQ4NjNDMC4zODI4NDUgNi4zODAwMSAwLjM4Mjg0NSA1LjYyMDIzIDAuODUxNDY0IDUuMTUxNjJDMS4zMjAwOCA0LjY4MyAyLjA3OTg2IDQuNjgzIDIuNTQ4NDggNS4xNTE2Mkw2LjE3MTEzIDguNzc0MjZMMTIuMjI2NSAwLjY2MzU5MUMxMi41MjI4IDAuMDcwODMwNyAxMy4yNDM2IC0wLjE2OTQzMyAxMy44MzY0IDAuMTI2OTQ3WiIgZmlsbD0iIzJBQUE1OSIvPgo8L3N2Zz4K);
    background-size: 14px 12px !important;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid rgb(42, 170, 89);
}
.wa-login-how {
    color: #000;
    margin-top: 8px;
    font-size: 14px;
    display: block;
    text-underline-offset: 3px;
    position: relative;
    padding-left: 13px;
}
.wa-login-how:before {
    content: "»";
    position: absolute;
    top: 50%;
    left: 0;
    color: rgb(42, 170, 89);
    transform: translateY(-50%);
}
/*wa-form-field*/
.wa-form {margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin-bottom: 20px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; color: #888; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px; margin: 0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value label, .wa-form .wa-field .wa-value p input { display: block; margin-bottom: 5px; }
.wa-form .wa-field .wa-value p input[type="radio"], .wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline-block; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.wa-form .wa-field .wa-value select { border-radius: .7em; padding: 0.85em 2.25em 0.85em 0.75em; line-height: 1; text-overflow: ellipsis;}
form .wa-form .wa-field.fld_type_checkbox { display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-end; }
form .wa-form .wa-field.fld_type_checkbox .wa-value { margin-top: 0; margin-right: 3px; }
form .wa-form .wa-value .h-agreement-checkbox-wrapper input[type=checkbox] { position: static; }
form .wa-form .wa-value .h-agreement-checkbox-wrapper .h-agreement-checkbox-html-label { display: inline; margin-left: 10px; }
.wa-form .wa-field .form-buttons {display: flex; align-items: center; gap: 15px;}
.wa-form .wa-field .wa-value img {width: 64px; height: 64px;}

/**project-page**/
.project-info {
    border-radius: 8px;
}
.project-field {
    padding: 12px 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    color: rgb(73, 73, 73);
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    gap: 16px;
    border-bottom: 1px solid rgb(222, 222, 222);
    background: rgb(255, 255, 255);
}
.project-field:first-child {
    border-top-right-radius: 12px;
}
.project-field:last-child {
    border-bottom-right-radius: 12px;
}
.project-field:nth-child(2n) {
    border-bottom: 1px solid rgb(222, 222, 222);
    background: rgba(1, 1, 1, 0.05);
}
.project-field-name {
    color: rgb(102, 102, 102);
}
.s-project-navs {
    margin-right: -32px;
    margin-bottom: 48px;
}
.s-project-nav {
    display: block;
    padding: 16px 30px 16px 12px;
    cursor: pointer;
    color: rgba(254, 254, 254, 0.8);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    border-bottom: 1px solid rgba(254, 254, 254, 0.1);
    background: rgba(1, 1, 1, 0.1);
    transition: 0.3s background, 0.3s border;
    text-decoration: none;
}
.s-project-name {
    color: rgb(254, 254, 254);
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 4px;
}
.s-project-status {
    color: rgb(124, 255, 43);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 16px;
}
.s-project-nav:hover, .s-project-nav.active {
    color: rgb(254, 254, 254);
    border-bottom: 1px solid rgb(254, 254, 254);
    background: none;
    position: relative;
}
.s-project-nav.js-project-nav.active:after {
    content: "";
    display: block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMTgiIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjkiIHRyYW5zZm9ybT0icm90YXRlKDkwIDE4IDApIiBmaWxsPSIjRjNGNUY1Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTMuMzAzMyA4LjI4MDMzTDkuNTMwMzEgMTIuMDUzM0M5LjIzNzQxIDEyLjM0NjIgOC43NjI1NCAxMi4zNDYyIDguNDY5NjUgMTIuMDUzM0w0LjY5NjY4IDguMjgwMzNDNC40MDM3OCA3Ljk4NzQ0IDQuNDAzNzggNy41MTI1NiA0LjY5NjY4IDcuMjE5NjdDNC45ODk1NyA2LjkyNjc4IDUuNDY0NDQgNi45MjY3OCA1Ljc1NzM0IDcuMjE5NjdMOC45OTk5OCAxMC40NjIzTDEyLjI0MjYgNy4yMTk2N0MxMi41MzU1IDYuOTI2NzggMTMuMDEwNCA2LjkyNjc4IDEzLjMwMzMgNy4yMTk2N0MxMy41OTYyIDcuNTEyNTYgMTMuNTk2MiA3Ljk4NzQ0IDEzLjMwMzMgOC4yODAzM1oiIGZpbGw9IiMwMDlDRDkiLz4KPC9zdmc+Cg==);
    background-position: center right;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
}
.project-info-d{
    display: none;
    margin-bottom: 24px;
}
.project-info-d.active{
    display: block;
}
/**project-page-roadmap**/
.project-info-road > ol > li {
    border-radius: 8px;
    box-shadow: 0px 4px 16px 0px rgba(20, 54, 70, 0.1);
    background: rgb(255, 255, 255);
    padding: 22px;
    cursor: pointer;
}
.roadmap-li i.roadmap-arrow.icon {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    transition: 0.3s transform;
}
.roadmap-li.active i.roadmap-arrow.icon {
    transform: translateY(-50%) rotate(180deg);
}
ol.roadmap-ol {
    padding: 0;
    position: relative;
    list-style: none;
    counter-reset: li;
    margin: 0;
}
.roadmap-ol span.name {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #666666;
}
.project-info-road  ol ol {
    padding-left: 36px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.project-info-road  ol ol ol {
    padding: 10px 0 10px 36px;
}
.project-info-road > ol.roadmap-ol {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
ol.roadmap-ol li.roadmap-li span.name:before {
    counter-increment: li;
    content: counters(li,".") "";
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    margin-right: 5px;
    color: #494949;
}
.project-info-road > ol.roadmap-ol > li.roadmap-li > span.name:before {
    border-radius: 20px;
    background: rgb(243, 245, 245);
    color: rgb(62, 175, 228);
    min-width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.project-info-road > ol > li .name.item {
    color: rgb(73, 73, 73);
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    display: flex;
    gap: 8px;
    padding-right: 38px;
    position: relative;
}
.project-info-road > ol > li > ol{
    border-top: 1px solid rgba(119, 119, 119, 0.15);
    padding: 20px 36px 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    display: none;
}
.project-info-road > ol > li.active > ol{
    display: flex;
}
.roadmap-item_content p {
    margin: 0 0 5px;
}
/**project-page-history**/
.project-log-date {
    line-height: 1.25rem;
    font-size: 0.875em;
    color: #89a;
}
.project-log {
    padding: 16px 20px 16px 36px;
    border-bottom: 1px solid #c8c8c8;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    background: #fff;
}
.project-log:last-child {
    border: none;
}
.project-log-title {
    color: #494949;
    font-size: 16px;
    font-weight: 700;
}
.project-log-status {
    text-align: center;
    padding: 10px;
    background: #f2f3f6;
    border-radius: 8px;
}
.plc-text {
    line-height: 1.25rem;
    font-size: 0.875em;
    color: #89a;
}
.plc-value {
    color: #333;
}
.project-log-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}

/**project-page-comments**/
.comment-info {
    border-top: 1px solid rgba(119, 119, 119, 0.25);
    margin-top: 32px;
    padding-top: 24px;
}
.comment-top {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.comment-user-image {
    width: 28px;
    height: 28px;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.comment-user {
    gap: 6px;
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
}
.comment-date .icon.calendar {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 16px;
    background-color: rgb(255, 255, 255);
    background-size: 14px !important;
}
.comment-date {
    gap: 6px;
    display: grid;
    grid-template-columns: 28px auto;
    align-items: center;
    justify-content: flex-end;
}
.comment-text {
    color: rgb(73, 73, 73);
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    margin: 28px 0 48px;
}
.comments-title {
    margin: 32px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(196, 210, 201);
    color: rgb(73, 73, 73);
    font-family: Sansation;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}
.comments-user-name {
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
.comments-user-image {
    border-radius: 16px;
    background-color: rgb(62, 175, 228);
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
}
.comments-user {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    width: 260px;
    position: relative;
    padding: 0 8px 8px;
}
.comments-text {
    border-radius: 0 12px 12px 12px;
    background: rgb(255, 255, 255);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: rgb(73, 73, 73);
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    box-shadow: 0px 4px 24px 0px #1436461A;
}
.comments-user:after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0;
    position: absolute;
    background: url('img/Subtract.svg') center no-repeat;
    left: 0;
    bottom: 0;
}
.comments-date-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    color: rgb(102, 102, 102);
}
.comments-date-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: rgb(102, 102, 102);
}
.comments-date {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 16px;
    margin-top: 10px;
}
.comments-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 20px;
}
.comments-block {
    display: grid;
    grid-template-rows: auto 1fr auto;
}
.project-comments {
    margin-bottom: 48px;
}
.comment-review-title {
    color: rgb(73, 73, 73);
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 14px;
    border-top: 1px solid rgb(196, 210, 201);
    padding: 32px 0 0;
}
.review-form textarea {
    border: 1px solid rgba(20, 54, 70, 0.1);
    border-radius: 4px;
    background: rgb(210, 228, 216);
    width: 100%;
    height: 140px;
}
.form-container.review-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form-alert{
    display: none;
    font-size: 18px;
    line-height: 21px;
}
.form-alert.error{
    color: rgb(245 0 0);
}
.form-alert.success{
    color: rgb(36 168 107);
}
.back {
    display: grid;
    grid-template-columns: 16px 1fr;
    gap: 11px;
    margin: 67px 0 37px;
    cursor: pointer;
    text-decoration: none;
}
.back-text {
    color: rgb(73, 73, 73);
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
/**appeal**/
.appeal-btn{
    width: 310px;
    max-width: 100%;
}
.appeals {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-columns: 1fr;
    gap: 20px;
}
.appeal {
    border-radius: 12px;
    background: rgb(255, 255, 255);
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 26px;
    text-decoration: none;
    cursor: pointer;
}
.appeal-text {
    color: rgb(73, 73, 73);
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
}
.appeal-descriptor{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.1px;
    color: #777777;
}
.appeal-descriptor p {
    margin: 0 0 6px;
}
.appeal-user-text {
    color: rgb(102, 102, 102);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.appeal-user-img {
    min-width: 18px;
    height: 18px;
    border-radius: 12px;
    background-color: rgb(62, 175, 228);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 10px;
}
.appeal-user {
    display: grid;
    grid-template-columns: 18px 1fr auto;
    gap: 6px;
    margin-top: auto;
}
.appeal-info  .comment-info {
    border: 0;
    margin: 0;
    padding: 0;
}
.appeal-info .comments{
    margin-bottom: 12px;
}
.comments-log-name{
    color: #494949;
    font-size: 16px;
    font-weight: 700;
}
.task-list.appeals{
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.task-list .appeal{
    gap: 12px;
}
.appeal-date {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.8px;
    color: #494949;
    align-self: end;
}
.appeal-date span {
    font-weight: 700;
}
.task-info .back {
    margin: 0 0 49px;
}
.task-info-name{
    margin-bottom: 32px;
}
.appeal-info.task-info .comment-info {
    box-shadow: 0px 16px 10px 0px #7777771A;
    background: #fff;
    border-radius: 24px;
    margin-bottom: 48px;
}
.appeal-info.task-info .comment-top {
    padding: 16px 24px 12px 16px;
}
.appeal-info.task-info .comment-text {
    padding: 0 23px;
    position: relative;
    margin: 0 0 18px;
}
.appeal-info.task-info .comment-text:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #77777733;
    display: block;
    margin-bottom: 24px;
}
.appeal-info.task-info .comment-user-image {
    border: 1px solid #3EAFE4;
}
.appeal-info.task-info .comment-date-time {
    color: #494949;
    position: relative;
    top: 2px;
}
.task-info-status {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 24px 23px;
    position: relative;
}
.task-info-status:before {
    width: 100%;
    content: "";
    height: 1px;
    background: #77777733;
    display: block;
    margin-bottom: 24px;
}
.task-status-time {
    padding-left: 10px;
}
.task-status {
    color: #777777;
}
.task-status span {
    color: #494949;
    font-weight: 700;
}
.task-info .comment-date {
    gap: 12px;
    display: flex;
}
.task-info .comment-date .icon.calendar {
    box-shadow: 0px 4px 16px 0px #77777733;
}
.task-history-block {
    background: #fff;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 4px 12px 0px #77777726;
}
.task-history-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.task-history-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #C4D2C9;
}
.task-history .comments-user {
    padding: 0;
}
.task-history-info {
    margin-top: 14px;
    gap: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.task-history-log-name {
    font-size: 18px;
    color: #777777;
}
.task-history-log {
    font-size: 18px;
    font-weight: 700;
    color: #494949;
}
.task-history-logs {
    display: flex;
    align-items: center;
    gap: 12px;
}
.task-history-log-arrow {
    display: flex;
    align-items: center;
}
.task-history .comments-user:after,
.task-files .comments-user:after {
    display: none;
}
.task-files-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
    gap: 20px;
}
.task-files-block {
    box-shadow: 0px 16px 40px 0px #1436461A;
    background: #fff;
    border-radius: 16px;
    padding: 16px;
}
.task-files-top {
    border-bottom: 1px solid #C4D2C9;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 10px;
}
.task-files .comments-user {
    padding: 0;
    font-size: 14px;
    gap: 8px;
}
.task-files .comment-date {
    font-size: 14px;
    gap: 8px;
    justify-content: flex-start;
}
.task-files-info {
    margin-top: 42px;
}
.task-navbar {
    display: flex;
    gap: 32px;
    font-family: Sansation;
    font-size: 18px;
    font-weight: 700;
    color: #777777;
    border-bottom: 1px solid #C4D2C9;
    margin: 32px 0;
}
.task-nav:hover,
.task-nav.active {
    color: #494949;
}
.task-nav {
    cursor: pointer;
    padding-bottom: 22px;
    position: relative;
}
.task-nav:after{
    content: "";
    position: absolute;
    height: 1px;
    bottom: -1px;
    width: 100%;
    left: 0;
}
.task-nav:hover:after,
.task-nav.active:after {
    border-bottom: 1px solid #2AAA59;
}
.task-files {
    margin-bottom: 80px;
}
.task-history {
    margin-bottom: 80px;
}
.task-files, .task-history {display: none}
/**mobile**/
.m-menu-button{
    display: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 40px;
    background: rgba(20, 54, 70, 0.15);
    padding: 11px 20px;
    width: 100%;
    max-width: 400px;
}
.m-menu{
    display: none;
}
.m-menu-button i.icon.burger {
    min-width: 11.2px;
    height: 9.6px;
}
.m-close {
    width: 44px;
    height: 44px;
    border-radius: 40px;
    background: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
}
.m-close .close-dark {
    min-width: 9.58px;
    height: 9.06px;
}
.m-menu-top {
    position: relative;
    display: flex;
    margin-bottom: 24px;
}
.m-menu-back {
    color: rgba(254, 254, 254, 0.8);
    font-size: 16px;
    line-height: 18px;
    display: none;
    gap: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    background: rgba(1, 1, 1, 0.15);
    padding: 13px 16px;
    cursor: pointer;
}
.m-menu-back.active {
    display: flex;
}
.m-menu-back .arrow-white {
    min-width: 5.27px;
    height: 9.05px;
    transform: rotate(-180deg);
}
.m-user-text {
    color: rgb(255, 255, 255);
    font-family: Sansation;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-right: auto;
}
.m-user {
    border-radius: 4px;
    background: rgba(1, 1, 1, 0.15);
    padding: 16px 18px 16px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.m-user .user-white {
    width: 20px;
    height: 20px;
    display: block;
}
.m-user-next .arrow-white {
    min-width: 6px;
    height: 10px;
    display: block;
}
.m-btn.button {
    border-radius: 32px;
    background: rgb(255, 255, 255);
    color: rgb(42, 170, 89);
    font-size: 12px;
    font-weight: 900;
    line-height: 17px;
    text-transform: uppercase;
    margin-top: 26px;
}
.m-projects-text {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    color: rgb(254, 254, 254);
    margin-top: 32px;
}
.m-project {
    border-radius: 4px;
    background: rgba(1, 1, 1, 0.15);
    padding: 16px 45px 16px 18px;
    position: relative;
    cursor: pointer;
}
.m-projects-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.m-project-title {
    color: rgb(254, 254, 254);
    font-family: Sansation;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 8px;
}
.m-project-title:empty {
    display: none;
}
.m-project-text {
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgb(206, 206, 206);
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}
.m-project-text:before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #777;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 2px rgba(1, 1, 1, 0.5);
}
.m-project.active .m-project-text:before {
    background: #4ECE00;
}
.m-project.coordination .m-project-text:before {
    background: #3EAFE4;
}
.m-project.cop .m-project-text:before {
    background: #E43EB6;
}
.m-project-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.m-project-arrow .arrow-white {
    min-width: 6px;
    height: 10px;
    display: block;
}
.m-user-hidden {
    display: none;
}
.m-user-link {
    margin-bottom: 12px;
    border-radius: 4px;
    background: rgba(1, 1, 1, 0.15);
    padding: 16px 12px;
    color: rgba(254, 254, 254, 0.8);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.m-project-info-text .support {
    display: block;
    width: 14px;
    height: 17px;
}
.m-project-info-text {
    display: flex;
    border-radius: 4px;
    background: rgba(1, 1, 1, 0.15);
    text-align: center;
    color: rgb(254, 254, 254);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    padding: 16px 12px;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
}
.m-project-info {
    display: none;
    flex-direction: column;
    gap: 12px;
}
.m-project-info.active{
    display: flex;
}
.m-project-info-title {
    color: rgb(254, 254, 254);
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
}
.appeal-info-meeting{
    margin-top: 0;
}
@media (max-width: 1200px){
    .cont-row {
        gap: 20px;
    }
    .back {
        margin: 20px 0 10px;
    }
    .h-row {
        display: grid;
        grid-template-columns: 1fr 1fr auto;
    }
    .h-logo {
        gap: 15px;
    }
    .h-second-logo {
        margin-left: 17px;
    }
    .h_right {
        gap: 0;
    }
}
@media (max-width: 900px){
    .m-menu.active{
        display: block;
        position: fixed;
        z-index: 8;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: 112px 15px 60px;
        background: linear-gradient(180.00deg, rgb(42, 170, 89),rgb(62, 175, 228) 100%);
    }
    .m-menu-button{
        display: grid;
        grid-template-columns: auto auto;
        align-items: center;
        gap: 16.4px;
        justify-content: center;
    }
    .h-row{
        padding: 11px 15px;
        height: 90px;        
        grid-template-columns: auto auto;
        gap: 20px;
        justify-content: center;
    }
    .h_right {
        display: none;
    }
    .sidebar {
        display: none;
    }
    .h-second-logo {
        max-width: 192px;
        height: 50px;
        margin-left: auto;
        margin-right: 0;
    }
    .cont-row {
        grid-template-columns: 1fr;
        justify-items: center;
    }
    .h-logo img {
        height: 64px;
    }
    .h-logo {
        grid-template-columns: 50px 1fr;
    }
    .h-logo-title {
        margin-bottom: 4px;
    }
    .h-logo-info {
        padding: 4.5px 0 4.5px 16px;
    }
    .r-cont {
        width: 100%;
    }
    .list-file {
        height: initial;
        min-height: 72px;
        font-weight: 700;
        line-height: 140%;
        padding: 12px 16px;
    }
    .list-files {
        gap: 24px;
    }
    .form-file.white-form {
        padding: 32px;
        min-height: 110px;
        height: initial;
    }
    .form-file label {
        padding: 26px;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
    }
    .wa-forgotpassword-form-wrapper,
    .wa-signup-form-wrapper,
    .wa-set-password-form-wrapper,
    .wa-login-fw,
    .form-container form {
        margin: 0 auto;
        background: none;
        padding: 0;
        box-shadow: none;
    }
    .wa-set-password-form-wrapper h1,
    .wa-signup-form-wrapper h1,
    .wa-set-password-form-wrapper h1,
    .wa-login-form-wrapper h1,
    .form-container h1 {
        font-size: 28px;
        line-height: 31px;
        margin-bottom: 10px !important;
    }
    .wa-forgotpassword-form-wrapper .wa-field .wa-name, .wa-signup-form-wrapper .wa-field .wa-name, .wa-set-password-form-wrapper .wa-field .wa-name, .wa-login-form-wrapper .wa-field .wa-name, .form-container .form__name {
        color: rgb(73, 73, 73);
        font-family: Sansation;
        font-size: 13px;
        font-weight: 400;
        line-height: 15px;
    }
    .wa-set-password-form-wrapper .wa-value input[type="password"], .wa-set-password-form-wrapper .wa-value input[type="text"], .wa-forgotpassword-form-wrapper .wa-value input[type="password"], .wa-forgotpassword-form-wrapper .wa-value input[type="text"], .wa-signup-form-wrapper .wa-value input[type="password"], .wa-signup-form-wrapper .wa-value input[type="text"], .wa-login-form-wrapper .wa-value input[type="password"], .wa-login-form-wrapper .wa-value input[type="text"],.form-container input[type="text"], .form-container textarea, .form-container input[type="number"], .form-container select, .form-container input[type="password"], .form-container input[type="email"] {
        border: 1px solid rgba(20, 54, 70, 0.1);
        border-radius: 4px;
        background: rgb(249, 250, 250);
    }
    .comment-top {
        grid-template-columns: 1fr;
        gap: 5px;
        justify-content: start;
        justify-items: start;
    }
}
@media (max-width: 600px){
    .h-logo-title {
        font-size: 14px;
        line-height: 16px;
    }
    .h-logo-info {
        width: 150px;
    }
    img.h-second-logo {
        width: 100%;
    }
    .h-row {
        gap: 17px;         
    }
    .h-logo-text {
        font-size: 12px;
        line-height: 14px;
    }
    .project-field {
        grid-template-columns: 1fr;
        gap: 0;
        border-radius: 0;
        padding: 15px;
    }
    .project-field-text {
        line-height: 140%;
        font-weight: 700;
    }
    .project-field:first-child {
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
    .project-field:last-child {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        border-bottom: none;
    }
    .project-field:nth-child(2n) {
        background: rgb(201, 221, 213);
    }
    .r-cont {
        gap: 37px;
    }
    h1{
        font-size: 28px;
        line-height: 31px;
    }
    .task-history-log {
        font-size: 13px;
    }
    .task-status-time {
        padding: 5px 0 0;
    }
}

