@font-face {
    font-family: 'Helvetica Bold';
    src: url('../fonts/helvetica_bold.otf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica_regular.otf');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Helvetica Light';
    src: url('../fonts/helvetica_light.otf');
    font-weight: normal;
    font-style: normal
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    font-family: Helvetica, sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}

a {
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

b {
    font-family: 'Helvetica Bold';
    font-weight: bold;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

p {
    margin-bottom: 16px;
}

img {
    display: block;
    width: 100%;
}

.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.j-c {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.al-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.j-b {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.link {
    font-family: 'Helvetica Bold';
    font-weight: 400;
    text-decoration: none;
    color: #F10000;
}

.search-img { 
    position: absolute; 
    z-index: -1; 
    opacity: 0; 
}

footer, header {
    cursor: pointer;
}

.content_img {
    margin: 24px auto;
}

.text-center {
    text-align: center;
}

.main {
    max-width: 1200px;
    margin: auto;
}

.headline {
    padding: 40px 0px 16px;
    font-size: 32px;
    line-height: 38px; 
}

.top_info {
    margin-bottom: 16px;
}

.data_article {
    color: #959595;
    font-size: 12px;
    line-height: 32px;
}

.data_link_bl {
    border-top: 1px solid #959595;
    border-bottom: 1px solid #959595;
    padding: 16px 0;
    margin-bottom: 32px;
}

.data_article span {
    color: #F00;
}

.link_article {
    width: 164px;
    height: 40px;
}

.title_2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    font-family: 'Helvetica Bold';
    margin: 24px 0;
    font-weight: bold;
}

.repl {
    font-family: 'Helvetica Bold';
    margin: 24px 0 16px;
    font-weight: 400;
}

.content {
    max-width: 849px;
}

.red_bl {
    margin: 24px 0;
    padding: 24px 0;
    border-top: 1px solid #F10000;
    border-bottom: 1px solid #F10000;
    font-family: 'Helvetica Bold';   
}

.quiz_wrap * {
    font-family: Helvetica, sans-serif
}

.quiz_wrap {
    position: relative;
    margin: 36px auto 40px;
    max-width: 427px;
    width: 100%;
    border-radius: 20px;
    background-color: #f4f6f5;
    overflow: hidden;
    height: 532px
}

.quiz_header {
    background: url(../img/bg_guiz.png);
    position: relative;
    border-radius: 20px 20px 0 0;
    padding-bottom: 29px;
    background-repeat: no-repeat;
    height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.quiz_title {
    color: #fff;
    text-align: center;
    font-family: Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    padding-top: 16px;
    max-width: 290px;
    margin: auto;
    z-index: 100;
    position: relative
}

.quiz_title span {
    font-family: Helvetica, sans-serif;
    color: #e5153c;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 133.687%;
    text-transform: uppercase
}

.order_title {
    display: none;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 135%;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
    padding-top: 17px
}

.order_title span {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 4px
}

.quiz_question {
    text-align: center;
    margin: 40px auto 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000
}

.quiz_question div {
    margin: auto;
    font-family: Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 121.187%
}

.quiz_options {
    margin: 36px 34px 0 59px
}

.quiz_option,
#my_answer {
    position: relative;
    padding-left: 40px;
    font-family: Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 121.187%;
    margin-bottom: 17px;
    cursor: pointer;
    color: #000
}

.quiz_option:before,
#my_answer:before {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    content: ' ';
    display: block;
    background: #b9b9b9;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    position: absolute;
    left: 0;
    top: 3px
}

.quiz_option:after,
#my_answer.active:after {
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    content: ' ';
    display: block;
    background-color: #fd0638;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #b4d8ef;
    opacity: 0
}

#my_answer.active:after {
    opacity: 1
}

.quiz_option.active:before,
#my_answer.active:before {
    -webkit-animation: radial-pulse .5s;
    animation: radial-pulse .5s
}

@-webkit-keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 1px 2px #7931b1;
        box-shadow: 0 0 1px 2px #7931b1
    }

    100% {
        -webkit-box-shadow: 0 0 4px 5px transparent;
        box-shadow: 0 0 4px 5px transparent
    }
}

@keyframes radial-pulse {
    0% {
        -webkit-box-shadow: 0 0 1px 2px #7931b1;
        box-shadow: 0 0 1px 2px #7931b1
    }

    100% {
        -webkit-box-shadow: 0 0 4px 5px transparent;
        box-shadow: 0 0 4px 5px transparent
    }
}

.quiz_option:hover:before,
.quiz_option.active:before {
    border: 1px solid #7931b1
}

.quiz_option:hover:after,
.quiz_option.active:after {
    opacity: 1
}

.quiz_nums {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.quiz_num {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    border-radius: 50%
}

.line {
    width: 24px;
    height: 1px;
    background: #003a5f;
    display: inline-block
}

.quiz_num span {
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.187%;
    color: #212121;
    width: 47px;
    height: 47px;
    background-color: #d9d9d9
}

.quiz_num.active {
    background: #e5d2f2;
    border: 1px solid #a260d4
}

.quiz_num.active span {
    background: #212121;
    color: #fff
}

.quiz_footer {
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.187%;
    text-align: center;
    margin-top: 30px
}

.quiz_step,
#prod_img {
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    display: none;
    opacity: 0;
    margin-top: -7px
}

.quiz_step.active,
#prod_img.active {
    opacity: 1;
    margin-top: 0
}

#my_answer div {
    margin-left: -40px;
    gap: 13px;
    margin-top: 13px
}

.quiz_form {
    background-color: #f4f6f5;
    border-radius: 25px;
    padding: 32px 16px;
    margin: 32px auto 40px !important;
}

.quiz_form p {
    margin-bottom: 0;
}

.prod_img {
    max-width:288px
}

.red_p {
    margin-bottom: 8px;
    color: #F10000;
    font-family: Helvetica Bold;
}

.red {
    color: #F10000;
}

.mt-24 {
    margin-top: 24px;
}

.mt-32 {
    margin-top: 32px;
}

.man_img {
    max-width:300px;
    margin: 32px auto 24px;
}

.form_info {
    border: 2px solid #F10000;
    background: #FFDFDF;
    padding: 16px;
}

.form_info p:last-child {
    margin-bottom: 0;
}

.comment_title {
    color: #F10000;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
}

.comment_item {
    border-bottom: 1px solid #9D9D9D;
    padding: 24px 0;
}

.comment_ava {
    min-width: 48px;
    width: 48px;
    height: 48px;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 50%;
    margin-right: 16px;
}

.comment_name {
    font-family: 'Helvetica Bold';
    line-height: 48px;
    text-transform: uppercase;
}

.comm_img {
    max-width: 233px;
    margin-top: 8px;
}

@media (max-width:1244px) {
    .main {
        margin: 0 16px;
    }
}

@media(max-width: 780px) {
    #my_answer div {
        gap: 8px;
        margin-left: -27px
    }

    .quiz_wrap {
        padding-bottom: 9px;
        width: auto;
        height: 409px;
        margin: 32px auto 40px;
    }

    .quiz_header {
        padding-bottom: 27px;
        background-position: bottom;
        background-size: cover;
        height: 69px;
    }

    .quiz_title {
        font-size: 20px;
        line-height: 20px;
        max-width: 200px
    }

    .quiz_title span {
        font-size: 18px;
        line-height: 22px
    }

    .quiz_question {
        margin: 31px auto 29px
    }

    .quiz_question div {
        font-size: 18px;
        line-height: 121.187%;
        font-weight: 700
    }

    .quiz_option:after,
    #my_answer.active:after {
        top: 2px;
        height: 16px;
        width: 16px;
        border: 2px solid #b4d8ef
    }

    .quiz_nums {
        margin-top: 34px
    }

    .quiz_num span {
        font-size: 14px
    }

    .line {
        width: 20px
    }

    .quiz_num span {
        width: 29.5px;
        height: 29.5px
    }

    .quiz_option,
    #my_answer {
        font-size: 18px;
        font-weight: 600;
        line-height: 121.187%
    }

    .quiz_footer {
        margin-top: 25px
    }

    .quiz_option,
    #my_answer {
        margin-bottom: 18px
    }

    .quiz_option:before,
    #my_answer:before {
        width: 16px;
        height: 16px;
        background: #b4d8ef;
        top: 2px
    }

    .quiz_option,
    #my_answer {
        padding-left: 32px
    }

    .quiz_options {
        margin: 20px 47px 0;
    }

    .quiz_footer {
        font-size: 12px
    }
}

@media (max-width:600px) {
    .headline {
        padding: 32px 0px 16px;
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    .top_info {
        line-height: 23px;
    }
    .data_link_bl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .prod_img {
        max-width:188px
    }
    .comment_title {
        font-size: 20px;
    }
    .comment_name {
        font-size: 16px;
    }
}

@media (max-width:360px) {
    .quiz_options {
        margin: 20px 16px 0;
    }
}