html {
    font-size: 62.5%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    max-width: 1920px;
}

.img-responsive {
    max-width: 100%;
    /*width: 100%;*/
    height: auto;
    display: inline-block;
    align-self: baseline;
}

.container {
    max-width: 1200px;
}

.space-row {
    height: 30px;
}

.bootstrap-on .row {
    margin-right: -10px;
    margin-left: -10px
}

[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

.photoRatio {
    position: relative;
}

.photoRatio:before{
    content: "";
    display: block;
}

.photoRatio--150:before {
    padding-top: 150%;
}

.photoRatio--80:before {
    padding-top: 80%;
}

.photoRatio__inner {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.logoContainer {
    text-align: right;
}

.logoContainer__logo {
    display: inline-block;
}

.textBox__title {
    font-size: 27px;
    font-weight: 900;
    line-height: 34px;
}

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

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

.textBox__content {
    line-height: 26px;
}

.textBox__content--small {
    max-width: 512px;
}

.btnStyled {
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
    border: 3px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    min-width: 180px;
    height: 50px;
}

.flexContainer {
    display: flex;
}

.flexContainer a {
    margin: 0 40px 0 0;
}

.flexContainer img {
    margin: -18px 0 0 0;
}

.products .container {
    max-width: 1085px;
}

.products .row {
    margin-right: -30px;
    margin-left: -30px
}

.products [class*=col-] {
    padding-right: 30px;
    padding-left: 30px
}

.products .products__item {
    text-align: center;
    background: #f6f8f9;
    height: 100%;
    padding: 0 15px 15px 15px;
}

.products .products__item_photo {
    margin: 0 -15px;
}

.products .products__item_photo img {
    width: 100%;
    max-width: 325px;
}

.products .products__item__mark {
    width: 82px;
    height: 69px;
    background-image: url("../img/site/mark-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -30px auto 25px;
    position: relative;
}

.products .products__item_hashtag {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 27px;
}

.products .products__item_title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    margin: 25px auto 35px;
}

.products .products__item_content {
    line-height: 26px;
    margin: 0;
}

.productSlider {
    max-width: 460px;
    margin: 85px auto 0;
    position: relative;
}

.productSlider .productSlider__slider .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: 0;
}

.productSlider .productSlider__slider .owl-nav .owl-prev {
    left: 20px;
    transform: scaleX(-1);
}

.productSlider .productSlider__slider .owl-nav .owl-next {
    right: 20px;
}

.productSlider .productSlider__mark {
    content: '';
    width: 170px;
    height: 179px;
    position: absolute;
    display: block;
    z-index: 2;
    background-image: url("../img/site/mark-1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -65px;
    left: -55px;
}

.visible-md {
    display: none;
}

.packshot {
    max-width: none;
}

#content2 {
    background: #e9f3f8;
    max-width: 1200px;
    margin: 65px auto 0;
    padding: 50px 15px;
}

.poll hgroup > h1 {
    font-size: 30px;
    font-weight: 900;
    color: #000;
}

.poll #counter {
    font-size: 46px;
    font-weight: 300;
    color: #000;
}

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

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

.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    border: 3px solid #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    background: transparent;
}

.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: 3px solid #000;
    background: #fff;
    font-weight: 900;
    color: #000;
}

.form-navi, .form-submit {
    margin: auto;
    max-width: 540px;
}

.form-navi .btn.prev, .form-navi .btn.next {
    border: 3px solid #000;
    background: transparent;
    color: #000;
}

.form-navi .btn.prev:before {
    content: '<';
    display: inline-block;
    margin: 0 25px 0 0;
}

.form-navi .btn.next:after {
    content: '>';
    display: inline-block;
    margin: 0 0 0 25px;
}

.form-navi .btn {
    line-height: 46px;
    height: 50px;
    transition: none;
}

.form-navi .btn:hover {
    background: #fff;
    font-weight: 900;
}

.poll .regulation-link {
    font-size: 18px;
    font-weight: 900;
    color: #000;
    margin: 15px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
}

.poll .regulation-link:hover {
    text-decoration: underline;
}

.footer p {
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 1250px) {
    .packshot {
        max-width: 100%;
    }
    .productSlider .productSlider__mark {
        width: 104px;
        height: 109px;
        top: 0;
        left: 0;
        background-color: #e2e7eb;
    }
}

@media (max-width: 991px) {

    .hidden-md {
        display: none;
    }

    .visible-md {
        display: block;
    }

    .row-reverse-md {
        flex-direction: column-reverse;
    }

    .logoContainer {
        text-align: center;
        margin: 0 auto 25px;
    }

    .flexContainer {
        flex-wrap: wrap;
        text-align: center;
    }

    .flexContainer > div {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .flexContainer a {
        margin: 0 auto 40px;
    }

    .textBox__content--small {
        max-width: 100%;
    }

    .text-center-md {
        text-align: center;
    }

    .products .row {
        margin-right: -15px;
        margin-left: -15px
    }

    .products [class*=col-] {
        padding-right: 15px;
        padding-left: 15px
    }


}

@media (max-width: 991px) and (min-width: 767px) {
    .photoRatio {
        height: 100%;
    }
    .photoRatio--80:before {
        display: none;
    }
    .photoRatio__inner {
        position: relative;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .textBox {
        text-align: center;
    }
    .visible-xs {
        display: block;
    }
    .hidden-xs {
        display: none;
    }
    .textBox__title {
        font-size: 24px;
        line-height: 30px;
    }
    .products .row .col-md-4 {
        margin: 0 0 30px 0;
    }
    .products .row .col-md-4:last-child {
        margin: 0;
    }
    .products .products__item {
        padding: 10px;
    }
    .products .products__item_photo {
        margin: 0 auto;
    }
    .productSlider {
        margin: 30px auto 0;
    }
    .productSlider .productSlider__mark {
        width: 70px;
        height: 72px;
    }
    .productSlider .productSlider__slider .owl-nav button img {
        width: 15px;
    }
}

@media (max-width: 640px) {
    #content2 {
        padding: 25px 5px;
    }
    .form-navi .btn {
        font-size: 14px;
    }
    .form-navi .btn.prev:before {
        margin: 0 15px 0 0;
    }

    .form-navi .btn.next:after {
        margin: 0 0 0 10px;
    }
}