@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/Lato-Regular.woff2) format("woff2"),url(../fonts/Lato-Regular.woff) format("woff")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Lato-Bold.woff2) format("woff2"),url(../fonts/Lato-Bold.woff) format("woff")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../fonts/Lato-Black.woff2) format("woff2"),url(../fonts/Lato-Black.woff) format("woff")
}


html {
    scroll-behavior: smooth;
}
body,
img {
    width: 100%;
}
body {
    position: relative;
    min-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Lato", "Arial", sans-serif;
    font-weight: 300;
    color: #000;
}
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
a {
    color: inherit;
    text-decoration: none;
}
p,
ul {
    margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
ul {
    padding: 0;
    list-style: none;
}
button {
    cursor: pointer;
    outline: 0;
}
img,
picture {
    font-size: 0;
    line-height: 0;
}
img {
    height: auto;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes menuSlide {
    0% {
        top: 75%;
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}
@keyframes menuSlide {
    0% {
        top: 75%;
        opacity: 0;
    }
    to {
        top: 100%;
        opacity: 1;
    }
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}
h1 {
    font-size: 3em;
    margin: 0.67em 0;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
            linear,
            right top,
            left top,
            from(rgba(0, 0, 0, 0.5)),
            to(transparent)
    );
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(0, 0, 0, 0.5)),
            to(transparent)
    );
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(0, 0, 0, 0.5)),
            to(transparent)
    );
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.5)),
            to(transparent)
    );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    padding: 0 45px 13px 0;
    text-align: right;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #202020;
    opacity: 0.4;
}
button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #202020;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 8px;
}
.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.btn::before,
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}
.container--map {
    padding: 0;
}
@media (min-width: 768px) {
    .container {
        padding: 0 20px;
    }
    .container--map {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
    }
}
@media (min-width: 1024px) {
    .container {
        padding: 0 50px;
    }
}
@media (min-width: 1800px) {
    .container--footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.btn, .header__contact a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    background-color: #a6a6a6;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 520ms;
    transition-duration: 520ms;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.btn::before, .header__contact a::before {
    position: absolute;
    content: "";
    padding-top: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: #0d0d0d;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: -1;
}
.btn:focus,
.btn:hover {
    background-color: #0d0d0d;
}
.btn:focus::before,
.btn:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #202020;
    z-index: 10;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
}
@media (min-width: 1024px) {
    .header a {
        -webkit-transition: color 0.2s;
        transition: color 0.2s;
    }
    .header a:focus,
    .header a:hover {
        color: #b2a26b;
    }
    .header a:active {
        opacity: 0.5;
    }
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .header__wrapper {
        padding: 10px 20px;
    }
}
@media (min-width: 1024px) {
    .header__wrapper {
        padding: 20px 50px;
    }
}
.header__logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1024px) {
    .header__logo-block {
        margin-right: auto;
    }
}
.header__logo-link {
    font-size: 0;
    line-height: 0;
}
@media (max-width: 767px) {
    .header__logo-link {
      margin-right: auto;
        margin-left: auto;
    }
}
.header__logo {
    width: auto;
    height: 55px; /*35px*/
    margin: 0 auto;
    padding: 0; /*10px 0;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: height 0.4s, padding 0.4s;
    transition: height 0.4s, padding 0.4s;
}
@media (min-width: 1024px) {
    .header__logo {
        height: 50px; /*40px;*/
        margin: 0 auto 0 0;
    }
}
.header__menu-button {
    position: absolute;
    right: 18px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 2px;
    background-color: transparent;
    border: 0;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.header__menu-button:active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.header__menu-button span {
    display: block;
    width: 26px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
}
.header__menu-button--close span {
    position: absolute;
    top: 0;
    left: 13px;
    width: 3px;
    height: 30px;
}
.header__menu-button--close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header__menu-button--close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header__menu-button--close span:nth-child(2) {
    display: none;
}
@media (min-width: 768px) {
    .header__menu-button {
        margin-right: 68.5px;
    }
}
@media (min-width: 1024px) {
    .header__menu-button {
       /* display: none; */
    }
}
.header__lang-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__social-link {
    display: none;
}
@media (min-width: 768px) {
    .header__social-link {
        display: block;
        margin-right: 20px;
    }
    .header__social-link svg {
        -webkit-transition: fill 0.2s, opacity 0.2s;
        transition: fill 0.2s, opacity 0.2s;
    }
    .header__social-link:focus svg,
    .header__social-link:hover svg {
        fill: #b2a26b;
    }
    .header__social-link:active svg {
        opacity: 0.5;
    }
}
.header__lang-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 18px;
}
@media (min-width: 768px) {
    .header__lang-list {
        width: 70px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 18px;
        line-height: 20px;
    }
}
@media (min-width: 1024px) {
    .header__lang-list {
        width: auto;
        font-size: 16px;
        line-height: 18px;
    }
}
.header__lang-item {
    margin-bottom: 4px;
}
.header__lang-item:last-child {
    margin-bottom: 0;
}
.header__lang-item--current {
    color: #b2a26b;
    cursor: default;
}
@media (min-width: 768px) {
    .header__lang-item {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .header__lang-item:last-child {
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    /*
    .header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 150px;
    }

     */
}
.header__nav-list {
    display: none;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 25px 15px;
    background-color: #202020;
}
.header__nav-list--show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 100%;
    -webkit-animation: menuSlide ease-out 0.2s;
    animation: menuSlide ease-out 0.2s;
}
.header__nav-list a {
    display: block;
    width: 100%;
}
@media (min-width: 768px) {
    .header__nav-list {
        padding: 30px 20px;
    }
}
@media (min-width: 1024px) {
    /*
    .header__nav-list {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: auto;
        margin-right: 50px;
        padding: 0;
        opacity: 1;
        z-index: 10;
        -webkit-animation: none;
        animation: none;
    }

     */
}
.menu-item {
    padding: 15px 0 14px;
    font-size: 22px;
    line-height: 20px;
    border-bottom: 1px solid #fff;
}
.menu-item:first-child {
    padding-top: 0;
}
.menu-item--contact {
    margin-right: 50px;
    padding-bottom: 0;
    border-bottom: none;
}
@media (min-width: 768px) {
    .menu-item--contact {
        margin-right: 0;
    }
}
@media (min-width: 1024px) {
    /*
    .menu-item {
        padding: 0;
        margin-right: 36px;
        font-size: 16px;
        line-height: 14px;
        border-bottom: none;
        text-transform: uppercase;
    }

     */
}
.menu-item--dropdown {
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
}
@media (min-width: 1024px) {
    /*
    .menu-item--dropdown:focus .header__nav-dropdown-list,
    .menu-item--dropdown:hover .header__nav-dropdown-list {
        display: block;
    }

     */
}
.header__nav-dropdown-link {
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
@media (min-width: 1024px) {
    .header__nav-dropdown-link {
        padding: 0;
        border: 0;
    }
}
.header__nav-dropdown-list {
    padding-left: 40px;
}
@media (min-width: 1024px) {
    /*
    .header__nav-dropdown-list, .dropdown-menu {
        position: absolute;
        display: none;
        min-width: 100px;
        padding: 15px;
        top: 100%;
        left: -15px;
        text-align: left;
        background-color: #202020;
    }

    .header__nav-dropdown-list a, .dropdown-menu a {
        color: white;
        padding-top: 10px;
    }

     */
}
.header__nav-dropdown-item {
    padding: 15px 0 14px;
    border-bottom: 1px solid #fff;
}
@media (min-width: 1024px) {
    /*
    .header__nav-dropdown-item {
        margin-bottom: 15px;
        padding: 0 10px;
        border: 0;
    }
    .header__nav-dropdown-item:last-child {
        margin: 0;
    }

     */
}
.header__nav-facebook {
    position: absolute;
    right: 20px;
    bottom: 25px;
    text-align: center;
}
.header__nav-facebook a {
    display: block;
    padding: 4px 0 3px;
    width: 25px;
    height: 25px;
}
@media (min-width: 768px) {
    .header__nav-facebook {
        display: none;
    }
}
@media (min-width: 1024px) {
    .header .header__contact a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 79px;
        height: 27px;
        margin-left: 20px;
        font-size: 12px;
        font-weight: 300;
        line-height: 14px;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 18px;
        -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
        transition: background-color 0.3s, color 0.3s, border 0.3s;
    }
    .header .header__contact a::before {
        background-color: #b2a26b;
    }
    .header .header__contact a:focus,
    .header .header__contact a:hover {
        color: #fff;
        background-color: #b2a26b;
        border-color: #b2a26b;
    }
}
.header-hero {
    font-size: 18px;
    font-weight: 300;
    line-height: 23px;
    /*background-color: #e3e3e3;*/
    margin-top: 20px;
}

section.header-hero {
    padding-bottom: 0;
}

.header-hero__wrapper {
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1500px;
}
.header-hero__slider {
    /*  height: 440px;*/
    max-height: 440px;
}
.header-hero__banner,
.header-hero__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.header-hero__column {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 10px;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
.header-hero h2 {
    margin: 0;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
    color: #b2a26b;
    text-transform: uppercase;
}
.header-hero p {
    margin: 0;
    letter-spacing: 0.01em;
}
.description p b,
.header-hero b {
    font-weight: 700;
}
.header-hero__btn {
    margin: 10px 3px 29px 0;
    width: 145px;
    height: 36px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    border-radius: 18px;
    vertical-align: top;
}
.header-hero__btn--white {
    color: #000;
    background-color: #fff;
}
.header-hero__btn--white:hover {
    color: #fff;
    background-color: #82786e;
}
.header-hero__btn--white::before {
    background-color: #82786e;
}
.header-hero__img {
    padding-top: 31.42%;
    width: 50%;
    background-position: center;
    background-size: cover;
}
.header-hero__image {
    display: none;
}
@media (max-width: 1023px) {
    .header-hero__wrapper {
        padding: 0 20px;
    }
}
@media (max-width: 767px) {
    .header-hero__wrapper {
        padding: 0 15px;
    }
    .header-hero__banner {
        display: block;
        height: auto;
    }
    .header-hero__column {
        display: block;
        position: relative;
        padding: 35px 0 0;
        width: 100%;
    }
    .header-hero h2,
    .header-hero p,
    .header-hero__column div {
        text-align: center;
    }
    .header-hero h2 {
        margin: 10px 0;
        font-size: calc(22px + (26 * 100vw / 767));
        line-height: calc(22px + (26 * 100vw / 767));
    }
    .header-hero__btn {
        margin-bottom: 0;
    }
    .header-hero__btn:last-child {
        margin-bottom: 35px;
    }
    .header-hero__img {
        padding-top: 62.84%;
        width: 100%;
    }
    .header-hero .swiper-pagination {
        padding-right: 0;
        text-align: center;
    }
}
.description {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #000;
    background-color: #fff;
}
.description__wrapper {
    margin: 0 auto;
    padding: 1px 50px;
    max-width: 1500px;
}
.description__text-center {
    margin: 37px 0;
    text-align: center;
}
p .description__heading {
    font-size: 24px;
}
@media (max-width: 1023px) {
    .description__wrapper {
        padding: 1px 20px;
    }
}
@media (max-width: 767px) {
    .description__wrapper {
        padding: 1px 15px;
    }
}
.horses, .events {
    padding: 25px 0 35px;
}
.horses--gray {
    background-color: #e3e3e3;
}
@media (min-width: 768px) {
    .horses, .events {
        padding: 40px 0 35px;
    }
}
.horses__heading {
    margin: 0 0 25px;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: normal;
}
h1.horses__heading {
    margin-top: 70px;
}
@media (min-width: 768px) {
    .horses__heading {
        margin-bottom: 40px;
        text-align: left;
    }
}
.horses__list {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .horses__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }
}
.horses__item {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.horses__item:last-child,
.map__contacts b:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .horses__item {
        width: 32.1%;
    }
    .horses__item:not(:nth-child(3n)) {
        margin-right: 1.85%;
    }
    .horses__item:last-child {
        margin-right: auto;
        margin-bottom: 20px;
    }
}
.horses__link img {
    display: block;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 1024px) {
    .horses__link:focus img,
    .horses__link:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}
.horses__text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.horses__text span {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
}
.horses__text h3 {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}
@media (min-width: 1024px) {
    .horses__text {
        padding: 10px 20px;
    }
    .horses__text span {
        text-transform: uppercase;
    }
    .horses__text h3 {
        font-size: 24px;
        line-height: 24px;
    }
}
.horses__button {
    display: block;
    width: 307px;
    max-width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 12px 30px;
    font-size: 12px;
    line-height: 12px;
    border-radius: 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .text-with-picture-block, .instagram {
        background-color: white;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.text-with-picture-block b {
    font-weight: 700;
    line-height: 24px;
    display: block;
}

.text-with-picture-block b,
.text-with-picture-block p {
    margin: 24px 0;
    font-size: 20px;
}
.text-with-picture-block p b {
    display: inline;
}
.text-with-picture-block img {
    float: left;
    /*margin: 5px 25px 0 0;*/
    width: 450px;
    height: auto;
}
.text-with-picture-block .clear-fix::after {
    display: table;
    content: "";
    width: 100%;
    clear: both;
}
.text-with-picture-block__btn-cont {
    text-align: center;
}
.text-with-picture-block__btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin: 33px 0 30px;
    padding: 5px 30px;
    width: 307px;
    max-width: 100%;
    height: 36px;
    letter-spacing: 0;
    border-radius: 18px;
}
@media (max-width: 1023px) {
    .text-with-picture-block__wrapper {
        padding: 1px 20px;
    }
}
@media (max-width: 767px) {
    .text-with-picture-block__wrapper {
        padding: 1px 15px;
    }
    .text-with-picture-block img {
        float: none;
        margin: 0;
        width: 100%;
    }
    .text-with-picture-block__btn-cont {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .text-with-picture-block__img-cont {
        padding-top: calc(70% + 5px);
        width: 100%;
    }
}
.news {
    font-size: 18px;
    font-weight: 300;
    line-height: 18px;
    color: #000;
    background-color: #fff;
    letter-spacing: 0;
    padding-bottom: 20px;
}
.news__wrapper {
    padding-top: 1px;
}

.news__item {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 460px;
    padding: 0;
    box-shadow: 0 10px 15px rgb(0 0 0 / 25%);
    background-color: white;
    transition: all .3s ease;
}

.news__content {
    padding: 25px 25px 58px 44px;
    height: 100%;
    line-height: 24px;
    box-shadow: 0 18px 40px rgb(0 0 0 / 25%);
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}
.news__item {
    margin: 0 1.73% 0 0;
    width: 32.17%;
}
.news__item:nth-child(3n) {
    margin: 0;
}
.news__item:nth-child(n + 4) {
    margin-top: 40px;
}

.news img {
    object-fit: cover;
}

.news__date {
    margin-bottom: 15px;
     font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.news-slider__title {
    width: 99%;
    margin-bottom: 25px;
    margin-top: 13px;
    display: block;
    font-size: 26px;
    line-height: 32px;
    color: #a6a6a6;
     font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
}

.news img {
    width: 100%;
    height: 280px;
}

.news h3 > a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.news h3 > a:hover {
    opacity: 0.7;
}
.news p {
    margin: 5px 0;
    letter-spacing: 0.01em;
}
.news__btn-cont {
    text-align: center;
    margin-top: 33px;
}
.news__btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 30px;
    padding: 5px 30px;
    width: 307px;
    max-width: 100%;
    height: 36px;
    letter-spacing: 0;
    border-radius: 18px;
}
@media (max-width: 767px) {
    .news__list {
        display: block;
    }
    .news__item {
        margin: 0;
        width: 100%;
        min-width: inherit;
    }
    .news__item:not(:first-child) {
        margin-top: 90px;
    }
}
.contact {
    padding-bottom: 35px;
    margin-top: 50px;
}
@media (min-width: 768px) {
    .contact {
        padding-bottom: 40px;
    }
}

.contact__form {
    max-width: 460px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .contact__form {
        max-width: 960px;
    }
    .contact__input-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.contact__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.contact__field--checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 327px;
    margin: 25px auto;
    padding: 0 10px;
}
@media (min-width: 1024px) {
    .contact__field {
        width: 49%;
    }
    .contact__field--textarea {
        width: auto;
    }
    .contact__field--checkbox {
        width: auto;
        max-width: none;
        padding: 0;
    }
}
.contact__label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 14px;
}

.contact-text {
    text-align: center;
    margin-bottom: 30px;
}

.contact__input {
    width: 100%;
    padding: 9px 15px;
    height: 40px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    background-color: #efefef;
    border: 2px solid #e7e7e7;
    border-radius: 18px;
    outline: 0;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.contact__input--textarea {
    min-height: 80px;
    resize: none;
}
.contact__input:active,
.contact__input:focus {
    background-color: #fff;
}
@media (min-width: 1024px) {
    .contact__input--textarea {
        min-height: 123px;
    }
}
.contact__checkbox {
    display: none;
}
.contact__checkbox:checked + .contact__privacy-label::after {
    position: absolute;
    display: block;
    content: "";
    left: 4px;
    top: 50%;
    -webkit-transform: translateY(-65%) rotate(-45deg);
    transform: translateY(-65%) rotate(-45deg);
    width: 8px;
    height: 6px;
    border: 2px solid #777;
    border-top: none;
    border-right: none;
    cursor: pointer;
}
.contact__privacy-label {
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}
.contact__privacy-label::before {
    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #777;
    border-radius: 2px;
}
@media (min-width: 1024px) {
    .contact__privacy-label {
        padding-left: 23px;
    }
}
.contact__privacy-label a {
    font-weight: 700;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.contact__privacy-label a:focus,
.contact__privacy-label a:hover {
    opacity: 0.7;
}
.contact__privacy-label a:active {
    opacity: 0.5;
}
.contact__submit {
    display: block;
    width: 307px;
    max-width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 12px 30px;
    font-size: 12px;
    line-height: 12px;
    border: 0;
    border-radius: 18px;
    text-align: center;
    margin-top: 10px;
}
@media (min-width: 1024px) {
    .contact__submit {
        margin: 0;
    }
}
.map {
    min-height: 250px;
    background-color: #fef2d9;
    font-size: 20px;
}
.map a, .map p {
    font-size: 20px!important;
    line-height: 26px!important;
}
@media (min-width: 768px) {
    .map {
        min-height: 310px;
    }
}
@media (min-width: 1024px) {
    .map {
        min-height: 420px;
    }
}
/*.map__iframe-block {*/
/*    width: 100%;*/
/*    background-image: url(/img/pic-map.jpg);*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/
/*@media (-webkit-min-device-pixel-ratio: 1.5),*/
/*(min-resolution: 144dpi),*/
/*(min-resolution: 1.5dppx) {*/
/*    .map__iframe-block {*/
/*        background-image: url(/img/pic-map.jpg);*/
/*    }*/
/*}*/
.map__iframe-block iframe {
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) {
    .map__iframe-block {
        width: 50%;
        height: auto;
    }
}
.map__contacts {
    padding: 25px 15px 30px;
}
.map__contacts p {
    font-size: 14px;
    line-height: 18px;
}
.map__contacts a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.map__contacts a:focus,
.map__contacts a:hover {
    opacity: 0.7;
}
.map__contacts a:active {
    opacity: 0.5;
}
.map__contacts b {
    display: block;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .map__contacts {
        width: 50%;
        padding: 20px;
    }
}
@media (min-width: 1024px) {
    .map__contacts {
        min-height: 420px;
        padding: 30px 0 30px 27px;
    }
}
.footer {
    width: 100%;
    min-width: 320px;
    min-height: 80px;
    padding: 20px 0;
    color: #fff;
    background-color: #202020;
}
@media (min-width: 1024px) {
    .footer {
        min-height: 100px;
    }
}
.footer__copyright {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
.footer__copyright b {
    display: block;
}
@media (min-width: 768px) {
    .footer__copyright {
        margin: 10px 0;
    }
    .footer__copyright b {
        display: inline;
    }
}
@media (min-width: 1024px) {
    .footer__copyright {
        margin: 20px 0;
    }
}
.footer__links {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
}
.footer__links a {
    font-weight: 700;
}
.footer__links a:focus,
.footer__links a:hover {
    color: #b2a26b;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.footer__links a:active {
    opacity: 0.5;
}
.scroll-top-button {
    position: fixed;
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    bottom: 15px;
    right: 15px;
    background-color: #000;
    border: 0;
    border-radius: 50%;
    outline: 0;
    opacity: 0.2;
    z-index: 100;
    -webkit-transition: opacity 0.5s, z-index 0.5s;
    transition: opacity 0.5s, z-index 0.5s;
}
.scroll-top-button:focus,
.scroll-top-button:hover {
    opacity: 0.6;
}
.scroll-top-button:active {
    opacity: 0.8;
}
.scroll-top-button::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 15px;
    top: 8px;
    left: 14px;
    background-color: #fff;
}
.scroll-top-button::after {
    position: absolute;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 8px;
    left: 9px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 768px) {
    .scroll-top-button {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    .scroll-top-button::before {
        width: 2px;
        height: 25px;
        top: 13px;
        left: 24px;
    }
    .scroll-top-button::after {
        width: 20px;
        height: 20px;
        top: 14px;
        left: 15px;
    }
}
@media (min-width: 1024px) {
    .scroll-top-button {
        bottom: 25px;
        right: 50px;
    }
}
@media (min-width: 1200px) {
    .scroll-top-button {
        right: 90px;
    }
}

li.btn {
    background-color: inherit;
    color: inherit;
    border: none;
}

.index_thumb {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 75%;
    width: 100%;
}

.horses h3 {
    font-size: 18px !important;
}

@media (min-width: 1500px) {
    .text-with-picture-block .text-content {
        padding: 0rem;
    }
}
@media (min-width: 768px) and (max-width: 1499px) {
    .text-with-picture-block .text-content {
        padding: 0rem;
    }
}
@media (max-width: 767px) {
    .text-with-picture-block .text-content {
        padding: 1rem 0rem;
    }
    .text-with-picture-block .underline .line {
        height: 2px;
    }
    .text-with-picture-block .mbr-title,
    .text-with-picture-block .underline,
    .text-with-picture-block .mbr-text,
    .text-with-picture-block .mbr-section-btn {
        text-align: center !important;
    }
    .text-with-picture-block .image-element {
        padding: 0;
    }
}

.text-with-picture-block .image-element img {
    width: 100%;
    height: 100%;

    object-position: center center;
}

.text-with-picture-block .container h2 {
    font-size: 26px;
}

.text-with-picture-block h3 {
    font-size: 22px;
    font-weight: inherit;
    text-align: center;
    color: #a6a6a6;
}


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

.text-with-picture-block .container, .text-with-picture-block .container-fluid {
    position: relative;
    word-wrap: break-word;
    /* max-width: 1140px; */
}

.text-with-picture-block .image-element {
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.show_more_less_content__btn {
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 30px;
    padding: 5px 30px;
    width: 307px;
    max-width: 100%;
    height: 36px;
    letter-spacing: 0;
    border-radius: 18px;
}

.show_more_less_block_content_btn {
    text-align: center;
    margin-top: 33px;
}

a:focus, a:hover {
    text-decoration: underline;
    color: #014585 !important;
}

section .card_slider_button_more {
    color: #014585 !important;
    border: 2px solid #014585;
}

section .card_slider_button_more:hover {
    color: #fff !important;
    background-color: #014585;
    text-decoration: none;
}

li.dropdown:hover .dropdown-menu, li.dropdown:focus .dropdown-menu {
    display: block!important;
}

.container-gallery-horse-thumbs {
    /*padding-left: 48px;*/
}
.row-horse-data {
    /* padding-left: 48px; */
    margin: 30px 0;
}
.horse_videos_block_title {

}
.horse_videos_block_title p.name {
    font-weight: bold;
    font-size: 140%;
}
.horse_videos_block_title .col {
    text-align: left;
}

.header-hero__wrapper {
    margin-bottom: 20px;
}

.header-hero__slider {
    /*height: 800px;*/
    max-height: 800px;
}

.horse-container .header-hero__wrapper {
    padding: 0;
}

.horse-container .header-hero__img {
    /*padding-top: 60%;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
    margin-left: auto;
    margin-right: auto;
    padding-top: inherit;
    width: 100%;
    background-image: none!important;
}

.horse-container .header-hero__image {
    display: block;
    width: 100%;
    max-height: 600px;
    max-width: 100%;
    object-fit: contain;
}

.swiper-pagination {
    padding: 0 50px 13px 0;
}

.swiper-pagination-bullet {
    background: #202020;
}

.header-hero__banner .caption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    padding: 0 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 99%;
    z-index: 1029;
}

.pedigree-container {
    border-collapse: inherit;
    border-spacing: 8px;
    width: 100%;
}
.container-pedigree p.name {

    font-weight: bold;
    font-size: 140%;
}

.pedigree-container td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px 10px 8px 8px;
}
.horse-data-details {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

.horse-data-details tr {
    border-top: solid 1px #ccc;
}

.horse-data-details td {
    padding: 8px;
}

.horses-slider h2 {
     font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-size: 50px;
    line-height: 67px;
    letter-spacing: .08em;
    color: #a6a6a6;
    text-align: center;
}

.horses-slider {
    margin-top: 40px;
    margin-bottom: 78px;
}

.horses-slider__wrapper {
    padding-top: 33px;
    padding-bottom: 28px;
    position: relative;
}

.horses-slider__wrapper .slick-slide {
    padding-bottom: 30px;
}

.horses-slider__title {
    margin-bottom: 21px;
     font-family: 'PT Sans Narrow', sans-serif;
    font-size: 25px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    line-height: 1.5;
}

.horses-slider__info {
    width: 100%;
    margin-bottom: 40px;
}

.horses-slider__info td {
    padding-top: 4px;
    padding-bottom: 4px;
}

.horses-slider__info-left {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
}

.horses-slider__info td {
    padding-top: 4px;
    padding-bottom: 4px;
}
.horses-slider__info-right {
    font-size: 16px;
    line-height: 28px;
    text-align: right;
}

.slick-center .horses-slider__img {
    position: relative;
    width: 100%;
    height: 387px;
}

.horses-slider__img {
    position: relative;
    width: 100%;
    max-width: 360px;
    height: 310px;

}
.horses-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.horses-slider__wrapper .swiper-slide {
    width: 460px;
}

.horses-slider__item {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 460px;
    padding-top: 31px;
    padding-right: 50px;
    padding-left: 50px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 25%);
    background-color: white;
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto;
    filter: brightness(50%);
    margin-top: 100px;
    max-width: 100%;
}

.main-slider__item-content p {
    text-shadow: #a6a6a6 1px 0 10px;
}

.main-slider__item-content .main-slider__item-title {
   font-size: 40px;
   line-height: 1.2;
}

hr {
    position: absolute;
    width: 8%;
    left: 0;
    border: 1px solid #a6a6a6;
    margin-top: -34px;
}

@media (min-width: 768px) {
    hr {
        width: 20%;
    }
}

hr:after {
    position: absolute;
    bottom: -5px;
    right: -10px;
    left: auto;
    height: 10px;
    width: 10px;
    background: #a6a6a6;
    content: "";
    border-radius: 5px;
}

.heading-wrapper {
    text-align: left;
}

@media (min-width: 768px) {
    .photos__list .photos__item {
        width: 29%;
    }
}

.photos__list .photos__item img {
    width: 100%;
}


.heading-wrapper h2 {
    font-size: 44px;
    margin-left: 10%;
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .heading-wrapper h2 {
        font-size: 34px;
        margin-bottom: 10px;
    }
}


@media (min-width: 768px) {
    .horses-slider .heading-wrapper, .container {
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        margin-top: 20px;
    }
}

.container .heading-wrapper {
    margin-bottom: 20px;
}

.alle-pferde .horses-slider__item {
    height: 90%;
    filter: inherit;
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 768px) {
    .alle-pferde .horses-slider__item {
        height: 100%;
        margin-bottom: 20px;
    }
    .horses-slider__item {
        background-color: white;
        width: inherit;
        filter: inherit;
        margin-top: 0;
    }
    .horses-slider__wrapper .slick-slide {
        margin: 20px;
    }
    .horses-slider__img {
        height: inherit;
    }
    .horses-slider {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    h2 {
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .horses-slider__info {
        margin-bottom: 10px;
    }
}

@media (max-width: 1500px) {
    .horses-slider__item {
        filter: brightness(100%);
        margin-top: 0;
    }
      .horses-slider__img {
        position: relative;
        width: 100%;
        height: 350px;
    }

}

.slick-center .horses-slider__item {
    filter: brightness(100%);
    margin-top: 0;
}

@media (min-width: 2500px) {
    .horses-slider__item {
        filter: brightness(100%);
        margin-top: 0;
    }
}

.horses-slider__media {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    width: 100%;
    height: 70px;
}

.horses-slider__media a {
    width: 48px;
    height: 48px;
    margin-right: 12px;
    font-size: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background-color ease .2s;
}

.horses-slider__media, .horses-slider__media a {
    display: flex;
    justify-content: center;
    align-items: center;
}

h2 {
    margin-bottom: 30px;
     font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 67px;
    letter-spacing: .08em;
    color: #a6a6a6;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    h2 {
        font-size: 34px;
        line-height: 45px;
    }
}

section {
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.persons {
    margin-bottom: 80px;
}

.persons__list {
    display: flex;
    flex-wrap: wrap;
}

.persons__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 345px;
    margin-right: 45px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .persons__item {
        width: inherit;
        margin-right: auto;
        margin-left: auto;
    }
}

.persons__item-img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 360px;
    height: 320px;
}

.persons__item-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 140px;
    background-color: #202020;
}

.persons__item-img img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.persons__item-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    box-shadow: 0 18px 40px rgb(0 0 0 / 25%);
}

.persons__item-name {
    margin-top: 22px;
    margin-bottom: 6px;
     font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: .08em;
}



.main-content {
    margin-top: 150px;
}

.main-content h2 {
    margin-top: 60px;
    font-size: 35px;
}

.main-content h1 {
    margin-bottom: 30px;
     font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 67px;
    letter-spacing: .08em;
    color: #a6a6a6;
    text-align: center;
}


@media (max-width: 768px) {
    .main-content h1 {
       font-size: 35px;
    }
}


.alle-pferde h1 {
     font-family: 'PT Sans Narrow', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 67px;
    letter-spacing: .08em;
    color: #a6a6a6;
    text-align: center;
    margin-top: 100px;
}


.horse-container h1 {
    color: #a6a6a6;
     font-family: 'PT Sans Narrow', sans-serif;
}

.horse-container h2 {
    color: #202020;
}

.card_slider_button {
    margin-left: auto;
    margin-right: auto;
    display: table;
    background-color: #202020;
    padding: 15px;
    color: white;
    font-size: 20px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 25%);
    margin-top: 50px;
}

@media (max-width: 767px) {
    .card_slider_button {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .horses-slider__wrapper {
        padding-bottom: 0;
    }
    .slick-slide img {
        height: 280px;
    }
    .slick-prev {
        left: 25px;
    }
    .slick-next {
        right: 25px;
    }
}

div.mbr-section {
    padding-top: 0px;
}
.mbr-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.text-xs-center {
    text-align: center !important;
}

.btn-dark-outline {
    background: #202020;
    color: #fff;
}

.mbr-section-hero .mbr-section-btn .btn-dark-outline {
    padding: 0.75rem 2rem;
}

.menu-table {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 1rem;
    z-index: 99;
}

@media (max-width: 1024px) {
    .menu-table {
        display: none;
    }
}

.blue-background {
    background-color: #014586;
    color:white;
}

#Verkaufspferde {
    background-color: #014586;
}

section#Verkaufspferde .card_slider_button_more {
    color: white!important;
    border: 2px solid white!important;
}

.blue-background h2 {
    color:white;
    margin-top: 16px;
}

#gallery .slick-next:before, #gallery .slick-prev:before, #Verkaufspferde .slick-next:before, #Verkaufspferde .slick-prev:before {
    color: white!important;
}

.instagram .container {
    max-width: 100%;
}

.video-btn {
    top: 40%;
    left: 45%;
    cursor: pointer;
    position: absolute;
    width: 55px !important;
}

.mbr-footer {
    color: #fff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 70px;
}

.mbr-section {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.mbr-footer {
    background-color: #202020;
    padding-top: 90px;
    padding-bottom: 90px;
}

.mbr-section img {
    max-width: 30px;
}

.mbr-footer > .container > .row > div {
    clear: none !important;
    padding-bottom: 0 !important;
}

.mbr-footer .col-xs-2 {
    width: 16.66667%;
    float: left;
}