﻿
.main-container {
    width: 100%;
    max-width: 1000px;
    margin: 10px auto;
    font-size: 18px;
    line-height: 1.3;
    background: #fff;
    padding: 10px 20px;
}
h1 {
    font-size: 28px;
    line-height: 1.2;
    margin: 10px 0 20px;
}
h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 600;
}
.red-txt {
    color: red;
}
.top-date {
    color: #585858;
    font-size: 16px;
}
.main-container > img {
    max-width: 100%;
    display: block;
    margin: 0 auto 15px;
}
.main-container > div,
.main-container p {
    margin-bottom: 15px;
}
figure {
    margin: 0 auto 15px;
    text-align: center;
}
figure img {
    margin: 0 auto 8px;
}
figcaption {
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.bg-gray {
    background: rgb(184 183 183 / 23%);
    padding: 10px;
}
.main-container p:last-child {
    margin-bottom: 0;
}
.main-container b {
    font-weight: 600;
}
.yell-bg {
    background: #fff2cc;
    padding: 10px;
}
.red-bg {
    padding: 10px;
    background: #ff000029;
}
.green-bg {
    padding: 10px;
    background: #0080002e;
}
.main-container ul, .main-container ul li,
.main-container ol, .main-container ol li {
    list-style-type: initial;
}
.main-container ul, .main-container ol {
    padding-left: 20px;
}
.main-container ul li:not(:last-child), .main-container ol li:not(:last-child) {
    margin-bottom: 15px;
}
.main-container a {
    text-decoration: underline;
    /* color: #0086c0; */
}
.main-container a:hover {
    text-decoration: none;
    color: #036995;
}
.float-img img {
    float: left;
    margin: 0 10px 10px 0;
}
#m1 {
    text-transform: lowercase;
}
.big-txt {
    font-size: 1.15em;
}
.prod_left_val-block {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    background: red;
    padding: 10px 15px;
}
.price {
    width: 100%;
    max-width: 420px;
    margin: 0 auto 16px;
    font-size: 33px;
    color: gray;
    border: 4px solid #b601ff;
    display: flex;
    justify-content: center;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    padding: 16px 0;
}
.price img {
    margin: 0 10px;
}
.price b {
    color: #000;
}
.prod-img {
    display: inline-block;
    position: relative;
}
.discount-num {
    position: absolute;
    width: 120px;
    height: 120px;
    background: rgb(254,124,124);
    background: radial-gradient(circle, rgba(254,124,124,1) 38%, rgba(147,30,30,1) 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    top: 0;
    right: 20px;
}
.order_form {
    max-width: 400px;
    margin: 0 auto 30px;
}
.inp {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 10px;
    border: 1px #bbb solid;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 18px;
    height: 46px;
    padding: 0 10px;
}
.btn {
    width: 100%;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 13px 5px;
    font-size: 20px;
    background: red;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.comment-item {
    padding: 10px 0;
    border-bottom: 1px #adadad solid;
    display: flex;
}
.comment-item > img {
    width: 50px;
    height: 50px;
}
.comm-text {
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    margin-top: -3px;
}
.comm-text p {
    margin-bottom: 6px;
    margin-top: 2px;
}
.add-links {
    font-size: 14px;
}
.add-links span {
    color: #585858;
}
.comm-text img {
    width: 80%;
    max-width: 350px;
    margin-top: 6px;
}
a.bot-btn:hover {
    color: #fff;
}
a.bot-btn {
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px 0;
}
.blur {
    filter: blur(14px);
    -webkit-filter: blur(14px);
}
.cursor-p {
    cursor: pointer;
}
.blur-block {
    overflow: hidden;
    display: inline-block;
}



@media screen and (max-width: 1030px) {
    .header-category-items li:nth-child(3n) {
        display: none;
    }
}
@media screen and (max-width: 610px) {
    .header-category-items li:nth-child(2n) {
        display: none;
    }
    .main-container {
        padding: 10px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 21px;
    }
    .header-search-btn {
        right: 10px;
    }
}
@media screen and (max-width: 340px) {
    .header-category-items li:nth-child(5) {
        display: none;
    }
}

.alert {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 85px;
    right: 10px;
    padding: 10px 20px;
    max-width: 90%;
    background: #f7f7f7;
    box-shadow: 2px 4px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    transition: opacity .3s;
    opacity: 0;
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 400;
    font-size: 16px;
    line-height: 135%;
    background-color: #fff;
 }

 .alert--show {
    top: 85px;
    opacity: 1;
    z-index: 1000;
    pointer-events: auto
 }

 .alert__img {
    max-height: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 5px
 }

