

/* Start:/local/templates/bifitta/assets/css/style.css?173088999818844*/
:root {
    --font-size: 16px;
    --h1-size: 4rem;
    --h2-size: 3rem;
    --h3-size: 2.2rem;
    --h4-size: 1.5rem;
    --h5-size: 1.2rem;
    --subtitle-size: 1.4rem;

    --text-color: #002B64;

    --brand-color: #50F2B7;
}

html,
body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    margin: 0px;
    padding: 0px;
    font-size: var(--font-size);
    color: #002B64;
    scroll-padding-top: 160px;
}

.only-mobile {
    display: none;
}

sup {
    line-height: 0px;
}

.main__wrapper {
    overflow-x: clip;
}

img {
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

h1,
.h1 {
    font-size: var(--h1-size);
    font-weight: 900;
}

h2,
.h2 {
    font-size: var(--h2-size);
    font-weight: 900;
}

h3,
.h3 {
    font-size: var(--h3-size);
    font-weight: 700;
}

h4,
.h4 {
    font-size: var(--h4-size);
    font-weight: 700;
}

h5,
.h5 {
    font-size: var(--h5-size);
    font-weight: 700;
}

.subtitle {
    font-size: var(--subtitle-size);
    font-weight: 500;
}

.wrapper {
    width: 100%;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.center {
    text-align: center;
}

.btn {
    padding: 14px 20px;
    display: inline-flex;
    border-radius: 60px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    gap: 10px;
    color: var(--text-color);
}

.btn-primary {
    background: var(--brand-color);
}

.header__logo,
.footer__logo {
    font-size: var(--h3-size);
    font-weight: 900;
    text-decoration: none;
    color: #002B64;
}

.header__logo sup,
.footer__logo sup {
    line-height: 0px;
}

.header__wrapper {
    position: sticky;
    top: 0px;
    z-index: 10;
}

.header {
    padding: 0px 60px;
    height: 110px;
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    background: #ffffff77;
    backdrop-filter: blur(10px);
    box-shadow: 0 11px 16px 0 rgba(132, 160, 179, 0.2);
    border-radius: 0px 0px 40px 40px;
}

.header__menu__list {
    display: flex;
    padding: 0px;
    margin: 0px;
    align-items: center;
    justify-content: space-between;
}

.header__menu__list li {
    display: block;
    padding: 0px;
    margin: 0px;
}

.header__menu__list a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-color);
}

.tape__text {
    text-transform: uppercase;
    font-weight: 900;
}

.tape {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 0px;
    position: absolute;
    left: -40px;
    right: -40px;
    top: 25%;
    transform-origin: center;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
    transform: rotate(-4deg);
    background: linear-gradient(90deg, #95dfff 0%, #50f2b8 61.5%);
    z-index: 2;
}

.tape-alter {
    color: #fff;
    transform: rotate(4deg);
    background: linear-gradient(90deg, #50f2b8 0%, #95dfff 100%);
    z-index: 1;
}

.tapes__wrapper {
    height: 320px;
    margin-top: 60px;
    margin-bottom: -60px;
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.banner__wrapper {
    margin-top: -110px;
    background: url(/local/templates/bifitta/assets/css/../img/banner__bg.svg) bottom center no-repeat;
    background-size: cover;
}


.banner {
    padding-top: 110px;
    border-radius: 0px 0px 40px 40px;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    border: 2px solid rgba(112, 167, 185, 0.10);
}

.banner__content {

    padding: 30px;
}


.banner__content {
    position: relative;
}

.banner__model {
    width: 20%;
    position: relative;
    z-index: 2;
}

.banner__btn__text {
    font-size: 1.1rem;
    font-weight: 500;
}

.banner__bubble {
    position: absolute;
    top: 40px;
    left: 20%;
    height: 128px;
    width: 320px;
    text-align: center;
    padding: 40px 40px 40px 40px;
    background: url(/local/templates/bifitta/assets/css/../img/banner__bubble.svg) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
}

.banner__product,
.banner__slogan,
.banner__btn {
    position: absolute;
}

.banner__product {
    bottom: 15%;
    left: 19%;
    z-index: 1;
}

.banner__slogan {
    top: 16%;
    right: 50px;
}

.banner__content {
    padding: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

.banner__btn {
    position: absolute;
    bottom: 50px;
    right: 100px;
    display: flex;
    gap: 20px;
}

.header__menu__list a.btn {
    text-transform: uppercase;
    font-weight: 700;
}

.btn {
    align-items: center;
}

.banner__btn__checkbox {
    padding: 5px 5px 5px 15px;
}

.banner__btn__checkbox:after {
    background: #fff;
    width: 30px;
    height: 30px;
    content: " ";
    border-radius: 100%;
}


.pill__desc__title {
    text-transform: uppercase;
    font-weight: 700;
}


.pill__container {
    padding-top: 80px;
    padding-bottom: 100px;
    position: relative;
}

.pill {
    position: relative;
}

.pill__title {
    margin-bottom: 40px;
}

.pill__scene {
    height: 60vh;
}

.pill__background,
.pill__image,
.pill__verticals,
.pill__desc {
    position: absolute;
}

.pill__background,
.pill__image,
.pill__verticals {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.pill__background img {
    max-height: 100%;
}

.pill__image {
    z-index: 2;
}

.pill__image img {
    max-width: 600px;
}

.pill__verticals {
    z-index: 3;
}

.pill__wrapper {
    overflow: hidden;
}

.pill__desc {
    z-index: 4;
}

.text-brand {
    color: #50F2B7;
}

.faq__container {
    padding-top: 0px;
}

.faq__title {
    margin-bottom: 60px;
}

.faq__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
}

.faq__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.faq__item {
    padding: 40px 60px;
    border: 2px solid #eeeeee77;
    cursor: pointer;
    background:
        linear-gradient(to right, #fff, #fff),
        linear-gradient(to right, #50F2B8, #009FF9);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    border-radius: 45px;
}

.faq__item .faq__item__question {
    margin-right: 60px;
}

.faq__item .faq__item__answer {
    display: none;
}

.faq__item-active .faq__item__answer {
    display: block;
}

.faq__item-active .faq__item__question {
    margin-bottom: 20px;
}

.advantage {
    display: flex;
}

.advantage__content {
    min-width: 40%;
}

.advantage__image {
    position: relative;
    width: 60%;
    height: 95vh;
}

.advantage__content__title {
    margin-bottom: 60px;
}

.advantage__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.advantage__item:after {
    display: block;
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    content: " ";
    background: url(/local/templates/bifitta/assets/css/../img/advantage__icon.svg)
}

.advantage__item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px 14px 40px;
    border-radius: 100px;
    border: 3px solid #ffffff77;
    background: linear-gradient(to right, #fff, #fff),
        linear-gradient(-120deg, #eee, #fafafa);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
}

.advantage__image {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 780px;
    justify-content: flex-end;
}

.advantage__image__items {
    position: absolute;
    top: 10%;
    left: 5%;
}

.advantage__image__model {
    align-self: flex-end;
    max-height: 100%;
}

.scheme__title {
    margin-bottom: 50px;
}

.scheme__image {
    display: flex;
    justify-content: center;
}

.scheme__container {
    padding-bottom: 80px;
}

.bottom {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    color: #4D5053;
}

.bottom__container {
    padding-bottom: 40px;
}

.bottom__address,
.bottom__marketing {
    white-space: nowrap;
}

.bottom__btn a {
    color: #4D5053;
}

.btn-border {
    border: 1px solid;
    text-align: center;
}

.contr {
    font-family: "Bebas Neue", sans-serif;
    color: #4D5053;
    font-size: 1.4vw;
    text-align: center;
    padding: 30px 0px;
    opacity: 0.2;
}

.footer {
    margin-top: 50px;
    border-top: 2px solid #50F2B7;
    padding: 0px 0px;
    height: 110px;
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
}

.footer__menu__list {
    display: flex;
    padding: 0px;
    margin: 0px;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
}

.footer__menu__list li {
    display: block;
    padding: 0px;
    margin: 0px;
}

.footer__menu__list a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: var(--text-color);
}

.wherebuy__pharmacies {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    gap: 40px;
}

.wherebuy__pharmacy img {
    max-width: 70%;
    max-height: 50%;
}

.wherebuy__pharmacy {
    display: flex;
    background-color: #fff;
    flex-direction: column;
    width: 30%;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    height: 100px;
    box-shadow: 5px 9px 19px 0 rgba(85, 104, 118, 0.15);
}

.wherebuy__map {
    height: 545px;
    background: #fafafa;
    border-radius: 45px;
    margin-bottom: 60px;
}

.wherebuy__title {
    margin-bottom: 60px;
}

.wherebuy__disclamer {
    margin-bottom: 60px;
    color: #4D5053;
}

.pill__desc {
    width: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.pill__desc__item {
    max-width: 320px;
    position: absolute;
}

.pill__desc__item-1,
.pill__desc__item-2,
.pill__desc__item-3,
.pill__desc__item-4 {
    text-align: right;
}

.pill__desc__item-5,
.pill__desc__item-6,
.pill__desc__item-7,
.pill__desc__item-8 {
    text-align: left;
}

.pill__desc__item-1 {
    left: 10%;
    top: 8%;
}

.pill__desc__item-2 {
    left: 0%;
    top: 28%;
}

.pill__desc__item-3 {
    left: 0%;
    top: 50%;
}

.pill__desc__item-4 {
    left: 10%;
    bottom: 10%;
}

.pill__desc__item-5 {
    right: 10%;
    top: 8%;
}

.pill__desc__item-6 {
    right: 0%;
    top: 28%;
}

.pill__desc__item-7 {
    right: 0%;
    top: 50%;
}

.pill__desc__item-8 {
    right: 10%;
    bottom: 10%;
}

.cloud__images,
.clouds__product,
.clouds__slogan {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.cloud__images__item {
    z-index: 3;
    position: absolute;
}

.clouds {
    height: 60vh;
    position: relative;
}

.clouds__product img {
    z-index: 2;
    position: absolute;
}

.clouds__product {
    opacity: 0;
}

.clouds__slogan {
    opacity: 0;
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.clouds__slogan__image {
    position: absolute;
    right: 10%;
    top: 10%;
}

.clouds__slogan__model {
    position: absolute;
    right: 0;
    top: 5%;
}

.cloud__images__item-1 {
    margin-left: -25%;
    margin-top: -25%;
}

.cloud__images__item-2 {
    margin-left: -20%;
    margin-top: 0%;
}

.cloud__images__item-3 {
    margin-left: -35%;
    margin-top: 25%;
}

.cloud__images__item-4 {
    margin-left: 40%;
    margin-top: -22%;

}

.cloud__images__item-5 {
    margin-left: 20%;
    margin-top: 5%;
}

.cloud__images__item-6 {
    margin-left: 55%;
    margin-top: 15%;
}

.cloud__images__item-7 {
    margin-left: 8%;
    margin-top: 30%;
}

.clouds__wrapper {
    position: relative;
}

.clouds__wrapper:before {
    content: " ";
    position: absolute;
    background: url(/local/templates/bifitta/assets/css/../img/clouds__bg.svg) center center;
    background-size: 100% 100%;
    width: 100vw;
    height: 120vh;
    top: -30vh;
    left: 0px;
    pointer-events: none;
    z-index: -1;
}

.advantage__wrapper {
    position: relative;
}

.advantage__wrapper:before {
    position: absolute;
    content: " ";
    width: 45vw;
    height: 160vh;
    top: -40vh;
    background: url(/local/templates/bifitta/assets/css/../img/advantage__bg.svg) center right no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    pointer-events: none;
}

.advantage__wrapper:after {
    content: " ";
    position: absolute;
    bottom: -5vh;
    left: 0px;
    right: 0px;
    height: 30vh;
    background: #fff;
    border-radius: 100% 100% 0 0;
    z-index: -1;
}

.scheme__wrapper {
    background: #fff;
    position: relative;
}

.faq__item__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0px !important;
}

.faq__item__question:after {
    content: " ";
    width: 30px;
    height: 30px;
    background: url(/local/templates/bifitta/assets/css/../img/chevron.svg) center center no-repeat;
}

.faq__item-active .faq__item__question:after {
    background-image: url('/local/templates/bifitta/assets/css/../img/close.svg');
}

.articles__wrapper {
    padding-top: 0px;
    padding-bottom: 120px;
}

.faq__wrapper {
    padding-bottom: 80px;
}

.articles__title {
    margin-bottom: 70px;
}

.articles__items {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}

.articles__item__image {
    height: 180px;
    background: #DFE3EA;
    border-radius: 25px;
}

.articles__item {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 20px;
    width: 31%;
    padding: 40px 30px 50px;
    border-radius: 45px;
    box-shadow: 5px 9px 19px 0 rgba(85, 104, 118, 0.15);
    background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.56) 74.82%, rgba(255, 255, 255, 0) 100%);
}

.articles__item .btn {
    width: 50%;
    justify-content: center;
}

.articles__item__btn {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -22px;
    display: flex;
    justify-content: center;
}

.wherebuy__map iframe {
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 45px;
}

.faq__wrapper {
    background: linear-gradient(180deg, #fff 0%, #cef0fe 100%);
}

.wherebuy__wrapper:not(.without-bg) {
    background: linear-gradient(0deg, #fff 0%, #d0f0fe 100%);
}

.faq__item-active {
    box-shadow: 5px 9px 19px 0 rgba(85, 104, 118, 0.15);
    background: #fff;
}

.faq__item {
    box-shadow: 5px 9px 19px 0 rgba(85, 104, 118, 0.01);

}

.faq__wrapper .btn {
    box-shadow: 5px 9px 19px 0 rgba(85, 104, 118, 0.15);
    padding: 14px 40px;
}

.tape__marqee {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
}

.links {
    color: #4D5053;
    padding-top: 40px;
}

.links:not(.links-active) {
    display: none;
}

.footer__wrapper {
    position: relative;
}

.footer__wrapper:before {
    content: " ";
    position: absolute;
    top: -200px;
    width: 100%;
    bottom: 0px;
    background: red;
    z-index: -1;
    background: url(/local/templates/bifitta/assets/css/../img/footer__bg.svg) top center no-repeat;
    background-size: cover;
    pointer-events: none;
}

.links__title__span {
    display: inline-flex;
    gap: 30px;
    align-items: center;
    cursor: pointer;
}

.links__title__span:after {
    content: " ";
    width: 30px;
    height: 20px;
    background: url(/local/templates/bifitta/assets/css/../img/chevron__dark.svg) center center no-repeat;
    background-size: contain;
}

.links__title-active .links__title__span:after {
    transform: rotate(180deg);
}

.breadcrumbs {
    display: flex;
    gap: 20px;
    padding: 50px 0px;
    margin: 0px;
}

.breadcrumbs li {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.breadcrumbs li a {
    color: #283479;
    text-decoration: none;
    font-weight: bold;
    font-size: var(--subtitle-size);
}

.breadcrumbs li:last-child:after {
    display: none;
}

.breadcrumbs li:after {
    content: "/";
    margin-left: 20px;
    font-weight: bold;
    font-size: var(--subtitle-size);
    color: var(--brand-color);
}

.wherebuy_banner {
    position: relative;
    height: 540px;
    margin-bottom: -100px;
}

.wherebuy_banner__product {
    position: absolute;
    bottom: 10%;
    width: 40%;
}

.wherebuy_banner__product img {
    width: 100%;
}

.wherebuy_banner__bubble {
    position: absolute;
    top: 0px;
    right: 0%;
    height: 200px;
    width: 450px;
    text-align: center;
    padding: 40px 40px 40px 40px;
    background: url(/local/templates/bifitta/assets/css/../img/banner__bubble.svg) no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 500;
    font-size: 48px !important;
}

.wherebuy_banner__model {
    position: absolute;
    bottom: -5%;
    left: 24%;
}

.wherebuy_banner__text {
    position: absolute;
    right: 0px;
    width: 35%;
    bottom: 35%;
    font-size: var(--subtitle-size);
    font-weight: 500;
}

.main__wrapper.page__articles:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    background: url(/local/templates/bifitta/assets/css/../img/wherebuy_page__bg.svg) no-repeat center top;
    background-size: 100%;
    z-index: -1;
}

.wherebuy_banner__wrapper:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    background: url(/local/templates/bifitta/assets/css/../img/wherebuy_page__bg.svg) no-repeat center top;
    background-size: 100%;
    z-index: -1;
}

.bottom__btn {
    gap: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.bottom__btn .btn {
    display: flex;
    text-align: center;
    justify-content: center;
}

.banner__molecules {
    position: absolute;
    left: 5%;
    right: 5%;
}

.wherebuy_banner__molecules {
    position: absolute;
    top: 0px;
    right: 0px;
}

.faq__items .faq__item:nth-child(n+4) {
    display: none;
}

.faq__items.active .faq__item:nth-child(n+4) {
    display: block;
}

.header__menu,
.footer__menu {
    width: 100%;
}

.advantage__container:before {
    position: absolute;
    content: " ";
    left: 0px;
    background: linear-gradient(to top, hsla(198, 100%, 79%, 0.3), transparent);
    width: 100vw;
    background-size: calc(left - 50%) 100%;
    z-index: -1;
    width: 100vw;
    top: -40vh;
    height: 160vh;
}

.copy {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    font-size: 1rem !important;
}

.copy a {
    color: #4D5053;
    font-weight: 500;
}

.frontlink__wrapper {
    padding-bottom: 120px;
    margin-top: -80px;
}

.articles__item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.articles__item {
    margin-bottom: 60px;
}
/* End */


/* Start:/local/templates/bifitta/assets/css/adaptive.css?173045969711182*/
@media (max-width: 1024px) {


    :root {
        --font-size: 12px;
        --h1-size: 3rem;
        --h2-size: 2rem;
        --h3-size: 1.6rem;
        --h4-size: 1.4rem;
        --h5-size: 1.2rem;
        --subtitle-size: 1.2rem;
    }

    html,
    body {
        scroll-padding-top: 80px;
    }

    .header__menu,
    .footer__menu {
        display: none;
    }

    .header {
        padding: 0 15px;
        height: 50px;
        border-radius: 0px 0px 15px 15px;
    }

    .header__logo,
    .footer__logo {
        font-size: 19px;
    }

    .pill__container {
        padding-top: 50px;
    }

    .faq__item {
        padding: 15px;
        border-radius: 15px;
        border-width: 1px;
    }

    .faq__items {
        gap: 20px;
    }

    .wherebuy__map iframe {
        border-radius: 15px;
    }

    .wherebuy__pharmacy {
        height: 50px;
        padding: 15px 20px;
    }

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

    .faq__item__question:after {
        flex-shrink: 0;
    }

    .contr {
        font-size: 24px;
    }

    .bottom {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }

    .bottom__logo {
        order: 1;
    }

    .bottom__btn {
        order: 2;
    }

    .bottom__address {
        order: 3;
    }

    .bottom__marketing {
        order: 4;
    }

    .copy {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center
    }

    .footer {
        display: none;
    }

    .pill__image img {
        max-width: 80vw;
    }

    .cloud__images__item {
        max-width: 30vw;
    }

    .links ol {
        padding-left: 10px;
    }

    .faq__wrapper {
        padding-bottom: 40px;

    }

    .clouds__product img {
        max-width: 100vw;
    }

    .clouds__slogan__image {
        max-width: 36vw;
    }

    .clouds__slogan__model {
        max-width: 40vw;
    }


    .clouds__product {
        left: 10vw;
    }

    .clouds__slogan__model {
        width: 30vw;
    }

    .wherebuy_banner__wrapper:before {
        background-position: top center;
    }

    .tape__text {
        font-size: clamp(8px, 1.5vw, 20px);
    }

    .tape {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .breadcrumbs {
        padding: 30px 0px;
    }

    .tapes__wrapper {
        height: 160px;
        margin-top: -60px;
        margin-bottom: -60px;
    }

    .frontlink__wrapper {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .wherebuy__pharmacy img {
        max-width: 140px;
        max-width: 100%;
        max-height: 100%;
    }

    .faq__item .faq__item__question {
        font-size: 1.2rem
    }

    .header__menu {
        display: flex;
        justify-content: flex-end;
    }

    .header__menu.active:before {
        background: url(/local/templates/bifitta/assets/css/../img/burger__close.svg) no-repeat center center;
    }

    .header__menu:before {
        content: " ";
        display: block;
        width: 50px;
        height: 40px;
        background: url(/local/templates/bifitta/assets/css/../img/burger__open.svg) no-repeat center center;
    }

    .header__menu__list {
        display: none;
    }

    .header__menu {
        position: relative;
    }

    .header__menu.active .header__menu__list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 1000;
        position: absolute;
        right: -9px;
        width: auto;
        padding: 10px 20px 20px;
        padding-right: 80px;
        background: #fff;
        border-radius: 15px;
        align-items: flex-start;

    }

    .header__menu:before {
        z-index: 1001;
    }

    .header__menu__list a {
        font-size: 1.2rem;
    }

    .btn {
        padding: 10px 15px;
    }

    .header__menu__list a {
        white-space: nowrap;
    }

    .wherebuy_banner__product {
        bottom: auto;
        top: 0px;
        width: 50%;

    }

    .wherebuy_banner {
        height: 60vw;
        margin-bottom: 120px;
    }

    .wherebuy_banner__text {
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        width: auto;
    }

    .wherebuy_banner__model {
        bottom: 5%;
    }

    .wherebuy_banner__bubble {
        width: 30vw;
        top: 0px;
        padding: 10px;
        height: auto;
    }

    .wherebuy_banner__bubble .h2 {
        font-size: 4vw;
        white-space: nowrap;
    }

    .wherebuy_banner__molecules {
        left: 0px;
        bottom: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .banner__molecules {
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }

    .banner__content {
        padding: 20px;
        padding-top: 50px;
        padding-bottom: 80px;
    }

    .banner__model {
        height: 320px;
        width: auto;
    }

    .banner__content {
        padding: 15px 20px;
        min-height: 500px;
    }

    .banner__model {
        height: 320px;
        margin-top: 80px;
        width: auto;
    }

    .banner__bubble {
        padding: 20px;
        height: auto;
        width: 200px;
        top: 40px;
        left: 100px;
    }

    .banner__btn {
        bottom: 20px;
        justify-content: center;
        width: 100%;
        left: 0px;
        right: 0px;
        gap: 5px;
    }

    .banner {
        border-radius: 0px 0px 15px 15px;
    }

    .banner__btn__checkbox {
        padding: 5px 5px 5px 10px;
    }

    .banner__btn__checkbox:after {
        width: 18px;
        height: 18px;
    }

    .banner__content {
        padding: 15px 0px;
    }

    .banner__product,
    .banner__slogan {
        height: 30%;
        z-index: 10
    }

    .banner__product {
        right: 0px;
        left: auto;
        bottom: 20%;
    }

    .banner__slogan {
        top: auto;
        bottom: 50%;
        right: 20px;
        height: 20%;
    }

    .banner__product img,
    .banner__slogan img {
        height: 100%;
    }

    .banner__content {
        max-width: 375px;
        margin: 0 auto;
    }

    .banner__bubble {
        left: 80px;
    }

    .footer__wrapper:before {
        top: 0px;
    }

    .clouds__product {
        left: 10vw;
    }

    .clouds__slogan,
    .clouds__slogan__image,
    .clouds__slogan__model {
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
    }

    .clouds__slogan__image,
    .clouds__slogan__model {
        left: 0px;
        margin-left: 40vw;
    }

    .clouds__slogan__model {
        margin-top: -30vw;
        right: -7vw;
        margin-left: 65vw;

    }

    .advantage__items {
        gap: 10px;
    }

    .advantage__item {
        padding: 5px 5px 5px 10px;
        border-width: 1px;
        font-size: 0.8rem;
        font-weight: normal;
    }

    .advantage__item:after {
        width: 30px;
        height: 30px;
        background-size: contain;
    }

    .advantage__container {
        height: calc(100vh - 160px);
        position: relative;
    }

    .advantage {
        height: 100%;
    }

    .advantage__image {
        height: 100%;
        justify-content: center;
    }

    .advantage__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .advantage__content__title {
        margin-bottom: 40px;
    }


    .advantage__wrapper:after {
        height: 40vh;

        border-radius: 0px;
    }

    .advantage__image {
        position: relative;
        min-width: 160px;
    }



    .pill__desc__item {
        width: 30%;
        text-align: center;
    }

    .pill__desc__item .pill__desc__title {
        font-size: 1.2rem;
    }

    .pill__desc__item .pill__desc__text {
        font-size: 0.6rem;
    }

    .pill__desc__item {
        width: 140px;
    }

    .pill__desc__item-3,
    .pill__desc__item-7 {
        top: 60%;
    }

    .advantage__image__items {
        left: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        object-fit: contain;
        filter: blur(1px)
    }

    .advantage__container:before {
        height: 100vh;
    }

    .advantage__image {
        position: static;
    }

    .advantage__image__model {
        min-width: 300px;
        left: -100px;
        position: absolute;
    }

    .advantage__content {
        min-width: 200px;
    }

    .advantage__image {
        min-width: 0%;
    }

    .advantage__item {
        font-size: 11px;
    }

    .faq__item-active {
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(10px);
    }

    .header__menu.active .header__menu__list {
        width: calc(100vw - 40px);
        right: -15px;
        top: -5px;
        border-radius: 0px 0px 5px 5px
    }

    .header__menu.active .header__menu__list {
        align-items: center;
        padding-top: 30px;
        padding-left: 80px;
    }

    .header__menu.active:before {

        background: url(/local/templates/bifitta/assets/css/../img/close.svg) no-repeat center center;
        background-size: 40%;
    }
}

@media (max-width: 768px) {
    .only-desktop {
        display: none;
    }

    .only-mobile {
        display: initial;
    }

    .wherebuy__pharmacies {
        flex-direction: column;
        gap: 14px;
    }

    .wherebuy__pharmacy {
        width: 100%;
    }

    .wherebuy__map {
        height: 400px;
        margin-bottom: 30px;
    }

    .clouds__slogan__image,
    .clouds__slogan__model {
        margin-left: 0vw;
    }

    .clouds__slogan {
        top: -10vh;
    }

    .clouds__slogan__image {
        width: 100%;
        left: 0px;
        right: 0px;
        max-width: 100%;
        text-align: center;
    }

    .clouds__slogan__image img {
        width: 80%;
    }

    .clouds__slogan__model {
        left: auto;


        width: 40vw;
    }

    .pill__verticals img {
        transform: scale(1.4);
    }

    .pill__desc__item {
        position: static;
        width: 50%;
    }

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

    .pill__desc__item-3,
    .pill__desc__item-4 {
        margin-bottom: 30vw;
    }

    .pill__desc__item .pill__desc__text {
        font-size: 0.8rem;
    }

    .cloud__images__item {
        max-width: 40vw;
    }

    .cloud__images__item-1 {
        margin-left: -40%;
        margin-top: -40%;
    }

    .cloud__images__item-2 {
        margin-left: -35%;
        margin-top: 0%;
    }

    .cloud__images__item-3 {
        margin-left: -50%;
        margin-top: 45%;
    }

    .cloud__images__item-4 {
        margin-top: -35%;
        margin-left: 50%;
    }

    .cloud__images__item-5 {
        margin-left: 40%;
        margin-top: 15%;
    }

    .cloud__images__item-6 {
        margin-right: -15%;
        margin-top: 45%;
    }

    .cloud__images__item-7 {
        margin-top: 60%;
    }

}
/* End */


/* Start:/local/templates/bifitta/styles.css?17304564067*/
body{
}
/* End */
/* /local/templates/bifitta/assets/css/style.css?173088999818844 */
/* /local/templates/bifitta/assets/css/adaptive.css?173045969711182 */
/* /local/templates/bifitta/styles.css?17304564067 */
