body {
    min-width: 320px
}

.header-offer-container {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background-color: #fff
}

.header-offer-container a {
    text-decoration: none;
    font-family: brera_regular;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-top: 0;
    color: #0a5278;
    padding-top: 7px;
    display: block
}

div.mobile {
    display: none
}

div.desktop {
    display: none
}

.content p {
    margin-top: 20px
}

.content blockquote {
    margin-top: 20px;
    margin-bottom: 20px
}

.content p.question {
    font-weight: 700;
    color: #002fff
}

.content .dark-blue {
    font-weight: 700;
    color: #002fff
}

.content .underline {
    text-decoration: underline
}

.content .blue {
    color: #1e90ff
}

.content .text-center {
    text-align: center
}

.image-wrap {
    margin-top: 10px;
    margin-bottom: 10px
}

.content .red {
    color: #ff0048
}

.title-art.is-large {
    font-weight: 700
}

figcaption {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-weight: 700
}

.content figcaption {
    font-style: italic;
    text-align: center;
    font-weight: 400
}

.round-blue-border {
    border: 1px solid #1e90ff;
    border-radius: 50px;
    padding: 10px
}

.simple-blue-border {
    border: 2px solid #1e90ff;
    padding: 10px
}

.image-inner {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}

.content ul.simple-blue-border {
    margin-left: 0;
    padding-left: 30px
}

.light-border {
    margin-top: 15px;
    padding: 10px;
    box-shadow: 0 0 10px 1px #d0d8fa
}

.content .light-border .dark-blue:first-child {
    margin-top: 0
}

.content h2.door__title {
    color: #fff
}

#form-block {
    margin-top: 20px
}

select.country_select {
    width: 200px;
    height: 50px
}

.comments {
    padding: 0 10px
}

.comment-item .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.comment-item {
    display: grid;
    grid-template-columns: 50px auto;
    grid-column-gap: 15px;
    margin-bottom: 35px
}

.comment-item .info img {
    width: 100%;
    max-width: 400px
}

img.image {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

img.product-image {
    display: block;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

img.statistic-image {
    display: block;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

#l-main.desktop {
    margin-top: 70px
}

#form-block {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 60px
}

select {
    height: 50px;
    width: 200px
}

.certificate {
    max-width: 300px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.image-wrap--info-desc .certificate {
    max-width: 400px;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.image-gif {
    display: block;
    margin: 10px auto
}

.price-block {
    margin-top: 20px;
    margin-bottom: 20px
}

.price-block__old {
    text-decoration: line-through
}

.price-block__new {
    font-size: 25px;
    color: red;
    font-weight: 700
}

@media (max-width:1024px) {
    div.mobile {
        display: block
    }
    div.mobile #l-header {
        margin-top: 0
    }
    div.mobile .image.is-4by3 {
        padding-top: 0
    }
    div.mobile .image.is-4by3 img {
        position: relative;
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        width: 100%;
        height: auto
    }
    .door__wrapper .door__title {
        font-size: 18px !important
    }
}

@media (min-width:768px) {
    .image-wrap__box{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .image-wrap--info {
        display: flex;
        justify-content: space-around
    }
    img.product-image {
        margin: 0
    }
    .certificate {
        margin: 0
    }
}

@media (min-width:1024px) {
    div.desktop {
        display: block
    }
    .image.is-572x429 {
        width: 572px;
        height: 382px;
        margin-left: auto;
        margin-right: auto
    }
    .bck-media-image>figcaption {
        font-size: 1rem
    }
    .chapter-title {
        text-align: center;
        font-weight: 700;
        font-size: 20px
    }
    .ingridients-block {
        margin-top: 50px;
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: 100%  ;
        column-gap: 20px;
        max-width: 100%;
        margin: 0 auto;
    }

    .image-wrap__box{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    #form-block {
        margin-bottom: 120px
    }
    .image-inner {
        flex-direction: row;
        column-gap: 10px
    }
}