@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

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

body * {
    box-sizing: border-box;
}

.header__wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px #d9d9d9 solid;
}

nav {
    display: flex;
    gap: 25px;
}

nav a {
    display: inline-block;
    color: #64748b;
    font-size: 18px;
    text-decoration: none;
}

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

.blur-img {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.blur {
    filter: blur(15px);
    -webkit-filter: blur(15px);
    cursor: pointer;
    
}


.blur18::before {
    content: '18+';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: 50px;
    display: block;
    color: #fff;
    top: 43%;
}
figure {
    margin: 0 auto 20px;
    max-width: 700px;
    text-align: center;
}

figure img {
    margin-bottom: 8px!important;
}

figcaption {
    font-style: italic;
    font-size: 0.9em;
}

.form-block {
    max-width: 650px;
    margin: 0 auto 20px;
    background: url(../images/formbg.jpg);
    background-size: 100% 100%;
    padding: 20px 10px;
}
.bg1 {
    background: #cfe2f3;
    padding: 10px;
}
.yell-bg {
    padding: 10px;
    background: #fce5cd;
}
.red-bg {
    background: rgb(255 0 0 / 11%);
    padding: 10px;
}

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

.border {
    border: 1px #000 solid;
    padding: 10px;
    text-align: center;
}


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


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

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

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

ul.slick-dots {
    margin: 0;
}

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

.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;
   padding: 10px;
    cursor: pointer;
    background: #0299ff;
    border: 0;
    font-weight: 700;
    font-size: 24px;
}


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

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

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

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

img.ava-img {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 0;
}

select,
input {
    outline: none;
}

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

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

.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 {
    cursor: pointer;
    display: inline-block;
    background: #0299ff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

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


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

.blue-bg {
    padding: 10px;
    background: #cfe2f3;
}

img.visible-mob {
    display: none;
}

.center {
    text-align: center;
}



@media screen and (max-width: 680px) {
   
    img.visible-mob {
        display: block;
    }
    img.hidden-mob {
        display: none;
    }
}

@media screen and (max-width: 940px) {
    nav a:nth-child(2n) {
        display: none;
    }
}

@media screen and (max-width: 540px) {
    nav {
        display: none;
    }
    .header__wrapper {
        justify-content: center;
    }
    h1 {
        font-size: 32px;
        margin-top: 0;
    }

    .doc-block {
        display: block;
    }

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

    .doc-block div {
        padding: 0;
    }


    .prod-circle {
        width: 80px;
        height: 80px;
        font-size: 20px;
        padding-top: 12px;
    }

    .container {
        font-size: 18px;
    }
}