@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);

.filters {
    margin-top: 47px
}

.filters__head {
    display: flex;
    justify-content: space-between
}

.filters__item--company {
    flex-basis: 362px
}

.filters__item--month {
    flex-basis: 224px
}

.filters__item--status {
    flex-basis: 296px
}

.filters__label {
    font-size: 18px;
    font-weight: 700;
    color: #b0b0b0;
    text-transform: uppercase
}

.filters__select {
    display: block;
    margin-top: 11px;
    padding-left: 17px;
    min-height: 40px;
    border: none;
    border-bottom: 3px solid #e4e4e4;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: url(src/assets/images/1b4c7995fc2290ad91af91db77c72670.svg) no-repeat 100%
}

.filters__option,
.filters__select {
    font-family: PT Sans, sans-serif;
    font-size: 18px
}

.organization {
    margin-top: 41px
}

.organization__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 26px;
    min-height: 54px;
    box-sizing: border-box
}

.organization__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.organization__status {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    padding-right: 32px;
    padding-left: 32px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.organization__status:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    height: 3px;
    width: 100%;
    background: transparent
}

.organization--expired .organization__head {
    border-top: 3px solid #e55c4e
}

.organization--expired .organization__status:before {
    background: #c44b3f
}

.organization--expired .events__day,
.organization--expired .organization__head {
    background: #f17164
}

.organization--expired .organization__status {
    background: #e55c4e
}

.organization--done .organization__head {
    border-top: 3px solid #85a93b
}

.organization--done .organization__status:before {
    background: #6d8b30
}

.organization--done .events__day,
.organization--done .organization__head {
    background: #96be42
}

.organization--done .organization__status {
    background: #85a93b
}

.organization--scheduled .organization__head {
    border-top: 3px solid #eed043
}

.organization--scheduled .organization__status:before {
    background: #dabe3b
}

.organization--scheduled .events__day,
.organization--scheduled .organization__title {
    color: #454242
}

.organization--scheduled .events__day,
.organization--scheduled .organization__head {
    background: #fedd46
}

.organization--scheduled .organization__status {
    background: #eed043;
    color: #454242
}

.events__item {
    display: flex;
    margin-top: 6px
}

.events__date {
    width: 100%;
    max-width: 176px
}

.events__date,
.events__day {
    display: flex;
    align-items: center
}

.events__day {
    justify-content: center;
    width: 66px;
    height: 62px;
    font-size: 52px;
    font-weight: 700;
    color: #fff
}

.events .wrap {
    margin-left: 7px
}

.events__month {
    font-size: 17px;
    font-weight: 700;
    color: #969696;
    text-transform: uppercase
}

.events__year {
    font-size: 22px;
    font-weight: 700;
    color: #ccc
}

.events__description {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 11px 22px;
    font-size: 18px;
    font-weight: 400;
    color: #6f6f6f;
    background: #f7f7f7
}

.downloads {
    padding-top: 27px;
    padding-bottom: 25px
}

.downloads__item {
    display: flex;
    flex-direction: column;
    margin-top: 27px
}

.downloads__btn {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    min-height: 60px;
    width: 100%;
    font-family: PT Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #454242;
    border: 0;
    background: #f7f7f7
}

.downloads__btn:active {
    outline: none
}

.downloads__btn:hover .downloads__pic svg path {
    fill: #606060
}

.downloads__btn--active {
    outline: none
}

.downloads__btn--active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: calc(100% - 62px);
    background: #e5e5e5
}

.downloads__btn--active .downloads__pic {
    position: relative;
    background: #efefef
}

.downloads__btn--active .downloads__pic svg path {
    fill: #de1010
}

.downloads__btn--active .downloads__pic:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: #de1010
}

.downloads__logo {
    margin-right: 20px
}

.downloads__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    width: 62px;
    height: 60px
}

.downloads__row {
    display: flex;
    background: #f7f7f7
}

.downloads__content {
    font-size: 16px;
    font-weight: 400;
    color: #454242;
    height: 0;
    transform: scaleY(0);
    transition: all .2s;
    transform-origin: top right;
    padding-left: 66px;
    padding-right: 66px
}

.downloads__content--active {
    padding-top: 22px;
    padding-bottom: 35px;
    height: auto;
    transform: scaleY(1);
    background: #efefef
}

.downloads__link {
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-basis: 64px;
    margin-left: 1px;
    background: #fedd46;
    border-top: 3px solid #eed043
}

.downloads__link:hover {
    border-top: 3px solid #cbb139;
    background: #e5c73e
}

.downloads__link:hover svg path {
    fill: #2f2f2f
}

.error__title {
    font-size: 80px;
    font-weight: 700;
    color: #cacaca
}

.error__description {
    margin-top: 40px;
    color: #a1a1a1
}

.error__text {
    margin-top: 45px;
    font-size: 24px;
    color: #454242
}

.error__link {
    color: #5b77c0
}

.error--tech {
    margin-left: auto;
    margin-right: auto;
    max-width: 370px;
    text-align: center
}

.app {
    display: block
}

.service__content {
    padding: 18px 35px;
    margin-top: 8px
}

.service__list {
    display: flex;
    flex-wrap: wrap
}

.service__l-item {
    display: flex;
    flex: 1;
    max-width: 33.33%
}

.service__link {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 58px;
    width: 100%;
    padding: 0 27px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #454242;
    text-decoration: none;
    transition: .2s;
    background: #fedd46
}

.service__link:hover {
    background: #e5c73e
}

.service__links {
    margin-top: 20px;
    margin-bottom: 20px
}

.service__links li:not(:last-child) {
    margin-right: 12px
}

.documents__title {
    margin-top: 77px;
    font-size: 30px;
    font-weight: 400;
    color: #454242
}

.documents__head {
    display: flex;
    align-items: center;
    padding-left: 35px;
    min-height: 60px;
    font-size: 23px;
    font-weight: 700;
    color: #454242;
    background: #f7f7f7
}

.documents__body {
    position: relative;
    margin-top: 18px
}

.documents__list {
    margin-top: 22px;
    margin-bottom: 29px;
    max-height: 234px;
    overflow-y: auto
}

.documents__list--contract {
    max-height: none;
    overflow-y: visible
}

.documents__block {
    position: relative
}

.documents__block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 100%;
    background: #f0f0f0
}

.documents__item {
    display: block;
    padding-left: 50px
}

.documents__item a {
    display: flex;
    align-items: center;
    padding-left: 10px;
    min-height: 38px;
    font-size: 17px;
    font-weight: 400;
    color: #454242;
    text-decoration: none;
    transition: .3s
}

.documents__item a:hover {
    background: #f0f0f0
}

.chat {
    display: flex;
}

.chat__body {
    flex: 1;
    border: 1px solid #c8c8c8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.chat__messages {
    height: calc(100vh - 370px);
    overflow-y: scroll;
    border-bottom: 1px solid #c8c8c8
}

.chat__when {
    position: relative;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 22px
}

.chat__when .chat__line {
    background: #c8c8c8;
    color: #c8c8c8
}

.chat__when--new .chat__date {
    color: #85a93b
}

.chat__when--new .chat__line {
    background: #85a93b;
    color: #85a93b
}

.chat__date {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #959595;
    background: #fff
}

.chat__line {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    height: 2px;
    width: 100%;
    border: none;
    z-index: -1
}

.dialog {
    display: flex;
    flex-direction: column;
    margin-top: 33px;
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 20px;
    min-height: 48px;
    max-width: 653px
}

.dialog--self {
    margin-left: auto
}

.dialog--self .dialog__body {
    align-self: flex-end;
    background: #fedd46;
    border-top-right-radius: 0
}

.dialog--self .dialog__body:after {
    background: url(src/assets/images/c9d899938ebd2fb5da92d0832a273277.svg);
    background-repeat: no-repeat
}

.dialog--self .dialog__download {
    align-self: flex-end;
    transition: .2s
}

.dialog--colleague {
    margin-left: auto
}

.dialog--colleague .dialog__body {
    background: #ecdfbf;
    border-top-right-radius: 0
}

.dialog--colleague .dialog__body:after {
    background: url(src/assets/images/c321262746d3f488a2ae112604caad4a.svg);
    background-repeat: no-repeat
}

.dialog--colleague .dialog__sender {
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #9e9171;
    margin-right: 9px
}

.dialog--colleague .dialog__download {
    align-self: flex-end
}

.dialog--mate .dialog__body {
    background: #f3f3f3;
    border-top-left-radius: 0
}

.dialog--mate .dialog__body:after {
    left: -12px;
    right: none;
    background: url(src/assets/images/0892abcf4e1d778b8e681b958a4e8a43.svg);
    background-repeat: no-repeat
}

.dialog--mate .dialog__message,
.dialog--mate .dialog__time {
    color: #7e7e7e
}

.dialog--mate .dialog__sender {
    font-size: 12px;
    font-weight: 700;
    color: #7e7e7e;
    margin-left: 9px
}

.dialog--mate .dialog__download {
    align-self: flex-start
}

.dialog--new .dialog__body {
    position: relative
}

.dialog--new .dialog__body:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background: #85a93b
}

.dialog__body {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 22px;
    max-width: 653px;
    min-height: 47px;
    border-radius: 10px;
    box-sizing: border-box
}

.dialog__body:after {
    content: "";
    position: absolute;
    top: 0;
    right: -12px;
    width: 13px;
    height: 16px
}

.dialog__sender {
    margin-bottom: 9px
}

.dialog__message {
    word-break: break-word;
    font-size: 15px;
    font-weight: 400;
    color: #555151
}

.dialog__time {
    align-self: flex-end;
    margin-left: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #555151
}

.dialog__download {
    display: flex;
    align-items: center;
    margin-top: 5px;
    background: #f3f3f3;
    border-radius: 8px;
    text-decoration: none
}

.dialog__download:hover {
    background: #e9e9e9;
    color: #898989
}

.dialog__download:hover .dialog__icon {
    background: #828282
}

.dialog__text {
    padding-right: 19px;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e
}

.dialog__icon {
    justify-content: center;
    width: 28px;
    height: 28px;
    background: silver;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.dialog__approve,
.dialog__icon {
    display: flex;
    align-items: center
}

.dialog__approve {
    justify-content: flex-end;
    margin-top: 5px;
    max-width: 653px
}

.dialog__approve--accepted .dialog__text {
    color: #fff;
    background: #85a93b
}

.dialog__approve--rejected .dialog__text {
    color: #fff;
    background: #e55c4e
}

.dialog__approve span {
    min-height: 28px;
    background: #f3f3f3;
    border-radius: 8px
}

.dialog__approve span,
.dialog__btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.dialog__btn {
    margin-left: 3px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 8px
}

.dialog__btn--accept {
    background: #85a93b;
    transition: .1s
}

.dialog__btn--accept:hover {
    background: #5c7528
}

.dialog__btn--reject {
    background: #e55c4e;
    transition: .1s
}

.dialog__btn--reject:hover {
    background: #ba493e
}

.message-input {
    position: relative;
    flex: 1
}

.message-input__field {
    display: block;
    width: 100%;
    min-height: 87px;
    max-height: 160px;
    max-width: 100%;
    padding: 13px;
    border: none;
    resize: none;
    box-sizing: border-box;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e
}

.message-input__field::placeholder {
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #c8c8c8
}

.message-input__btn {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .5);
    border: none;
    background: #fff;
    opacity: 0;
    transition: .3s
}

.message-input__btn:focus,
.message-input__btn:hover {
    opacity: 1
}

.message-input__btn img {
    width: 10px;
    height: 10px
}

.controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 13px;
    padding-left: 13px;
    min-height: 31px;
    border-top: 1px solid #c8c8c8
}

.controls__icon {
    margin-right: 5px
}

.controls__items {
    display: flex;
    flex-basis: 100%
}

.controls__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
    border: none;
    background: transparent;
    transition: .2s
}

.controls__btn--send {
    min-height: 22px;
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #555151;
    text-transform: uppercase;
    border-radius: 2px;
    background: #fedd46
}

.controls__btn--send:hover {
    background: #e5c73e;
    color: #2f2f2f
}

.controls__btn--delete {
    height: 20px;
    width: 20px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-left: 13px;
    background: silver;
    transition: .2s
}

.controls__btn--delete:hover {
    background: #828282
}

.controls__btn--add svg path {
    border: 1px solid red;
    fill: silver
}

.controls__btn--add:hover svg path {
    fill: #828282
}

.controls__files {
    display: flex;
    flex-wrap: wrap;
    user-select: none
}

.controls__file {
    display: flex;
    align-items: center;
    margin: 2px 13px;
    padding-left: 13px;
    min-height: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    background: #f3f3f3
}

.upload-file {
    display: none
}

.history {
    display: flex;
    flex-direction: column;
    flex-basis: 204px;
    margin-left: 12px
}

.history__select {
    padding-left: 16px;
    min-height: 44px;
    border: 0;
    border-bottom: 3px solid #e4e4e4;
    background: #f7f7f7;
    font-size: 20px;
    font-weight: 400;
    color: #666565
}

.history__list {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    flex: 1;
    padding-top: 7px;
    background: linear-gradient(90deg, #f7f7f7, 76%, #eee 24%)
}

.history__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 16px;
    padding-right: 5px;
    width: 100%;
    min-height: 30px;
    background: transparent;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #b4b4b4
}

.history__btn:focus {
    outline: none
}

.history__btn:focus,
.history__btn:hover {
    transition: .2s;
    color: #fff;
    background: #cbcbcb
}

.history__btn:focus .history__count,
.history__btn:hover .history__count {
    color: #fff
}

.history__btn:focus svg path,
.history__btn:hover svg path {
    fill: #fff
}

.history__messages {
    display: flex;
    justify-content: space-between;
    min-width: 35px
}

.history__count {
    margin-left: 3px;
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #c4c4c4
}

.footer {
    display: none
}

.content {
    min-height: calc(100vh - 106px);
    padding-bottom: 0;
}

.form {
    margin-top: 60px
}

.form__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 43px;
    margin-bottom: 20px;
    min-height: 53px;
    border-bottom: 2px solid #b2b2b2
}

.form__title {
    font-size: 30px;
    font-weight: 400;
    color: #454242
}

.form__user-data {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 10px
}

.form__column {
    display: flex;
    flex-direction: column
}

.form__column--user {
    flex-basis: 570px
}

.form__column--name {
    flex-basis: 377px
}

.form__column--email {
    flex-basis: 403px
}

.form__column--tel {
    flex-basis: 314px
}

.form__column--time {
    flex-basis: 403px
}

.form__column--row {
    align-items: center;
    flex-direction: row;
    margin-left: 35px
}

.form .row {
    display: flex;
    align-items: center
}

.form__label {
    font-size: 16px;
    font-weight: 700;
    color: #b0b0b0;
    text-transform: uppercase;
    margin-bottom: 5px
}

.form__input {
    padding-right: 17px;
    padding-left: 17px;
    height: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #666565;
    border: none;
    border-bottom: 3px solid #e4e4e4;
    background: #f7f7f7
}

.form__input--select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(src/assets/images/1b4c7995fc2290ad91af91db77c72670.svg) no-repeat 100%
}

.form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100%;
    width: 100%;
    max-width: 196px;
    min-height: 35px;
    font-family: PT Sans, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #929292;
    text-transform: uppercase;
    border: none;
    background: #f7f7f7
}

.form__btn img {
    margin-right: 7px
}

.form__btn--notice {
    max-width: 346px;
    width: 100%
}

.form__btn--submit {
    margin-top: 32px;
    max-width: 136px;
    color: #454242;
    background: #fedd46;
    margin-right: 0;
    margin-left: auto;
    cursor: pointer
}

.form__check {
    margin-right: 15px;
    height: 26px;
    width: 26px
}

.form__input {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.form__btn {
    border-radius: 3px
}

.form__text {
    font-size: 20px;
    font-weight: 700;
    color: #5b5b5b
}

.form-overlay {
    display: none;
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    background: hsla(0, 0%, 48.6%, .88)
}

.change-form,
.form-overlay {
    position: absolute;
    width: 100%
}

.change-form {
    top: 50%;
    left: 50%;
    z-index: 5;
    padding-bottom: 20px;
    transform: translate(-50%, -50%);
    max-width: 567px;
    border-radius: 2px;
    background: #fff
}

.change-form__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 24px;
    padding-left: 24px;
    min-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #595959;
    text-transform: uppercase;
    background: url(src/assets/images/974dab88d57d6c7befa73ec7d9d5d786.svg)
}

.change-form__wrapper {
    position: relative;
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    max-width: 435px
}

.change-form__input:not([value=""])+.change-form__label {
    transform-origin: 0 0;
    transform: translateY(-20px) scale(.79)
}

.change-form__input {
    width: 100%;
    min-height: 32px;
    border: 0;
    border-bottom: 2px solid #c4c4c4
}

.change-form__input:focus {
    border-color: #f22a2a;
    outline: none
}

.change-form__input:not(:placeholder-shown)+.change-form__label {
    transform-origin: 0 0;
    transform: translateY(-20px) scale(.79)
}

.change-form__input:focus+.change-form__label {
    transform-origin: 0 0;
    transform: translateY(-20px) scale(.79);
    color: #f22a2a
}

.change-form__input::-ms-clear,
.change-form__input::-ms-reveal {
    display: none
}

.change-form__input::placeholder {
    font-family: PT sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #b9b9b9
}

.change-form__label {
    top: 2px;
    left: 0;
    pointer-events: none;
    transition: .2s
}

.change-form__btn,
.change-form__label {
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: #b9b9b9
}

.change-form__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0;
    width: 20px;
    height: 17px;
    transform: translateY(-50%);
    background: transparent;
    border: 0
}

.change-form__close {
    width: 16px;
    height: 16px;
    background: transparent;
    border: 0;
    user-select: none
}

.change-form__text {
    max-width: 435px;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 400;
    color: grey
}

.change-form__submit {
    display: flex;
    align-items: center;
    margin-top: 58px;
    margin-left: auto;
    margin-right: 20px;
    padding-left: 23px;
    padding-right: 23px;
    min-height: 31px;
    font-size: 16px;
    font-weight: 700;
    color: #454242;
    text-transform: uppercase;
    transition: .2s;
    background: #fedd46;
    border: 0
}

.change-form__submit:hover {
    color: #2f2f2f;
    background: #e5c73e
}

.auth {
    position: relative;
    display: block;
    max-width: 745px;
    width: 100%;
    padding-bottom: 51px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #c4c4c4
}

.auth a {
    display: inline-block;
    padding: 2px 13px;
    border-radius: 3px;
    color: #8c8c8c;
    line-height: 20px;
    font-size: 18px;
    text-decoration: none;
    transition: all .3s ease
}

.auth a:hover {
    color: #fff;
    background-color: #929292
}

.auth__img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 124px;
    height: 244px;
    background: no-repeat 50%;
    background-size: contain
}

.auth__btn {
    display: block;
    border: none;
    text-transform: uppercase;
    margin-left: auto
}

.auth__header {
    margin-bottom: 60px
}

.auth__h {
    color: #454242;
    font-size: 35px;
    line-height: 59px;
    text-align: center
}

.auth__text {
    font-size: 18px;
    line-height: 30px
}

.auth__main {
    padding: 0 150px;
    margin-bottom: 50px
}

.auth__line {
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 55px
}

.auth__footer,
.auth__line {
    display: flex;
    align-items: center
}

.auth__footer {
    padding: 0 150px
}

.auth__or {
    color: #8c8c8c;
    text-align: center
}

.auth__or+.input {
    margin-top: 5px
}

.auth .input {
    margin-bottom: 28px
}

label.input {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 28px
}

label.input span.input__label {
    position: absolute;
    bottom: 5px;
    left: 2px;
    transition: all .3s linear;
    line-height: 30px;
    font-size: 18px;
    color: #8c8c8c
}

label.input input:focus~span.input__label,
label.input input:not(:placeholder-shown)~span.input__label {
    bottom: 100%
}

label.input input {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 18px;
    color: #454242;
    border: none;
    border-bottom: 1px solid #b1b1b1;
    transition: border-bottom-color .3s ease
}

label.input input:focus {
    border-color: #f22a2a
}

label.input input:focus+span.input__label {
    color: #f22a2a
}

label.checkbox {}

label.checkbox input[type=checkbox] {
    margin: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer
}

label.checkbox .checkmark,
label.checkbox input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 26px;
    height: 26px
}

label.checkbox .checkmark {
    background-color: #f1f1f1;
    border-radius: 3px;
    transition: background-color .3s ease;
    font-size: 18px;
    color: #454242
}

label.checkbox .checkmark:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -75%) rotate(-45deg);
    display: block;
    width: 12px;
    height: 6px;
    border-left: 3px solid #454242;
    border-bottom: 3px solid #454242;
    opacity: 0;
    transition: opacity .3s ease
}

label.checkbox input[type=checkbox]:hover+.checkmark {
    background-color: #d0d0d0
}

label.checkbox input[type=checkbox]:checked+.checkmark {
    background-color: #fedd46
}

label.checkbox input[type=checkbox]:checked+.checkmark:after {
    opacity: 1
}

label.checkbox input[type=checkbox]:checked:hover+.checkmark {
    background-color: #e5c73e
}

label.input_pass .passViewToggle {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: block;
    width: 19px;
    height: 13px;
    border: none;
    background: no-repeat 50%;
    background-size: contain;
    cursor: pointer
}

label.input_pass input {
    padding-right: 20px
}

label.input_pass input[type=text]~.passViewToggle {
    background-image: url(src/assets/images/08b3f6ec5b874911f86f66239cbf6fae.svg)
}

label.input_pass input[type=password]~.passViewToggle {
    background-image: url(src/assets/images/3370246655fd3f3ee7872bef6c81cb91.svg)
}

body {
    font-family: PT Sans, sans-serif;
    min-width: 1070px
}

.page-wrapper {
    overflow-x: hidden
}

button {
    cursor: pointer
}

.select-wrap {
    width: 100%;
    background: #f7f7f7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.container {
    margin: 0 auto;
    max-width: 985px;
    width: 100%
}

.content {
    width: 100%;
    padding-bottom: 120px;
    padding-top: 20px;
    min-height: calc(100vh - 191px);
    box-sizing: border-box;
    background: #fafafa;
}

.link {
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 700;
    color: #454242;
    text-decoration: none;
    transition: .2s;
    background: #fedd46
}

.details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    max-width: 200px
}

.details__link {
    text-transform: uppercase
}

.details__btn {
    width: 30px
}

.details__btn svg path {
    fill: #5b5b5b
}

.details__btn:hover svg path {
    fill: #000
}

.price {
    display: inline-block;
    font-family: PT Sans, sans-serif;
    font-weight: 700;
    color: #454242
}

.price__int {
    font-size: 60px
}

.price__rest {
    font-size: 34px
}

.price__name {
    display: inline-block;
    font-size: 18px;
    font-weight: 400
}

.service {
    margin-top: 54px
}

.service__head {
    display: flex;
    align-items: center
}

.service__title {
    justify-content: space-between;
    padding-left: 35px;
    padding-right: 25px;
    flex-grow: 1;
    border-top: 3px solid #eed043;
    font-size: 23px;
    background: #fedd46
}

.service__note,
.service__title {
    display: flex;
    align-items: center;
    min-height: 62px;
    box-sizing: border-box;
    font-weight: 700;
    color: #454242
}

.service__note {
    justify-content: center;
    align-self: stretch;
    flex-basis: 30.16%;
    border-top: 3px solid #dabe3b;
    font-size: 18px;
    text-transform: uppercase;
    background: #eed043
}

.service__to {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 50px;
    height: 50px;
    transition: .3s
}

.service__to:hover {
    background: #dabe3b
}

.service__mark {
    display: flex;
    margin-top: 17px;
    min-height: 79px;
    background: #f7f7f7
}

.service__text {
    padding-left: 35px;
    flex-grow: 1;
    font-size: 17px;
    font-weight: 400;
    color: #454242
}

.service__price,
.service__text {
    display: flex;
    align-items: center
}

.service__price {
    justify-content: center;
    min-width: 227px;
    background: #fedd46;
    box-sizing: border-box;
    border-top: 3px solid #eed043
}

.service__content {
    display: flex;
    background: #f7f7f7
}

.service__col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    min-height: 240px;
    transition: background .3s;
    text-decoration: none
}

.service__col:hover {
    background: #ededed
}

.service__name {
    margin-top: 7px;
    font-size: 21px;
    font-weight: 700;
    color: #454242;
    text-align: center
}

.service__item {
    display: flex;
    align-items: center;
    min-width: 385px;
    min-height: 30px;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #454242
}

.service__item span:first-child {
    min-width: 220px
}

.footer,
.service__list {
    width: 100%
}

.footer {
    position: relative;
    display: flex;
    height: 85px;
    background: linear-gradient(90deg, #eed043, 50%, #fedd46 50%)
}

.footer:after {
    left: 0;
    background: #dabe3b
}

.footer:after,
.footer:before {
    content: "";
    position: absolute;
    bottom: 85px;
    width: 50%;
    height: 3px
}

.footer:before {
    right: 0;
    background: #eed043
}

.footer__square {
    position: absolute;
    top: -19px;
    left: 50%;
    width: 32px;
    height: 32px;
    z-index: 2;
    transform: translate(-50%) rotate(45deg);
    box-shadow: 4px 0 0 -1px #eed043;
    background: #fafafa
}

.footer .container {
    display: flex
}

.footer__col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 50%;
    padding-right: 40px;
    box-sizing: border-box
}

.footer__col--right {
    padding-right: 0;
    padding-left: 40px
}

.footer__icon {
    margin-right: 12px;
    width: 20px;
    height: 20px
}

.footer__link {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #7e6d17;
    text-decoration: none
}

.footer__link:hover {
    text-decoration: underline;
    color: #454242
}

.footer__link:hover svg path {
    fill: #454242
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
    color: #7e6d17;
    text-transform: uppercase
}

.girl {
    position: absolute;
    height: 320px;
    transition: .3s;
    visibility: visible;
    opacity: 1
}

.girl--left {
    left: calc(35.5vw - 556px);
    bottom: 88px;
    margin-right: 5%;
    z-index: 2
}

.girl--right {
    right: calc(35.5vw - 550px);
    bottom: 0;
    z-index: 2
}

.girl--err {
    right: 20vw;
    bottom: 88px;
    z-index: 2
}

body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

li {
    display: inline-block
}

.cloud {
    flex: 1;
    align-self: flex-end;
    background-position-y: bottom;
    margin-bottom: -2px
}

.header {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

.header,
.header__content {
    display: flex;
    background: #fedd46
}

.header__content {
    position: relative;
    align-items: center;
    flex-basis: 100%;
    margin: 0 auto;
    max-width: 985px;
    min-height: 106px
}

.header__cloud-l {
    display: block;
    height: 38px;
    background: url(src/assets/images/00abbc242112aeb3d11f47dc613ca2e1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

.header__cloud-r {
    display: block;
    height: 38px;
    background: url(src/assets/images/19d5d262a9090437f361715094a47b08.png);
    background-size: cover;
    background-repeat: no-repeat
}

.header__logo {
    margin-right: 27px
}

.navigation {
    flex: 1;
    align-self: flex-end
}

.navigation__title {
    font-size: 27px;
    font-weight: 400;
    color: #a78c47
}

.navigation__wrap {
    display: flex;
    justify-content: space-between;
    flex: 1
}

.navigation__list {
    display: flex;
    margin-top: 14px;
    border-top: 3px solid #eed043
}

.navigation__item {
    flex-grow: 1
}

.navigation__link {
    display: inline-block;
    padding: 11px;
    font-size: 14px;
    font-weight: 700;
    color: #454242;
    text-transform: uppercase;
    text-decoration: none;
    transition: background .2s, color .2s
}

.navigation__link:hover {
    color: #de1010
}

.navigation__link--active {
    background: #edce40
}

.user,
.user__logo {
    display: flex;
    align-items: center
}

.user__logo {
    justify-content: center;
    margin-right: 6px;
    border-radius: 50%;
    background: #edce40;
    width: 26px;
    height: 26px
}

.user__logout {
    display: flex;
    background: transparent;
    border: 0;
    margin-left: 10px
}

.user__logout:hover svg path {
    fill: #454242
}

.user__link {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #a78c47;
    text-decoration: none
}

.user__link:hover {
    color: #454242
}

.user__link:hover .user__logo svg path {
    fill: #454242
}

.link:hover {
    background: #e5c73e
}

.debt__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px
}

.debt__title {
    font-size: 31px;
    font-weight: 400;
    color: #454242
}

.debt hr {
    border: none;
    color: #9c9c9c;
    background-color: #9c9c9c;
    height: 2px
}

.debt__text {
    font-size: 17px;
    font-weight: 400;
    color: #656464
}

.mobile__footer,
.modile__header-logo {
    display: none;
}

@media only screen and (max-width:1200px) {
    body {
        min-width: 768px;
    }

    .mobile__footer {
        display: none;
    }
	.content {
		width: 100%;
		padding-bottom: 0px;
	}
    .container {
        margin: 0 auto;
        max-width: 985px;
        width: 100%;
        padding: 0px 15px;
    }
	li.navigation__item:nth-child(5) { 
		display: none;
	}
}

@media only screen and (max-width:768px) {
    body {
        min-width: 576px;
    }

    .modile__header-logo {
        display: block;
        width: 86px;
        height: 34px;
    }


    .header__content {
        margin: 0px auto 0px;
        width: 100%;
    }

    .navigation {
        flex: 1;
        justify-content: space-between;
        width: 100%;
    }

    .navigation__wrap {
        justify-content: space-between;
    }

    .navigation__link {
        padding: 11px 7px 7px 7px;
    }

    .navigation__link--active {
        margin-bottom: 2px;
        background: #fedd46;
        border-bottom: 4px solid #FFF;
    }

    .user,
    .user__logo {
        margin-right: 15px;
    }


    .header__content .navigation__list {
        margin-top: 10px;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    li.navigation__item {
        flex: 0 0 auto;
    }

    .modile__header-logo img {
        max-width: 50px;
        margin-left: 21px;
        margin-right: 15px;
    }



    .footer__col,
    .footer:before,
    .footer__square,
    .footer:after,
    .footer:before {
        display: none;
    }

    .footer {
        background: #eed043;
        display: block;
    }

    .mobile__footer {
        margin: 0px auto;
        max-width: 320px;
        padding: 20px 10px;
        display: flex;
        justify-content: space-between;
    }

    .mobile__footer-title {
        font-family: PT Sans;
        font-style: normal;
        font-weight: bold;
        font-size: 15px;
        line-height: 20px;
        display: flex;
        align-items: center;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #7E6D17;
        width: 100px;
    }

    .header__logo {
        display: none;
    }


    .content {
        width: 100%;
        min-width: 320px;
        margin: auto;
		padding-bottom: 0px;
    }

    .company-block-linkwrap {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-top: 20px;
        flex-direction: row;
    }



    .page-block.sales-block {
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .page-block-row__actions {
        position: absolute;
        right: 20px;
    }

    span.page-block__icon.icon-sales {
        top: 20px;
    }





    .company-block__change {
        width: 100%;
    }

    .company-block__change-item {
        white-space: normal;
    }





}

@media only screen and (max-width:576px) {
    body {
        min-width: 100%;
    }

}

a.bx-composite-btn.bx-btn-white.bx-composite-btn-fixed {
    display: none;
}