.LeaveRequestBackground {
    z-index: 2000;
    position: fixed;
    background-color: black;
    opacity: .4;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

.LeaveRequestBackground.Active {
    width: 100vw;
    height: 100%;
}

.LeaveRequest {
    width: 0;
    height: 0;
    display: none;

    z-index: 2010;
    position: absolute;

    left: 50%;
    transform: translate(-50%);

    @media (max-width: 1239px) {
        top: 124px;

        flex-direction: column;

        border-radius: 20px;
        background: #FFF;
    }

    @media (min-width: 1240px) {
        max-width: 1128px;
        top: 10vh;

        flex-direction: row;

        border-radius: 40px;
        background: #FFF;
    }
}

.LeaveRequest.Active {
    display: flex;
    animation: EasyAppear 600ms 1;

    @media (max-width: 1239px) {
        width: 90vw;
        height: 719px;
    }

    @media (min-width: 1240px) {
        width: 1128px;
        height: 562px;
    }
}

.LeaveRequestImage {
    @media (max-width: 1239px) {}

    @media (min-width: 1240px) {}
}

.LeaveRequestImage img {
    @media (max-width: 1239px) {
        height: 253px;
        width: 100%;

        object-fit: cover;
        border-radius: 20px;
    }

    @media (min-width: 1240px) {
        height: 562px;
    }
}

.LeaveRequestForm {

    @media (max-width: 1239px) {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 1240px) {
        width: 100%;
        padding-top: 60px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.LeaveRequestForm>.Header {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: HelveticaNeueCyr;

    @media (max-width: 1239px) {
        font-size: 25px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;
    }

    @media (min-width: 1240px) {
        font-size: 40px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;
    }
}

.LeaveRequestForm>.Description {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: HelveticaNeueCyr;

    @media (max-width: 1239px) {
        margin-top: 23px;

        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;

        opacity: 0.6;
    }

    @media (min-width: 1240px) {
        margin-top: 31px;

        font-size: 20px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;

        opacity: 0.6;
    }
}

.LeaveRequestForm>.Form {
    display: flex;
    flex-direction: column;

    @media (max-width: 1239px) {
        margin-top: 30px;
    }

    @media (min-width: 1240px) {
        margin-top: 30px;
    }
}

.LeaveRequestForm>.Form>input {
    border: none;
    border-bottom: 1px solid #8B8B8B;

    @media (max-width: 1239px) {
        margin-top: 10px;

        padding-top: 10px;
        padding-bottom: 10px;

        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 14px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;
    }

    @media (min-width: 1240px) {
        margin-top: 10px;

        padding-top: 10px;
        padding-bottom: 10px;

        color: #000;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 16px;
        font-style: normal;
        font-weight: 550;
    }
}

.LeaveRequestForm>.Form>input::placeholder {
    opacity: 0.4;
}

.LeaveRequestForm>.Form>input:focus {
    outline: none;
}

.LeaveRequestForm>.Submit {
    cursor: pointer;

    color: #FFF;
    text-align: right;
    font-family: HelveticaNeueCyr;

    @media (max-width: 1239px) {
        margin-top: 40px;

        padding-top: 19px;
        padding-bottom: 19px;

        width: 100%;
        max-width: 380px;

        text-align: center;
        border-radius: 15px;
        background: #1D75FF;

        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.64px;
    }

    @media (min-width: 1240px) {
        margin-top: 50px;

        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 55px;
        padding-right: 55px;

        text-align: center;
        border-radius: 15px;
        background: #1D75FF;

        font-size: 16px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;
        letter-spacing: -0.64px;
    }
}

.LeaveRequestForm>.Submit>i {
    margin-left: 15px;
}

.LeaveRequestForm>.Privacy {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: HelveticaNeueCyr;

    @media (max-width: 1239px) {
        margin-top: 20px;

        font-size: 12px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;
    }

    @media (min-width: 1240px) {
        width: 289.866px;
        margin-top: 20px;

        font-size: 12px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;
    }
}

.LeaveRequestForm>.Privacy .Accent {
    color: #1D75FF;
    leading-trim: both;
    text-edge: cap;
    font-family: HelveticaNeueCyr;

    @media (max-width: 1239px) {
        font-size: 12px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;
    }

    @media (min-width: 1240px) {
        font-size: 12px;
        font-style: normal;
        font-weight: 550;
        line-height: 120%;
    }
}

.LeaveRequest>.CloseButton {
    position: absolute;
    cursor: pointer;

    @media (max-width: 1239px) {
        top: 20px;
        right: 30px;
    }

    @media (min-width: 1240px) {
        top: 30px;
        right: 30px;
    }
}

.LeaveRequestAnswer {
    position: relative;
    width: 100%;
    height: 100%;
}

.LeaveRequestAnswer>.CircleTimer {
    position: absolute;
    width: 104px;
    top: 150px;
    left: 50%;
    transform: translate(-50%);

    @media (max-width: 1239px) {
        top: 60px;
    }
}

.LeaveRequestAnswer>.CircleTimer>.Mark {
    position: absolute;
}

.LeaveRequestAnswer>.CircleTimer>.LeftHalf {
    margin: 2px;
    position: absolute;
    visibility: hidden;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #14B805;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    animation: CircleTimer_LeftHalf 10s linear;
}

@keyframes CircleTimer_LeftHalf {
    0% {
        visibility: visible;
    }

    100% {}
}

.LeaveRequestAnswer>.CircleTimer>.RightHalf {
    margin: 2px;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: limegreen;
    visibility: hidden;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);

    animation: CircleTimer_RightHalf 10s linear;
}

@keyframes CircleTimer_RightHalf {
    0% {
        transform: rotate(0deg);
        visibility: visible;
        display: block;
    }

    50% {
        transform: rotate(180deg);
        display: none;
    }

    100% {
        transform: rotate(180deg);
        display: none;
    }
}

.LeaveRequestAnswer>.CircleTimer>.WhiteHalf {
    position: absolute;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background-color: white;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    animation: CircleTimer_WhiteHalf 10s linear;
}

@keyframes CircleTimer_WhiteHalf {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

.LeaveRequestAnswer>.CircleTimer>.Paper {
    position: absolute;
    background-color: white;
    border-radius: 50%;
    margin: 5px;
    width: 94px;
    height: 94px;
}

.LeaveRequestAnswer>.Header {
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translate(-50%);

    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: HelveticaNeueCyr;
    font-size: 40px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

    @media (max-width: 1239px) {
        top: 221px;

        font-size: 30px;
    }
}

.LeaveRequestAnswer>.Description {
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translate(-50%);
    width: 404px;

    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: HelveticaNeueCyr;
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 120%;

    opacity: 0.6;

    @media (max-width: 1239px) {
        width: 85%;
        top: 309px;

        font-size: 17px;
        font-weight: 450;
    }
}