@font-face {
    font-family: 'PensumPro';
    src: url(../fonts/PensumPro-Regular.eot);
    src: url(../fonts/PensumPro-Regular-1.eot) format("embedded-opentype"), url(../fonts/PensumPro-Regular.woff2) format("woff2"), url(../fonts/PensumPro-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PensumProBold';
    src: url(../fonts/PensumPro-Bold.eot);
    src: url(../fonts/PensumPro-Bold-1.eot) format("embedded-opentype"), url(../fonts/PensumPro-Bold.woff2) format("woff2"), url(../fonts/PensumPro-Bold.woff) format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

html,
body {
    padding: 0;
    margin: 0;
    font-family: 'PensumPro', Helvetica, sans-serif
}

body * {
    box-sizing: border-box
}

b,
strong {
    font-family: 'PensumProBold', Helvetica, sans-serif
}

.container {
    box-sizing: border-box;
    max-width: 612px;
    margin: 0 auto;
    padding: 15px 15px 15px;
    background: #fff;
    font-size: 20px;
    line-height: 1.6
}

.container a {
    font-family: 'PensumProBold', Helvetica, sans-serif
}

h1 {
    font-size: 34px;
    line-height: 1.2;
    margin: 20px 0 20px;
    font-family: 'PensumProBold', Helvetica, sans-serif
}

.red-txt {
    color: #dc2828
}

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-family: 'PensumProBold', Helvetica, sans-serif
}

.i-txt {
    font-style: italic
}

.color-2 {
    color: #c00
}

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

.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
}

figcaption {
    font-size: 17px;
    font-style: italic
}

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

.green-bg {
    background: #13a2132b;
    padding: 21px
}

.pack {
    color: #fff;
    font-size: 28px;
    font-family: 'PensumProBold', Helvetica, sans-serif;
    background: red;
    display: inline-block;
    padding: 4px 10px 10px
}

.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
}

.quest {
    font-size: 23px
}

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

.container>div ul:last-child,
.container>div p:last-child {
    margin-bottom: 0
}

.gray-bg {
    background: #d8d8d8;
    padding: 10px
}

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

.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: #dc2828
}

.order_form {
    max-width: 350px;
    margin: 0 auto
}

.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
}

.btn {
    width: 100%;
    color: #fff;
    height: 46px;
    cursor: pointer;
    background: #dc2828;
    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: #be8fd5;
    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-family: 'PensumProBold', Helvetica, sans-serif;
    padding-top: 20px;
    box-sizing: border-box;
    top: 1%;
    right: 2%
}

.comm-ttl {
    font-family: 'PensumProBold', Helvetica, sans-serif;
    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: 18px
}

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

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

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

.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-family: 'PensumProBold', Helvetica, sans-serif;
    padding: 10px;
    text-decoration: none;
    background: #dc2828
}

footer {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 10px;
    text-align: center;
    background: #eadcd1
}

footer img {
    max-width: 200px
}

@media screen and (max-width:540px) {
    .header_right {
        display: none
    }
    header a:nth-child(2) {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        left: -31px
    }
    h1 {
        font-size: 33px;
        margin-top: 0
    }
    .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
    }
}

.wrapper-img {
    max-width: 59%!important
}

@media screen and (max-width:900px) {
    .wrapper-img {
        max-width: 61%!important
    }
}

@media screen and (max-width:500px) {
    .container {
        font-size: 26px;
    }
}

@media screen and (max-width:500px) {
    .quest {
        font-size: 28px;
    }
}

.wrapper-cont {
    font-weight: normal!important;
}

.warning-text {
    border: 2px dashed red;
    /* Червона рамка та переривчаста лінія */
    padding: 10px;
    /* Відстань від тексту до рамки */
}

.comments-title {
    font-size: 26px!important;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #222
}

.comment-item {
    font-size: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px
}

.comment-ava {
    display: inline-block;
    vertical-align: top;
    width: 5%;
    margin-right: 2%
}

.comment-content {
    display: inline-block;
    vertical-align: top;
    width: 93%;
    font-size: 14px;
    padding-bottom: 10px
}

.comment-name {
    font-size: 23px!important;
    font-weight: 700;
    color: #3b5998
}

.comment-text {
    font-size: 25px!important;
    margin: 5px 0 0
}

.comment-bottom {
    font-size: 14px
}

.comment-bottom span {
    display: inline-block;
    vertical-align: bottom
}

.comment-bottom .like {
    margin: 0 10px 0 7%;
    background: url(../images/fb-logo.png) no-repeat right 2px;
    padding: 1px 20px 0 0;
    color: #3b5998
}

.comment-bottom .date {
    color: #676767
}

@media screen and (max-width:900px) {
    .middle-header {
        display: none
    }
    .bottom-header {
        display: none
    }
    .top-header ul {
        display: none
    }
    .burger {
        display: inline-block
    }
    .top-header .logo {
        width: 20%;
        margin-right: 75%
    }
}

@media screen and (max-width:768px) {
    .sidebar {
        display: none
    }
    .content {
        width: 100%;
        margin-right: 0
    }
    .comment-ava {
        width: 10%;
        margin-right: 2%
    }
    .comment-content {
        width: 88%
    }
    .comment-bottom .like {
        margin-left: 12%
    }
    .mobile-off {
        display: none
    }
}

@media screen and (max-width:480px) {
    .top-header .logo {
        width: 32%;
        margin-right: 58%
    }
    .burger {
        width: 10%
    }
    .comment-ava {
        width: 15%;
        margin-right: 2%
    }
    .comment-content {
        width: 83%
    }
    .comment-bottom .like {
        margin-left: 17%
    }
    .result img {
        display: block;
        width: 50%;
        margin: 0 auto 10px
    }
    .result .result-text {
        display: block;
        width: 100%
    }
}

@media screen and (max-width:380px) {
    .ba-container span:first-child {
        left: 6%
    }
    .ba-container span:last-child {
        left: 60%
    }
}