@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,800&display=swap&subset=latin-ext");
@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

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

body {
    margin: 0
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

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

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.--relative {
    position: relative
}

.--fixed {
    position: fixed
}

.--flex,
.--flex-center,
.flex,
.flex-center {
    display: -webkit-box;
    display: flex
}

.--flex-center,
.flex-center {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center
}

.--fluidMedia,
.fluidMedia {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.--bg,
.--fluidMedia iframe,
.bg,
.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.--bg,
.bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.--bg--skew,
.bg.skew {
    background: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 150vw;
    height: 155px;
    left: -140vw;
    -webkit-transform: skew(87deg);
    transform: skew(87deg)
}

.--shadow {
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));
    background: linear-gradient(0deg, transparent, #000)
}

.grid {
    margin: 0 auto;
    display: grid;
    width: calc(100% - 30px);
    width: 100%;
    max-width: 1200px;
    grid-gap: 15px;
    grid-template-columns: auto auto auto auto
}

.grid,
.grid--3cols,
.grid--5cols,
.grid--6cols {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: auto;
    grid-auto-flow: row dense
}

.grid__item {
    position: relative;
    grid-column-start: auto;
    grid-row-start: auto;
    align-self: stretch
}

.grid__item--normal {
    grid-row-end: span 1;
    grid-column-end: span 1
}

.grid__item--medium {
    grid-row-end: span 2;
    grid-column-end: span 2
}

.grid__item--long {
    grid-row-end: span 2;
    grid-column-end: span 1
}

.grid__item--full {
    grid-row-end: span 1;
    grid-column-end: span 1
}

.grid__item .thumb,
.grid__item__thumb {
    background: #696969;
    position: relative;
    overflow: hidden
}

.grid__item .thumb img,
.grid__item__thumb img {
    visibility: hidden
}

.grid__item .thumb .bg,
.grid__item__thumb .bg {
    opacity: 1
}

.grid__item:hover .thumb .bg {
    opacity: .7;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

@media (min-width:768px) {
    .grid {
        margin: 0 auto;
        display: grid;
        width: calc(100% - 30px);
        width: 100%;
        max-width: 1200px;
        grid-gap: 15px;
        grid-template-columns: auto auto auto auto;
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: auto;
        grid-auto-flow: row dense
    }

    .grid--3cols {
        grid-template-columns: repeat(3, 1fr)
    }

    .grid--5cols {
        grid-template-columns: repeat(5, 1fr)
    }

    .grid--6cols {
        grid-template-columns: repeat(6, 1fr)
    }
}

.header__mobile {
    display: none;
    position: relative;
    z-index: 99
}

@media (max-width:991px) {
    .header__mobile {
        display: block;
        width: 100px
    }

    .header__mobile .header__nav {
        display: none !important
    }

    .header__mobile nav {
        height: 65px
    }

    .header__mobile #menuToggle {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        position: relative;
        top: 25px;
        left: 50px;
        z-index: 1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .header__mobile #menuToggle>input {
        display: -webkit-box;
        display: flex;
        width: 40px;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2
    }

    .header__mobile #menuToggle>span {
        display: -webkit-box;
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #000;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 5px 0;
        transform-origin: 5px 0;
        -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease;
        transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
    }

    .header__mobile #menuToggle>span:first-child {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .header__mobile #menuToggle>span:nth-last-child(2) {
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%
    }

    .header__mobile #menuToggle>input:checked~span {
        opacity: 1;
        -webkit-transform: rotate(45deg) translate(-3px, -1px);
        transform: rotate(45deg) translate(-3px, -1px);
        background: #36383f
    }

    .header__mobile #menuToggle>input:checked~span:nth-last-child(3) {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(.2);
        transform: rotate(0deg) scale(.2)
    }

    .header__mobile #menuToggle>input:checked~span:nth-last-child(2) {
        -webkit-transform: rotate(-45deg) translateY(-1px);
        transform: rotate(-45deg) translateY(-1px)
    }

    .header__mobile #menu {
        position: absolute;
        width: 300px;
        min-height: 400px;
        box-shadow: 0 0 10px #85888c;
        padding: 30px 50px 50px;
        margin: 0;
        background-color: #f5f6fa;
        -webkit-font-smoothing: antialiased;
        -webkit-transition: all .5s cubic-bezier(.77, .2, .05, 1);
        transition: all .5s cubic-bezier(.77, .2, .05, 1);
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%
    }

    .header__mobile #menu li {
        padding: 10px 0;
        -webkit-transition-delay: 2s;
        transition-delay: 2s
    }

    .header__mobile #menuToggle input:checked~ul {
        -webkit-transform: none;
        transform: none;
        left: 0
    }

    .header__mobile .mobile__logo {
        max-width: 210px;
        margin-bottom: 30px
    }
}

.header__mobile .header__info {
    padding: 20px 0
}

.header__mobile .header__info span {
    display: block;
    margin-bottom: 15px
}

.header__mobile .header__info svg {
    fill: #696969;
    margin-right: 10px
}

.header__mobile .header__info .more {
    padding: 5px;
    font-size: 14px;
    max-width: 200px;
    margin: 20px auto
}

.owl-carousel .owl-nav button {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 800 !important
}

.owl-carousel .owl-nav button,
.owl-carousel .owl-nav button:hover {
    color: #fff !important;
    background-color: #000 !important
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 20px
}

.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 5px 0
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px
}

@media (min-width:1200px) {
    .owl-carousel .owl-nav .owl-prev {
        left: -40px
    }

    .owl-carousel .owl-nav .owl-next {
        right: -40px
    }
}

.wpcf7 form {
    margin: 0 -15px;
    overflow: hidden
}

.wpcf7 input:not([type=submit]),
.wpcf7 select,
.wpcf7 textarea {
    background: transparent;
    display: block;
    width: 100%;
    padding: 10px 10px 10px 40px;
    border: 1px solid #c8c8c8;
    border-radius: 0
}

.wpcf7 select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px
}

.wpcf7 textarea {
    height: 135px
}

.wpcf7 .acceptance-126 {
    display: inline-block
}

.wpcf7 .acceptance-126 input {
    width: 20px
}

.wpcf7 .wpcf7-submit {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    display: block;
    padding: 10px 20px;
    border: 1px solid #272727;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    max-width: 200px;
    margin: 0 0 0 auto
}

.wpcf7 .wpcf7-submit:hover {
    background-color: transparent;
    color: #000
}

.wpcf7 .input-group {
    position: relative;
    margin-bottom: 15px
}

.wpcf7 .input-group .input-group-addon {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    z-index: 2;
    border-right: 1px solid #c8c8c8;
    padding: 10px 0
}

.wpcf7 form div:nth-child(7) .input-group-addon {
    height: calc(100% - 7px);
    -webkit-box-align: start;
    align-items: flex-start
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    overflow: auto
}

.lightbox #exit {
    width: 100%;
    font-size: 30px;
    color: #fff;
    display: block;
    text-align: right;
    margin: 50px 0 20px -20px;
    text-decoration: none
}

.lightbox .thumb {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 100px)
}

.lightbox .thumb .bg {
    background-image: none !important
}

.lightbox .thumb .pic {
    width: 100%;
    height: 100%
}

.lightbox .thumb .pic a {
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-image: none !important
}

.lightbox .thumb .pic a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 95%;
    display: block;
    margin: auto
}

.lightbox .thumb .glyphicon {
    position: absolute;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, .7);
    padding: 10px
}

.lightbox .thumb .arrow-left {
    position: absolute;
    top: 50%;
    left: 50px
}

.lightbox .thumb .arrow-right {
    position: absolute;
    top: 50%;
    right: 50px
}

.tel {
    position: relative
}

.tel__hover {
    visibility: hidden;
    display: none
}

@media (min-width:992px) {
    .tel__primary {
        visibility: hidden;
        display: none
    }

    .tel__hover {
        visibility: visible;
        display: inline-block
    }
}

.modal__form {
    display: none;
    height: 0
}

.modal__form__sep {
    display: block;
    margin: 0 auto 20px
}

.modal__form h3 {
    text-align: center;
    margin-bottom: 20px
}

.modal__form .wrap {
    width: 100%;
    max-width: 500px;
    background-color: #fff
}

.modal__form .content {
    padding: 20px
}

@media (min-width:1200px) {
    .modal__form .content {
        padding: 50px
    }
}

.modal__form #exit {
    background: #000;
    width: 40px !important;
    height: 40px !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: -20px !important;
    left: 0 !important;
    left: auto !important;
    right: 0 !important
}

@media (min-width:1200px) {
    .modal__form #exit {
        top: -50px !important
    }
}

.modal__form.active {
    display: -webkit-box;
    display: flex;
    height: 100vh
}

#callnowbutton {
    z-index: 3 !important
}

#callnowbutton img {
    width: 35px;
    margin-right: 10px
}

#callnowbutton:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .9);
    width: 100vw;
    z-index: 99;
    padding: 10px;
    font-weight: 300
}

#cookies,
#cookies a {
    color: #fff
}

#cookies #exit {
    display: inline-block;
    margin: 0 10px;
    width: 200px;
    color: #fff;
    background: #ffc208;
    padding: 7px 20px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-left: 5px solid transparent;
    cursor: pointer
}

@media (min-width:1200px) {
    #cookies {
        padding: 10px 0
    }
}

@media (max-width:767px) {
    #cookies {
        text-align: center
    }

    #cookies #exit {
        margin: 10px auto
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    background: #696969
}

.alignnone {
    margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

* {
    -webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1);
    transition: all .3s cubic-bezier(.215, .61, .355, 1)
}

body,
html {
    overflow-x: hidden;
    font-size: 62.5%
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    color: #000;
    background-color: #fff
}

article,
article p {
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 28px
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    margin-bottom: 20px
}

article ol,
article ul {
    list-style: initial;
    margin-left: 20px;
    margin-bottom: 20px
}

p {
    margin-bottom: 20px
}

.content {
    padding: 20px
}

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

svg {
    width: 15px;
    height: 15px
}

a {
    color: #000
}

a.more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: 20px 0;
    border: 2px solid #000
}

a.more:hover {
    background-color: #000
}

b,
strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    margin-bottom: 20px;
    line-height: normal
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 48px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

footer,
header,
section {
    position: relative
}

.wrap {
    width: 100%;
    max-width: 1170px;
    margin: auto
}

.header {
    border-bottom: 1px solid #ccc;
    padding: 40px 0
}

.header .wrap {
    overflow: hidden
}

.header__branding {
    display: block;
    float: left
}

.header__logo {
    display: block;
    width: 100%;
    max-width: 125px
}

.header__nav {
    width: calc(100% - 250px);
    float: left
}

.header__nav ul,
.header__nav ul.menu {
    text-align: right
}

.header__nav ul.menu li,
.header__nav ul li {
    display: inline-block;
    padding-left: 10px
}

.header__nav ul.menu li a,
.header__nav ul li a {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700
}

@media (max-width:991px) {
    .header {
        padding: 15px 0
    }

    .header__nav {
        display: none
    }

    .header__mobile {
        float: right;
        margin: -15px 0
    }
}

@media (max-width:767px) {
    .main__thumb img {
        display: block;
        margin: auto auto 20px
    }
}

.main__page .wrap {
    overflow: hidden
}

.main__map .acf__map {
    min-height: 400px
}

.main__map .acf__map img {
    width: 100%
}

.main__contact .adres,
.main__contact .hours,
.main__contact .mail,
.main__contact .tel {
    margin-left: 30px;
    position: relative
}

.main__contact .adres svg,
.main__contact .hours svg,
.main__contact .mail svg,
.main__contact .tel svg {
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 5px
}

.main__contact .adres b,
.main__contact .adres strong,
.main__contact .hours b,
.main__contact .hours strong,
.main__contact .mail b,
.main__contact .mail strong,
.main__contact .tel b,
.main__contact .tel strong {
    color: #282828;
    font-size: 18px;
    font-weight: 700
}

.main__contact .form {
    box-shadow: 0 0 20px rgba(13, 11, 7, .1);
    background-color: #fff;
    padding: 20px
}

.main__contact .form>p {
    font-size: 27px;
    text-transform: uppercase;
    color: #666
}

@media (min-width:768px) {
    .main__contact .form {
        padding: 20px 50px
    }
}

.main__price__item__title {
    color: #535353;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px
}

.main__price__item .list li {
    background-color: #f1f1f1;
    color: #000;
    font-size: 14px;
    padding: 5px 10px
}

.main__price__item .list li span {
    display: block;
    width: 100%
}

.main__price__item .list li .p {
    width: 150px
}

.main__price__item .list li:nth-child(2n) {
    background-color: #fff
}

.main__price__item .list li:hover {
    background-color: #e3e3e3
}

.main__offer__bottom {
    background-color: #121212
}

.main__offer__bottom .post__title {
    color: #fff !important
}

.main__offer__bottom .post__content p {
    color: #ccc;
    font-weight: 400
}

.main__offer__bottom .more {
    text-align: center
}

.main__offer__bottom .more a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px
}

.main__offer .post .post__title {
    color: #000;
    text-decoration: none;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.main__offer .post .post__title img.pimg {
    display: block;
    margin-right: 20px
}

.main__offer .post .post__title h4 {
    font-size: 20px;
    width: 170px;
    margin: 20px 0;
    text-transform: uppercase
}

.main__top {
    color: #fff;
    border-bottom: 1px solid #ccc
}

.main__top .bg {
    background: #010006
}

.main__top .post h1 {
    margin: 0;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 900
}

.main__top .row {
    min-height: 545px
}

.main__top .col-xs-12 {
    align-self: stretch
}

.main__top .col-xs-12:nth-child(2) {
    background-color: #212121;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.main__top .main__thumb {
    padding: 20px
}

.main__top article {
    max-width: 540px;
    padding: 20px
}

.main__top article p {
    font-size: 14px
}

@media (min-width:1200px) {
    .main__top article {
        padding: 50px
    }
}

.main__top .more {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    display: inline-block
}

@media (max-width:767px) {
    .main__top .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column
    }
}

.main__about .wrap {
    max-width: 900px
}

.main__about a {
    font-weight: 700
}

.main__of .wrap {
    max-width: 900px
}

.main__of a {
    font-weight: 700
}

@media (max-width:767px) {
    .main__of .main__thumb {
        margin-top: 20px
    }
}

.main__of2 {
    background-color: #000;
    color: #fff
}

.main__of2 h2 {
    margin: 0
}

.main__of2__list {
    padding: 50px;
    background-color: #212121
}

.main__of2__list .grid {
    margin-bottom: 30px
}

.main__of2__list .grid .post .post__title {
    color: #fff;
    text-decoration: none;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: left
}

.main__of2__list .grid .post .post__title img.pimg {
    display: block;
    margin-right: 20px
}

.main__of2__list .grid .post .post__title h4 {
    font-size: 20px;
    width: 170px;
    margin: 20px 0;
    text-transform: uppercase
}

.main__of2__list a {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    font-weight: 700
}

.main__realization .col-xs-12:first-child>div {
    font-size: 14px;
    color: #7a7a7a;
    text-transform: uppercase;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.main__realization .col-xs-12:first-child>div:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #7a7a7a;
    margin-right: 10px
}

.main__realization .col-xs-12:first-child h2 {
    margin: 0
}

.main__realization .col-xs-12:first-child a {
    font-size: 12px;
    text-transform: uppercase
}

.main__realization .grid {
    margin-top: 30px
}

.main__bottom {
    background-color: #ececec
}

.main__bottom article p:first-child {
    margin: 0
}

.main__bottom article a {
    text-align: center;
    font-weight: 700;
    display: block
}

.footer {
    background-color: #000;
    color: #fff
}

.footer ul,
.footer ul.menu {
    text-align: right
}

.footer ul.menu li,
.footer ul li {
    display: inline-block;
    padding-left: 10px
}

.footer ul.menu li a,
.footer ul li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700
}

.footer__copy {
    color: #737373;
    font-size: 14px;
    margin-top: 20px
}

@media (max-width:767px) {
    .footer img {
        display: block;
        margin: auto auto 20px
    }

    .footer ul.menu li,
    .footer ul li {
        display: block;
        text-align: center;
        padding: 7px 0
    }

    .footer__copy {
        text-align: center
    }
}

@media (min-width:768px) {
    article.content {
        padding: 40px
    }
}

@media (min-width:1200px) {
    .content {
        padding: 40px 0
    }

    article.content {
        padding: 40px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 40px
    }
}

@media (min-width:1600px) {
    .content {
        padding: 50px 0
    }

    article.content {
        padding: 50px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 50px
    }
}

.wpcf7 .input-group .input-group-addon {
    height: 43px;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

div.wpcf7-response-output {
    margin: 0;
    font-size: 14px;
    padding-bottom: 15px;
}
.wpcf7  .col-sm-6 {
    padding-top: 15px;
}

.page-template-page-gallery .main__gallery__item__thumb img {
    width: 382px;
    height: 213px;
    object-fit: cover;
    max-width: 100%;
}

.header .wrap {
    display: flex;
    justify-content: space-between;
}

.header__nav ul.menu li, .header__nav ul li {
    padding-top: 10px;
    padding-left: 55px;
}

.main__top article p {
    color: #ccc;
}

.main__top .more {
    font-weight: 300;
    letter-spacing: 1px;
}

.white-line {
    display: inline-block;
    height:25px;
    width: 150px;
    border-bottom: 1px solid #999;
    margin-right: 15px;
}

.main__top .more {
    margin-top: 40px;
}

.button-box {
    display: flex;
    align-items: center;
}

.main__of2 h2 {
    font-size: 60px;
}

.main__of2__list p {
    color: #999;
    font-weight: 300;
    font-size: 16px;
}

.main__realization .col-xs-12:first-child h2 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.main__realization .col-xs-12:first-child>div {
    padding-top: 40px;
}

.main__realization .col-xs-12:first-child a {
    font-weight: 600;
    letter-spacing: 2px;
    color: #333;
    padding-bottom: 50px;
}

.main__realization .grid{
    margin-top: 50px;
    margin-bottom: 30px;
}

.main__bottom .wrap .row {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
}


.main__bottom .wrap .row  h3{ 
color: #333;
padding-bottom: 20px;
}

.footer__copy {
    border-top: 0.5px solid #111;
    padding-top: 20px;
}

.footer__copy a {
    color: #999;
}

.footer ul.menu li, .footer ul li {
    padding-left: 45px;
    padding-top: 10px;
}

.footer ul.menu li a, .footer ul li a {
    font-weight: 300;
}

.main__page__price article {
    padding-bottom: 40px;
}

.main__page__price .grid {
    padding-bottom: 40px;
}

.main__contact .adres p, .main__contact .hours p, .main__contact .mail p, .main__contact .tel p{
    padding-left: 20px;
    font-weight: 600;
    color: #aaa;
    font-size: 14px;
}

.main__contact .adres p a, .main__contact .hours p a, .main__contact .mail p a, .main__contact .tel p a{
    color: #aaa;
    font-size: 14px;
}

.main__contact .adres svg, .main__contact .hours svg, .main__contact .mail svg, .main__contact .tel svg {
    width: 20px;
    height: 20px;
}

.main__contact .adres p strong, .main__contact .hours p strong, .main__contact .mail p strong, .main__contact .tel p strong {
    text-transform: uppercase;
    padding-bottom: 0px;
    font-weight: 300;
    color: #222;
    font-size: 18px;
}

.main__offer .post .post__title h4 {
    font-weight: 600;
}

.page-template-page-offer .post__content p {
    color: #666;
    padding-top: 10px;
}


@media screen and (max-width:1200px) {
    .header__branding {
        margin-left:  20px;
    }

    .header__nav {
        padding-right: 20px;
    }
}

@media screen and (max-width: 991px) {
    .header__mobile #menu {
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .footer ul.menu li, .footer ul li {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .main__realization .col-xs-12:first-child h2, .main__top .post h1 {
        font-size: 40px;
    }
}

.main__map .acf__map img {
    min-height: 400px;
    object-fit: cover;
}