* {
    font-family: "Konnect";
}

body {
    background-color: #ffffff;
}

.block {
    max-width: 1200px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.head {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.45;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-top: 1.25rem;
}

.head .email {
    letter-spacing: normal;
    text-transform: none;
    font-size: 1rem;
    line-height: 1.2;
}

.head div {
    white-space: nowrap;
}

.hdr-logo {
    max-width: 40vw;
    width: 220px;
}

.head .questions {
    display: flex;
    gap: 1.5rem;
}

.foot {
    max-width: 768px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.foot span {
    white-space: nowrap;
    font-size: 2rem;
    line-height: 1.45;
    text-align: center;
}

.claim-button {
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    border-radius: 9999px;
    background-color: rgb(255 160 71);
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 1.35em;
    padding-bottom: 1.35em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    border: none;
    line-height: 1;
    height: 80px;
}

.product {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.image-cont {
    position: relative;
}

.p-image,
.p-offer {
    flex: 1;
}

.p-image .p-img {
    border: 1px solid /*rgb(170 199 231)*/ var(--color-main);
    border-radius: 1rem;
    max-width: 100%;
}

.p-badge {
    position: absolute;
    left: 8%;
    bottom: 8%;
    max-width: 28%;
    width: 100%;
}

.internet-offer {
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.45;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.product h1 {
    margin-top: .5rem;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1;
}

.choose {
    font-size: .875rem;
    line-height: 1.45;
    margin-top: 1rem;
}

.chosen-price {
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: 700;
    margin-left: 0.4rem;
}

.p-offer .claim-button {
    width: 100%;
}

.free-shipping {
    margin-top: .5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
}

.bottles {
    border: 1px solid var(--color-main);
    border-radius: 1rem;
    margin-top: .5rem;
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 1.6rem;
}

.bottles li {
    cursor: pointer;
    gap: .75rem;
    display: flex;
    border: 0 solid var(--color-main);
    border-top-width: 1px;
    align-items: center;
    height: 5.3rem;
    margin-top: 0;
}

.bottles li.checked {
    background-color: rgba(var(--color-main-rgb), 0.1);
}

.bottles li * {
    cursor: pointer;
}

.bottles li:first-child {
    border-top-width: 0;
}

.bottles label {
    display: flex;
    width: 100%;
    align-items: center;
    padding: .875rem 1.2rem;
}

.bottles .form-check {
    margin: 0;
    padding: 0;
    width: 100%;
}

.bottles .form-check-input {
    margin: 0 1.2rem 0 0;
    border-color: #02643E !important;
}

.form-check-input:checked {
    background-color: #02643E;
    border-color: #02643E;
}

.form-check-input:focus {
    border-color: #02643E;
    background-color: #02643E;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(var(--color-main-rgb), 0.2);
}

.bottles .number-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.bottles .number {
    display: flex;
    flex-direction: column;
    justify-content: center;
 }

.bottles .number span {
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: bold;
}

.bottles .number .saved {
    font-size: .875rem;
    line-height: 1.45;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 .6em;
    height: 20px;
    background-color: rgb(186 215 0);
    letter-spacing: .05em;
    border-radius: 9999px;
    margin-top: .4em;
}

.form-check .form-check-input {
    width: 1.2em;
    height: 1.2em;
}

.bottles .price {
    display: flex;
    flex-direction: column;
}

.bottles .price span {
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: bold;
}

.bottles .price del {
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 500;
}

.best {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    /*background-image: linear-gradient(to bottom right, rgba(var(--color-main-rgb), 0.6), var(--color-main));*/
    background-image: linear-gradient(to bottom right, rgba(var(--color-main-rgb)), #02643E);
}

.best .cards-cont {
    display: flex;
    flex-direction: column;
}

h2 {
    font-weight: bold;
    font-size: 2.5rem;
}

.best h2 {
    margin-bottom: 1rem;
    color: #fff;
}

.best .cards {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    padding: 0 1rem;
    color: #02643E;
}

.best-card {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: .75rem;
    max-width: 490px;
    width: 50%;
}

.best-card.badges img {
    width: 80px;
    height: 80px;
}

.badges .row:last-child {
    margin-top: 1rem;
}

.ingredients {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ingredients .row {
    text-align: left;
}

.ingredients .no-gmo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ingredients .no-gmo span {
    font-weight: 500;
}

.ingredients .no-gmo:first-child {
    margin-bottom: 1.4rem;
}

.ingredients img {
    margin-right: 0.4rem;
}

.ingredients .row:first-child img {
    width: 38px;
    height: 38px;
}

.ingredients .row:last-child img {
    width: 26px;
    height: 26px;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    margin-top: 1rem;
}

.best-card .card-name {
    display: block;
    margin-top: .5em;
    text-align: center;
    line-height: 1.25;
    font-size: 1rem;
}

.best-card .card-subtitle {
    font-size: .8em;
}

.guarantee {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.guarantee h2 {
    line-height: 1.5;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.45;
    font-weight: bold;
}

h4 {
    font-size: 1.375rem;
    line-height: 1.45;
    text-align: center;
    font-weight: normal;
}

.guarantee img {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.guarantee div {
    text-align: left;
}

.reviews h2 {
    text-align: center;
}

.narrow-block {
    max-width: 770px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0 auto;
}

.customers_testimonials,
.reviews .container {
    padding-left: 0;
    padding-right: 0;
}

.customers_testimonials h2 {
    display: none;
}

.details {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-top: 1rem;
}

.details-image,
.details-info {
    width: 50%;
}

.details-image img {
    max-width: 100%;
    border-radius: 1.5rem;
}

.details-description {
    font-size: 1.5rem;
    line-height: 1.45;
    margin-bottom: 1.5rem;
}

.details-info ul {
    margin-bottom: 2rem;
}

.details-info ul img {
     width: 1.5rem;
     height: 1.5rem;
     margin-right: 0.4rem;
}

.details .questions {
    margin-bottom: 3rem;
}

.question {
    background-color: rgba(var(--color-main-rgb), 0.1);
    border-radius: 15px;
    margin-bottom: 2rem;
}

.question:last-child {
    margin-bottom: 0;
}

.question .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1.45;
    color: #02643EFF;
    font-weight: 500;
    padding: 1rem;
}

.question .title .arrow {
    background-image: url("/imgs/shop/expand.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 27px;
    height: 14px;
    flex-shrink: 0;
    margin-left: 0.2rem;
}

.question.expanded .title .arrow {
    background-image: url("/imgs/shop/minus.svg");
}

.answer {
    margin: 0 1rem;
    padding: 1.25rem;
    border-radius: .75rem;
    display: none;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(30, 64, 175, 0.2) 0px 4px 6px -1px, rgba(30, 64, 175, 0.2) 0px 2px 4px -2px;
}

.question.expanded {
    padding-bottom: 1rem;
}

.question.expanded .answer {
    display: block;
}

.faq {
    background-color: rgba(var(--color-main-rgb), 0.1);
    padding-bottom: 3rem;
    margin-bottom: 0.5rem;
}

.faq h2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #02643EFF;
}

.faq .answer {
    border-top: 1px solid rgba(var(--color-main-rgb), 0.2);
    margin-top: 0;
    padding: 1.3rem 0rem 0;
    display: none;
    box-shadow: none;
    border-radius: 0;
}

.faq .question {
    background-color: #ffffff;
}

.faq .title {
    font-size: 1.125rem;
    line-height: 1.45;
    font-weight: bold;
}

.faq .question .title .arrow {
    background-image: url("/imgs/shop/plus-circle.svg");
    width: 1.5em;
    height: 1.5em;
}

.faq .question.expanded .title .arrow {
    background-image: url("/imgs/shop/minus-circle.svg");
    width: 1.5em;
    height: 1.5em;
}

.faq .answer p {
    margin-bottom: 0;
}

.answer hr {
    height: 1.5px;
    display: block;
    background-color: rgb(231 239 248);
    border-radius: 9999px;
    opacity: 1;
}

.experience .icon * {
    font-size: 2rem;
}

.experience .icon {
    text-align: center;
}

.experience .name {
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 500;
    margin-top: .5rem;
}

.experience .descr {
    text-align: center;
    font-size: 1rem;
    line-height: 1.45;
    margin-top: .75rem;
}

#img-team {
    max-width: 100%;
    margin: 0.5rem 0 1.5rem;
}

#ingredients {
    margin-bottom: 1.5rem;
}

#ingredients li {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
}

#ingredients li:first-child {
    margin-top: 0;
}

#ingredients .info {
    display: flex;
    flex-direction: column;
}

#ingredients .name {
    font-weight: 500;
    font-size: 1.2rem;
}

.lnk-claim-button {
    outline: none;
    text-decoration: none;
}



@media (max-width: 992px) {
    .product {
        flex-direction: column;
        gap: 3rem;
    }

    .bottles {
        margin-bottom: 2rem;
    }

    .best .cards {
        flex-direction: column;
        align-items: center;
    }

    .best-card {
        width: auto;
    }

    .ingredients .no-gmo:first-child {
        margin-bottom: 0.8rem;
    }

    .details {
        flex-direction: column;
    }

    .details-image, .details-info {
        width: auto;
    }
}

@media (max-width: 915px) {
    .head .internet-offer {
        display: none;
    }

    .head .questions {
        flex-direction: column;
        gap: 0;
        align-items: end;
    }
}

@media (max-width: 768px) {
    .foot {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .foot span {
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 500px) {
    .head {
        flex-direction: column;
    }

    .head .questions {
        flex-direction: column;
        align-items: center;
        margin-top: 1.5rem;
    }

    .hdr-logo {
        max-width: 80vw;
    }

    .foot span {
        white-space: normal;
    }

    .foot .claim-button {
        padding: 1.1em 1.2em;
    }

    .block {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }
}

@media (max-width: 450px) {
    .claim-button {
        font-size: 1.1rem;
        padding-left: .5em;
        padding-right: .5em;
    }

    .best-card {
        padding: 1.5rem 1rem;
    }

    .questions h4 {
        font-size: 1.2rem;
    }
}