@font-face {
    font-family: "okta";
    src: url("OktaNeue-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "okta";
    src: url("OktaNeue-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

img {
    display: block;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

button {
    background: #fff;
    border: none;
    font-weight: normal;
    font-size: 19px;
    color: #000;
    border-radius: 10px;
    font-family: "okta";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    min-width: 110px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
    cursor: pointer;
    opacity: 0.95;
    letter-spacing: -0.4px;
}

button:hover {
    opacity: 1;
}

.end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10000;
    opacity: 0.5;
}

.rm {
    width: 320px;
    height: 480px;
    overflow: hidden;
    position: relative;
    font-family: "okta", sans-serif;
    font-weight: 700;
    background-color: #000;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}

.abs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pe-none {
    pointer-events: none;
}

.car {
    top: 9px;
    left: -9px;
}

.logo {
    top: 8px;
    left: -12px;
}

.question {
    position: absolute;
    top: 99px;
    left: 40px;
    right: 40px;
}

.wrap-1 {
    display: flex;
    align-items: center;
    width: 236px;
    top: 187px;
    left: 40px;
    position: absolute;
    justify-content: space-between;
    z-index: 2;
}

.wrap-2,
.wrap-3 {
    position: absolute;
    left: 45px;
    display: flex;
    flex-direction: column;
    width: 232px;
}

.wrap-1 .answer {
    width: calc(50% - 7px);
    min-width: initial;
}

.wrap-2 .answer,
.wrap-3 .answer {
    width: 100%;
    margin-bottom: 11px;
}

.wrap-2 {
    top: 220px;
}

.wrap-3 {
    top: 187px;
}

.frame:not(.frame-1) {
    transform: translateX(-320px);
}

.text-finish {
    position: absolute;
    top: 144px;
    left: 40px;
    font-size: 32px;
    line-height: 39px;
}
