html, body {
    background-color: rgba(0, 0, 0, 0) !important
}

.intro_pg_abstract {
    background-color: #a79ad1 !important
}

.intro_start_abstract ul .no_timer {
    background-color: #42498f !important;
    color: #fff
}

.intro_start_abstract ul a:hover li {
    background-color: #f55f77 !important
}

.intro_pg_abstract ul a {
    color: #544c6e !important
}

body {
    background: url(../assets/images/bg2.png) !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important
}

body .bottom-btn {
    background-color: #563bba
}

body div {
    height: 100%;
    width: 100%
}

body .copyrightInfo {
    top: 20px;
    right: 25px;
    left: unset;
    width: 70px;
    height: 70px
}

body .reload_pg {
    width: 130px;
    height: auto;
    top: 0;
    left: 0px;
    background-image: none
}

body .reload_pg a {
    content: url(../assets/images/reload.svg);
    margin: 27px 0 0 35px;
    width: 46px;
    line-height: 0
}

body .blitz-wrapper {
    width: 100%;
    height: 100%;
    padding: 0 40px 20px 40px;
    box-sizing: border-box
}

body .blitz-wrapper h1 {
    text-align: center;
    padding: 25px 0;
    font-size: 50px;
    margin: 0;
    color: #fff;
    line-height: 50px;
    box-sizing: content-box;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2)
}

body .blitz-wrapper .question {
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #fff;
    line-height: 58px;
    font-weight: 700;
    font-size: 40px;
    /*background: #04a8fb;*/
    background: rgba(18, 18, 44, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    width: min-content;
    height: 100px;
    padding: 0 25px;
    cursor: pointer;
    text-shadow: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

body .blitz-wrapper .question > img {
    content: url(../assets/images/question.svg)
}

body .blitz-wrapper .question .next {
    content: url(../assets/images/right.svg);
    height: 38px;
    padding: 0 8px
}

body .blitz-wrapper .question .prev {
    content: url(../assets/images/left.svg);
    height: 38px;
    padding: 0 8px
}

body .blitz-wrapper .blitz-content {
    height: calc(100% - 200px);
    padding: 0;
    padding-right: 0;
    overflow: hidden;
    -webkit-border-radius: 60px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 60px;
    -moz-border-radius-topleft: 0;
    border-radius: 60px;
    border-top-left-radius: 0;
    border: 4px solid #353661;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .64);
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .64);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .64);
    width: 100%;
    line-height: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(18, 18, 44, .7) !important
}

body .blitz-wrapper .blitz-content .q_content {
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    height: calc(100% - 116px);
    padding: 0 20px;
    box-sizing: border-box
}

body .blitz-wrapper .blitz-content .q_content figure {
    width: 50%;
    padding: 0 0 25px 0;
    margin: 0;
    height: 100%;
    box-sizing: border-box;
    display: flex
}

body .blitz-wrapper .blitz-content .q_content figure .q_img {
    height: inherit;
    display: inline-block;
    overflow: hidden;
    width: auto;
    max-width: inherit;
    line-height: 0;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    border: 0;
    position: relative;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .2)
}

body .blitz-wrapper .blitz-content .q_content figure .q_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto 20px
}

body .blitz-wrapper .blitz-content .q_content .q_answers {
    width: 50%;
    padding: 0 0 0 40px;
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

body .blitz-wrapper .blitz-content .q_content .q_answers .answer-btn:after {
    display: none
}

body .blitz-wrapper .blitz-content .q_content .q_answers button {
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    transition: .2s linear;
    transition-property: background-color, transform;
    margin: 20px 15px 0;
    position: absolute;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    border: 0;
    opacity: 0;
    background-color: #563bba !important;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
    top: 10000px;
}

body .blitz-wrapper .blitz-content .q_content .q_answers button:hover {
    cursor: pointer;
    background-color: #f55f77 !important
}

body .blitz-wrapper .blitz-content .q_content .q_answers button:hover::before {
    transition: .1s linear;
    transition-property: background-color, transform;
    width: 100%;
    height: 100%;
    border-radius: 29px;
    content: "";
    position: absolute;
    border: 4px solid #fff;
    transform: translate(0, 0)
}

body .blitz-wrapper .blitz-content .q_content .q_answers button::before {
    transition: .1s linear;
    transition-property: background-color, transform;
    width: 95%;
    height: 95%;
    border-radius: 29px;
    content: "";
    position: absolute;
    transform: translate(6px, 6px);
    border: 4px solid #fff
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked {
    user-select: none;
    pointer-events: none
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .wrong {
    background-color: rgba(186, 46, 0, .8);
    border: 4px solid #e54317 !important
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .wrong label {
    color: #fff
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .wrong label span {
    border-color: #e54317
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .wrong label span::after {
    background-color: #e54317
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .right {
    background-color: rgba(65, 134, 19, .8);
    border: 4px solid #45973b !important
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .right label {
    color: #fff
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .right label span {
    border-color: #45973b
}

body .blitz-wrapper .blitz-content .q_content .q_answers .locked .right label span::after {
    background-color: #45973b
}

body .blitz-wrapper .blitz-content .q_text {
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    height: 116px;
    min-height: inherit;
    font-weight: 600;
    padding: 20px 40px;
    margin: 0;
    box-sizing: border-box;
    width: 100%
}

body .blitz-wrapper .blitz-content .q_answers ul {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
    z-index: 0;
    list-style-type: none
}

body .blitz-wrapper .blitz-content .q_answers ul li {
    position: relative;
    padding: 10px 15px;
    border-radius: 25px;
    border: 4px solid #9c9bb6;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    line-height: 34px;
    height: auto;
    cursor: pointer;
    transform-style: preserve-3d
}

body .blitz-wrapper .blitz-content .q_answers ul li:hover {
    background-color: rgba(255, 255, 255, .5)
}

body .blitz-wrapper .blitz-content .q_answers ul li::after {
    display: none
}

body .blitz-wrapper .blitz-content .q_answers ul li label {
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center
}

body .blitz-wrapper .blitz-content .q_answers ul li label p {
    margin: 3px 10px;
    line-height: 36px;
    font-size: 34px;
    max-width: 80%
}

body .blitz-wrapper .blitz-content .q_answers ul li input {
    display: none
}

body .blitz-wrapper .blitz-content .q_answers ul li input ~ span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 100%;
    border: 4px solid #7178c7;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    overflow: hidden
}

body .blitz-wrapper .blitz-content .q_answers ul li input ~ span:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-color: #404b96;
    border-radius: 100%;
    visibility: hidden
}

body .blitz-wrapper .blitz-content .q_answers ul li input:checked ~ span:after {
    visibility: visible
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(../assets/fonts/Inter-Thin.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../assets/fonts/Inter-Light.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../assets/fonts/Inter-Regular.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../assets/fonts/Inter-Medium.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../assets/fonts/Inter-SemiBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../assets/fonts/Inter-Bold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(../assets/fonts/Inter-ExtraBold.ttf)
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../assets/fonts/Inter-Black.ttf)
}

body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    pointer-events: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

.close {
    display: none !important
}

.hide {
    visibility: hidden !important
}

.disabled {
    opacity: .5;
    cursor: default
}

.selected {
    font-weight: bold
}

.modal_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 111
}

.intro_container_abstract {
    width: 45%;
    min-width: 900px;
    height: 85%;
    padding: 0;
    max-height: 870px;
    position: relative
}

.intro_container_abstract .info-block h3 {
    height: 70%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start
}

.intro_container_abstract .info-block .info-scroll {
    overflow: auto;
    height: inherit;
    padding: 0 40px 0 70px;
    margin: 30px 10px 0 0;
    scrollbar-width: thin;
    scrollbar-color: #8a8a8a #fff
}

.intro_container_abstract .info-block .info-scroll::-webkit-scrollbar {
    width: 7px;
    height: 8px;
    background-color: #fff
}

.intro_container_abstract .info-block .info-scroll::-webkit-scrollbar-thumb {
    background: #8a8a8a
}

.intro_stroke_abstract {
    width: 100%;
    height: 100%;
    border-radius: 64px;
    border: 4px solid #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 15px;
    left: 15px
}

.intro_pg_abstract {
    width: 100%;
    height: 100%;
    border-radius: 60px;
    padding: 0;
    margin: 0;
    background-color: #d5d0ff;
    background-image: url(../assets/images/intro_bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.intro_pg_abstract p {
    font-size: 28px;
    text-align: left;
    line-height: 35px;
    z-index: 200;
    font-weight: 600;
    padding: 30px 40px 0 70px;
    margin: 0;
    color: #1e1e1e
}

.intro_pg_abstract ul {
    font-size: 25px;
    text-align: left;
    line-height: 35px;
    z-index: 200;
    font-weight: 500;
    padding: 30px 40px 0 70px;
    margin: 0;
    color: #1e1e1e
}

.intro_pg_abstract ul li {
    margin-bottom: 10px
}

.intro_pg_abstract ul a {
    color: #f55f77
}

.intro_pg_abstract ul a:hover {
    text-decoration: none
}

.intro_pg_abstract h3 {
    margin: 0;
    padding: 50px 0 0 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.intro_start_abstract {
    padding: 0px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0)
}

.intro_start_abstract p {
    font-size: 24px;
    font-family: "Inter", sans-serif;
    color: #4c4947;
    text-align: center;
    font-weight: 600
}

.intro_start_abstract ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 36px;
    font-family: "Inter", sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 800;
    align-items: center;
    justify-content: center;
    display: flex
}

.intro_start_abstract ul .no_timer {
    width: 280px;
    background-color: #404b96
}

.intro_start_abstract ul .no_timer::before {
    width: 270px;
    height: 94px;
    transform: rotate(4deg)
}

.intro_start_abstract ul li {
    transition: .2s linear;
    position: relative;
    display: inline-flex;
    min-width: 240px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    margin: 0 15px;
    -webkit-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    -moz-box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09)
}

.intro_start_abstract ul li::before {
    content: "";
    width: 230px;
    height: 94px;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 29px;
    transform: rotate(5deg)
}

.intro_start_abstract ul a {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.intro_start_abstract ul a li.selected {
    background-color: #f55f77
}

.intro_start_abstract ul a:hover li {
    background-color: #f55f77
}

.intro_start_abstract ul a:hover li::before {
    transform: rotate(8deg)
}

.intro_start_abstract ul a:hover .no_timer::before {
    transition: .3s linear;
    transform: rotate(6deg)
}

.copyrightInfo {
    z-index: 101;
    width: 85px;
    height: 85px;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50px;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.copyrightInfo img {
    height: 40px;
    width: auto
}

.copyrightInfo::after {
    content: "";
    top: -3px;
    left: -10px;
    position: absolute;
    border: 4px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50px;
    z-index: 100;
    transition: .1s linear
}

.copyrightInfo:hover::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    border: 4px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50px;
    z-index: 100
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    width: 100%;
    height: 100%;
    background: url(../assets/images/bg2.png) #86b9f5 center top no-repeat fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 0;
    margin: 0
}

.question .prev img, .question .next img {
    height: 38px
}

.question a {
    display: flex;
    cursor: pointer;
    line-height: 0
}

* {
    font-family: "Inter", sans-serif
}

h1 {
    margin: 0;
    padding: 10px 0 0 20px;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    color: #f05870;
    line-height: 57px;
    font-weight: 700
}

.question {
    display: flex;
    align-items: center;
    margin: 0;
    font-family: "Inter", sans-serif;
    color: #404b96;
    line-height: 58px;
    font-weight: 700;
    padding: 20px 0 0 20px;
    font-size: 40px
}

.question span {
    display: block;
    width: 80px;
    text-align: center
}

.q_text {
    display: flex;
    width: 86%;
    align-items: baseline;
    margin: 10px 0;
    font-size: 28px;
    padding: 0 0 0 20px;
    font-family: "Inter", sans-serif;
    color: #000;
    font-weight: 400;
    min-height: 72px;
    line-height: 36px
}

.q_content {
    display: flex
}

.q_content figure {
    padding: 0 0 0 20px;
    margin: 0;
    width: 70%
}

.q_content .q_answers {
    width: 30%
}

.q_answers ul {
    list-style-type: none;
    padding: 0
}

.reload_pg {
    z-index: 100;
    position: absolute;
    display: block;
    width: 128px;
    height: 95px;
    top: 0;
    right: 0;
    background-image: url(../assets/images/reload_bg_right.svg);
    background-repeat: no-repeat
}

.reload_pg img {
    padding: 20px 0 0 50px;
    width: 35%
}

.reload_pg a {
    display: block;
    cursor: pointer
}

.locked {
    user-select: none;
    pointer-events: none
}

.q_img {
    height: auto;
    overflow: hidden;
    width: 100%;
    max-width: 90vh;
    line-height: 0;
    padding: 0;
    margin: 0 auto;
    border-radius: 60px;
    border: 4px solid #404b96;
    position: relative
}

.q_img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.q_img .fullscreen-btn {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(../assets/images/fullscreen.svg) no-repeat 10px 10px;
    background-size: 30px 30px;
    background-color: rgba(0, 0, 0, .5);
    right: 30px;
    bottom: 30px;
    border: 0;
    opacity: 0;
    top: 10000px;
}

.q_img .fullscreen-btn.open {
    background: url(../assets/images/fullscreenExit.svg) no-repeat 10px 10px;
    background-size: 30px 30px;
    background-color: rgba(0, 0, 0, .5)
}

figure figcaption {
    font-family: "Inter", sans-serif;
    color: #4b4b4b;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    margin-top: 6px;
    width: 100%
}

.q_answers ul {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 30px;
    margin: 0;
    padding: 0;
    z-index: 0
}

.q_answers ul li {
    position: relative;
    padding: 1vw 0 1vw 1.3vw;
    border-radius: 2.5vw 0 0 2.5vw;
    border: .24vw solid #fff;
    border-right: 0;
    font-family: "Inter", sans-serif;
    font-size: 1.3vw;
    line-height: 1.3vw;
    height: 5.5vw;
    cursor: pointer;
    transform-style: preserve-3d
}

.q_answers ul li:hover {
    background-color: rgba(255, 255, 255, .5)
}

.q_answers ul li label {
    cursor: pointer;
    color: #404b96;
    display: flex
}

.q_answers ul li label p {
    margin: 3px 10px;
    line-height: 36px;
    font-size: 30px;
    max-width: 80%
}

.q_answers ul li input {
    display: none
}

.q_answers ul li input ~ span {
    display: inline-flex;
    width: 1.8vw;
    height: 1.8vw;
    background: #fff;
    border-radius: 100%;
    border: .24vw solid #404b96;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    overflow: hidden
}

.q_answers ul li input ~ span:after {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-color: #404b96;
    border-radius: 100%;
    visibility: hidden
}

.q_answers ul li input:checked ~ span:after {
    visibility: visible
}

.q_answers ul li::after {
    opacity: .15;
    top: 5px;
    left: 3px;
    content: "";
    position: absolute;
    border-right: 0 !important;
    border: .24vw solid #000;
    filter: blur(2px);
    width: calc(100% - 8px);
    height: 7.5vw;
    border-radius: 2.5vw 0 0 2.5vw;
    transform: translateZ(-1px)
}

.locked .wrong {
    background-color: rgba(255, 93, 40, .65);
    border: 4px solid #e54317;
    border-right: 0 !important
}

.locked .wrong label {
    color: #e54317
}

.locked .wrong label span {
    border-color: #e54317
}

.locked .wrong label span::after {
    background-color: #e54317
}

.locked .right {
    background-color: rgba(118, 192, 69, .65);
    border: 4px solid #45973b;
    border-right: 0 !important
}

.locked .right label {
    color: #45973b
}

.locked .right label span {
    border-color: #45973b
}

.locked .right label span::after {
    background-color: #45973b
}

.close-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    background: url(../assets/images/cross-blue.svg) no-repeat;
    background-size: cover;
    cursor: pointer;
    right: 30px;
    top: 30px;
    border: 0;
    z-index: 9999
}

@media (device-width: 100vw)and (device-height: 100vh) {
    h1 {
        font-size: 57px;
        line-height: 57px
    }

    .question {
        padding: 45px 0 0 30px;
        font-size: 46px
    }

    .question {
        padding: 10px 0 0 30px
    }

    .q_text {
        display: flex;
        max-width: 1284px;
        align-items: center;
        margin: 5px 0 18px 0;
        padding: 0 0 0 30px;
        font-family: "Inter", sans-serif;
        color: #000;
        font-size: 28px;
        line-height: 36px;
        font-weight: 400
    }

    figure figcaption {
        font-size: 28px;
        margin-top: 16px
    }
}

.answer-btn {
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    background-color: #1c8d34;
    cursor: pointer;
    margin: 25px auto;
    border: 0;
    border-radius: 25px;
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .09);
    padding: 20px 40px;
    position: relative;
    opacity: 0;
    transition: opacity .5s
}

.answer-btn.show {
    opacity: 1;
    transition: opacity .5s
}

.answer-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 4px solid #fff;
    border-radius: 25px;
    transform: translate(10px, 10px);
    transition: .5s;
    transition-property: transform
}

.answer-btn:hover:after {
    transform: translate(0, 0);
    transition: .5s;
    transition-property: transform
}

.bottom-btn {
    background-color: #8dd55e;
    color: #fff;
    border: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
    border-top-left-radius: 50px;
    padding: 32px 80px;
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 8px 15px 0px 0px rgba(34, 60, 80, .9);
    transition: all .5s
}

.bottom-btn::before {
    top: -17px;
    left: 10px;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    border: 4px solid #fff;
    border-radius: 54px 0 0 0;
    border-right: 0;
    border-bottom: 0
}

.bottom-btn:after {
    opacity: .15;
    top: -7px;
    left: 27px;
    bottom: 0;
    content: "";
    width: 100%;
    position: absolute;
    border: 4px solid #000;
    border-radius: 54px 0 0 0;
    filter: blur(2px);
    border-bottom: 0;
    border-right: 0
}

.bottom-btn:hover {
    padding-left: 100px;
    padding-right: 100px;
    transition: all .5s
}
