html {
    font-size: 62.5%;
}

body {
    font-weight: 400;
    color: #000000;
    max-width: 1920px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

}

.text-uppercase {
    text-transform: uppercase;
}

.text-large {
    font-size: 24px;
}

.text-small {
    font-size: 10px;
}

.font-light {
    font-weight: 300;
}

.banner-section {
    height: 610px;
    margin: 0 0 70px 0;
    position: relative;
}

.banner {
    background-image: url('./../img/site/top-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
}

.box {
    color: #fff;
    max-width: 510px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0 50px;
    position: relative;
    z-index: 1;
}

.box p {
    line-height: 1.3;
}

.box p i {
    display: block;
    font-style: italic;
    text-transform: none;
}

.box img {
    display: block;
}

.box a {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 228px;
    height: 62px;
    background: #d64d12;
    border: 1px solid #fff;
}

.header-section {
    font-weight: 300;
}

.header-section small {
    text-transform: none;
    display: block;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.product__header {
    margin: 0 0 35px 0;
}

.product__list-item {
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.product__list-item:last-child {
    margin: 0;
}

.product-bottom .product {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.product-bottom .product__list-item {
    text-align: left;
}

.product-bottom {
    margin: -60px 0 0 0;
}

.products-section {
    margin: 0 0 85px 0;
}

#content2 {
    background-image: url('./../img/site/poll-bg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #463d34;
    padding: 70px 0;
    position: relative;
}

.poll hgroup > h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.poll #counter {
    margin-top: 25px;
    color: #fff;
    font-size: 36px;
}

.poll-question-header {
    margin-top: 25px;
}

.poll #counter-current {
    color: #fff;
}

.poll-question-header h3 {
    color: #fff;
    font-size: 18px;
}

.poll-question input[type="radio"] + label,
.poll-question input[type="checkbox"] + label {
    line-height: 52px;
    background: transparent;
    border: 1px solid #cbbba0;
    color: #cbbba0;
}

.poll-question input[type="radio"] + label:hover,
.poll-question input[type="radio"]:checked + label,
.poll-question input[type="checkbox"] + label:hover,
.poll-question input[type="checkbox"]:checked + label {
    border: 1px solid #cbbba0;
    background: #d64d12;
    color: #fff;
}

.form-navi, .form-submit {
    margin: 0 auto;
}

.form-navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 510px;
}

.form-navi .btn.next,
.form-navi .btn.prev {
    width: calc( 50% - 4px );
    margin: 0;
    line-height: 52px;
    background: transparent;
    border: 1px solid #cbbba0;
    color: #cbbba0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-navi .btn:hover {
    border: 1px solid #cbbba0;
    background: #d64d12;
    color: #fff;
}

.vertical-separator {
    width: 20px;
    display: block;
}

.wrapper > .logo {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    text-align: left;
}

.wrapper > .logo img {
    position: absolute;
    right: 80%;
}

@media ( max-width: 1199px ) {

    .container {
        max-width: 100%;
    }

    .banner-section {
        height: auto;
    }

    .banner-section .container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .banner {
        background-image: url('./../img/site/top-bg-mobile.jpg');
        position: relative;
        height: 610px;
    }

    .box {
        color: #000;
        max-width: 100%;
        padding-bottom: 0;
        width: 100%;
    }

    .box p {
        margin: 15px 0;
    }

    body {
        font-size: 16px;
    }

}

@media ( max-width: 991px ) {

    .wrapper > .logo img {
        position: static;
    }

    .banner {
        height: 500px;
    }

    .product-bottom .product, .product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .product img {
        max-height: 390px;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start;
    }

    .product-bottom {
        margin: 25px 0 0 0;
    }

    .header-section {
        margin: 0 0 35px 0;
    }

}

@media ( max-width: 767px ) {

    .banner {
        height: 400px;
    }

    .box br {
        display: none;
    }

    .text-large {
        font-size: 22px;
    }

    #content2 {
        background-image: none;
    }

    .wrapper > .logo {
        position: static;
        text-align: center;
        margin: 0 0 35px 0;
    }

    .wrapper > .logo img {
        position: static;
    }

    #content2 {
        padding: 20px 0;
    }

}


@media ( max-width: 540px ) {

    .product img {
        max-height: 290px;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                    -ms-grid-row-align: center;
                align-self: center;
    }

    .product-bottom .vertical-separator {
        height: 20px;
        width: 100%;
    }

    .product__header {
        font-size: 18px;
    }

    .product__list-item {
        font-size: 14px;
    }

    .product-bottom .product {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .product-bottom .product__list-item {
        text-align: center;
    }

    .product.text-right {
        margin-top: 35px;
    }
}

@media ( max-width: 480px ) {

    .banner {
        height: 300px;
    }

}