@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header,
.container {
    padding: 10px 15px;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

a {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;

}

h1 {
    color: #048c2c;
    margin: 10px 0;
    font-size: 30px;
    line-height: 30px;
}

p {
    margin: 10px 0;
}

header {
    background: #048c2c;
}

.header_logo {
    background: url("5f86a692d65a3_v.png") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 40px;
}

.bold {
    font-weight: 700;
}

.red {
    color: #048c2c;
}

.header_social {
    text-align: right;
}

.header_social_item {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 14px;
    margin: 1px;
    display: inline-block;
}

.header_social_item_fb {
    background-size: 8px;
}

.header_social_item_tw {
    background-size: 18px;
}

.block_coupon {
    position: relative;
    margin-left: 15%;
    background: url("5f86a693943f6_v.png") right no-repeat;
    background-size: contain;
    height: 240px;
    animation: hand-with-coupon 2s;
}

.block_coupon_arrow {
    position: absolute;
    left: 33%;
    background: url("5f86a6915b218_v.png") center no-repeat;
    width: 47px;
    height: 24px;
    animation: arrowbounce 2s infinite;
}

@keyframes arrowbounce {

    0%,
    100% {
        top: 84%;
    }

    50% {
        top: 78%;
    }
}

@keyframes hand-with-coupon {
    0% {
        background-position: 150%;
    }

    100% {
        background-position: 100%;
    }
}

.fadeInLeft {
    position: relative;
    animation: fadeInLeft 1s;
}

@keyframes fadeInLeft {
    0% {
        left: -120%;
    }

    100% {
        left: 0%;
    }
}

/* quiz */
.block_quiz {
    background: #ebedf0;
}

.block_quiz_question {
    color: #000;
    font-size: 36px;
}

.button {
    background: #048c2c;
    font-weight: 800;
    color: #fff;
    font-size: 26px;
    text-align: center;
    border-radius: 18px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

/* fb */
.block_fb {
    background: #fff;
}

.block_fb_item {
    display: flex;
}

.block_fb_ava {
    flex: none;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background: #2e6da4;
}

.block_fb_comment_wrap {
    position: relative;
}

.block_fb_comment {
    border-radius: 18px;
    background: #ebedf0;
    color: #000;
    padding: 8px 15px;
    margin-left: 8px;
}

.block_fb_name {
    font-size: 12px;
    font-weight: 800;
    margin: 5px 0;
    cursor: pointer;
}

.block_fb_text {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

.block_fb_img {
    border-radius: 10px;
}

.block_fb_links {
    font-size: 12px;
    margin-left: 23px;
    margin-top: 8px;
    margin-bottom: 20px;
    color: #8d949e;
    font-weight: 600;
}

.block_fb_like {
    display: flex;
    position: absolute;
    left: 85%;
    border-radius: 22px;
    background: #fff;
    padding: 2px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(34, 42, 50, 0.2);
    -moz-box-shadow: 1px 1px 1px 0px rgba(34, 42, 50, 0.2);
    box-shadow: 1px 1px 1px 0px rgba(34, 42, 50, 0.2);
}

.block_fb_like_icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("5f86a692c7fa9_v.png") right no-repeat;
}

.block_fb_like_count {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: 4px;
    padding-right: 4px;
    padding-left: 3px;
}

.ava_1 {
    background: url("5f86a69247ddf_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_2 {
    background: url("5f86a692b6212_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_3 {
    background: url("5f86a6936a449_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_4 {
    background: url("5f86a692e48ad_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_5 {
    background: url("5f86a69378122_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_6 {
    background: url("5f86a693859bf_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_7 {
    background: url("5f86a693a6827_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_8 {
    background: url("5f86a693b2dfb_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_9 {
    background: url("5f86a693c0ad0_v.jpg") center no-repeat;
    background-size: cover;
}

.ava_10 {
    background-size: cover;
}

.ava_11 {
    background: url("5f86a69247ddf_v.jpg") center no-repeat;
    background-size: cover;
}

#q2,
#q3,
#q4,
#content2,
#content3,
#result1,
#result2,
#result3 {
    display: none;
}

.result {
    font-size: 16px;
}

.result:before {
    padding-right: 5px;
}

.loading {
    text-align: center;
}

#content1 {
    background-size: 100%;
}

#content2,
#content3 {
    min-height: 100vh;
}

.clearfix::after {
    clear: both;
    display: block;
    content: "";
    height: 0
}

.hide-by-clipping {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

img.fr-rounded,
.fr-img-caption.fr-rounded img {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

img.fr-bordered,
.fr-img-caption.fr-bordered img {
    border: solid 5px #CCC
}

img.fr-bordered {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img.fr-shadow,
.fr-img-caption.fr-shadow img {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16)
}

.fr-view {
    word-wrap: break-word
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: 0;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table td {
    min-width: 5px
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td,
.fr-view table th {
    border: 1px solid #ddd
}

.fr-view table td:empty,
.fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: #e6e6e6
}

.fr-view hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always
}

.fr-view .fr-file {
    position: relative
}

.fr-view .fr-file::after {
    position: relative;
    content: "\1F4CE";
    font-weight: 400
}

.fr-view pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: visible
}

.fr-view[dir=rtl] blockquote {
    border-left: 0;
    border-right: solid 2px #5e35b1;
    margin-right: 0;
    padding-right: 5px;
    padding-left: 0
}

.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
}

.fr-view blockquote {
    border-left: solid 2px #5e35b1;
    margin-left: 0;
    padding-left: 5px;
    color: #5e35b1
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}

.fr-view span.fr-emoticon {
    font-weight: 400;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle
}

.fr-view .fr-text-gray {
    color: #AAA !important
}

.fr-view .fr-text-bordered {
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    padding: 10px 0
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view img {
    position: relative;
    max-width: 100%
}

.fr-view img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
    position: relative;
    max-width: 100%
}

.fr-view span.fr-img-caption.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    text-align: center;
    position: relative
}

.fr-view .fr-video>* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
    border: 0
}

.fr-view .fr-video.fr-dvb {
    display: block;
    clear: both
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

.fr-view a.fr-green {
    color: green
}

.fr-view .fr-img-caption {
    text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
    padding: 0;
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap>span {
    margin: auto;
    display: block;
    padding: 5px 5px 10px;
    font-size: 14px;
    font-weight: initial;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    filter: "alpha(Opacity=0)";
    width: 100%;
    text-align: center
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
    font-size: 24px
}

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    position: relative;
    max-width: 100%
}

img.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
    position: relative;
    max-width: 100%
}

span.fr-img-caption.fr-view.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - (2 * 5px))
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}