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

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

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

.product .img-responsive {
    flex: 0 0 auto;
}

.container {
    max-width: 1200px;
}

.space-row {
    height: 20px;
    display: block;
}

/*.photoRatio {
    position: relative;
    height: 100%;
}

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

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

.photoRatio--100: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;
}*/

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


.top-section {
    height: 605px;
    background-image: url("../img/site/banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    margin: 0 0 60px 0;
}

.top-section .inner-container {
    max-width: 425px;
    width: 100%;
    background: rgba(255,255,255, .80);
    height: 100%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.text {
    line-height: 1.4;
}

.text p {
    margin: 0 0 25px 0;
}

.text img {
    margin: -5px 0 60px 0;
}

.text__title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    margin: 0 0 20px 0;
}

.text__title span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    display: inline-block;
    background: #000;
    padding: 4px 2px;
    position: relative;
    top: -5px;
}

.text__info {
    font-size: 1.25rem;
    font-style: italic;
    color: #626262;
    margin-top: 1rem;
}

.text--bold {
    font-weight: 700;
}

.btn-styled {
    display: flex;
    width: 190px;
    height: 60px;
    line-height: 60px;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    background: #c1977a;
    color: #fff;
    margin: 55px auto 0;
}

.flex__column {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0 0 50px 0;
}

.flex__column .text p {
    margin: 0;
}

.flex__column.left {
    flex-direction: row-reverse;
    text-align: right;
}

.flex__column.left img {
    margin: 0 0 0 30px;
}

.flex__column.right img {
    margin: 0 30px 0 0;
}

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

.poll hgroup > h1 {
    font-size: 36px;
    font-weight: 900;
    color: #000;
    line-height: 1;
    text-transform: uppercase;
}

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

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

.poll-question-header {
    width: 100%;
    margin-top: 5px;
}

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

.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    border: 1px solid #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    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: 1px solid #c1977a;
    background: #c1977a;
    font-weight: 300;
    color: #fff;
}

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

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

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

.form-navi .btn:hover {
    background: #c1977a;
    font-weight: 600;
    border: 1px solid #c1977a;
    color: #fff;
}

.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 {
    background: #fff;
	padding: 0;
}

.footer p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
	padding: 3em 1em 3em 1em;
	border-top: 2px solid #000;
}


@media (max-width: 1200px) {

    .top-section {
        background-position: left center;
    }

}

@media (max-width: 991px) {

    .top-section {
        background-position: 15% center;
    }

    .flex__column {
        padding: 0;
    }

    .flex__column p {
        margin: 0;
    }


    .flex__column img {
        max-height: 370px;
    }

    .flex__column .text__title {
        font-size: 26px;
    }

    .text__title span {
        top: 0;
    }

}

@media (max-width: 767px) {

    .top-section {
        height: auto;
    }

    .text__title {
        font-size: 24px;
    }

    .text img {
        margin: -5px 0 40px 0;
        max-width: 210px;
    }

    .btn-styled {
        margin: 40px auto 0;
    }

    .flex__column.left {
        text-align: left;
        flex-direction: row;
        margin: 0 0 35px 0;
    }

    .flex__column.left img {
        margin: 0 30px 0 0;
    }



}

@media (max-width: 640px) {

    .flex__column {
        flex-direction: column !important;
        text-align: center !important;
    }

    .text img {
        margin: 0 auto 14px !important;
    }

}