@charset "UTF-8";
.page header {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: rgba(0,0,0,0.4);
}
.form-userconsent {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
body.fancybox-active {
    overflow: hidden
}

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99992;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
    overflow: visible
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error, .fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    transition: color .3s ease;
    cursor: pointer;
    outline: 0
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
    color: #fff
}

.fancybox-button[disabled] {
    color: #ccc;
    cursor: default;
    opacity: .6
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--zoom svg path {
    fill: transparent
}

.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
    color: #fff;
    background: 0 0
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    font-weight: 700;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share p:first-of-type {
    margin-right: -10px
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #707070;
    transition: all .2s
}

.fancybox-share_button:focus, .fancybox-share_button:hover {
    text-decoration: none;
    color: #333;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
}

.fancybox-share input {
    box-sizing: border-box;
    width: 100%;
    margin: 5px 0 0;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background: #ebebeb;
    color: #5d5b5b;
    font-size: 14px;
    outline: 0
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px 2px 4px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-thumbs-x {
    overflow-y: hidden;
    overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }
    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.slick-slider {
    position: relative;
    display: block;
    height: 100%;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    justify-content: center;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide a {
    justify-content: center;
}
.slick-slide img {
    display: block;
    max-width: 570px;
    max-height: 400px;
    width: auto;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide.slick-types__inner {
    flex-direction: column;
    align-items: center
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-types__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px
}

@media screen and (max-width:767px) {
    .slick-types__inner {
        margin-bottom: 0
    }
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

.slick-next, .slick-prev {
    display: block;
    background: url(../images/next.svg) no-repeat;
    width: 15px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: -30px;
    cursor: pointer;
    color: transparent;
    line-height: 0;
    font-size: 0;
    padding: 0;
    border: none;
    outline: 0;
    z-index: 1;
    opacity: 1
}

.slick-next:hover, .slick-prev:hover {
    opacity: .5
}

.slick-prev {
    background: url(../images/prev.svg) no-repeat;
    right: auto;
    left: -30px
}

.slick-dotted .slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 52px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    cursor: pointer
}

.slick-dots li:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    line-height: 60px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center
}

.slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    width: 5px;
    height: 5px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
    width: 5px;
    height: 5px
}

.slick-dots li.slick-active button:before {
    background: #bb8d6a
}

@media screen and (max-width:1279px) {
    .slick-next, .slick-prev {
        right: 0
    }
    .slick-prev {
        left: 0
    }
}

@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Lora-Regular.otf) format('opentype'), url(../fonts/Lora-Regular.woff) format('woff'), url(../fonts/Lora-Regular.ttf) format('truetype'), url(../fonts/Lora-Regular.svg#Lora-Regular) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Lora-Bold.otf) format('opentype'), url(../fonts/Lora-Bold.woff) format('woff'), url(../fonts/Lora-Bold.ttf) format('truetype'), url(../fonts/Lora-Bold.svg#Lora-Bold) format('svg');
    font-weight: 700;
    font-style: normal
}

body {
    background: url(../images/pattern.png) repeat top, #fffbf7;
    background-size: cover!important;
    margin: 0;
    padding: 0;
    font-family: Lora, sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #262626;
    line-height: 1.4;
    min-width: 320px
}

button, input, select, textarea {
    font-family: Lora;
    font-size: 17px
}

p {
    font: 400 18px/1.85 Lora;
    color: #000;
    margin: 20px 0
}

.wrapper {
    max-width: 1170px;
    padding: 0 40px;
    margin: 0 auto
}

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

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

.caption {
    position: relative
}

.caption:before {
    content: "";
    box-sizing: border-box;
    border-top: 2px solid #e6c0a2;
    border-left: 2px solid #e6c0a2;
    border-right: 2px solid #e6c0a2;
    width: 62px;
    height: 23px;
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    margin: 0 auto
}

.caption:after {
    content: "";
    box-sizing: border-box;
    border-bottom: 2px solid #e6c0a2;
    border-left: 2px solid #e6c0a2;
    border-right: 2px solid #e6c0a2;
    width: 62px;
    height: 23px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -36px;
    margin: 0 auto
}

.caption__text1 {
    font: 700 35px Lora;
    line-height: 1;
    text-align: center;
    color: #272727;
    margin: 0 0 5px
}

.caption__text1_white {
    color: #fff
}

.caption__text2 {
    font: 400 13px Lora;
    text-align: center;
    text-transform: uppercase;
    color: #a0795b;
    margin: 0
}

.caption__text2_after-white {
    color: #e6c0a2
}

.button {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    text-align: center;
    background: linear-gradient(180deg, #675546 0, #423429 100%), #5b4c40;
    border: none;
    border-radius: 45px;
    width: 252px;
    height: 78px;
    font: 400 18px/72px Lora;
    color: #fff;
    position: relative
}

.button:hover {
    background: linear-gradient(180deg, #423429 0, #675546 100%), #5b4c40
}

@media screen and (max-width:1279px) {
    .wrapper {
        padding: 0 20px
    }
}

@media screen and (max-width:1023px) {
    p {
        font-size: 16px;
        line-height: 1.65
    }
}

header {
    min-width: 320px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 50px 0
}

header .wrapper {
    align-items: center
}

.logo {
    display: block;
    background: url(../images/logo.svg) no-repeat center;
    background-size: cover;
    width: 220px;
    height: 60px;
    position: relative;
    z-index: 1
}

.phone {
    font: 700 22px Lora;
    color: #e6c0a2;
    text-decoration: none
}

.phone_mobile {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/phone.svg) no-repeat center, linear-gradient(180deg, #a0795b 0, #45372c 100%);
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.menu {
    display: block;
    padding: 0;
    margin: 0
}

.menu li {
    list-style: none;
    float: left;
    position: relative
}

.menu a {
    display: inline-block;
    font: 400 16px Lora;
    color: #fffdfd;
    text-decoration: none;
    padding: 0 25px;
    line-height: 60px
}

.menu a:hover {
    color: #e6c0a2
}

.burger {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    margin: auto 0;
    cursor: pointer
}

.burger span, .burger span::before {
    display: block;
    cursor: pointer;
    height: 2px;
    width: 24px;
    background: #e9c8ae;
    position: absolute;
    top: 13px;
    right: 8px;
    transition: all .2s ease-in-out
}

.burger span::before {
    content: '';
    width: 16px;
    left: 0;
    top: 12px
}

.burger_active span {
    transform: rotate(45deg)
}

.burger_active span::before {
    transform: rotate(90deg);
    width: 24px;
    top: 0
}

.menu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height: fill-available;
    height: 100vh;
}

@media screen and (max-width:1023px) {
    .menu a {
        padding: 0 10px
    }
    .phone {
        display: none
    }
    .phone_mobile {
        display: block
    }
}

@media screen and (max-width:767px) {
    header {
        background: #423429;
        padding: 15px 0
    }
    .logo {
        margin: 0 auto
    }
    .burger {
        display: block;
        background: #423429;
        border-radius: 50%;
        position: fixed;
        left: 15px;
        z-index: 1
    }
    header .navbar {
        display: none
    }
    .menu-mobile {
        background: #423429;
        z-index: 100
    }
    .menu-mobile .flex_between {
        padding: 40px 0
    }
    .menu {
        height: auto;
        margin: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 2
    }
    .menu>li {
        float: none
    }
    .menu>li a {
        display: block;
        font-size: 26px;
        color: #fff
    }
    .phone_mobile {
        position: fixed;
        right: 15px
    }
}

@media screen and (max-width:639px) {
    .logo {
        width: 140px;
        height: 45px
    }
}

.main-screen__slide {
    background-size: cover;
    padding: 265px 0 160px;
    overflow: hidden;
    position: relative;
}

.main-screen__slide:before {
    content: "";
    background: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.main-screen__slide .wrapper {
    width: 100%
}

.main-screen__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

.main-screen__caption {
    font: 400 80px Lora;
    line-height: 1.15;
    color: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 0 165px;
    position: relative
}

.main-screen__caption:before {
    content: "";
    box-sizing: border-box;
    border-top: 2px solid #e6c0a2;
    border-left: 2px solid #e6c0a2;
    border-right: 2px solid #e6c0a2;
    width: 200px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto
}

.main-screen__caption:after {
    content: "";
    box-sizing: border-box;
    border-bottom: 2px solid #e6c0a2;
    border-left: 2px solid #e6c0a2;
    border-right: 2px solid #e6c0a2;
    width: 200px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -74px;
    margin: 0 auto
}

.main-screen__description {
    font: 400 30px Lora;
    color: #fff;
    text-align: center;
    margin-bottom: 35px
}

.main-screen__caption span, .main-screen__description span {
    color: #e6c0a2
}

.main-screen__description span span {
    font-size: 45px
}

.main-screen_mobile {
    display: none;
}

@media screen and (max-width:1023px) {
    .main-screen__caption {
        font-size: 35px;
        max-width: 500px;
        margin: 0 0 60px
    }
    .main-screen__description {
        font-size: 22px;
        margin-bottom: 10px
    }
    .main-screen__caption:before {
        width: 105px;
        height: 18px;
        top: -20px
    }
    .main-screen__caption:after {
        width: 105px;
        height: 18px;
        bottom: -33px
    }
}

@media screen and (max-width:767px) {
    .main-screen {
        display: none
    }
    .main-screen_mobile {
        display: block;
        padding: 118px 0 40px;
        background-color: rgba(66, 52, 41, 0.65);
        position: relative;
    }
}

.service-screen {
    background: url(../images/background-wood.png) repeat center;
    background-size: cover;
    padding: 140px 0 80px;
    overflow: hidden;
    position: relative
}

.service-screen:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.service-screen__caption {
    margin-bottom: 85px
}

.services {
    flex-wrap: nowrap;
    margin: 0 -20px;
    position: relative
}

.services__item {
    box-sizing: border-box;
    width: 25%;
    padding: 20px
}

.services__icon {
    width: 62px;
    height: 60px;
    margin: 0 auto 15px
}

.services__description {
    font: 400 16px Lora;
    color: #e6c0a2;
    text-align: center;
    max-width: 200px;
    margin: 0 auto
}

@media screen and (max-width:1023px) {
    .service-screen {
        padding: 77px 0 0
    }
    .services {
        margin: 0
    }
    .services__item {
        flex-direction: column;
        padding: 0 20px 20px
    }
    .services__icon {
        width: 110px;
        height: 90px;
        margin: 0 auto
    }
    .services__description {
        font-size: 22px
    }
    .service-screen .slick-next, .service-screen .slick-prev {
        top: calc(50% - 60px)
    }
}

.rooms-screen {
    padding: 136px 0 0
}

.rooms-screen__caption {
    margin-bottom: 110px
}

.room {
    flex-wrap: nowrap;
    margin-bottom: 75px
}

.room:nth-child(odd) {
    flex-direction: row-reverse
}

.room__slider.slick-slider {
    height: auto
}

.room__slider .slick-dots {
    bottom: 35px
}

.room__img {
    width: 570px
}

.room__button {
    margin: 20px auto 0
}

.room__button.room__button_mobile {
    display: none
}

.room__text {
    flex: 1;
    box-sizing: border-box;
    padding: 15px 0 0 30px
}

.room:nth-child(odd) .room__text {
    padding: 15px 30px 0 0
}

.room__caption {
    font: 700 28px Lora;
    color: #272727;
    margin-bottom: 20px
}

.room__caption span {
    font: 400 28px Lora;
    color: #a0795b;
    white-space: nowrap;
}

.room__caption span span {
    font-size: 40px
}

.room__caption.room__caption_mobile {
    display: none
}

.room__description {
    font: 400 15px/2 Lora;
    color: #000;
    margin-bottom: 28px
}

.room__icon {
    background: url(../images/wifi-router-2.svg) no-repeat center;
    background-size: contain;
    width: 45px;
    height: 40px;
    margin-right: 5px
}

.room__icon_shower {
    background: url(../images/shower-2.svg) no-repeat center;
    background-size: contain
}

.room__icon_tv {
    background: url(../images/television-2.svg) no-repeat center;
    background-size: contain
}

.room__icon_bed {
    background: url(../images/bed-2.svg) no-repeat center;
    background-size: contain
}

.room__icon_kitchen {
    background: url(../images/kitchen-2.svg) no-repeat center;
    background-size: contain
}

@media screen and (max-width:1279px) {
    .room__img {
        width: 470px
    }
}

@media screen and (max-width:1023px) {
    .rooms-screen {
        padding: 90px 0 0
    }
    .rooms-screen__caption {
        margin-bottom: 75px
    }
    .room {
        flex-direction: column;
        margin-bottom: 40px
    }
    .room:nth-child(odd) {
        flex-direction: column
    }
    .room__img {
        width: calc(100% + 40px);
        margin: 0 -20px
    }
    .slick-slide img {
        width: 100%
    }
    .room__text {
        padding: 15px 0 0
    }
    .room:nth-child(odd) .room__text {
        padding: 15px 0 0 0
    }
    .room__caption {
        display: none
    }
    .room__caption.room__caption_mobile {
        display: block;
        text-align: center;
        margin-bottom: 25px
    }
    .room__caption>span {
        display: block;
        text-align: center
    }
    .room__caption span {
        line-height: 1
    }
    room__description {
        line-height: 1.75;
        argin-bottom: 17px
    }
    .room__icons {
        justify-content: center
    }
    .room__button {
        display: none
    }
    .room__button.room__button_mobile {
        display: block;
        margin: 30px auto 0
    }
}

.reviews-screen {
    background: url(../images/background-wood.png) repeat center;
    background-size: cover;
    padding: 135px 0 80px;
    overflow: hidden;
    position: relative
}

.reviews-screen:before {
    content: "";
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.reviews-screen__caption {
    margin-bottom: 100px
}

.reviews {
    flex-wrap: nowrap;
}

.reviews__item {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 25px;
    position: relative;
}

.reviews__name {
    font: 700 22px Lora;
    color: #e6c0a2;
    margin-bottom: 22px
}

.reviews__description {
    font: 400 16px/1.9 Lora;
    color: #fff;
    max-height: 300px;
    overflow-y: auto;

}

.reviews-screen__button {
    margin: 60px auto 0
}

@media screen and (max-width:1023px) {
    .reviews-screen {
        padding: 80px 0 50px
    }
    .reviews-screen__caption {
        margin-bottom: 65px
    }
    .reviews__description {
        line-height: 1.7
    }
}

footer {
    padding: 35px 0
}

.footer__copyright {
    font: 400 15px Lora;
    color: #e6c0a2;
    text-align: center
}

.footer__copyright a {
    font: 400 15px Lora;
    color: #a0795b;
    text-decoration: none
}

.footer__reestr {
    text-align: center;
    color: #272727;
    font: 400 15px Lora;
}

.footer__reestr-link {
    color: #a0795b;
    text-decoration: none;
}

@media screen and (max-width:1023px) {
    footer {
        padding: 20px 0
    }
}

.popup {
    background: url(../images/pattern.png) repeat top, #fffbf7;
    max-width: 890px;
    padding: 35px 60px 50px;
    margin: 15px
}

.popup__caption {
    font: 700 35px Lora;
    text-align: center;
    color: #272727;
    margin-bottom: 32px
}

.form__inputs {
    margin: 0 -15px
}

.form__inputs .column {
    width: 50%;
    min-width: 300px;
    box-sizing: border-box;
}

.form__field {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 15px
}
.form__field.error input,
.form__field.error textarea,
.form__checkbox.error {
    border: 1px solid red;
}

.form__label {
    display: inline-block;
    font: 400 18px Lora;
    color: #4b3d31;
    margin-bottom: 10px
}
.form__label .need,
.form__checkbox-label .need {
    color: red;
    vertical-align: super;
    font-size: 14px;
}
.form__error {
    display: none;
    float: right;
    font: 400 14px Lora;
    color: red;
    margin-bottom: 10px
}
.form__field.error .form__error {
    display: inline-block;
}
.form__checkbox.error+.form__error {
    display: block;
    float: none;
}
.form__input {
    display: block;
    box-sizing: border-box;
    border: none;
    background: #fffdfc;
    height: 54px;
    width: 100%;
    font: 400 17px Lora;
    outline: 0;
    padding: 0 20px
}
textarea.form__input {
    height: 158px;
    resize: none;
    padding: 8px 20px;
}

input:not([type=submit]):focus,
textarea:focus {
    border: 1px solid #000
}

.form__checkbox {
    position: relative;
    cursor: pointer;
    margin: 39px 0 18px;
    padding: 4px;
    display: flex;
    justify-content: center
}

.form__checkbox input {
    display: none
}

.form__checkbox-label {
    font: 400 16px Lora;
    color: #000;
    padding-left: 35px;
    position: relative
}

.form__checkbox-label:before {
    content: '';
    background: #ece2d8;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 22px
}

.form__checkbox input:checked+.form__checkbox-label:before {
    content: '+'
}

.form__button {
    margin: 0 auto
}

.ui-datepicker {
    background: #fffdfc;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
    font-size: 16px
}

.ui-datepicker-header {
    padding: 15px 15px 0
}

.ui-datepicker-prev {
    font: 400 18px Lora;
    cursor: pointer
}

.ui-datepicker-next {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font: 400 18px Lora
}

.ui-datepicker-title {
    font: 400 18px Lora;
    color: #4b3d31;
    margin: 10px 0;
    text-align: center
}

.ui-datepicker-calendar {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px 15px
}

.ui-datepicker-calendar a {
    color: #a0795b;
    text-decoration: none;
    padding: 5px
}

.select {
    position: relative
}

.select__field {
    display: block;
    box-sizing: border-box;
    border: none;
    background: #fffdfc;
    height: 54px;
    width: 100%;
    font: 400 17px/54px Lora;
    outline: 0;
    padding: 0 20px;
    cursor: default;
    overflow: hidden;
}

.select ul {
    display: none;
    background: #fffdfc;
    width: calc(100% - 30px);
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    box-sizing: border-box;
    top: 100px;
    left: 15px;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
}

.select ul li {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    font: 400 17px/40px Lora;
    padding: 0 20px;
    cursor: default
}

.select ul li:hover {
    background-color: #ece2d8
}

@media screen and (max-width:880px) {
    .popup {
        padding: 30px 20px
    }
    .form__inputs .column {
        width: 100%;
    }
}

@media screen and (max-width:420px) {
    .fancybox-slide:before {
        height: unset;
    }
}

.info-screen {
    padding: 135px 0 70px
}

.info-screen__caption {
    margin-bottom: 60px
}

.info-screen p {
    text-align: justify;
}

.docs-screen {
    padding: 135px 0 80px
}

.docs-screen__caption {
    margin-bottom: 85px
}

.documents__doc {
    box-sizing: border-box;
    padding: 0 20px
}

.documents__doc a {
    width: 100%;
    border: 4px solid #fff
}

.documents__doc a:focus {
    outline: 0
}

.documents__doc a:hover {
    border: 4px solid #e6c0a2
}

.documents__doc a img {
    width: 100%
}

.map-screen {
    position: relative
}

.map {
    position: relative;
    width: 100%;
    height: 485px;
    max-height: 70vh;
    background: #e6c0a2
}


.contacts {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 50px rgba(0, 0, 0, .15);
    position: absolute;
    left: calc((100% - 1170px)/ 2);
    top: 80px;
    padding: 62px 55px;
    z-index: 1;
    font: 400 15px Lora;
    color: #272727
}

.contacts__caption {
    font: 700 24px Lora;
    text-align: center;
    margin-bottom: 17px
}

.contacts__contact {
    padding: 4px 0
}

.contacts__contact_phone a {
    text-decoration: none;
    color: #272727
}

.contacts__contact_mail a {
    color: #a0795b
}

.contacts__social {
    margin-top: 17px
}

.contacts__icon {
    display: block;
    background: url(../images/VK.svg) no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 5px
}

.contacts__icon_insta {
    background: url(../images/Instagram.svg) no-repeat center;
    background-size: contain
}

@media screen and (max-width:1279px) {
    .contacts {
        left: 15px
    }
}

@media screen and (max-width:1023px) {
    .contacts {
        position: static;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .info-screen {
        padding: 75px 0 20px
    }
    .docs-screen {
        padding: 90px 0 50px
    }
    .contacts {
        padding: 40px 15px
    }
}

@media screen and (max-width:767px) {
    .documents__doc a {
        max-width: 200px;
        margin: 0 auto
    }
}

.grecaptcha-badge {
    display: none;
}
.grecaptcha-terms {
    color: #555;
    font-size: 10px;
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
}
.grecaptcha-terms span {
    white-space: nowrap;
}