@font-face {
    font-family: 'PensumPro';
    src: url("../fonts/PensumPro-Regular.eot");
    src: url("../fonts/PensumPro-Regular.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.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;
}
/* header {
    display: flex;
    max-width: 1150px;
    padding: 20px 10px;
    margin: 0 auto;
    align-items: center;
    gap: 15px;
}
.header_right {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 35px;
}
.header_right a:last-child {
    display: flex;
    align-items: center;
}
.header_right a {
    text-decoration: none;
    color: #5f5f5f;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.logo-img {
    width: 100px;
} */



.container {
    box-sizing: border-box;
    max-width: 612px;
    margin: 0 auto;
    padding: 15px 15px 15px;
    background: #fff;
    
    font-size: 18px;
    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: #cc0000;
}

.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: 10px;
}
.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 td {
    border: 1px solid darkgreen!important;
    text-align: center;
    padding: 4px;
    box-sizing: border-box;
}

.container ol {
    padding-left: 20px;
}
.quest {
    font-size: 20px;
}
.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: 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-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: 26px;
        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;
    }
}

.text-italic {
    font-style: italic;
}

.text-bold {
    font-weight: 700;
}
.red,
.text-red {
    color: red;
}

.text-big {
    font-size: 22px !important;
}

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

.text-label {
    font-style: italic;
    text-align: center;
}

.img-medium {
    max-width: 500px !important;
}

.img-small {
    max-width: 350px !important;
}

.alert-block {
    border: 4px dashed red;
    margin: 0 0 20px;
    padding: 15px;
}

.alert-block-2 {
    margin: 0 0 20px;
    padding: 15px;
    background: #d9ead3;
}

.alert-block-3 {
    border: 4px solid #0B5394;
    margin: 0 0 20px;
    padding: 15px;
}

.info-block {
    padding: 15px;
    margin: 0 0 20px;
    background: #eee;
}

.info-block img {
    max-width: 200px !important;
}

img {
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    .info-block {
        display: flex;
        align-items: flex-start;
    }

    .info-block img {
        flex: 0 0 200px;
        margin: 0 20px 0 0;
        order: 2;
    }
}
.h-top {
    background-color: #88b916;
    padding: 5px 15px;
}

.h-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.header__nav {
    display: flex;
    gap: 8px;
}
.header__nav a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 870px) {
    .header__nav {
        display: none;
    }
    .header__logo2 {
        margin-right: auto;
    }
    .header__logo1 {
        display: none!important;
    }

}
@media (max-width: 540px) {
    .header__logo2 {
        margin-right: auto;
        margin-left: auto;
    }
}

.answer {
    padding-left: 60px;
}

.h-btn {
    font-size: 14px;
    font-weight: 700;
    color: #b22825;
    background: #fff;
    padding: 5px 12px;
    height: 27px;
    line-height: 1.27;
    text-decoration: none;
}

@media (min-width: 64rem) {
    .css-1uhehtg {
        padding: 10px;
    }
    .css-1pioqs8 {
        justify-content: center;
    }
}
#
@media (max-width: 767px) {
    .css-973iq {
        display: none;
    }
}


.video-flex {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
}
.video-flex__img {
    flex: 0 0 250px;
}
.video-flex__img video {
    max-width: 250px;
    width: 100%;
}
.doc-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.doc-flex__img {
    flex: 0 0 160px;
}
.doc-flex__img video {
    max-width: 160px;
    width: 100%;
}
.doc-flex__text {
    border: 1px solid black;
    background-color: #d5ffd5;
    padding: 4px;
    box-sizing: border-box;
}
.form-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.form-flex__img {
    flex: 0 0 300px;
}

@media (max-width: 500px) {
    .video-flex {
        flex-direction: column;
    }
    .doc-flex {
        flex-direction: column;
    }
    .doc-flex.--right {
        flex-direction: column-reverse;
    }
    .form-flex {
        flex-direction: column;
    }
}