@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
    font-style: normal;
    font-weight: 700;
}
* {
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #fff;
}
a {
    cursor: pointer;
    font-family: Roboto-Bold, sans-serif;
}
html {
    scroll-behavior: smooth;
}
.blocked {
    overflow: hidden;
}
.active {
    color: #fbd034 !important;
}
h3 {
    color: #013a81;
    font-size: 45px;
    text-transform: uppercase;
}
h3,
p {
    font-family: Roboto-Bold, sans-serif;
    text-align: center;
}
p {
    color: #4d4d4d;
}
.desctop-navigation {
    text-align: right;
}
.navigation-logo {
    position: fixed;
    padding: 10px 80px;
    width: 100vw;
    top: 0;
    background-color: #013a81;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 3 !important;
}
.navigation-logo .instruction {
    position: fixed;
    top: 15%;
    left: 1%;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #d9772d;
    background: url(../images/instructions.png) no-repeat 50% / contain;
}
.navigation-logo .instruction p {
    margin-top: 100%;
    font-size: 12px;
    text-align: center;
    color: #013a81;
}
.navigation-logo .logo {
    font-size: 22px;
    padding-right: 20px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}
.navigation-logo .logo a {
    text-transform: capitalize;
}
.navigation-logo .logo a:after {
    margin-left: 0;
    content: "";
}
.navigation-logo div a {
    font-size: 22px;
    color: #fff;
    padding-left: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: Roboto-Light;
}
.block-one__top-img {
    position: sticky;
    top: 0;
    z-index: 0;
    min-height: 95vh;
    background: url(../images/top-img.png) no-repeat bottom/contain;
}
.block-one__top-img p {
    color: #fff;
    font-size: 70px;
    position: relative;
    top: 45vh;
    margin: auto;
    font-family: Roboto-Black;
}
.block-one__bottom-img {
    position: relative;
    min-height: 95vh;
    z-index: 1;
    background: url(../images/bottom-img.png) no-repeat top/contain;
}
.block-one__bottom-img p {
    color: #fff;
    font-size: 70px;
    position: relative;
    top: 45vh;
    margin: auto;
    font-family: Roboto-Black;
}
.block-two {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px;
}
.block-two__product {
    width: 600px;
    height: 300px;
    background: url(../images/trachisan.png) no-repeat 50% / contain;
}
.block-two__text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-two__text p {
    font-size: 38px;
    text-align: left;
    color: #013a81;
    font-family: Roboto-Light;
}
.block-two__text p b {
    font-family: Roboto-Bold;
}
.block-three {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #ebebeb;
    justify-content: space-between;
    padding-right: 3vw;
    background: url(../images/Face.png) no-repeat 0 0 / contain;
}
.block-three__text {
    margin: 35px;
}
.block-three__text p {
    font-size: 38px;
    text-align: left;
    color: #013a81;
    font-family: Roboto-Light;
}
.block-three__text p b {
    font-family: Roboto-Bold;
}
.block-three__text ul li {
    color: #f46e02;
    font-size: 30px;
    font-family: Roboto-Light;
}
.block-four__container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 50px;
}
.block-four__container p {
    color: #013a81;
    text-align: left;
}
.block-four__container-baby {
    display: flex;
    flex-direction: column;
    max-width: 30vw;
}
.block-four__container-baby div {
    width: 100%;
    height: 300px;
    background: url(../images/girl.png) no-repeat 50% / contain;
}
.block-four__container-baby p {
    font-family: Roboto-Light;
}
.block-four__container-baby p b {
    font-family: Roboto-Bold;
}
.block-four__container-adult {
    display: flex;
    flex-direction: column;
    max-width: 30vw;
}
.block-four__container-adult div {
    width: 100%;
    height: 300px;
    background: url(../images/woman.png) no-repeat 50% / contain;
}
.block-four__container-adult p {
    font-family: Roboto-Light;
}
.block-four__container-adult p b {
    font-family: Roboto-Bold;
}
.block-five {
    background-color: #e5e5e5;
    padding: 20px 0 50px;
}
.block-five div {
    max-width: 60vw;
    margin: auto;
}
.block-five p {
    text-align: left;
    color: #013a81;
    font-family: Roboto-Light;
}
.block-six {
    display: flex;
    justify-content: center;
    padding: 5vh 0;
}
.map {
    text-align: center;
}
#widget-map {
    z-index: 2;
}
.show1 {
    animation: b 3s forwards;
}
.disclamer {
    background-color: #f8f9fa;
    color: #8b8b8b;
    margin-top: 50px;
    font-size: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}
.disclamer b {
    text-align: left;
    font-family: Roboto-Bold, sans-serif;
    width: 100%;
}
.disclamer p {
    margin: 0;
    font-size: 1em;
    font-family: Roboto-Light, sans-serif;
    color: #8b8b8b;
}
.disclamer ul {
    width: 100%;
    padding-inline-start: 20px;
    list-style: none;
}
.disclamer ul li {
    font-family: Roboto-Light, sans-serif;
}
.disclamer ul li:first-child::before {
    content: "*";
}
.disclamer ul li:nth-child(2):before {
    content: "**";
}
.disclamer ul li:nth-child(3):before {
    content: "***";
}
.disclamer-tra {
    margin: auto;
    padding: 20px 0;
    width: 90%;
}
.disclamer-tra p {
    margin-bottom: 0;
    color: grey;
    font-family: Roboto-Light;
}
.disclamer-tra .logos-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.disclamer-tra__logo {
    height: 50px;
    width: 50px;
    background: url(../images/logo1.png) no-repeat 50% / contain;
    text-decoration: none;
}
.disclamer-tra__logo p {
    text-align: left;
    margin: 10px 60px;
    width: 350px;
}
.disclamer-tra__alpen {
    height: 50px;
    width: 50px;
    background: url(../images/logo2.png) no-repeat 50% / contain;
    text-decoration: none;
}
.disclamer-tra__alpen p {
    text-align: right;
    margin: 10px -255px;
    width: 250px;
}
.disclamer-warning {
    background-color: #f8f9fa;
    display: flex;
}
.disclamer-warning p {
    font-size: 72pt;
    text-align: center;
    color: #8b8b8b;
    margin: 40px 0;
    font-family: Roboto-Bold;
}
.popup {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}
.popup.visible {
    visibility: visible;
}
.popup.visible .popup__overlay {
    animation: b 0.3s linear forwards;
}
.popup.visible .popup__content {
    animation: a 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.popup__overlay {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
}
.popup__content {
    position: relative;
    width: 65%;
    background: url(../images/paper.png);
    border-radius: 5px;
    padding: 40px 20px;
    transform: scaleY(0.01) scaleX(0);
}
.popup__body,
.popup__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popup__message {
    max-width: 95%;
    font-size: 26px;
    text-align: center;
    color: #454a54;
    font-family: Open Sans Light, sans-serif;
    margin-top: 30px;
    margin-bottom: 45px;
}
.popup__close-btn {
    width: 25px;
    height: 25px;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    background: url(../images/icon-popup-close.svg) no-repeat 50%/50%;
}
.popup__actions {
    display: flex;
    justify-content: center;
}
.popup__actions .btn {
    margin: 0 10px;
}
@keyframes a {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }
    50% {
        transform: scaleY(0.005) scaleX(1);
    }
    to {
        transform: scaleY(1) scaleX(1);
    }
}
#menuToggle {
    display: block;
    position: relative;
    top: 0;
    left: -25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.7s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
    transform-origin: 0 0;
}
#menuToggle span:nth-last-child(2) {
    transform-origin: 0 100%;
}
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translateY(-1px);
}
#menu {
    position: absolute;
    right: -40px;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    border-radius: 10px;
    background: #013a81;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0 0;
    transform: translate(100%);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menu li {
    padding: 10px 0;
    font-size: 22px;
}
#menuToggle input:checked ~ ul {
    transform: none;
}
.show {
    opacity: 1 !important;
}
.hide,
.show {
    transition: opacity 1s;
}
.hide {
    opacity: 0 !important;
}
.deep-hide {
    display: none !important;
}
@keyframes b {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@media screen and (max-width: 1024px) {
    h3 {
        font-size: 28px;
    }
    .navigation-logo {
        padding: 10px;
    }
    .navigation-logo div {
        margin: 0;
    }
    .navigation-logo .instruction {
        width: 45px;
        height: 45px;
    }
    .desctop-navigation {
        display: none;
    }
    .navigation-logo div a:after {
        content: "";
    }
    .disclamer-warning p {
        font-size: 52pt;
    }
    .block-one__top-img {
        min-height: 75vh;
    }
    .block-one__top-img p {
        font-size: 60px;
    }
    .block-one__bottom-img {
        min-height: 70vh;
    }
    .block-one__bottom-img p {
        font-size: 60px;
    }
    .block-three {
        background: url(../images/Face.png) no-repeat 0 0 / contain;
    }
    .block-three__text {
        margin: 25px;
    }
    .block-three__text p {
        font-size: 28px;
        text-align: left;
        color: #013a81;
    }
    .block-three__text ul li {
        color: #f46e02;
        font-size: 20px;
    }
    .block-four h3 {
        margin-bottom: 0;
    }
    .block-four__container {
        padding: 10px;
    }
}
@media screen and (max-width: 820px) {
    .bottom-link {
        left: 0;
        right: 0;
        width: calc(100% - 20px);
        padding: 0.5em 0;
        margin: auto;
        animation: none;
    }
}
@media screen and (max-width: 768px) {
    .block-one__top-img {
        min-height: 43vh;
    }
    .block-one__top-img p {
        top: 20vh;
    }
    .block-one__bottom-img {
        min-height: 40vh;
    }
    .block-one__bottom-img p {
        top: 20vh;
    }
    .block-two__text p {
        font-size: 28px;
    }
    .block-three {
        background: url(../images/Face.png) no-repeat 0 0 / contain;
    }
    .block-three__text {
        margin: 25px;
    }
    .block-three__text p {
        font-size: 25px;
        text-align: left;
        color: #013a81;
    }
    .block-three__text ul li {
        color: #f46e02;
        font-size: 15px;
    }
    .block-four h3 {
        margin-bottom: 0;
    }
    .block-four__container {
        padding: 50px;
    }
    .block-four__container p {
        color: #013a81;
        text-align: left;
    }
    .block-four__container-baby {
        max-width: 30vw;
    }
    .block-four__container-baby div {
        width: 100%;
        height: 150px;
    }
    .block-four__container-adult {
        max-width: 30vw;
    }
    .block-four__container-adult div {
        width: 100%;
        height: 150px;
    }
    .disclamer p {
        font-size: 1em;
        margin: auto 10px;
    }
}
@media screen and (max-width: 680px) {
    h2 {
        font-size: 20px;
        margin: 20px;
    }
    .block-one__top-img {
        min-height: 35vh;
    }
    .block-one__top-img p {
        top: 25vh;
        font-size: 25px;
    }
    .block-one__bottom-img {
        min-height: 30vh;
    }
    .block-one__bottom-img p {
        font-size: 25px;
    }
    .block-two {
        flex-direction: column;
        margin: 20px;
    }
    .block-two__product {
        width: auto;
        height: 175px;
    }
    .block-two__text p {
        font-size: 20px;
    }
    .block-three {
        flex-direction: column;
    }
    .block-three__text p {
        font-size: 20px;
        text-align: right;
        margin-bottom: 50px;
    }
    .block-four__container {
        padding: 30px;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    .block-four__container-baby {
        max-width: 90vw;
    }
    .block-four__container-baby div {
        height: 200px;
    }
    .block-four__container-adult {
        max-width: 90vw;
    }
    .block-four__container-adult div {
        height: 200px;
    }
    .block-five div {
        max-width: 75vw;
    }
    .navigation-logo .logo {
        width: 150px;
    }
    .navigation-logo .instruction {
        top: 80vh;
        left: 85vw;
    }
    .disclamer p {
        font-size: 16px;
    }
    iframe {
        width: 100%;
        height: 300px;
    }
    h3 {
        font-size: 20px;
    }
    .header-container .top-slide-block {
        height: 175%;
    }
    .disclamer-tra {
        margin: auto;
        padding: 20px;
    }
    .disclamer-tra p {
        margin-bottom: 0;
        color: grey;
        font-family: Roboto-Light;
    }
    .disclamer-tra .logos-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 100px;
    }
    .disclamer-tra__logo {
        height: 50px;
        width: 50px;
        background: url(../images/logo1.png) no-repeat 50% / contain;
        text-decoration: none;
    }
    .disclamer-tra__logo p {
        text-align: left;
        margin: 70px 0;
        font-size: 10px;
        width: 150px;
    }
    .disclamer-tra__alpen {
        height: 50px;
        width: 50px;
        background: url(../images/logo2.png) no-repeat 50% / contain;
        text-decoration: none;
    }
    .disclamer-tra__alpen p {
        text-align: right;
        margin: 70px -100px;
        font-size: 10px;
        width: 150px;
    }
}
@media screen and (min-width: 1025px) {
    .navigation-top {
        display: none;
    }
}
@media (max-width: 600px) and (max-height: 860px) {
    .block-one__bottom-img {
        min-height: 200px;
    }
}
@media (max-width: 420px) and (max-height: 830px) {
    .block-one__bottom-img {
        min-height: 214px;
    }
    .block-one__top-img {
        min-height: 260px;
    }
}
@media (max-width: 375px) and (max-height: 815px) {
    .block-one__bottom-img {
        min-height: 195px;
    }
    .block-one__top-img {
        min-height: 234px;
    }
    .block-one__top-img p {
        top: 21vh;
    }
}
@media (max-width: 375px) and (max-height: 670px) {
    .block-one__bottom-img {
        min-height: 197px;
    }
    .block-one__top-img {
        min-height: 234px;
    }
}
@media (max-width: 370px) and (max-height: 650px) {
    .block-one__bottom-img {
        min-height: 188px;
    }
    .block-one__top-img {
        min-height: 234px;
    }
}
@media (max-width: 320px) and (max-height: 570px) {
    .block-one__bottom-img {
        min-height: 167px;
    }
    .block-one__bottom-img p {
        top: 16vh;
    }
    .block-one__top-img {
        min-height: 212px;
    }
}
@media screen and (max-width: 415px) {
    h2 {
        font-size: 28px;
    }
    .disclamer-warning p {
        font-size: 28pt;
    }
}


video {
	width: 100vw;
	max-height: 90vh;
}


@media screen and (max-height:400px){

.block-three ul {
	position: relative;
    left: 50vw;
    bottom: 10vh;
}

}

.pharm_logo{
	width: 200px;
	height: 60px;
}