@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&display=swap);
html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', Helvetica, sans-serif;
    background: #ebeff2;
}
body * {
    box-sizing: border-box;
}
header {
    max-width: 1000px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    background: #fff;
    
}
.h-ttl {
    font-size: 36px;
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}
.ttl-b {
    color: #666;
    border-top: 1px solid #dadada;
    padding-top: 3px;
    letter-spacing: .15em;
    font-size: 10px;
    text-align: right;
    text-transform: uppercase;
}
@media screen and (max-width: 860px) {
    .h-right {
        display: none;
    }
    header {
        justify-content: center;
    }
    .ttl-b {
        text-align: center;
    }
    .h-ttl {
        font-size: 24px;
    }
}
.container {
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 15px 15px;
    background: #fff;
    border-top: 1px solid #dadada;
    font-size: 16px;
    line-height: 1.4;
}

h1 {
    font-size: 30px;
    line-height: 1.2;
    margin: 20px 0 20px;
    font-weight: 600;
}

.red-txt {
    color: red;
}

p {
    margin: 0 0 20px;

}

.container>div {
    margin-bottom: 20px;
}

.doc-block {
    display: flex;
    align-items: center;
}

.doc-block div {
    padding-left: 20px;
}

.container img {
    max-width: 100%;
}

.container>img {
    display: block;
    margin: 0 auto 20px;
}

.bold-txt,
.bold-txt * {
    font-weight: 700;
}

.i-txt {
    font-style: italic;
}

.color-2 {
    color: #cc0000;
}

.h2 {
    font-size: 1.2em;
    line-height: 1.3;
}

.container ul {
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.container li:not(:last-child) {
    padding-bottom: 10px;
}

figure {
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: center;
}

figure img {
    margin-bottom: 0;
}

#quiz,.step-quest {
    display: flex;
    flex-wrap: wrap
}

#quiz {
    min-height: 50vh;
    align-items: center;
    padding: 50px;
    background: #f9f9f9
}

#quiz_form {
    width: 100%
}

#last_step,#other_steps,#step1,#step2,#step3,#step4 {
    display: none
}

#step0 {
    display: block
}

#last_step h2,#step1 h2,#step2 h2,#step3 h2 {
    text-align: center;
    margin-bottom: 50px!important;
    margin-top: 0;
}

#last_step,#other_steps,#step0 {
    text-align: center
}

.step-quest {
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px
}

.step-quest>* {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px
}

.step-quest>* label {
    display: block;
    border: 2px solid #eee;
    padding: 15px 30px;
    border-radius: 5px;
    height: 100%;
    cursor: pointer;
}

.step-quest>* label.checked {
    border: 2px solid #54a8fb;
    box-shadow: 1px 1px 12px #ccc
}

.step-quest>* label input {
    margin-right: 15px;
    display: none
}

.step-quest>* label input#price_input {
    display: block;
    width: 100%;
    border-radius: 3px;
    pointer-events: none;
    font-size: 1.2rem;
    text-align: center
}

.step-quest>* img {
    margin-bottom: 15px
}

.step-quest>div>input {
    padding: 15px 0;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 1.3rem;
    text-align: center
}

#last_step {
    line-height: 22px
}

#progress_bar {
    height: 5px;
    width: 100%;
    background: rgba(84,168,251,.2)
}

#progress_in {
    width: 0%;
    height: 100%;
    background: #54a8fb;
    transition: all .3s ease;
    -o-transition: all .3s;
    -webkit-transition: all .3s ease 0s
}

#curr_step {
    margin-bottom: 15px;
    margin-top: 40px
}


.red-bg {
    background: rgb(255 0 0 / 11%);
    padding: 10px;
}

.green-bg {
    background: #13a2132b;
    border: 1px green solid;
}

.green-bg p {
    padding: 10px;
    margin: 0;
}


.green-bg-2 {
    padding: 10px;
    background: #13a2132b;
    border: 3px red dotted;
    font-size: 1.1em;
}

table {
    border: 1px green solid;
    background: #2eaa2e2b;
}

table tr:nth-child(2n) {
    background: #13a2132b;
}

table tr:nth-child(2n) td,
table tr:nth-child(2n)+tr td {
    border-top: 1px green solid;
}

table td:first-child {
    border-right: 1px green solid;
}

table td {
    padding: 10px;
}

.container ol {
    padding-left: 20px;
}

.imp-block {
    padding: 10px;
    border: 4px red dashed;
}

.single-item-2 {
    background: #9955bb26;
}

.single-item-2 .slick-slide {
    padding: 10px;
}

.single-item-2 .slick-slide img:not(:last-child) {
    margin-bottom: 20px;
}

.upper {
    text-transform: uppercase;
}

.prod_left_val-block {
    background: red;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    padding: 0 10px 3px;
}

.price-block {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.price-block b {
    padding-left: 8px;
    color: red;
}

.order_form {
    max-width: 350px;
    margin: 0 auto;
}
.comment-date {
    color: gray;
}
.inp {
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px #bbb solid;
    padding: 0 10px;
    height: 46px;
    font-size: 18px;
    box-sizing: border-box;
    outline: none;
}

.btn {
    width: 100%;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    background: red;
    border: 0;
    font-weight: 700;
    font-size: 24px;
}

.prod-block {
    display: inline-block;
    position: relative;
}

.prod-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: rgb(190, 143, 213);
    background: radial-gradient(circle, rgba(190, 143, 213, 1) 0%, rgba(153, 85, 187, 1) 54%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    font-weight: 600;
    padding-top: 20px;
    box-sizing: border-box;
    top: 1%;
    right: 2%
}

.comm-ttl {
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 30px;
}

.comm-block {
    padding: 10px;
    border-bottom: 1px solid #fff;
    background: #edeff4;
    display: flex;
    align-items: flex-start;
    font-size: 15px;
}

.comm-block p {
    margin: 0 0 2px;
}

.add-links {
    font-size: 13px;
}

.ava-img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.comm-txt {
    width: 100%;
    margin-left: 10px;
    position: relative;
    margin-top: -3px;
}

.comm-txt img {
    display: block;
    margin-top: 6px;
    width: 80%;
    max-width: 350px;
}

.reply {
    padding-left: 30px;
}

.add-comm {
    height: 100%;
    overflow: hidden;
}

.textbox {
    width: 100%;
    font-size: 16px;
    padding: 4px 5px;
    border: 1px #bbb solid;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.error {
    color: red;
    font-size: 13px;
    position: relative;
    margin-top: -10px;
    display: none;
    padding-left: 5px;
}

.sendcomment {
    text-decoration: underline;
    cursor: pointer;
}

.add-comm .comm-txt {
    margin-top: 0;
}
#first-comment {
    display: none;
}

.bot-btn {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-decoration: none;
    background: red;
}
.last-pack {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 26px;
    background: red;
    padding: 10px;
}
.block2 {
    padding: 10px;
    background: #fce5cd;
    margin-bottom: 20px;
}


@media screen and (max-width: 540px) {
    #quiz {
        padding: 10px;
    }
    .step-quest {
        flex-direction: column;
    }
    .step-quest>* {
        width: 100%;
    }
    h1 {
        font-size: 32px;
    }

    .doc-block {
        display: block;
    }

    .doc-block img {
        display: block;
        margin: 0 auto 20px;
    }

    .doc-block div {
        padding: 0;
    }

    table {
        font-size: 16px;
    }

    .prod-circle {
        width: 80px;
        height: 80px;
        font-size: 20px;
        padding-top: 12px;
    }
}
footer {
    text-align: center;
    padding: 20px 10px;
}
footer * {
    font-size: 14px;
}