/* Базовые контейнеры */

body {
    margin: 0 auto;
    font-family: 'Museo Sans Cyrl 500', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #1C1C20;
    line-height: 1;
}

.container {
    width: 100%;
    padding: 8px 15px;
}

.yellow-bg {
    background: #FCC148;
}

/* Основные теги */

pre, blockquote, dl, figure, table, p, ul, ol, form {
    margin-bottom: 0;
}

h1 {
    margin-bottom: 11px;
    letter-spacing: 0px;
    font-family: 'Museo Sans Cyrl 900';
    font-size: 29px;
}

    h1 span {
        margin: 6px 0;
        font-family: 'Museo Sans Cyrl 300';
        font-size: 22px;
        display: block;
    }

h2 {
    font-family: 'Museo Sans Cyrl 900';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    display: inline-block;
    margin: 0;
}


h3 {
    display: inline-block;
    font-family: 'Museo Sans Cyrl 900';
    font-size: 22px;
    letter-spacing: 0;
    margin: 0 0 26px 0;
}

p {
    line-height: 1.5;
    font-family: 'Museo Sans Cyrl 100';
    margin-bottom: 16px;
    color: #656A72;
}

a {
    color: #656A72;
    font-family: 'Museo Sans Cyrl 500';
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #FCC148;
}

a:hover {
    color: #999;
}

/* Формы */

form {
    margin: 0;
    padding-bottom: 2.5rem;
}

a.button {
    padding-top: 7px;
}

.button {
    border: none;
    text-transform: none;
    border-radius: 0;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
    max-width: 215px;
    height: 50px;
    box-sizing: border-box;
}

.button-yellow {
    background: #FCC148;
    color: #1C1C20;

}

.button-white {
    background: white;
    color: #1C1C20;
}

input[type=text] {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #44474C;
    border-radius: 0;
    font-family: "Museo Sans Cyrl 500";
    padding-left: 0;
    padding-right: 0;
}

    input[type=text]:focus{
        border: 0;
        border-bottom: 1px solid #44474C;
        outline: none;
    }


    input[type=text]::placeholder {
        font-family: "Museo Sans Cyrl 300";
        color: #44474C;
    }


/* Верхняя часть страницы */

header {
    position: relative;
    margin-bottom: 30px;
}

    header .mobile-background {
        height: 200px;
        background: url('../images/bg.jfif') bottom center no-repeat;
        background-size: cover;
    }

    header .made-in-russia {
        width: 41px;
        height: 12px;
        position: absolute;
        bottom: 8px;
        right: 16px;
        background: url('../images/made-in-russia.svg') right bottom no-repeat;
        background-size: contain;
    }

    header h1 {
        max-width: 400px;
    }

    header p {
        max-width: 385px;
    }

/* Меню */

.container-menu {
    margin-bottom: 10px;
}

    .logo {
        width: 153px;
        height: 29px;
        background: url(../images/logo.svg) no-repeat;
        background-size: contain;
    }

    .menu-hamburger {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/menu.svg) center center no-repeat;
    }

    .menu {
        top: 10px;
        position: relative;
        text-align: right;
        display: none;
    }

    .menu.menu-visible {
        display: block;
    }

        .menu ul {
            list-style: none;
            display: block;
            position: relative;
        }

        .menu li {
            display: block;
            margin: 15px 0;
        }

            .menu li a {
                font-family: 'Museo Sans Cyrl 300';
                font-size: 12px;
                letter-spacing: 1.1px;
                text-transform: uppercase;
                color: #656A72;
                text-decoration: none;
                border: none;
            }

            .menu li a:hover {
                color: #999;
            }

/* Продукты */

section h2 {
    font-size: 15px;
    background: url(../images/section-arrow.svg) center right no-repeat;
    padding-right: 25px;
    margin-bottom: 10px;
    background-size: 15px;
}

.container-products h3 {
    background: url(../images/product-line.svg) left bottom no-repeat;
    padding-bottom: 15px;
}


.product-description {
    font-size: 14px;
    margin: 24px 0 30px 0;
}

    .product-description a {
        padding-right: 12px;
        background: url(../images/link-arrow.svg) right 5px no-repeat;
        background-size: 5px;
    }

.product-image {
    position: relative;
    font-size: 0;
}

    .product-image img {
        width: 100%
    }

    .product-image .product-number {
        background-color: #FCC148;

        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 53px;
        height: 53px;
        padding-top: 16px;
        box-sizing: border-box;

        color: white;
        font-family: 'Museo Sans Cyrl 900';
        font-size: 26px;
        text-align: center;
    }

    .product-image .product-number span { 
        background: url(../images/product-number-arrow.svg) left center no-repeat;
        padding-left: 7px;
        background-size: 5px;
    }

/* Преимущество */

.advantage-card {
    padding: 35px 11px 0 11px;
    height: 290px;
    box-sizing: border-box;
}

    .advantage-card h4 {
        color: #1C1C20;
        font-family: 'Museo Sans Cyrl 300';
        font-weight: normal;
        font-size: 15px;
        text-transform: uppercase;
        line-height: 152.2%;
        letter-spacing: 0;
    }

    .advantage-card p {
        color: #ffffff;
        font-family: 'Museo Sans Cyrl 900';
        font-weight: normal;
        font-size: 61px;
        text-transform: uppercase;
        line-height: 100%;
        letter-spacing: 0;
    }

        .advantage-card p b {
            color: #1C1C20;
            font-family: 'Museo Sans Cyrl 900';
            font-weight: normal;
            font-size: 14px;
            text-transform: uppercase;
            line-height: 130%;
            letter-spacing: 0;
            display: block;
            margin-top: 4px;
        }

.advantage-image {
    margin-bottom: 30px;
}

    .advantage-image img {
        height: 290px;
        width: 100%;
        object-fit: cover;
        font-size: 0;
    }

/* О компании */

.about-content p {
    font-family: "Museo Sans Cyrl 300";
    font-style: normal;
    font-size: 14px;
    line-height: 165%;
}

.about-n-block {
    margin: 30px 2% 30px 0;
    padding-left: 29px;

    display: inline-block;
    vertical-align: top;
    max-width: 48%;
    background: url(../images/about-n-arrow.svg) left 13px no-repeat;
    background-size: 16px;
}

    .about-n-block .about-n-number {
        font-family: 'Museo Sans Cyrl 900';
        font-size: 53px;
        color: #FCC148;
    }
    
    .about-n-block .about-n-description {
        font-family: 'Museo Sans Cyrl 500';
        font-size: 11px;
        color: #B9C0D0;
    }

/* Напиши нам */

.contact-card {
    padding: 42px 11px 0 11px;
    height: 378px;
    box-sizing: border-box;
}

    .contact-card button {
        max-width: 290px;
        margin-top: 20px;
    }

.contact-image img {
    height: 378px;
    width: 100%;
    object-fit: cover;
    font-size: 0;
}

/* Нижняя часть страницы */

footer {
    margin-top: 50px;
    padding-top: 25px;
    background: #F3F4F7;
}

    footer h2 {
        font-size: 16px;
    }

    footer .row-footer-scroll-top {
        border-top: 1px solid #E2E8F2;
    }

        footer .footer-scroll-top {
            display: inline-block;
            border: 0;
            margin: -40px 0 20px 0;
            width: 38px;
            height: 16px;
            background: url(../images/footer-scroll-top.svg) right bottom no-repeat;
            background-size: 35px;
        }

        footer .row-footer-scroll-top .u-pull-right {
            text-align: right;
        }

    .footer-phone, .footer-email {
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 1;
        font-family: 'Museo Sans Cyrl 500';
        font-size: 16px;
        color: #44474C;
    }


    .footer-phone a, .footer-email a {
        border: 0;
        color: inherit;
    }

        .footer-phone a:hover, .footer-email a:hover {
            border: 0;
            color: #888;
        }

    .footer-address {
        margin-top: 33px;
        font-family: 'Museo Sans Cyrl 300';
        font-size: 12px;
        color: #44474C;
    }

    .footer-copyright {
        margin-top: 20px;
        font-family: 'Museo Sans Cyrl 300';
        font-size: 12px;
        color: #B9C0D0;
    }