

/* Start:/local/templates/.default/css/app.css?1755274707194814*/
@charset "UTF-8";

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-rendering: optimizeLegibility
}

.dropdown-pane,
.invisible {
    visibility: hidden
}

.contact:before,
.contact__navigation,
.touchevents .flexslider__arrows a svg {
    pointer-events: none
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.small-pull-1,
.small-pull-10,
.small-pull-11,
.small-pull-2,
.small-pull-3,
.small-pull-4,
.small-pull-5,
.small-pull-6,
.small-pull-7,
.small-pull-8,
.small-pull-9,
.small-push-1,
.small-push-10,
.small-push-11,
.small-push-2,
.small-push-3,
.small-push-4,
.small-push-5,
.small-push-7,
.small-push-8,
.small-push-9,
sub,
sup {
    position: relative
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

body,
button,
legend {
    padding: 0
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

button,
img,
legend {
    border: 0
}

.fade-in.mui-enter,
.fade-out.mui-leave,
.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-left.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.slide-in-down.mui-enter,
.slide-in-left.mui-enter,
.slide-in-right.mui-enter,
.slide-in-up.mui-enter,
.slide-out-down.mui-leave,
.slide-out-left.mui-leave,
.slide-out-right.mui-leave,
.slide-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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:active,
a:hover {
    outline: 0
}

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

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

small {
    font-size: 80%
}

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

.button,
img {
    vertical-align: middle
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.orbit-caption,
.sticky.is-anchored.is-at-bottom,
.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block
}

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

figure {
    margin: 1em 40px
}

pre,
textarea {
    overflow: auto
}

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

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

a,
b,
em,
i,
small,
strong {
    line-height: inherit
}

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;
    box-sizing: content-box;
    box-sizing: border-box
}

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

legend {}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=75em&xlarge=90em&xxlarge=100em"
}

code,
kbd {
    color: #2f2f2f;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

html {
    font-size: 100%;
    box-sizing: border-box
}

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

body {
    margin: 0;
    font-weight: 400;
    line-height: 1.6;
    color: #2f2f2f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

select {
    width: 100%
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border-radius: 0;
    line-height: 1
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.row {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

.row::after,
.row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

@media screen and (min-width:40em) {
    .row .row {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.row.expanded .row {
    margin-left: auto;
    margin-right: auto
}

.column,
.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 100%;
    float: left
}

@media screen and (min-width:40em) {

    .column,
    .columns {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left
}

.column.row.row,
.row.row.columns {
    float: none
}

.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    left: 8.33333%
}

.small-pull-1 {
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    left: 16.66667%
}

.small-pull-2 {
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    left: 33.33333%
}

.small-pull-4 {
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    left: 41.66667%
}

.small-pull-5 {
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    left: 58.33333%
}

.small-pull-7 {
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    left: 66.66667%
}

.small-pull-8 {
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    left: 83.33333%
}

.small-pull-10 {
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    left: 91.66667%
}

.small-pull-11 {
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1>.column,
.small-up-1>.columns {
    width: 100%;
    float: left
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left
}

.small-up-2>.column,
.small-up-2>.columns {
    width: 50%;
    float: left
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left
}

.small-up-3>.column,
.small-up-3>.columns {
    width: 33.33333%;
    float: left
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left
}

.small-up-4>.column,
.small-up-4>.columns {
    width: 25%;
    float: left
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left
}

.small-up-5>.column,
.small-up-5>.columns {
    width: 20%;
    float: left
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left
}

.small-up-6>.column,
.small-up-6>.columns {
    width: 16.66667%;
    float: left
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left
}

.small-up-7>.column,
.small-up-7>.columns {
    width: 14.28571%;
    float: left
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    width: 12.5%;
    float: left
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-left: 0;
    padding-right: 0
}

.small-collapse .row {
    margin-left: 0;
    margin-right: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-pull-0,
.small-push-0,
.small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left
}

@media screen and (min-width:40em) {

    .medium-pull-1,
    .medium-pull-10,
    .medium-pull-11,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-push-1,
    .medium-push-10,
    .medium-push-11,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9 {
        position: relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%
    }

    .medium-pull-1 {
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%
    }

    .medium-pull-2 {
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%
    }

    .medium-pull-4 {
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%
    }

    .medium-pull-5 {
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%
    }

    .medium-pull-7 {
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%
    }

    .medium-pull-8 {
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%
    }

    .medium-pull-10 {
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%
    }

    .medium-pull-11 {
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1>.column,
    .medium-up-1>.columns {
        width: 100%;
        float: left
    }

    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left
    }

    .medium-up-2>.column,
    .medium-up-2>.columns {
        width: 50%;
        float: left
    }

    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left
    }

    .medium-up-3>.column,
    .medium-up-3>.columns {
        width: 33.33333%;
        float: left
    }

    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left
    }

    .medium-up-4>.column,
    .medium-up-4>.columns {
        width: 25%;
        float: left
    }

    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left
    }

    .medium-up-5>.column,
    .medium-up-5>.columns {
        width: 20%;
        float: left
    }

    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left
    }

    .medium-up-6>.column,
    .medium-up-6>.columns {
        width: 16.66667%;
        float: left
    }

    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left
    }

    .medium-up-7>.column,
    .medium-up-7>.columns {
        width: 14.28571%;
        float: left
    }

    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left
    }

    .medium-up-8>.column,
    .medium-up-8>.columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left
    }

    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-left: 0;
        padding-right: 0
    }

    .medium-collapse .row {
        margin-left: 0;
        margin-right: 0
    }

    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-pull-0,
    .medium-push-0,
    .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0;
        float: left
    }
}

.article-full::after,
.breadcrumbs::after,
.button-group::after,
.clearfix::after,
.pagination::after,
.tabs::after,
.title-bar::after,
.top-bar::after,
hr {
    clear: both
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

dl,
ol,
p,
ul {
    margin-bottom: 2.5rem;
    line-height: 1.6
}

p {
    font-size: inherit
}

em,
i {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-style: normal;
    color: #2f2f2f;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0
}

h3,
h4,
h5,
h6 {
    font-size: 1rem
}

@media screen and (min-width:40em) {
    h1 {
        font-size: 2.625rem
    }

    h2 {
        font-size: 2.25rem
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 1.125rem
    }
}

a {
    background-color: transparent;
    color: #1a1a1a;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #161616
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto
}

dl,
ol,
ul {
    list-style-position: inside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

.accordion,
.menu,
.tabs {
    list-style-type: none
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

.subheader,
code,
label {
    font-weight: 400
}

blockquote {
    margin: 0 0 2.5rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #2f2f2f;
    cursor: help;
    border-bottom: 1px dotted #2f2f2f
}

code {
    background-color: #e6e6e6;
    border: 1px solid #cacaca;
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0;
    background-color: #e6e6e6
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.5
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width:40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

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

    .medium-text-justify {
        text-align: justify
    }
}

.badge,
.button,
.input-group-label,
.menu.icon-top>li>a,
.orbit-bullets {
    text-align: center
}

.show-for-print {
    display: none !important
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    border: 1px solid transparent;
    border-radius: 0;
    margin: 0 0 1rem;
    background-color: #c1bbab;
    color: #2f2f2f
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #606060;
    color: #2f2f2f
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #2199e8;
    color: #2f2f2f
}

.button.primary:focus,
.button.primary:hover {
    background-color: #147cc0;
    color: #2f2f2f
}

.button.secondary {
    background-color: #777;
    color: #2f2f2f
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5f5f5f;
    color: #2f2f2f
}

.button.success {
    background-color: #3adb76;
    color: #2f2f2f
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #2f2f2f
}

.button.alert {
    background-color: #ec5840;
    color: #2f2f2f
}

.button.alert:focus,
.button.alert:hover {
    background-color: #da3116;
    color: #2f2f2f
}

.button.warning {
    background-color: #ffae00;
    color: #2f2f2f
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #2f2f2f
}

.button.hollow {
    border: 1px solid #1a1a1a;
    color: #1a1a1a
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
    background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0d0d0d;
    color: #0d0d0d
}

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none
}

.button.dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: .4em;
    float: right;
    margin-left: 20px;
    display: inline-block
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: .2em
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=text]:focus,
[type=password]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=week]:focus,
[type=email]:focus,
[type=number]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=url]:focus,
[type=color]:focus,
textarea:focus {
    border: 1px solid #b81e50;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    min-height: 50px;
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: default
}

[type=submit],
[type=button] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=file],
[type=checkbox],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

label>[type=checkbox],
label>[type=label] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    line-height: 1.8;
    color: #2f2f2f
}

.form-error,
.menu-text,
.switch {
    font-weight: 700
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: normal;
    color: #333
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
fieldset {
    margin: 0
}

.input-group>:first-child,
.input-group>:last-child>* {
    border-radius: 0
}

.input-group-button,
.input-group-field,
.input-group-label {
    display: table-cell;
    margin: 0;
    vertical-align: middle
}

.input-group-label {
    width: 1%;
    height: 100%;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #2f2f2f;
    border: 1px solid #b81e50;
    white-space: nowrap
}

.form-error,
.is-invalid-label {
    color: #ec5840
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%
}

fieldset {
    border: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem;
    max-width: 100%
}

.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fff;
    padding: 0 .1875rem;
    margin: 0 0 0 -.1875rem
}

select {
    margin: 0 0 1rem;
    font-family: inherit;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right center;
    background-origin: content-box;
    background-repeat: no-repeat
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:disabled {
    background-color: #e6e6e6;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, .1);
    border-color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width:40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:39.9375em),
screen and (min-width:75em) {
    .show-for-medium-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {

    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:portrait) {

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::after,
.clearfix::before {
    content: ' ';
    display: table
}

.accordion {
    background: #fff;
    border-radius: 0;
    margin-left: 0
}

.accordion-title {
    display: block;
    position: relative
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active>.accordion-title::before {
    content: '–'
}

.is-accordion-submenu-parent>a {
    position: relative
}

.is-accordion-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #1a1a1a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scaleY(-1);
    transform: scaleY(-1)
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    border-radius: 50%;
    background: #1a1a1a;
    color: #fff
}

.badge.secondary {
    background: #777;
    color: #fff
}

.badge.success {
    background: #3adb76;
    color: #fff
}

.badge.alert {
    background: #ec5840;
    color: #fff
}

.badge.warning {
    background: #ffae00;
    color: #fff
}

.breadcrumbs {
    list-style: none;
    margin: 0 0 1rem
}

.breadcrumbs::after,
.breadcrumbs::before {
    content: ' ';
    display: table
}

.breadcrumbs li {
    float: left;
    color: #2f2f2f;
    font-size: .6875rem;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    color: #cacaca;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #1a1a1a
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca
}

.button-group {
    margin-bottom: 0;
    font-size: 17px
}

.button-group::after,
.button-group::before {
    content: ' ';
    display: table
}

.button-group .button {
    float: left;
    margin: 0;
    font-size: inherit
}

.button-group .button:not(:last-child) {
    border-right: 0 solid #fff
}

.button-group.tiny {
    font-size: .6rem
}

.button-group.small {
    font-size: .75rem
}

.button-group.large {
    font-size: 1.25rem
}

.button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%
}

.button-group.expanded::after,
.button-group.expanded::before {
    display: none
}

.button-group.expanded .button {
    display: table-cell;
    float: none
}

.button-group.primary .button {
    background-color: #2199e8;
    color: #fff
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #147cc0;
    color: #fff
}

.button-group.secondary .button {
    background-color: #777;
    color: #fff
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5f5f5f;
    color: #fff
}

.button-group.success .button {
    background-color: #3adb76;
    color: #fff
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #fff
}

.button-group.alert .button {
    background-color: #ec5840;
    color: #fff
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #da3116;
    color: #fff
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #fff
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #fff
}

.button-group.stacked .button,
.button-group.stacked-for-small .button {
    width: 100%
}

.button-group.stacked .button:not(:last-child),
.button-group.stacked-for-small .button:not(:last-child) {
    border-right: 0 solid
}

@media screen and (min-width:40em) {
    .button-group.stacked-for-small .button {
        width: auto
    }

    .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 0 solid #fff
    }
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        border-right: 0
    }
}

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(47, 47, 47, .25);
    border-radius: 0;
    position: relative;
    color: #2f2f2f;
    background-color: #fff
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #def0fc
}

.callout.secondary {
    background-color: #ebebeb
}

.callout.success {
    background-color: #e1faea
}

.callout.alert {
    background-color: #fce6e2
}

.callout.warning {
    background-color: #fff3d9
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #2f2f2f
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: transform .15s linear
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.is-drilldown-submenu-parent>a {
    position: relative
}

.is-drilldown-submenu-parent>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent transparent transparent #1a1a1a;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.js-drilldown-back>a::before {
    content: '';
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: transparent #1a1a1a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 0;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    width: 300px;
    z-index: 10
}

.dropdown-pane.is-open {
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-menu.vertical>li .is-dropdown-submenu {
    top: 0;
    left: 100%
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px
}

.is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative
}

.is-dropdown-submenu-parent.is-down-arrow>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: #1a1a1a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: .825rem;
    right: 5px
}

.is-dropdown-submenu-parent.is-left-arrow>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent #1a1a1a transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    float: left;
    margin-left: 0;
    margin-right: 10px
}

.is-dropdown-submenu-parent.is-right-arrow>a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    border-color: transparent transparent transparent #1a1a1a;
    border-left-style: solid;
    border-right-width: 0
}

.is-dropdown-submenu-parent.is-left-arrow.opens-inner .is-dropdown-submenu {
    right: 0;
    left: auto
}

.is-dropdown-submenu-parent.is-right-arrow.opens-inner .is-dropdown-submenu {
    left: 0;
    right: auto
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fff;
    border: 1px solid #cacaca
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active,
.is-dropdown-submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.is-dropdown-submenu {
    display: block
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0;
    background: #1a1a1a;
    color: #fff
}

.label.secondary {
    background: #777;
    color: #fff
}

.label.success {
    background: #3adb76;
    color: #fff
}

.label.alert {
    background: #ec5840;
    color: #fff
}

.label.warning {
    background: #ffae00;
    color: #fff
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .media-object.stack-for-small .media-object-section {
        display: block;
        padding: 0 0 1rem
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.menu>li,
.menu>li>a>i,
.menu>li>a>img,
.menu>li>a>span {
    vertical-align: middle
}

.menu {
    margin: 0
}

[data-whatinput=mouse] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a,
.menu button,
.menu input {
    margin-bottom: 0
}

.menu>li>a>i,
.menu>li>a>img {
    display: inline-block;
    margin-right: .25rem
}

.menu>li {
    display: table-cell
}

.menu.vertical>li {
    display: block
}

@media screen and (min-width:40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }

    .menu.medium-vertical>li {
        display: block
    }
}

.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem
}

.menu.simple a {
    padding: 0
}

.menu.align-right>li {
    float: right
}

.menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.icon-top>li>a>i,
.menu.icon-top>li>a>img {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu-text {
    color: inherit;
    line-height: 1;
    padding: .7rem 1rem
}

.no-js [data-responsive-menu] ul {
    display: none
}

body,
html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform .5s ease
}

.off-canvas-wrapper-inner::after,
.off-canvas-wrapper-inner::before {
    content: ' ';
    display: table
}

.off-canvas-wrapper-inner::after {
    clear: both
}

.off-canvas-content {
    min-height: 100%;
    background: #fff;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    box-shadow: 0 0 10px rgba(47, 47, 47, .5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: background .5s ease
}

.off-canvas {
    position: absolute;
    background: #e6e6e6;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.orbit-caption,
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(47, 47, 47, .5)
}

.before-after,
.orbit-container,
body.is-reveal-open {
    overflow: hidden
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

@media screen and (min-width:40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
}

.orbit,
.orbit-container {
    position: relative
}

.orbit-container {
    margin: 0;
    list-style: none
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    position: absolute;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fff
}

.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #cacaca;
    border-radius: 50%
}

.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
    content: ' ';
    display: table
}

.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 0;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media screen and (min-width:40em) {
    .pagination li {
        display: inline-block
    }

    .reveal {
        min-height: 0
    }
}

.pagination a,
.pagination button {
    color: #2f2f2f;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #1a1a1a;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: default
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '…';
    padding: .1875rem .625rem;
    color: #2f2f2f
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    content: '«';
    display: inline-block;
    margin-right: .5rem
}

.pagination-next a::after,
.pagination-next.disabled::after {
    content: '»';
    display: inline-block;
    margin-left: .5rem
}

.progress {
    background-color: #cacaca;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0
}

.progress.primary .progress-meter {
    background-color: #2199e8
}

.progress.secondary .progress-meter {
    background-color: #777
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.alert .progress-meter {
    background-color: #ec5840
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1a1a1a
}

.progress-meter-text {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.slider-fill,
.slider-handle {
    left: 0;
    display: inline-block
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.flexslider__arrows a,
.switch {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.slider-fill {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #1a1a1a;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #161616
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(47, 47, 47, .45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #cacaca;
    margin: 6.25rem auto 0;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    overflow-y: auto
}

.switch-paddle,
.switch-paddle::after {
    display: block;
    transition: all .25s ease-out
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

caption,
tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

@media screen and (min-width:40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }

    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }

    .reveal.small {
        width: 50%;
        max-width: 75rem
    }

    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    user-select: none;
    color: #fff;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    position: relative;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    color: inherit;
    font-weight: inherit
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fff;
    content: '';
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0
}

input:checked~.switch-paddle {
    background: #1a1a1a
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle:after {
    left: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle:after {
    left: 2rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle:after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    font-weight: 700
}

tfoot,
thead {
    background: #f9f9f9;
    color: #2f2f2f
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

@media screen and (max-width:74.9375em) {

    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

.tabs,
.tabs-content {
    border: 1px solid #e6e6e6
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover tr:hover {
    background-color: #fafafa
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ededed
}

.tabs {
    margin: 0;
    background: #fff
}

.tabs::after,
.tabs::before {
    content: ' ';
    display: table
}

.tabs.vertical>li {
    width: auto;
    float: none;
    display: block
}

.tabs-title,
.title-bar-left {
    float: left
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #1a1a1a
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #252525
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #1a1a1a
}

.tabs-title>a:hover {
    background: #fff
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #e6e6e6
}

.tabs-content {
    background: #fff;
    transition: all .5s ease;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(47, 47, 47, .2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 0;
    margin-bottom: 1rem
}

.slide-in-down.mui-enter,
.slide-in-left.mui-enter {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.thumbnail:focus,
.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(26, 26, 26, .5)
}

.title-bar {
    background: #2f2f2f;
    color: #fff;
    padding: .5rem
}

.title-bar::after,
.title-bar::before {
    content: ' ';
    display: table
}

.menu-icon,
.title-bar-title {
    display: inline-block;
    vertical-align: middle
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .5rem
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    font-weight: 700
}

.menu-icon {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon.dark::after,
.tooltip::before {
    content: '';
    display: block
}

.menu-icon.dark::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2f2f2f;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #2f2f2f, 0 14px 0 #2f2f2f
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.has-tip {
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip {
    background-color: #2f2f2f;
    color: #fff;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem !important;
    border-radius: 0
}

.banner__inner,
.card-best .card__inner,
.container {
    max-width: 950px
}

.tooltip::before {
    width: 0;
    height: 0;
    border: .75rem inset;
    border-color: transparent transparent #2f2f2f;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before,
.tooltip.right::before,
.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    bottom: auto
}

.tooltip.top::before {
    border: .75rem inset;
    border-color: #2f2f2f transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%
}

.tooltip.left::before {
    border: .75rem inset;
    border-color: transparent transparent transparent #2f2f2f;
    border-left-style: solid;
    border-right-width: 0;
    left: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    border: .75rem inset;
    border-color: transparent #2f2f2f transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    left: auto;
    right: 100%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.top-bar {
    padding: 1.5rem
}

.top-bar::after,
.top-bar::before {
    content: ' ';
    display: table
}

.top-bar,
.top-bar ul {
    background-color: transparent
}

.top-bar input {
    width: 200px;
    margin-right: 1rem
}

.top-bar input.button {
    width: auto
}

@media screen and (max-width:74.9375em) {

    .stacked-for-medium .top-bar-left,
    .stacked-for-medium .top-bar-right,
    .stacked-for-medium .top-bar-title {
        width: 100%
    }
}

@media screen and (min-width:0em) and (max-width:39.9375em) {

    .top-bar-left,
    .top-bar-right,
    .top-bar-title {
        width: 100%
    }
}

.top-bar-title {
    float: left;
    margin-right: 1rem
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.slide-in-down.mui-enter {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    backface-visibility: hidden
}

.slide-in-right.mui-enter,
.slide-in-up.mui-enter {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    backface-visibility: hidden
}

.slide-out-down.mui-leave,
.slide-out-right.mui-leave {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden
}

.slide-out-left.mui-leave,
.slide-out-up.mui-leave {
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    -ms-transform: translateY(0);
    transform: translateY(0);
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    -ms-transform: translateX(0);
    transform: translateX(0);
    backface-visibility: hidden
}

.flexslider .slides>li,
.navigation,
.wrapper {
    -webkit-backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    opacity: 1;
    transition-property: opacity
}

.hinge-in-from-bottom.mui-enter,
.hinge-in-from-left.mui-enter,
.hinge-in-from-middle-x.mui-enter,
.hinge-in-from-middle-y.mui-enter,
.hinge-in-from-right.mui-enter,
.hinge-in-from-top.mui-enter,
.hinge-out-from-bottom.mui-leave,
.hinge-out-from-middle-x.mui-leave,
.hinge-out-from-middle-y.mui-leave,
.hinge-out-from-right.mui-leave,
.hinge-out-from-top.mui-leave,
.scale-in-down.mui-enter,
.scale-in-up.mui-enter,
.scale-out-down.mui-leave,
.scale-out-up.mui-leave,
.spin-in-ccw.mui-enter,
.spin-in.mui-enter,
.spin-out-ccw.mui-leave,
.spin-out.mui-leave {
    transition-property: transform, opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    -ms-transform-origin: top;
    transform-origin: top
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: right;
    transform-origin: right;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transform: perspective(2000px) rotate(0);
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important;
    animation-delay: .7s !important
}

.article__title,
a {
    transition: all .5s
}

.shake {
    animation-name: shake-7
}

.spin-ccw,
.spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%)
    }

    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%)
    }
}

@keyframes spin-cw-1turn {

    0%,
    100% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg)
    }

    0%,
    100%,
    30%,
    70% {
        transform: rotate(0)
    }
}

.infinite {
    animation-iteration-count: infinite
}

@font-face {
    font-family: noto_sans;
    src: url(/local/templates/.default/css/../fonts/notosans-bold.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/notosans-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: noto_sans;
    src: url(/local/templates/.default/css/../fonts/notosans-bolditalic.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/notosans-bolditalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: noto_sans;
    src: url(/local/templates/.default/css/../fonts/notosans-italic.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/notosans-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: noto_sans;
    src: url(/local/templates/.default/css/../fonts/notosans-regular.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/notosans-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: merriweatherblack;
    src: url(/local/templates/.default/css/../fonts/merriweather-black.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-black.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: merriweatherblack;
    src: url(/local/templates/.default/css/../fonts/merriweather-blackitalic.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-blackitalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: merriweather;
    src: url(/local/templates/.default/css/../fonts/merriweather-bold.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: merriweather;
    src: url(/local/templates/.default/css/../fonts/merriweather-bolditalic.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-bolditalic.woff) format("woff");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: merriweather;
    src: url(/local/templates/.default/css/../fonts/merriweather-italic.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: merriweather;
    src: url(/local/templates/.default/css/../fonts/merriweather-light.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-light.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: merriweather;
    src: url(/local/templates/.default/css/../fonts/merriweather-lightitalic.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-lightitalic.woff) format("woff");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: merriweather;
    src: url(/local/templates/.default/css/../fonts/merriweather-regular.woff2) format("woff2"), url(/local/templates/.default/css/../fonts/merriweather-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    background: #fff;
    overflow-x: hidden;
    font-family: noto_sans
}

.h1,
.h2,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: merriweather
}

.wrapper {
    position: relative;
    z-index: 9
}

.container {
    margin: auto
}

.photo-uploader .pg-top-bar-text,
select {
    margin-bottom: 20px
}

.button {
    line-height: 20px;
    padding: 15px 35px;
    font-size: 14px;
    cursor: pointer
}

.button-black {
    font-size: 14px;
    color: #fff;
    background: #2f2f2f
}

.button-black:hover {
    background: #425367;
    color: #fff
}

.button-black-inverse {
    font-size: 14px;
    color: #2f2f2f;
    background: #fff;
    border: 2px solid #2f2f2f
}

.button-black-inverse:hover {
    background: #2f2f2f;
    color: #fff
}

.button-red {
    background: #6d3028;
    color: #fff !important
}

.button-red:hover {
    background: #2f2f2f;
    color: #fff !important
}

.button-red-inverse {
    background: #fff;
    color: #6d3028
}

.button-red-inverse:hover {
    color: #2f2f2f;
    background: #fff
}

.button-white {
    background: 0 0;
    color: #fff;
    border: 1px solid #fff
}

.button-white-full {
    background: #fff;
    color: #7a7a7a;
    border: 1px solid #fff
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: left !important
}

ol,
ul {
    margin-left: 0
}

.block-renders__images img,
.block-team__image,
.project .popup img {
    max-width: 100%;
    height: auto;
    display: block
}

.block-similar__tags,
.card__tags {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700
}

.block-similar__tags a,
.card__tags a {
    font-weight: 400
}

.block-similar__tags a,
.block-similar__tags span,
.card__tags a,
.card__tags span {
    padding-right: 4px;
    display: inline-block
}

.card__articles span,
.secondary__links a {
    color: #2f2f2f;
    font-size: 11px;
    background: #fff;
    line-height: 20px;
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px
}

.card__marker,
.secondary__marker {
    background: #fae92a;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 26px;
    display: inline-block;
    padding: 0 10px;
    letter-spacing: 1px
}

.article-full .article__image,
.article-half .article__image,
.article-third .article__image,
.banner,
.error-page {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.inner>*,
.team__item {
    max-width: 80%;
    margin-left: 10% !important
}

@media screen and (max-width:39.9375em) {

    .stacked-for-small .top-bar-left,
    .stacked-for-small .top-bar-right,
    .stacked-for-small .top-bar-title {
        width: 100%
    }

    .inner>*,
    .team__item {
        max-width: 100%;
        margin-left: 0 !important
    }
}

@media screen and (min-width:75em) {
    .hide-for-large {
        display: none
    }
}

.reviews__doc,
.wysiwyg ul.documents a {
    position: relative;
    color: #606060;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.reviews__doc:hover,
.wysiwyg ul.documents a:hover {
    color: #2f2f2f
}

.reviews__doc:before,
.wysiwyg ul.documents a:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    position: absolute;
    height: 100%
}

.before-after .g-img-after:after,
.before-after:before,
.error-page:before {
    content: ''
}

.reviews__doc i,
.wysiwyg ul.documents a i {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    left: 0
}

.reviews__doc i svg,
.wysiwyg ul.documents a i svg {
    fill: #c1bbab
}

.reviews__doc span,
.wysiwyg ul.documents a span {
    padding-left: 34px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px
}

@media screen and (max-width:39.9375em) {

    .reviews__doc span,
    .wysiwyg ul.documents a span {
        font-size: 12px
    }
}

.order__message a,
.partner__link,
.wysiwyg a {
    color: #425367;
    border-bottom: 1px solid rgba(66, 83, 103, .6);
    font-size: 14px;
    line-height: 20px
}

.order__message a:hover,
.partner__link:hover,
.wysiwyg a:hover {
    color: #27323d
}

[type=text],
[type=text]:focus,
[type=password],
[type=password]:focus,
[type=date],
[type=date]:focus,
[type=datetime],
[type=datetime]:focus,
[type=datetime-local],
[type=datetime-local]:focus,
[type=month],
[type=month]:focus,
[type=week],
[type=week]:focus,
[type=email],
[type=email]:focus,
[type=number],
[type=number]:focus,
[type=search],
[type=search]:focus,
[type=tel],
[type=tel]:focus,
[type=time],
[type=time]:focus,
[type=url],
[type=url]:focus,
[type=color],
[type=color]:focus,
textarea,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    color: #2f2f2f;
    margin-bottom: 20px
}

select {
    border: 1px solid #c1bbab;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    color: #606060;
    border-radius: 2px;
    font-size: 16px
}

.photo-uploader select {
    line-height: 19px !important
}

.photo-uploader .bxu-top-block {
    height: auto !important
}

.before-after {
    position: relative
}

.before-after .g-img-after:after,
.before-after:before {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    top: 5px
}

.before-after:before {
    left: 10px
}

.before-after .g-img-after:after {
    right: 10px
}

.before-after img {
    display: block
}

.before-after .g-img-before {
    float: left
}

.before-after .g-img-after {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    bottom: 0;
    overflow: hidden
}

.before-after .g-img-after img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: none
}

.before-after .g-img-divider {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff
}

.before-after .g-img-divider>span {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin: -20px -20px 0;
    display: block !important;
    background-color: #fff;
    padding: 5px 10px;
    line-height: 1;
    text-align: center;
    font-size: 0 !important;
    box-shadow: 0 10px 5px rgba(0, 0, 0, .1);
    opacity: 1 !important
}

.error-page:before,
.error-page__inner {
    display: inline-block;
    vertical-align: middle
}

.h1,
h1 {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px
}

@media screen and (max-width:39.9375em) {

    .h1,
    h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px
    }
}

.h2,
h2 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px
}

.h3,
.h4,
h3,
h4 {
    font-family: noto_sans
}

@media screen and (max-width:74.9375em) {

    .h2,
    h2 {
        font-size: 30px;
        line-height: 40px
    }
}

@media screen and (max-width:39.9375em) {

    .h2,
    h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
        margin-top: 35px
    }
}

.h3,
h3 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 50px
}

@media screen and (max-width:39.9375em) {

    .h3,
    h3 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
        margin-top: 40px
    }
}

.h4,
h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin: 35px 0 20px
}

@media screen and (max-width:39.9375em) {

    .h4,
    h4 {
        margin-bottom: 20px;
        margin-top: 25px
    }
}

.block {
    margin-bottom: 60px
}

@media screen and (max-width:39.9375em) {
    .block {
        margin: 0 0 30px
    }
}

.block h2 {
    margin: 60px 0
}

@media screen and (max-width:39.9375em) {
    .block h2 {
        margin: 30px 0
    }
}

.block .wysiwyg {
    width: 74%;
    margin: 0 auto 20px
}

@media screen and (max-width:39.9375em) {
    .block .wysiwyg {
        width: 100%;
        margin: 0 auto
    }
}

.error-page {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    font-size: 0;
    background-image: url(/local/templates/.default/css/../img/greece.jpg);
    text-align: center
}

.article__image,
.block-panorama__frame,
.block-photos .image__wrapper .image__navigation,
.block-photos>img__wrapper .image__navigation,
.card {
    overflow: hidden
}

.error-page:before {
    height: 100%;
    width: 1px;
    margin-right: -1px
}

.error-page__title {
    margin-bottom: 80px;
    color: #fff
}

.error-page__logo {
    fill: #fff;
    width: 267px;
    height: 60px;
    margin: 0 auto 80px
}

.error-page__logo path {
    fill: #fff
}

.error-page__inner {
    padding: 50px 0
}

.error-page__links {
    color: #fff;
    font-size: 21px;
    line-height: 36px;
    font-family: merriweather;
    font-weight: 700
}

.error-page__links li {
    list-style: none
}

.error-page__links a {
    color: #fff
}

.article {
    position: relative;
    min-height: 190px
}

@media screen and (max-width:89.9375em) {
    .article {
        margin-bottom: 40px !important
    }
}

.article-full {
    margin-bottom: 80px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 3.125rem;
    padding-right: 3.125rem
}

.article-full::after,
.article-full::before {
    content: ' ';
    display: table
}

.article-full .article__image {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 33.33333%;
    float: left;
    display: block;
    position: relative;
    padding-bottom: 73%
}

.article-full .article__image:last-child:not(:first-child) {
    float: right
}

@media screen and (min-width:40em) {
    .article-full {
        margin-left: -2.5rem;
        margin-right: -2.5rem
    }

    .article-full .article__image {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        padding-bottom: 20%
    }
}

.article-full .article__text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    width: 66.66667%;
    float: left
}

.article-full .article__text:last-child:not(:first-child),
.number {
    float: right
}

@media screen and (min-width:40em) {
    .article-full .article__text {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.article__image {
    display: block;
    max-height: 190px;
    left: 0;
    top: 0
}

@media screen and (max-width:39.9375em) {
    .article-full {
        padding-left: .625rem;
        padding-right: .625rem
    }

    .article-full .article__image,
    .article-full .article__text {
        width: 100% !important;
        padding-left: 0
    }

    .article-full .article__image {
        margin-bottom: 15px !important;
        padding-right: 0
    }

    .article__image {
        max-height: 100%
    }
}

.article__text {
    display: block
}

.article-half {
    margin-bottom: 70px
}

.article-half .article__image {
    display: block;
    position: relative;
    padding-bottom: 73%;
    max-height: 300px;
    margin-bottom: 15px
}

@media screen and (min-width:40em) {
    .article-half .article__image {
        padding-bottom: 64%
    }
}

.article-third {
    margin-bottom: 60px
}

.article-third .article__image {
    display: block;
    position: relative;
    padding-bottom: 66%;
    max-height: 195px;
    margin-bottom: 15px
}

.article-third .article__title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.article__text .article__title:hover {
    color: #606060
}

.article__title {
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin-bottom: 10px
}

.article__description {
    display: block;
    font-size: 16px;
    line-height: 28px
}

@media screen and (max-width:39.9375em) {
    .article-third .article__image {
        max-height: 100%;
        padding-bottom: 73%
    }

    .article__description {
        display: none
    }

    .article {
        margin-bottom: 25px !important
    }

    .article .article__title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        margin-bottom: 0;
    }
}

.articles .group-wrap {
    padding: 50px 0 70px
}

@media only screen and (max-width:1400px) {
    .articles .group-wrap {
        padding: 0 20px
    }
}

@media screen and (max-width:39.9375em) {
    .articles .group-wrap {
        padding: 0 10px
    }

    .articles .group-wrap .row {
        margin: 0 -10px
    }
}

@media screen and (min-width:40em) {
    .articles .group-wrap .columns:nth-child(1) .article-half {
        padding-right: 15px
    }

    .articles .group-wrap .columns:nth-child(2) .article-half {
        padding-left: 15px
    }

    .articles .group-wrap .medium-collapse_article-half .columns,
    .articles .group-wrap .medium-collapse_article-third .columns {
        padding-left: .625rem;
        padding-right: .625rem
    }
}

.banner {
    text-align: center;
    position: relative;
    border-bottom: 1px solid #fff
}

.banner:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(193, 187, 171, .9);
    top: 0;
    left: 0;
    z-index: 1
}

.banner__label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

.banner__inner {
    position: relative;
    z-index: 2;
    padding: 60px 100px 70px;
    margin: auto
}

@media screen and (max-width:89.9375em) {
    .banner__inner {
        padding: 50px 100px 55px
    }
}

.banner__description {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px
}

@media screen and (max-width:89.9375em) {
    .banner__description {
        font-size: 16px !important;
        line-height: 24px !important
    }
}

@media screen and (max-width:39.9375em) {
    .banner__inner {
        padding: 25px 20px
    }

    .banner__description {
        font-size: 14px !important;
        line-height: 22px !important
    }
}

.banner__button {
    color: #1a1a1a;
    background: 0 0 !important;
    border: 2px solid #1a1a1a;
    vertical-align: middle;
    padding: 15px 35px !important;
    margin: 0 5px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.banner__button:hover {
    background: #2f2f2f !important;
    color: #fff
}

.banner__title {
    display: block;
    font-size: 41px
}

.banner__title:hover {
    color: #6d3028
}

@media screen and (max-width:89.9375em) {
    .banner__title {
        font-size: 30px !important;
        line-height: 40px !important
    }
}

@media screen and (max-width:39.9375em) {
    .banner__button {
        display: block;
        margin-bottom: 20px
    }

    .banner__title {
        font-size: 20px !important;
        line-height: 30px !important
    }
}

.banner__link {
    line-height: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    color: #2f2f2f;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 15px
}

.banner__link:hover {
    color: #6d3028
}

.card-best {
    text-align: center
}

.card-best.hover .card__link:before {
    background: rgba(47, 47, 47, .9);
    visibility: visible;
    opacity: 1
}

.card-best.hover .card__title {
    color: #c1bbab
}

@media screen and (max-width:39.9375em) {
    .card-best {
        height: 250px;
        min-height: 0;
        padding: 50px 0
    }

    .card-best .card__inner {
        bottom: auto;
        display: block
    }
}

.block-about__logo,
.block-about__logo svg {
    width: 28px;
    height: 28px
}

@media screen and (max-width:39.9375em) {
    .card-best:after {
        display: none
    }
}

.card-best .card__title {
    display: block
}

@media screen and (max-width:89.9375em) {
    .card-best .card__title {
        font-size: 21px !important;
        line-height: 30px !important
    }
}

.card-best .card__tags {
    margin-top: 40px
}

.card-best .card__tags a {
    border: 1px solid rgba(193, 187, 171, .7);
    line-height: 40px;
    padding: 0 20px;
    color: #c1bbab;
    display: inline-block;
    margin: 0 5px
}

.card-best .card__tags a:hover {
    color: #fff
}

@media screen and (max-width:39.9375em) {
    .card-best .card__tags {
        display: block
    }

    .card-best .card__tags a {
        display: block !important;
        border: none;
        color: #c1bbab;
        font-size: 14px;
        line-height: 22px;
        margin: 0 5px 15px
    }
}

.block-about {
    background: #0c0c0c;
    border-bottom: 1px solid #fff
}

.block-about__bg {
    background-position: left bottom;
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: auto
}

.block-about__inner {
    padding: 150px 0 0;
    min-height: 800px;
    max-width: 950px;
    margin: auto
}

@media screen and (max-width:89.9375em) {
    .block-about__bg {
        background-position: 50% -45px
    }

    .block-about__inner {
        padding: 490px 80px 0
    }
}

@media screen and (max-width:39.9375em) {
    .block-about__inner {
        padding: 320px 20px 0
    }
}

.block-about__logo {
    position: absolute;
    top: 15px;
    left: 0
}

.block-about__quote {
    position: relative;
    padding: 10px 0 0 35px;
    margin-bottom: 35px;
    color: #7a7a7a;
    line-height: 20px;
    font-family: noto_sans
}

.block-about__text,
.block-press__title,
.block-similar__title {
    font-family: merriweather
}

.block-about__author {
    font-size: 14px
}

.block-about__title {
    font-size: 12px
}

.block-about__text {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    margin-left: 50%;
    margin-bottom: 15px;
    position: relative
}

@media screen and (max-width:89.9375em) {
    .block-about__text {
        margin-left: 0
    }
}

@media screen and (max-width:39.9375em) {
    .block-about__text {
        font-size: 15px;
        line-height: 28px
    }
}

.block-about__text:before {
    content: "—";
    position: absolute;
    left: -45px;
    top: 0
}

.block-about__text__button {
    margin-bottom: 50px
}

.block-about__text p {
    line-height: 32px;
    margin: 0 0 15px
}

.block-about__text p a {
    color: #c1bbab;
    border-bottom: 1px solid #c1bbab
}

.block-articles__description:hover,
.block-articles__title:hover {
    color: #425367
}

.block-articles {
    background: rgba(193, 187, 171, .1);
    padding-bottom: 20px
}

.block-articles .row {
    border: red
}

.block-articles .row .columns .block-articles__item {
    border-top: 1px solid #fff
}

.block-articles .row .columns:first-child .block-articles__image {
    border-left: none !important
}

@media screen and (min-width:40em) {
    .block-articles {
        padding-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .block-articles {
        padding: 0
    }
}

@media screen and (max-width:74.9375em) {
    .block-articles .row .columns {
        width: 100%
    }

    .block-articles__item {
        padding: 20px 0 0 20px;
        position: relative;
        border: none !important;
        min-height: 174px
    }
}

@media screen and (max-width:39.9375em) {
    .block-articles__item {
        padding: 20px 10px 0;
        width: 320px;
        margin: auto
    }
}

.block-articles__image {
    display: block;
    height: 235px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-left: 1px solid #fff
}

.block-articles__text {
    display: block;
    padding: 20px 40px 70px 20px
}

@media screen and (max-width:74.9375em) {
    .block-articles__image {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 260px;
        height: 154px
    }

    .block-articles__text {
        padding-left: 290px
    }
}

@media screen and (max-width:39.9375em) {
    .block-articles__image {
        position: static;
        margin-bottom: 10px;
        width: 300px;
        height: 175px
    }

    .block-articles__text {
        padding: 0
    }
}

.block-articles__title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #425367;
    font-weight: 700;
    margin-bottom: 5px
}

.block-articles__description {
    display: block;
    font-size: 16px;
    line-height: 24px
}

@media screen and (max-width:39.9375em) {
    .block-articles__description {
        font-size: 14px;
        line-height: 22px
    }
}

.block-buttons {
    background-color: #F2F0ED;
    text-align: center;
    padding: 30px 0
}

.block-buttons .button {
    margin: 0 25px
}

.block-buttons .button.button-red-inverse {
    position: relative;
    padding-left: 55px;
    padding-right: 25px
}

.block-buttons .button .document-icon {
    position: absolute;
    left: 17px;
    top: 10px;
    width: 21px;
    height: 29px
}

.block-buttons .button .document-icon svg {
    fill: #B2B2B2;
    width: 21px
}

.block-navigation {
    background: #2f2f2f;
    padding: 40px 0 60px;
    font-size: 0
}

.block-navigation .columns,
.block-navigation .columns:last-child:not(:first-child) {
    vertical-align: top;
    float: none !important;
    display: inline-block
}

@media screen and (max-width:89.9375em) {
    .block-navigation {
        padding: 40px 80px 30px
    }
}

.block-navigation__title {
    display: block;
    color: #fff;
    margin-bottom: 25px;
    font-size: 16px
}

@media screen and (max-width:74.9375em) {
    .block-navigation .columns {
        width: 50%
    }

    .block-navigation__list {
        margin-bottom: 30px
    }
}

@media screen and (min-width:0em) and (max-width:39.9375em) {
    .block-navigation {
        padding: 40px 15px 0
    }

    .block-navigation .columns {
        width: 100%
    }
}

.block-navigation__list ul {
    margin: 0
}

.block-navigation__list li {
    list-style: none;
    padding: 0 0 10px
}

.block-navigation__list li a {
    color: #c1bbab;
    font-size: 14px;
    line-height: 20px
}

.block-navigation__list li a:hover {
    color: #fff
}

.block-panorama__frame {
    margin: 70px 0 110px
}

@media screen and (max-width:39.9375em) {
    .block-panorama__frame {
        margin: 10px 0 30px;
        height: 200px
    }
}

.block-panorama__frame-inner {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.block-panorama__frame-inner embed,
.block-panorama__frame-inner object {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.block-photos {
    text-align: center;
    margin-bottom: 0 !important
}

.block-photos h2 {
    margin: 40px auto
}

.block-photos .image,
.block-photos>img {
    min-width: 0;
    min-height: 0;
    margin: 0 0 40px;
    display: block;
    clear: left;
    text-align: center;
    background: #f2f2f2;
    font-size: 0
}

.block-photos .image-light .image__wrapper:after,
.block-photos>img-light .image__wrapper:after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .5) 100%)
}

.block-photos .image-light .block-photos__description,
.block-photos>img-light .block-photos__description {
    color: #2f2f2f
}

.block-photos .image::after,
.block-photos .image::before,
.block-photos>img::after,
.block-photos>img::before {
    content: ' ';
    display: table
}

.block-photos .image::after,
.block-photos>img::after {
    clear: both
}

.block-photos .image__wrapper,
.block-photos>img__wrapper {
    position: relative;
    display: inline-block;
    width: auto !important
}

.block-photos .image__wrapper .image__wrapper,
.block-photos>img__wrapper .image__wrapper {
    width: 100%
}

.block-photos .image__wrapper-with_description:after,
.block-photos>img__wrapper-with_description:after {
    content: "";
    display: block;
    width: 100%;
    height: 290px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media screen and (max-width:74.9375em) {

    .block-photos .image__wrapper-with_description:after,
    .block-photos>img__wrapper-with_description:after {
        height: 150px
    }
}

.block-photos .image__wrapper img,
.block-photos>img__wrapper img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    max-width: 1200px;
    max-height: 1200px;
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (max-width:39.9375em) {

    .block-photos .image,
    .block-photos>img {
        margin: 10px 0 27px
    }

    .block-photos .image__wrapper-with_description:after,
    .block-photos>img__wrapper-with_description:after {
        display: none !important
    }

    .block-photos .image__wrapper img,
    .block-photos>img__wrapper img {
        width: 100%;
        height: auto
    }
}

.block-photos .image__next,
.block-photos .image__prev,
.block-photos>img__next,
.block-photos>img__prev {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer
}

.block-photos .image__prev,
.block-photos>img__prev {
    left: 0
}

.block-photos .image__next,
.block-photos>img__next {
    right: 0
}

.block-photos .before-after {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto
}

.block-photos .before-after__wrapper {
    display: inline-block;
    margin-bottom: 40px;
    clear: left;
    text-align: center;
    background: #f2f2f2
}

.block-photos .before-after__wrapper .before-after-mobile {
    padding-top: 10px;
    margin-bottom: 0
}

.block-photos .before-after__wrapper .before-after,
.block-photos .before-after__wrapper .before-after-mobile img:last-child {
    margin-bottom: 0
}

.block-photos .before-after__wrapper .block-photos__description {
    position: static;
    width: auto;
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #2f2f2f
}

.block-photos .before-after-mobile {
    display: none;
    margin: 0 0 40px
}

.block-photos .before-after-mobile img {
    margin-bottom: 15px
}

@media screen and (max-width:39.9375em) {
    .block-photos .before-after__wrapper .block-photos__description {
        padding: 15px 10px
    }

    .block-photos .before-after {
        display: none
    }

    .block-photos .before-after-mobile {
        display: block
    }
}

.block-photos .before-after__label {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: rgba(47, 47, 47, .5);
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase
}

.block-photos__description {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 30px;
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    z-index: 999;
    padding: 0 100px
}

@media screen and (max-width:74.9375em) {
    .block-photos__description {
        padding: 0 30px;
        font-size: 14px;
        line-height: 26px
    }
}

.block-photos .wysiwyg {
    margin-bottom: 40px;
    text-align: left
}

.block-summary,
.block-team__item,
.ya-share2__list.ya-share2__list_direction_vertical {
    text-align: center
}

@media screen and (max-width:39.9375em) {
    .block-photos__description {
        padding: 15px 10px;
        font-size: 12px;
        line-height: 20px;
        color: #2f2f2f;
        position: static
    }

    .block-photos .wysiwyg {
        margin-bottom: 0
    }
}

.flexslider {
    z-index: 0
}

.flexslider .image {
    margin-bottom: 0 !important
}

.flexslider__left,
.flexslider__right {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

.flexslider__left {
    left: 0
}

.flexslider__right {
    right: 0
}

.image {
    position: relative;
    display: inline-block
}

.image .ya-share2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999
}

.ya-share2__item_service_lj .ya-share2__icon {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2015%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%20%3C%21--%20Generator%3A%20Sketch%2046.2%20%2844496%29%20-%20http%3A%2F%2Fwww.bohemiancoding.com%2Fsketch%20--%3E%20%3Ctitle%3Econvertmesvg%3C%2Ftitle%3E%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%22Page-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%3Cg%20id%3D%22convertme%22%3E%20%3Crect%20id%3D%22Rectangle%22%20fill%3D%22%23C7C7C7%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2215%22%20height%3D%2216%22%3E%3C%2Frect%3E%20%3Cpath%20d%3D%22M12.815%2C9.3%20C13.253%2C11.414%2013.683%2C13.521%2014.121%2C15.636%20C14.158%2C15.814%2013.973%2C16.021%2013.787%2C15.947%20C11.762%2C15.206%209.781%2C14.457%207.777%2C13.707%20C7.64905434%2C13.6664658%207.53755529%2C13.5858218%207.459%2C13.477%20L0.069%2C4.574%20C0.002%2C4.492%20-0.013%2C4.359%200.009%2C4.254%20C0.321%2C3.024%200.729%2C2.111%201.761%2C1.235%20C2.799%2C0.36%203.779%2C0.1%205.047%2C0.004%20C5.203%2C-0.011%205.27%2C0.018%205.359%2C0.137%20C7.777%2C3.046%2010.196%2C5.954%2012.607%2C8.862%20C12.7156232%2C8.9858772%2012.7876416%2C9.13753129%2012.815%2C9.3%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23C7C7C7%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%20%3Cpath%20d%3D%22M1.175%2C4.462%20C1.865%2C2.667%203.475%2C1.458%205.01%2C1.161%20L4.825%2C0.938%20C2.96125314%2C1.06208365%201.39799248%2C2.39065219%200.975%2C4.21%20L1.175%2C4.462%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%20%3Cpath%20d%3D%22M5.53%2C1.792%20C3.786%2C2.118%202.406%2C3.305%201.679%2C5.063%20L2.584%2C6.154%20C3.371%2C4.374%204.884%2C3.157%206.42%2C2.852%20L5.53%2C1.792%20L5.53%2C1.792%20Z%20M8.29%2C9.619%20L4.364%2C4.9%20C3.82856301%2C5.43913603%203.39822499%2C6.07328268%203.095%2C6.77%20L7.985%2C12.66%20C8.274%2C12.275%208.852%2C10.301%208.288%2C9.619%20L8.29%2C9.619%20Z%20M4.647%2C4.633%20L8.594%2C9.381%20C9.039%2C9.923%2011.05%2C9.708%2011.68%2C9.188%20L6.924%2C3.468%20C6.131%2C3.624%205.337%2C4.032%204.647%2C4.633%20L4.647%2C4.633%20Z%20M11.955%2C9.678%20C11.346%2C10.138%2010.055%2C10.413%209.024%2C10.205%20C9.098%2C11.028%208.928%2C12.097%208.408%2C12.95%20L10.293%2C13.662%20L11.821%2C14.226%20C12.044%2C13.848%2012.363%2C13.618%2012.734%2C13.462%20L12.384%2C11.77%20L11.954%2C9.678%20L11.955%2C9.678%20Z%22%20id%3D%22Shape%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E);
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 24px 24px !important;
}

.ya-share2__badge {
    border-radius: 0 !important;
    background: rgba(0, 0, 0, .22) !important
}

.ya-share2__badge.ya-share2__badge_more {
    background: 0 0 !important
}

.ya-share2__badge.ya-share2__badge_more .ya-share2__icon_more {
    background: 0 0 !important;
    border-color: rgba(0, 0, 0, .22) !important;
    color: #fff !important
}

.ya-share2__badge.ya-share2__badge_more .ya-share2__icon_more:before {
    top: 3px !important;
    color: #fff !important
}

.hamburger,
.touchevents .flexslider__arrows a:focus,
.touchevents .flexslider__arrows a:hover {
    color: inherit
}

.ya-share2__title {
    display: none !important
}

.ya-share2__item_copy .ya-share2__title {
    display: block !important;
    width: 80px;
    line-height: 16px !important;
    white-space: normal
}

.flexslider {
    margin: 0 0 40px;
    position: relative;
    padding: 0 0 65px
}

@media screen and (max-width:39.9375em) {
    .flexslider {
        margin: 0
    }
}

.flexslider .ya-share2 {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999
}

.flexslider img {
    cursor: pointer
}

.flexslider__arrows {
    height: 60px;
    width: 130px;
    left: 50%;
    bottom: 0;
    margin-left: -65px;
    position: absolute;
    z-index: 2
}

.flexslider__arrows a {
    height: 20px;
    width: 30px;
    display: block;
    position: absolute;
    top: 18px;
    user-select: none;
    transition: none
}

.flexslider__arrows a svg {
    position: absolute;
    fill: #425367;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
    width: 10px
}

.flexslider__prev {
    left: 0
}

.flexslider__prev svg {
    left: 10px
}

.flexslider__next {
    right: 0
}

.flexslider__next svg {
    right: 10px
}

.flexslider__wrap {
    position: absolute;
    width: 100px;
    bottom: 15px;
    font-size: 14px;
    line-height: 26px;
    left: 50%;
    margin-left: -50px;
    color: #425367
}

.flexslider__wrap .flexslider__controls {
    display: inline-block;
    font-size: 0
}

.flexslider__wrap .flexslider__controls li,
.flexslider__wrap .flexslider__controls ol {
    display: inline-block;
    margin: 0
}

.flexslider__wrap .flexslider__controls a {
    display: none
}

.flexslider__wrap .flexslider__controls a.flex-active {
    display: inline;
    font-size: 14px;
    line-height: 26px;
    color: #425367
}

.block-press__title:hover,
.block-similar__title:hover {
    color: #606060
}

.flexslider li {
    list-style: none
}

.flexslider .slides {
    margin: 0
}

.flexslider .slides::after,
.flexslider .slides::before {
    content: ' ';
    display: table
}

.flexslider .slides::after {
    clear: both
}

.flexslider .slides>li {
    list-style: none;
    display: none
}

.no-js .flexslider .slides>li:first-child,
html[xmlns] .flexslider .slides {
    display: block
}

.flexslider .slides img {
    display: block;
    background-size: contain;
    width: auto;
    margin: 0 auto;
    height: 100%;
    object-fit: contain
}

* html .flexslider .slides {
    height: 1%
}

.project__text .container div:first-child.block h2:first-child {
    margin-top: 0 !important
}

.block-press {
    margin-bottom: 80px
}

@media screen and (max-width:39.9375em) {
    .flexslider .slides img {
        width: 100%
    }

    .block-press {
        margin-bottom: 50px
    }
}

.block-press__item {
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 30px
}

.block-press__logo {
    font-size: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    height: 115px;
    text-align: center;
    vertical-align: center;
    padding: 0 30px
}

.block-press__logo:before,
.block-similar:after {
    height: 100%;
    content: ''
}

.block-press__logo:before {
    width: 1px;
    margin-right: -1px;
    display: inline-block;
    vertical-align: middle
}

.block-press__logo a {
    display: inline-block
}

.block-press__info {
    padding: 35px
}

@media screen and (max-width:39.9375em) {
    .block-press__item {
        margin-bottom: 10px
    }

    .block-press__info {
        padding: 30px
    }
}

.block-press__image {
    margin-bottom: 20px
}

.block-press__title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    min-height: 75px
}

@media screen and (max-width:39.9375em) {
    .block-press__image {
        margin-bottom: 5px
    }

    .block-press__title {
        font-size: 14px;
        line-height: 22px
    }
}

.block-quote__author {
    font-style: italic;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px
}

.block-renders__images {
    margin-top: 60px
}

@media screen and (max-width:39.9375em) {
    .block-renders__images {
        margin-top: 30px
    }
}

.block-renders__images img {
    margin: 0 auto 10px
}

.block-similar {
    margin: 0 -20px;
    padding: 50px 20px 110px;
    position: relative
}

.block-similar:after {
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: calc(50% - 150px);
    width: 100vw;
    min-width: 100%;
    background: #f2f2f2;
    z-index: -1
}

@media screen and (max-width:74.9375em) {
    .block-similar:after {
        left: 50%;
    }
}

.block-similar h2 {
    margin-top: 0 !important;
}

@media screen and (max-width:39.9375em) {
    .block-similar {
        padding: 50px 35px 10px;
    }

    .block-similar__item {
        margin-bottom: 25px;
    }
}

.block-similar__image {
    margin-bottom: 20px;
    width: 100%;
}

.block-similar__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}

@media screen and (max-width:39.9375em) {
    .block-similar__image {
        margin-bottom: 10px
    }

    .block-similar__title {
        font-size: 14px;
        line-height: 22px
    }
}

.block-similar__tags li {
    display: inline-block
}

.block-similar__tags li:before {
    content: '\00a0\2022\00a0\00a0';
    color: #2f2f2f;
    font-size: 13px
}

.block-similar__tags li:first-child:before {
    content: none
}

.block-similar__tags li a {
    padding-right: 0
}

@media screen and (min-width:40em) {
    .block-similar__list .row:not(:last-child) {
        margin-bottom: 25px
    }
}

.block-summary {
    background: rgba(193, 187, 171, .2);
    padding: 50px 0 30px;
    margin-bottom: 55px;
    font-size: 16px;
    line-height: 34px !important
}

.block-summary .container {
    max-width: 1100px
}

@media only screen and (max-width:1400px) {
    .block-summary {
        padding: 50px 20px 30px
    }
}

@media screen and (max-width:39.9375em) {
    .block-summary {
        padding: 50px 10px 0
    }
}

@media screen and (min-width:75em) {
    .block-summary {
        padding: 50px 110px 0
    }
}

.block-summary p {
    margin-bottom: 30px
}

@media screen and (max-width:39.9375em) {
    .block-summary .block-buttons {
        background: 0 0;
        margin-bottom: 0
    }
}

.block-summary h1 {
    margin-bottom: 40px;
    line-height: 52px
}

@media screen and (max-width:39.9375em) {
    .block-summary h1 {
        margin-bottom: 30px;
        line-height: 30px
    }
}

.block-summary h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
    font-family: noto_sans;
    margin-top: 40px !important
}

@media screen and (max-width:39.9375em) {
    .block-summary h2 {
        font-size: 15px;
        line-height: 25px
    }

    .block-buttons {
        padding-bottom: 10px !important
    }

    .block-buttons a {
        margin-bottom: 20px !important
    }
}

.call-to-action {
    text-align: center;
    padding: 30px 0;
    background: #2f2f2f
}

.call-to-action__button,
.call-to-action__text {
    display: inline-block;
    margin: 0 60px
}

.card__image,
.card__link {
    display: block;
    position: absolute
}

.call-to-action .button:hover {
    background: #fff
}

.call-to-action__text {
    color: #fff;
    font-size: 28px;
    line-height: 26px
}

@media screen and (max-width:89.9375em) {

    .call-to-action__button,
    .call-to-action__text {
        margin: 0
    }

    .call-to-action__text {
        margin-right: 40px
    }
}

@keyframes scaling {
    0% {
        opacity: 0
    }

    5% {
        opacity: 1
    }

    95% {
        transform: scale3d(1.5, 1.5, 1.5) translate3d(-190px, -120px, 0);
        animation-timing-function: ease-in;
        opacity: 1
    }

    100% {
        transform: scale3d(2, 2, 2) translate3d(-170px, -100px, 0);
        opacity: 0
    }
}

.columns .card {
    border-left: 1px solid #fff
}

@media screen and (max-width:39.9375em) {
    .block-team__image {
        width: 67px;
        height: auto;
        position: absolute;
        top: 0;
        left: 0
    }

    .call-to-action__text {
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 25px;
        margin-right: 0
    }

    .columns .card {
        border-left: none !important
    }
}

.card-full,
.columns:first-child .card {
    border-left: none
}

.card {
    background: #ccc;
    height: 330px;
    position: relative !important;
    border-bottom: 1px solid #fff
}

@media screen and (max-width:74.9375em) {
    .card {
        height: 250px;
    }
}

.card-full {
    height: 400px;
}

@media screen and (max-width:74.9375em) {
    .card-full {
        height: 250px;
    }

    .card.card-full.card-best {
        height: 325px;
    }
}

.card__image {
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition-duration: 0s
}

@media screen and (max-width:39.9375em) {
    .card__image {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -ms-transform: none !important;
        transform: none !important
    }
}

.card__inner {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    z-index: 4;
}

.card__title {
    display: block;
    color: #fff;
    font-family: merriweather;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px
}

.card__link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4
}

.card__type {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #fff
}

.card__description {
    font-size: 14px;
    line-height: 20px
}

.card__tags a {
    color: #fff
}

.card.hover .card__title,
.card__tags a:hover {
    color: #c1bbab
}

.card__articles {
    margin-top: 15px
}

@media screen and (max-width:39.9375em) {
    .card__description {
        display: none !important
    }

    .card__articles,
    .card__tags {
        display: none
    }
}

.card:after,
.card:before {
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
    content: ''
}

.card:after {
    height: 250px;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .5) 100%);
    z-index: 1
}

.card:before {
    height: 100%;
    top: 0;
    background: rgba(66, 83, 103, .9);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s
}

.card-best .card__inner,
.card-best:after {
    display: inline-block;
    vertical-align: middle
}

.card-best:before,
.card.hover:before {
    visibility: visible;
    opacity: 1
}

.card.hover .card__image {
    transform: scale3d(.95, .95, .95) translate3d(0, 0, 0);
    transition-duration: 5s
}

.card__marker {
    position: absolute;
    font-weight: 500;
    left: 15px;
    top: 15px;
    z-index: 5
}

.card-best {
    font-size: 0
}

.card-best:before {
    background: rgba(47, 47, 47, .7)
}

.card-best .card__inner {
    position: relative;
    text-align: center;
    width: 100%;
    left: 0
}

.card-best:after {
    height: 100%;
    width: 1px;
    margin-left: -1px;
    position: static
}

.card-best .card__title {
    font-size: 26px;
    line-height: 44px;
    padding: 0 100px;
    font-style: italic;
    color: #fff
}

.card-best .card__label {
    display: block;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: noto_sans
}

.card-best .card__label:hover {
    color: #c1bbab
}

.contact-block {
    text-align: center;
    padding-bottom: 45px;
    width: 100%
}

.contact-block .button {
    width: 100%;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase
}

.contact-block__city {
    font-size: 12px;
    line-height: 14px;
    color: #606060;
    margin-bottom: 5px
}

.contact-block__number {
    color: #2f2f2f;
    font-size: 18px;
    line-height: 21px
}

.contact-block__phone {
    margin-bottom: 20px;
    text-align: left
}

.contact-block__social a {
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle
}

.contact-block__social svg {
    fill: #7a7a7a;
    width: 26px;
    height: 26px;
    transition-property: all;
    transition-duration: .5s
}

.hover a:hover.contact-block__houzz svg {
    fill: #55a32a
}

.hover a:hover.contact-block__fb svg {
    fill: #507299
}

.hover a:hover.contact-block__im svg {
    fill: #262626
}

.hover a:hover.contact-block__pinterest svg {
    fill: #b90322
}

.hover a:hover.contact-block__vk svg {
    fill: #507299
}

.hover a:hover.contact-block__youtube svg {
    fill: #cc181e
}

.navigation .contact-block {
    position: absolute;
    bottom: 0;
    width: 92%
}

.block-contact {
    display: none;
    text-align: center
}

@media screen and (max-width:74.9375em) {
    .block-contact {
        display: block
    }

    .block-contact .contact-block__phone {
        text-align: center
    }

    .block-contact .contact-block {
        padding-top: 45px
    }

    .block-contact .contact-block .button {
        width: auto;
        margin: 5px 0 35px
    }
}

.contact {
    position: relative;
    z-index: 1
}

.contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 255px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 999
}

.contact__info,
.contact__navigation {
    position: absolute;
    z-index: 9999;
    text-align: center
}

.contact__button {
    margin-top: 25px;
    display: none
}

@media screen and (max-width:74.9375em) {
    .contact:before {
        display: none
    }

    .contact__button {
        display: inline-block
    }
}

.contact__navigation {
    left: 0;
    top: 60px;
    width: 100%;
    font-size: 0
}

.contact__navigation ul {
    margin: 0;
    padding: 0
}

.contact__navigation li {
    display: inline-block;
    list-style: none;
    margin: 0 15px;
    pointer-events: auto
}

.contact__item {
    line-height: 20px;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    background: 0 0;
    transition-property: opacity
}

.hamburger-wrap,
.header,
.shadow {
    transition: margin .3s
}

.contact__item.active {
    background: #425367 !important;
    border-color: #425367 !important;
    opacity: 1 !important
}

.contact__item:active,
.contact__item:hover {
    color: #fff;
    background: 0 0;
    border: 1px solid #fff;
    padding: 15px 35px;
    opacity: .5
}

.contact__map {
    min-height: 800px
}

.contact__location {
    display: none;
    width: 100%
}

.contact__info {
    left: 3%;
    bottom: 50px;
    width: 94%;
    margin: 0 auto
}

.contact__location {
    margin: auto
}

.contact__inner {
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 20px 30px 30px
}

@media screen and (max-width:74.9375em) {

    .contact__map,
    .contact__navigation {
        display: none
    }

    .contact__location {
        display: block
    }

    .contact__info {
        position: static
    }

    .contact__inner {
        padding: 25px 30px 50px;
        width: 100%;
        max-width: 500px
    }
}

.contact__title {
    display: none
}

@media screen and (max-width:74.9375em) {
    .contact__title {
        display: block;
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:39.9375em) {
    .contact__inner {
        padding-bottom: 40px
    }

    .contact__title {
        font-size: 16px;
        line-height: 25px;
        font-weight: 700
    }
}

.contact__address {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px
}

.contact__description {
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    color: #606060;
    margin-bottom: 20px
}

.contact__phone {
    font-size: 26px;
    line-height: 28px
}

.contact__phone .contact-block__number {
    font-size: 26px
}

@media screen and (max-width:74.9375em) {
    .contact .secondary__contacts {
        position: static;
        display: block !important;
        width: 100%;
        overflow: hidden;
        text-align: center;
        margin: 0;
        padding: 30px 0
    }

    .contact .secondary__title {
        padding: 0 100px
    }
}

@media screen and (max-width:39.9375em) {
    .contact .secondary__title {
        padding: 0 !important
    }

    .footer {
        text-align: center
    }
}

.empty-filter {
    background: #2f2f2f;
    padding: 220px 50px 240px;
    text-align: center
}

.empty-filter__info {
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 50px
}

.empty-filter__button {
    color: #c1bbab;
    border-color: rgba(193, 187, 171, .7);
    background: 0 0
}

.empty-filter__button:hover {
    background: #c1bbab;
    color: #fff
}

.faq .container {
    max-width: 900px !important
}

.accordion {
    border: 0 !important;
    margin-bottom: 90px !important
}

.accordion ul {
    margin-left: 0
}

.accordion ul ul {
    margin-left: 1.25rem
}

.accordion-toogle {
    margin-bottom: 80px !important;
    background: 0 0 !important;
    border: 1px solid rgba(193, 187, 171, .4);
    color: #9a9489
}

.accordion-toogle:hover {
    color: #2f2f2f;
    border: 1px solid rgba(193, 187, 171, .6)
}

.accordion-toogle em {
    font-style: normal
}

.accordion-toogle span,
.accordion-toogle.open em {
    display: none
}

.accordion-toogle.open span {
    display: inline
}

.accordion-title {
    color: #425367 !important;
    font-size: 18px !important;
    font-family: merriweather;
    line-height: 28px !important;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important
}

.accordion-title:before {
    display: none !important
}

.accordion-title:hover {
    background: 0 0;
    color: #2f2f2f !important
}

.accordion-content {
    padding: 5px 0;
    display: none;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background-color: transparent;
    color: #666
}

.accordion .is-active .accordion-title {
    border-bottom: none !important;
    color: #000 !important;
    background: 0 0 !important
}

.footer {
    background: #27323d;
    padding: 60px 0 50px
}

.footer li,
.footer ul {
    padding: 0;
    margin: 0
}

.footer li {
    list-style: none
}

.footer .button {
    background: 0 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .5)
}

.footer .button:hover {
    color: #c1bbab;
    border: 1px solid rgba(193, 187, 171, .5)
}

.footer .button:active {
    line-height: 20px;
    padding: 15px 35px;
    font-size: 14px
}

.footer__link {
    margin: 0 0 65px
}

@media screen and (max-width:39.9375em) {
    .footer__link {
        margin: 30px 0 60px
    }
}

.footer .row .columns {
    padding-left: 5px;
    padding-right: 5px
}

.footer__menu {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 65px
}

.footer__menu a {
    color: #c1bbab
}

.footer__menu a:hover,
.footer__menu-detailed a {
    color: #fff
}

.footer__menu li {
    margin-bottom: 30px
}

@media screen and (max-width:39.9375em) {
    .footer__menu {
        padding-bottom: 30px;
        margin-bottom: 0
    }

    .footer__menu li {
        margin-bottom: 25px
    }
}

.footer__menu-detailed {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 65px
}

.footer__menu-detailed li {
    margin-bottom: 10px
}

.footer__menu-detailed a:hover {
    color: #c1bbab
}

@media screen and (max-width:39.9375em) {
    .footer__menu-detailed {
        margin-bottom: 0
    }

    .footer__menu-detailed nav {
        display: none
    }

    .footer__created {
        margin-top: 0
    }
}

.footer__menu-top {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px
}

.footer__created {
    font-size: 13px;
    line-height: 20px;
    color: #606060
}

.footer__created a {
    color: #fff
}

.footer__created a:hover {
    color: #606060
}

.header-filter {
    background: rgba(47, 47, 47, .5);
    position: fixed;
    width: 100%;
    left: 0;
    top: 70px;
    text-align: center;
    padding: 15px 0 0;
    z-index: 999
}

.header-filter .button {
    background: #fff;
    font-size: 14px
}

.header {
    display: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

@media screen and (max-width:74.9375em) {
    .header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 70px;
        width: 100%;
        padding-top: 15px;
        background: #fff;
        z-index: 1070
    }
}

.header .logo {
    width: 180px;
    height: 35px;
    margin: auto
}

.moved .header {
    margin: 0 -260px 0 260px
}

.moved .hamburger-wrap {
    margin-left: 260px
}

.hamburger-wrap {
    position: fixed;
    top: 24px;
    left: 20px;
    z-index: 9990;
}

.shadow {
    position: fixed;
    width: 100%;
    visibility: hidden;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
    height: 100%;
    opacity: 0
}

@media screen and (min-width:75em) {

    .hamburger-wrap,
    .shadow {
        display: none !important
    }
}

.moved .shadow {
    visibility: visible;
    opacity: 1;
    display: block;
    margin: 0 -260px 0 260px;
    z-index: 1080;
    top: 0
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

.number__strong,
.wysiwyg .txt_cutin {
    font-family: merriweather
}

.hover .hamburger:hover {
    opacity: .5
}

.hamburger-box {
    width: 20px;
    height: 18px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 20px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}

.hamburger-inner::before {
    top: -8px
}

.hamburger-inner::after {
    bottom: -8px
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .2s .25s ease-in
}

.hamburger--emphatic .hamburger-inner::before {
    left: 0;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, left .2s .25s ease-in
}

.hamburger--emphatic .hamburger-inner::after {
    top: 8px;
    right: 0;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top 50ms .2s linear, right .2s .25s ease-in
}

.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner::before {
    background-color: #fff !important;
    left: -40px;
    top: -40px;
    transform: translate3d(40px, 40px, 0) rotate(45deg);
    transition: left .2s ease-out, top 50ms .2s linear, transform .2s .25s cubic-bezier(.075, .82, .165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner::after {
    background-color: #fff !important;
    right: -40px;
    top: -40px;
    transform: translate3d(-40px, 40px, 0) rotate(-45deg);
    transition: right .2s ease-out, top 50ms .2s linear, transform .2s .25s cubic-bezier(.075, .82, .165, 1)
}

.logo {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .1s;
    margin-bottom: 50px;
    width: 200px
}

.logoa:hover {
    opacity: .7
}

.logo-sm {
    visibility: hidden;
    height: 0;
    opacity: 0;
    width: 32px
}

@media screen and (max-width:74.9375em) {
    .logo-sm {
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important
    }
}

.navigation {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    z-index: 10;
    overflow: scroll;
    backface-visibility: hidden
}

.open,
.popup {
    overflow-x: hidden
}

@media screen and (max-width:74.9375em) {
    .navigation {
        width: 0
    }

    .navigation .contact-block,
    .navigation .logo,
    .navigation .logo-small {
        display: none
    }
}

.navigation .navigation__context {
    display: none;
    margin: 10px -20px 0 -65px;
    background: #425367;
    padding: 20px 0 10px
}

@media screen and (max-width:89.9375em) {
    .navigation .navigation__context {
        padding: 10px 0
    }
}

@media screen and (min-width:75em) {
    .navigation {
        overflow: hidden;
        box-shadow: 4px 0 10px -2px rgba(47, 47, 47, .1)
    }

    .navigation .navigation__context {
        display: none !important
    }
}

.navigation .secondary__navigation {
    position: static
}

.navigation__inner {
    width: 260px;
    position: absolute;
    top: 0;
    min-height: 100%;
    padding: 30px 20px 295px;
    overflow: hidden
}

.navigation ul {
    margin: 0;
    padding: 0;
    clear: both
}

.navigation__item {
    list-style: none;
    line-height: 30px;
    position: relative;
    padding-left: 45px;
    padding-bottom: 10px;
    display: block;
    min-height: 50px
}

.navigation__item a {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

@media screen and (max-width:89.9375em) {
    .navigation__item a {
        margin-bottom: 0
    }
}

.navigation__item a:hover {
    opacity: .5
}

.navigation__item-active path {
    stroke: #2f2f2f
}

.navigation__item-active .navigation__context path {
    stroke: #fff
}

.navigation__item-active a:hover {
    opacity: 1
}

.navigation__icon {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0
}

.navigation__text {
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .1s
}

.navigation .contact-block {
    visibility: visible;
    height: 300px;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .1s
}

.moved .navigation {
    overflow-x: hidden;
    overflow-y: auto
}

.moved .navigation:before {
    content: "";
    display: block;
    width: 10px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 250px;
    background: linear-gradient(to right, rgba(255, 255, 255, .1), rgba(47, 47, 47, .1))
}

.moved .navigation__inner {
    padding-bottom: 20px
}

@media screen and (max-width:74.9375em) {
    .moved .navigation {
        width: 260px
    }

    .moved .popup__inner,
    .moved .wrapper {
        margin: 70px -260px 0 260px !important
    }
}

.moved-wrapper .moved {
    width: 100%;
    height: 100%
}

.wrapper {
    margin-left: 70px;
    backface-visibility: hidden
}

@media screen and (max-width:74.9375em) {
    .wrapper {
        margin-top: 70px;
        margin-left: 0 !important;
        padding-left: 0 !important
    }

    .wrapper .secondary {
        display: none
    }
}

@media screen and (min-width:75em) {
    .moved .navigation:before {
        display: none
    }

    .loaded .open .popup__inner,
    .loaded .open .wrapper {
        transition: margin .3s
    }

    .close .navigation {
        width: 70px;
        overflow: hidden
    }

    .close .navigation a {
        font-size: 0 !important
    }

    .close .navigation .logo {
        visibility: hidden;
        height: 0;
        opacity: 0;
        margin-bottom: 0
    }

    .close .navigation .logo-sm {
        transition: opacity .3s;
        visibility: visible;
        height: auto;
        opacity: 1;
        margin-bottom: 63px
    }

    .close .navigation .navigation__text {
        visibility: hidden;
        opacity: 0
    }

    .close .navigation .contact-block {
        visibility: hidden;
        height: 0;
        opacity: 0
    }

    .open .navigation {
        width: 280px
    }

    .open .popup__inner,
    .open .wrapper {
        margin: 0 -210px 0 280px
    }

    .front.open .wrapper,
    .open .popup__inner {
        padding-left: 280px;
        margin: 0
    }

    .open .popup__inner {
        padding-left: 280px !important
    }
}

.next__label,
.next__title {
    line-height: 23px;
    padding: 0 20px
}

.js-hidden {
    display: none !important
}

.js-shown {
    display: block !important
}

.next {
    width: 100%;
    height: 230px;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
    text-align: center
}

.next:after,
.next__label {
    position: absolute;
    left: 0;
    width: 100%
}

.next.visible {
    visibility: visible;
    opacity: 1
}

.next:after {
    content: '';
    display: block;
    top: 0;
    height: 100%;
    background: rgba(47, 47, 47, .6);
    z-index: 0
}

.next:before {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.next__label {
    text-align: center;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    top: 15px;
    display: block;
    z-index: 2
}

.next__title,
.number {
    color: #fff;
    text-align: center
}

.next__title {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    z-index: 3
}

.next__reload {
    width: 30px;
    height: 30px;
    fill: rgba(255, 255, 255, .5);
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
    z-index: 99
}

.number {
    display: none;
    position: relative;
    margin: 10px 10px 10px -240px;
    z-index: 9;
    background: rgba(193, 187, 171, .8);
    padding: 30px 30px 20px;
    width: 230px
}

@media screen and (min-width:75em) {
    .number {
        display: block
    }
}

.number__strong {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 10px
}

.number__label {
    font-size: 14px;
    line-height: 20px
}

.number__list {
    list-style: none;
    padding: 45px 0 0;
    margin: 0
}

.number__list li {
    display: inline-block;
    margin: 0 5px 10px
}

.number__list a {
    display: block;
    border: 1px solid rgba(47, 47, 47, .3);
    color: #2f2f2f;
    font-size: 11px;
    line-height: 10px;
    padding: 5px
}

.number__list a:hover {
    opacity: .5
}

.listing>div {
    position: static !important
}

.listing>div.card,
.listing>div.number {
    position: relative !important
}

.page-head {
    padding: 100px 20px 0;
    text-align: center;
    margin-bottom: 50px
}

.page-head__lead {
    font-size: 18px;
    line-height: 30px
}

@media screen and (max-width:39.9375em) {
    .page-head {
        margin-bottom: 35px
    }

    .page-head__lead {
        font-size: 16px;
        line-height: 28px
    }
}

.page-head .h1,
.page-head h1 {
    margin-bottom: 25px;
    font-weight: 700
}

.page-head__navi {
    list-style: none;
    font-size: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: -20px
}

@media screen and (max-width:39.9375em) {
    .page-head__navi {
        border: none;
        margin: 0
    }
}

.page-head__navi ul {
    margin: 0;
    padding: 0
}

.block-partners-full,
.partner {
    margin-bottom: 50px
}

.page-head__navi li {
    display: inline-block;
    padding: 23px 13px
}

@media screen and (max-width:39.9375em) {
    .page-head__navi li {
        display: block;
        padding: 14px 0
    }
}

.page-head__navi li a,
.page-head__navi li span {
    font-size: 16px;
    line-height: 22px;
    display: inline-block
}

.page-head__navi li span {
    color: #2f2f2f
}

.page-head__navi li a {
    color: #425367;
    border-bottom: 1px solid rgba(66, 83, 103, .3)
}

.block-partners-full a:hover,
.page-head__navi li a:hover {
    color: #2f2f2f;
    border: none
}

@media screen and (max-width:89.9375em) {
    .page-head {
        padding-top: 100px
    }
}

@media screen and (max-width:74.9375em) {
    .page-head {
        padding-top: 30px
    }

    .block-partners-full__title {
        margin-top: 0 !important
    }
}

.project .page-head .container {
    position: relative;
    z-index: 1
}

.project .page-head:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 400px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 0
}

.popup-open .page-head:before {
    display: none
}

.project__trigger {
    z-index: 1
}

@media only screen and (max-width:1400px) {
    .block-partners-full {
        padding: 0 20px
    }
}

@media screen and (max-width:39.9375em) {
    .project .page-head:before {
        display: none
    }

    .block-partners-full {
        padding: 0 20px
    }
}

.block-partners-full__list {
    margin-top: 50px
}

@media screen and (max-width:74.9375em) {
    .block-partners-full__list {
        margin-top: 0
    }

    .block-partners-full .container>a {
        padding-top: 90px;
        display: block
    }
}

.partner {
    position: relative;
    padding-left: 160px;
    min-height: 75px
}

.partner__image {
    width: 114px;
    height: 75px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width:39.9375em) {
    .partner {
        padding-left: 110px;
        margin-bottom: 20px;
        min-height: 60px
    }

    .partner__image {
        width: 90px;
        height: 60px;
        background-size: 80% auto
    }
}

.block-partners,
.partners .wrapper>.page-head {
    background: rgba(193, 187, 171, .2)
}

.partner__title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: -3px
}

.block-partners {
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 60px
}

@media only screen and (max-width:1400px) {
    .block-partners {
        padding: 40px 20px 0
    }
}

@media screen and (max-width:74.9375em) {
    .block-partners {
        margin-bottom: 40px
    }
}

@media screen and (max-width:39.9375em) {
    .block-partners {
        margin-top: -35px;
        margin-bottom: 30px
    }

    .block-partners__title {
        text-align: center;
        font-size: 16px
    }
}

.block-partners__title {
    margin-top: 0
}

.block-partners__list {
    font-size: 0;
    margin: 0;
    padding: 0 0 40px
}

@media screen and (max-width:39.9375em) {
    .block-partners__list {
        padding-bottom: 30px
    }
}

.block-partners__list li {
    list-style: none;
    width: 33.33%;
    display: inline-block;
    padding: 0 0 15px
}

@media screen and (max-width:89.9375em) {
    .block-partners__list li {
        width: 50%
    }
}

.block-partners__list a {
    font-size: 14px;
    line-height: 20px;
    color: #6d3028;
    border-bottom: 1px solid rgba(109, 48, 40, .2)
}

.block-partners__list a:hover {
    color: #2f2f2f;
    border: none
}

.order input.error,
.order select.error+span .select2-selection.select2-selection--single,
.order__text.error {
    border-color: #e2000f !important
}

.order__label {
    font-size: 14px;
    line-height: 40px;
    color: #606060
}

.order__label span {
    color: #c1bbab;
    display: inline !important
}

.order select+span .select2-selection--single {
    border-radius: 0
}

.order textarea {
    resize: none
}

.order__text {
    height: 210px;
    font-size: 14px;
    line-height: 22px;
    color: #606060
}

.order__small {
    font-size: 12px;
    line-height: 18px;
    text-align: center
}

.order__button {
    color: #fff
}

.order__button:hover {
    background: #2f2f2f !important;
    color: #fff !important
}

.order .order__button {
    display: block;
    width: 100%
}

.order__info {
    text-align: center
}

.order__info .order__button {
    margin: 0 20px
}

.order__message {
    font-size: 24px;
    line-height: 45px !important;
    margin-bottom: 90px
}

@media screen and (max-width:89.9375em) {
    .order__message a {
        display: inline !important
    }
}

@media screen and (max-width:39.9375em) {
    .block-partners__list li {
        width: 100%;
        padding: 0 40px 15px;
        text-align: center
    }

    .order__message {
        padding: 0 20px
    }

    .order__message,
    .order__message a {
        font-size: 16px !important;
        line-height: 30px !important
    }
}

.order__message a {
    font-size: 24px;
    color: #c1bbab;
    border-color: #c1bbab
}

.order__message a:hover {
    color: #2f2f2f;
    border-color: #fff
}

.order p.error {
    color: #e2000f;
    text-align: center
}

.combobox-wrapper {
    position: relative
}

.popup .h1,
.popup h1 {
    color: #2f2f2f !important
}

.project .popup img {
    margin-bottom: 10px
}

.popup {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, .5);
    z-index: 1500;
    display: none
}

.popup__close,
.popup__close svg,
.popup__inner {
    position: absolute
}

.popup__close {
    top: 40px;
    right: 40px;
    font-size: 50px;
    color: #c1bbab;
    z-index: 11;
    width: 30px;
    height: 30px;
    fill: #c1bbab;
    cursor: pointer
}

@media screen and (max-width:39.9375em) {
    .popup__close {
        top: 15px;
        right: 15px
    }
}

.popup__close:hover svg polygon {
    fill: #2f2f2f
}

.popup__close svg polygon {
    fill: #c1bbab
}

.popup__inner {
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    padding-left: 280px;
    transition: padding-left, margin-left .5s;
    padding-bottom: 100px
}

@media screen and (max-width:74.9375em) {
    .popup__inner {
        padding-left: 0;
        margin-top: 70px;
        padding-top: 120px
    }
}

@media screen and (max-width:39.9375em) {
    .popup__inner {
        padding-top: 25px
    }
}

.popup-trigger {
    background-color: rgba(193, 187, 171, .5)
}

.popup__block .image {
    padding: 0 20px
}

.popup__block .block-photos__description {
    margin: -10px 0 10px
}

.popup__block .container>div.image {
    display: block
}

.open .popup__inner {
    padding-left: 530px
}

.popup-open {
    overflow-y: hidden
}

.popup-open .popup-project {
    overflow: auto !important
}

.filter-open,
.filter-open.close,
.secondary .ya-share2__popup_list-direction_horizontal .ya-share2__list_direction_vertical .ya-share2__item_copy {
    overflow: hidden
}

.popup-open .project__text .ya-share2 {
    display: none
}

.popup-open .group-wrap * {
    z-index: 0
}

.front .popup {
    z-index: 999
}

.select2-container--default {
    width: 100%
}

.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, .1);
    height: 31px
}

.select2-container--default .select2-selection__arrow {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid rgba(0, 0, 0, .1)
}

.secondary__parent-label,
.secondary__single {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.select2-container--default .select2-search__field {
    margin-bottom: 0
}

.select2-container {
    z-index: 10000
}

.project__image {
    position: relative;
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 890px;
    z-index: 2
}

.project__image-dark {
    color: #2f2f2f
}

.project__image-dark h1 {
    color: #2f2f2f !important
}

@media screen and (max-width:74.9375em) {
    .open .popup__inner {
        padding-left: 0
    }

    .popup-open .wrapper * {
        visibility: hidden
    }

    .popup-open .wrapper .popup,
    .popup-open .wrapper .popup :not(script) {
        visibility: inherit
    }

    .project__image {
        padding: 85px 25px 0;
        text-align: center
    }
}

@media screen and (max-width:39.9375em) {
    .project__image {
        padding: 30px 0 50px;
        height: auto
    }

    .project__image:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(47, 47, 47, .4);
        z-index: 1
    }

    .project__image * {
        position: relative;
        z-index: 2
    }

    .project__image-dark,
    .project__image-dark h1 {
        color: #fff !important
    }
}

.project__back {
    color: #fff;
    display: none;
    fill: #fff;
    width: 42px;
    height: 42px;
    background-color: #1a1a1a;
    opacity: .3;
    cursor: pointer;
    z-index: 10
}

.project__back:hover {
    opacity: .8
}

@media screen and (max-width:39.9375em) {
    .project__back {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        padding: 11px
    }
}

.project__back svg {
    width: 10px;
    height: 14px;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%
}

.project__back svg polygon {
    fill: #fff
}

.project__title {
    display: none;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: -20px
}

@media screen and (max-width:74.9375em) {
    .project__title {
        display: block
    }
}

.project__scroll {
    text-align: center;
    position: absolute;
    bottom: 120px;
    left: 0;
    width: 100%
}

.project__scroll-button {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 37px;
    background: rgba(0, 0, 0, .3);
    position: relative;
    z-index: 1;
    cursor: pointer
}

.project__scroll-button svg {
    fill: #fff;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 27px;
    left: 18px
}

@media screen and (max-width:39.9375em) {
    .project__title {
        font-size: 14px;
        line-height: 24px
    }

    .project__scroll-button {
        display: none
    }
}

.project__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px
}

.project__trigger_desc {
    display: none
}

.project__trigger_mob {
    display: inline-block
}

@media screen and (min-width:75em) {
    .project__trigger_mob {
        display: none
    }

    .project__trigger_desc {
        position: fixed;
        z-index: 1000;
        display: block
    }
}

.project__trigger:hover {
    color: #fff
}

@media screen and (max-width:74.9375em) {
    .project__trigger {
        position: relative;
        background: #fff;
        color: #2f2f2f
    }
}

.project h1 {
    color: #fff
}

.project__text {
    padding-top: 60px;
    position: relative;
    z-index: 2
}

.project__text h2 {
    margin: 80px 0 60px
}

.project__text>:first-child,
.reviews h2 {
    margin-top: 0
}

.project__text .container {
    max-width: 1200px !important
}

.project__text .container .block-quote__author,
.project__text .container .wysiwyg,
.project__text .container h2 {
    max-width: 700px !important;
    margin-left: auto;
    margin-right: auto
}

.project__text .container .block-press,
.project__text .container .block-similar__list {
    max-width: 950px !important;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width:1500px) {
    .project__text {
        padding: 60px 20px 0
    }
}

@media screen and (max-width:39.9375em) {
    .project__trigger {
        position: relative;
        z-index: 2;
        top: auto;
        right: auto
    }

    .project__text {
        padding: 40px 20px 0
    }
}

.image .image__wrapper {
    z-index: 0 !important;
    max-width: 100% !important;
    height: auto !important
}

.image .image__wrapper .block-photos__description {
    z-index: 1 !important
}

.block-photos .image__wrapper:after {
    z-index: 0 !important
}

.reviews__item {
    margin-bottom: 80px
}

@media screen and (max-width:39.9375em) {
    .reviews__item {
        margin-bottom: 40px
    }
}

.reviews .wysiwyg {
    margin-bottom: 0
}

.reviews h2 {
    text-align: center;
    margin-bottom: 45px
}

@media screen and (max-width:74.9375em) {
    .reviews h2 {
        margin-bottom: 35px
    }
}

@media screen and (max-width:39.9375em) {
    .reviews h2 {
        margin-bottom: 20px
    }

    .reviews__image {
        margin-top: 30px
    }
}

.reviews__author {
    font-style: italic;
    font-size: 14px;
    line-height: 26px
}

.reviews__author strong {
    font-weight: 700;
    font-style: italic
}

.reviews__image {
    margin-bottom: 10px
}

.reviews__title {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 35px;
    display: block
}

.reviews__title:hover {
    color: #606060
}

@media screen and (max-width:39.9375em) {
    .reviews__title {
        margin-bottom: 20px
    }
}

.reviews__image+.reviews__title {
    margin-top: -25px
}

.secondary b,
.secondary p,
.secondary strong,
.secondary__address,
.secondary__contact {
    font-size: 14px;
    line-height: 22px
}

.secondary p,
.secondary__address {
    color: #fff;
    margin-bottom: 15px;
    padding: 0 20px
}

.secondary b,
.secondary strong,
.secondary__contact {
    display: block;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px
}

.secondary__title-sand {
    color: #c1bbab
}

.secondary .ya-share2 {
    margin-left: 20px;
    margin-bottom: 20px
}

.secondary .ya-share2__popup_list-direction_horizontal .ya-share2__list_direction_vertical {
    max-width: 100px
}

.ya-share2__container_size_m .ya-share2__input_copy {
    width: 100px !important;
    max-width: 100%
}

.secondary {
    font-size: 0
}

.secondary__section {
    background: rgba(0, 0, 0, .15);
    margin: -20px 0 20px;
    padding: 20px 0
}

.secondary__section .secondary__navigation {
    margin-bottom: 0;
    display: block
}

.secondary__best {
    background: rgba(0, 0, 0, .15);
    margin: -30px 0 0;
    padding: 20px;
    display: block
}

@media screen and (max-width:74.9375em) {
    .secondary__best {
        display: none
    }
}

.secondary__best:hover {
    background: rgba(0, 0, 0, .4)
}

.secondary__cancel {
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    background: rgba(0, 0, 0, .15);
    color: #a1abb3;
    margin: 20px 0 -10px 20px;
    padding: 0 3px
}

.secondary__cancel.disabled {
    visibility: hidden;
    opacity: 0
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary__cancel {
        position: absolute;
        top: 130px;
        left: 70px;
        font-size: 14px;
        line-height: 35px;
        padding: 0 10px;
        margin: 0
    }
}

.secondary__best-label {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    display: block;
    margin-bottom: 5px
}

.secondary__best-description {
    color: #a1abb3;
    font-size: 12px;
    line-height: 18px;
    display: block
}

.secondary__label {
    display: block !important;
    margin: 0 20px !important;
    transition: color .5s
}

.secondary__parent {
    font-size: 14px
}

.secondary__single {
    font-size: 14px;
    margin: 0 20px;
    display: block !important;
    line-height: 40px;
    color: #fff;
    font-weight: 400 !important
}

.secondary__single:active,
.secondary__single:focus,
.secondary__single:hover,
.secondary__single:visited {
    opacity: .5;
    color: #fff
}

.secondary__single-active {
    opacity: .5
}

.secondary__button {
    display: none;
    background: #27323d;
    font-size: 16px;
    margin-top: 50px
}

@media screen and (max-width:74.9375em) {
    .secondary__button {
        display: block !important;
        padding: 30px;
        text-align: center
    }
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary__button {
        margin: 0 -50px
    }
}

.secondary__parent-label {
    display: none;
    font-size: 24px !important;
    line-height: 28px;
    color: #fff;
    padding: 15px 0;
    opacity: 1 !important;
    margin-bottom: 30px
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary__parent-label.secondary__parent {
        display: block !important
    }

    .secondary__group+.secondary__group {
        margin-top: -10px
    }
}

.secondary__checkbox {
    display: none
}

.secondary__group+.secondary__group legend {
    top: 10px
}

.secondary__area {
    padding: 25px 40px;
    position: relative;
    pointer-events: none
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary__group {
        display: inline-block;
        width: 33.33%;
        vertical-align: top
    }

    .secondary__area {
        padding: 10px 20px 40px
    }
}

@media screen and (min-width:40em) {
    .secondary__area {
        padding: 25px 20px
    }
}

.secondary__area label {
    font-size: 12px;
    color: #fff
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary__area label {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 30px
    }
}

.secondary__area input[type=text] {
    background: 0 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    color: #a1abb3;
    font-size: 11px;
    border: 0;
    margin: 0;
    width: auto;
    min-width: 0
}

.secondary__area input[type=text]#amount-min {
    left: 45px
}

.secondary__area input[type=text]#amount-max {
    right: 45px;
    text-align: right
}

@media screen and (min-width:40em) {
    .secondary__area input[type=text]#amount-min {
        left: 20px
    }

    .secondary__area input[type=text]#amount-max {
        right: 20px
    }
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary__area input[type=text] {
        font-size: 16px;
        line-height: 20px;
        bottom: 0
    }
}

.secondary__slider {
    position: relative
}

.secondary__close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    fill: #fff
}

.secondary__legend {
    margin-left: 20px;
    color: #a1abb3;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    font-weight: 400;
}

.secondary__group:first-of-type .secondary__legend {
    margin-bottom: 0 !important;
}

.secondary__legend:after,
.secondary__legend:before {
    position: absolute;
    content: ''
}

.secondary__legend label {
    margin-left: -20px !important
}

.secondary__legend:before {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    top: 3px;
    left: 0;
    border-radius: 1px
}

.secondary__legend:after {
    display: none;
    background: #fff;
    width: 6px;
    height: 6px;
    top: 6px;
    left: 3px;
    border-radius: 1px
}

.secondary__legend.active {
    color: #fff
}

.secondary__legend.active:after {
    display: block
}

.secondary-filter .secondary__section {
    background: 0 0
}

@media screen and (max-width:39.9375em) {
    .secondary-filter .secondary__parent.hidden {
        display: block
    }
}

@media screen and (min-width:75em) {
    .secondary-filter {
        display: block
    }
}

@media screen and (max-width:74.9375em) {
    .secondary-filter .secondary__parent.hidden {
        display: block
    }

    .secondary-filter {
        padding-top: 50px;
        position: fixed;
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0 !important;
        z-index: 9999999 !important
    }

    .secondary-filter .secondary__close {
        display: block
    }

    .secondary-filter .secondary__section {
        background: 0 0
    }
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .secondary-filter {
        padding: 150px 50px 0
    }

    .secondary-filter .secondary__navigation {
        display: block
    }

    .secondary-filter .secondary__section {
        text-align: center
    }

    .secondary-filter .secondary__item {
        display: inline-block;
        margin: 0 5px 10px;
        padding: 0
    }

    .secondary-filter .secondary__item a {
        display: block;
        line-height: 40px;
        padding: 0 25px;
        background: #fff;
        color: #425367 !important;
        font-weight: 400 !important
    }

    .secondary-filter .secondary__item.secondary__item-active a {
        background: rgba(0, 0, 0, .15);
        color: #fff !important
    }
}

.filter-open .header,
.filter-open.close .header {
    z-index: -1 !important
}

.bx-core-window select {
    line-height: normal !important
}

.bx-core-window input {
    width: auto !important
}

.bx-core-window table td {
    padding: 0
}

.secondary input[type=checkbox] {
    display: none
}

.secondary input[type=checkbox]+label {
    color: #a1abb3;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px !important;
    position: relative;
    padding-left: 20px;
    cursor: pointer
}

.secondary input[type=checkbox]+label:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 1px
}

.secondary input[type=checkbox]+label:after {
    content: '';
    display: none;
    background: #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 3px;
    border-radius: 1px
}

.secondary input[type=checkbox]:checked+label {
    color: #fff;
    font-weight: 400
}

.secondary input[type=checkbox]:checked+label:after {
    display: block
}

.ui-widget.ui-widget-content {
    height: 53px;
    padding: 0
}

@media screen and (min-width:40em) {
    .ui-widget.ui-widget-content {
        padding: 20px 4px 30px 0
    }
}

.ui-widget.ui-widget-content:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    top: 23px;
    left: 2px;
    background: rgba(0, 0, 0, .1)
}

.ui-widget.ui-widget-content.ui-autocomplete {
    height: 150px !important
}

#slider-range {
    pointer-events: all
}

#slider-range .ui-corner-all {
    border: 0 !important;
    border-radius: 0 !important
}

#slider-range.ui-widget.ui-widget-content {
    border: none !important;
    background: 0 0 !important
}

#slider-range .ui-widget-header {
    background: 0 0 !important;
    margin-left: 2px
}

#slider-range .ui-slider-range {
    background: rgba(255, 255, 255, .2) !important
}

.ui-slider-handle {
    width: 4px;
    height: 21px;
    background: #fff;
    position: absolute;
    top: 14px;
    cursor: pointer
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .ui-slider-handle {
        height: 30px;
        top: 10px
    }
}

.ui-slider-range {
    height: 21px;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    top: 14px;
    cursor: pointer
}

@media screen and (min-width:40em) and (max-width:74.9375em) {
    .ui-slider-range {
        height: 30px;
        top: 10px
    }
}

.ui-front {
    z-index: 100
}

.ui-autocomplete {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    background: #fff;
    list-style: none;
    max-height: 200px !important;
    padding: 0 !important;
    z-index: 999 !important;
    width: auto !important;
    overflow: auto !important;
    max-width: 435px
}

.ui-autocomplete:before {
    display: none !important
}

.ui-autocomplete li {
    padding: 0 10px
}

.ui-autocomplete li div {
    background: 0 0 !important;
    border: none !important
}

.custom-combobox-toggle {
    background: #fff
}

.hover .ui-autocomplete li:hover {
    background: #777
}

.custom-combobox {
    position: relative;
    display: inline-block
}

.combobox-wrapper.error .custom-combobox-toggle,
.combobox-wrapper.error input.custom-combobox-input {
    border: 1px solid #e2000f !important
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    margin-left: 0 !important
}

.custom-combobox-toggle:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777;
    position: absolute;
    top: 12px;
    left: 9px
}

.custom-combobox {
    width: 100%
}

input.custom-combobox-input {
    border: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 5px 10px !important;
    height: 30px !important;
    color: #1a1a1a;
    margin-bottom: 20px;
    border-radius: 3px !important;
    width: 100%;
    margin-right: -30px
}

@media screen and (max-width:74.9375em) {
    input.custom-combobox-input {
        padding-left: 35px !important
    }
}

.filter-open .hamburger-box {
    display: none
}

.secondary__parent:hover {
    color: #fff;
    opacity: .5
}

.secondary__parent.hidden {
    display: block
}

.secondary__parent.hidden+nav {
    display: none
}

.secondary {
    position: fixed;
    background: #425367;
    top: 0;
    left: 280px;
    height: 100%;
    width: 230px;
    z-index: 2000;
    padding-top: 20px;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    transform: translateZ(0);
    -webkit-transform: translateZ(0)
}

.secondary_services {
    padding-top: 10px
}

.secondary__marker {
    margin: -10px 0 35px 20px
}

.secondary__tags {
    margin: 0 0 20px 20px
}

.secondary__back,
.secondary__navigation {
    margin-bottom: 30px
}

.secondary__tags a,
.secondary__tags a:focus {
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 20px
}

.secondary__tags a:focus:hover,
.secondary__tags a:hover {
    color: #c1bbab
}

.secondary__back {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, .16);
    line-height: 15px;
    padding: 28px 20px;
    margin-top: -20px;
    font-size: 0;
    vertical-align: top
}

.secondary__back:hover {
    color: #fff;
    background: rgba(0, 0, 0, .3)
}

.secondary__back i {
    display: inline-block;
    width: 8px;
    height: 15px;
    margin-right: 35px
}

.secondary__back svg {
    fill: #fff
}

.secondary__back span {
    display: inline-block;
    line-height: 15px;
    font-size: 14px;
    vertical-align: top
}

.secondary ul {
    margin: 0;
    padding: 0
}

.secondary__item {
    list-style: none;
    margin-bottom: 10px;
    padding: 0 20px
}

.secondary__item:last-child {
    margin-bottom: 0
}

.secondary__item-special a {
    color: #fff !important
}

.secondary__item a {
    color: #c1bbab;
    font-size: 14px;
    line-height: 22px
}

.secondary__item a:hover {
    opacity: .5
}

.secondary__item-active a {
    color: #fff
}

.secondary__item-active-special a {
    color: #c1bbab !important
}

.secondary__title {
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px
}

.secondary__links {
    padding: 0 20px;
    font-size: 0;
    margin-bottom: 40px
}

.secondary__links span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.secondary__links a {
    margin-bottom: 5px
}

a.secondary__parent {
    display: block;
    color: #fff;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    margin-left: 20px;
    margin-right: 20px;
    position: relative
}

a.secondary__parent span {
    position: absolute;
    right: 8px;
    top: 17px;
    width: 7px;
    height: 12px;
    fill: #fff;
    opacity: .5
}

a.secondary__parent span svg {
    display: block
}

a.secondary__parent span.secondary__icon-down {
    display: none;
    width: 12px;
    height: 7px
}

a.secondary__parent.shown .secondary__icon-down {
    display: block
}

a.secondary__parent.shown .secondary__icon-right {
    display: none
}

a.secondary__parent+nav {
    margin: 15px 0
}

.shown+.secondary__navigation+.secondary__parent {
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.navigation .secondary__item-special,
.navigation__context .secondary__item-special {
    margin-bottom: -25px !important
}

.call-to-action {
    clear: left
}

.call-to-action::after,
.call-to-action::before {
    content: ' ';
    display: table
}

.call-to-action::after {
    clear: both
}

.call-to-action__more {
    margin: 0 !important;
    color: #fff !important;
    background: #2f2f2f;
    width: 50%
}

.call-to-action__more:hover {
    background: #c1bbab !important
}

.call-to-action-light {
    background: #fff !important
}

.call-to-action-light .call-to-action__more {
    background: #c1bbab !important
}

.call-to-action-light .call-to-action__more:hover {
    background: #606060 !important
}

.group {
    display: none
}

.table {
    margin: -30px auto 0;
    max-width: 760px
}

@media screen and (min-width:40em) {
    .table {
        margin-bottom: 50px
    }
}

.table__select {
    margin-bottom: 25px;
    line-height: 40px;
    padding: 0 20px
}

.table__select select {
    margin: 0 0 0 20px;
    width: 220px
}

.table__select .select2.select2-container {
    margin-left: 0;
    display: block
}

@media screen and (min-width:40em) {
    .table__select .select2.select2-container {
        margin-left: 20px;
        display: inline-block
    }
}

.table__wrap {
    overflow-x: auto;
    display: none;
    padding: 0 20px
}

@media screen and (min-width:40em) {
    .table__wrap {
        display: block
    }
}

.table table {
    min-width: 400px
}

.table table tr {
    background: 0 0 !important;
    vertical-align: top
}

.table table td,
.table table th {
    font-size: 14px;
    line-height: 28px;
    padding: 5px 30px 5px 0;
    background: 0 0
}

@media screen and (max-width:39.9375em) {
    .table__select {
        margin-bottom: 30px;
        margin-top: 40px
    }

    .table table td,
    .table table th {
        padding-right: 0
    }
}

.table table td:nth-child(1),
.table table th:nth-child(1) {
    padding-left: 10px
}

.table table td:nth-child(2),
.table table th:nth-child(2) {
    padding-right: 10px;
    padding-left: 30px
}

.table table td:nth-child(3),
.table table th:nth-child(3) {
    padding-left: 0;
    display: none;
    text-align: center;
    padding-right: 28px
}

@media screen and (min-width:75em) {

    .table table td:nth-child(3),
    .table table th:nth-child(3) {
        padding-left: 37px
    }
}

.table table td:nth-child(4),
.table table th:nth-child(4) {
    text-align: center;
    padding-right: 0
}

.table table thead {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.table table thead td,
.table table thead th {
    padding: 15px 0;
    font-weight: 400
}

.table table thead td:nth-child(3),
.table table thead th:nth-child(3) {
    padding-right: 28px
}

.table table thead td:nth-child(4),
.table table thead th:nth-child(4) {
    padding-right: 0;
    width: 100px
}

.table table tfoot,
.table table thead {
    background: #feffff
}

.table table tbody {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.table table tbody tr:last-child td {
    padding-bottom: 20px
}

.table table tbody .special td {
    padding-top: 30px;
    padding-left: 96px
}

.table table tbody .special strong {
    font-size: 16px
}

.table__mobile {
    display: block;
    position: relative;
    padding: 0 20px
}

.table__mobile:before {
    content: '';
    background-color: #f2f2f2;
    position: absolute;
    top: calc(50% - 60px);
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: calc(100% + 120px);
    width: 100vw;
    z-index: -1
}

.table__mobile-block {
    overflow: hidden;
    margin-bottom: -10px
}

.table__mobile-block-heading {
    font-weight: 700
}

.table__mobile-items {
    list-style: none;
    margin-top: 10px
}

.table__mobile-item {
    margin-bottom: 10px;
    line-height: 24px
}

.table .select2-container--default .select2-selection--single {
    background-color: transparent
}

.team__item {
    margin-bottom: 70px
}

@media screen and (max-width:89.9375em) {
    .team__item {
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding: 0 20px
    }
}

.team__image {
    width: 100%;
    max-width: 173px
}

@media screen and (max-width:39.9375em) {
    .team__item {
        margin: 0 -10px 30px;
        padding: 0
    }

    .team__image {
        margin-bottom: 10px;
        max-width: none
    }
}

.team__text {
    padding-top: 35px;
    margin-bottom: 0 !important
}

.team__text a {
    font-size: 14px !important;
    line-height: 20px !important
}

@media screen and (max-width:39.9375em) {
    .team__text {
        padding-top: 20px
    }

    .team__text a {
        font-size: 13px !important;
        line-height: 25px !important
    }
}

.team__text li {
    padding-bottom: 10px !important
}

.team__text.wysiwyg {
    overflow: hidden
}

.team__text.wysiwyg ul {
    list-style: none !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: -8px !important
}

.team__text.wysiwyg ul li {
    padding-left: 0 !important;
    margin-bottom: -5px !important
}

.team__text.wysiwyg ul li a {
    padding-bottom: 2px
}

.team__name {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px
}

@media screen and (max-width:39.9375em) {
    .team__name {
        font-size: 18px;
        line-height: 25px
    }
}

.team__title {
    color: #606060;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

@media screen and (max-width:39.9375em) {
    .team__title {
        font-size: 14px;
        line-height: 18px
    }
}

.team__education {
    color: #606060;
    font-size: 14px;
    line-height: 20px
}

.wysiwyg .txt_cutin {
    font-size: 30px;
    color: #425367;
    line-height: 50px;
    margin: 70px 0 !important;
    width: calc(100% + 60px);
    max-width: 120%
}

@media screen and (max-width:89.9375em) {
    .wysiwyg .txt_cutin {
        padding: 0 20px;
        width: 100%
    }
}

@media screen and (max-width:39.9375em) {
    .wysiwyg .txt_cutin {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

.wysiwyg {
    margin-bottom: 50px;
    overflow-x: hidden
}

.wysiwyg .inner {
    padding-bottom: 30px
}

@media screen and (max-width:39.9375em) {
    .wysiwyg {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 25px
    }

    .wysiwyg .inner .button {
        margin-left: 0 !important
    }

    .wysiwyg .inner {
        padding: 0 20px 40px
    }
}

.wysiwyg .inner>.button {
    margin-left: 0 !important
}

@media screen and (min-width:40em) {

    .table table td:nth-child(3),
    .table table th:nth-child(3) {
        display: block
    }

    .table__mobile {
        display: none
    }

    .wysiwyg .inner>.button {
        margin-left: 10% !important
    }
}

.wysiwyg>* {
    margin-top: 0
}

.wysiwyg p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px
}

@media screen and (max-width:39.9375em) {
    .wysiwyg p a {
        font-size: 16px
    }

    .wysiwyg p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px
    }
}

.wysiwyg p.small {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px !important
}

@media screen and (max-width:39.9375em) {
    .wysiwyg p.small {
        color: #606060;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px
    }
}

.wysiwyg .button {
    margin: 30px 0 !important;
    border: 1px solid rgba(193, 187, 171, .4)
}

@media screen and (max-width:39.9375em) {
    .wysiwyg .button {
        display: block;
        width: 100%;
        margin: 20px 0
    }
}

.wysiwyg .button:hover {
    border: 1px solid #2f2f2f
}

.wysiwyg ul.accordion {
    margin: 0 !important;
    padding: 0 !important
}

.wysiwyg ul.accordion li {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0 !important
}

.wysiwyg ul.accordion ul li {
    list-style: disc inside !important
}

.wysiwyg ul {
    list-style: disc !important
}

.wysiwyg ol,
.wysiwyg ul {
    list-style-position: outside !important;
    padding-left: 20px !important;
    margin-bottom: 40px !important
}

.wysiwyg ol li,
.wysiwyg ul li {
    padding-left: 20px;
    margin-bottom: 20px;
    font-size: 16px
}

@media screen and (max-width:39.9375em) {

    .wysiwyg ol li,
    .wysiwyg ul li {
        padding-left: 10px;
        margin-bottom: 5px;
        font-size: 15px
    }
}

.wysiwyg ol.ol_nums li,
.wysiwyg ol.ul_points li,
.wysiwyg ul.ol_nums li,
.wysiwyg ul.ul_points li {
    font-size: 15px
}

@media screen and (min-width:40em) {

    .wysiwyg ol.ol_nums li,
    .wysiwyg ol.ul_points li,
    .wysiwyg ul.ol_nums li,
    .wysiwyg ul.ul_points li {
        font-size: 16px
    }
}

.wysiwyg a {
    color: #c1bbab;
    border-color: #c1bbab
}

.wysiwyg a:hover {
    color: #2f2f2f;
    border-color: #fff
}

.wysiwyg ul.documents {
    padding: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

@media screen and (max-width:39.9375em) {
    .wysiwyg ul.documents {
        margin: 25px 0 25px 10px
    }
}

.wysiwyg ul.documents li {
    padding-left: 0;
    padding-top: 0;
    list-style: none;
    position: relative;
    margin-bottom: 30px
}

@media screen and (max-width:39.9375em) {
    .wysiwyg ul.documents li {
        margin-bottom: 10px
    }
}

.wysiwyg ul.documents a {
    border-bottom: 0
}

.wysiwyg .picture {
    margin: 70px 0 !important;
    max-width: 100% !important
}

@media screen and (max-width:39.9375em) {
    .wysiwyg .picture {
        margin: 25px 0 !important;
        padding: 0 !important
    }
}

.wysiwyg .picture-description {
    margin: -60px 0 70px !important;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%
}

@media screen and (max-width:39.9375em) {
    .wysiwyg .picture-description {
        margin: -15px 0 25px !important;
        font-size: 12px;
        line-height: 20px;
        padding: 0 !important
    }
}

.wysiwyg a {
    font-size: 16px
}

.wysiwyg .button-wrap {
    text-align: center
}

@media screen and (max-width:89.9375em) {

    .wysiwyg .picture,
    .wysiwyg .picture-description {
        padding: 0 20px
    }
}

/* End */


/* Start:/local/templates/.default/css/additional.css?17557134703751*/
@font-face {
    font-family: 'History Pro 02';
    src: url('/local/templates/.default/css/HistoryPro-Two.eot');
    src: local('History Pro 02'), local('HistoryPro-Two'),
        url('/local/templates/.default/css/HistoryPro-Two.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/.default/css/HistoryPro-Two.woff2') format('woff2'),
        url('/local/templates/.default/css/HistoryPro-Two.woff') format('woff'),
        url('/local/templates/.default/css/HistoryPro-Two.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.custom-combobox {
    position: relative;
    display: inline-block;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    height:30px !important;
}
/*
  img.lazy{
    background-image: #fff url('/local/templates/.default/css/../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    min-height:32px;
    min-width:32px;
  }
*/
table.map-columns {
    border-collapse: separate;
}


/*molinos*/
.project .mobile-preview-text p,
.project .mobile-preview-text {
    font-style: italic;
    font-size: 13px;
    line-height: 24px;
    margin: 0;
    text-align: left;
}
.project__image-text {
    display: none;
}

@media screen and (max-width: 639px) {
    .project__image-text {
        display: block;
        position: absolute;
        bottom: 5%;
        left: 5%;
        text-align: left;
    }
    .project h1 {
        font-size: 27px;
    }
    .project .block-team {
        margin-bottom: 40px;
    }
    .block-similar__item .block-similar__title {
        font-size: 18px;
    }
    .block-similar h2 {
        margin: 0 0 30px 0;
    }
    .project__text .block-photos h2.mobile-margin {
        margin-bottom:30px;
    }
    .flexslider {
        padding: 0px 0 35px;
    }
    .flexslider__wrap {
        bottom: -5px;
    }
    .flexslider__arrows {
        bottom: -20px;
    }
    .block-photos .before-after__label {
        margin: 10px 0 5px 0;
        text-align: left;
        padding: 0 20px;
        font-size: 14px;
    }
    .project__text .block-photos .image,
    .project__text .block-photos>img,
    .project__text .block-photos .before-after-mobile,
    .project__text .block-photos .before-after-mobile img{
        margin: 0;
        border-bottom: 1px solid #ffffff;
    }
    .ya-share2 {
        display: none;
    }
    .project .wysiwyg {
        padding: 0 20px;
    }
    .project__text .wysiwyg p {
        font-size: 13px;
        line-height: 24px;
        margin: 0;
    }
    .project__text .block-photos h2 {
        font-size: 28px;
        margin: 40px 0 0 0;
    }
    .project__text {
        padding: 0;
    }
    #similar {
        width: 100%;
        margin: 0;
    }
    .project__image {
        height: 80vh;
    }
    .block-team__list .block-team__item,
    .medium-3 {
        width: 100%;
    }
    .block-similar {
        padding: 50px 0px 10px;
    }
    .pc-description {
        display: none;
    }
    .project .mobile-description {
        display: block;
        margin: 30px 0;
    }
    .project .mobile-description.mobile-preview-text {
        margin-bottom: 0;
        padding: 0 20px;
    }
    .block-team__item {
        padding: 0;
        display: block;
    }
    .block-team__image {
        width: 35%;
        margin-right: 10px;
        position: initial;
        float: left;
    }
    .block-similar h2 {
        font-size: 26px;
    }
    .block-team h2,
    .block-press h2 {
        margin: 40px 0 30px 0;
        font-size: 28px;
    }
}
@media screen and (min-width: 640px) {
    .pc-description {
        display: block;
    }
    .mobile-description {
        display: none;
    }
    .project__text .container div:nth-child(2n).block h2:first-child {
        margin-top: 0!important;
    }
}

/* End */


/* Start:/local/templates/.default/css/fonts-update.css?17520745674381*/
@font-face {
    font-family: 'Cormorant Garamond';
    src: url('/local/templates/.default/fonts/CormorantGaramond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* диапазон поддерживаемых весов */
    font-stretch: 75% 125%; /* если используется ширина */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cormorant Garamond Italic';
    src: url('/local/templates/.default/fonts/CormorantGaramond/CormorantGaramond-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900; /* диапазон поддерживаемых весов */
    font-stretch: 75% 125%; /* если используется ширина */
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans';
    src: url('/local/templates/.default/fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* диапазон поддерживаемых весов */
    font-stretch: 75% 125%; /* если используется ширина */
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Noto Sans Italic';
    src: url('/local/templates/.default/fonts/NotoSans/NotoSans-Italic-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900; /* диапазон поддерживаемых весов */
    font-stretch: 75% 125%; /* если используется ширина */
    font-style: italic;
    font-display: swap;
}
/* Вынужденная мера размещать все в одном месте */
/* PC */
html body, html body p, html body .accordion-title {font-family: "Noto Sans", sans-serif; font-size: 16px; line-height: 28px; font-weight: 300;}
html body h1, html body .h1 { font-family: "Cormorant Garamond", serif; font-size: 42px; font-weight: 500!important;}
html body h2, html body .h2 { font-family: "Cormorant Garamond", serif; font-size: 36px; font-weight: 500!important;}
html body h3 { font-family: "Noto Sans", sans-serif; font-size: 24px; font-weight: 500;}
html body h4 { font-family: "Noto Sans", sans-serif; font-size: 22px; font-weight: 500;}
html body h5 { font-family: "Noto Sans", sans-serif; font-size: 20px; font-weight: 500;}
html body h6 { font-family: "Noto Sans", sans-serif; font-size: 20px; font-weight: 500;}
html body .wysiwyg ul li, html body .wysiwyg ol li{margin-bottom: 0;}
html body .card__title{font-family: "Cormorant Garamond", serif!important;font-size: 28px!important;font-weight: 300!important;font-style:normal!important;}
html body .accordion-title{line-height: 24px;}
html body .block-similar__title{font-family: "Noto Sans", sans-serif; font-size: 18px; font-weight: 300;}
html body .banner__title.h1{font-size: 50px;}
html body .article__title{font-size: 18px !important;}

/* MOB */
@media screen and (max-width:39.9375em) {
    html body, html body p, html body .accordion-title {font-family: "Noto Sans", sans-serif!important; font-size: 14px!important; line-height: 22px!important; font-weight: 300!important;}
    html body h1, html body .h1 {font-family: "Cormorant Garamond", serif; font-size: 25px!important; font-weight: 500!important;}
    html body h2, html body .h2 {font-family: "Cormorant Garamond", serif; font-size: 24px!important; font-weight: 500!important;}
    html body h3 {font-family: "Noto Sans", sans-serif; font-size: 18px; font-weight: 500;}
    html body h4 {font-family: "Noto Sans", sans-serif; font-size: 16px; font-weight: 500;}
    html body h5 {font-family: "Noto Sans", sans-serif; font-size: 14px; font-weight: 500;}
    html body h6 {font-family: "Noto Sans", sans-serif; font-size: 14px; font-weight: 500;}
    html body .wysiwyg ol li, html body .wysiwyg ul li {padding-left: 10px;margin-bottom: 5px;font-size: 13px;}
    html body .card__title{font-family: "Cormorant Garamond", serif!important;font-size: 22px!important;font-weight: 300!important;font-style:normal!important;}
    html body .card-best .card__title{padding: 0 40px;}
    html body .project h1, html body .project h1{font-size: 32px;}
    html body .block-similar__title{font-family: "Noto Sans", sans-serif; font-size: 18px; font-weight: 300;}
    html body .banner__title.h1{font-size: 24px;}
    html body .article__title{font-size: 16px !important;}
}

/* End */


/* Start:/local/components/bitrix/eshop.socnet.links/templates/round/style.css?16273862331453*/
.bx-contact-block__social{
	margin: 10px 0;
}
.bx-icon {
	position: relative;
	display: inline-block;
	width: 36px;
	transition: 250ms linear all;
}

.bx-icon > i {
	position: relative;
	display: block;
	padding-top: 100%;
	width: 100%;
    background-size: 24px auto;
    background-color: initial;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(100%); 
	transition-property: all;
	transition-duration: .5s;
}
.bx-icon:hover > i {
	filter: grayscale(0%); 
}
.bx-icon:hover { opacity: .8; }

.bx-icon-service-in > i {
	background-color: #d56c9a;
	background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/ui-service-light-instagram.svg);
}

.bx-icon-service-vk > i {
	background-color: #3871ba;
	background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/ui-service-light-vk.svg);
}

.bx-icon-service-fb > i {
	background-color: #38659f;
	background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/ui-service-light-fb.svg);
}

.bx-icon-service-tw > i {
	background-color: #2fc6f6;
	background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/ui-service-light-twitter.svg);
}

.bx-icon-service-gp > i {
	background-color: #dc4e41;
	background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/ui-service-light-google-plus.svg);
}
.bx-icon-service-telegram > i{
    background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/telegram.svg);
}
.bx-icon-service-viber > i {
    background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/viber.svg);
}
.bx-icon-service-whatsapp > i {
    background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/whatsapp.svg);
}
.bx-icon-service-skype > i {
	background-size: 29px auto;
    background-image: url(/local/components/bitrix/eshop.socnet.links/templates/round/images/skype.svg);
}
/* End */


/* Start:/local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.css?17520754224741*/
.main-user-consent-request {
	margin-bottom: 10px;
}

@media screen and (max-width: 39.9375em) {
	.main-user-consent-request {
		display: flex;
		align-content: flex-start;
		flex-direction: row;
		justify-content: left;
	}
}

.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request input {
	margin-bottom: 0;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	z-index: 9999;
}

.main-user-consent-request-popup-cont {
	min-height: 290px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100vw;
}

.main-user-consent-request-popup-textarea-block {
	border: 1px solid #999;
	margin: 0 0 20px 0;
	max-height: calc(100vh - 150px);
	overflow-y: auto;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background-color: #c1bbab;
	color: #fff;
}

.main-user-consent-request-popup-button-acc:hover {
	background-color: #c1bbab;
	color: #fff;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	overflow: auto;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce {
	color: #333;
	font-size: 13px;
	line-height: 15px;
}

.main-user-consent-request-announce-link {
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}

	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}

@media (max-width: 768px) {
	.main-user-consent-request-popup-cont {
		height: 100%;
	}
}

/* End */


/* Start:/local/components/deasign/social.widget/templates/popup/style.css?17423829336936*/
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 10px rgba(255,255,255,0.3);box-shadow:0 0 10px rgba(255,255,255,0.3)}50%{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 0 20px rgba(255,255,255,0.3);box-shadow:0 0 20px rgba(255,255,255,0.3)}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 10px rgba(255,255,255,0.3);box-shadow:0 0 10px rgba(255,255,255,0.3)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 10px rgba(255,255,255,0.3);box-shadow:0 0 10px rgba(255,255,255,0.3)}50%{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 0 20px rgba(255,255,255,0.3);box-shadow:0 0 20px rgba(255,255,255,0.3)}100%{-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 10px rgba(255,255,255,0.3);box-shadow:0 0 10px rgba(255,255,255,0.3)}}@-webkit-keyframes border-wave{0%{border-color:#f5e8c8;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.4);box-shadow:0 0 0 0 rgba(255,255,255,0.4)}50%{border-color:#edd69d;-webkit-box-shadow:0 0 10px 5px rgba(255,255,255,0.4);box-shadow:0 0 10px 5px rgba(255,255,255,0.4)}100%{border-color:#f5e8c8;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.4);box-shadow:0 0 0 0 rgba(255,255,255,0.4)}}@keyframes border-wave{0%{border-color:#f5e8c8;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.4);box-shadow:0 0 0 0 rgba(255,255,255,0.4)}50%{border-color:#edd69d;-webkit-box-shadow:0 0 10px 5px rgba(255,255,255,0.4);box-shadow:0 0 10px 5px rgba(255,255,255,0.4)}100%{border-color:#f5e8c8;-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0.4);box-shadow:0 0 0 0 rgba(255,255,255,0.4)}}@-webkit-keyframes button-wave{0%{opacity:.45;-webkit-transform:scale(1);transform:scale(1)}40%{opacity:.45}to{opacity:0;-webkit-transform:scale(1.35);transform:scale(1.35)}}@keyframes button-wave{0%{opacity:.45;-webkit-transform:scale(1);transform:scale(1)}40%{opacity:.45}to{opacity:0;-webkit-transform:scale(1.35);transform:scale(1.35)}}.widget-container{position:fixed;bottom:20px;right:20px;width:100px;height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:1000}.widget-container .widget-avatar{width:100%;height:100%;border-radius:50%;border:5px solid #f5e8c8;position:relative}.widget-container .widget-avatar:after,.widget-container .widget-avatar:before{content:"";height:100%;width:100%;position:absolute;left:0;top:0;-webkit-animation:button-wave 2.6s linear 0s infinite;animation:button-wave 2.6s linear 0s infinite;background-color:hsla(47,54%,72%,0.9);border-radius:50%;z-index:-1}.widget-container .widget-avatar:after{-webkit-animation-delay:0s;animation-delay:0s}.widget-container .widget-avatar:before{-webkit-animation-delay:1.3s;animation-delay:1.3s}.widget-container .widget-avatar.pulse{-webkit-animation:pulse 1.5s infinite;animation:pulse 1.5s infinite}.widget-container .widget-avatar.border-wave{-webkit-animation:border-wave 2s infinite;animation:border-wave 2s infinite}.widget-container .widget-avatar.pulse.border-wave{-webkit-animation:pulse 1.5s infinite,border-wave 2s infinite;animation:pulse 1.5s infinite,border-wave 2s infinite}.widget-container .widget-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.widget-container .widget-avatar .online-indicator{position:absolute;bottom:5px;right:5px;width:12px;height:12px;background-color:#45d15c;border-radius:50%;border:2px solid white}.contact-popup{--gap:10px;position:fixed;bottom:20px;right:20px;background:#333;color:white;padding:25px 15px;border-radius:10px;-webkit-box-shadow:0 4px 10px rgba(0,0,0,0.2);box-shadow:0 4px 10px rgba(0,0,0,0.2);display:none;width:250px;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;z-index:1001}.contact-popup .contact-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gap)}.contact-popup .contact-header .header-img{width:100px;height:100px;border-radius:50%;border:3px solid #f5e8c8}.contact-popup .contact-header .header-text{margin:0;font-size:16px;font-weight:bold;text-transform:uppercase}.contact-popup .contact-header .close-btn{position:absolute;top:10px;right:10px;cursor:pointer;font-size:18px;outline:0;background:transparent;border:none}.contact-popup .contact-header .close-btn::after{content:'';display:block;width:20px;height:20px;background-image:url('/local/components/deasign/social.widget/templates/popup/images/close.svg');background-position:center;background-repeat:no-repeat}.contact-popup .contact-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:var(--gap);margin:calc(var(--gap) * 2) 0}.contact-popup .contact-body .contact-text{width:190px;margin:auto;color:#b6b9bf;font-size:15px;font-style:normal;line-height:19px}.contact-popup .contact-body .contact-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:var(--gap)}.contact-popup .contact-body .contact-links .contact-link{width:35px;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-decoration:none;color:white;font-size:18px}.contact-popup .contact-body .contact-links .contact-link_wa_me,.contact-popup .contact-body .contact-links .contact-link_web_whatsapp_com,.contact-popup .contact-body .contact-links .contact-link_whatsapp{background-image:url('/local/components/deasign/social.widget/templates/popup/images/whatsapp.svg')}.contact-popup .contact-body .contact-links .contact-link_t_me,.contact-popup .contact-body .contact-links .contact-link_telegram{background-image:url('/local/components/deasign/social.widget/templates/popup/images/telegram.svg')}.contact-popup .contact-body .contact-links .contact-link_tel,.contact-popup .contact-body .contact-links .contact-link_phone{background-image:url('/local/components/deasign/social.widget/templates/popup/images/phone.svg')}.contact-popup .contact-footer .common-btn{border-radius:5px;font-size:13px;font-style:normal;font-weight:700;line-height:13px;padding:8px 20px 9px;text-align:center;text-transform:uppercase;text-decoration:none;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#a69d7a;display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:32px;min-width:32px}.contact-popup .contact-footer .common-btn .text{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;font-size:13px;font-style:normal;font-weight:700;line-height:13px;text-align:center;text-transform:uppercase;color:#ffffff}
/* End */


/* Start:/local/components/bitrix/agreement/templates/popup/style.css?17489567051492*/
.agreement-popup{-webkit-box-sizing:border-box;box-sizing:border-box;padding:24px 20px 20px 20px;min-width:240px;max-width:100vw;min-height:100px;max-height:100vh;font-family:Arial,sans-serif;font-size:16px;background:#fff;color:#222;border-radius:8px;-webkit-box-shadow:0 2px 10px rgba(0,0,0,0.2);box-shadow:0 2px 10px rgba(0,0,0,0.2);z-index:1000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:auto;position:fixed}.agreement-popup .agreement-popup-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.agreement-popup .agreement-popup-content a{text-decoration:underline}.agreement-popup .agreement-title{font-weight:bold;font-size:18px;margin-bottom:10px}.agreement-popup .agreement-text{margin-bottom:16px}.agreement-popup button{margin:6px 4px 0 4px;padding:6px 18px;border:none;border-radius:4px;background:#0078d7;color:#fff;font-size:15px;cursor:pointer;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s}.agreement-popup button:hover{background:#005fa3}.agreement-popup button:last-child{background:#e0e0e0;color:#222}.agreement-popup button:last-child:hover{background:#bdbdbd}
/* End */


/* Start:/local/templates/specialpages/styles.css?15293998883932*/
.wysiwyg {
    margin-bottom: 50px;
    overflow-x: hidden;
}

.wysiwyg .inner {
    padding-bottom: 30px;
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg .inner {
        padding: 0 20px 40px 20px;
    }
}

.wysiwyg > * {
    margin-top: 0 !important;
}

.wysiwyg p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px !important;
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg p {
        /*font-size: 13px;*/
        /*line-height: 25px;*/
        margin-bottom: 10px;
    }
}

.wysiwyg p.small {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg p.small {
        color: #606060;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
    }
}

.wysiwyg .button {
    margin: 30px 0 30px 0 !important;
    border: 1px solid rgba(193, 187, 171, 0.4);
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg .button {
        display: block;
        width: 100%;
        margin: 20px 0;
    }
}

.wysiwyg .txt_cutin {
    font-size: 30px;
    font-family: "merriweather";
    color: #425367;
    line-height: 50px;
    margin: 70px 0 70px 0px !important;
    width: calc(100% + 60px);
    max-width: 120%;
}

@media screen and (max-width: 89.9375em) {
    .wysiwyg .txt_cutin {
        padding: 0 20px;
        width: 100%;
    }
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg .txt_cutin {
        padding: 0;
        font-size: 20px;
        line-height: 30px;
        width: 100%;
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

/* .wysiwyg ul {
   list-style: none;
   margin: 0;
   padding: 0; }*/
.wysiwyg ul {
    list-style: disc !important;
}

.wysiwyg ul, .wysiwyg ol {
    list-style-position: outside !important;
    padding-left: 20px !important;
    margin-bottom: 40px !important;
}

.wysiwyg ul li, .wysiwyg ol li {
    padding-left: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg ul li, .wysiwyg ol li {
        padding-left: 10px;
        margin-bottom: 5px;
    }
}

.wysiwyg a {
    color: #c1bbab;
    border-color: #c1bbab;
}

.wysiwyg a:hover {
    color: #2f2f2f;
    border-color: #fff;
}

.wysiwyg ul.documents {
    padding: 0 !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.wysiwyg ul.documents li {
    padding-left: 0;
    padding-top: 0;
    list-style: none;
    position: relative;
    margin-bottom: 30px;
}

.wysiwyg ul.documents a {
    border-bottom: 0;
}

.wysiwyg ul.documents a {
    position: relative;
    color: #606060;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.wysiwyg ul.documents a:hover {
    color: #2f2f2f;
}

.wysiwyg ul.documents a:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    position: absolute;
    height: 100%;
}

.wysiwyg .picture {
    margin: 70px 0 !important;
    max-width: 100% !important;
}

.wysiwyg .picture-description {
    margin: -60px 0 70px 0 !important;
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
}

.wysiwyg a {
    font-size: 16px;
}

.wysiwyg .button-wrap {
    text-align: center;
}

/*.bxhtmled-button-strike, .bxhtmled-top-bar-select{
  display: none !important;
}
*/

.button-red {
    background: #6d3028;
    color: #fff !important;
}

.button-red:hover {
    background: #2f2f2f;
    color: #fff !important;
}

.bxhtmled-button-strike, .bxhtmled-button-align-left, .bxhtmled-button-indent, .bxhtmled-button-outdent, .bxhtmled-button-print-break, .bxhtmled-button-page-break, .bxhtmled-button-fontsize, .bxhtmled-button-hr, .bxhtmled-top-bar-color, .bxhtmled-button-video {
    display: none !important;
}

@media screen and (max-width: 39.9375em) {
    .wysiwyg {
        margin-bottom: 0;
        font-size: 13px;
        line-height: 25px
    }
}
/* End */
/* /local/templates/.default/css/app.css?1755274707194814 */
/* /local/templates/.default/css/additional.css?17557134703751 */
/* /local/templates/.default/css/fonts-update.css?17520745674381 */
/* /local/components/bitrix/eshop.socnet.links/templates/round/style.css?16273862331453 */
/* /local/templates/.default/components/bitrix/main.userconsent.request/.default/user_consent.css?17520754224741 */
/* /local/components/deasign/social.widget/templates/popup/style.css?17423829336936 */
/* /local/components/bitrix/agreement/templates/popup/style.css?17489567051492 */
/* /local/templates/specialpages/styles.css?15293998883932 */
