div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid #f00
}

div.wpcf7-spam-blocked {
    border: 2px solid #ffa500
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative;
    display: block;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid #f00;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url('/cospospohzeg/plugins/contact-form-7/images/ajax-loader.gif');
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}


/*!
 * Nivo Lightbox v1.3.1
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-content,
.nivo-lightbox-overlay {
    height: 100%;
    width: 100%
}

.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1
}

.nivo-lightbox-wrap {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%
}

.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center
}

.nivo-lightbox-nav {
    display: none
}

.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0
}

.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0
}

.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%
}

.nivo-lightbox-image {
    text-align: center
}

.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle
}

.nivo-lightbox-content iframe,
.nivo-lightbox-error {
    width: 100%;
    height: 100%
}

.nivo-lightbox-ajax,
.nivo-lightbox-inline {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.nivo-lightbox-error {
    display: table;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 1px #000
}

.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -moz-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -ms-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    -o-transition: all .3s cubic-bezier(.25, .5, .5, .9);
    transition: all .3s cubic-bezier(.25, .5, .5, .9)
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%)
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%)
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%)
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px)
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: #666;
    background: rgba(0, 0, 0, 0.6)
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background: url(../img/lightbox/loading.gif) no-repeat 50% 50%
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5)
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../img/lightbox/prev.png);
    border-radius: 0 3px 3px 0
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../img/lightbox/next.png);
    border-radius: 3px 0 0 3px
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(../img/lightbox/close.png) no-repeat 5px 5px;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
    opacity: 1
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
    bottom: -7%
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4)
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4)
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(../img/lightbox/loading@2x.gif);
        background-size: 32px 32px
    }
    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(../img/lightbox/prev@2x.png);
        background-size: 48px 48px
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(../img/lightbox/next@2x.png);
        background-size: 48px 48px
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(../img/lightbox/close@2x.png);
        background-size: 16px 16px
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.hideText {
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.cf,
.container,
.row,
.gallery {
    *zoom: 1
}

.cf:before,
.container:before,
.row:before,
.gallery:before,
.cf:after,
.container:after,
.row:after,
.gallery:after {
    content: " ";
    display: table
}

.cf:after,
.container:after,
.row:after,
.gallery:after {
    clear: both
}

*,
:after,
:before {
    box-sizing: border-box
}

.column,
.one-half,
.one-third,
.two-third,
.one-fourth,
.two-fourth {
    float: left
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.33%
}

.two-third {
    width: 66.66%
}

.one-fourth {
    width: 25%
}

.two-fourth {
    width: 50%
}

.btn,
input[type="submit"].btn {
    display: inline-block;
    padding: 10px 25px 9px 25px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
    color: #c09a51;
    border: none;
    border-top: 2px solid #c09a51;
    border-bottom: 2px solid #c09a51;
    border-radius: 0
}

.btn:hover,
input[type="submit"].btn:hover {
    background: #c09a51;
    color: #fff
}

input[type="submit"].btn {
    padding: 13px 40px 12px 40px;
    line-height: normal
}

.btn--white {
    color: #fff;
    border-top-color: #fff;
    border-bottom-color: #fff
}

.btn--white:hover {
    background: #fff;
    color: #c09a51
}

.btn--visitors-tours {
    margin-top: 32px;
    margin-top: 3.2rem
}

.btn--contacts-center {
    width: 210px;
    max-width: 100%;
    margin-top: 21px;
    margin-top: 2.1rem
}

.btn--visitors-eshop {
    display: block;
    padding-left: 0;
    padding-right: 0
}

.btn--banner-front-page {
    margin-top: 50px;
    margin-top: 5rem;
    padding-left: 46px;
    padding-right: 46px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5)
}

.btn--banner-front-page:hover {
    text-shadow: none
}

.btn--banner {
    margin-top: 20px;
    margin-top: 2rem;
    padding-left: 33px;
    padding-right: 33px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff
}

.btn--interest {
    margin-top: 30px;
    margin-top: 3rem
}

.btn--highlight {
    border-left: 2px solid #c09a51;
    border-right: 2px solid #c09a51
}

.btn--voting-regions {
    width: 255px;
    padding-left: 0;
    padding-right: 0
}

.btn--project-vote {
    width: 185px
}

.btn--regions-item {
    margin-bottom: 20px;
    margin-bottom: 2rem
}

.page-content {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    background-size: 0
}

.container {
    max-width: 1172px;
    margin: 0 auto
}

.container--block-w-image {
    max-width: 1070px
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.625em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.625em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

html {
    font-size: 62.5%
}

html,
body {
    height: 100%
}

body,
input,
textarea {
    color: #1d1a13;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: 300;
    line-height: 1.625
}

body {
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff
}

.wf-merriweather body,
.wf-merriweather input,
.wf-merriweather textarea {
    font-family: 'Merriweather Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

hr {
    background-color: #dddee3;
    border: 0;
    height: 1px;
    margin: 1.625em 0
}

p {
    margin: 0 0 0.8em 0
}

ul,
ol {
    margin: 0 0 0.8em 0
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

ol ol {
    list-style: upper-alpha
}

ol ol ol {
    list-style: lower-roman
}

ol ol ol ol {
    list-style: lower-alpha
}

dl {
    margin: 0 1.625em
}

dt {
    font-weight: bold
}

dd {
    margin-bottom: 1.625em
}

strong {
    font-weight: 500
}

cite,
em,
i {
    font-style: italic
}

blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal
}

blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase
}

pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em
}

code,
kbd,
samp,
var {
    font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}

abbr,
acronym,
dfn {
    border-bottom: 1px dotted #666;
    cursor: help
}

address {
    display: block;
    margin: 0 0 1.625em
}

ins {
    background: #fff9c0;
    text-decoration: none
}

sup,
sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 7px;
    font-size: 0.71rem
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="search"],
textarea {
    display: inline-block;
    width: 100%;
    height: 51px;
    max-width: 100%;
    margin: 0;
    padding: 0 16px;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
    color: #1d1a13;
    border: 2px solid #e7e7e7;
    border-radius: 0;
    outline: 0
}

input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #8c8b89
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #8c8b89;
    opacity: 1
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #8c8b89
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #8c8b89
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
textarea:focus {
    border-color: #c09a51
}

input[type="text"].has-error,
input[type="password"].has-error,
input[type="email"].has-error,
input[type="url"].has-error,
input[type="number"].has-error,
input[type="tel"].has-error,
input[type="search"].has-error,
textarea.has-error {
    border-color: #e11313
}

select {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    height: 51px;
    margin: 0;
    padding: 0 0 0 16px;
    background: #fff;
    color: #1d1a13;
    border: 2px solid #e7e7e7;
    border-radius: 0;
    outline: 0
}

select:focus {
    border-color: #c09a51
}

textarea {
    display: block;
    height: 210px;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    line-height: 1.7
}

input[type="checkbox"] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

input[type="checkbox"]:checked+span .checkbox:before {
    opacity: 1
}

input[type="checkbox"]+span .checkbox {
    float: left;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 15px 0 0;
    background: #fff;
    border: 2px solid #e7e7e7
}

input[type="submit"],
button[type="submit"] {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    line-height: 41px;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 300;
    text-transform: lowercase;
    background-color: #fff;
    color: #c09a51;
    border: 2px solid #c09a51;
    border-radius: 5px;
    outline: 0
}

input[type="submit"]:hover,
button[type="submit"]:hover {
    cursor: pointer;
    background-color: #c09a51;
    color: #fff
}

input.nospin {
    -moz-appearance: textfield
}

input.nospin::-webkit-outer-spin-button,
input.nospin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    margin: 0
}

a {
    text-decoration: underline;
    color: #1d1a13
}

a:hover {
    text-decoration: none;
    color: #c09a51
}

.assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.overlay-background {
    max-width: 1366px;
    margin: auto;
    background: rgba(192, 154, 81, 0.3);
    margin-top: -35px;
    margin-bottom: -35px;
    position: relative;
    z-index: 2;
}

.main {
    position: relative;
    clear: both;
    overflow: hidden
}

.content {
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    min-height: 1%;
}
.content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
section {
    clear: both;
    width: 100%;
    min-height: 1%;
}
section:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
    border-top: 1px solid #c09a52;
}
footer .content {
    padding: 10px 20px;
    position: relative;
    padding-bottom: 18px;
}
footer p {
    float: left;
    min-height: 1%;
    color: #271a00;
    font-size: 12px;
    font-weight: 300;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    margin-top: 7px;
}
footer p:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
footer p span,
footer p a {
    margin-right: 16px;
}
footer p a {
    color: #e31818;
    display: inline-block;
    margin-left: 16px;
}
footer p a:hover {
    color: #f97242;
}
footer p a.fb {
    text-indent: -1000px;
    overflow: hidden;
    height: 17px;
    margin-top: -4px;
    position: relative;
    top: 3px;
    width: 8px;
    background-image: url('../img/volbasladkov/fb-icon.png');
    background-position: left top;
}
footer p a.fb:hover {
    background-position: right top;
}
footer p a.tw {
    text-indent: -1000px;
    overflow: hidden;
    height: 13px;
    position: relative;
    top: 3px;
    width: 16px;
    background-image: url('../img/volbasladkov/tw-icon.png');
    background-position: left top;
}
footer p a.tw:hover {
    background-position: right top;
}
footer p a.inspiro {
    padding-left: 32px;
    height: 27px;
    margin-top: -6px;
    line-height: 27px;
    background: url('../img/volbasladkov/bg-inspiro.png') left center no-repeat;
}
footer p span.divider {
    height: 15px;
    width: 1px;
    background: #dbd3c3;
    margin-left: 16px;
    display: inline-block;
}
@media (max-width: 890px) {
    footer p {
        padding-right: 250px;
        height: auto;
        display: inline;
        line-height: 30px;
    }
    footer p span.divider {
        display: none;
    }
}
footer a.logo-footer,
footer a.logo-footer2 {
    float: right;
    position: absolute;
    right: 20px;
    top: 11px;
}
footer a.logo-footer img,
footer a.logo-footer2 img {
    display: block;
}
@media (max-width: 890px) {
    footer a.logo-footer,
    footer a.logo-footer2 {
        top: 20px;
    }
}
@media (max-width: 768px) {
    footer {
        position: static;
    }
}
@media (max-width: 500px) {
    footer p {
        padding-right: 0;
        text-align: center;
    }
    footer .content {
        padding-bottom: 70px;
    }
    footer a.logo-footer,
    footer a.logo-footer2 {
        top: auto;
        bottom: 20px;
        right: 0;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    footer a.logo-footer img,
    footer a.logo-footer2 img {
        margin: 0 auto;
    }
}

.template-press-center .page-content,
.search .page-content,
.category .page-content,
.single-post .page-content,
.template-stock .page-content,
.tax-album_category .page-content,
.single-album .page-content {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain
}

.entry-header {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0
}

.entry-header__title,
.page__title {
    margin: 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.4;
    color: #0f5911
}

.entry-header__date {
    color: #c09a51
}

.entry-header__category {
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #f0f0f0;
    color: #535353
}

.entry__thumbnail {
    float: right;
    margin: 0 0 30px 30px;
    margin: 0 0 3rem 3rem
}

.entry__content h1,
.entry__content h2,
.entry__content h3,
.entry__content h4,
.entry__content h5,
.entry__content h6 {
    clear: none;
    margin: 0 0 0.6em 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    color: #0f5911
}

.entry__content h1 span,
.entry__content h2 span,
.entry__content h3 span,
.entry__content h4 span,
.entry__content h5 span,
.entry__content h6 span {
    position: relative;
    display: inline-block
}

.entry__content h1 span:before,
.entry__content h2 span:before,
.entry__content h3 span:before,
.entry__content h4 span:before,
.entry__content h5 span:before,
.entry__content h6 span:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 0 0 -17px;
    content: ' ';
    background: #c09a51
}

.entry__content h1 {
    font-size: 34px;
    font-size: 3.4rem
}

.entry__content h2 {
    font-size: 34px;
    font-size: 3.4rem
}

.entry__content h3 {
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem;
    color: #1d1a13
}

.entry__content h4 {
    font-size: 22px;
    font-size: 2.2rem
}

.entry__content h5 {
    font-size: 20px;
    font-size: 2rem
}

.entry__content h6 {
    font-size: 16px;
    font-size: 1.6rem
}

.entry__content p {
    margin-bottom: 1.625em
}

.entry__content table {
    table-layout: fixed;
    width: 100%;
    margin: 0 0 1.625em 0
}

.entry__content table th,
.entry__content table td {
    padding: 6px 23px
}

.entry__content table th {
    text-align: left
}

.entry__content ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

.entry__content ul li {
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none
}

.entry__content ul li:before {
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    content: ' ';
    background: #c09a51;
    border-radius: 50%
}

.entry__content ul ul {
    margin-top: 10px;
    margin-top: 1rem;
    margin-bottom: 0
}

.entry__content ol {
    margin-left: 0;
    padding-left: 0;
    counter-reset: item
}

.entry__content ol li {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    list-style: none
}

.entry__content ol>li {
    position: relative;
    padding: 0 0 0 25px;
    padding: 0 0 0 2.5rem;
    list-style: none;
    counter-increment: item
}

.entry__content ol>li:before {
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #f5ae60;
    content: counter(item) '.'
}

.entry__content ol ol {
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 0
}

.entry__content--left h1 span:before,
.entry__content--left h2 span:before,
.entry__content--left h3 span:before,
.entry__content--left h4 span:before,
.entry__content--left h5 span:before,
.entry__content--left h6 span:before {
    left: 0;
    margin-left: 0
}

.page-link {
    clear: both;
    display: block;
    margin: 0 0 1.625em
}

.page-link a {
    background: #eee;
    color: #373737;
    margin: 0;
    padding: 2px 3px;
    text-decoration: none
}

.page-link a:hover {
    background: #888;
    color: #fff;
    font-weight: bold
}

.page-link span {
    margin-right: 6px
}

.entry__meta .edit-link a {
    background: #eee;
    border-radius: 3px;
    color: #666;
    float: right;
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 300;
    text-decoration: none;
    padding: 0 8px
}

.entry__meta .edit-link a:hover {
    background: #888;
    color: #fff
}

.entry__content .edit-link {
    clear: both;
    display: block
}

.entry__content img {
    max-width: 100%;
    height: auto
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto
}

img.size-full,
img.size-large {
    max-width: 100%;
    width: auto;
    height: auto
}

.entry__content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 1.625em
}

.wp-caption {
    margin-top: 0.4em
}

.wp-caption {
    background: #eee;
    margin-bottom: 1.625em;
    max-width: 96%;
    padding: 9px
}

.wp-caption img {
    display: block;
    margin: -2px 0 0 -2px;
    max-width: 98%
}

.wp-caption .wp-caption-text,
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px
}

.wp-caption .wp-caption-text {
    margin-bottom: 0.6em;
    padding: 10px 0 5px 40px;
    position: relative
}

.wp-caption .wp-caption-text:before {
    color: #666;
    content: '\2014';
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    margin-right: 5px;
    position: absolute;
    left: 10px;
    top: 7px
}

.entry__content .gallery {
    margin: 0 -10px 1em -10px
}

.gallery-item {
    position: relative;
    float: left;
    display: block;
    margin: 0 10px 20px 10px;
    line-height: 0
}

.gallery-item a {
    display: block
}

.gallery-item img {
    width: 100%;
    height: auto
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery-columns-2 .gallery-item {
    width: 48%;
    width: calc(50% - 20px)
}

.gallery-columns-3 .gallery-item {
    width: 32%;
    width: calc(33.3% - 20px)
}

.gallery-columns-4 .gallery-item {
    width: 23%;
    width: calc(25% - 20px)
}

.gallery-columns-5 .gallery-item {
    width: 19%;
    width: calc(20% - 20px)
}

.gallery-columns-6 .gallery-item {
    width: 15%;
    width: calc(16.7% - 20px)
}

.gallery-columns-7 .gallery-item {
    width: 13%;
    width: calc(14.28% - 20px)
}

.gallery-columns-8 .gallery-item {
    width: 11%;
    width: calc(12.5% - 20px)
}

.gallery-columns-9 .gallery-item {
    width: 9%;
    width: calc(11.1% - 20px)
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

embed,
iframe,
object {
    max-width: 100%
}

.entry__content .twitter-tweet-rendered {
    max-width: 100% !important
}

.post-password-required .entry__header .comments-link {
    margin: 1.625em 0 0
}

.post-password-required input[type=password] {
    margin: 0.8125em 0
}

.post-password-required input[type=password]:focus {
    background: #f7f7f7
}

.entry__attachment {
    text-align: center
}

.nav {
    clear: both
}

.nav__previous {
    float: left;
    width: 50%
}

.nav__next {
    float: right;
    text-align: right;
    width: 50%
}

.nav--single {
    margin: 1.625em 0
}

.nav--single .nav__previous {
    padding: 0 0.5em 0 0
}

.nav--single .nav__next {
    padding: 0 0 0 0.5em
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
    top: 7.5%;
    right: 10%;
    display: inline-block;
    width: 0;
    height: 0;
    padding: 0;
    background: transparent
}

.nivo-lightbox-theme-default .nivo-lightbox-close:before {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '✖';
    text-indent: 0;
    color: #fff
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width: 75em) {
    img {
        max-width: 100%;
        height: auto
    }
    .container {
        padding-left: 5.5%;
        padding-right: 5.5%
    }
}

@media screen and (max-width: 73.75em) {
    .page-content {
        margin-bottom: 0
    }
}

@media screen and (max-width: 68.75em) {
    .btn--banner {
        margin-top: 30px;
        margin-top: 3rem
    }
}

@media screen and (max-width: 59.375em) {
    .btn,
    input[type="submit"].btn {
        background: #c09a51;
        color: #fff
    }
    .btn--white {
        background: #fff;
        color: #c09a51
    }
    .btn--banner-front-page {
        text-shadow: none
    }
    .page-content {
        padding-top: 61px
    }
    .container--header {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 56.25em) {
    .entry__content h1,
    .entry__content h2 {
        font-size: 30px;
        font-size: 3rem
    }
    .entry__content h3 {
        font-size: 22px;
        font-size: 2.2rem
    }
    .entry__content h4 {
        font-size: 20px;
        font-size: 2rem
    }
    .entry__content h5 {
        font-size: 18px;
        font-size: 1.8rem
    }
    .entry-header__title,
    .page__title {
        font-size: 30px;
        font-size: 3rem
    }
}

@media screen and (max-width: 43.75em) {
    .entry__thumbnail {
        margin: 0 0 20px 20px;
        margin: 0 0 2rem 2rem
    }
}

@media screen and (max-width: 40.625em) {
    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin-left: 0;
        margin-right: 0
    }
    .btn--banner {
        margin-top: 15px;
        margin-top: 1.5rem
    }
}

@media screen and (max-width: 37.5em) {
    .entry__content h1,
    .entry__content h2,
    .entry__content h3,
    .entry__content h4,
    .entry__content h5,
    .entry__content h6 {
        line-height: 1.4
    }
    .entry__content h1 span:before,
    .entry__content h2 span:before,
    .entry__content h3 span:before,
    .entry__content h4 span:before,
    .entry__content h5 span:before,
    .entry__content h6 span:before {
        left: 0;
        margin-left: 0
    }
    .entry__content h1,
    .entry__content h2 {
        font-size: 26px;
        font-size: 2.6rem
    }
    .entry__content h3 {
        font-size: 24px;
        font-size: 2.4rem
    }
    .entry__content h4 {
        font-size: 22px;
        font-size: 2.2rem
    }
    .entry__content h5,
    .entry__content h6 {
        font-size: 20px;
        font-size: 2rem
    }
    .gallery-columns-3 .gallery-item {
        width: 48%;
        width: calc(50% - 16px)
    }
    .gallery-columns-4 .gallery-item {
        width: 48%;
        width: calc(50% - 10px)
    }
    .entry-header__title,
    .page__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .entry__thumbnail {
        float: none;
        display: inline-block;
        margin: 0 0 20px 0;
        margin: 0 0 2rem 0
    }
}

@media screen and (max-width: 31.25em) {
    .btn--visitors-tours {
        margin-top: 20px;
        margin-top: 2rem
    }
}

@media screen and (max-width: 28.125em) {
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 48%;
        max-width: calc(50% - 14px)
    }
    .gallery-columns-2 .gallery-item:nth-of-type(2n-1),
    .gallery-columns-3 .gallery-item:nth-of-type(3n-2),
    .gallery-columns-4 .gallery-item:nth-of-type(4n-3),
    .gallery-columns-5 .gallery-item:nth-of-type(5n-4),
    .gallery-columns-6 .gallery-item:nth-of-type(6n-5),
    .gallery-columns-7 .gallery-item:nth-of-type(7n-6),
    .gallery-columns-8 .gallery-item:nth-of-type(8n-7),
    .gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
        margin-left: 7px
    }
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 7px
    }
}

@media screen and (max-width: 25em) {
    body {
        font-size: 14px;
        font-size: 1.4rem
    }
    .entry__content ul li:before {
        top: 8px
    }
}

@media screen and (max-width: 21.875em) {
    .entry__content .gallery {
        margin-left: 0;
        margin-right: 0
    }
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        max-width: 100%
    }
    .gallery-columns-2 .gallery-item:nth-of-type(2n-1),
    .gallery-columns-3 .gallery-item:nth-of-type(3n-2),
    .gallery-columns-4 .gallery-item:nth-of-type(4n-3),
    .gallery-columns-5 .gallery-item:nth-of-type(5n-4),
    .gallery-columns-6 .gallery-item:nth-of-type(6n-5),
    .gallery-columns-7 .gallery-item:nth-of-type(7n-6),
    .gallery-columns-8 .gallery-item:nth-of-type(8n-7),
    .gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
        margin-left: 0
    }
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        margin-right: 0
    }
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        float: none;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        text-align: center
    }
    .gallery-columns-1 .gallery-item:nth-of-type(1n),
    .gallery-columns-2 .gallery-item:nth-of-type(2n-1),
    .gallery-columns-3 .gallery-item:nth-of-type(3n-2),
    .gallery-columns-4 .gallery-item:nth-of-type(4n-3),
    .gallery-columns-5 .gallery-item:nth-of-type(5n-4),
    .gallery-columns-6 .gallery-item:nth-of-type(6n-5),
    .gallery-columns-7 .gallery-item:nth-of-type(7n-6),
    .gallery-columns-8 .gallery-item:nth-of-type(8n-7),
    .gallery-columns-9 .gallery-item:nth-of-type(9n-8) {
        text-align: center
    }
    .gallery-columns-1 .gallery-item:nth-of-type(1n),
    .gallery-columns-2 .gallery-item:nth-of-type(2n),
    .gallery-columns-3 .gallery-item:nth-of-type(3n),
    .gallery-columns-4 .gallery-item:nth-of-type(4n),
    .gallery-columns-5 .gallery-item:nth-of-type(5n),
    .gallery-columns-6 .gallery-item:nth-of-type(6n),
    .gallery-columns-7 .gallery-item:nth-of-type(7n),
    .gallery-columns-8 .gallery-item:nth-of-type(8n),
    .gallery-columns-9 .gallery-item:nth-of-type(9n) {
        text-align: center
    }
}

.header {
    border-top: 6px solid #c09a51
}

.container--header {
    position: relative
}

.header__logo {
    float: left;
    margin: 30px 0 21px 1px;
    line-height: 0
}

.template-front-page .header {
    border-top-width: 13px
}

.template-front-page .header__logo {
    margin-bottom: 31px
}

.template-front-page .navigation {
    margin-top: 59px
}

.language-switcher {
    position: absolute;
    top: 0;
    right: 0
}
.language-switcher.admin-switcher{
	right:2.5em;
}
.language-switcher__item {
    float: left;
    margin: 0 0 0 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    text-transform: capitalize
}

a.language-switcher__item:hover {
    text-decoration: none
}

.language-switcher__item--active {
    padding: 0 8px;
    background: #c09a51;
    color: #fff
}

.navigation {
    position: relative;
    float: right;
    margin: 55px 0 0 0
}

.navigation__link-mobile {
    display: none
}

.navigation__menu {
    margin: 0;
    padding: 0
}

.navigation__menu li {
    position: relative;
    float: left;
    margin: 0 7px;
    padding: 0;
    list-style: none
}

.navigation__menu li:last-child {
    margin-right: 0
}

.navigation__menu ul {
    position: absolute;
    top: 32px;
    left: 50%;
    z-index: 99;
    display: block;
    width: 178px;
    margin: 0;
    padding: 7px 0 0 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.navigation__menu ul:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    width: 0;
    height: 0;
    margin: 0 0 0 -6px;
    content: ' ';
    border-style: solid;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #c09a51 transparent transparent transparent
}

.navigation__menu ul li {
    float: none;
    display: none;
    margin: 0
}

.navigation__menu ul a {
    padding: 12px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #c09a51;
    border: none
}

.navigation__menu ul.active {
    display: block;
    z-index: 100
}

.navigation__menu ul .current-menu-item {
    display: block
}

.navigation__menu ul .current-menu-item>a {
    background: transparent;
    color: #c09a51
}

.navigation__menu a {
    position: relative;
    display: block;
    padding: 9px 13px 7px 13px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
    outline: 0;
    color: #1d1a13;
    border-bottom: 2px solid #c09a51;
    font-weight: 400;
}

.navigation__menu a:before {
    position: absolute;
    top: 31px;
    left: 50%;
    z-index: 98;
    display: none;
    width: 0;
    height: 0;
    content: ' ';
    margin: 0 0 0 -7px;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #c09a51 transparent transparent transparent
}

.navigation__menu a:hover {
    color: #c09a51
}

.navigation__menu .link-submenu {
    display: none
}

.navigation__menu .current-menu-ancestor>a {
    background: #c09a51;
    color: #fff
}

.navigation__menu .current-menu-ancestor>a:before {
    display: block
}

.navigation__menu--no-js li:hover>ul,
.navigation__menu ul.active {
    display: block;
    background: #fff;
    border-bottom: 1px solid #f2f0ee;
    border-left: 1px solid #f2f0ee;
    border-right: 1px solid #f2f0ee;
    box-shadow: 0px 2px 9px 0px rgba(18, 17, 14, 0.1)
}

.navigation__menu--no-js li:hover>ul:before,
.navigation__menu ul.active:before {
    display: block
}

.navigation__menu--no-js li:hover>ul li,
.navigation__menu ul.active li {
    display: block;
    border-top: 1px solid #f2f0ee
}

.navigation__menu--no-js li:hover>ul li:first-child,
.navigation__menu ul.active li:first-child {
    border-top: none
}

.navigation__menu--no-js li:hover>ul .current-menu-item>a,
.navigation__menu ul.active .current-menu-item>a,
.navigation__menu--no-js li:hover>ul a:hover,
.navigation__menu ul.active a:hover {
    background: #c09a51;
    color: #fff
}

.single-post .navigation .menu-item--media>a,
.search .navigation .menu-item--media>a,
.archive.category .navigation .menu-item--media>a,
.tax-album_category .navigation .menu-item--media>a,
.single-album .navigation .menu-item--media>a,
.single-brand .navigation .menu-item--brands>a,
.navigation .current-menu-item>a,
.navigation .current-page-ancestor>a {
    background: #c09a51;
    color: #fff
}

.navigation .sub-menu:not(.active) .current-menu-item.current-menu-item-special>a {
    padding: 5px 10px 12px 10px;
}

@media screen and (max-width: 75em) {
    .header {
        text-align: center
    }
    .header__logo {
        float: none;
        display: inline-block;
        margin: 20px 0;
        margin: 2rem 0
    }
    .navigation {
        float: none;
        margin: 0 0 30px 0;
        margin: 0 0 3rem 0
    }
    .navigation__menu {
        display: inline-block
    }
    .navigation__menu li:last-child {
        margin-right: 7px
    }
    .template-front-page .header {
        border-top-width: 6px
    }
    .template-front-page .header__logo {
        width: 212px;
        height: 59px;
        margin-bottom: 21px;
        background: transparent url('../img/logo-sm.png?a54c8774') 0 0 no-repeat
    }
    .template-front-page .header-logo__image {
        display: none
    }
    .template-front-page .navigation {
        margin-top: 0
    }
}

@media screen and (max-width: 59.375em) {
    .header {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 61px;
        background: #fff;
        border-top: none;
        border-bottom: 1px solid #cbcbcb;
        transition: all 0.2s ease
    }
    .header--scrolling-down {
        top: -61px
    }
    .admin-bar .header {
        top: 46px
    }
    .admin-bar .header--scrolling-down {
        top: -61px
    }
    .header__logo,
    .template-front-page .header__logo {
        float: left;
        width: 163px;
        height: 45px;
        margin: 8px 0 0 18px;
        background: transparent url('../img/logo-mobile.png?b95d6c32') 0 0 no-repeat;
        background-size: cover
    }
    .language-switcher {
        position: static;
        float: left;
        display: none;
        margin: 10px 0 0 5px
    }                              
	.language-switcher--open ~ .admin-switcher{
        position: static;
        float: left;
        display: block; 
        margin: 10px 0 0 5px
	}
    .language-switcher--open {
        display: block
    }
    .language-switcher__item {
        line-height: 40px
    }
    .language-switcher__item--active {
        padding: 0 16px
    }
    .navigation,
    .template-front-page .navigation {
        position: static;
        float: right;
        margin: 0
    }
    .navigation--open .navigation-link-mobile span:nth-child(1) {
        width: 0%;
        left: 50%
    }
    .navigation--open .navigation-link-mobile span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .navigation--open .navigation-link-mobile span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .navigation--open .navigation-link-mobile span:nth-child(4) {
        width: 0%;
        left: 50%
    }
    .navigation--open .navigation__menu {
        position: absolute;
        top: 61px;
        left: 0;
        right: 0;
        z-index: 6;
        display: block
    }
    .navigation-link-mobile {
        position: relative;
        float: right;
        display: inline-block;
        width: 36px;
        height: 31px;
        margin: 15px 12px 0 0;
        padding: 6px;
        vertical-align: middle;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.5s ease-in-out
    }
    .navigation-link-mobile span {
        position: absolute;
        left: 6px;
        opacity: 1;
        display: block;
        height: 3px;
        width: calc(100% - 12px);
        background: #c09a51;
        border-radius: 9px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: 0.25s ease-in-out
    }
    .navigation-link-mobile span:nth-child(1) {
        top: 6px
    }
    .navigation-link-mobile span:nth-child(2),
    .navigation-link-mobile span:nth-child(3) {
        top: 14px
    }
    .navigation-link-mobile span:nth-child(4) {
        top: 22px
    }
    .navigation__menu {
        display: none;
        padding: 19px 0;
        text-align: left;
        background: #f2f0ee;
        border-bottom: 1px solid #cbcbcb
    }
    .navigation__menu:before {
        position: absolute;
        top: -8px;
        right: 24px;
        display: inline-block;
        width: 0;
        height: 0;
        content: ' ';
        border-style: solid;
        border-width: 0 6.5px 7px 6.5px;
        border-color: transparent transparent #cbcbcb transparent
    }
    .navigation__menu li {
        float: none;
        margin: 0;
        border-top: 1px solid #e6e2df
    }
    .navigation__menu li:first-child {
        border-top: none
    }
    .navigation__menu li:last-child {
        margin-right: 0
    }
    .navigation__menu ul {
        position: static;
        display: none;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: left;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        background: #fff
    }
    .navigation__menu ul:before {
        display: none
    }
    .navigation__menu ul li {
        float: none;
        display: block
    }
    .navigation__menu ul li:first-child {
        border-top: 1px solid #e6e2df
    }
    .navigation__menu ul a {
        padding: 15px 40px 15px 54px;
        font-family: 'Roboto', sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        color: #1d1a13;
        line-height: 18px;
    }
    .navigation__menu a {
        padding: 15px 40px 15px 40px;
        border-bottom: none
    }
    .navigation__menu .current-menu-ancestor>a:before {
        display: none
    }
    .navigation__menu .current-menu-ancestor>a.link-submenu:before {
        display: block
    }
    .navigation__menu .link-submenu {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 60px;
        height: 46px
    }
    .navigation__menu .link-submenu:before {
        position: absolute;
        top: 9px;
        left: 16px;
        z-index: 5;
        display: block;
        width: 28px;
        height: 28px;
        margin: 0;
        content: ' ';
        background: #c09a51;
        border-radius: 50%
    }
    .navigation__menu .link-submenu:after {
        position: absolute;
        top: 21px;
        left: 25px;
        z-index: 6;
        display: inline-block;
        width: 0;
        height: 0;
        content: '';
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #fff transparent transparent transparent
    }
    .navigation__menu .menu-item-submenu-active ul {
        display: block
    }
    .navigation__menu .menu-item-submenu-active .link-submenu:after {
        top: 20px;
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #fff transparent
    }
    .navigation__menu--no-js li:hover>ul,
    .navigation__menu ul.active {
        border: none
    }
    .navigation__menu--no-js li:hover>ul:before,
    .navigation__menu ul.active:before {
        display: none
    }
    .navigation__menu--no-js li:hover>ul li,
    .navigation__menu ul.active li {
        border-top: 1px solid #e6e2df
    }
    .navigation__menu--no-js li:hover>ul li:first-child,
    .navigation__menu ul.active li:first-child {
        border-top: 1px solid #e6e2df
    }
    .navigation__menu--no-js li:hover>ul .current-menu-item>a,
    .navigation__menu ul.active .current-menu-item>a,
    .navigation__menu--no-js li:hover>ul a:hover,
    .navigation__menu ul.active a:hover {
        background: #c09a51;
        color: #fff
    }
    .single-post .navigation .menu-item--media>a,
    .search .navigation .menu-item--media>a,
    .archive.category .navigation .menu-item--media>a,
    .tax-album_category .navigation .menu-item--media>a,
    .single-album .navigation .menu-item--media>a,
    .single-brand .navigation .menu-item--brands>a,
    .navigation .current-menu-item>a,
    .navigation .current-page-ancestor>a {
        background: transparent;
        color: #c09a51
    }
}

@media screen and (max-width: 59.375em) and (-webkit-min-device-pixel-ratio: 2),
screen and (max-width: 59.375em) and (min-resolution: 192dpi) {
    .header__logo,
    .template-front-page .header__logo {
        background-image: url('../img/logo-mobile@2x.png?14248b00')
    }
}

@media screen and (max-width: 340px) {
    .language-switcher__item {
        margin-left: 6px
    }
    .language-switcher__item--active {
        padding: 0 6px
    }
}

@media screen and (max-width: 300px) {
    .navigation-link-mobile {
        margin-right: 6px
    }
}

.social-links{
  display: none;
}
.footer-wrapper {
    position: relative;
    height: 129px;
    background: #c09a51
}

.footer-wrapper--no-scrollbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    height: 51px;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    border:none;
    text-align: center
}

.footer--resizing {
    position: absolute;
    top: 0;
    bottom: auto;
    height: auto;
    overflow: hidden;
}
.footer--full-content {
    top: auto !important;
    height: 129px
}
.footer-menu{
  text-align: center;
  padding-top: 6px;
  height: 51px;
  background-color: white;
}
.footer-left {
    float: left;
    width: 79%
}
.footer-copyright {
  margin: 14px 0;
  color:white;
  font-size: 12px;
}

.footer-info-menu {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
    background: #2c2a27;
    color: #939393;
    border-top: 3px solid #c09a51
}

.footer-info-menu li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 13px;
    padding: 0 0 0 14px;
    list-style: none
}

.footer-info-menu li:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 16px;
    margin: -8px 0 0 0;
    content: ' ';
    background: #6b6b6b
}

.footer-info-menu li:first-child {
    margin-left: 0;
    padding-left: 0
}

.footer-info-menu li:first-child:before {
    display: none
}

.footer-info-menu a {
    color: #c09a51
}

.footer-info-menu a:hover {
    color: #fff
}
.footer-menu .navigation__menu{
  display: none ;
}
@media screen and (max-width: 73.75em) {
    .footer--full-content {
        height: auto
    }

    .footer-info {
        margin-bottom: 20px;
        margin-bottom: 2rem
    }
}
@media screen and (max-width: 31.25em) {

    .footer-info-menu li {
        display: block;
        margin-left: 0;
        padding-left: 0;
        padding: 3px 0;
    }
    .footer-info-menu li:before {
        display: none
    }
    .footer-info-menu li.visit {
        padding-right: 0
    }
    .footer-info-menu li.visit:after {
        display: none
    }
}

@media screen and (max-width: 28.125em) {
    .footer {
        text-align: center
    }
    .footer__image {
        float: none;
        display: inline-block
    }
}
@media (min-width: 1120px) {
  .footer-rm{
    float: right;
  }
  .social-link{
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .social-link.facebook{
    background: url(../img/facebook.png) 50% 50% no-repeat;
  }
  .social-link.linkedin{
    background: url(../img/linkedin.png) 50% 50% no-repeat;
  }
  .footer--full-content{
    height: auto !important;
  }
  .footer--resizing .footer-menu{
    padding: 25px 0 17px 0;
    height: auto;
  }
  .footer--resizing .footer-menu .navigation__menu{
    display: block;
  }
}
@media (min-width: 1201px) {
    .social-links{
        float: left;
        display: block;
        margin-left: 10px;
    }
    .footer-info-menu ul{
        float: left;
        margin: 14px 0;
    }
    .footer-copyright{
        float: right;
        font-size: 13px;
    }
}
.banner {
    position: relative;
    height: 498px;
    font-family: 'Merriweather Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover
}

.banner--no-bg {
    height: auto
}

.banner--no-bg .banner-inner {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 0 auto
}

.banner--no-bg .banner__title {
    margin-top: 50px;
    margin-top: 5rem;
    margin-bottom: 25px;
    margin-bottom: 2.5rem;
    font-size: 35px;
    font-size: 3.5rem;
    text-shadow: none;
    text-transform: none;
    color: #0f5911
}

.banner--front-page .banner-inner {
    width: 800px;
    max-width: 100%
}

.banner--low {
    height: 187px;
    border-bottom: 3px solid #c09a51
}

.banner--narrow .banner-inner {
    width: 700px;
    max-width: 100%
}

.banner--supported-regions {
    height: 250px;
    border-bottom: 3px solid #c09a51
}

.banner--supported-regions .banner-inner {
    position: relative;
    top: 0;
    left: 0;
    width: 1172px;
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.banner--supported-regions .banner__title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1172px;
    max-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.banner__sticker {
    display: table;
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: calc(50% + 250px);
    background-color: #c09a51;
    border-radius: 50%;
    transform: translateY(-50%) rotate(15deg);
}

.banner__sticker .banner__sticker-text {
    display: table-cell;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
}

@media screen and (max-width: 56.25em) {
    .banner__sticker {
        width: 140px;
        height: 140px;
        left: calc(50% + 170px);
    }

    .banner__sticker .banner__sticker-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 40.625em) {
    .banner__sticker {
        width: 120px;
        height: 50px;
        top: -55px;
        left: 0;
        padding: 5px 10px;
        border-radius: 0 6px 6px 0;
        transform: none;
    }

    .banner__sticker .banner__sticker-text {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
}

.banner__title {
    margin: 0;
    padding: 0;
    font-size: 51px;
    font-size: 5.1rem;
    line-height: 1.2;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 0;
    color: #fff
}

@media screen and (max-width: 75em) {
    .banner__title {
        padding-left: 6.5%;
        padding-right: 6.5%
    }
    .banner__title--narrow {
        max-width: 100%
    }
}

@media screen and (max-width: 62.5em),
screen and (max-height: 43.75em) {
    .banner {
        height: 300px
    }
    .banner--supported-regions {
        height: 250px
    }
    .banner--no-bg {
        height: auto
    }
    .banner--low {
        height: 187px
    }
    .banner--front-page .banner__title {
        font-size: 35px;
        font-size: 3.5rem
    }
}

/*@media screen and (max-width: 62.5em) {
    .banner--supported-regions .banner-inner {
        height: 160px
    }
}*/

@media screen and (max-width: 56.25em) {
    .banner__title {
        font-size: 40px;
        font-size: 4rem
    }
}

@media screen and (max-width: 40.625em) {
    .banner,
    .banner--low {
        height: 160px
    }
    .banner--no-bg,
    .banner--front-page {
        height: auto
    }
    .banner--front-page .banner-inner {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin: 30px 0;
        margin: 3rem 0
    }
    .banner--supported-regions {
        height: 250px
    }
    .banner__title,
    .banner--no-bg .banner__title,
    .banner--front-page .banner__title {
        font-size: 24px;
        font-size: 2.4rem
    }
    .banner--no-bg .banner__title {
        margin-top: 30px;
        margin-top: 3rem
    }
}

@media screen and (max-width: 37.5em) {
    .banner--no-bg .banner__title {
        text-align: left
    }
}

.block-w-image {
    padding: 90px 0;
    padding: 9rem 0
}

.block-w-image+.block-w-image {
    padding-top: 0
}

.block-w-image+.block-w-image--bg {
    padding-top: 90px;
    padding-top: 9rem
}

.block-w-image--bg+.block-w-image {
    padding-top: 90px;
    padding-top: 9rem
}

.block-w-image--bg {
    background: #f2f0ee
}

.block-w-image--reverse .block-w-image__image,
.block-w-image--reverse .block-w-image-image-logos {
    float: left
}

.block-w-image--reverse .block-w-image-content {
    float: right
}

.block-w-image--with-logos .block-w-image__image {
    float: none;
    display: block;
    width: 100%
}

.block-w-image-image-logos {
    float: right;
    width: 39.6%
}

.block-w-image-image-logos__logos {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0
}

.block-w-image-image-logos__logos a {
    display: inline-block;
    margin-left: 55px;
    margin-left: 5.5rem
}

.block-w-image-image-logos__logos a:first-child {
    margin-left: 0
}

.block-w-image__image {
    float: right;
    width: 39.6%;
    height: auto
}

.block-w-image-content {
    float: left;
    width: 57.5%
}

.block-w-image-content__title {
    position: relative;
    margin: -10px 0 25px 0;
    margin: -1rem 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.block-w-image-content__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.block-w-image-content__content p:last-child {
    margin-bottom: 0
}

.block-w-image-content__content+.btn {
    margin-top: 66px;
    margin-top: 6.6rem
}

.block-w-image-content__content+.block-w-image__link {
    margin-top: 30px;
    margin-top: 3rem
}

.block-w-image__link {
    display: inline-block;
    padding: 0 0 0 28px;
    background-position: 0 8px;
    background-repeat: no-repeat
}

@media screen and (max-width: 75em) {
    .block-w-image-image-logos__logos a {
        float: left;
        clear: left;
        margin-left: 0;
        margin-bottom: 15px;
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width: 56.25em) {
    .block-w-image {
        padding: 50px 0;
        padding: 5rem 0
    }
    .block-w-image+.block-w-image {
        padding-top: 50px;
        padding-top: 5rem
    }
    .block-w-image--reverse .block-w-image-image-logos,
    .block-w-image--reverse .block-w-image__image,
    .block-w-image--reverse .block-w-image-content {
        float: none
    }
    .block-w-image--with-logos .block-w-image__image {
        width: auto;
        margin-bottom: 0
    }
    .block-w-image-image-logos {
        float: none;
        width: auto;
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .block-w-image-image-logos__logos {
        margin-left: -12px;
        margin-left: -1.25rem;
        margin-right: -12px;
        margin-right: -1.25rem
    }
    .block-w-image-image-logos__logos a {
        float: none;
        margin-left: 12px;
        margin-left: 1.25rem;
        margin-right: 12px;
        margin-right: 1.25rem
    }
    .block-w-image-image-logos__logos a:first-child {
        margin-left: 12px;
        margin-left: 1.25rem
    }
    .block-w-image__image {
        float: none;
        width: auto;
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .block-w-image-content {
        float: none;
        width: auto
    }
    .block-w-image-content__content+.btn {
        margin-top: 30px;
        margin-top: 3rem
    }
}

@media screen and (max-width: 37.5em) {
    .block-w-image-content {
        text-align: center
    }
    .block-w-image-content__title,
    .block-w-image-content__content {
        text-align: left
    }
}

@media screen and (max-width: 31.25em) {
    .block-w-image-content {
        text-align: left
    }
}

.front-page-main {
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.latest-news-about-us-info-row {
    margin: 60px 0 48px 0;
    margin: 6rem 0 4.8rem 0
}

.latest-news {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 3% 0 34px
}

.latest-news__title {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #0f5911
}

.latest-news--has-image .latest-news-item-inner {
    float: right;
    width: calc(55% - 30px)
}

.latest-news-item__image {
    float: left;
    width: 45%;
    height: auto;
    margin: 0 0 1.5em 0
}

.latest-news-item__title {
    position: relative;
    clear: none;
    margin: -5px 0 30px 0;
    margin: -5px 0 3rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.16
}

.latest-news-item__title:before {
    position: absolute;
    bottom: -17px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.latest-news-item__title a {
    text-decoration: none
}

.latest-news__link {
    display: inline-block
}

.about-us-info {
    float: right;
    width: 50%;
    padding: 0 0 0 34px;
    border-left: 2px solid #f2f0ee
}

.about-us-info__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #0f5911
}

.about-us-info-content {
    float: left;
    width: 51%;
    line-height: 1
}

.about-us-info-content__content {
    line-height: 1.625
}

.about-us-info-content__link {
    display: inline-block;
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0;
    line-height: 1
}

.about-us-info__image {
    float: right;
    width: 43.7%;
    margin: 35px 12px 0 0;
    margin: 3.5rem 12px 0 0
}

.career-info {
    margin: 0 0 60px 0;
    margin: 0 0 6rem 0;
    padding: 35px 34px 60px 34px;
    padding: 3.5rem 34px 6rem 34px;
    background: #f2f0ee
}

.career-info-left {
    float: left;
    width: 50%
}

.career-info-left__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #0f5911
}

.career-info-left__content {
    margin-bottom: 30px;
    margin-bottom: 3rem
}

.career-info-right {
    position: relative;
    float: right;
    width: 46.93%
}

.career-info-right-inner {
    position: relative;
    height: 0;
    padding: 0 0 48.64% 0;
    background: transparent url('../img/jobs-map.jpg') 50% 50% no-repeat;
    background-size: contain
}

.career-info-right__point {
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    background: #0f5911;
    color: #fff;
    border-radius: 50%
}

.career-info-right__point[data-url] {
    cursor: pointer
}

.career-info-right__point--1 {
    left: 36.1%;
    top: 30.16%
}

.career-info-right__point--2 {
    left: 18.15%;
    top: 53.17%
}

.career-info-right__point--3 {
    left: 40.54%;
    top: 55.56%
}

.career-info-right__point--4 {
    left: 2.9%;
    top: 19.84%
}

.career-info-right__point--5 {
    left: 31.85%;
    top: 14.29%
}

.career-info-right__point--6 {
    left: 24.52%;
    top: 2.78%
}

.career-info-right__point--7 {
    left: 52.9%;
    top: 31.35%
}

.career-info-right__point--8 {
    left: 44.59%;
    top: 36.51%
}

.career-info-right__point--9 {
    left: 7.14%;
    top: 37.3%
}

.career-info-right__point--10 {
    left: 15.25%;
    top: 34.52%
}

.career-info-right__point--11 {
    left: 12.74%;
    top: 10.32%
}

.career-info-right__point--12 {
    left: 30.5%;
    top: 43.25%
}

.career-info-right__point--13 {
    left: 50.39%;
    top: 49.6%
}

.career-info-right__point--14 {
    left: 60.43%;
    top: 66.67%
}

.career-info-right__point--15 {
    left: 19.5%;
    top: 24.6%
}

.career-info-right-text {
    position: absolute;
    right: 64.86%;
    top: 87.7%;
    padding: 0 75px 0 0;
    line-height: 0
}

.career-info-right-text:before {
    background-image: url(../img/sprite.png?3c046677);
    background-position: 0px -3px;
    width: 64px;
    height: 26px;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    margin-top: -22px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .career-info-right-text:before {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.career-info-right-text__image {
    max-width: none
}

.help-info-contacts-row {
    margin: 0 0 85px 0;
    margin: 0 0 8.5rem 0
}

.help-info {
    float: left;
    width: 69.5%;
    padding: 0 0 0 34px
}

.help-info__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #0f5911
}

.help-info-main {
    float: left;
    width: 67.9%
}

.help-info-main__logos a {
    display: inline-block;
    margin: 0 0 0 33px;
    margin: 0 0 0 3.3rem
}

.help-info-main__logos a:first-child {
    margin-left: 0
}

.help-info-main__logos img {
    vertical-align: middle
}

.help-info-secondary {
    float: right;
    width: 25.6%;
    margin: 0 2.5% 0 0;
    line-height: 0
}

.help-info-secondary a {
    display: inline-block;
    margin: 52px 0 0 0;
    margin: 5.2rem 0 0 0
}

.help-info-secondary a:first-child {
    margin-top: 0
}

.main-contacts-links {
    float: right;
    width: 30.5%;
    padding: 0 1.9%;
    text-align: center;
    border-left: 2px solid #f2f0ee
}

.main-contacts-links__title {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1;
    color: #0f5911
}

.main-contacts-links-list {
    margin: 0;
    padding: 0
}

.main-contacts-links-list-item {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px);
    margin: 45px 0 0 0;
    margin: 4.5rem 0 0 0;
    padding: 0;
    list-style: none
}

.main-contacts-links-list-item:nth-child(1),
.main-contacts-links-list-item:nth-child(2),
.main-contacts-links-list-item:nth-child(3) {
    margin-top: 0
}

.main-contacts-links-list-item:nth-child(1) .main-contacts-links-list-item__link,
.main-contacts-links-list-item:nth-child(2) .main-contacts-links-list-item__link,
.main-contacts-links-list-item:nth-child(3) .main-contacts-links-list-item__link {
    padding-top: 46px
}

.main-contacts-links-list-item:nth-child(4) {
    clear: left
}

.main-contacts-links-list-item__link {
    position: relative;
    display: block;
    margin: 0 10px;
    padding: 56px 0 0 0;
    line-height: 1.25;
    background-position: 50% 0
}

.main-contacts-links-list-item__link .icon {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -20px;
    line-height: 0
}

.main-contacts-links-list-item__link .icon svg {
    display: block;
    width: 40px;
    height: 40px
}

.main-contacts-links-list-item__link--phone .icon {
    top: 2px;
    margin-left: -18px
}

.main-contacts-links-list-item__link--phone .icon svg {
    width: 36px;
    height: 36px
}

.main-contacts-links-list-item__link--cart .icon svg {
    width: 40px;
    height: 40px
}

.main-contacts-links-list-item__link--facebook .icon {
    margin-left: -9px
}

.main-contacts-links-list-item__link--facebook .icon svg {
    width: 18px;
    height: 38px;
    fill: #c09a51
}

.main-contacts-links-list-item__link--linkedin .icon {
    margin-left: -17px
}

.main-contacts-links-list-item__link--linkedin .icon svg {
    width: 35px;
    height: 34px;
    fill: #c09a51
}

.breweries-guidepost__title {
    display: none
}

.breweries-guidepost-list {
    margin: 0;
    padding: 0
}

.breweries-guidepost-item {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.breweries-guidepost-item a {
    color: #fff
}

.breweries-guidepost-item a:hover {
    color: #1d1a13
}

.breweries-guidepost-item:hover .breweries-guidepost-item-content {
    opacity: 1
}

.breweries-guidepost-item-content {
    height: 600px;
    padding: 57px 15px 0 15px;
    text-align: center;
    opacity: 0;
    background: #c09a51;
    background: rgba(192, 154, 91, 0.87)
}

.breweries-guidepost-item-content-logo {
    height: 138px;
    line-height: 0
}

.breweries-guidepost-item-content-logo__image {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.breweries-guidepost-item-content__title {
    position: relative;
    margin: 25px 0 10px 0;
    margin: 2.5rem 0 1rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold
}

.breweries-guidepost-item-content__title:before {
    position: absolute;
    bottom: -5px;
    left: 50%;
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 0 0 -17px;
    content: ' ';
    background: #c09a51
}

.breweries-guidepost-item-content__links {
    line-height: 2.375
}

.breweries-guidepost-item-content__links br:last-child {
    display: none
}

.breweries-guidepost-item-content__link {
    display: inline-block;
    margin: 45px 0 0 0;
    margin: 4.5rem 0 0 0;
    text-decoration: none;
    letter-spacing: 2px
}

.breweries-guidepost-item-content__link:hover {
    text-decoration: none
}

@media screen and (max-width: 75em) {
    .front-page-main {
        background-size: 0
    }
    .latest-news,
    .help-info {
        padding-left: 0
    }
    .career-info {
        margin-left: -7.4%;
        margin-right: -7.4%;
        padding-left: 7.4%;
        padding-right: 7.4%
    }
    .career-info-right-text {
        display: none
    }
    .help-info {
        padding-right: 2.5%
    }
    .help-info-main,
    .help-info-secondary {
        float: none;
        width: auto
    }
    .help-info-secondary {
        margin-top: 30px;
        margin-top: 3rem
    }
    .help-info-secondary a {
        display: inline-block;
        margin: 0 0 0 33px;
        margin: 0 0 0 3.3rem
    }
    .help-info-secondary a:first-child {
        margin-left: 0
    }
    .breweries-guidepost {
        padding: 40px 0;
        padding: 4rem 0;
        text-align: center;
        background: #f2f0ee
    }
    .breweries-guidepost__title {
        display: block;
        margin: 0 0 40px 0;
        margin: 0 0 4rem 0;
        padding: 0;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 34px;
        font-size: 3.4rem;
        font-weight: bold;
        line-height: 1;
        color: #0f5911
    }
    .breweries-guidepost-item {
        background-image: none !important;
        color: #1d1a13
    }
    .breweries-guidepost-item a {
        color: #1d1a13
    }
    .breweries-guidepost-item-content {
        position: relative;
        height: auto;
        opacity: 1;
        padding-top: 0;
        padding-bottom: 0;
        background: transparent
    }
    .breweries-guidepost-item-content__title,
    .breweries-guidepost-item-content__links {
        display: none
    }
    .breweries-guidepost-item-content__link {
        text-indent: -9999em;
        letter-spacing: -9999em;
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        margin: 0
    }
}

@media screen and (max-width: 68.75em) and (min-width: 56.25em),
screen and (max-width: 34.375em) {
    .career-info-right__point {
        width: 25px;
        height: 25px;
        margin: 1.16% 0 0 1.16%;
        line-height: 25px
    }
}

@media screen and (max-width: 68.75em) {
    .latest-news--has-image .latest-news-item-inner {
        float: none;
        width: auto
    }
    .latest-news-item__image {
        float: none;
        width: auto;
        margin: 1.5em 0 0 0
    }
    .latest-news__link {
        margin-top: 30px;
        margin-top: 3rem
    }
    .help-info {
        width: 60%
    }
    .main-contacts-links {
        width: 40%
    }
    .beer-brand-item--image-top .beer-brand-item-image {
        top: 0
    }
    .beer-brand-item-image {
        height: 100%
    }
    .beer-brand-item-image__image {
        width: auto;
        max-height: 246px !important;
    }
}

@media screen and (max-width: 62.5em) {
    .about-us-info-content {
        float: none;
        width: auto
    }
    .about-us-info__image {
        display: none
    }
    .help-info-main__logos,
    .help-info-secondary {
        text-align: center
    }
    .help-info-main__logos a,
    .help-info-secondary a {
        margin: 15px 15px;
        margin: 1.5rem 1.5rem
    }
    .help-info-main__logos a:first-child,
    .help-info-secondary a:first-child {
        margin-left: 15px;
        margin-left: 1.5rem
    }
    .help-info-secondary {
        margin-top: 0
    }
}

@media screen and (max-width: 56.25em) {
    .career-info {
        padding-bottom: 40px;
        padding-bottom: 4rem
    }
    .career-info-left,
    .career-info-right {
        float: none;
        width: auto
    }
    .career-info-right {
        width: 518px;
        max-width: 100%;
        margin-top: 40px;
        margin-top: 4rem
    }
    .breweries-guidepost {
        padding-bottom: 0
    }
    .breweries-guidepost-item {
        width: 50%
    }
    .breweries-guidepost-item:nth-child(3) {
        clear: left
    }
    .breweries-guidepost-item-content {
        margin-bottom: 60px;
        margin-bottom: 6rem
    }
    .latest-news__title,
    .about-us-info__title,
    .career-info-left__title,
    .help-info__title,
    .main-contacts-links__title,
    .breweries-guidepost__title {
        font-size: 30px;
        font-size: 3rem
    }
}

@media screen and (max-width: 50em) {
    .help-info,
    .main-contacts-links {
        width: 50%
    }
}

@media screen and (max-width: 43.75em) {
    .latest-news__title,
    .about-us-info__title,
    .career-info-left__title,
    .help-info__title {
        margin-bottom: 15px;
        margin-bottom: 1.5rem
    }
    .latest-news-about-us-info-row {
        margin-top: 40px;
        margin-top: 4rem
    }
    .latest-news,
    .about-us-info {
        float: none;
        width: auto
    }
    .latest-news--has-image .latest-news-item-inner {
        float: right;
        width: calc(55% - 30px)
    }
    .latest-news-item__image {
        float: left;
        width: 45%;
        margin: 0 0 15px 0;
        margin: 0 0 1.5rem 0
    }
    .latest-news__link {
        margin-top: 0
    }
    .about-us-info {
        margin-top: 40px;
        margin-top: 4rem;
        padding-left: 0;
        border-left: none
    }
    .career-info {
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
    .help-info-contacts-row {
        margin-bottom: 0
    }
    .help-info,
    .main-contacts-links {
        float: none;
        width: auto
    }
    .help-info {
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
    .main-contacts-links {
        margin: 0 -7.4%;
        padding: 40px 7.4%;
        padding: 4rem 7.4%;
        border-left: 0;
        background: #f2f0ee
    }
    .main-contacts-links__title {
        text-align: left
    }
    .breweries-guidepost {
        background: #fff
    }
}

@media screen and (max-width: 37.5em) {
    .latest-news__title,
    .about-us-info__title,
    .career-info-left__title,
    .help-info__title,
    .main-contacts-links__title,
    .breweries-guidepost__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .about-us-info__title,
    .career-info-left__title,
    .help-info__title {
        margin-bottom: 5px;
        margin-bottom: 0.5rem
    }
}

@media screen and (max-width: 34.375em) {
    .latest-news--has-image .latest-news-item-inner {
        float: none;
        width: auto
    }
    .latest-news-item__image {
        float: none;
        width: auto;
        margin: 1.5em 0 0 0
    }
    .latest-news__link {
        margin-top: 20px;
        margin-top: 2rem
    }
}

@media screen and (max-width: 31.25em) {
    .breweries-guidepost-item {
        float: none;
        width: auto
    }
    .breweries-guidepost-item-content-logo {
        height: auto
    }
}

@media screen and (max-width: 28.125em) {
    .career-info-right {
        display: none
    }
}

.our-story-content {
    max-width: 845px;
    margin: 80px auto 80px auto;
    margin: 8rem auto 8rem auto;
    text-align: center
}

.our-story-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.our-story-content__secondary {
    margin: 60px 0 0 0;
    margin: 6rem 0 0 0
}

.our-story-interest {
    padding: 30px 0;
    padding: 3rem 0;
    text-align: center;
    background: #f2f0ee
}

.our-story-interest  strong{
  font-weight: 900;
  color: #c09a51
}

.our-story-why {
    padding: 75px 0 65px 0;
    padding: 7.5rem 0 6.5rem 0;
    text-align: center;
    background: #f2f0ee
}

.our-story-why__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.our-story-why-items {
    position: relative;
    padding: 202px 0 0 0
}

.our-story-why-items__title {
    position: absolute;
    top: 0;
    left: 8.33%;
    width: 16.66%;
    width: calc(100% / 6);
    height: 202px;
    padding: 115px 1.2% 0 1.2%;
    line-height: 1.4;
    text-decoration: none
}

.our-story-why-items__title:hover {
    background: #fff
}

.our-story-why-items__title .icon {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 58px;
    height: 78px;
    margin-left: -29px;
    line-height: 0
}

.our-story-why-items__title .icon svg {
    display: block;
    width: 100%;
    height: auto
}

.our-story-why-items__title--2 {
    left: 24.99%;
    left: calc(100% / 6 + (100% / 12))
}

.our-story-why-items__title--3 {
    left: 41.65%;
    left: calc(100% / 6 * 2 + (100% / 12))
}

.our-story-why-items__title--4 {
    left: 58.31%;
    left: calc(100% / 6 * 3 + (100% / 12))
}

.our-story-why-items__title--5 {
    left: 74.97%;
    left: calc(100% / 6 * 4 + (100% / 12))
}

.our-story-why-items__title--6 {
    left: 91.63%;
    left: calc(100% / 6 * 5 + (100% / 12))
}

.our-story-why-items__title--active {
    text-decoration: none;
    background: #c09a51;
    color: #fff
}

.our-story-why-items__title--active:before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: 0 0 0 -7px;
    content: ' ';
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #c09a51 transparent transparent transparent
}

.our-story-why-items__title--active:hover {
    text-decoration: none;
    background: #c09a51;
    color: #fff
}

.our-story-why-items__title--active svg {
    fill: #fff
}

.our-story-why-items__title--projector .icon {
    top: 19px;
    width: 76px;
    height: 76px;
    margin-left: -38px
}

.our-story-why-items__title--seal .icon {
    top: 20px;
    width: 54px;
    height: 75px;
    margin-left: -27px
}

.our-story-why-items__title--building .icon {
    top: 22px;
    width: 76px;
    height: 72px;
    margin-left: -38px
}

.our-story-why-items__title--hand-ok .icon {
    top: 27px;
    width: 73px;
    height: 67px;
    margin-left: -36px
}

.our-story-why-items__title--hand-heart .icon {
    top: 27px;
    width: 86px;
    height: 68px;
    margin-left: -43px
}

.our-story-why-items__content {
    display: none;
    max-width: 830px;
    margin: 40px auto 0 auto;
    margin: 4rem auto 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.our-story-why-items__content--active {
    display: block
}

@media screen and (max-width: 75em) {
    .our-story-why-items__title {
        padding: 95px 1.5% 0 1.5%
    }
    .our-story-why-items__title--projector .icon {
        margin-left: -30px
    }
    .our-story-why-items__title--projector .icon svg {
        width: 60px;
        height: 60px
    }
    .our-story-why-items__title--seal .icon {
        margin-left: -21px
    }
    .our-story-why-items__title--seal .icon svg {
        width: 43px;
        height: 60px
    }
    .our-story-why-items__title--building .icon {
        margin-left: -30px
    }
    .our-story-why-items__title--building .icon svg {
        width: 60px;
        height: 57px
    }
    .our-story-why-items__title--marker .icon {
        margin-left: -23px
    }
    .our-story-why-items__title--marker .icon svg {
        width: 46px;
        height: 62px
    }
    .our-story-why-items__title--hand-ok .icon {
        margin-left: -28px
    }
    .our-story-why-items__title--hand-ok .icon svg {
        width: 58px;
        height: 53px
    }
    .our-story-why-items__title--hand-heart .icon {
        margin-left: -34px
    }
    .our-story-why-items__title--hand-heart .icon svg {
        width: 68px;
        height: 54px
    }
}

@media screen and (max-width: 59.375em) {
    .our-story-why {
        padding: 0;
        background: transparent
    }
    .our-story-why-items {
        margin: 0 -7.4%;
        padding: 0;
        text-align: left;
        background: #f2f0ee
    }
    .our-story-why-items__title {
        position: relative;
        display: block;
        left: 0;
        width: auto;
        height: auto;
        padding: 21px 6.5% 21px 86px;
        text-decoration: none;
        background: #aa7632;
        color: #fff
    }
    .our-story-why-items__title:before {
        position: absolute;
        left: auto;
        bottom: -12px;
        right: 18px;
        display: block;
        content: ' ';
        margin: 0;
        border-width: 13px 11.5px 0 11.5px;
        border-color: #aa7632 transparent transparent transparent
    }
    .our-story-why-items__title:hover {
        text-decoration: none;
        background: #aa7632;
        color: #fff
    }
    .our-story-why-items__title .icon {
        top: 50%;
        left: 28px;
        margin: -18px 0 0 0
    }
    .our-story-why-items__title svg {
        fill: #fff
    }
    .our-story-why-items__title--2,
    .our-story-why-items__title--3,
    .our-story-why-items__title--4,
    .our-story-why-items__title--5,
    .our-story-why-items__title--6 {
        left: 0
    }
    .our-story-why-items__title--2 {
        background: #b07f39
    }
    .our-story-why-items__title--2:hover,
    .our-story-why-items__title--2.our-story-items-title--active {
        background: #b07f39
    }
    .our-story-why-items__title--2:before {
        border-top-color: #b07f39
    }
    .our-story-why-items__title--3 {
        background: #b48942
    }
    .our-story-why-items__title--3:hover,
    .our-story-why-items__title--3.our-story-why-items__title--active {
        background: #b48942
    }
    .our-story-why-items__title--3:before {
        border-top-color: #b48942
    }
    .our-story-why-items__title--4 {
        background: #ba924a
    }
    .our-story-why-items__title--4:hover,
    .our-story-why-items__title--4.our-story-why-items__title--active {
        background: #ba924a
    }
    .our-story-why-items__title--4:before {
        border-top-color: #ba924a
    }
    .our-story-why-items__title--5 {
        background: #c09a51
    }
    .our-story-why-items__title--5:hover,
    .our-story-why-items__title--5.our-story-why-items__title--active {
        background: #c09a51
    }
    .our-story-why-items__title--5:before {
        border-top-color: #c09a51
    }
    .our-story-why-items__title--6 {
        background: #cba55b
    }
    .our-story-why-items__title--6:hover,
    .our-story-why-items__title--6.our-story-why-items__title--active {
        background: #cba55b
    }
    .our-story-why-items__title--6:before {
        border-top-color: #cba55b
    }
    .our-story-why-items__title--projector .icon {
        margin-left: 5px
    }
    .our-story-why-items__title--projector .icon svg {
        width: 38px;
        height: 38px
    }
    .our-story-why-items__title--seal .icon {
        margin-left: 10px
    }
    .our-story-why-items__title--seal .icon svg {
        width: 27px;
        height: 38px
    }
    .our-story-why-items__title--building .icon {
        margin-left: 4px
    }
    .our-story-why-items__title--building .icon svg {
        width: 40px;
        height: 38px
    }
    .our-story-why-items__title--marker .icon {
        margin-left: 10px
    }
    .our-story-why-items__title--marker .icon svg {
        width: 28px;
        height: 38px
    }
    .our-story-why-items__title--hand-ok .icon {
        margin-left: 3px
    }
    .our-story-why-items__title--hand-ok .icon svg {
        width: 42px;
        height: 38px
    }
    .our-story-why-items__title--hand-heart .icon svg {
        width: 48px;
        height: 38px
    }
    .our-story-why-items__content {
        max-width: 100%;
        margin: 25px 6.5% 0 6.5%;
        margin: 2.5rem 6.5% 0 6.5%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.625
    }
}

@media screen and (max-width: 56.25em) {
    .our-story-why__title {
        font-size: 30px;
        font-size: 3rem
    }
    .our-story-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .our-story-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 37.5em) {
    .our-story-why__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .our-story-content {
        text-align: left
    }
    .our-story-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
    .our-story-content__secondary {
        margin-top: 30px;
        margin-top: 3rem
    }
}

.history-milestones-container {
    height: 70px
}

.history-milestones {
    box-shadow: 0px 2px 1px 0px rgba(18, 17, 14, 0.1)
}

.history-milestones--scrolling {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.admin-bar .history-milestones--scrolling {
    top: 32px
}

.history-milestones-item {
    position: relative;
    float: left;
    width: 14.28%;
    width: calc(100% / 7 - 0.01px);
    height: 70px;
    text-align: center;
    text-decoration: none;
    background: #aa7632;
    color: #fff
}

.history-milestones-item:before {
    position: absolute;
    top: 50%;
    right: -12px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    margin: -11px 0 0 0;
    content: ' ';
    border-style: solid;
    border-width: 11.5px 0 11.5px 13px;
    border-color: transparent transparent transparent #aa7632
}

.history-milestones-item:nth-child(2) {
    background: #b2833d
}

.history-milestones-item:nth-child(2):before {
    border-left-color: #b2833d
}

.history-milestones-item:nth-child(3) {
    background: #b98f47
}

.history-milestones-item:nth-child(3):before {
    border-left-color: #b98f47
}

.history-milestones-item:nth-child(4) {
    background: #c09951
}

.history-milestones-item:nth-child(4):before {
    border-left-color: #c09951
}

.history-milestones-item:nth-child(5) {
    background: #cba65c
}

.history-milestones-item:nth-child(5):before {
    border-left-color: #cba65c
}

.history-milestones-item:nth-child(6) {
    background: #d8b167
}

.history-milestones-item:nth-child(6):before {
    border-left-color: #d8b167
}

.history-milestones-item:nth-child(7) {
    background: #e3be77
}

.history-milestones-item:nth-child(7):before {
    display: none
}

.history-milestones-item:hover,
.history-milestones-item--current:nth-child(-n+10) {
    background: #fff;
    color: #c09a51
}

.history-milestones-item:hover:before,
.history-milestones-item--current:nth-child(-n+10):before {
    border-left-color: #fff
}

.history-milestones-item:hover .history-milestones-item__desc,
.history-milestones-item--current:nth-child(-n+10) .history-milestones-item__desc {
    color: #1d1a13
}

.history-milestones-item__year {
    display: block;
    margin: 14px 0 -2px 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1
}

.history-milestones-item__desc {
    display: block;
    padding: 0 12px;
}

.history-milestones-item__desc-responsive {
    display: none
}

.history-items {
    position: relative;
    background: #f2f0ee url("../img/history-bg.jpg") no-repeat top center;
    background-size: cover;
}

.history-items:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    display: block;
    width: 40px;
    margin: 0 0 0 -20px;
    content: ' ';
    background: #fff
}

.history-items:after {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 50%;
    z-index: 2;
    display: block;
    width: 12px;
    margin: 0 0 0 -6px;
    content: ' ';
    background-image: linear-gradient(#a5a5a5 1px, transparent 1px);
    background-size: 12px 4px
}

.history-items-container {
    position: relative;
    margin: 50px 0 80px 0;
    margin: 5rem 0 8rem 0
}

.history-items__year {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: block;
    width: 40px;
    margin: 0 0 0 -20px;
    padding: 2px 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    background: #fff;
    color: #c09a51
}

.history-item {
    float: left;
    width: 278px
}

.history-item:nth-child(4n+3),
.history-item:nth-child(4n+4) {
    width: 202px
}

.history-item:nth-child(4n+2) .history-item-header__line,
.history-item:nth-child(4n+4) .history-item-header__line {
    left: auto;
    right: 0
}

.history-item-header__image {
    display: block;
    max-width: 100%;
    height: auto
}

.history-item-header__title {
    position: relative;
    margin: 0;
    padding: 20px 0;
    padding: 2rem 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500
}

.history-item-header__line {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    width: 0;
    height: 2px;
    content: ' ';
    background: #c09a51;
    transition: width 0.5s ease 0.5s
}

.history-item-content {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43
}

@media screen and (max-width: 1880px) {
    .history-milestones-item__desc {
        font-size: 1.5rem;
        line-height: 1.8;
    }
}

@media screen and (max-width: 1770px) {
    .history-milestones-item__desc {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 1665px) {
    .history-milestones-item__year {
        margin-top: 5px;
    }
    .history-milestones-item__desc {
        margin-top: 4px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.2;
    }
}

@media screen and (max-width: 75em) {
    .history-item:nth-child(4n+3),
    .history-item:nth-child(4n+4) {
        width: 278px
    }
}

@media screen and (max-width: 68.75em) {
    .history-milestones-container {
        height: 50px
    }
    .history-milestones-item {
        display: none;
        width: 33.33%;
        width: calc(100% / 2 - 0.01px);
        height: 50px
    }
    .history-milestones-item--responsive {
        display: block
    }
    .history-milestones-item--responsive-1,
    .history-milestones-item--responsive-1:nth-child(-n+10) {
        background: #b98f47
    }
    .history-milestones-item--responsive-1:before,
    .history-milestones-item--responsive-1:nth-child(-n+10):before {
        border-left-color: #b98f47
    }
    .history-milestones-item--responsive-2,
    .history-milestones-item--responsive-2:nth-child(-n+10) {
        background: #c09951
    }
    .history-milestones-item--responsive-2:before,
    .history-milestones-item--responsive-2:nth-child(-n+10):before {
        border-left-color: #c09951
    }
    .history-milestones-item--responsive-3,
    .history-milestones-item--responsive-3:nth-child(-n+10) {
        background: #cba65c
    }
    .history-milestones-item--responsive-3:before,
    .history-milestones-item--responsive-3:nth-child(-n+10):before {
        border-left-color: #cba65c
    }
    .history-milestones-item--responsive-1:hover,
    .history-milestones-item--responsive-2:hover,
    .history-milestones-item--responsive-3:hover,
    .history-milestones-item--responsive-1.history-milestones-item--current,
    .history-milestones-item--responsive-2.history-milestones-item--current,
    .history-milestones-item--responsive-3.history-milestones-item--current {
        background: #fff;
        color: #c09a51
    }
    .history-milestones-item--responsive-1:hover:before,
    .history-milestones-item--responsive-2:hover:before,
    .history-milestones-item--responsive-3:hover:before,
    .history-milestones-item--responsive-1.history-milestones-item--current:before,
    .history-milestones-item--responsive-2.history-milestones-item--current:before,
    .history-milestones-item--responsive-3.history-milestones-item--current:before {
        border-left-color: #fff
    }
    .history-milestones-item__year,
    .history-milestones-item__desc {
        display: none
    }
    .history-milestones-item__desc-responsive {
        display: block;
        margin: 14px 0 0 0;
        font-family: 'Merriweather Sans', sans-serif;
        font-size: 24px;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 1
    }
}

@media screen and (max-width: 48.875em) {
    .admin-bar .history-milestones--scrolling {
        top: 46px
    }
}

@media screen and (max-width: 46.25em) {
    .history-milestones-container,
    .history-milestones-item {
        height: 40px
    }
    .history-milestones-item__desc-responsive {
        margin: 11px 0 0 0;
        font-size: 20px;
        font-size: 2rem
    }
    .history-items-container {
        position: static;
        margin: 0
    }
    .history-items {
        padding: 50px 0 80px 0;
        padding: 5rem 0 8rem 0;
        background-image: none;
    }
    .history-items:before {
        left: calc((100% - 277px) / 2 - 6.5%);
        margin-left: 0
    }
    .history-items:after {
        left: calc((100% - 277px) / 2 - 6.5%);
        margin-left: 14px
    }
    .history-items__year {
        left: calc((100% - 277px) / 2 - 6.5%);
        margin-left: 0
    }
    .history-item {
        float: right;
        clear: right;
        width: calc(100% - 60px);
        max-width: 277px;
        margin-bottom: 20px;
        margin-bottom: 2rem
    }
    .history-item:nth-child(4n+3),
    .history-item:nth-child(4n+4) {
        width: calc(100% - 60px)
    }
    .history-item-header__line {
        left: auto;
        right: 0
    }
}

@media screen and (max-width: 37.5em) {
    .admin-bar .history-milestones--scrolling {
        top: 0
    }
}

@media screen and (max-width: 31.25em) {
    .history-milestones-item__desc-responsive {
        margin-top: 12px;
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 25em) {
    .history-milestones-item__desc-responsive {
        margin-top: 14px;
        font-size: 14px;
        font-size: 1.4rem
    }
    .history-items:before,
    .history-items:after {
        left: 6.5%
    }
    .history-items__year {
        left: 6.5%
    }
}

.czech-beer-content {
    max-width: 815px;
    margin: 80px auto 80px auto;
    margin: 8rem auto 8rem auto;
    text-align: center
}

.czech-beer-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.czech-beer-content__secondary {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0
}

.good-beer {
    padding: 55px 0 0 0;
    padding: 5.5rem 0 0 0;
    background: #f2f0ee
}

.good-beer__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.good-beer-items {
    position: relative;
    margin: 0 0 90px 0;
    margin: 0 0 9rem 0;
    padding: 66px 0 0 0;
    box-shadow: 0px 2px 1px 0px rgba(18, 17, 14, 0.1)
}

.good-beer-items-title {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 10.44%;
    height: 66px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    background: #aa7632;
    color: #fff
}

.good-beer-items-title:before {
    position: absolute;
    top: 50%;
    right: -12px;
    z-index: 2;
    display: block;
    width: 0;
    height: 0;
    margin: -11px 0 0 0;
    content: ' ';
    border-style: solid;
    border-width: 11.5px 0 11.5px 12px;
    border-color: transparent transparent transparent #aa7632
}

.good-beer-items-title:hover {
    background: #faf7f0
}

.good-beer-items-title:hover:before {
    border-left-color: #faf7f0
}

.good-beer-items-title--2 {
    left: 10.44%;
    width: 11.8%;
    background: #b07f39
}

.good-beer-items-title--2:before {
    border-left-color: #b07f39
}

.good-beer-items-title--3 {
    left: 22.24%;
    width: 9.84%;
    background: #b48942
}

.good-beer-items-title--3:before {
    border-left-color: #b48942
}

.good-beer-items-title--4 {
    left: 32.08%;
    width: 12.92%;
    background: #ba924a
}

.good-beer-items-title--4:before {
    border-left-color: #ba924a
}

.good-beer-items-title--5 {
    left: 45%;
    width: 11.56%;
    background: #c09a51
}

.good-beer-items-title--5:before {
    border-left-color: #c09a51
}

.good-beer-items-title--6 {
    left: 56.56%;
    width: 12.76%;
    background: #cba55b
}

.good-beer-items-title--6:before {
    border-left-color: #cba55b
}

.good-beer-items-title--7 {
    left: 69.32%;
    width: 9.5%;
    background: #d4ad63
}

.good-beer-items-title--7:before {
    border-left-color: #d4ad63
}

.good-beer-items-title--8 {
    left: 78.82%;
    width: 10.18%;
    background: #dbb46a
}

.good-beer-items-title--8:before {
    border-left-color: #dbb46a
}

.good-beer-items-title--9 {
    left: 89%;
    width: 11%;
    background: #e3be77
}

.good-beer-items-title--9:before {
    display: none
}

.good-beer-items-content {
    display: none;
    padding: 30px 80px 30px 50px;
    padding: 3rem 8rem 3rem 5rem;
    background: #fff
}

.good-beer-items-content--active-mobile {
    display: none
}

.good-beer-items-content--active {
    display: block
}

.good-beer-items-content--has-image .good-beer-items-content__content {
    float: left;
    width: 55%
}

.good-beer-items-content__image {
    float: right;
    width: 40.7%;
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0
}

.good-beer-items-content__content h1 span:before,
.good-beer-items-content__content h2 span:before,
.good-beer-items-content__content h3 span:before,
.good-beer-items-content__content h4 span:before,
.good-beer-items-content__content h5 span:before,
.good-beer-items-content__content h6 span:before {
    left: 0;
    margin-left: 0
}

.how-we-do-it {
    padding: 75px 0 60px 0;
    padding: 7.5rem 0 6rem 0
}

.how-we-do-it__title {
    margin: 0 0 35px 0;
    margin: 0 0 3.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.interest {
    min-height: 366px;
    padding: 50px 0 60px 0;
    padding: 5rem 0 6rem 0;
    text-align: center;
    background: #c09a51;
    color: #fff
}

.interest__title {
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold
}

.interest__subtitle {
    margin: 0 0 6px 0;
    margin: 0 0 0.6rem 0;
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal
}

.interest__item {
    max-width: 740px;
    margin: 0 auto
}

@media screen and (min-width: 68.75em) {
    .good-beer-items-title--active {
        font-weight: 500;
        background: #fff;
        color: #1d1a13
    }
    .good-beer-items-title--active:before {
        border-left-color: #fff
    }
}

@media screen and (max-width: 68.75em) {
    .good-beer {
        padding-top: 0;
        background: #fff
    }
    .good-beer-items {
        margin: 0;
        padding: 0;
        box-shadow: none
    }
    .good-beer-items-title {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        width: auto;
        height: 46px;
        margin: 0 -7.4%;
        padding: 0 54px;
        padding: 0 5.4rem;
        font-weight: 500;
        line-height: 46px;
        text-align: left;
        color: #fff
    }
    .good-beer-items-title:before {
        top: auto;
        bottom: -12px;
        right: 18px;
        margin: 0;
        border-width: 13px 11.5px 0 11.5px;
        border-color: #aa7632 transparent transparent transparent
    }
    .good-beer-items-title:after {
        position: absolute;
        top: 50%;
        left: 30px;
        left: 3rem;
        display: inline-block;
        width: 0;
        height: 0;
        margin: -3px 0 0 0;
        content: '';
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #fff transparent transparent transparent
    }
    .good-beer-items-title:hover {
        color: #fff
    }
    .good-beer-items-title:hover:before {
        border-left-color: transparent
    }
    .good-beer-items-title--active-mobile:after {
        border-width: 0 5px 6px 5px;
        border-color: transparent transparent #fff transparent
    }
    .good-beer-items-title--1:hover,
    .good-beer-items-title--1.good-beer-items-title--active-mobile {
        background: #aa7632
    }
    .good-beer-items-title--2,
    .good-beer-items-title--3,
    .good-beer-items-title--4,
    .good-beer-items-title--5,
    .good-beer-items-title--6,
    .good-beer-items-title--7,
    .good-beer-items-title--8,
    .good-beer-items-title--9 {
        left: auto;
        width: auto
    }
    .good-beer-items-title--2:hover,
    .good-beer-items-title--2.good-beer-items-title--active-mobile {
        background: #b07f39
    }
    .good-beer-items-title--2:before {
        border-top-color: #b07f39
    }
    .good-beer-items-title--3:hover,
    .good-beer-items-title--3.good-beer-items-title--active-mobile {
        background: #b48942
    }
    .good-beer-items-title--3:before {
        border-top-color: #b48942
    }
    .good-beer-items-title--4:hover,
    .good-beer-items-title--4.good-beer-items-title--active-mobile {
        background: #ba924a
    }
    .good-beer-items-title--4:before {
        border-top-color: #ba924a
    }
    .good-beer-items-title--5:hover,
    .good-beer-items-title--5.good-beer-items-title--active-mobile {
        background: #c09a51
    }
    .good-beer-items-title--5:before {
        border-top-color: #c09a51
    }
    .good-beer-items-title--6:hover,
    .good-beer-items-title--6.good-beer-items-title--active-mobile {
        background: #cba55b
    }
    .good-beer-items-title--6:before {
        border-top-color: #cba55b
    }
    .good-beer-items-title--7:hover,
    .good-beer-items-title--7.good-beer-items-title--active-mobile {
        background: #d4ad63
    }
    .good-beer-items-title--7:before {
        border-top-color: #d4ad63
    }
    .good-beer-items-title--8:hover,
    .good-beer-items-title--8.good-beer-items-title--active-mobile {
        background: #dbb46a
    }
    .good-beer-items-title--8:before {
        border-top-color: #dbb46a
    }
    .good-beer-items-title--9:hover,
    .good-beer-items-title--9.good-beer-items-title--active-mobile {
        background: #e3be77
    }
    .good-beer-items-content {
        margin: 0 -7.4%;
        padding: 30px 6.5% 30px 6.5%;
        padding: 3rem 6.5% 3rem 6.5%;
        background: #f2f0ee
    }
    .good-beer-items-content--active {
        display: none
    }
    .good-beer-items-content--active-mobile {
        display: block
    }
}

@media screen and (max-width: 56.25em) {
    .czech-beer-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .czech-beer-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
    .good-beer__title,
    .how-we-do-it__title,
    .interest__title {
        font-size: 30px;
        font-size: 3rem
    }
    .how-we-do-it {
        padding: 40px 0 20px 0;
        padding: 4rem 0 2rem 0
    }
}

@media screen and (max-width: 50em) {
    .good-beer-items-content--has-image .good-beer-items-content__content {
        float: none;
        width: auto
    }
    .good-beer-items-content__image {
        float: none;
        width: auto;
        margin: 0
    }
}

@media screen and (max-width: 37.5em) {
    .czech-beer-content {
        text-align: left
    }
    .czech-beer-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
    .good-beer__title,
    .how-we-do-it__title,
    .interest__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .interest {
        padding: 30px 0 40px 0;
        padding: 3rem 0 4rem 0
    }
    .interest__title,
    .interest__subtitle,
    .interest__item {
        text-align: left
    }
}

@media screen and (max-width: 31.25em) {
    .interest {
        text-align: left
    }
}

.sabmiller-content {
    max-width: 845px;
    margin: 80px auto 80px auto;
    margin: 8rem auto 8rem auto;
    text-align: center
}

.sabmiller-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.sabmiller-content__secondary {
    margin: 40px 0 0 0;
    margin: 4rem 0 0 0
}

.sabmiller-map {
    height: 500px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.sabmiller-map .infoBox {
    width: 262px;
    margin-top: -35px;
    padding: 10px 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.sabmiller-map .infoBox:before {
    position: absolute;
    right: 45px;
    bottom: -10px;
    height: 0;
    width: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff
}

.sabmiller-map .tooltip .tooltip_title {
    font-size: 18px;
    font-size: 1.8rem
}

.sabmiller-map .tooltip p {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem
}

.sabmiller-map .tooltip span {
    display: block
}

.sabmiller-map .tooltip span:empty {
    display: none
}

.sabmiller-map .tooltip hr {
    border-color: #cacaca;
    margin: 8px 0
}

@media screen and (max-width: 56.25em) {
    .sabmiller-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
    .sabmiller-content {
        margin: 40px 0;
        margin: 4rem 0
    }
}

@media screen and (max-width: 47.5em) {
    .sabmiller-map {
        height: 350px
    }
}

@media screen and (max-width: 37.5em) {
    .sabmiller-content {
        text-align: left
    }
    .sabmiller-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 25em) {
    .sabmiller-content__primary {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.imdoc-content {
    max-width: 800px;
    margin: 0 auto 80px auto;
    margin: 0 auto 8rem auto;
    text-align: center
}

.imdoc-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.imdoc-info {
    padding: 80px 0;
    padding: 8rem 0;
    background: #f2f0ee
}

.imdoc-info__image {
    float: left;
    width: 37.12%
}

.imdoc-info-items {
    margin: -2px 0 0 40.6%
}

.imdoc-info-item {
    position: relative;
    padding: 0 0 20px 0;
    padding: 0 0 2rem 0
}

.imdoc-info-item:before {
    position: absolute;
    top: 2px;
    left: 11px;
    bottom: 0;
    display: block;
    width: 1px;
    content: ' ';
    background-image: linear-gradient(#a19991 2px, transparent 1px);
    background-size: 1px 4px
}

.imdoc-info-item:last-child:before {
    display: none
}

.imdoc-info-item--active .imdoc-info-item__title:before {
    content: '-'
}

.imdoc-info-item--active .imdoc-info-item-content {
    display: block
}

.imdoc-info-item__title {
    position: relative;
    display: inline-block;
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
    padding: 0 0 0 34px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: none
}

.imdoc-info-item__title:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    content: '+';
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    background: #c09a51;
    color: #fff;
    border-radius: 50%
}

.imdoc-info-item-content {
    display: none;
    padding: 0 0 25px 34px;
    padding: 0 0 2.5rem 34px
}

.imdoc-footer {
    padding: 80px 0 55px 0;
    padding: 8rem 0 5.5rem 0
}

.imdoc-footer .entry__content h1 span:before,
.imdoc-footer .entry__content h2 span:before,
.imdoc-footer .entry__content h3 span:before,
.imdoc-footer .entry__content h4 span:before,
.imdoc-footer .entry__content h5 span:before,
.imdoc-footer .entry__content h6 span:before {
    left: 0;
    margin-left: 0
}

.imdoc-footer__left {
    float: left;
    width: 56%;
    width: calc(100% - 517px)
}

.imdoc-footer__right {
    float: right;
    width: 412px
}

@media screen and (max-width: 62.5em) {
    .imdoc-footer {
        padding: 40px 0 30px 0;
        padding: 4rem 0 3rem 0
    }
    .imdoc-footer__left,
    .imdoc-footer__right {
        float: none;
        width: auto
    }
    .imdoc-footer__left {
        margin-bottom: 50px;
        margin-bottom: 5rem
    }
}

@media screen and (max-width: 56.25em) {
    .imdoc-content {
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
    .imdoc-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
    .imdoc-info {
        padding: 50px 0;
        padding: 5rem 0
    }
    .imdoc-info__image {
        float: none;
        display: inline-block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .imdoc-info-items {
        margin: 0
    }
}

@media screen and (max-width: 37.5em) {
    .imdoc-content {
        text-align: left
    }
    .imdoc-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 25em) {
    .imdoc-content__primary {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.archive-content {
    margin: 80px 0 80px 0;
    margin: 8rem 0 8rem 0;
    text-align: center
}

.archive-content__primary {
    max-width: 710px;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.archive-content__secondary {
    max-width: 845px;
    margin: 60px auto 0 auto;
    margin: 6rem auto 0 auto
}

.archive-footer {
    padding: 45px 0 50px 0;
    padding: 4.5rem 0 5rem 0;
    background: #c09a51;
    color: #fff
}

.archive-footer a {
    color: #fff
}

.archive-footer-column {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px);
    padding: 0 2% 0 0
}

.archive-footer-column:last-child {
    padding-right: 0
}

.archive-footer-column__title {
    position: relative;
    margin: -10px 0 25px 0;
    margin: -1rem 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.archive-footer-column__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #fff
}

.archive-footer-column__name {
    font-weight: 500;
    line-height: 1.43
}

.archive-footer-column__position {
    margin: 0 0 16px 0;
    margin: 0 0 1.6rem 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43
}

.archive-footer-column-email {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px
}

.archive-footer-column-email__icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -8px 0 0 0
}

.archive-footer-column-email__icon svg {
    fill: #fff
}

.archive-footer-column-phone {
    position: relative;
    padding: 0 0 0 30px
}

.archive-footer-column-phone__icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -9px 0 0 0
}

.archive-footer-column-phone__icon svg {
    fill: #fff
}

.archive-footer-column__content p:last-child {
    margin-bottom: 0
}

.archive-footer-column__link-map {
    display: inline-block;
    margin: 15px 0 0 0;
    margin: 1.5rem 0 0 0;
    padding: 0 0 0 25px;
    line-height: 20px;
    background-position: 0 50%;
    background-repeat: no-repeat
}

@media screen and (max-width: 62.5em) {
    .archive-footer-column {
        width: 50%
    }
    .archive-footer-column:nth-child(2) {
        padding-right: 0
    }
    .archive-footer-column:nth-child(3) {
        clear: left;
        margin-top: 50px;
        margin-top: 5rem
    }
}

@media screen and (max-width: 56.25em) {
    .archive-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .archive-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 42.5em) {
    .archive-footer-column {
        float: none;
        width: auto
    }
    .archive-footer-column:nth-child(2) {
        margin-top: 50px;
        margin-top: 5rem
    }
}

@media screen and (max-width: 37.5em) {
    .archive-content {
        text-align: left
    }
    .archive-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
    .archive-content__secondary {
        margin-top: 30px;
        margin-top: 3rem
    }
}

.banner-brands {
    position: relative;
    margin: 0 44px
}

.banner-brands:before,
.banner-brands:after {
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
    width: 100px;
    height: 138px;
    content: ' '
}

.banner-brands:before {
    left: 0;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

.banner-brands:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

.banner-brands--not-beginning:before {
    display: block
}

.banner-brands--not-end:after {
    display: block
}

.banner-brands-wrapper {
    position: relative;
    height: 138px;
    overflow: hidden
}

.banner-brands__link {
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 44px;
    height: 138px;
    cursor: pointer
}

.banner-brands__link:hover {
    background: #c09a51
}

.banner-brands__link:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: -11.5px 0 0 -7px;
    content: ' ';
    border-style: solid
}

.banner-brands__link.swiper-button-disabled {
    display: none
}

.banner-brands__link--prev {
    left: -44px
}

.banner-brands__link--prev:before {
    border-width: 11.5px 12px 11.5px 0;
    border-color: transparent #c09a51 transparent transparent
}

.banner-brands__link--prev:hover:before {
    border-right-color: #fff
}

.banner-brands__link--next {
    right: -44px
}

.banner-brands__link--next:before {
    margin-left: -5px;
    border-width: 11.5px 0 11.5px 12px;
    border-color: transparent transparent transparent #c09a51
}

.banner-brands__link--next:hover:before {
    border-left-color: #fff
}

.banner-brands__link--disabled {
    display: none
}

.banner-brands-list {
    height: 138px;
    margin: 0;
    padding: 0
}

.banner-brands-list {
    position: absolute;
    top: 0;
    left: 0
}

.banner-brands-item {
    float: left;
    width: 164px;
    height: 138px;
    margin: 0;
    padding: 0;
    line-height: 138px;
    list-style: none;
    text-align: center
}

.banner-brands-item--current {
    background: #f2f0ee
}

.banner-brands-item-link {
    display: block;
    width: 164px;
    opacity: 0.3
}

.banner-brands-item-link:hover {
    opacity: 1
}

.banner-brands-item__image,
.banner-brands-item-link__image {
    vertical-align: middle
}

.banner-brands-item-link__image.banner-brands-item-link__image__sized {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 100px;
}

.banner-brands-item-title,
.banner-brands-item-title-link {
    display: none
}

.brands-list {
    padding: 70px 0 0 0;
    padding: 7rem 0 0 0;
    text-align: center;
    background: #f2f0ee
}

.brands-list__title {
    max-width: 830px;
    margin: 0 auto 20px auto;
    margin: 0 auto 2rem auto;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #0f5911
}

.brands-list__content {
    max-width: 830px;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.brands-list-items {
    margin: 85px 0 0 0;
    margin: 8.5rem 0 0 0
}

.brands-list-item {
    position: relative;
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px);
    margin: 0 0 65px 0;
    margin: 0 0 6.5rem 0;
    padding: 354px 0 10px 0;
    padding: 354px 0 1rem 0;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    color: #c09a51
}

.brands-list-item:nth-child(3n-2) {
    clear: left
}

.brands-list-item span {
    position: relative;
    z-index: 1
}

.brands-list-item__image {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: auto;
    max-height: 330px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.beer-brand {
    padding: 60px 0 0 0;
    padding: 6rem 0 0 0;
    background: #f2f0ee
}

.beer-brand__title {
    max-width: 810px;
    margin: 0 auto 15px auto;
    margin: 0 auto 1.5rem auto;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.beer-brand__content {
    max-width: 810px;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55;
    text-align: center
}

.beer-brand__content a {
    color: #c09a51
}

.beer-brand__content a:hover {
    color: #1d1a13
}

.beer-brand-list {
    margin: 70px 0 85px 0;
    margin: 7rem 0 8.5rem 0;
    padding: 0
}

.beer-brand-item {
    position: relative;
    float: left;
    clear: both;
    max-width: 840px;
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    padding: 0;
    list-style: none
}

.beer-brand-item:nth-child(even) {
    float: right;
    text-align: right
}

.beer-brand-item:nth-child(even) .beer-brand-item-title,
.beer-brand-item:nth-child(even) .beer-brand-item__content {
    margin-left: 0;
    margin-right: 38%
}

.beer-brand-item:nth-child(even) .beer-brand-item-title__line {
    right: auto;
    left: 0
}

.beer-brand-item:nth-child(even) .beer-brand-item-image {
    left: auto;
    right: 0
}

.beer-brand-item--image-top .beer-brand-item-image {
    top: -80px
}

.beer-brand-item-title {
    position: relative;
    display: inline-block;
    margin: 0 0 25px 38%;
    margin: 0 0 2.5rem 38%;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.beer-brand-item-title__line {
    position: absolute;
    bottom: -10px;
    right: 0;
    display: block;
    width: 0;
    height: 2px;
    content: ' ';
    background: #c09a51;
    transition: width 0.5s ease 0.5s
}

.beer-brand-item__content {
    margin: 0 0 0 38%
}

.beer-brand-item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 35%;
    text-align: center
}

.beer-brand-item-image__image {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 307px;
    width: auto;
}

@media screen and (max-width: 62.5em) {
    .banner-brands--arrow-left:before,
    .banner-brands--arrow-right:after {
        display: none
    }
    .brands-list-item {
        padding-top: 304px
    }
    .brands-list-item__image {
        max-height: 295px;
    }
}

@media screen and (max-width: 56.25em) {
    .brands-list__title,
    .beer-brand__title {
        font-size: 30px;
        font-size: 3rem
    }
    .brands-list__content,
    .beer-brand__content {
        font-size: 20px;
        font-size: 2rem
    }
    .beer-brand-list {
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
    .beer-brand-item:nth-child(even) {
        float: left;
        text-align: left
    }
    .beer-brand-item:nth-child(even) .beer-brand-item-title,
    .beer-brand-item:nth-child(even) .beer-brand-item__content {
        margin-left: 38%;
        margin-right: 0
    }
    .beer-brand-item:nth-child(even) .beer-brand-item-image {
        right: auto;
        left: 0
    }
    .beer-brand-item-title__line {
        left: 0;
        right: auto;
        max-width: 35px;
        transition: none
    }
}

@media screen and (max-width: 50em) {
    .brands-list-item {
        padding-top: 244px
    }
    .brands-list-item__image {
        max-height: 240px;
    }
}

@media screen and (max-width: 43.75em) {
    .banner-brands--not-beginning:before,
    .banner-brands--not-end:after {
        display: none
    }
    .banner-brands-wrapper,
    .banner-brands-list {
        height: 60px
    }
    .banner-brands__link {
        top: 0;
        height: 60px;
        margin-top: 0
    }
    .banner-brands__link:before {
        margin: -6.5px 0 0 -3px
    }
    .banner-brands__link--prev:before {
        margin-left: -4px;
        border-width: 6.5px 7px 6.5px 0
    }
    .banner-brands__link--next:before {
        margin-right: -2px;
        border-width: 6.5px 0 6.5px 7px
    }
    .banner-brands-item {
        width: auto;
        height: 60px;
        padding: 0 20px;
        padding: 0 2rem;
        line-height: 60px
    }
    .banner-brands-item-link,
    .banner-brands-item__image {
        display: none
    }
    .banner-brands-item-title,
    .banner-brands-item-title-link {
        display: inline-block
    }
    .banner-brands-item-title-link {
        text-decoration: none;
        color: #c09a51
    }
}

@media screen and (max-width: 37.5em) {
    .brands-list__title,
    .beer-brand__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .brands-list__title,
    .brands-list__content,
    .beer-brand__title,
    .beer-brand__content {
        text-align: left
    }
    .brands-list__content,
    .beer-brand__content {
        font-size: 18px;
        font-size: 1.8rem
    }
    .beer-brand__content {
        margin-bottom: 120px;
        margin-bottom: 12rem;
    }
    .brands-list-item {
        width: 50%
    }
    .brands-list-item:nth-child(3n-2) {
        clear: none
    }
    .brands-list-item:nth-child(2n-1) {
        clear: left
    }
    .beer-brand-item-title {
        font-size: 20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 31.25em) {
    .brands-list-item {
        padding-top: 204px;
        font-size: 18px;
        font-size: 1.8rem
    }
    .brands-list-item__image {
        max-height: 200px;
    }
    .beer-brand__content {
        margin-bottom: 0;
        margin-bottom: 0;
    }
    .beer-brand-item {
        float: none
    }
    .beer-brand-item:nth-child(even) {
        float: none
    }
    .beer-brand-item:nth-child(even) .beer-brand-item-title,
    .beer-brand-item:nth-child(even) .beer-brand-item__content {
        margin-left: 0
    }
    .beer-brand-item-title,
    .beer-brand-item__content {
        margin-left: 0
    }
    .beer-brand-item-title__line {
        width: 35px !important
    }
    .beer-brand-item-image {
        position: static;
        width: auto;
        height: 200px;
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .beer-brand-item-image__image {
        max-height: 100% !important;
    }
}

@media screen and (max-width: 25em) {
    .brands-list-item {
        padding-top: 164px;
        font-size: 16px;
        font-size: 1.6rem
    }
    .brands-list-item__image {
        max-height: 160px;
    }
}

.header-w-menu {
    padding: 109px 0 0 0;
    line-height: 0;
    text-align: center;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #c09a51
}

.media-menu {
    position: relative;
    top: 3px;
    display: inline-block;
    margin: 0;
    padding: 0
}

.media-menu li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none
}

.media-menu a {
    position: relative;
    display: inline-block;
    height: 75px;
    padding: 0 50px 0 110px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 75px;
    text-decoration: none;
    text-transform: uppercase;
    background: #c09a51;
    color: #fff
}

.media-menu .icon {
    position: absolute;
    top: 50%;
    left: 50px;
    line-height: 0
}

.media-menu .icon-folder .icon {
    margin-top: -16px
}

.media-menu .icon-book .icon {
    margin-top: -18px
}

.media-menu .icon-people .icon {
    margin-top: -16px
}

.media-menu a:hover:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    content: ' ';
    background: #c09a51
}

.media-menu a:hover:after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 3px;
    height: 100%;
    content: ' ';
    background: #c09a51
}

.media-menu .menu-item--press-center a:hover:after {
    left: auto;
    right: 0
}

.single-post .media-menu .menu-item--press-center>a,
.search .media-menu .menu-item--press-center>a,
.archive.category .media-menu .menu-item--press-center>a,
.tax-album_category .media-menu .menu-item--stock>a,
.single-album .media-menu .menu-item--stock>a,
.media-menu a:hover,
.media-menu .current-menu-item>a {
    background: #fff;
    color: #1d1a13
}

.single-post .media-menu .menu-item--press-center>a svg,
.search .media-menu .menu-item--press-center>a svg,
.archive.category .media-menu .menu-item--press-center>a svg,
.tax-album_category .media-menu .menu-item--stock>a svg,
.single-album .media-menu .menu-item--stock>a svg,
.media-menu a:hover svg,
.media-menu .current-menu-item>a svg {
    fill: #c09a51 !important;
}

.single-post .media-menu .menu-item--press-center>a:before,
.search .media-menu .menu-item--press-center>a:before,
.archive.category .media-menu .menu-item--press-center>a:before,
.tax-album_category .media-menu .menu-item--stock>a:before,
.single-album .media-menu .menu-item--stock>a:before,
.media-menu .current-menu-item>a:before,
.single-post .media-menu .menu-item--press-center>a:after,
.search .media-menu .menu-item--press-center>a:after,
.archive.category .media-menu .menu-item--press-center>a:after,
.tax-album_category .media-menu .menu-item--stock>a:after,
.single-album .media-menu .menu-item--stock>a:after,
.media-menu .current-menu-item>a:after {
    display: none
}

.press-center-header {
    margin: 20px 0 30px 0;
    margin: 2rem 0 3rem 0;
    padding: 0 0 20px 0;
    padding: 0 0 2rem 0;
    border-bottom: 2px solid #f2f0ee
}

.press-center-header-categories {
    float: left;
    width: 74.74%;
    margin: 14px 0 0 0;
    margin: 1.4rem 0 0 0;
    padding: 0
}

.press-center-header-categories-item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 18px 0 19px;
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none
}

.press-center-header-categories-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin: -10px 0 0 0;
    content: ' ';
    background: #e1e1e1
}

.press-center-header-categories-item:first-child {
    padding-left: 30px
}

.press-center-header-categories-item:first-child:before {
    display: none
}

.press-center-header-categories-item--current {
    font-weight: 500;
    color: #c09a51
}

.press-center-header-search {
    float: right;
    width: 25.26%
}

.posts-main {
    margin: 0 0 90px 0;
    margin: 0 0 9rem 0
}

.posts-list {
    float: left;
    width: 72.35%;
    text-align: center
}

.posts-main__title {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: left
}

.posts-list-item {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0;
    padding: 30px 0 0 0;
    padding: 3rem 0 0 0;
    text-align: left;
    border-top: 2px solid #f2f0ee
}

.posts-list-item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.posts-list-item--has-image .posts-list-item-inner {
    margin-left: 324px
}

.posts-list-item__image {
    float: left;
    width: 292px;
    height: 188px;
    object-fit: contain;
}

.posts-list-item-header__date {
    color: #c09a51
}

.posts-list-item-header__category {
    display: inline-block;
    margin: 0 0 0 4px;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem;
    background: #f0f0f0;
    color: #535353
}

.posts-list-item-header__title {
    position: relative;
    clear: none;
    margin: 4px 0 25px 0;
    margin: 0.4rem 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4
}

.posts-list-item-header__title:before {
    position: absolute;
    bottom: -12px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.posts-list-item-header__title a {
    text-decoration: none
}

.posts-list-item__link-more {
    display: inline-block
}

.posts-list__link-more {
    margin-top: 35px;
    margin-top: 3.5rem
}

.post-single {
    float: left;
    width: 70.35%;
    text-align: left
}

.sidebar {
    float: right;
    width: 25.26%;
    padding: 10px;
    background: #f2f2f2
}

.sidebar-newsletter {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 20px 7.25% 30px 7.25%;
    padding: 2rem 7.25% 3rem 7.25%;
    background: #fff
}

.sidebar-newsletter__alert {
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    padding: 10px;
    padding: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #8a6d3b;
    background: #fcf8e3;
    border: 1px solid #faebcc;
    border-radius: 3px
}

.sidebar-newsletter__alert--success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.sidebar-newsletter__alert--failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.sidebar-newsletter__title {
    min-height: 35px;
    padding: 0 0 0 58px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.11;
    background-position: 0 2px;
    background-repeat: no-repeat
}

.sidebar-newsletter__desc {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0;
    font-size: 14px;
    font-size: 1.4rem
}

.sidebar-newsletter-form {
    margin: 20px 0 0 0;
    margin: 2rem 0 0 0;
    text-align: center
}

input.sidebar-newsletter-form__input {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding-left: 40px;
    text-align: left;
    background-position: 10px 50%
}

.sidebar-newsletter-form__submit {
    background: transparent;
    border-left: none;
    border-right: none
}

.sidebar-contacts {
    padding: 0 7.25%
}

.sidebar-contacts__title {
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.sidebar-contact {
    padding: 0 0 2.2rem 0;
    font-size: 14px;
    font-size: 1.4rem;
}

.sidebar-contact__image {
    float: left;
    width: 88px;
    height: auto;
    margin: 0 0 17px 0;
    margin: 0 0 1.7rem 0
}

.sidebar-contact__title {
    padding: 5px 0 2px 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.11
}

.sidebar-contact__position {
    color: #c09a51;
    margin-bottom: 20px;
}

.sidebar-contact__tel {
    clear: both;
    margin: 0 0 8px 0;
    padding: 0 0 0 28px;
    background-position: 0 50%;
    background-repeat: no-repeat
}

.sidebar-contact__email {
    display: block;
    padding: 0 0 0 28px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal
}

.sidebar-links {
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    text-align: center
}

.search-form {
    position: relative
}

input.search-form__query {
    padding-right: 55px
}

button.search-form__submit {
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 11px;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 0;
    padding: 0;
    background-size: 100%;
    border: none
}

button.search-form__submit:hover {
    background-color: transparent
}

.stock-header-categories {
    padding: 34px 0;
    padding: 3.4rem 0;
    border-bottom: 2px solid #f2f0ee
}

.stock-header-categories-item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0 33px 0 34px;
    font-size: 14px;
    font-size: 1.4rem;
    list-style: none
}

.stock-header-categories-item:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin: -10px 0 0 0;
    content: ' ';
    background: #e1e1e1
}

.stock-header-categories-item:first-child {
    padding-left: 37px
}

.stock-header-categories-item:first-child:before {
    display: none
}

.stock-header-categories-item--current {
    font-weight: 500;
    color: #c09a51
}

.stock-header-categories-item--current a {
    color: #c09a51
}

.stock-main {
    margin: 30px 0 90px 0;
    margin: 3rem 0 9rem 0
}

.stock-list {
    float: left;
    width: 72.35%;
    text-align: center
}

.stock-list-item {
    float: left;
    width: 200px;
    text-align: left
}

.stock-list-item__image {
    display: block;
    width: 100%;
    height: auto
}

.stock-list-item__title {
    margin: 10px 0 4px 0;
    margin: 1rem 0 0.4rem 0;
    padding: 0 4px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.67
}

.stock-list__link-more {
    margin-top: 35px;
    margin-top: 3.5rem
}

.stock-albums__title {
    padding: 0 0 0 20px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.stock-albums-items {
    margin: 15px -10px 10px -10px;
    margin: 1.5rem -10px 1rem -10px;
    padding: 0
}

.stock-albums-item {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #fff
}

.stock-albums-item:first-child {
    border-top: none
}

.stock-albums-item__link,
.stock-albums-item__title {
    display: block;
    padding: 8px 30px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
    color: #c09a51
}

.stock-albums-item__link:hover {
    background: #c09a51;
    color: #fff
}

.stock-albums-item__title {
    color: #1d1a13
}

.container--header-w-menu {
    overflow: hidden;
}

@media screen and (max-width: 75em) {
    .stock-header-categories-item {
        padding: 0 0 0 1px
    }
    .stock-header-categories-item:first-child {
        padding-left: 0
    }
    .stock-header-categories-item:first-child:before {
        display: none
    }
    .stock-header-categories-item:first-child a {
        padding-left: 0
    }
    .stock-header-categories-item a {
        display: inline-block;
        padding: 0 15px
    }
    .stock-header-categories-item--current {
        padding: 0 15px
    }
    .media-menu a {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 71.875em) {
    .posts-main,
    .stock-main {
        margin-bottom: 0
    }
    .posts-list,
    .post-single,
    .stock-list {
        float: none;
        width: auto;
        margin-bottom: 50px;
        margin-bottom: 5rem
    }
    .sidebar {
        float: none;
        width: auto;
        margin: 0 -7.5% 0 -7.5%;
        padding: 6.5%
    }
    .sidebar--stock-categories {
        display: none
    }
    .sidebar-newsletter {
        float: left;
        width: 33.33%;
        padding: 0 2% 0 0;
        background: transparent
    }
    .sidebar-newsletter__title {
        padding-top: 7px;
        padding-bottom: 7px;
        background-position: 0 50%
    }
    .sidebar-newsletter-form {
        text-align: left
    }
    .sidebar-contacts {
        float: left;
        width: 66.66%;
        padding: 2px 3% 0 3%
    }
    .sidebar-contact {
        float: left;
        width: 47%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }
    .sidebar-contact:nth-child(3) {
        float: right
    }
    .sidebar-links {
        float: right;
        width: 66.66%;
        margin: 30px 0 0 0;
        margin: 3rem 0 0 0
    }
}

@media screen and (max-width: 70em) {
    .media-menu a {
        font-size: 17px;
        font-size: 1.7rem;
        padding: 0 25px 0 80px;
    }
    .media-menu .icon {
        left: 25px;
    }
}

@media screen and (max-width: 65.625em) {
    .press-center-header {
        display: none
    }
    .posts-main {
        margin-top: 30px;
        margin-top: 3rem
    }
}

@media screen and (max-width: 59.375em) {
    .sidebar-newsletter-form__submit {
        background: #c09a51;
        color: #fff
    }
}

@media screen and (max-width: 56.25em) {
    .posts-list-item--has-image .posts-list-item-inner {
        margin-left: 274px
    }
    .posts-list-item__image {
        width: 242px
    }
    .stock-header-categories {
        display: none
    }
    .stock-main {
        margin-top: 30px;
        margin-top: 3rem
    }
    .header-w-menu {
        padding: 0;
        background: transparent
    }
    .container--header-w-menu {
        padding-left: 0;
        padding-right: 0
    }
    .media-menu {
        top: 0;
        display: block
    }
    .media-menu li {
        width: 33.3333%
    }
    .media-menu a {
        display: table;
        width: 100%;
        height: 60px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.4;
    }
    .media-menu .media-item {
        display: table-cell;
        vertical-align: middle;
    }
}

@media screen and (max-width: 50em) {
    .sidebar-newsletter {
        width: 50%
    }
    .sidebar-contacts {
        width: 50%
    }
    .sidebar-contact {
        float: none;
        width: auto;
    }
    .sidebar-contact:nth-child(3) {
        float: none
    }
    .sidebar-links {
        width: 50%;
        margin-top: 0
    }
}

@media screen and (max-width: 43.75em) {
    .posts-list-item--has-image .posts-list-item-inner {
        margin-left: 232px
    }
    .posts-list-item__image {
        width: 200px
    }
}

@media screen and (max-width: 37.5em) {
    .media-menu a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0;
    }
    .media-menu .media-item {
        padding: 0 10px;
    }
    .media-menu .icon {
        display: none
    }
    .media-menu .icon svg {
        display: block;
        width: 100%;
        height: 100%
    }
    .media-menu .icon-book .icon {
        height: 24px;
        margin-top: -12px
    }
    .media-menu .icon-folder .icon {
        height: 25px;
        margin-top: -12px
    }
    .posts-main__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .posts-list-item--has-image .posts-list-item-inner {
        margin-left: 0
    }
    .posts-list-item__image {
        display: none
    }
    .posts-list-item-header__title {
        line-height: 1.5
    }
}

@media screen and (max-width: 31.25em) {
    .sidebar {
        padding-bottom: 40px;
        padding-bottom: 4rem
    }
    .sidebar-newsletter,
    .sidebar-contacts,
    .sidebar-links {
        float: none;
        width: auto
    }
    .sidebar-newsletter {
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
    .sidebar-contacts {
        margin-top: 20px;
        margin-top: 2rem;
        padding: 0
    }
    .sidebar-contact__title {
        font-family: 'Roboto', sans-serif;
        font-weight: 500
    }
    .posts-list,
    .stock-list,
    .sidebar-links {
        text-align: left
    }
}

@media screen and (max-width: 25em) {
    .media-menu a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.we-care-content {
    max-width: 830px;
    margin: 70px auto 80px auto;
    margin: 7rem auto 8rem auto;
    text-align: center
}

.we-care-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.we-care-content__secondary {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0
}

.we-care-guidepost-item {
    position: relative;
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px)
}

.we-care-guidepost-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    content: ' ';
    background: #c09a51;
    background: rgba(192, 154, 91, 0.87)
}

.we-care-guidepost-item:hover:before {
    display: block
}

.we-care-guidepost-item__title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    max-width: 90%;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.33;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4)
}

.we-care-guidepost-item__image {
    display: block;
    width: 100%;
    height: auto
}

@media screen and (max-width: 75em) {
    .we-care-guidepost-item__title {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media screen and (max-width: 62.5em) {
    .we-care-guidepost-item__title {
        font-size: 20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 56.25em) {
    .we-care-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .we-care-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 50em) {
    .we-care-guidepost-item {
        float: none;
        display: block;
        width: 100%
    }
    .we-care-guidepost-item__title {
        font-size: 30px;
        font-size: 3rem
    }
}

@media screen and (max-width: 37.5em) {
    .we-care-content {
        text-align: left
    }
    .we-care-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 28.125em) {
    .we-care-guidepost-item__title {
        font-size: 24px;
        font-size: 2.4rem
    }
}

.regions-support-content {
    max-width: 830px;
    margin: 70px auto 80px auto;
    margin: 7rem auto 8rem auto;
    text-align: center
}

.regions-support-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.regions-support-content__secondary {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0
}

.regions-support {
    padding: 90px 0 0 0;
    padding: 9rem 0 0 0;
    background: #f2f0ee
}

.regions-support-items {
    position: relative;
    margin: 0 0 90px 0;
    margin: 0 0 9rem 0;
    padding: 66px 0 0 0;
    box-shadow: 0px 2px 1px 0px rgba(18, 17, 14, 0.1)
}

.regions-support-items-title {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px);
    height: 66px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    background: #aa7632;
    color: #fff
}

.regions-support-items-title:hover {
    background: #faf7f0
}

.regions-support-items-title--2 {
    left: 33.33%;
    background: #c09a51
}

.regions-support-items-title--3 {
    left: 66.66%;
    background: #e3be77
}

.regions-support-items-title--active {
    font-weight: 500;
    background: #fff;
    color: #1d1a13
}

.regions-support-items-content {
    display: none;
    padding: 30px 80px 30px 50px;
    padding: 3rem 8rem 3rem 5rem;
    background: #fff
}

.regions-support-items-content--active {
    display: block
}

.regions-support-items-content--has-image .regions-support-items-content__content {
    float: left;
    width: 55%
}

.regions-support-items-content__image {
    float: right;
    width: 40.7%;
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0
}

.regions-support-items-content__content h1 span:before,
.regions-support-items-content__content h2 span:before,
.regions-support-items-content__content h3 span:before,
.regions-support-items-content__content h4 span:before,
.regions-support-items-content__content h5 span:before,
.regions-support-items-content__content h6 span:before {
    left: 0;
    margin-left: 0
}

.regions-support-we-supported {
    padding: 70px 0 85px 0;
    padding: 7rem 0 8.5rem 0;
    text-align: center
}

.regions-support-we-supported__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #0f5911
}

.regions-support-we-supported-items {
    margin: 0 -23px;
    padding: 0;
    text-align: left
}

.regions-support-we-supported-item {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 47px - 0.01px);
    margin: 0 23px 35px 23px;
    margin: 0 23px 3.5rem 23px;
    padding: 0;
    list-style: none
}

.regions-support-we-supported-item__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 28px 0;
    margin: 0 0 2.8rem 0
}

.regions-support-we-supported-item__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500
}

.regions-support-we-supported-item__content {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0
}

.saris-ludom-notice .susdev-content {
    margin-top: 0;
    border-top: 2px solid #c09a51;
    border-bottom: 2px solid #c09a51;
}

.saris-ludom-notice .susdev-content p {
    font-size: 22px;
    font-style: italic;
    margin: 0.8em 0;
}

@media screen and (max-width: 56.25em) {
    .saris-ludom-notice .susdev-content p {
        font-size: 20px;
    }
}

@media screen and (max-width: 37.5em) {
    .saris-ludom-notice .susdev-content p {
        font-size: 18px;
    }
}

.rs-voting-content {
    background: #fff
}

.rs-voting-content-inner {
    max-width: 830px;
    margin: 70px auto 90px auto;
    margin: 7rem auto 9rem auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55;
    text-align: center
}

.rs-voting-info {
    padding: 80px 0 90px 0;
    padding: 8rem 0 9rem 0;
    background: #f2f0ee
}

.rs-voting-info__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.rs-voting-info-items-titles {
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    font-size: 0;
    text-align: center
}

.rs-voting-info-items-title {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 112px;
    margin: 0 4px;
    padding: 70px 20px 20px 20px;
    padding: 7rem 2rem 2rem 2rem;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-decoration: underline;
    background: #fff
}

.rs-voting-info-items-title:before {
    position: absolute;
    bottom: -12px;
    left: 50%;
    display: none;
    width: 0;
    height: 0;
    content: ' ';
    margin: 0 0 0 -12px;
    border-style: solid;
    border-width: 13px 12px 0 12px;
    border-color: #c09a51 transparent transparent transparent
}

.rs-voting-info-items-title .icon {
    position: absolute;
    top: 21px;
    left: 50%;
    display: block;
    line-height: 0
}

.rs-voting-info-items-title .icon svg {
    display: block;
    fill: #c09a51
}

.rs-voting-info-items-title .icon-gears {
    width: 42px;
    height: 40px;
    margin-left: -21px
}

.rs-voting-info-items-title .icon-gears svg {
    width: 42px;
    height: 40px
}

.rs-voting-info-items-title .icon-comment-2 {
    top: 23px;
    width: 38px;
    height: 37px;
    margin-left: -19px
}

.rs-voting-info-items-title .icon-comment-2 svg {
    width: 38px;
    height: 37px
}

.rs-voting-info-items-title .icon-clock {
    width: 40px;
    height: 40px;
    margin-left: -20px
}

.rs-voting-info-items-title .icon-clock svg {
    width: 40px;
    height: 40px
}

.rs-voting-info-items-title .icon-seal {
    width: 28px;
    height: 39px;
    margin-left: -14px
}

.rs-voting-info-items-title .icon-seal svg {
    width: 28px;
    height: 39px
}

.rs-voting-info-items-title--mobile {
    display: none
}

.rs-voting-info-items-title:hover,
.rs-voting-info-items-title--active {
    text-decoration: none;
    background: #c09a51;
    color: #fff
}

.rs-voting-info-items-title:hover .icon svg,
.rs-voting-info-items-title--active .icon svg {
    fill: #fff
}

.rs-voting-info-items-title--active:before {
    display: block
}

.rs-voting-info-items-content {
    display: none;
    max-width: 400px;
    margin: 0 auto;
    text-align: center
}

.rs-voting-info-items-content--active {
    display: block
}

.rs-voting-regions {
    padding: 80px 0 90px 0;
    padding: 8rem 0 9rem 0;
    background: #f2f0ee
}

.rs-voting-regions__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.rs-voting-regions-item {
    float: left;
    width: 33.33%;
    text-align: center
}

.rs-voting-regions-item__title {
    position: relative;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0 0 5px 0;
    padding: 0 0 0.5rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.rs-voting-regions-item__title:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 0 0 -17px;
    content: ' ';
    background: #c09a51
}

.rs-voting-regions-item__link-logo {
    display: block;
    height: 100px;
    overflow: hidden;
    margin: 0 0 50px 0;
    margin: 0 0 5rem 0;
    line-height: 100px
}

.rs-voting-regions-item__logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

.rs-voting-regions-item__content {
    margin: 0 20px;
    margin: 0 2rem
}

.rs-voting-regions-item__content p:last-child {
    margin-bottom: 0
}

.rs-projects {
    margin: 70px 0 0 0;
    margin: 7rem 0 0 0
}

.rs-projects__title {
    max-width: 580px;
    margin: 0 auto 6px auto;
    margin: 0 auto 0.6rem auto;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    color: #0f5911
}

.rs-projects__subtitle {
    max-width: 580px;
    margin: 0 auto 50px auto;
    margin: 0 auto 5rem auto;
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center
}

.rs-projects-list {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0
}

.rs-projects-item {
    float: left;
    width: 45.74%;
    margin: 0 4.26% 60px 0;
    margin: 0 4.26% 6rem 0
}

.rs-projects-item:nth-child(2n-1) {
    clear: left
}

.rs-projects-item__image {
    float: left;
    display: inline-block;
    width: 33.58%;
    height: auto
}

.rs-projects-item-main {
    margin: 0 0 0 39.17%
}

.rs-projects-item__title {
    margin: -4px 0 0 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.17
}

.rs-projects-item__company {
    font-size: 14px;
    font-size: 1.4rem;
    color: #535353
}

.rs-projects-item__content {
    position: relative;
    margin: 15px 0 0 0;
    margin: 1.5rem 0 0 0;
    padding: 15px 0 0 0;
    padding: 1.5rem 0 0 0
}

.rs-projects-item__content:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.rs-note {
    padding: 33px 0 28px 0;
    padding: 3.3rem 0 2.8rem 0;
    text-align: center;
    background: #c09a51;
    color: #fff
}

.rs-note a {
    color: #fff
}

.rs-note__content {
    display: inline-block;
    padding: 0 0 0 44px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
    background-position: 0 50%
}

.project-vote-open {
    overflow: hidden
}

.project-vote-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: none;
    content: ' ';
    background: #fff;
    background: rgba(255, 255, 255, 0.85)
}

.project-vote-inner {
    position: relative;
    padding: 40px;
    padding: 4rem;
    background: #fff
}

.no-flexbox .project-vote {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    display: none;
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 13px 0px rgba(62, 47, 18, 0.45)
}

.flexbox .project-vote {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    width: 100%;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flexbox .project-vote-inner {
    width: 520px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    box-shadow: 0px 4px 13px 0px rgba(62, 47, 18, 0.45)
}

.project-vote__link-close {
    position: absolute;
    top: 9px;
    right: 9px;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 6px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out
}

.project-vote__link-close span {
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
    height: 2px;
    width: 23px;
    background: #c3c3c3;
    border-radius: 2px
}

.project-vote__link-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.project-vote__link-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.project-vote__link-close:hover span {
    background: #c09a51
}

.project-vote-after {
    display: none;
    text-align: center
}

.project-vote-header__image {
    float: left;
    width: 85px;
    height: auto
}

.project-vote-header-main {
    margin: 0 0 0 110px
}

.project-vote-header__title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.17
}

.project-vote-header__title-project {
    position: relative;
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    padding: 0 0 15px 0;
    padding: 0 0 1.5rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.17
}

.project-vote-header__title-project:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.project-vote-header__desc {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0
}

.project-vote-form {
    position: relative;
    padding: 30px;
    padding: 3rem;
    text-align: center;
    background: #f2f0ee
}

.project-vote-form .error-message {
    display: block;
    margin: 5px 0 0 0;
    margin: 0.5rem 0 0 0;
    text-align: left;
    color: #e11313
}

.project-vote-form-element {
    position: relative;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0
}

.project-vote-form-element__label {
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 2;
    color: #b1b1b1;
    transition: all .2s linear
}

.project-vote-form-element__label.active {
    top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #c09a51;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

input.project-vote-form-element__input {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    border-color: #d0cfcf
}

.project-vote-form__label {
    display: block;
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    line-height: 1.375;
    text-align: left
}

select.project-vote-form__topic {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    border-color: #d0cfcf
}

.project-vote-form-checkbox {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    line-height: 1.28;
    text-align: left
}

.project-vote-form-checkbox input[type="checkbox"]+span .checkbox {
    margin-right: 12px;
    background-position: 50% 50%;
    background-size: 0;
    border-color: #d0cfcf
}

.project-vote-form-checkbox input[type="checkbox"]:checked+span .checkbox {
    background-size: 21px 17px
}

.project-vote-form-checkbox .text {
    position: relative;
    display: block;
    top: -4px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 45px;
    padding-left: 4.5rem;
}

.project-vote-after__title {
    position: relative;
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    padding: 0 0 15px 0;
    padding: 0 0 1.5rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.17
}

.project-vote-after__title:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 35px;
    height: 2px;
    margin: 0 0 0 -17px;
    content: ' ';
    background: #c09a51
}

.project-vote-after__desc {
    max-width: 330px;
    margin: 0 auto 10px auto;
    margin: 0 auto 1rem auto;
    line-height: 1.375
}

.rs-after-voting-content {
    max-width: 830px;
    margin: 70px auto 90px auto;
    margin: 7rem auto 9rem auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55;
    text-align: center
}

.rs-after-voting-results {
    padding: 80px 0 90px 0;
    padding: 8rem 0 9rem 0;
    background: #f2f0ee
}

.rs-after-voting-results__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.rs-after-voting-results-titles__item {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px);
    height: 66px;
    padding: 18px 20px 0 20px;
    padding: 1.8rem 2rem 0 2rem;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background: #aa7632;
    color: #fff
}

.rs-after-voting-results-titles__item:hover {
    background: #faf7f0
}

.rs-after-voting-results-titles__item .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300
}

.rs-after-voting-results-titles__item--1 {
    background: #c09a51
}

.rs-after-voting-results-titles__item--2 {
    background: #e3be77
}

.rs-after-voting-results-titles__item--active {
    background: #fff;
    color: #1d1a13
}

.rs-after-voting-results-items-content {
    display: none;
    padding: 35px 50px 30px 50px;
    padding: 3.5rem 5rem 3rem 5rem;
    background: #fff;
    box-shadow: 0 2px 1px rgba(18, 17, 14, 0.1);
    box-shadow: 0 0.2rem 0.1rem rgba(18, 17, 14, 0.1)
}

.rs-after-voting-results-items-content--active {
    display: block
}

.rs-after-voting-results-items-content__title {
    position: relative;
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    padding: 0 0 15px 0;
    padding: 0 0 1.5rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.rs-after-voting-results-items-content__title:before {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.rs-after-voting-results-projects {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0
}

.rs-after-voting-results-project {
    float: left;
    width: 31.34%
}

.rs-after-voting-results-project:nth-child(2) {
    margin-left: 2.99%;
    margin-right: 2.99%
}

.rs-after-voting-results-project--1 .rs-after-voting-results-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -323px -29px;
    width: 19px;
    height: 19px;
    position: absolute;
    content: "";
    top: 14px;
    left: 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .rs-after-voting-results-project--1 .rs-after-voting-results-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.rs-after-voting-results-project--2 .rs-after-voting-results-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: 0px -104px;
    width: 19px;
    height: 27px;
    position: absolute;
    content: "";
    top: 10px;
    left: 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .rs-after-voting-results-project--2 .rs-after-voting-results-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.rs-after-voting-results-project__image {
    display: block;
    width: 100%;
    height: auto
}

.rs-after-voting-results-project-header {
    position: relative;
    margin: 28px 0 25px 0;
    margin: 2.8rem 0 2.5rem 0;
    padding: 3px 0 0 50px
}

.rs-after-voting-results-project-header:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    content: ' ';
    background: #c09a51;
    border-radius: 50%
}

.rs-after-voting-results-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -36px -104px;
    width: 14px;
    height: 22px;
    position: absolute;
    content: "";
    top: 13px;
    left: 13px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .rs-after-voting-results-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.rs-after-voting-results-project-header__title {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4
}

.rs-after-voting-results-project-header__company {
    font-size: 14px;
    font-size: 1.4rem;
    color: #535353
}

@media screen and (max-width: 68.75em) {
    .regions-support {
        padding-top: 0;
        background: #fff
    }
    .regions-support-items {
        margin: 0;
        padding: 0;
        box-shadow: none
    }
    .regions-support-items-title {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        width: auto;
        height: 46px;
        margin: 0 -7.4%;
        padding: 0 44px;
        padding: 0 4.4rem;
        font-weight: 500;
        line-height: 46px;
        text-align: left;
        color: #fff
    }
    .regions-support-items-title:hover {
        color: #fff
    }
    .regions-support-items-title--1:hover,
    .regions-support-items-title--1.regions-support-items-title--active {
        background: #aa7632
    }
    .regions-support-items-title--2,
    .regions-support-items-title--3 {
        left: auto;
        width: auto
    }
    .regions-support-items-title--2:hover,
    .regions-support-items-title--2.regions-support-items-title--active {
        background: #c09a51
    }
    .regions-support-items-title--3:hover,
    .regions-support-items-title--3.regions-support-items-title--active {
        background: #e3be77
    }
    .regions-support-items-content {
        margin: 0 -7.4%;
        padding: 30px 6.5% 30px 6.5%;
        padding: 3rem 6.5% 3rem 6.5%;
        background: #f2f0ee
    }
}

@media screen and (max-width: 62.5em) {
    .regions-support-we-supported-items {
        margin-left: 0;
        margin-right: 0
    }
    .regions-support-we-supported-item {
        float: none;
        width: auto
    }
    .regions-support-we-supported-item__image {
        width: auto
    }
    .rs-voting-regions-item {
        width: 50%;
        margin-bottom: 55px;
        margin-bottom: 5.5rem
    }
    .rs-voting-regions-item:nth-child(3) {
        clear: left;
        float: none;
        width: auto;
        margin-bottom: 0
    }
    .rs-voting-regions-item__link-logo {
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .rs-after-voting-results-items {
        margin-left: -7.4%;
        margin-right: -7.4%
    }
    .rs-after-voting-results-items-content {
        padding-left: 6.5%;
        padding-right: 6.5%
    }
    .rs-after-voting-results-titles__item {
        height: 90px;
        line-height: 1.2
    }
    .rs-after-voting-results-titles__item .subtitle {
        display: block;
        margin: 5px 0 0 0;
        margin: 0.5rem 0 0 0
    }
    .rs-after-voting-results-titles__item .separator {
        display: none
    }
}

@media screen and (max-width: 950px) {
    .rs-projects__subtitle {
        margin-bottom: 50px;
        margin-bottom: 5rem
    }
    .rs-projects-item {
        float: none;
        width: auto;
        margin-right: 0
    }
    .rs-projects-item__image {
        width: 180px
    }
    .rs-projects-item-main {
        margin-left: 210px
    }
}

@media screen and (max-width: 56.25em) {
    .regions-support-we-supported__title,
    .rs-voting-info__title,
    .rs-voting-regions__title,
    .rs-projects__title {
        font-size: 30px;
        font-size: 3rem
    }
    .regions-support-content,
    .rs-voting-content-inner,
    .rs-voting-info,
    .rs-after-voting-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .regions-support-content__primary,
    .rs-voting-content-inner,
    .rs-after-voting-content {
        font-size: 20px;
        font-size: 2rem
    }
    .rs-voting-regions {
        padding: 40px 0;
        padding: 4rem 0
    }
    .rs-after-voting-results-project {
        float: left;
        width: 46%;
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .rs-after-voting-results-project:nth-child(2) {
        margin-left: 8%;
        margin-right: 0
    }
    .rs-after-voting-results-project:nth-child(3) {
        clear: left;
        margin-left: 26.25%;
        margin-bottom: 0
    }
    .rs-note {
        padding: 23px 0 18px 0;
        padding: 2.3rem 0 1.8rem 0
    }
    .rs-note__content {
        font-size: 16px;
        font-size: 1.6rem
    }
}

@media screen and (max-width: 50em) {
    .regions-support-items-content--has-image .regions-support-items-content__content {
        float: none;
        width: auto
    }
    .regions-support-items-content__image {
        float: none;
        width: auto;
        margin: 0
    }
}

@media screen and (max-width: 43.75em) {
    .rs-note__content {
        padding: 38px 0 0 0;
        background-position: 50% 0
    }
}

@media screen and (max-width: 40.625em) {
    .rs-voting-regions-item {
        float: none;
        width: auto
    }
    .rs-after-voting-results-project {
        float: none;
        width: auto;
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
    .rs-after-voting-results-project:nth-child(2) {
        margin-left: 0
    }
    .rs-after-voting-results-project:nth-child(3) {
        margin-left: 0
    }
    .rs-after-voting-results-project__image {
        max-width: 336px;
        margin-left: auto;
        margin-right: auto
    }
    .rs-after-voting-results-project-header {
        margin-top: 15px;
        margin-top: 1.5rem;
        margin-bottom: 15px;
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width: 38.75em) {
    .rs-voting-info {
        margin-bottom: 0
    }
    .rs-voting-info-items-title {
        display: none;
        width: auto;
        height: 68px;
        margin: 0 -7.4%;
        padding: 20px 6.5% 0 6.5%;
        padding: 2rem 6.5% 0 6.5%;
        padding-left: calc(6.5% + 60px);
        font-size: 16px;
        font-size: 1.6rem;
        text-decoration: none;
        border-bottom: 1px solid #fff
    }
    .rs-voting-info-items-title:before {
        left: auto;
        right: 6.5%;
        z-index: 2;
        margin-left: 0
    }
    .rs-voting-info-items-title .icon {
        top: 50%;
        left: 6.5%
    }
    .rs-voting-info-items-title .icon-gears {
        margin-top: -21px;
        margin-left: 0
    }
    .rs-voting-info-items-title .icon-comment-2 {
        top: 50%;
        margin-top: -19px;
        margin-left: 0
    }
    .rs-voting-info-items-title .icon-clock {
        margin-top: -20px;
        margin-left: 0
    }
    .rs-voting-info-items-title .icon-seal {
        margin-top: -20px;
        margin-left: 6px
    }
    .rs-voting-info-items-title--mobile {
        display: block
    }
    .rs-voting-info-items-content {
        max-width: 100%;
        padding: 30px 0 20px 0;
        padding: 3rem 0 2rem 0;
        text-align: left
    }
    .rs-voting-regions {
        padding-top: 80px;
        padding-top: 8rem
    }
}

@media screen and (max-width: 37.5em) {
    .regions-support-we-supported__title,
    .rs-voting-info__title,
    .rs-voting-regions__title,
    .rs-projects__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .regions-support-content,
    .rs-voting-content-inner,
    .rs-after-voting-content {
        text-align: left
    }
    .regions-support-content__primary,
    .rs-voting-content-inner,
    .rs-after-voting-content {
        font-size: 18px;
        font-size: 1.8rem
    }
    .rs-projects-item__image {
        width: 33.58%
    }
    .rs-projects-item-main {
        margin-left: 39.17%
    }
    .rs-after-voting-results-titles__item {
        padding: 10px 10px 0 10px;
        padding: 1rem 1rem 0 1rem
    }
}

@media screen and (max-width: 28.125em) {
    .rs-projects-item {
        text-align: center
    }
    .rs-projects-item__image {
        float: none;
        width: 180px;
        margin-bottom: 20px;
        margin-bottom: 2rem
    }
    .rs-projects-item-main {
        margin-left: 0
    }
    .rs-projects-item__company:before {
        left: 50%;
        margin-left: -17px
    }
    .rs-projects-item__content {
        text-align: left
    }
    .project-vote-inner {
        padding: 40px 20px;
        padding: 4rem 2rem;
        background: #f2f0ee
    }
    .project-vote-form {
        padding: 0
    }
}

.rs-voting-regions-items {
    margin-bottom: 80px;
    margin-bottom: 8rem;
}
.regions-support-we-supported {
    background: #fff;
}
.rs-voting-regions__container {
    max-width: 1035px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    .rs-voting-regions__main-content {
        float: left;
        width: 60%;
    }
}
.rs-voting-regions__main-content h3 {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Cora', sans-serif;
    font-size: 34px;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #0f5911;
}
@media (min-width: 768px) {
    .rs-voting-regions__sidebar {
        float: left;
        width: 40%;
    }
}
.rs-voting-regions__sidebar .supported-projects-info {
    width: 100%;
    max-width: 340px;
    padding: 17px 27px;
    padding: 1.7rem 2.7rem;
}
.rs-voting-content__info-text h3 {
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: 'Cora', sans-serif;
    font-weight: bold;
    color: #0f5911;
}
@media (min-width: 768px) {
    .rs-voting-content__info-text {
        float: left;
        width: 60%;
    }
}
@media (min-width: 768px) {
    .rs-voting-content__info-buttons {
        float: right;
        width: 30%;
    }
}
.buttons-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.buttons-list__button {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}
.buttons-list__button .btn {
    width: 100%;
}

.supported-projects-menu {
    position: relative;
    bottom: -3px;
    max-width: 1172px;
    margin: 0 auto
}

.supported-projects-menu-item {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 0.01px);
    height: 66px;
    padding: 18px 20px 0 20px;
    padding: 1.8rem 2rem 0 2rem;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    background: #aa7632;
    color: #fff
}

.supported-projects-menu-item .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300
}

.supported-projects-menu-item--1 {
    background: #c09a51
}

.supported-projects-menu-item--2 {
    background: #e3be77
}

.supported-projects-menu-item:hover,
.supported-projects-menu-item--active {
    background: #fff;
    color: #000
}

.supported-projects-header {
    padding: 35px 0;
    padding: 3.5rem 0;
    border-bottom: 2px solid #f2f0ee
}

.supported-projects-years-menu {
    float: left
}

.supported-projects-years-menu-item {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    padding: 0 2.0rem;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300
}

.supported-projects-years-menu-item:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 1px;
    content: ' ';
    background: #e1e1e1
}

.supported-projects-years-menu-item:first-child:before {
    display: none
}

.supported-projects-years-menu-item:first-child {
    padding-left: 0
}

.supported-projects-years-menu-item:last-child {
    padding-right: 0
}

.supported-projects-years-menu-item--active {
    font-weight: 500;
    text-decoration: none;
    color: #c09a51
}

.supported-projects-years-menu-item span {
    display: none;
}

.supported-projects__link-back {
    position: relative;
    float: right;
    padding: 0 0 0 28px;
    background-position: 0 50%;
    background-size: 18px 15px
}

.supported-projects-items-footer {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0;
    text-align: center
}

.supported-projects-items-footer__link-back {
    position: relative;
    display: inline-block;
    padding: 0 0 0 28px;
    background-position: 0 50%;
    background-size: 18px 15px
}

.supported-projects {
    margin: 30px 0 120px 0;
    margin: 3rem 0 12rem 0
}

/*.supported-projects-items {
    float: left;
    width: 72.27%;
    width: calc(100% - 325px)
}*/
.supported-projects-items-header,
.supported-projects-items-winner-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.supported-projects-articles {
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.supported-projects-items-header h2 {
    margin-top: 0;
}

.supported-project {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0;
    padding: 30px 0 0 0;
    padding: 3rem 0 0 0;
    border-top: 2px solid #f2f0ee
}

.supported-project:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

.supported-project--1 .supported-project-header:before {
    background: #c09a51
}

.supported-project--2 .supported-project-header:before {
    background: #c09a51
}

.supported-project--2 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -323px -29px;
    width: 19px;
    height: 19px;
    position: absolute;
    content: "";
    top: 14px;
    left: 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--2 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--3 .supported-project-header:before {
    background: #c09a51
}

.supported-project--3 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: 0px -104px;
    width: 19px;
    height: 27px;
    position: absolute;
    content: "";
    top: 10px;
    left: 10px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--3 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--4 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -63px -70px;
    width: 23px;
    height: 21px;
    position: absolute;
    content: "";
    top: 12px;
    left: 8px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--4 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--5 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: 0px -131px;
    width: 17px;
    height: 29px;
    position: absolute;
    content: "";
    top: 8px;
    left: 11px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--5 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--6 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -31px -131px;
    width: 15px;
    height: 25px;
    position: absolute;
    content: "";
    top: 10px;
    left: 12px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--6 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--7 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -17px -131px;
    width: 14px;
    height: 27px;
    position: absolute;
    content: "";
    top: 10px;
    left: 14px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--7 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--8 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -46px -131px;
    width: 15px;
    height: 25px;
    position: absolute;
    content: "";
    top: 10px;
    left: 12px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--8 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--9 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -19px -104px;
    width: 17px;
    height: 24px;
    position: absolute;
    content: "";
    top: 12px;
    left: 12px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--9 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--10 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -99px -3px;
    width: 31px;
    height: 20px;
    position: absolute;
    content: "";
    top: 12px;
    left: 5px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--10 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--11 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -299px -29px;
    width: 24px;
    height: 19px;
    position: absolute;
    content: "";
    top: 12px;
    left: 8px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--11 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--12 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -272px -29px;
    width: 27px;
    height: 19px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--12 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--13 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -170px -29px;
    width: 25px;
    height: 24px;
    position: absolute;
    content: "";
    top: 12px;
    left: 8px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--13 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--14 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -130px -3px;
    width: 31px;
    height: 19px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--14 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--15 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -118px -29px;
    width: 27px;
    height: 25px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--15 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--16 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -247px -29px;
    width: 25px;
    height: 21px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--16 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--17 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -145px -29px;
    width: 25px;
    height: 25px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--17 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--18 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -222px -29px;
    width: 25px;
    height: 21px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--18 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--19 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -195px -29px;
    width: 27px;
    height: 21px;
    position: absolute;
    content: "";
    top: 12px;
    left: 7px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--19 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project--20 .supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -161px -3px;
    width: 31px;
    height: 18px;
    position: absolute;
    content: "";
    top: 13px;
    left: 5px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project--20 .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project__image {
    float: left;
    width: 282px;
    height: auto
}

.supported-project-content:not(.no-image) {
    margin: 0 0 0 322px
}

.supported-project-content.no-image .supported-project-header {
    margin-bottom: 0;
}

.supported-project-header {
    position: relative;
    margin: -4px 0 15px 0;
    margin: -4px 0 1.5rem 0;
    padding: 3px 0 0 50px
}

.supported-project-header:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    content: ' ';
    background: #0f5911;
    border-radius: 50%
}

.supported-project-header:after {
    background-image: url(../img/sprite.png?3c046677);
    background-position: -36px -104px;
    width: 14px;
    height: 22px;
    position: absolute;
    content: "";
    top: 13px;
    left: 13px
}

.supported-project-header.supported-project-header--no-counter {
    padding-left: 0;
}

.supported-project-header.supported-project-header--no-counter:before,
.supported-project-header.supported-project-header--no-counter:after {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .supported-project-header:after {
        background-image: url(../img/sprite@2x.png);
        background-size: 603px 160px
    }
}

.supported-project-header__title {
    clear: none;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4
}

.supported-project-header__company {
    font-size: 14px;
    font-size: 1.4rem;
    color: #535353
}

.supported-project__content p:last-child {
    margin-bottom: 0
}

.supported-projects-info {
    float: right;
    width: 25%;
    width: calc(293px);
    padding: 35px 27px;
    padding: 3.5rem 2.7rem;
    background: #f2f2f2
}

.supported-projects-info__title {
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold
}

.supported-projects-info-list {
    margin: 0;
    padding: 0;
    counter-reset: item
}

.supported-projects-info-list__item {
    position: relative;
    margin: 0;
    padding: 4px 0 0 44px;
    padding: 0.4rem 0 0 44px;
    list-style: none;
    font-size: 14px;
    font-size: 1.4rem;
    counter-increment: item;
    background: transparent url('../img/dots-gray.png?76f55bad') 13px 0 repeat-y;
    background-size: 3px 517px
}

.supported-projects-info-list__item:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    content: counter(item);
    line-height: 30px;
    text-align: center;
    background: #0f5911;
    color: #fff;
    border-radius: 50%
}

.supported-projects-info-list__item:last-child {
    background-image: none
}

.supported-projects-info-list__item p:last-child {
    margin-bottom: 0;
    padding-bottom: 25px;
    padding-bottom: 2.5rem
}

.supported-projects-info__content {
    margin: 20px 0 0 0;
    margin: 2rem 0 0 0;
    font-size: 14px;
    font-size: 1.4rem
}

.supported-projects-info__content p:last-child {
    margin-bottom: 0
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
    .supported-projects-info-list__item {
        background-image: url('../img/dots-gray@2x.png?f02083fe')
    }
}

@media screen and (max-width: 75em) {
    .supported-projects-years-menu {
        font-size: 0;
    }
    .supported-projects__link-back {
        display: none
    }
    .supported-projects-years-menu-item {
        float: left;
    }
}

@media screen and (max-width: 68.75em) {
    .supported-projects-items {
        float: none;
        width: auto;
        margin-bottom: 60px;
        margin-bottom: 6rem
    }
    .supported-projects-info {
        float: none;
        max-width: 100%;
        margin: 0 auto
    }
}

@media screen and (max-width: 62.5em) {
    .supported-projects-menu-item {
        height: 90px;
        line-height: 1.2
    }
    .supported-projects-menu-item .subtitle {
        display: block;
        margin: 5px 0 0 0;
        margin: 0.5rem 0 0 0
    }
    .supported-projects-menu-item .separator {
        display: none
    }

    .supported-projects-years-menu-item {
        padding-left: 16px;
        padding-left: 1.6rem;
        padding-right: 16px;
        padding-right: 1.6rem
    }
}

@media screen and (max-width: 55em) {
    .supported-projects-years-menu-item {
        float: none;
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 5px;
    }
    .supported-projects-years-menu-item:before {
        display: none
    }
    .supported-projects-years-menu-item span {
        display: inline;
    }
}

@media screen and (max-width: 43.75em) {
    .supported-project__image {
        width: 182px
    }
    .supported-project-content:not(.no-image) {
        margin-left: 222px
    }
}

@media screen and (max-width: 37.5em) {
    .supported-projects-menu-item {
        padding: 10px 10px 0 10px;
        padding: 1rem 1rem 0 1rem
    }
    .supported-project__image {
        float: none;
        display: block;
        width: 282px;
        margin: 0 auto
    }
    .supported-project-content:not(.no-image) {
        margin-top: 20px;
        margin-top: 2rem;
        margin-left: 0
    }
}

.alcohol-policy-content {
    max-width: 830px;
    margin: 70px auto 80px auto;
    margin: 7rem auto 8rem auto;
    text-align: center
}

.alcohol-policy-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.alcohol-policy-content__secondary {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0
}

.alcohol-policy-footer {
    padding: 45px 0 30px 0;
    padding: 4.5rem 0 3rem 0;
    background: #c09a51;
    color: #fff
}

.alcohol-policy-footer a {
    color: #fff
}

.alcohol-policy-footer__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center
}

.alcohol-policy-footer-items {
    margin: 0;
    padding: 0
}

.alcohol-policy-footer-item {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 3% 0 0;
    list-style: none;
    line-height: 1.375
}

@media screen and (max-width: 75em) {
    .alcohol-policy-footer-item {
        width: 33.33%
    }
    .alcohol-policy-footer-item:nth-child(4) {
        clear: left
    }
}

@media screen and (max-width: 56.25em) {
    .alcohol-policy-footer__title {
        font-size: 30px;
        font-size: 3rem
    }
    .alcohol-policy-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .alcohol-policy-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
}

@media screen and (max-width: 50em) {
    .alcohol-policy-footer-item {
        width: 50%
    }
    .alcohol-policy-footer-item:nth-child(4) {
        clear: none
    }
    .alcohol-policy-footer-item:nth-child(2n-1) {
        clear: left
    }
}

@media screen and (max-width: 37.5em) {
    .alcohol-policy-footer__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .alcohol-policy-content {
        text-align: left
    }
    .alcohol-policy-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 31.25em) {
    .alcohol-policy-footer-item {
        float: none;
        width: auto
    }
}

.susdev-content {
    max-width: 830px;
    margin: 70px auto 80px auto;
    margin: 7rem auto 8rem auto;
    text-align: center
}

.susdev-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.susdev-content__secondary {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0
}

.susdev {
    padding: 90px 0 0 0;
    padding: 9rem 0 0 0;
    background: #f2f0ee
}

.susdev-items {
    position: relative;
    margin: 0 0 90px 0;
    margin: 0 0 9rem 0;
    padding: 66px 0 0 0;
    box-shadow: 0px 2px 1px 0px rgba(18, 17, 14, 0.1)
}

.susdev-items-title {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20%;
    height: 66px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    background: #aa7632;
    color: #fff
}

.susdev-items-title:hover {
    background: #faf7f0
}

.susdev-items-title--2 {
    left: 20%;
    background: #b58942
}

.susdev-items-title--3 {
    left: 40%;
    background: #bf9a51
}

.susdev-items-title--4 {
    left: 60%;
    background: #cfaa61
}

.susdev-items-title--5 {
    left: 80%;
    background: #deb972
}

.susdev-items-title--active {
    font-weight: 500;
    background: #fff;
    color: #1d1a13
}

.susdev-items-content {
    display: none;
    padding: 30px 80px 30px 50px;
    padding: 3rem 8rem 3rem 5rem;
    background: #fff
}

.susdev-items-content--active {
    display: block
}

.susdev-items-content--has-image .susdev-items-content__content {
    float: left;
    width: 55%
}

.susdev-items-content__image {
    float: right;
    width: 40.7%;
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0
}

.susdev-items-content__content h1 span:before,
.susdev-items-content__content h2 span:before,
.susdev-items-content__content h3 span:before,
.susdev-items-content__content h4 span:before,
.susdev-items-content__content h5 span:before,
.susdev-items-content__content h6 span:before {
    left: 0;
    margin-left: 0
}

.susdev-block-1 {
    padding: 90px 0;
    padding: 9rem 0
}

.susdev-block-1-content {
    float: left;
    width: 39.9%;
    margin: 0 0 0 50px;
    margin: 0 0 0 5rem
}

.susdev-block-1-content__title {
    position: relative;
    margin: -10px 0 20px 0;
    margin: -1rem 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.susdev-block-1-content__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.susdev-block-1-content__content {
    margin: 0 0 34px 0;
    margin: 0 0 3.4rem 0
}

.susdev-block-1-content__content-secondary {
    margin: 50px 0 0 0;
    margin: 5rem 0 0 0
}

.susdev-block-1-images {
    float: right;
    width: 45.4%;
    margin: 0 50px 0 0;
    margin: 0 5rem 0 0
}

.susdev-block-1-images__image {
    float: left;
    width: 47%;
    height: auto
}

.susdev-block-1-images__image:nth-child(2) {
    float: right
}

.susdev-block-1-images__image__100 {
    float: none;
    width: 100%;
    height: auto
}

.susdev-block-2 {
    padding: 90px 0 80px 0;
    padding: 9rem 0 8rem 0;
    background: #f2f0ee
}

.susdev-block-2__title {
    position: relative;
    margin: -10px 0 20px 50px;
    margin: -1rem 0 2rem 5rem;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.susdev-block-2__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.susdev-block-2-column {
    float: left;
    width: 42.4%;
    margin: 0 0 0 50px;
    margin: 0 0 0 5rem
}

.susdev-block-1-column {
    float: none;
    width: 100%;
    margin: 0 50px 0 50px;
    margin: 0 5rem 0 5rem
}


.susdev-block-1-column ul {
    margin-left: 1.6rem;
}

.susdev-block-2-column:nth-child(2) {
    float: right;
    width: 44.1%;
    margin: 0 50px 0 0;
    margin: 0 5rem 0 0
}

.susdev-block-2-column .btn {
    margin-top: 8px;
    margin-top: 0.8rem
}

.susdev-block-2-logos {
    margin: 70px 0 0 0;
    margin: 7rem 0 0 0;
    text-align: center
}

.susdev-block-2-logos img {
    display: inline-block;
    margin: 0 40px;
    margin: 0 4rem;
    vertical-align: middle
}

.susdev-block-2-logos a {
    display: inline-block;
    margin: 0 40px;
    margin: 0 4rem
}

.susdev-block-2-logos a img {
    margin: 0
}

.susdev-other-projects {
    padding: 70px 0 0 0;
    padding: 7rem 0 0 0
}

.susdev-other-projects__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.susdev-other-projects-items {
    margin: 0 -23px;
    padding: 0
}

.susdev-other-projects-item {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 47px - 0.01px);
    margin: 0 23px 55px 23px;
    margin: 0 23px 5.5rem 23px;
    padding: 0;
    list-style: none
}

.susdev-other-projects-item__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 28px 0;
    margin: 0 0 2.8rem 0
}

.susdev-other-projects-item__title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500
}

.susdev-other-projects-item__content {
    margin: 10px 0 0 0;
    margin: 1rem 0 0 0
}

@media screen and (max-width: 68.75em) {
    .susdev {
        padding-top: 0;
        background: #fff
    }
    .susdev-items {
        margin: 0;
        padding: 0;
        box-shadow: none
    }
    .susdev-items-title {
        position: relative;
        top: auto;
        left: auto;
        display: block;
        width: auto;
        height: 46px;
        margin: 0 -7.4%;
        padding: 0 44px;
        padding: 0 4.4rem;
        font-weight: 500;
        line-height: 46px;
        text-align: left;
        color: #fff
    }
    .susdev-items-title:hover {
        color: #fff
    }
    .susdev-items-title--1:hover,
    .susdev-items-title--1.susdev-items-title--active {
        background: #aa7632
    }
    .susdev-items-title--2,
    .susdev-items-title--3,
    .susdev-items-title--4,
    .susdev-items-title--5 {
        left: auto;
        width: auto
    }
    .susdev-items-title--2:hover,
    .susdev-items-title--2.susdev-items-title--active {
        background: #b58942
    }
    .susdev-items-title--3:hover,
    .susdev-items-title--3.susdev-items-title--active {
        background: #bf9a51
    }
    .susdev-items-title--4:hover,
    .susdev-items-title--4.susdev-items-title--active {
        background: #cfaa61
    }
    .susdev-items-title--5:hover,
    .susdev-items-title--5.susdev-items-title--active {
        background: #deb972
    }
    .susdev-items-content {
        margin: 0 -7.4%;
        padding: 30px 6.5% 30px 6.5%;
        padding: 3rem 6.5% 3rem 6.5%;
        background: #f2f0ee
    }
    .susdev-block-1-content {
        float: none;
        width: auto;
        margin-left: 0
    }
    .susdev-block-1-column {
        margin: 0;
    }
    .susdev-block-1-images {
        float: none;
        width: auto;
        margin-right: 0
    }
    .susdev-block-1-images__image {
        max-width: 500px
    }
    .susdev-block-1-images__image:nth-child(2) {
        float: left;
        margin-left: 6%
    }
    .susdev-block-2__title {
        margin-left: 0
    }
    .susdev-block-2-column {
        width: 45%;
        margin-left: 0
    }
    .susdev-block-2-column:nth-child(2) {
        width: 45%;
        margin-right: 0
    }
}

@media screen and (max-width: 62.5em) {
    .susdev-other-projects-items {
        margin-left: 0;
        margin-right: 0
    }
    .susdev-other-projects-item {
        float: none;
        width: auto
    }
    .susdev-other-projects-item__image {
        width: auto
    }
}

@media screen and (max-width: 56.25em) {
    .susdev-other-projects__title {
        font-size: 30px;
        font-size: 3rem
    }
    .susdev-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .susdev-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
    .susdev-block-1,
    .susdev-block-2 {
        padding: 60px 0;
        padding: 6rem 0
    }
    .susdev-block-2-logos {
        margin-top: 30px;
        margin-top: 3rem
    }
    .susdev-block-2-logos img {
        margin: 10px 10px;
        margin: 1rem 1rem
    }
    .susdev-block-2-logos a {
        margin: 10px 10px;
        margin: 1rem 1rem
    }
}

@media screen and (max-width: 50em) {
    .susdev-items-content--has-image .susdev-items-content__content {
        float: none;
        width: auto
    }
    .susdev-items-content__image {
        float: none;
        width: auto;
        margin: 0
    }
}

@media screen and (max-width: 43.75em) {
    .susdev-block-2-column {
        float: none;
        width: auto
    }
    .susdev-block-2-column:nth-child(2) {
        float: none;
        width: auto
    }
}

@media screen and (max-width: 37.5em) {
    .susdev-other-projects__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .susdev-content {
        text-align: left
    }
    .susdev-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
    .susdev-block-1-content,
    .susdev-block-2-column {
        text-align: center
    }
    .susdev-block-1-content__title,
    .susdev-block-1-content__content,
    .susdev-block-1-content__content-secondary,
    .susdev-block-2-column__content {
        text-align: left
    }
}

@media screen and (max-width: 31.25em) {
    .susdev-block-1-content,
    .susdev-block-2-column {
        text-align: left
    }
}

@media screen and (max-width: 25em) {
    .susdev-block-1-images__image {
        float: none;
    }
    .susdev-block-1-images__image:nth-child(2) {
        float: none;
        margin-left: 0
    }
}

.visitors-content {
    max-width: 900px;
    margin: 80px auto;
    margin: 8rem auto;
    text-align: center
}

.visitors-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.visitors-gallery__link {
    float: left;
    width: 16.66%;
    width: calc(100% / 6)
}

.visitors-gallery__image {
    display: block;
    width: 100%;
    height: auto
}

.visitors-tours {
    padding: 70px 0 90px 0;
    padding: 7rem 0 9rem 0;
    text-align: center;
    background: #f2f0ee
}

.visitors-tours__title {
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.visitors-tours-list {
    margin: 0;
    padding: 0
}

.visitors-tours-list-item {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 30px;
    padding: 0 3rem;
    list-style: none
}

.visitors-tours-list-item-logo {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    line-height: 140px
}

.visitors-tours-list-item-logo__image {
    vertical-align: middle
}

.visitors-eshop {
    padding: 80px 0 90px 0;
    padding: 8rem 0 9rem 0;
    text-align: center
}

.visitors-eshop__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.visitors-eshop-items {
    float: left;
    width: 83.19%;
    margin: 0;
    padding: 0
}

.visitors-eshop-item {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0 2.05%;
    list-style: none
}

.visitors-eshop-item__image {
    display: inline-block;
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0
}

.visitors-eshop-item__title {
    display: block;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none
}

.visitors-eshop-item-price {
    margin: 10px 0 30px 0;
    margin: 1rem 0 3rem 0
}

.visitors-eshop-item-price__text {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    color: #0f5911
}

.visitors-eshop-btn {
    position: relative;
    float: right;
    width: 14.08%;
    height: 341px;
    margin: 0 0.94% 0 0;
    padding: 210px 0 0 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #c09a51;
    border-top: 2px solid #c09a51;
    border-bottom: 2px solid #c09a51
}

.visitors-eshop-btn:hover {
    background: #c09a51;
    color: #fff
}

.visitors-eshop-btn:hover .visitors-eshop-btn__icon svg {
    fill: #fff
}

.visitors-eshop-btn__icon {
    position: absolute;
    top: 98px;
    left: 50%;
    z-index: 1;
    margin-left: -40px
}

@media screen and (max-width: 75em) {
    .visitors-tours-list-item {
        padding: 0 1.5%
    }
    .visitors-eshop-items {
        float: none;
        width: auto;
        margin: 0 -2.05% 40px -2.05%;
        margin: 0 -2.05% 4rem -2.05%
    }
    .visitors-eshop-btn {
        float: none;
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        padding: 120px 0 20px 0
    }
    .visitors-eshop-btn__icon {
        top: 20px
    }
}

@media screen and (max-width: 62.5em) {
    .visitors-eshop-item {
        width: 25%
    }
    .visitors-eshop-item:nth-child(5) {
        display: none
    }
}

@media screen and (max-width: 56.25em) {
    .visitors-tours__title,
    .visitors-eshop__title {
        font-size: 30px;
        font-size: 3rem
    }
    .visitors-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .visitors-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
    .visitors-eshop {
        padding: 30px 0 40px 0;
        padding: 3rem 0 4rem 0
    }
    .visitors-tours {
        padding: 50px 0 20px 0;
        padding: 5rem 0 2rem 0
    }
    .visitors-tours-list-item {
        width: 50%;
        margin-bottom: 40px;
        margin-bottom: 4rem;
        padding: 0 2%
    }
    .visitors-tours-list-item:nth-child(3) {
        clear: left
    }
}

@media screen and (max-width: 50em) {
    .visitors-gallery__link {
        width: 33.33%;
        width: calc(100% / 3 - 0.01px)
    }
    .visitors-gallery__link:nth-child(4) {
        clear: left
    }
    .visitors-eshop-items {
        margin-bottom: 0
    }
    .visitors-eshop-item {
        width: 50%;
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
    .visitors-eshop-item:nth-child(2n-1) {
        clear: left
    }
}

@media screen and (max-width: 37.5em) {
    .visitors-tours__title,
    .visitors-eshop__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .visitors-content {
        text-align: left
    }
    .visitors-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
}

@media screen and (max-width: 31.25em) {
    .visitors-tours {
        padding: 50px 0 20px 0;
        padding: 5rem 0 2rem 0
    }
    .visitors-tours-list-item {
        float: none;
        width: auto;
        margin-bottom: 40px;
        margin-bottom: 4rem;
        padding: 0
    }
    .visitors-tours-list-item-logo {
        margin-bottom: 15px;
        margin-bottom: 1.5rem
    }
}

@media screen and (max-width: 28.125em) {
    .visitors-gallery__link {
        width: 50%
    }
    .visitors-gallery__link:nth-child(4) {
        clear: none
    }
    .visitors-gallery__link:nth-child(2n-1) {
        clear: left
    }
}

.career-guidepost {
    position: relative;
    margin: 40px 0 0 0;
    margin: 4rem 0 0 0;
    padding: 0 0 425px 0
}

.career-guidepost:before,
.career-guidepost:after {
    position: absolute;
    bottom: 0;
    display: block;
    width: 50%;
    height: 425px;
    content: ' ';
    background-repeat: no-repeat
}

.career-guidepost:before {
    left: 0;
    background-position: 100% 100%
}

.career-guidepost:after {
    right: 0;
    background-position: 0 100%
}

.career-guidepost--bg-mobile {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 0
}

.career-guidepost-column {
    position: relative;
    z-index: 1;
    float: left;
    width: 42.66%;
    text-align: center
}

.career-guidepost-column:nth-child(2) {
    float: right
}

.career-guidepost-column__title {
    margin: 0 0 35px 0;
    margin: 0 0 3.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    color: #0f5911
}

.career-benefits {
    padding: 70px 0 50px 0;
    padding: 7rem 0 5rem 0;
    background: #f2f0ee;
}

.career-benefits-intro h2 {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    color: #0f5911
}

.career-benefits-intro p {
    max-width: 830px;
    margin: 0 auto 15px auto;
    margin: 0 auto 1.5rem auto;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: center;
    color: #000000
}

.career-benefits-boxes {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0;
}

.career-benefits-box {
    float: left;
    width: 33.3333%;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0 40px;
    text-align: center;
}

.career-benefits-box .career-benefits-box__icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px auto;
    background-color: #fff;
    background-size: 40px auto;
    background-position: center center;
    border-radius: 50%;
}

.career-benefits-box .career-benefits-box__title {
    margin: 0 auto 15px auto;
    margin: 0 auto 1.5rem auto;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    color: #000000
}

.career-benefits-box .career-benefits-box__desc p {
    margin: 0 auto 10px auto;
    margin: 0 auto 1rem auto;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    color: #000000
}

@media screen and (max-width: 75em) {
    .career-guidepost {
        padding-bottom: 319px
    }
    .career-guidepost:before,
    .career-guidepost:after {
        background-size: auto 280px;
        background-position: 50% 100%
    }
    .career-guidepost-column__title {
        font-size: 34px;
        font-size: 3.4rem
    }
}

@media screen and (max-width: 65.625em) {
    .career-guidepost-column__title {
        font-size: 24px;
        font-size: 2.4rem
    }
    .career-benefits-box {
        padding: 0 20px;
    }
}

@media screen and (max-width: 56.25em) {
    .career-guidepost {
        padding-bottom: 319px
    }
    .career-guidepost:before {
        width: 100%;
        background-size: auto 280px;
        background-position: 50% 100%
    }
    .career-guidepost:after {
        display: none
    }
    .career-guidepost--bg-mobile {
        padding-bottom: 264px;
        background-size: auto
    }
    .career-guidepost--bg-mobile:before {
        display: none
    }
    .career-benefits__title {
        font-size: 30px;
        font-size: 3rem
    }
    .career-benefits-box {
        float: none;
        width: 100%;
        padding: 0;
        margin: 0 0 40px 0;
        margin: 0 0 4rem 0;
    }
}

@media screen and (max-width: 46.875em) {
    .career-guidepost-column {
        float: none;
        width: auto
    }
    .career-guidepost-column:nth-child(2) {
        float: none
    }
    .career-guidepost-column--title-first {
        display: none
    }
    .career-guidepost-column--btn-second {
        padding-top: 25px;
        padding-top: 2.5rem
    }
    .career-guidepost-column__title {
        margin-bottom: 30px;
        margin-bottom: 3rem
    }
}

.students-we-offer {
    padding: 70px 0 40px 0;
    padding: 7rem 0 4rem 0
}

.students-we-offer__title {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.students-we-offer-links__item {
    float: left;
    width: 25%;
    padding: 102px 0 42px 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.11;
    text-align: center;
    background-position: 50% 0
}

.students-we-offer-links__item:nth-child(4n-3) {
    clear: left
}

.students-we-offer-links__item span {
    display: inline-block;
    max-width: 165px;
    text-decoration: underline
}

.students-we-offer-links__item--icon-sun {
    background-position: 50% 3px
}

.students-we-offer-links__item--icon-eye {
    background-position: 50% 17px
}

.students-we-offer-links__item--icon-pencil {
    background-position: 50% 10px
}

.students-we-offer-links__item--icon-clock {
    background-position: 50% 4px
}

.students-we-offer-links__item--icon-briefcase {
    background-position: 50% 15px
}

.has-students-lightbox {
    overflow: hidden
}

.students-we-offer-lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    display: none;
    width: 898px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 45px 40px 255px;
    padding: 4rem 4.5rem 4rem 25.5rem;
    background-color: #fff;
    background-position: 50px 50px;
    background-repeat: no-repeat;
    background-size: 154px auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #c3c3c3;
    box-shadow: 0px 2px 1px 0px rgba(18, 17, 14, 0.1)
}

.students-we-offer-lightbox--active {
    display: block
}

.students-we-offer-lightbox__link-close {
    text-indent: -9999em;
    letter-spacing: -9999em;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 6px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out
}

.students-we-offer-lightbox__link-close:before,
.students-we-offer-lightbox__link-close:after {
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
    height: 2px;
    width: 23px;
    content: ' ';
    background: #c6c6c6;
    border-radius: 2px;
    transition: 0.25s ease-in-out
}

.students-we-offer-lightbox__link-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.students-we-offer-lightbox__link-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.students-we-offer-lightbox__title {
    position: relative;
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.students-we-offer-lightbox__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.students-we-offer-lightbox__content-box {
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0;
    padding: 20px 24px;
    padding: 2rem 2.4rem;
    background: #f2f0ee
}

.students-we-offer-lightbox__content-box:empty {
    display: none
}

.students-we-offer-lightbox__content-box p:last-child {
    margin-bottom: 0
}

.students-motto {
    padding: 30px 0;
    padding: 3rem 0;
    text-align: center;
    background: #c09a51;
    color: #fff
}

.students-motto__title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2
}

.students-motto__subtitle {
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal
}

.students-application {
    padding: 82px 0;
    padding: 8.2rem 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.students-application-inner {
    max-width: 688px;
    height: 478px;
    overflow: hidden;
    padding: 35px 3.82%;
    padding: 3.5rem 3.82%;
    background: #fff
}

.students-application__title {
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #0f5911
}

.students-application-items-titles {
    margin: 0 -12px 30px -12px;
    margin: 0 -12px 3rem -12px
}

.students-application-items-titles .students-application-items-title {
    display: inline-block;
    margin: 0 12px 12px 12px;
    margin: 0 12px 1.2rem 12px;
    padding: 0 0 0 32px;
    background-position: 0 50%
}

.students-application-items-titles .students-application-items-title--icon-gear,
.students-application-items-titles .students-application-items-title--icon-diagram,
.students-application-items-titles .students-application-items-title--icon-person-2,
.students-application-items-titles .students-application-items-title--icon-case,
.students-application-items-titles .students-application-items-title--icon-brewhouse {
    padding-left: 30px
}

.students-application-items-titles .students-application-items-title--icon-plate-ok,
.students-application-items-titles .students-application-items-title--icon-cereal {
    padding-left: 27px
}

.students-application-items-titles .students-application-items-title--icon-bottles,
.students-application-items-titles .students-application-items-title--icon-list {
    padding-left: 27px
}

.students-application-items-titles .students-application-items-title--icon-graph {
    padding-left: 26px
}

.students-application-items-title {
    display: none
}

.students-application-items-title--active {
    text-decoration: none;
    color: #c09a51
}

.students-application-items-content {
    display: none
}

.students-application-items-content--active {
    display: block
}

.students-application-items-content__title {
    position: relative;
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.students-application-items-content__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.students-stories {
    padding: 70px 0 0 0;
    padding: 7rem 0 0 0;
    background: #f2f0ee
}

.students-stories__title {
    margin: 0 0 25px 0;
    margin: 0 0 2.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    text-align: center;
    color: #0f5911
}

.students-stories-items {
    margin: 0 -23px;
    padding: 0
}

.students-stories-item {
    float: left;
    width: 33.33%;
    width: calc(100% / 3 - 47px - 0.01px);
    margin: 0 23px 80px 23px;
    margin: 0 23px 8rem 23px;
    padding: 0;
    list-style: none
}

.students-stories-item__image {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 28px 0;
    margin: 0 0 2.8rem 0
}

.students-stories-item__link-show-more {
    display: none
}

.students-stories-item__name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.1
}

.students-stories-item__position {
    font-size: 14px;
    font-size: 1.4rem;
    color: #c09a51
}

.students-stories-item-content__content {
    position: relative;
    margin: 26px 0 0 0;
    margin: 2.6rem 0 0 0
}

.students-stories-item-content__content:before {
    position: absolute;
    top: -14px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.students-stories-item-content__video-link {
    display: inline-block;
    padding: 0 0 0 29px;
    background-position: 0 50%
}

@media screen and (min-width: 56.3125em) {
    .students-stories-item-content {
        display: block !important
    }
}

.students-intro {
    padding: 80px 0;
    padding: 8rem 0;
}

.students-intro .students-intro__text {
    max-width: 720px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    color: #000;
    margin: 0 auto;
}

.students-free-jobs {
    padding: 70px 0 50px 0;
    padding: 7rem 0 5rem 0;
    text-align: center;
    background-color: #f2f0ee;
}

.students-free-jobs__title {
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    color: #0f5911;
    line-height: 1.4;
}

.students-free-jobs-items {
    display: table;
    width: 100%;
    max-width: 910px;
    margin: 0 auto 40px auto;
    margin: 0 auto 4rem auto;
    text-align: left
}

.students-free-jobs-item {
    display: table-row;
    text-decoration: none;
    background-color: #fff;
}

.students-free-jobs-item:hover {
    color: #c09a51
}

.students-free-jobs-item:hover .students-free-jobs-item__location {
    color: #c09a51
}

.students-free-jobs-item:hover .students-free-jobs-item__location .icon svg {
    fill: #c09a51
}

.students-free-jobs-item:nth-child(odd) {
    background: #f2ebdc
}

.students-free-jobs-item__title {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 238px);
    padding: 16px 20px 16px 18px;
    font-weight: 500
}

.students-free-jobs-item__location {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 238px;
    color: #969696;
    padding: 0 53px 0 27px
}

.students-free-jobs-item__location:before {
    position: absolute;
    right: 21px;
    top: 50%;
    display: block;
    margin: -2px 0 0 0;
    content: '»';
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1;
    color: #c09a51;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.students-free-jobs-item__location .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px 0 0 0;
    line-height: 0
}

.students-free-jobs-item__location .icon svg {
    fill: #cfccc9
}

.students-motto-2 {
    padding: 70px 0;
    padding: 7rem 0;
    text-align: center;
    background: #c09a51;
    color: #fff
}

.students-motto-2__title {
    max-width: 700px;
    margin: 0 auto 30px auto;
    margin: 0 auto 3rem auto;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.2
}

.students-motto-2__subtitle {
    margin: 0 0 32px 0;
    margin: 0 0 3.2rem 0
}

.students-education {
    padding: 70px 0 50px 0;
    padding: 7rem 0 5rem 0;
    text-align: center;
}

.students-education__title {
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 800;
    color: #0f5911;
    line-height: 1.4;
}

.students-education__desc p {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.students-education__boxes {
    max-width: 840px;
    margin: 60px auto;
    margin: 6rem auto;
}

.students-education__box {
    padding: 30px 40px;
    padding: 3rem 4rem;
    margin: 0 10px 20px 10px;
    margin: 0 1rem 2rem 1rem;
    background-color: #f2ebdc;
}

.students-education__box .box__title {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
    padding-bottom: 8px;
    padding-bottom: 0.8rem;
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

.students-education__box .box__title:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #c09a51;
}

.students-education__box .box__desc {
    font-size: 14px;
    font-size: 1.4rem;
    color: #000;
    margin: 0 20px 10px 20px;
    margin: 0 2rem 1rem 2rem;
}

.students-education__box .box__link {
    font-size: 14px;
    font-size: 1.4rem;
    color: #c09a51;
}

@media screen and (max-width: 56.25em) {
    .students-we-offer__title,
    .students-motto__title,
    .students-motto-2__title,
    .students-application__title,
    .students-stories__title,
    .students-free-jobs__title,
    .students-education__title {
        font-size: 30px;
        font-size: 3rem
    }
    .students-free-jobs,
    .students-motto-2,
    .students-education {
        padding: 40px 0;
        padding: 4rem 0
    }
    .students-we-offer {
        padding: 40px 0 20px 0;
        padding: 4rem 0 2rem 0
    }
    .students-we-offer-links__item {
        padding: 72px 15px 32px 15px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.29
    }
    .students-we-offer-links__item--icon-sun {
        background-size: 61px
    }
    .students-we-offer-links__item--icon-person {
        background-size: 60px 64px
    }
    .students-we-offer-links__item--icon-eye {
        background-position: 50% 13px;
        background-size: 59px 39px
    }
    .students-we-offer-links__item--icon-microphone {
        background-position: 50% 2px;
        background-size: 38px 61px
    }
    .students-we-offer-links__item--icon-wallet {
        background-size: 63px
    }
    .students-we-offer-links__item--icon-pencil {
        background-position: 50% 7px;
        background-size: 56px
    }
    .students-we-offer-links__item--icon-clock {
        background-size: 64px
    }
    .students-we-offer-links__item--icon-briefcase {
        background-position: 50% 6px;
        background-size: 60px 52px
    }
    .students-stories {
        padding: 40px 0 20px 0;
        padding: 4rem 0 2rem 0
    }
    .students-stories-items {
        margin-left: 0;
        margin-right: 0
    }
    .students-stories-item {
        float: none;
        width: auto;
        max-width: 359px;
        margin: 0 0 20px 0;
        margin: 0 0 2rem 0
    }
    .students-stories-item__image {
        width: auto;
        margin-bottom: 16px;
        margin-bottom: 1.6rem
    }
    .students-stories-item__link-show-more {
        text-indent: -9999em;
        letter-spacing: -9999em;
        overflow: hidden;
        position: relative;
        float: right;
        display: inline-block;
        width: 35px;
        height: 33px;
        margin: 4px 0 0 20px;
        border-top: 2px solid #c09a51;
        border-bottom: 2px solid #c09a51
    }
    .students-stories-item__link-show-more:before {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        margin: -3px 0 0 -5.5px;
        content: ' ';
        border-style: solid;
        border-width: 6px 5.5px 0 5.5px;
        border-color: #c09a51 transparent transparent transparent
    }
    .students-stories-item__link-show-more--active:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .students-stories-item-content {
        display: none;
        padding: 0 0 1px 0
    }
    .students-education__box {
        margin: 0 0 20px 0;
        margin: 0 0 2rem 0;
    }
    .students-education__box .box__desc {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 50em) {
    .students-we-offer-lightbox {
        padding-top: 15px;
        padding-top: 1.5rem;
        padding-bottom: 15px;
        padding-bottom: 1.5rem;
        padding-left: 150px;
        padding-left: 15rem;
        background-position: 25px 25px;
        background-size: 100px auto
    }
    .students-application {
        padding: 0;
        background: #fff !important
    }
    .container--students-application {
        padding-left: 0;
        padding-right: 0
    }
    .students-application-inner {
        max-width: 100%;
        height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }
    .students-application__title {
        margin-bottom: 20px;
        margin-bottom: 2rem;
        padding-left: 6.5%;
        padding-right: 6.5%
    }
    .students-application-items-titles {
        display: none
    }
    .students-application-items-title {
        position: relative;
        display: block;
        height: 46px;
        padding: 0 6.5%;
        padding-left: calc(6.5% - -35px);
        font-weight: 500;
        line-height: 46px;
        text-decoration: none;
        background: #aa7632;
        color: #fff
    }
    .students-application-items-title:before {
        position: absolute;
        bottom: -12px;
        right: 18px;
        z-index: 2;
        display: block;
        width: 0;
        height: 0;
        margin: 0;
        content: ' ';
        border-style: solid;
        border-width: 13px 11.5px 0 11.5px;
        border-color: #aa7632 transparent transparent transparent
    }
    .students-application-items-title:hover {
        color: #fff
    }
    .students-application-items-title .icon {
        position: absolute;
        top: 50%;
        left: 6.5%;
        margin-top: -10px;
        line-height: 0
    }
    .students-application-items-title .icon svg {
        fill: #fff
    }
    .students-application-items-title--icon-cereal .icon {
        margin-top: -14px
    }
    .students-application-items-title--icon-wrench .icon {
        margin-top: -11px
    }
    .students-application-items-title--icon-cap .icon,
    .students-application-items-title--icon-brewhouse .icon,
    .students-application-items-title--icon-bottles .icon {
        margin-top: -9px
    }
    .students-application-items-title--icon-car .icon,
    .students-application-items-title--icon-graph .icon {
        margin-top: -8px
    }
    .students-application-items-title--icon-list .icon {
        margin-top: -5px
    }
    .students-application-items-title--2 {
        background: #ad7b36
    }
    .students-application-items-title--2:before {
        border-top-color: #ad7b36
    }
    .students-application-items-title--3 {
        background: #b0803b
    }
    .students-application-items-title--3:before {
        border-top-color: #b0803b
    }
    .students-application-items-title--4 {
        background: #b3863f
    }
    .students-application-items-title--4:before {
        border-top-color: #b3863f
    }
    .students-application-items-title--5 {
        background: #b68c44
    }
    .students-application-items-title--5:before {
        border-top-color: #b68c44
    }
    .students-application-items-title--6 {
        background: #ba924a
    }
    .students-application-items-title--6:before {
        border-top-color: #ba924a
    }
    .students-application-items-title--7 {
        background: #be974e
    }
    .students-application-items-title--7:before {
        border-top-color: #be974e
    }
    .students-application-items-title--8 {
        background: #c39d53
    }
    .students-application-items-title--8:before {
        border-top-color: #c39d53
    }
    .students-application-items-title--9 {
        background: #c8a359
    }
    .students-application-items-title--9:before {
        border-top-color: #c8a359
    }
    .students-application-items-title--10 {
        background: #cfa85e
    }
    .students-application-items-title--10:before {
        border-top-color: #cfa85e
    }
    .students-application-items-title--11 {
        background: #d4ae64
    }
    .students-application-items-title--11:before {
        border-top-color: #d4ae64
    }
    .students-application-items-title--12 {
        background: #dab369
    }
    .students-application-items-title--12:before {
        border-top-color: #dab369
    }
    .students-application-items-title--13 {
        background: #e0b971
    }
    .students-application-items-title--13:before {
        border-top-color: #e0b971
    }
    .students-application-items-title--14 {
        background: #e3be77
    }
    .students-application-items-title--14:before {
        border-top-color: #e3be77
    }
    .students-application-items-title--last:before {
        display: none
    }
    .students-application-items-title--last.students-application-items-title--active:before {
        display: block
    }
    .students-application-items-content {
        padding: 15px 6.5%;
        padding: 1.5rem 6.5%;
        background: #f2f0ee
    }
    .students-free-jobs-item__title {
        padding-top: 6px;
        padding-bottom: 6px
    }
}

@media screen and (max-width: 43.75em) {
    .students-free-jobs-item__title {
        width: calc(100% - 53px)
    }
    .students-free-jobs-item__location {
        text-indent: -9999em;
        letter-spacing: -9999em;
        overflow: hidden;
        width: 53px;
        padding: 0
    }
    .students-free-jobs-item__location:before {
        right: 21px;
        text-indent: 0;
        letter-spacing: normal
    }
}

@media screen and (max-width: 37.5em) {
    .students-we-offer__title,
    .students-motto__title,
    .students-motto-2__title,
    .students-application__title,
    .students-stories__title,
    .students-free-jobs__title,
    .students-education__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .students-stories__title {
        text-align: left
    }
    .students-we-offer-links__item {
        width: 33.33%;
        font-size: 14px;
        font-size: 1.4rem
    }
    .students-we-offer-links__item:nth-child(4n-3) {
        clear: none
    }
    .students-we-offer-links__item:nth-child(3n-2) {
        clear: left
    }
    .students-motto__subtitle {
        margin-top: 10px;
        margin-top: 1rem;
        font-size: 16px;
        font-size: 1.6rem
    }
    .students-education__box {
        padding: 30px 20px;
        padding: 3rem 2rem;
    }
}

@media screen and (max-width: 31.25em) {
    .students-we-offer-lightbox {
        padding: 30px;
        padding: 3rem;
        background-size: 0
    }
    .students-motto,
    .students-free-jobs {
        text-align: left
    }
}

@media screen and (max-width: 25em) {
    .students-we-offer-links__item {
        width: 50%
    }
    .students-we-offer-links__item:nth-child(3n-2) {
        clear: none
    }
    .students-we-offer-links__item:nth-child(2n-1) {
        clear: left
    }
}

.contacts-info {
    margin: 0 0 60px 0;
    margin: 0 0 6rem 0
}

.contacts-info-right {
    float: right;
    width: 58.36%
}

.contacts-top {
    padding: 38px 0 35px 0;
    padding: 3.8rem 0 3.5rem 0;
    border-bottom: 2px solid #f2f0ee
}

.contacts-top-item {
    float: left;
    width: 48.1%;
}

.contacts-top-item--right {
    float: right;
}

.contacts-top-item__title {
    margin: -8px 0 16px 0;
    margin: -8px 0 1.6rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.contacts-top-item__phone {
    margin: 0 0 5px 0;
    margin: 0 0 0.5rem 0;
    padding: 0 0 0 29px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #c09a51;
    background-position: 0 50%;
    background-repeat: no-repeat
}

.contacts-top-item__email {
    display: inline-block;
    padding: 0 0 0 29px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #c09a51;
    background-position: 0 50%;
    background-repeat: no-repeat
}

.contacts-top-item__desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.43
}

.contacts-top-item__desc p:last-child {
    margin-bottom: 0
}

.contacts-bottom {
    margin: 28px 0 0 0;
    margin: 2.8rem 0 0 0
}

.contacts-bottom__title {
    margin: 0 0 17px 0;
    margin: 0 0 1.7rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.contacts-bottom__address {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 18px 0;
    margin: 0 0 1.8rem 0;
}

.contacts-bottom-item {
    float: left;
    width: 48.1%
}

.contacts-bottom-item--right {
    float: right
}

.contacts-bottom-item__image {
    display: block;
    height: auto
}

.contacts-bottom-item__title {
    margin: 18px 0 10px 0;
    margin: 1.8rem 0 1rem 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500
}

.contacts-bottom-item__address {
    margin: 0 0 9px 0;
    margin: 0 0 0.9rem 0;
    padding: 0 0 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    background-position: 5px 50%;
    background-repeat: no-repeat
}

.contacts-bottom-item__phone {
    padding: 0 0 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
    background-position: 5px 50%;
    background-repeat: no-repeat
}

.contact-form {
    position: relative;
    float: left;
    width: 37.5%;
    padding: 30px 2.56% 40px 2.56%;
    padding: 3rem 2.56% 4rem 2.56%;
    text-align: center;
    background: #f2f0ee
}

.contact-form span.wpcf7-not-valid-tip {
    position: relative;
    top: -10px;
    top: -1rem
}

.contact-form div.wpcf7 img.ajax-loader {
    position: absolute;
    right: 2.56%;
    bottom: 40px;
    bottom: 4rem;
    margin: 0
}

.contact-form p {
    margin-bottom: 0
}

.contact-form-element {
    position: relative
}

.contact-form-element > label {
    position: absolute;
    top: 13px;
    left: 18px;
    z-index: 2;
    color: #b1b1b1;
    transition: all .2s linear
}

.contact-form-element > label.active {
    top: 8px;
    font-size: 12px;
    font-size: 1.2rem;
    color: #c09a51;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.contact-form-element--textarea label {
    top: 14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.contact-form-element label.error {
    display: block;
    font-size: 14px;
    color: #ff0000;
    text-align: left;
    padding: 3px 20px 0 20px;
}

.contact-form__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: left
}

.wpcf7-form-control-wrap.message {
    font-size: 0
}

.wpcf7-form-control-wrap.message span.wpcf7-not-valid-tip {
    top: -30px;
    top: -3rem;
    font-size: 16px;
    font-size: 1.6rem
}

input.contact-form__input {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    border-color: #d0cfcf
}

input.contact-form__input.wpcf7-not-valid {
    border-color: red
}

textarea.contact-form__textarea {
    display: inline-block;
    height: 112px;
    padding-top: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.5;
    border-color: #d0cfcf;
}

textarea.contact-form__textarea.wpcf7-not-valid {
    border-color: red
}

.contact-thanks {
    display: none;
}

.contact-thanks .contact-thanks-text {
    padding-left: 30px;
}

.btn.btn-contact {
    margin-top: 20px;
    margin-top: 2rem;
}

.contacts-center {
    padding: 45px 0 35px 0;
    padding: 4.5rem 0 3.5rem 0;
    text-align: center;
    background: #f2f0ee
}

.contacts-center-column {
    float: left;
    width: 50%;
    padding: 0 40px 30px;
    padding: 0 4rem 3rem;
}

.contacts-center__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 1.3;
}

.contacts-center-items {
    max-width: 280px;
}

.contacts-center-list-item-title{
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    padding-left: 20px;
}

.contacts-center-list-item-title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 9px;
    left: 3px;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #c09a51;
    border-style: solid;
    cursor: pointer;
}

.contacts-center-list {
    margin: 0;
    padding: 0
}

.contacts-center-list-item {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 3px 0;
    border-bottom: 2px solid #e4e0dc;
}

.contacts-center-list-item-active .contacts-center-list-item-title:before {
    top: 12px;
    left: 0;
    border-width: 7px 6.5px 0 6.5px;
    border-color: #c09a51 transparent transparent transparent;
}

.contacts-center-list-item-logo {
    margin: 0 0 23px 0;
    margin: 0 0 2.3rem 0;
    line-height: 140px
}

.contacts-center-list-item-logo__image {
    vertical-align: middle
}

.contacts-center-list-item-contacts {
    display: none;
    max-width: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    padding-left: 20px;
}

.contacts-center-list-item-contacts__address {
    margin: 0 0 10px 0;
    margin: 0 0 1rem 0;
    padding: 0 0 0 28px;
    background-position: 1px 0;
    background-repeat: no-repeat
}

.contacts-center-list-item-contacts__phone {
    padding: 0 0 0 28px;
    background-position: 0 50%;
    background-repeat: no-repeat
}

.contacts-export {
    padding: 50px 0 70px 0;
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: #c09a51 url('../img/export-map.jpg?6ab7ae89') 50% 0 no-repeat;
    background-size: cover;
    color: #fff
}

.contacts-export__title {
    margin: 0 0 15px 0;
    margin: 0 0 1.5rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold
}

.contacts-export__desc {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.contacts-links {
    padding: 50px 0 55px 0;
    padding: 5rem 0 5.5rem 0;
    text-align: center
}

.contacts-links-items {
    margin: 0;
    padding: 0
}

.contacts-links-item {
    text-align: left;
    list-style: none;
    margin-bottom: 20px;
}

.contacts-links-item__title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
}

.contacts-links-item__link {
    font-size: 14px;
    font-size: 1.4rem;
    color: #bf9956;
}

@media screen and (max-width: 62.5em) {
    .contacts-info-right {
        float: none;
        width: auto
    }
    .contact-form {
        float: none;
        width: auto;
        max-width: 400px;
        margin: 40px auto 0 auto;
        margin: 4rem auto 0 auto
    }
    .contacts-center-column {
        padding-left: 10px;
        padding-left: 1rem;
        padding-right: 10px;
        padding-right: 1rem;
    }
}

@media screen and (max-width: 56.25em) {
    .contacts-export__title {
        font-size: 30px;
        font-size: 3rem
    }
    .contacts-export__desc {
        font-size: 20px;
        font-size: 2rem
    }
    .contacts-export {
        padding: 30px 0 40px 0;
        padding: 3rem 0 4rem 0
    }
}

@media screen and (max-width: 37.5em) {
    .contacts-export__title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.4
    }
    .contacts-export__title,
    .contacts-export__desc {
        text-align: left
    }
    .contacts-export__desc {
        font-size: 18px;
        font-size: 1.8rem
    }
    .contacts-top-item,
    .contacts-top-item--right,
    .contacts-bottom-item,
    .contacts-bottom-item--right {
        float: none;
        width: auto;
        padding-right: 0;
        padding-left: 0
    }
    .contacts-top-item--right {
        margin-top: 20px;
        margin-top: 2rem;
    }
    .contacts-bottom-item--right {
        margin-top: 40px;
        margin-top: 4rem;
        border: none
    }
    .contacts-top-item__title {
        margin-bottom: 5px;
        margin-bottom: 0.5rem
    }
    .contacts-center {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 31.25em) {
    .contacts-export {
        text-align: left
    }
}

@media screen and (max-width: 25em) {
    .contacts-info {
        margin-bottom: 0
    }
    .contact-form {
        margin-left: -7.4%;
        margin-right: -7.4%;
        padding-left: 6.5%;
        padding-right: 6.5%
    }
    .contacts-center {
        background: #fff
    }
}

.contacts-certification {
    padding: 50px 0 70px 0;
    padding: 5rem 0 7rem 0;
    text-align: center;
    background: #f2f0ee
}

.contacts-certification__title {
    color: #0f5911
}

.contacts-certification__desc p {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto
}

.btn.btn--certification {
    color: #1d1a13;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: none;
    border: 0;
    font-family: Roboto, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    background-color: transparent;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAUCAYAAAC9BQwsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAbFJREFUOI2Nk79PFFEQxz/fd0dlLIh0qJWhlGhCjauGikS2uIKjVdZI1r9BWiyNgbvW4mj0gNgd2cNo4a/kWsmVEBrptCG3t2Ox7Ln3g4Np3pt57zPznXl5Imf7m6XpguuEGItIdwAMa4M+xoXum4WneyfZXWWbqOqvKKGCuMYIM+yv0DMvqG/3wKjqr5DwTvqfaCRsmETZC+rb2t8sTRcUH15UaQT8R3FxplhwnRDUBxmcgtUEZqgsmOr1Jq4z0QmL6SD6IYl73urOMUCz6r82o5WHMRZdNr0cWvNW68eZl+6tNqBoxhmW5IMCu6xPSYmT0e7PpnKz6t/M/EaldFuoPKCqXTQRCe7mKk6Z0YoqS7XUj8vAjT7MiHRQ8ecMvl8mr7+gm3MPgvoP4NuVGbOv3vP3P10qx9avCgqtp+u5RVtLDUmPx1bDGg+DnQUA18skFwJnY7gz6yZh5vRAL/jwi7GS7dWjF3uHQyDA78mJDYMvQ4jx+eBkdiMfG/pGn94+uZUUXYvztzM4LcTJ/fm13aP8PTcIzq/tHilhGbMuZl2h5UForEUV/2Vzyw8vOv8HMd2kxXh6jFwAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    background-position: 0 12px
}

.btn--certification:hover {
    background-color: transparent;
    color: #c09a51
}

.align--right {
    text-align: right;
    padding: 0 25px
}

.align--left {
    text-align: left;
    padding: 0 25px
}

@media screen and (max-width: 56.25em) {
    .one-half {
        width: 100%
    }
    .align--right {
        text-align: center;
        padding: 0
    }
    .align--left {
        text-align: center;
        padding: 10px 0 0 0
    }
}

@media screen and (max-width: 31.25em) {
    .align--right {
        text-align: left
    }
    .align--left {
        text-align: left
    }
}

.export-content {
    max-width: 800px;
    margin: 80px auto 80px auto;
    margin: 8rem auto 8rem auto;
    text-align: center
}

.export-content__primary {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.55
}

.export-content__secondary {
    margin: 40px 0 0 0;
    margin: 4rem 0 0 0
}

.export-contacts {
    padding: 70px 0 90px 0;
    padding: 7rem 0 9rem 0;
    text-align: center;
    background: #f2f0ee
}

.export-contacts__title {
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    color: #0f5911
}

.export-contacts-search {
    margin: 0 0 60px 0;
    margin: 0 0 6rem 0
}

input.export-contacts-search__input {
    max-width: 320px;
    height: 62px;
    padding: 8px 15px 8px 64px;
    background-position: 13px 50%;
    background-repeat: no-repeat;
    border: 2px solid #d0cfcf;
    border-radius: 0
}

input.export-contacts-search__input:-moz-placeholder {
    color: #b1b1b1
}

input.export-contacts-search__input::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

input.export-contacts-search__input:-ms-input-placeholder {
    color: #b1b1b1
}

input.export-contacts-search__input::-webkit-input-placeholder {
    color: #b1b1b1
}

.export-contacts-items {
    width: 100%;
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    text-align: left
}

.export-contacts-items th {
    padding: 13px 0 13px 30px;
    font-weight: 500;
    background: #c09a51;
    color: #fff
}

.export-contacts-items th:last-child {
    padding-right: 30px
}

.export-contacts-items td {
    padding: 13px 0 13px 30px
}

.export-contacts-items td:last-child {
    padding-right: 30px
}

.export-contacts-items-row {
    display: none
}

.export-contacts-items-row--visible {
    display: table-row
}

.export-contacts-items-row--odd td {
    background: #fff
}

.export-contacts-items__country {
    width: 18.7%;
    font-weight: 500
}

.export-contacts-items__name {
    width: 26.4%
}

.export-contacts-items__phone {
    width: 19.8%
}

.export-contacts-items__email {
    width: 19.2%
}

.export-contacts-items__company {
    width: 15.9%
}

@media screen and (max-width: 68.75em) {
    .export-contacts-items {
        width: auto;
        margin-left: -1.96%;
        margin-right: -1.96%
    }
    .export-contacts-items th,
    .export-contacts-items td {
        padding: 8px 0 8px 15px;
        font-size: 14px;
        font-size: 1.4rem
    }
    .export-contacts-items th:last-child,
    .export-contacts-items td:last-child {
        padding-right: 15px
    }
}

@media screen and (max-width: 56.25em) {
    .export-content {
        margin: 40px 0;
        margin: 4rem 0
    }
    .export-content__primary {
        font-size: 20px;
        font-size: 2rem
    }
    .export-contacts {
        padding: 30px 0 40px 0;
        padding: 3rem 0 4rem 0
    }
    .export-contacts-search {
        margin-bottom: 40px;
        margin-bottom: 4rem
    }
}

@media screen and (max-width: 50em) {
    .export-contacts-items {
        margin-left: 0;
        margin-right: 0
    }
    .export-contacts-items,
    .export-contacts-items thead,
    .export-contacts-items tbody,
    .export-contacts-items th,
    .export-contacts-items td,
    .export-contacts-items tr {
        display: block
    }
    .export-contacts-items thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .export-contacts-items tr {
        border: 1px solid #ccc
    }
    .export-contacts-items td {
        position: relative;
        padding: 5px 15px 5px 35%;
        white-space: normal;
        text-align: left;
        border: none;
        border-bottom: 1px solid #ddd
    }
    .export-contacts-items td:before {
        position: absolute;
        top: 5px;
        left: 15px;
        width: 50%;
        padding-right: 15px;
        white-space: nowrap;
        font-weight: 500;
        text-align: left;
        content: attr(data-title)
    }
    .export-contacts-items td:last-child {
        padding-right: 15px;
        border-bottom: none
    }
    .export-contacts-items__country,
    .export-contacts-items__name,
    .export-contacts-items__phone,
    .export-contacts-items__email,
    .export-contacts-items__company {
        width: auto
    }
}

@media screen and (max-width: 37.5em) {
    .export-content {
        text-align: left
    }
    .export-content__primary {
        font-size: 18px;
        font-size: 1.8rem
    }
    .export-contacts__title {
        font-size: 24px;
        font-size: 2.4rem
    }
}

@media screen and (max-width: 31.25em) {
    .export-contacts {
        text-align: left
    }
}

@media screen and (max-width: 25em) {
    .export-content__primary {
        font-size: 16px;
        font-size: 1.6rem
    }
}

.has-age-check {
    overflow: hidden
}

.age-check-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    display: block;
    content: ' ';
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(2px);
}

.age-check {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    width: 860px;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 50px;
    padding: 5rem;
    background-color: #f2f0ee;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: auto 344px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 13px 0px rgba(62, 47, 18, 0.45)
}

.age-check-lines {
    display: none;
    position: absolute;
    bottom: 0;
    left: calc(100% - 306px);
    height: 344px
}

.age-check-lines svg {
    height: 344px;
    width: auto
}

.age-check-lines svg .logo-lines-path {
    stroke: #9f8852
}

.age-check__link-close {
    position: absolute;
    top: 9px;
    right: 9px;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 6px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out
}

.age-check__link-close span {
    position: absolute;
    left: 2px;
    top: 13px;
    display: block;
    height: 2px;
    width: 23px;
    background: #c3c3c3;
    border-radius: 2px;
    transition: 0.25s ease-in-out
}

.age-check__link-close span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.age-check__link-close span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.age-check__title {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0f5911;
    line-height: 1.4;
    margin-bottom: 20px;
}

.age-check__desc {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
}

.age-check-form {
    position: relative;
    margin: 30px 0 0 0;
    margin: 3rem 0 0 0
}

.age-check-form .error-message {
    clear: left;
    margin: -20px 0 20px 0;
    margin: -2rem 0 2rem 0;
    display: block;
    font-weight: bold;
    color: #e11313
}

input.age-check-form__day,
input.age-check-form__month,
input.age-check-form__year {
    float: left;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    border-color: #d0cfcf
}

input.age-check-form__day {
    width: 75px
}

input.age-check-form__month {
    width: 75px;
    margin: 0 20px;
    margin: 0 2rem
}

input.age-check-form__year {
    width: 95px
}

select.age-check-form__country {
    clear: left;
    display: block;
    width: 285px;
    max-width: 100%;
    margin: 0 0 30px 0;
    margin: 0 0 3rem 0;
    border-color: #d0cfcf
}

select.age-check-form__country:focus {
    border-color: #c09a51
}

.age-check-days,
.age-check-months,
.age-check-years {
    position: absolute;
    left: 0;
    top: 62px;
    display: none;
    max-width: 100%;
    padding: 0 14px;
    background: #c09a51
}

.age-check-days:before,
.age-check-months:before,
.age-check-years:before {
    position: absolute;
    top: -7px;
    left: 31px;
    display: block;
    width: 0;
    height: 0;
    content: ' ';
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #c09a51 transparent
}

.age-check-months:before {
    left: 126px
}

.age-check-years {
    padding-left: 0;
    padding-right: 0
}

.age-check-years:before {
    left: 231px
}

.age-check-years-decades {
    padding: 0 14px;
    background: #c09a51
}

.age-check-years-decade {
    display: none;
    padding: 0 14px;
    background: #ac8945
}

.age-check-years-decade:nth-child(2) {
    display: block
}

.age-check-days__item,
.age-check-months__item,
.age-check-years-decades__item,
.age-check-years-decade__item {
    position: relative;
    z-index: 1;
    float: left;
    width: 30px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    color: #fff
}

.age-check-days__item:hover,
.age-check-months__item:hover,
.age-check-years-decades__item:hover,
.age-check-years-decade__item:hover {
    background: #fff;
    color: #1d1a13
}

.age-check-years-decades__item--active {
    background: #fff;
    color: #1d1a13
}

.age-check-years-decades__item,
.age-check-years-decade__item {
    width: 56px
}

.age-check .cookies-text {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.age-check .checkbox-wrap {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    *zoom: 1;
}
.age-check .checkbox-wrap:before,
.age-check .checkbox-wrap:after {
    content: "";
    display: table;
}
.age-check .checkbox-wrap:after {
    clear: both;
}
.age-check .checkbox-wrap input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
}
.age-check .checkbox-wrap input[type="checkbox"]:not(:checked) + label,
.age-check .checkbox-wrap input[type="checkbox"]:checked + label {
    position: relative;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    padding-left: 2.5em;
    cursor: pointer;
}
.age-check .checkbox-wrap input[type="checkbox"]:not(:checked) + label:before,
.age-check .checkbox-wrap input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-color: #ffffff;
    border: 2px solid #d0cfcf;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.age-check .checkbox-wrap input[type="checkbox"]:not(:checked) + label:after,
.age-check .checkbox-wrap input[type="checkbox"]:checked + label:after {
    content: url('../img/check.png');
    position: absolute;
    top: 1px;
    left: 3px;
    width: 15px;
    height: 13px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.age-check .checkbox-wrap input[type="checkbox"]:checked + label:before {
    background-color: #FFFFFF;
}
.age-check .checkbox-wrap input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.age-check .checkbox-wrap input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

@media screen and (max-width: 55em) {
    .age-check-years {
        display: none !important
    }
}

@media screen and (max-width: 43.75em) {
    .age-check {
        padding: 40px 6.5% 30px 6.5%;
        padding: 4rem 6.5% 3rem 6.5%
    }
    .age-check__title {
        font-size: 20px;
        font-size: 2rem
    }
    .age-check-form {
        margin-top: 20px;
        margin-top: 2rem
    }
    input.age-check-form__day,
    input.age-check-form__month,
    input.age-check-form__year,
    select.age-check-form__country {
        margin-bottom: 20px;
        margin-bottom: 2rem
    }
    .age-check-days,
    .age-check-months {
        display: none !important
    }
}

@media screen and (max-width: 31.25em) {
    .age-check {
        background-image: none
    }
}

@media screen and (max-width: 25em) {
    input.age-check-form__month {
        margin-left: 10px;
        margin-left: 1rem;
        margin-right: 10px;
        margin-right: 1rem
    }
    select.age-check-form__country {
        width: 265px
    }
}

.certification-content {
    background: #f2f0ee;
    text-align: center;
    overflow: hidden
}

.certification-content .container {
    max-width: 800px;
    margin: 80px auto;
    margin: 8rem auto
}

.certification-content p {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.certification-content__requirements p {
    max-width: 145px;
    margin-left: auto;
    margin-right: auto
}

.certification-about {
    text-align: center
}

.certification-about .container {
    max-width: 820px;
    margin: 80px auto;
    margin: 8rem auto
}

.certification-about__step p {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto
}

.certification-about__step--last p {
    max-width: 250px
}

.separator-below {
    padding-bottom: 80px;
    padding-bottom: 8rem;
    border-bottom: #d0cfcf 1px solid
}

.arrow--next,
.arrow--repeating {
    position: relative
}

.arrow--next:after {
    display: block;
    content: '';
    width: 100px;
    height: 30px;
    position: absolute;
    top: 32px;
    right: -45px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MDYzMDE5NC04OWY2LWYxNDYtYmNlOS0xZmJjMmNiNmZmYzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTBCMzZDQTk2NjAzMTFFNkI1NkY4M0UwM0QzRkJGQjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTBCMzZDQTg2NjAzMTFFNkI1NkY4M0UwM0QzRkJGQjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWIzNWI5ODktMDc0ZC1mYTQwLTkzOGYtZTkyNzkxMWMzMGNjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTljN2E2YzktNjlkMi0xMWU2LTlkZjktZjJmMDgxYjU4MzdmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ULJ2MQAABDlJREFUeNrsmmdoFFEUhSebGAtqbKg/jNiNNZLYsPeGJUIUo6IgoohG8YcKAQv2AqKoYMcGdkXsxh5LisYodrDHghFrjC3Jeq57FoZxZ5NNZjereRc+dmZ26j3v3XvfmwkIiamoKbPcxKkjwFqQ7cmBQX7yAAGgBqjF3+p8qPKgtGHfT+A7eEfegKfgBfjlJ89TF6zivS/zyBFF0EPE+c1ABxAJWoAwUKaQ55WW+BzcJjdBIrf52oJBBggETcAzfxOkJuhBuoFqPnTOKwpzltzz0XV3MGwdAQP8QRARIQYMYU8w2hc65wF4xNDzmi3rLbAzPOVy/xKgLAgBlRjWaoN6oD5/q+bjvtLBMTrqDMjy0vOHgxuMCNFgf1EIEkwBxoJOwMbtdoaQyyAZJIGH3G6llWM4bE3agDpu9hcxjoM94Cj4avH9HAb9wUvQGHz2lSDSWseBCVzWeHFphfHgBHtAUZj01O6gK+ipuz9X4hwEWxjaci24dltwlcuS5Cd7WxBJxnFgKCgJvrFV7GZY+O5n5aj02FYgCgwCjUz2k0JgA9hoQUOKZ+7MoUDXvCFIQzCTOcLGPLCerev9PzReaAqG8zlqufj/J9gHVoCUAl6jCzjH5VSG0hyrBJH6ejYfIpBJcTF/7dq/a5J4OzL3RbsY+4idAgvBhQKc/xJoz+WpFLhQgkh1MwtMYbVziDeXov1/Jg4ZCSYyEhgtASwAJz04Zz8WDWKZDJXpZjE1r5g7hhXRNHY9icGD/1MxxD4wATeiI08Yen9HbpNcMDCf5zzOcOVs3KvcOdzMWtLpm8Bj0Bn0AdeLyXyUnY7sy1J6u2FqJpKRIoHJOq9zLdStR5mJaTOp5VdydGtjHS3THBe14mt3wCgOQFcbqkfxzRWwl4NTMzvI8zhtNXuLW0GkFLwLejNxR+hinzLHnFQsHS8O/aErCqLpcAlHVVwcK+OaRbr1UDDHLKlLxbScXWku2Kp5OG1cTK0Gy3/Js/qZ84909hqDH2Wf+6xWNf4nOTlN30OCeaDkiQbMGUqM/JlUSuNZAOzUje4rsLRN4zhE0wmwxCDQOn2kkh4SwSoqU/m30NYczNf+nt3dBaZrjnc20gEesXc5LZYh8I8yqUoMy+wWq6d24Lxu+zDm5jiuLzUct8hZENiUD71iMqEok5m9dOO1shxQSuIPcTHw3ia5PEC9U/fJtIwMpOdpjil4dzZJ9RDfDDAPcHA5Gjxxs+8MJYjvLJdhKYwVmKvJ2NAg5SefWGXN8S2BvCCTdyO1zXZUgnjHSrHScgoQYVJAZbHKlcQvr7ZTlCDWJe5wOl9EkPkt42dN2Sx9k53O1xyfK2WrHmKNheoEkHf2xi9enhicLz0hz48olCCemTg+ikKE6bbLJ02nNcesbxIFyCjIBZQgngvShjMbm9n6Exl6ciyJfXa7XbnZj+y3AAMAC63yHgYmmQwAAAAASUVORK5CYII=') no-repeat
}

.arrow--repeating:before {
    display: block;
    content: attr(data-arrow-text);
    width: 102px;
    height: 95px;
    position: absolute;
    top: 36px;
    right: -47px;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center
}

.arrow--repeating:after {
    display: block;
    content: '';
    width: 102px;
    height: 95px;
    position: absolute;
    top: 0;
    right: -47px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABfCAYAAAAaqrIHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MDYzMDE5NC04OWY2LWYxNDYtYmNlOS0xZmJjMmNiNmZmYzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUYyNUU2NDA2NjAzMTFFNkI1NkY4M0UwM0QzRkJGQjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUYyNUU2M0Y2NjAzMTFFNkI1NkY4M0UwM0QzRkJGQjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWIzNWI5ODktMDc0ZC1mYTQwLTkzOGYtZTkyNzkxMWMzMGNjIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTljN2E2YzktNjlkMi0xMWU2LTlkZjktZjJmMDgxYjU4MzdmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+p2lJiQAACQxJREFUeNrsXQeMFFUYfnc0L6AH0kWpR+8CggKCIBBaKGpAARU0UTQag6KgIlHREMQaC1YIUqxIEAEBEQsgTUQ4BA4ELNxJJyAdzv9jv809h527nb2d3Vvu/5Ivt7szuzPzvvf+8mbu/UnZ2dlGUfCQlHprmYJ+jkWElwmPCk8nSLv2FY4Rthce8/LFQzMOnP9bNM4XcLmwmbCusI7wCmEFYTmLznOEOAeF+4T7hbuFO8jtwvXcFk+cEV4tHCt8LBFGTENhB/ak1sIaPh0nS/iLcKXwJ+EK4eEYXuelwr3CZGFL4a9eR4zfwhQTduLQ7iGsmsu+x4X/CDOF/wqPsOedpTkDSnGUgZX5PhzgN34WfiNcJPyev+0npgtvEy5nRzwXb2GShG2FQ4S3CMuE6M2raHI2C7cKt+GcIjhWJWFtYU1hGtmUZrFILt+DKfxS+IVwoVc/ECYa8Roxau4Vvh0vYTB87xQ+wMYK4i/hYjYAes+uGJmSFsJ2HLHXCi9x2ReizBfOolDHo3genwv7s9PVo0WImTAQ4X7hUEZPwCbhJ7zYDQUgSkrhKO4m7OPoODaOsDEn09zlF+gca/h6Jk2b78I0ED5Fc5VMZzeFtnV9AQ9nG1CggcImLvtsFL4p/JCheqSYJ+zO191oOXwRph4FGUBBlvEC0NNOJmAu15A9ebBLcIJo7j3hKzTLXgFz+gNfb6fvOZGXMMkeDoAo6H1hOnvaPB4UnJGgohhezxMM3XvSz9iJbKrwYTbqZHZML/hR+B1f1xI+Gc6XwhEmhSe+lX5kNpPC3hwtFwvOsbP158h5VrjH2l6cwQ2EnOZRoHHW65HC+vkVZiBD2nFM0pAU3uQlYUpQZNFcV2VnTHe02SB+NjWP3CyIxUwRggJPYlrhWZhaTMRm0q7eIOwqXG0KF04yoGnCDrnO0XZD2HEnCEt7GDXXU/CwhYGajzPELU9zhTBzqSncOMfQH+FvL07z2KYe5ilDOIJtGApzHZZmAts4T2HQK9bSjg7jJNxco7CBeyRfMWHt4sh1MOH6InO4AS7ffd56X1Y4MS9hejMhfI0x/kfhzu0UYsBvdAhh4mux/b5lKG7jU+EW6/0QuomQwnSmA0Ok9a7xf3LvYsMiBkU3c7QE0dEEZrhftvwPOvt4ax8EAG8JS4QSBvNXb+SW9CjCMnFIsBsL7xDu5Oe4l/QQA4RhFGKatR2oGyq3gTDHtV2jGiRMZWNjMjeTn1dkcr6clukFx/dGcdR5SjAV3nFK+LoJ3IYYbQK3GYA2JnDzbqRj/6IUNEWFiQ2O0afgftFzJjAZijavHmJf3EO6T4WJLQ7Rj6Qx8j3lst/dKkz8fBD8zBKX7VVs26bwD7hr2o7J6I10/G6D4U/hAhXGH6DRm1pCtDehb2nDtK0iV5OZzmhAkT9UowgQA88XOOe/TjDRtIXIYO7jChXGO1I5jRIcFXUcPiSdjR8UAhOXnp8gVWG8YSFHRfDRKDwJiknNFcxPwCPROJAK4w2YPf6Y5gmjYqtfB1JhvOHrWB0oSf8No2BChVFhFCqMCqNQYVQYhQqjUGFUGIUKo8IoVBiFCqPCKFQYFUahwqgwChVGocKoMAoVRoVRqDAKFUaFUagwKoxChVFhFCqMQoVJaGESoExJoYKfZUrwm1geCosNBP+Ld402ufdGzC9Q+OAa4XUmsLRTK2FJbsOSW5NUGP+FQYO3oBCtKEQ1aztGCFZaxap3WJoQ6zLrAnVRFgbbGlmjAGJgvUxn+Y+dlhCoz7JfmzW6wqRRgKAIWEU2JcR3sCjaEgoBbtNm9EeYeRSirMs+WFtrOUXAyMASwGe16fwXpnuIz5HcfGACC3CiYMAxbarYItmEXl8Zq532pY/RDDROwsxx2QbTNoE+BDW2imtzxVaYR11M1U7+RW1KLNqMxZ4HG12uMWbCZFAcJ1D9AbVU/uB7LI2OslAoc9VHm85/YQCUsnKuLISqGKg+hAI2z5ichbPhd1DcBxUhOmsTRhWlnMLAwQ93mLR+JlA0AIKM5evZ1vbWVi7TWts0X0DBVZT+reEUBtjBkWFvG+3Y3o/hdYb1OUbNCorWSNvY8wgZwxkT5JMbQgkDvGT+X7dyAH2LjQUU4BGTU+01iX4H/gdVmhprm+cKrCyLYgy/m8BKs10c7X6BMKcZGmdbCegol9kALENYm/7pjPV7AykQ/FML1eCChB6rkW+hD0e1QNTG3Ofm/G1g+uUd6/3twqtcDoQfRNXYphQi25GgYrofVZvaaJB13vqks21huuozys3OLSpzAr4lWBcYieXIPA68iaE17sk4l0fvSR+EIKFXIcyDcM2ojI4qTKi63tEEasnsDydcdgIzyCOs9xh+FcM4iWAIjXWJlzq24XNUBN9O4ctf5ILgepfxmisI7xK2NGHWcM6t96Ia7CK+TnEIlReWUpyOzI/s4VrdBIqoYS17VB9qe5GZrL7soLAQzU2gPAkWzcakcNh13/J6GCON0QKiCNQ+wd3KAxGccDOaQxTMLhZi+3raWwz3vxNQkFT64uH0HcfpS1A7JsvLD4Vba3kbFQ/G3A9GeOJY234QhX3aOAoMMHiYyOkfVMO7x1glOwrw6EChURTI3m0CdWFq8G8aw+GsSH88nMeXUHFuHXvCQTZufpdJx6jpYQLVU3u4jCKYv7VMXAvKDboiJqeCH0b/lfw8k2kDRsme/BzAa9n4DuzJSXTc46N4sRUYSvZjDyzids70Xbhxt5Kj0O/Cd7jeevSDyDc6cfrEDnYwQj4zERRWiIYwhs5rKHtEdZ8aBdVXe9OBdjWha6/YyfAGcpuDhyI4dnkmzPXorJtzdKQ69kPt6ekMXDZGuwEiEQY3zjaz8WA/X/W5t5ZkL+1M1vXwXSS+exmogMFHqM6YnAdQSpOVKUqJXH4vnXNZszhafburG4kwAIpvTqFA9U1sUYUzCKhzjIdHGpu8K4JHgnOcMlnBnAPmc1esLjJSYZKY2SM/qWTNDsQLCEQa0ATBvNakzypHlnFp+MMcSVmMqDBzjpIjv5lAIZ6j8bqgSJ9dxhDGJOccOsF4C7OLnB+GWSxOQRKiuLf+G0YBxX8CDACHm3ckglAxsAAAAABJRU5ErkJggg==') no-repeat
}

.certification-businesses {
    text-align: center
}

.certification-businesses__tab-navi {
    margin: 37px 0 0 0;
    margin: 3.75rem 0 0 0;
    padding: 0
}

.certification-businesses__tab-navi-li {
    list-style: none;
    display: inline-block
}

.certification-businesses__tab-navi-item {
    display: block;
    width: 390px;
    padding: 20px;
    background: #c09a51;
    color: #fff;
    text-decoration: none
}

.certification-businesses__tab-navi-item:hover {
    color: #fff;
    text-decoration: underline
}

.certification-businesses__tab-navi-item--active {
    background: #f2f0ee;
    color: #1d1a13;
    font-weight: bold
}

.certification-businesses__tab-navi-item--active:hover {
    color: #1d1a13;
    text-decoration: none
}

.certification-businesses__filter {
    background: #f2f0ee;
    overflow: hidden;
    margin: 0;
    padding: 60px 0;
    padding: 6rem 0
}

.certification-businesses__tab {
    background: #f2f0ee
}

.certification-businesses__tab--hidden {
    display: none
}

.certification-businesses__tab--map {
    height: 680px
}

.certification-businesses__tab--list {
    padding: 0 0 80px 0;
    padding: 0 0 8rem 0
}

.certification-businesses__label {
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    font-weight: 600;
    margin-left: -100px
}

.certification-businesses__region-select {
    -webkit-appearance: none;
    max-width: 320px;
    height: 50px;
    padding: 8px 15px;
    border: 2px solid #d0cfcf;
    border-radius: 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAIAAACR5s1WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MDYzMDE5NC04OWY2LWYxNDYtYmNlOS0xZmJjMmNiNmZmYzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Rjk4NjVFNkM2NjNBMTFFNkI1NkY4M0UwM0QzRkJGQjIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Rjk4NjVFNkI2NjNBMTFFNkI1NkY4M0UwM0QzRkJGQjIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDYwOGZkNjctN2Q3OS00OTUzLTgzNWQtZDg2M2RiYzgyMWFmIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6MTljN2E2YzktNjlkMi0xMWU2LTlkZjktZjJmMDgxYjU4MzdmIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+kKh2YgAAAIVJREFUeNrs19sJgDAQRNFE7MsatAeb0h6sQTtTyI8gyu4kooS738nOIS9IXKc+fF1N+EGBAAECBAgQIEBUgWi9E7pxsQ/e5uGVlTD2dY1UtsPS3S7Qz8RzhkuQdTDvkryC3NtxzRMEBa7oOVUTlHknUrYsOCryDQQBAgQIECBA1IDYBRgAJXkeMxoXPTAAAAAASUVORK5CYII=');
    background-position: right 1px;
    background-repeat: no-repeat
}

.certification-businesses__choice {
    display: inline-block;
    width: 270px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    position: relative
}

.certification-businesses__choice:before {
    display: block;
    content: '';
    width: 101px;
    height: 1px;
    background: #d0cfcf;
    position: absolute;
    top: 25px;
    left: -5px
}

.certification-businesses__choice:after {
    display: block;
    content: '';
    width: 101px;
    height: 1px;
    background: #d0cfcf;
    position: absolute;
    top: 25px;
    right: -5px
}

.certification-businesses__search {
    display: inline-block;
    width: 320px
}

input.certification-businesses__search-input {
    height: 50px
}

@media screen and (min-width: 56.25em) {
    .banner--slim {
        height: 400px
    }
    .certification-content__intro {
        font-size: 22px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 56.25em) {
    .certification-businesses__tab-navi,
    .certification-businesses__tab--map {
        display: none
    }
    .certification-businesses__tab--list {
        display: block
    }
    .certification-businesses__label {
        display: none
    }
    .certification-businesses__region-select,
    .certification-businesses__choice {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    .certification-businesses__choice {
        margin: 20px auto;
        margin: 2rem auto
    }
    .certification-content .container,
    .certification-about .container {
        margin: 40px auto;
        margin: 4rem auto
    }
    .separator-below {
        padding-bottom: 40px;
        padding-bottom: 4rem
    }
}

@media screen and (max-width: 50em) {
    .one-third {
        width: 100%;
        padding-bottom: 100px;
        padding-bottom: 10rem
    }
    .arrow--next:after {
        width: 30px;
        height: 100px;
        top: auto;
        bottom: 12px;
        right: 50%;
        margin-right: -15px;
        background: url('../img/arrow.png') no-repeat
    }
    .arrow--repeating:before {
        width: 70px;
        top: auto;
        bottom: -18px;
        right: 50%;
        margin-right: -35px
    }
    .arrow--repeating:after {
        width: 95px;
        height: 102px;
        top: auto;
        bottom: 5px;
        right: 50%;
        margin-right: -47px;
        background: url('../img/arrow-repeating.png') no-repeat
    }
    .certification-about__step--last {
        padding-bottom: 0
    }
}

@media screen and (max-width: 31.25em) {
    .certification-content {
        text-align: left
    }
    .one-fourth {
        width: 50%;
        text-align: center
    }
}

.js-load-more-articles {
    display: none;
}

.spinner {
    display: block;
    margin: 0 auto;
    margin-top: 3.5rem;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
    width: 190px;
    height: 45px;
    background: #c09a51;
}

.spinner > div {
    margin-top: 9px;
    background-color: #fff;
    height: 60%;
    width: 4px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
/*O PIVE*/
.center{
  text-align: center;
}
.steps{
    /*height: 100%;*/
    overflow: hidden;
}

.step{
   width: 230px;
   height: 480px;
   float: left;
   position: relative;
   z-index: 20;
   margin-bottom: 267px;
   background: url('../img/steps-bg.png') center center no-repeat;
}
.step.first{
    width: 115px;
    background-position: -196px center;
}
.step.last{
    width: 830px;
    background-position: -318px center;
}
.step .clickable-area{
    display: block;
    position: absolute;
    width: 30px;
    height: 70px;
    top: 204px;
    right: 100px;
    z-index: 61;
}
.step.first .clickable-area{
    right: 80px;
}

.step-circle{
    width: 182px;
    height: 213px;
    position: absolute;
    left: 24px;
    z-index: 30;
}
.step-title-wrapper{
    text-align: center;
    width: 182px;
    height: 182px;
    position: absolute;
    z-index: 60;
}
.step-title{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 120px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    position: relative;
}
.step-title-bg{
    padding: 3px 0px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-color: #fdb813;
    box-shadow: 0.5em 0 0 #fdb813,-0.5em 0 0 #fdb813;
}
.active .step-title-bg{
    background-color: #e51937;
    box-shadow: 0.5em 0 0 #e51937,-0.5em 0 0 #e51937;
}

.circle-yellow, .circle-red{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url('../img/step-circle.png') no-repeat;
}
.circle-yellow {
    z-index: 40;
}
.circle-red {
    z-index: 50;
}
.circle-image{
    z-index: 35;
    position: absolute;
    left: 0px;
    width: 182px;
    height: 182px;
}

.step-top .circle-yellow    {  background-position: top left;  }
.step-bottom .circle-yellow {  background-position: bottom left; }
.step-top .circle-red       {  background-position: top right;  }
.step-bottom .circle-red    {  background-position: bottom right;  }

.step-top .circle-image,
.step-top .step-circle,
.step-top .step-title-wrapper,
.step-top .step-info-wrapper  {  top: 0px; }
.step-bottom .circle-image,
.step-bottom .step-circle,
.step-bottom .step-title-wrapper,
.step-bottom .step-info-wrapper   {  bottom: 0px; }

.step-info-wrapper{
    width: 0px;
    height: 182px;
    line-height: 182px;
    position: absolute;
    z-index: 31;
    left: 91px;
    overflow: hidden;
    background: url('../img/step-circle-info.png') top right no-repeat;
}
.step-info{
    font-size: 13px;
    color: #FFFFFF;
    line-height: 1.3em;
    display: inline-block;
    vertical-align: middle;
    width: 172px;
    margin-left: 118px;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
#steps-back-btn{
    width: 84px;
    height: 84px;
    display: block;
    position: absolute;
    z-index: 110;
    top: 200px;
    left: 110px;
    background: transparent url('../img/steps-back-btn.png') top left no-repeat;
}
#steps-back-btn:hover{
    background-position: bottom left;
}
.wrapper{
  margin: 0 auto;
width: 952px;
}
#steps-slider{
  margin-top: 50px;
   height: 560px;
   /*width: 100%;*/
   overflow: hidden;
}
#steps-slider .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 69px;
    top: 200px;
    right: auto;
    left: 0;
    overflow: visible;
}

#steps-slider .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 51px;
    height: 69px;
    z-index: 110;
    background: transparent url('../img/step-beer.png') top center no-repeat;
}
#steps-slider .mCSB_scrollTools .mCSB_draggerRail{
    background: transparent;
    z-index: 120;
}
#steps-slider .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    position: absolute;
    border-radius: 0px;
    margin: 0px;
    width: 157px;
    height: 98px;
    background: transparent url('../img/steps-dragger-hint.png') top center no-repeat;
    top: 90px;
    left: -10px;
}
/* PODAVANI PIVA*/
.serving-wrapper{
   padding: 20px 0px 40px 0px;
}
.serving{
    padding-bottom: 40px;
    overflow: auto
}
.serving .left{
    width: 35%;
    margin-left: 3%;
    float: left;
    position: relative;
    z-index: 50;
    padding-bottom: 20px;
}
.serving .left .serving-image{
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 60;
    width: 100%;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);

}
.serving .left .serving-image img{
    max-width: 100%;
}
.serving .left .serving-image.first{
    position:static;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.serving-steps{
    width: 55%;
    margin-right: 3%;
    float: right;
    position: relative;
    z-index: 20;
    padding-top: 30px;
}

#serving-type-2 .serving-steps{
   padding-top: 72px;
}
.serving-step{
    width: 440px;
    float: left;
    padding-bottom: 86px;
}
.serving-step h3{
    padding: 0px 20px 10px 20px;
    color: #4d4d4d;
}
.serving-step p{
    padding: 0px 20px 0px 10px;
}

.serving-steps .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {

    height: 86px;

}
.serving .dragger-bg{
   height: 45px;
   width: 100%;
   bottom: 17px;
   left: 0px;
   position: absolute;
   z-index: 30;
   background: transparent url('../img/steps-bg.png') center center no-repeat;
}
.serving .dragger-bg .beer-left,
.serving .dragger-bg .beer-right{
   position: absolute;
   z-index: 35;
   bottom: 0px;
   width: 40px;
   height: 100%;
   background: #FFFFFF url('../img/steps-bg.png') center center no-repeat;
}
.serving .dragger-bg .serving-hint{
   position: absolute;
   z-index: 36;
   right: 103%;
   top: -10px;
}
.serving .dragger-bg .beer-left{
    left: 0px;
}
.serving .dragger-bg .beer-right{
    right: 0px;

}
#serving-type-2.serving .dragger-bg,
#serving-type-2.serving .dragger-bg .beer-left,
#serving-type-2.serving .dragger-bg .beer-right{
     background-image: url('../img/steps-bg-bottle.png');
}

#serving-type-2 .serving-steps .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
    background-image:  url('../img/step-bottle.png');
}

.serving-steps .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 51px;
    height: 86px;
    z-index: 110;
    background: transparent url('../img/step-beer.png') top center no-repeat;
}
.serving-steps .mCSB_scrollTools .mCSB_draggerRail{
    background: transparent;
    z-index: 120;
    height: 86px;
}
.serving-steps .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: transparent;
}
.serving-steps .mCustomScrollBox{
    z-index: 60;
}

@media only screen and (max-width: 500px) {
    .serving .left{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    .serving-steps{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .serving .dragger-bg .serving-hint{
        display:none;
    }
    #serving-type-2 .serving-steps{
        padding-top: 20px;
    }
}
.main-container{
  max-width: 1300px;
  margin: 0 auto;
}
.content-page-header {
    max-width: 952px;
    min-height: 280px;
    margin: 0 auto;
    background: top right no-repeat;
    background-size: cover;
}
.main-job{
  text-align: center;
}
.main-bg{
  background: #ffffff url("../img/volbasladkov/map-bg.png") center center repeat-y;
  background-size: cover;
  text-align: center;
}
.main-top h2{
  font-size: 25px;
  line-height: 25px;
}
.main-top-slider{
  max-width: 1300px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.main-head-news{
  width: 100%;
  max-width: 1300px;
  /*display: table !important;*/
  height: auto;
  aspect-ratio: 1.90336;
}
/* START - NEW BG */
@media only screen and (max-width: 768px) {
    .main-head-news {
        background-position: 80% center;
    }
}
@media only screen and (max-width: 359px) {
    .main-head-news {
        background-position: 77% center;
    }
}
/* START EXCEPT */
.main-head-news-content{
    /*display: table-cell;*/
    height: 100%;
    text-align: center;
    vertical-align: bottom;
    padding-bottom: 120px;
}
/* END EXCEPT */
@media only screen and (max-width: 768px) {
    .main-head-news-content {
        padding-bottom: 32px !important;
    }
}
.main-head-news-content .btnwrap{
    margin-left: 33%;
    /*text-align: left;*/
    text-align: center;
    position: relative;
}
.main-head-news-content a{
    white-space: nowrap;
    /*margin-left: 191px;*/
    
    /*transform: translateX(113%);
    transform: translateX(125%); */
}
/*.main-head-news-content a:hover {
    color: #fff;
    background: #480100;
}*/
/*@media only screen and (max-width: 59.375em) {
    .main-head-news-content a {
        color: #fff;
        background: #480100;
    }
}*/
@media only screen and (max-width: 768px) {
    .main-head-news-content a {
        transform: none;
    }
    
    .main-head-news-content .btnwrap{
        text-align:center;
        margin-left:0;
    }
    .main-head-news-content a{
        margin-left:0;
    }

}
/* END - NEW BG */
/*.main-head-news-content h2{
  color:white;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 46px;
}
.main-head-news-content a{
  color:white;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border:3px solid white;
}*/
.main-news{
  padding-bottom: 50px;
}
.main-brand-info,
.main-feed {
  text-align: center;
}
.main-brand-info .content,
.main-download .content,
.main-job .content,
.main-feed .content {
  padding: 80px 0;
  max-width: 1200px;
}
.main-news-item{
  padding: 18px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.main-news-item img {
    max-width: 340px;
    max-height: 225px;
    width: 100%;
    object-fit: contain;
}
.main-news-item h3{
  font-size: 15px;
  line-height: 20px;
  padding:10px 0 15px 0;
  position: relative;
}
.main-news-item p{
  font-size: 15px;
}
.main-news-item a{
  color:#c09a51;
  font-size: 15px;
}
.main-news-item h3::after{
  height: 2px;
  background-color: #c09a51;
  width: 120px;
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}
.main-article-box{
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 20px 0;
}
.main-article-box h2 {
    line-height: 1.3;
}
.main-article-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
}
.main-article-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}
.main-article-box ul li {
    display: inline-flex;
    margin: 0 auto;
}
.main-article-box ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #bf9956;
}
.main-article-image {
    padding: 0 20px;
}

.main-job-video-wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.main-job-video-wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main-download {
    padding: 0 20px;
}
.main-article-link {
    color: #c09a51;
}

.main-article{
  padding: 18px;
  width: 40%;
  margin: 0 4% 40px 4%;
  display: inline-block;
  max-width: 420px;
  vertical-align: top;
}
.main-article img{
  max-width: 100%;
}
.main-article p{
  font-size: 15px;
  margin-bottom: 15px;
}
.main-article a{
  color:#c09a51;
  font-size: 15px;
  margin: 15px 0;
  display: inline-block;
}
.main-article a::before{
  content: '';
  display: block;
}
.main-feed-list{
  padding:20px;
}
.grid-sizer{ width: 280px; }
.gutter-sizer { width: 0; }
.feed-item{
  right:20px;
  margin: 2% auto 0;
  vertical-align: top;
  width:280px;
  background: white;
  display:inline-block;
  box-shadow: 1.854px 5.706px 27px 0px rgba(0, 0, 0, 0.21);
    position: relative;
}
.feed-item-top{
  padding:15px;
  text-align: left;
}
.feed-item-top img{
  vertical-align: middle;
  border:3px solid white;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.feed-item-top span{
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
  vertical-align: middle;
}
.feed-item-top-text{
  text-align: left;
  padding:14px 5px 0;
  font-size: 12px;
  line-height: 16px;
  word-break: break-word;

}
.feed-item-image{
  width: 100%;
  display: block;
}
.feed-item-bottom{
  padding:15px;
  overflow: auto;
}
.feed-item-date{
  float: right;
  font-size: 12px;
}
.feed-item-link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer;
}

.feed-load-more{
  cursor: pointer;
}
@media (min-width:600px) and (max-width:1299px){
  .main-brand-info .overlay-background,
  .main-job .overlay-background{
    margin: -35px 20px;
  }
}
@media (max-width:991px){
  .main-top h2{
    font-size: 15px;
    line-height: 20px;
  }
  .main-news-item p{
    display:none;
  }
  .main-head-news-content h2{
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width:768px){
  .main-head-news-content h2{
    font-size: 18px;
    line-height: 22px;
  }
  .main-news-item h3{
    font-weight: normal;
  }
  .main-head-news-content{
      padding-bottom: 30px;
  }
  .main-article,
  .main-news-item{
    width:100%;
    margin-bottom: 30px;
  }
}
@media (min-width:767px){
  .main-feed-list{
    width: 700px;
    margin:0 auto;
  }
  .feed-item-top span{
    font-size: 14px;
  }
  .grid-sizer{ width: 320px; }
  .gutter-sizer { width: 20px; }
  .feed-item{
    vertical-align: top;
    width: 320px;
    margin: 20px 0 0;
    right:auto;
  }
}
@media (min-width:1280px){
  .main-feed-list{
    width: 100%;
  }
  .grid-sizer{ width: 350px; }
  .gutter-sizer { width: 40px; }
  .feed-item{
    margin-bottom: 25px;
    vertical-align: top;
    width:350px;
  }
}
@media (min-width:56.26em){
  .main-article-box{
    padding-top: 0;
  }
  .main-article-box{
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-block .content {
      display: table;
  }
  .main-block .main-article-box {
      display: table-cell;
      vertical-align: middle;
      float: none;
  }
  .main-block .main-article-image {
    display: table-cell;
    vertical-align: top;
    float: none;
  }
}
@media (max-width:56.25em) {
    .main-job .main-article-box {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
@media (max-width:599px) {
    .main-download .main-article-image {
        padding: 0;
    }
}
.page-info{
  padding-top: 50px;
}
.page-info h1{
  text-align: center;
  padding: 0;
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #0f5911
}
.page-info h3{
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 15px;
  font-weight: bold;
  color: #0f5911
}
.page-info p{
  margin-bottom: 15px;
}
.page-info ol,.page-info ul{
  margin-left: 40px;
  margin-bottom: 15px;

}


.logo-item {
    border: 1px solid #eeeeee;
}

.download-preview-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 190px;
    overflow: hidden;
    padding: 20px 20px 10px;
}

.download-preview-wrapper img {
    max-width: 100%;
    max-height: 154px;
}

.download-buttons-caption {
    font-size: 14px;
    margin-bottom: 5px;
}

.download-buttons {
    text-align: center;
    padding: 10px 8px 20px;
}

.download-buttons .btn-extension {
    padding: 10px 15px 9px 15px;
}

.full-block {
    padding: 80px 0 50px 0;
    padding: 8rem 0 5rem 0;
}

.full-block-bg {
    background: #f2f0ee;
}

.full-block__title {
    position: relative;
    margin: -10px 0 20px 50px;
    margin: -1rem 0 2rem 5rem;
    padding: 0;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold
}

.full-block__title:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    width: 35px;
    height: 2px;
    content: ' ';
    background: #c09a51
}

.full-block_content {
    float: none;
    width: 100%;
    margin: 0 50px 0 50px;
    margin: 0 5rem 0 5rem
}

.full-block_content  ul {
    margin-bottom: 1.625em;
}

@media screen and (max-width: 68.75em) {
    .full-block__title {
        margin-left: 0;
    }
    .full-block_content {
        margin: 0;
    }
}

.stream-content {
    max-width: 830px;
    margin: 70px auto 50px auto;
    margin: 7rem auto 5rem auto;
    text-align: center;
}

.stream-content__primary {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55;
}

.stream-content__primary h2 {
    font-size: 30px;
    font-size: 3rem;
}

.videos-block .videos-layout .video-item {
    width: 33.3333%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
}

.videos-block .videos-layout .video-item .video-wrap {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.videos-block .videos-layout .video-item .video-wrap .video-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.videos-block .videos-layout .video-item .video-wrap .video-iframe img {
    max-width: 100%;
}

.videos-block .videos-layout .video-item .video-wrap .video-iframe .play-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 58px;
    height: 41px;
    margin: auto;
    background: url("../img/icon-play.png") no-repeat left center;
}

.videos-block .videos-layout .video-item .video-wrap .video-iframe:hover .play-button {
    background-position: right center;
}

.videos-block .videos-layout .video-item .video-content {
    padding: 20px;
}

.videos-block .videos-layout .video-item .video-content .video-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.videos-block .videos-layout .video-item .video-content .video-desc p {
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 62.5em) {
    .videos-block .videos-layout .video-item {
        width: 50%;
    }
}

@media screen and (max-width: 40.625em) {
    .videos-block .videos-layout .video-item {
        width: 100%;
        padding: 0;
    }
}

.voting-wrapper {
    max-width: 520px;
    text-align: center;
    padding: 0 15px;
    margin: 0 auto 50px;
    border-top: 6px solid #c09a51;
}

.voting-wrapper .voting-logo {
    padding: 30px 0 40px;
}

.voting-wrapper .voting-text {
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
}

.voting-wrapper .voting-text a {
    color: #c09a51;
}

.voting-wrapper .voting-result {
    position: relative;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    padding: 45px 0;
}

.voting-wrapper .voting-result:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #c09a51;
}

.voting-wrapper .voting-footer {
    position: relative;
    padding-top: 0.8em;
}

.voting-wrapper .voting-footer:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 2px;
    top: 0;
    left: 50%;
    margin-left: -18px;
    background-color: #c09a51;
}



.main-head-news-content a{
    border: 2px solid #943902;
    background: #943902;
    color: #ffffff;
}

.main-head-news-content a:hover {
    background: #ffffff!important;
    color: #943902!important;
}

/*PEOPLE*/
.people-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.person-box {
    width: 33.333%;
    padding: 0 10px 20px;
    text-align: center;
}
@media screen and (max-width: 47.94em) {
    .person-box {
        width: 50%;
    }
}
@media screen and (max-width: 29.32em) {
    .person-box {
        width: 100%;
    }
}

.person-box__photo {
    margin: 0 auto;
    max-width: 150px;
    border-radius: 50%;
    overflow: hidden;
}
.person-box__photo .photo {
    max-width: 100%;
    vertical-align: middle;
}
.person-box__text {
    margin-top: 10px;
    line-height: 1.4;
}
.person-box__name {
    margin-bottom: 0.3em;
    font-weight: 600;
}


.food-safety__downloads {
    padding: 40px 0 90px 0;
    padding: 4rem 0 9rem 0;
}
.food-safety__downloads h3 {
    font-size: 30px;
    font-size: 3rem;
    color: #0f5911;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 60px;
    margin-bottom: 6rem;
}
.food-safety__content {
    max-width: 820px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: justify;
}
.food-safety__content h3 {
    font-size: 30px;
    font-size: 3rem;
    color: #0f5911;
    line-height: 1.3;
}
.food-safety__title a {
    color: inherit;
}
.food-safety ol {
    counter-reset: count;
    list-style: none;
    padding-left: 0;
    margin-bottom: 60px;
    margin-bottom: 6rem;
}
.food-safety ol li {
    counter-increment: count;
    position: relative;
    padding-left: 90px;
    padding-left: 9rem;
    margin-bottom: 30px;
    margin-bottom: 3rem;
    font-size: 18px;
    font-size: 1.8rem;
}
.food-safety ol li::before {
    content: counter(count);
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 60px;
    width: 6rem;
    height: 60px;
    height: 6rem;
    background: #f2f0ee;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    color: #0f5911;
    text-align: center;
    line-height: 60px;
    line-height: 6rem;
    border-radius: 50%;
}