html {
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    color: #3a3a3a;
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

p {
    margin: 0;
}

section {
    padding: 20px 10px;
    overflow: hidden;
}

a {
    text-decoration: none;
}

img {
    width: 100%;
}

.sert img {
    max-width: 138px;
}

.bg-2 {
    background-color: #dff1f9;
}


.container {
    max-width: 1400px;
    overflow: hidden;
    margin: auto;
}

.top_img_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_block {
    display: flex;
}

.img_block>img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.action_bottles,
.top_img_block picture {
    display: none;
}

.action_bottles.active,
.top_img_block picture.active {
    display: block;
}

.top_img_block img {
    max-width: 600px;
    cursor: pointer;
}


.selection_btns {
    display: flex;
    justify-content: space-around;
}

.best_value_icon {
    padding: 5px 10px;
    position: absolute;
    top: -5px;
    left: 10%;
    background-color: red;
    color: #fff;
    font-size: .8rem;
}

.product_title {
    margin: 0;
    padding: 0;
    color: #04537c;
    font-family: "Montserrat", Sans-serif;
    font-size: 2.187rem;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -.1px;
}

.product_btn {
    width: 30%;
    height: 140px;
    border: 1px solid #cccccc;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.product_btn:not(.selected):hover {
    background-color: rgba(33, 33, 33, 1);
    cursor: pointer;
    color: #fff;
}

.text-btn {
    font-size: 1.5rem;
}

.action_bottles {
    display: none;
}

.action_bottles>* {
    padding: 20px 0;
}

.product_action_text {
    color: #f75925 !important;
    font-size: x-large !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 700;
    line-height: 1.5em;
}


.rait_img {
    justify-content: center;
}

.rait_stock {
    font-size: 1.5rem;
}


.addtocart_btn>a {
    display: block;
    font-family: "Montserrat", Sans-serif;
    font-size: 2.18rem;
    font-weight: 600;
    border-style: solid;
    border-color: #be9a30;
    border-radius: 28px;
    color: #282828;
    background-color: #f7d975;
    border-width: 1px;
    padding: 25px;
    background: linear-gradient(0deg, rgba(235, 185, 21, 1) 0%, rgba(247, 217, 117, 1) 75%);
    -webkit-filter: drop-shadow(2px 2px 10px #d5d5d5);
    filter: drop-shadow(2px 2px 10px #d5d5d5);
}

.sertificates {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sertificates>div {
    text-align: center;
}

.sert>* {
    padding: 10px 0;
}

.btn-added {
    width: 80%;
    margin: auto;
}


.wrap_cart_text>p {
    text-align: center;
    margin: 0;
}

.wrap_bottles_cart>.bottle>a {
    display: block;
}

.bottle>a>img {
    width: 100%;
}


.block_ingridient {
    padding: 0 10px;
}

.block_ingridient>.ingridient_img>img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.ingridients_heading_title {
    color: #000;
    font-family: "Roboto", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

.ingridient_img {
    display: flex;
}

footer {
    background-color: #e7e6e6;
    padding: 80px 10px;
    text-align: center;
}


.active {
    display: block;
}

.selected {
    background-color: #04537c;
    color: #fff;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}

.font-main {
    font-size: 1.25rem;
}

.text-35 {
    font-size: 2.187rem;
    font-weight: 600;
}
.text-22 {
    font-size: 1.375rem;
}

.p-20 {
    padding: 20px 0;
}
.p-10 {
    padding: 10px 0;
}

.p-40 {
    padding: 40px 0;
}

.px-20 {
    padding: 0 20px;
}

.font-content {
    font-size: 1.375rem;
    line-height: 2;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

@media screen and (min-width: 768px) {

    .best_value_icon {
        top: -5px;
        left: 25%;
        font-size: 1rem;
    }


}


@media screen and (min-width: 1024px) {

    .wrap_content {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

    .product_title {
        font-size: 2.81rem;
    }

    .raiting {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .raiting>.rait_img {
        display: flex;
        justify-content: right;
        width: 48%;
        text-align: left;
        margin-left: 20px;
    }

    .rait_stock {
        width: 40%;
        font-size: 1.5rem;
        text-align: left;
        margin-left: 20px;
    }

    .img_block {
        width: 45%;
    }

    .textBlock {
        width: 50%;
    }

    .product_btn {
        height: auto;
    }

    .text-btn {
        padding: 80px 0;
    }

    .wrap_sertificates {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sertificates {
        width: 45%;
    }

    .img_text_block {
        display: flex;
        justify-content: space-between;

    }

    .img_text_block>.text_block {
        width: 53%
    }

    .img_text_block>.text_block>.product_title {
        font-size: 2.1rem;
    }

    .btn-added {
        width: 45%;
    }

    .wrap_ingridients {
        display: flex;
        justify-content: left;
    }

    .wrap_ingridients>div {
        width: 32%;
    }


}

@media screen and (min-width: 1300px) {

    .wrap_bottles_cart {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

}