@font-face {
    font-family: "Golos UI";
    src: url("../fonts/GolosUI-Regular.woff2") format("woff2"),
        url("../fonts/GolosUI-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Regular.woff2") format("woff2"),
        url("../fonts/Lato-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-SemiBold.woff2") format("woff2"),
        url("../fonts/Lato-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato-Bold.woff2") format("woff2"),
        url("../fonts/Lato-Bold.woff") format("woff");
    font-weight: Bold;
    font-style: normal;
    font-display: swap;
}

body {
    margin: 0;
    font-family: "Golos UI", sans-serif;
    letter-spacing: 0.05rem !important;
    font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.04rem !important;
    line-height: 100%;
}

.container {
    margin: auto;
    margin-bottom: 80px;
    height: auto;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 12%), 0 6px 16px rgb(0 0 0 / 8%),
        0 9px 28px 8px rgb(0 0 0 / 5%);
    width: 560px;
    padding: 48px 40px 56px;
}

.header-wrapper {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin: 80px 0 60px;
}

.container-title {
    font-size: 32px;
    margin-bottom: 40px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.reset-password__img {
    width: 100px;
    height: 100px;
    background-color: black;
}

.labels {
    margin: 0;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.04rem !important;
    line-height: 100%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    color: #000000;
}
.labels__container {
    margin-bottom: 24px;
}

.btn {
    font-family: "Golos UI", sans-serif;
    letter-spacing: 0.05rem;
    font-weight: 400;
    background-image: none;
    background: #fff;
    border: 1px solid #0b68b5;
    border-radius: 0.188rem;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    color: #434343;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: 2.25em;
    line-height: 1.5715;
    padding: 0 1em;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.btn__primary {
    background: #0b68b5;
    border-color: #0b68b5;
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
}

.btn__primary--inside-container {
    width: 100%;
    margin-bottom: 40px;
}

.input {
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 3px 11px;
    color: #434343;
    font-size: 16px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 0.188rem;
    transition: all 0.3s;
    display: inline-flex;
    padding: 6.5px 11px;
    font-size: 16px;
}

.corner-box {
    position: relative;
    width: 170px;
    height: 150px;
    margin: 0 auto 80px;
    background: linear-gradient(to right, #0b68b5 2px, transparent 2px) 0 0,
        linear-gradient(to right, #0b68b5 2px, transparent 2px) 0 100%,
        linear-gradient(to left, #0b68b5 2px, transparent 2px) 100% 0,
        linear-gradient(to left, #0b68b5 2px, transparent 2px) 100% 100%,
        linear-gradient(to bottom, #0b68b5 2px, transparent 2px) 0 0,
        linear-gradient(to bottom, #0b68b5 2px, transparent 2px) 100% 0,
        linear-gradient(to top, #0b68b5 2px, transparent 2px) 0 100%,
        linear-gradient(to top, #0b68b5 2px, transparent 2px) 100% 100%;

    background-repeat: no-repeat;
    background-size: 40px 40px;
    border-radius: 2px;
    padding: 25px;
}

.done-animation {
    display: block;
    stroke-width: 10;
    margin-left: 12px;
    margin-top: 6px;
    stroke-linecap: round;
}
.done-animation,
path {
    width: 94px;
    height: 72px;
}

.after-event-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.after-event-wrapper__success {
    margin-top: 120px;
}
.after-event-title {
    text-align: center;
    margin-bottom: 120px;
}

.corner-box__done-animation {
    overflow: hidden;
    width: 0;
    animation: anim 1s linear forwards;
}

@keyframes anim {
    50% {
        opacity: 0;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}

.footer {
    display: flex;
    justify-content: center;
}
.footer,
p {
    font-family: "Golos UI", sans-serif;
    letter-spacing: 0.04rem;
    line-height: 100%;
    font-size: 16px;
    color: #8c8c8c;
}
