@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    /* 1 */
    display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
    font: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
    font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

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

/*==============================
base
==============================*/
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html,
body {
    height: 100%;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: zhizn, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
    background: #d9d1cf;
    color: #0f0f0f;
}

/*==============================
display-none
==============================*/
.display-none {
    display: none !important;
}

/*==============================
visually-hidden
==============================*/
.visually-hidden {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
}

/*==============================
footer-support
==============================*/
.footer-support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    height: 100%;
}

.footer-support__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
}

.footer-support__footer {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    position: relative;
    z-index: 1;
}

/*==============================
devil
==============================*/
.devil {
    min-width: 320px;
    margin: 0 auto;
    height: 100vh;
    overflow: hidden;
}

/* жупел */
.devil__one {
    background: radial-gradient(circle at 100% 50%, transparent 20%, #d5a95a 21%, #d5a95a 34%, transparent 35%, transparent), radial-gradient(circle at 0% 50%, transparent 20%, #d5a95a 21%, #d5a95a 34%, transparent 35%, transparent);
    background-color: #da2d2d;
    background-size: 75px 100px;
    background-position: 0, -50px;
    -webkit-animation-name: anim-flame;
    animation-name: anim-flame;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes anim-flame {
    0% {
        background-position: 0, -50px;
    }
    50% {
        background-position: -200px, -150px;
    }
    100% {
        background-position: 0, -50px;
    }
}

@keyframes anim-flame {
    0% {
        background-position: 0, -50px;
    }
    50% {
        background-position: -200px, -150px;
    }
    100% {
        background-position: 0, -50px;
    }
}

/* рамка диаблы */
.devil__body {
    width: 100%;
    height: 20vh;
    position: relative;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-animation-name: anim-body;
    animation-name: anim-body;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes anim-body {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes anim-body {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    75% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* рога */
.devil__horns {
    width: 30vw;
    height: 40vh;
    border-left: 5vw solid #0f0f0f;
    border-right: 5vw solid #0f0f0f;
    border-radius: 30%;
    position: absolute;
    left: 35vw;
    top: 10vh;
    /* левое ухо */
    /* правое ухо */
}

.devil__horns::before {
    content: "";
    display: block;
    width: 5vw;
    height: 20vh;
    background-color: #553620;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), to(#553620));
    background-image: linear-gradient(to top, #0f0f0f, #553620);
    border-radius: 15px 80px 0 80px / 100px 100px 0 100px;
    position: absolute;
    left: -9vw;
    bottom: -8vh;
}

.devil__horns::after {
    content: "";
    display: block;
    width: 5vw;
    height: 20vh;
    background-color: #553620;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), to(#553620));
    background-image: linear-gradient(to top, #0f0f0f, #553620);
    border-radius: 80px 15px 80px 0 / 100px 100px 100px 0;
    position: absolute;
    right: -9vw;
    bottom: -8vh;
}

/* башка */
.devil__head {
    width: 30vw;
    height: 50vh;
    border-radius: 50% 50% 20% 20%;
    background-color: #0f0f0f;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0f0f0f), to(#553620));
    background-image: linear-gradient(to top, #0f0f0f, #553620);
    position: absolute;
    left: 35vw;
    bottom: -5vh;
}

/* рамка для пасти */
.devil__face {
    width: 20vw;
    height: 34vh;
    position: absolute;
    left: 5vw;
    bottom: 0;
    z-index: 1;
    /* пасть */
}

.devil__face::after {
    content: "";
    display: block;
    width: 14vw;
    height: 15vh;
    background-color: #0f0f0f;
    border-radius: 80px 80px 0 0 / 100px 100px 0 0;
    border-top: 10px dotted #d9d1cf;
    border-bottom: 10px dotted #d9d1cf;
    position: absolute;
    bottom: 0;
    left: 7vw;
    -webkit-animation-name: anim-mouth;
    animation-name: anim-mouth;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes anim-mouth {
    0% {
        border-radius: 80px 80px 0 0 / 100px 100px 0 0;
        width: 10vw;
        left: 5vw;
    }
    50% {
        border-radius: 10px 30px 0 0 / 10px 20px 0 0;
        width: 14vw;
        left: 2vw;
    }
    100% {
        border-radius: 80px 80px 0 0 / 100px 100px 0 0;
        width: 10vw;
        left: 5vw;
    }
}

@keyframes anim-mouth {
    0% {
        border-radius: 80px 80px 0 0 / 100px 100px 0 0;
        width: 10vw;
        left: 5vw;
    }
    50% {
        border-radius: 10px 30px 0 0 / 10px 20px 0 0;
        width: 14vw;
        left: 2vw;
    }
    100% {
        border-radius: 80px 80px 0 0 / 100px 100px 0 0;
        width: 10vw;
        left: 5vw;
    }
}

/* зырки */
.devil__eye {
    width: 5vw;
    height: 10vh;
    border-radius: 50%;
    background-color: #d9d1cf;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.devil__eye::after {
    content: "";
    display: block;
    width: 2vw;
    height: 6vh;
    background-color: #0f0f0f;
    border-radius: 50%;
    border: 0.4vw solid #da2d2d;
    position: absolute;
    top: 2vh;
    left: 1.5vw;
}

.devil__eye--left {
    left: 0;
    -webkit-animation-name: anim-left-eye;
    animation-name: anim-left-eye;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.devil__eye--right {
    right: 0;
    -webkit-animation-name: anim-right-eye;
    animation-name: anim-right-eye;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes anim-left-eye {
    0% {
        height: 10vh;
        border-radius: 50%;
    }
    1% {
        height: 8vh;
        border-radius: 50% 50% 10% 50%;
    }
    2% {
        height: 10vh;
        border-radius: 50%;
    }
    10% {
        height: 10vh;
        border-radius: 50%;
    }
    11% {
        height: 8vh;
        border-radius: 50% 50% 10% 50%;
    }
    12% {
        height: 10vh;
        border-radius: 50%;
    }
}

@keyframes anim-left-eye {
    0% {
        height: 10vh;
        border-radius: 50%;
    }
    1% {
        height: 8vh;
        border-radius: 50% 50% 10% 50%;
    }
    2% {
        height: 10vh;
        border-radius: 50%;
    }
    10% {
        height: 10vh;
        border-radius: 50%;
    }
    11% {
        height: 8vh;
        border-radius: 50% 50% 10% 50%;
    }
    12% {
        height: 10vh;
        border-radius: 50%;
    }
}

@-webkit-keyframes anim-right-eye {
    0% {
        height: 10vh;
        top: 0;
    }
    40% {
        height: 10vh;
        top: 0;
    }
    45% {
        height: 0.5vh;
        top: 4vh;
    }
    50% {
        height: 10vh;
        top: 0;
    }
}

@keyframes anim-right-eye {
    0% {
        height: 10vh;
        top: 0;
    }
    40% {
        height: 10vh;
        top: 0;
    }
    45% {
        height: 0.5vh;
        top: 4vh;
    }
    50% {
        height: 10vh;
        top: 0;
    }
}

/* копытца */
.devil__hand {
    width: 10vw;
    height: 40vh;
    background-color: #272822;
    position: absolute;
    bottom: -25vh;
    -webkit-animation-name: anim-hands;
    animation-name: anim-hands;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.devil__hand::before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10vh solid #0f0f0f;
    border-top-width: 0;
    border-left-width: 0;
    border-right: 10vw solid transparent;
    position: absolute;
    left: 0;
    top: -10vh;
}

.devil__hand::after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 10vh solid #0f0f0f;
    border-top-width: 0;
    border-right-width: 0;
    border-left: 10vw solid transparent;
    position: absolute;
    right: 0;
    top: -10vh;
}

.devil__hand--left {
    left: 10vw;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.devil__hand--right {
    right: 10vw;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

@-webkit-keyframes anim-hands {
    0% {
        bottom: -25vh;
    }
    50% {
        bottom: -5vh;
    }
    0% {
        bottom: -25vh;
    }
}

@keyframes anim-hands {
    0% {
        bottom: -25vh;
    }
    50% {
        bottom: -5vh;
    }
    0% {
        bottom: -25vh;
    }
}

/* небо */
.devil__sky {
    display: block;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to bottom, #d9d1cf 50%, transparent 0), radial-gradient(circle closest-side, #d9d1cf 100%, transparent 0) #5597ac;
    background-size: 5% 15vh;
    background-repeat: repeat-x;
    background-position: top left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-animation-name: anim-sky;
    animation-name: anim-sky;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes anim-sky {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@keyframes anim-sky {
    0% {
        background-position: top left;
    }
    100% {
        background-position: top right;
    }
}

@-webkit-keyframes anim-sky-hell {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
        background-position: top -100vh left;
    }
    20% {
        opacity: 0;
        background-position: top -100vh left;
    }
    50% {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#da2d2d), to(transparent));
        background-image: linear-gradient(to top, #da2d2d, transparent);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        opacity: 0;
    }
    100% {
        opacity: 1;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#da2d2d), to(transparent));
        background-image: linear-gradient(to top, #da2d2d, transparent);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
    }
}

@keyframes anim-sky-hell {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
        background-position: top -100vh left;
    }
    20% {
        opacity: 0;
        background-position: top -100vh left;
    }
    50% {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#da2d2d), to(transparent));
        background-image: linear-gradient(to top, #da2d2d, transparent);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
        opacity: 0;
    }
    100% {
        opacity: 1;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#da2d2d), to(transparent));
        background-image: linear-gradient(to top, #da2d2d, transparent);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top left;
    }
}

/* забор */
.devil__fence {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 80vh;
    background-color: #d5a95a;
    position: relative;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    -webkit-transition-property: height;
    transition-property: height;
}

.devil__fence::before {
    content: "";
    display: block;
    width: 100%;
    height: 10vh;
    background: linear-gradient(315deg, #d5a95a 25%, transparent 25%), linear-gradient(45deg, #d5a95a 25%, transparent 25%);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 10vh 10vh;
    background-color: transparent;
    position: absolute;
    top: -10vh;
    left: 0;
}

/* инфо */
.devil__info {
    width: 100%;
    margin: auto;
    padding: 10px;
}

@media (min-width: 768px) {
    .devil__info {
        width: 50%;
    }
}

.devil__text {
    text-align: center;
}

.devil__text p {
    font-size: 20px;
    color: #0f0f0f;
}

@media (min-width: 576px) {
    .devil__text p {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .devil__text p {
        font-size: 40px;
    }
}

.devil__text--after {
    display: none;
}

.devil__exit {
    display: block;
    padding: 5px 10px;
    border: 1px solid #0f0f0f;
    font-size: 12px;
    color: #0f0f0f;
    text-decoration: none;
    transition-duration: 0.3s;
    transition-property: opacity;
}

.devil__exit:hover {
    opacity: 0.5;
}

.devil__btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
}

.devil__btn {
    display: block;
    padding: 10px 20px;
    background-color: #0f0f0f;
    border-radius: 40px 15px 20px 50px / 17px 100px 100px 37px;
    font-size: 20px;
    color: #da2d2d;
    text-align: center;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.devil__btn:active {
    opacity: 0.7;
}


@media (min-width: 768px) {
    .devil__btn:hover {
        opacity: 0.7;
        cursor: pointer;
    }
}

@media (min-width: 576px) {
    .devil__btn {
        padding: 20px;
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .devil__btn {
        padding: 20px 40px;
        font-size: 40px;
    }
}

.devil:target .devil__body {
    height: 60vh;
}

.devil:target .devil__fence {
    height: 40vh;
}

.devil:target .devil__sky {
    -webkit-animation-name: anim-sky-hell;
    animation-name: anim-sky-hell;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.devil:target .devil__text--before {
    display: none;
}

.devil:target .devil__text--after {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.devil:target .devil__btn {
    display: none;
}
