
*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    font-family: 'Open Sans', sans-serif;
    min-width: 320px;
}

img,
svg {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.reset-list {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
}

.reset-btn {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.reset-title {
    margin: 0;
    padding: 0;
}

.reset-text {
    margin: 0;
    padding: 0;
}

.main__title {
    font-family: "Jura", sans-serif;
    font-weight: 600;
    font-size: 48px;
}

.second__title {
    font-family: "Jura", sans-serif;
    font-weight: 600;
    font-size: 46px;
}

.lp__title {
    font-family: "Jura", sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.text-main {
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    font-size: 32px;
}

.text {
    font-family: "Overpass", sans-serif;
    font-weight: 300;
    font-size: 18px;
}

.text__advantages {
    font-family: "Overpass", sans-serif;
    font-weight: 600;
    font-size: 24px;
    background-image: url('../img/check.svg');
    background-position: left center;
    background-repeat: no-repeat;
}

.aboutus {
    height: 100%;
}

.contact {
    height: 100%;
}

.footer__title{
    font-family: "Jura", sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.footer__contact-svg {
    width: 35px;
}

.products__card {
    height: 380px;
}

.price {
    font-family: "Overpass", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.item-phone {
    background-image: url('../img/phone.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.item-viber {
    background-image: url('../img/viber.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.item-watsup {
    background-image: url('../img/wutsup.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.item-tg {
    background-image: url('../img/tg.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.item-email {
    background-image: url('../img/email.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.item-time {
    background-image: url('../img/time.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.logo {
    margin-right: auto;
}

@media (max-width: 576px) {
    .main__title {
        font-size: 32px;
    }

    .second__title {
        font-size: 24px;
    }

    .text-main {
        font-size: 18px;
    }

    .text__advantages {
        font-size: 18px;
    }

    .footer__contact {
        margin-bottom: 10px;
    }

    .footer__container {
        justify-content: center;
    }
    .logo {
        margin: 0;  
    }
}

@media (max-width: 420px) {
    .main__title {
        font-size: 22px;
    }

    .second__title {
        font-size: 18px;
    }

    .text-main {
        font-size: 12px;
    }

    .text {
        font-size: 12px;
    }

    .text__advantages {
        font-size: 12px;
    }
}