html {
    font-size: 62.5%;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    max-width: 1920px;
    text-align: center;
    font-size: 20px;
	background: #EFEFEF;
    background-image: url('./../img/site/body-bg.jpg');
    background-repeat: no-repeat;
    color: #512e2b;
    height: auto;

}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.container {
    position: relative;
}

.mark-new {
    background-image: url('./../img/site/new-mark.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 179px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.box{
	padding:0 10px;
}

.box__packshot {
    margin: 0 0 0 -75px;
}

.box__heading {
    font-size: 27px;
    font-weight: 700;
}
.box__desc {
    line-height: 1.2;
}

.box > * {
    display: block;
    margin: 3rem auto;
}

.box__btn {
    background: #971738;
    font-weight: 900;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
}

.box__btn img {
    margin: 0 0 0 15px;
}

.item__img{
	margin-top:30px;
}

.item__heading {
    font-weight: 700;
    margin: 30px 0 15px;
}

.item__desc {
    padding: 0;
    margin: 15px auto 60px;
	font-size: 19px;
}

.item__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 50px;
    border: 2px solid #f49218;
    color: #f49218;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 auto;
}

.item__btn img {
    margin: 0 0 0 15px
}

.item__btn--red {
    border-color: #971738;
    color: #971738;
}

.info-section img {
    max-width: 100%;
    /* display: block;
    margin: auto; */
}

.info-section .info-section__img {
    margin: 75px auto 0;
}

.header-section__header {
    position: relative;
}

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

.header-section__header:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
    background: #971738;
}

.header-section__header img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 5;
}

.info-section {
    background-image: url('./../img/site/packshot-bg.png');
    /* background-size: cover; */
    background-position: center 30px;
    background-repeat: no-repeat;
    padding: 90px 0 0 0;
}


#content {
    background-color: #eeeeee;
    /*background-image: url('./../img/site/poll-bg.jpg');
     background-size: contain; 
    background-position: bottom center;
    background-repeat: no-repeat;*/
    padding: 40px 0 0px;
}

#content2 {
background-image: url('./../img/site/poll-bg.jpg');
background-size: contain;
background-position: bottom center;
background-repeat: no-repeat;
}

.poll hgroup > h1 {
    font-weight: 700;
    text-transform: uppercase;
}

.poll #counter {
    font-weight: 300;
    font-size: 40px;
    color: #512e2b;
    margin: 40px 0 20px;
}

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

.poll-question-header h3 {
    font-weight: 400;
    font-size: 20px;
    color: #512e2b;
}

.poll-question-header {
    margin: 0;
}

.poll-question .option {
    line-height: 50px;
    margin: 15px 0;
}

.poll-question input[type="radio"] + label,
.poll-question input[type="checkbox"] + label {
    border-color: #971738;
    font-weight: 400;
    font-size: 18px;
    color: #512e2b;
}

.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 {
    color: #fff;
    background: #971738;
    border-color: #971738;
    font-weight: 900;
}

.form-navi, .form-submit {
    margin: 0 auto;
    width: 100%;
    max-width: 510px;
}

.form-navi {
    display: flex;
    justify-content: space-between;
}

.form-navi .btn.prev, .form-navi .btn.next {
    background: #fff;
    border: solid 1px #971738;
    color: #971738;
    font-weight: 900;
    margin: 0;
}

/* .form-navi .btn:hover {
    background: #ffca7d;
} */

.regulation-link {
    font-size: 16px;
    font-weight: 700;
    color: #971738;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    display: block;
}

.visible-medium {
    display: none !important;
}

.visible-small {
    display: none !important;
}

.instrumental-test {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #971738;
    padding: 0 0 15px 0;
    margin: 50px 0 0;
}

@media (max-width: 1199px) {

    .container {
        max-width: 100%;
    }

    .box__packshot {
        max-width: 100%;
    }

    .visible-medium {
        display: block !important;
    }

    .hidden-large {
        display: none !important;
    }

    .flex-direction-revers-large {
        flex-direction: column-reverse;
    }

    .box {
        max-width: 670px;
        margin: auto;
    }

    .box .box__packshot {
        margin: auto;
    }

    .box .box__heading {
        margin-top: 0;
    }

    .header-section {
        margin: 0;
    }

    .info-section {
        padding: 0;
        background-position: top center;
    }

    .info-section .info-section__img {
        margin: 35px auto 100px;
    }

    body {
        background: #f5f5f5;
    }

}

@media (max-width: 991px) {



}

@media (max-width: 767px) {

    body {
        font-size: 16px;
    }

    .hidden-small {
        display: none !important;
    }

    .info-section  {
        background: none;
        margin: 35px 0 0;
    }

    .info-section img:not(.item__text) {
        max-height: 220px;
    }

    .visible-small {
        display: block !important;
    }

    .box__logo {
        max-width: 200px;
        margin: 45px auto 0;
    }

    .box__heading {
        font-size: 24px;
    }

    .box__btn {
        font-size: 14px;
    }

    .info-section  .item__img {
        margin: 0 auto 30px;
        max-width: 110px;
    }

    .info-section  .item__img + img{
        margin: auto;
    }

    .header-section__header img {
        max-width: 120px;
    }

    .info-section .item__text {
        max-width: 230px;
    }

    .item__desc {
        margin: 15px auto 25px;
    }

    .separator {
        height: 50px;
        width: 100%;
    }

    #content {
        background: #f5f5f5;
    }

}