﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}



body {

    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
}


h1,
h2,
h3 {
    font-weight: 800;
    background-image: linear-gradient(to right, #0163af, #009de0);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1.3em;

}

.img-footer-app {
    position: absolute;
    top: -110px;
    right: -80px;
}

.download_app .task_block {
    margin-bottom: 170px;
}

.logo-allergotrack h1 {
    line-height: 1.5em;
}

.section_element.left_sd img,
.section_element.right_sd img {
    width: 200px;
}