a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}
a:active,
a:hover {
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0;
}
audio,
img,
video {
    max-width: 100%;
    height: auto;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
iframe {
    border: 0;
}
textarea {
    resize: none;
    overflow: auto;
    vertical-align: top;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
button,
input,
select,
textarea {
    outline: none;
    border: none;
    font-size: 100%;
    margin: 0;
}
button,
input {
    line-height: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
    text-align: left;
}
html {
    line-height: 1.4;
    font-size: 18px;
    color: #101010;
    height: 100%;
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 15px;
    }
}
@media screen and (max-width: 480px) {
    html {
        font-size: 14px;
    }
}
body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
a {
    text-decoration: none;
}
li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section,
section {
    position: relative;
    height: 100vh;
}
.wrapper {
    margin: 0 auto;
    min-width: 100vh;
}
.content-wrapper,
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.container {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
}
@media screen and (max-width: 1024px) {
    .container {
        max-width: 768px;
    }
}
@media screen and (max-width: 768px) {
    .container {
        max-width: 480px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        max-width: 320px;
    }
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(/assets/fonts/MuseoSansCyrl_0.otf);
    font-weight: 300;
}
@font-face {
    font-family: Museo Sans Cyrl;
    src: url(/assets/fonts/MuseoSansCyrl_1.otf);
    font-weight: 400;
}
* {
    font-family: Museo Sans Cyrl;
    font-weight: 300;
}
a {
    color: #000;
}
.galery .ticket,
.ticket .text .button,
header .ticket,
.living .booking {
    height: 46px;
    border-top: 1px solid #bd8d4c;
    border-bottom: 1px solid #bd8d4c;
    position: relative;
    width: 180px;
}

.galery .ticket :after,
.galery .ticket :before,
.ticket .text .button :after,
.ticket .text .button :before,
header .ticket :after,
header .ticket :before ,
.living .booking:after,
.living .booking:before{
    content: "";
    width: 1px;
    height: 1px;
    position: absolute;
    background: #bd8d4c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.galery .ticket :after,
.ticket .text .button :after,
header .ticket :after,
.living .booking:after{
    right: 0;
    bottom: -1px;
}
.galery .ticket :before,
.ticket .text .button :before,
header .ticket :before,
.living .booking:before {
    left: 0;
    top: -1px;
}
.galery .ticket :hover:after,
.galery .ticket :hover:before,
.ticket .text .button :hover:after,
.ticket .text .button :hover:before,
header .ticket :hover:after,
header .ticket :hover:before,
.living .booking:hover:after,
.living .booking:hover:before{
    height: 102%;
    -webkit-transform: scaleY(1) !important;
    -ms-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    -webkit-transform-origin: bottom !important;
    -ms-transform-origin: bottom !important;
    transform-origin: bottom !important;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    height: 126px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    z-index: 4;
    background-color: #fff;
}
header.shadow {
    -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
}
header .nav ul li {
    display: inline;
    font-size: 16px;
    position: relative;
    margin: 0 26px;
    height: 46px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid #fff;
}
header .nav ul li a {
    color: #000;
}
header .nav ul li:hover {
    border-bottom: 1px solid #bd8d4c;
}
header .nav ul ul li {
    margin: 0;
    font-size: 14px;
    text-align: center;
    border: none;
}
header .nav ul ul li:hover a {
    color: #bd8d4c;
}
header .nav ul ul li:hover {
    border: none;
}
header .nav ul .sub > a:after {
    content: "";
    width: 10px;
    height: 6px;
    background: url(/assets/img/after.png);
    display: inline-block;
    margin: 0 0.5rem;
}
header .nav ul .sub:hover .submenu {
    visibility: visible;
    opacity: 1;
}
header .nav ul .submenu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    top: 102%;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
header .nav ul .submenu,
header .ticket a , .living .booking a{
    /*width: 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;
    padding: 0 15px;
}
header .ticket a ,.living .booking a{
    font-weight: 400;
    position: relative;
    height: 100%;
}
header .mobile_menu {
    display: none;
}
header .mobile_menu-triger {
    display: none;
    width: 25px;
    height: 17px;
    background-image: url(/assets/img/burger.png);
}
header .mobile_menu-close {
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 2.5rem;
    z-index: 100;
    background-image: url(/assets/img/close.png);
    background-size: contain;
}
header .mobile_menu-popup {
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #0e0d12;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    z-index: 9999;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
header .mobile_container {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 -2.5rem;
    background-color: rgba(0, 0, 0, 0.5);
}
main.section_container {
    padding-top: 126px;
}
main.section_container .enter_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main.section_container .enter_text .breadcrumb {
    font-size: 12px;
}
main.section_container .enter_text .breadcrumb li {
    display: inline-block;
}
main.section_container .enter_text .breadcrumb li a {
    color: #949597;
    font-size: 12px;
    font-family: Alegreya SC;
}
main.section_container .enter_text .breadcrumb li + li:before {
    padding: 8px;
    content: "○";
}
main.section_container .enter_text .breadcrumb li.active a {
    text-decoration: underline;
}
main.section_container .ticket .text {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main.news > div {
    max-width: 1062px;
    margin: 3rem auto;
}
main.news .ticket .text p {
    margin: 20px 0;
}
main.news .news_pagination ul li {
    display: inline-block;
    margin: 0.5rem;
    font-size: 16px;
    font-family: Alegreya SC;
    font-weight: 400;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main.news .news_pagination ul li a {
    cursor: pointer;
}
main.news .news_pagination ul li.active {
    background-color: #bd8d4c;
}
main.news .news_pagination ul li.active a {
    color: #fff;
}
main.news .news_pagination ul li.dots a {
    color: #bd8d4c;
}
main.news .news_pagination ul li.nav_button {
    background-color: #eee;
}
main.news .news_pagination ul li.nav_button .left {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
main.news .news_pagination ul li.nav_button .right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
main .content li,
main .content ol,
main .content ul {
    list-style-type: decimal;
    padding: revert;
}
main .content li li,
main .content ol li,
main .content ul li {
    padding-left: 1rem;
    margin: 1rem 0;
}
main .content li li::marker,
main .content ol li::marker,
main .content ul li::marker {
    color: #bd8d4c;
}
main .content ul li {
    list-style-type: disc;
}
main.news_page .content {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main.news_page .content > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
main.news_page .content .date {
    font-size: 16px;
    color: #979797;
}
main.news_page .content img {
    width: 75%;
    margin: 2rem auto;
}
main.news_page .content h1,
main.news_page .content h2,
main.news_page .content h3,
main.news_page .content h4,
main.news_page .content h5,
main.news_page .content h6 {
    font-family: Alegreya SC;
    font-weight: 500;
}
main.news_page .content h1 {
    font-size: 32px;
}
main.news_page .content h2 {
    font-size: 30px;
}
main.news_page .content h3 {
    font-size: 28px;
}
main.news_page .content h4 {
    font-size: 26px;
}
main.news_page .content h5 {
    font-size: 24px;
}
main.news_page .content h6 {
    font-size: 22px;
}
main.photo .content {
    margin: 3rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main.photo .content p {
    text-align: center;
}
main.photo .content .galery {
    margin-top: 2rem;
    width: 100%;
}
main.photo .content .galery:after {
    content: "";
    display: block;
    clear: both;
}
main.photo .content .galery .grid-sizer {
    width: 49%;
}
main.photo .content .galery .item {
    background-color: #faebd7;
    margin: 0;
}
main.photo .content .galery .item a > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
main.photo .content .galery .item.grid-item {
    margin-bottom: 0.5rem;
    height: 450px;
    width: 49%;
    display: inline-block;
}
main.photo .content .galery .item.grid-item--height2 {
    height: 345px;
}
main.photo .content .galery .item.grid-item--height3 {
    height: 400px;
}
main.photo .content .galery .item.grid-item--height4 {
    height: 360px;
}
main.photo .content .galery .item.grid-item--height5 {
    height: 264px;
}
main.photo .content .galery .item.grid-item--height6 {
    height: 334px;
}
main.photo .content .galery .item.grid-item--height7 {
    height: 547px;
}
main.living .content {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main.living .content p {
    margin: 2rem 0;
}
main.living .content h2,
main.living .content h4,
main.living .content h5 {
    font-size: 40px;
    font-family: Alegreya SC;
    font-weight: 500;
}
main.living .content .head {
    margin-top: 9rem;
    margin-bottom: 2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
}
main.living .content .head,
main.living .content .info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main.living .content .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
}
main.living .content .info .img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
main.living .content .info .img img:first-child {
    z-index: 2;
}
main.living .content .info .img img:nth-child(2) {
    z-index: 1;
}
main.living .content .info .text {
    text-align: left;
}
main.living .content .info > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
main.living .content .take-with {
    min-height: 322px;
    padding: 1rem 6rem;
    width: 100%;
    background-color: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
main.living .content .take-with h5 {
    font-size: 30px;
}
main.living .content .take-with li,
main.living .content .take-with ul {
    list-style-position: inside;
    padding: 0;
}
main.living .content .feature_include {
    margin: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px;
    width: 100%;
    text-align: left;
}
main.living .content .feature_include .text {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
    margin-right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main.living .content .feature_include .text h5 {
    font-size: 30px;
    margin-bottom: 25px;
}
main.living .content .feature_include .text .item {
    cursor: pointer;
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main.living .content .feature_include .text .item:last-child {
    margin-bottom: 0;
}
main.living .content .feature_include .text .item:hover > div:first-child svg path {
    fill: #f2f2f2;
}
main.living .content .feature_include .text .item:hover > div:first-child {
    border: 2px solid #bd8d4c;
}
main.living .content .feature_include .text .item > div:first-child {
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 92px;
    background-color: #f2f2f2;
}
main.living .content .feature_include .map {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
main.living .content .feature_include .map iframe {
    width: 100%;
    height: 100%;
}
main.living .content .comfort {
    text-align: left;
    margin-bottom: 70px;
}
main.living .content .comfort .place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main.living .content .comfort .place .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
}
main.living .content .comfort .place .item .booking{
    margin-top: auto;
}
main.living .content .comfort .place .item h6 {

    margin-bottom: 20px;
    font-size: 20px;
}
main.living .content .comfort .place .item span {
    font-size: 16px;
    margin: .5rem 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
main.living .content .comfort .place .item span.phone:last-of-type{
    margin-bottom: 50px;
}
main.living .content .comfort .place .item span:before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 0.5rem;
    display: inline-block;
    background-repeat: no-repeat;
}
main.living .content .comfort .place .item span.geo:before {
    background-image: url(/assets/img/geo.png);
}
main.living .content .comfort .place .item span.phone:before {
    background-image: url(/assets/img/phone.png);
}
main.living .content .comfort.base .place {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
main.living .content .comfort.base .place .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    margin-bottom:50px
}
main.road .variants {
    width: 100%;
}
main.road .variants,
main.road .variants .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main.road .variants .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
main.road .variants .item:hover > .img {
    background-color: #bd8d4c;
}
main.road .variants .item:hover > .img svg path {
    fill: #f2f2f2;
}
main.road .variants .item .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 144px;
    width: 144px;
    background-color: #f2f2f2;
}
main.road .variants .item h4 {
    font-size: 30px;
}
main.rules .bracers,
main.rules .other,
main.rules .safety {
    text-align: left;
    margin-top: 4rem;
}
main.rules .bracers .active,
main.rules .other .active,
main.rules .safety .active {
    color: #bd8d4c;
    font-weight: 400;
}
main.rules .take-with {
    margin-top: 2rem;
    height: auto !important;
    padding: 2rem 6rem !important;
}
main.rules .take-with h5:before {
    content: url(/assets/img/attention.png);
    margin-right: 1rem;
}
.fancybox-button {
    background: #bd8d4c;
    color: #fff;
}
.section_container {
    position: relative;
    height: 100%;
}
#section2 .ticket-img {
    height: auto !important;
}
.first-screen .middle_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.first-screen .middle_image img {
    position: absolute;
}
.first-screen .middle_image img:nth-child(2) {
    position: absolute;
    width: 735px;
    height: 232px;
    left: 0;
    right: 0;
    margin: auto;
    top: 269.31px;
}
.first-screen .knights {
    width: 75%;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1;
}
.first-screen .knights,
.first-screen .knights .left,
.first-screen .knights .play,
.first-screen .knights .right {
    position: absolute;
    bottom: 0;
    left: 0;
}
.first-screen .knights .right {
    right: 0;
    left: auto;
}
.first-screen .knights .play {
    width: 100px;
    height: 100px;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
}
.first-screen .cloud_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
}
.first-screen .cloud_main,
.first-screen .cloud_main img {
    position: absolute;
    bottom: 0;
}
.first-screen .cloud_main img:first-child {
    left: 0;
}
.first-screen .cloud_main img:nth-child(2) {
    bottom: 0;
}
.first-screen .cloud_main img:nth-child(3) {
    right: 0;
}
.first-screen .cloud_forward {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
}
.first-screen .cloud_forward img {
    position: absolute;
    bottom: 0;
}
.first-screen .cloud_forward img:nth-child(2) {
    right: 0;
}
.first-screen .mouse_move {
    position: absolute;
    bottom: 1rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    -webkit-animation: move_mouse 0.5s linear 1s infinite alternate;
    animation: move_mouse 0.5s linear 1s infinite alternate;
}
@-webkit-keyframes move_mouse {
    0% {
        bottom: 0.5rem;
    }
    to {
        bottom: 1.5rem;
    }
}
@keyframes move_mouse {
    0% {
        bottom: 0.5rem;
    }
    to {
        bottom: 1.5rem;
    }
}
.section_container > div {
    width: 65%;
    margin: 5rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.enter_text,
.enter_text h1 {
    font-size: 67px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #bd8d4c;
    font-family: Alegreya SC;
}
#section1 .section_container > div {
    margin: 0 auto;
    padding: 5rem !important;
}
.first-screen .section_container > div {
    margin: 0 auto;
    display: block;
}
.ticket > div {
    -ms-flex-preferred-size: 626px;
    flex-basis: 626px;
}
.ticket > div:first-child {
    padding-right: 6rem;
}
.ticket > div:nth-child(2) {
    text-align: center;
}
.ticket .text {
    z-index: 1;
}
.ticket .text h3 {
    font-family: Alegreya SC;
    font-weight: 500;
    font-size: 32px;
}
.ticket .text p {
    margin: 30px 0;
}
.ticket .text .button a {
    font-weight: 300;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ticket .text .info p {
    display: inline-block;
    font-size: 12px;
    margin-bottom: 0 !important;
    margin-top: 1rem;
}
.ticket .text .info p span {
    color: #bd8d4c;
}
.ticket .ticket-img {
    position: relative;
    width: 517px;
    height: 291px;
}
.ticket .ticket-img img:first-child {
    position: relative;
    z-index: 1;
}
.ticket .ticket-img img:nth-child(2) {
    position: absolute;
    max-width: none;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.welcome-screen {
    height: auto;
}
.welcome-screen .section_container {
    background-image: url(/assets/img/welcome_fon.jpg);
    background-size: cover;
    height: auto;
}
.ticket:nth-child(odd) > div:first-child {
    text-align: center;
    padding: 0;
}
.ticket:nth-child(odd) > div:nth-child(2) {
    padding-left: 2rem;
    text-align: start;
}
.text h3 {
    font-family: Alegreya SC;
    font-size: 40px;
    font-weight: 500;
}
.info .enter_text,
.info .ticket {
    margin: 0 auto;
}
.info .ticket .text {
    text-align: left;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info .ticket > img {
    position: absolute;
    z-index: -1;
}
.info .features {
    margin-top: 0;
}
.info .features,
.info .features > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info .features > div {
    background: #f2f2f2;
    height: 300px;
    border-left: 3px dashed #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out all;
    transition: all 0.2s ease-in-out;
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.info .features > div a {
    text-align: center;
}
.info .features > div:first-child {
    border-left: 3px solid #f2f2f2;
}
.info .features > div > * {
    margin: 0.5rem 0;
}
.info .features > div svg path {
    fill: #bd8d4c;
}
.info .features > div h4 {
    font-size: 20px;
    font-family: Alegreya SC;
    font-weight: 500;
}
.info .features > div p {
    font-size: 14px;
    text-align: center;
}
.info .features > div:hover {
    background: #bd8d4c;
    border-left: 3px solid #bd8d4c;
    color: #fff;
}
.info .features > div:hover svg path {
    fill: #fff;
}
.info .features > div:hover h4 {
    text-decoration: underline;
}
.info .program {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info .program .first-day,
.info .program .second-day {
    width: 100%;
}
.info .program .items {
    width: 100%;
    height: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.info .program .items,
.info .program .items > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.info .program .items > div {
    font-size: 16px;
    margin: 0.5rem 0;
    width: 50%;
    padding: 0 1rem;
}
.info .program .items > div > div {
    display: inline-block;
}
.info .program .items > div .time {
    color: #bd8d4c;
    padding-right: 1rem;
    white-space: nowrap;
    min-width: 110px;
}
.head {
    font-size: 26px;
    margin: 1rem 0;
}
.head,
.head h3 {
    font-family: Alegreya SC;
    font-weight: 500;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.head h3 {
    font-size: 40px;
    color: #bd8d4c;
}
.head:after,
.head:before {
    content: "";
    width: 50%;
    background-image: linear-gradient(to right, rgba(255,255,255,0) 20%,
    rgba(255,255,255,1)), url(/assets/img/main_program_after.png);
    display: inline-block;
    background-repeat: no-repeat;
    margin: 0 1rem;
    height: 9px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.head:before {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.galery .section_container {
    height: auto;
}
.galery .section_container > div {
    margin: auto;
}
.galery .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.galery .text > * {
    margin: 1rem 0;
}
.galery .ticket a {
    font-weight: 400;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.galery .photos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.galery .photos .item {
    width: 23%;
}
.item {
    margin: 0.5rem;
    position: relative;
}
.item .overlay,
.item .overlay img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: 0.2s ease-in all;
    transition: all 0.2s ease-in;
}
.item .overlay img {
    background: none;
}
.item .overlay img,
.item:hover .overlay {
    opacity: 1;
}
.rights {
    height: 30px;
    text-align: center;
    background-color: #000;
}
.rights p {
    display: inline-block;
    font-size: 12px;
    padding: 0 1rem;
}
.rights p,
.rights p a {
    color: #fff;
}
footer {
    height: 346px;
    padding-bottom: 1rem;
    background-image: url(/assets/img/footer.png);
    background-position: 50%;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
footer,
footer .links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
footer .links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 50%;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
footer .links > * {
    width: 165px;
}
footer > .logo {
    display: none;
}
footer h4 {
    color: #bd8d4c;
    font-size: 20px;
    font-family: Alegreya SC;
    font-weight: 500;
    margin: 1rem 0;
}
footer .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer .items a {
    color: #979797;
    font-size: 14px;
    margin: 0.5rem 0;
}
@media (max-width: 1440px) {
    .section_container > div {
        width: 85%;
    }
    .ticket > div:first-child {
        padding-right: 2rem;
    }
    .ticket:nth-child(odd) > div:nth-child(2) {
        padding-left: 2rem;
        text-align: start;
    }
    #section1 .section_container > div {
        margin: 0 auto;
        padding: 2rem !important;
    }
}
@media (max-width: 1320px) {
    .ticket .text p {
        margin: 15px 0;
    }
}
@media (max-width: 1024px) {
    main.living .content .info {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    main.living .content .info .img img:first-child {
        z-index: 2;
        position: relative;
    }
    main.living .content > img {
        width: 100%;
    }
    .first-screen .knights {
        width: 95%;
    }
    .ticket .text h3 {
        font-size: 25px;
    }
    footer .links > * {
        width: auto;
    }
    header > .nav,
    header > .ticket {
        display: none;
    }
    .info .program .items {
        height: 400px;
    }
    .mobile_menu {
        display: block !important;
    }
    header .mobile_menu-triger {
        display: block;
    }
    header .mobile_menu-item-nav {
        margin: auto;
    }
    header {
        padding: 0 4rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    header li a {
        color: #fff;
        font-size: 28px;
    }
    header .ticket {
        width: auto;
        margin: 1rem auto;
    }
    header .ticket a {
        color: #fff;
        font-size: 28px;
    }
    header .sub > a:after {
        content: "";
        width: 10px;
        height: 6px;
        background: url(/assets/img/after.png);
        display: inline-block;
        margin: 0 0.5rem;
    }
    header .submenu {
        padding-left: 1rem;
    }
}
@media (max-width: 768px) {
    main.living .comfort .place {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    main.living .comfort .place,
    main.road .variants {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .knights .left img,
    .knights .right img {
        text-align: right;
        width: 75%;
    }
    .knights .right img {
        float: right;
    }
    .ticket {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ticket .ticket-img {
        width: 100%;
        height: 100%;
    }
    .ticket > img {
        left: 0;
        right: 0;
    }
    .ticket > div {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        padding: 1rem 0;
    }
    .ticket > div.text {
        padding-right: 0;
        padding-left: 0 !important;
    }
    .ticket:nth-child(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .info .text h3 {
        font-size: 30px;
    }
    .info .features {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .info .features > div {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .info .features > div:nth-child(3) {
        border: none;
    }
    .info .features > div:nth-child(3),
    .info .features > div:nth-child(4) {
        border-top: 3px dashed #fff;
    }
    .info .program .items {
        height: auto;
    }
    .info .program .items > div {
        width: auto;
    }
    footer .links {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    footer .links > * {
        padding: 0 1rem;
    }
    .enter_text,
    .enter_text h1 {
        font-size: 55px;
    }
    main.living .content .feature_include {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    main.living .content .feature_include .text {
        margin: 0 0 2rem;
    }
    main.living .content .feature_include .map {
        min-height: 400px;
    }
    .galery .photos .item {
        width: 100%;
        text-align: center;
    }
    main.living .content .comfort .place {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
@media (max-width: 630px) {
    .knights .left,
    .knights .right {
        display: none;
    }
    .grid-item,
    .grid-sizer {
        width: 100% !important;
    }
    main.living .content .take-with {
        height: auto;
        padding: 0 0.5rem;
    }
    .enter_text {
        line-height: 1;
    }
    #section1 .section_container > div {
        margin: 0 auto;
        padding: 1rem !important;
    }
    .text h3 {
        line-height: 1;
    }
    footer h4 {
        margin: 0;
    }
    footer .logo {
        display: none;
    }
    footer > .logo {
        display: block;
    }
    footer > .logo img {
        height: 100px;
    }
    .rights {
        height: auto;
    }
    main.living .content .feature_include .text .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .head h3 {
        font-size: 33px;
    }
}
@media (max-width: 425px) {
    .head h3 {
        font-size: 33px;
    }
    .enter_text,
    .enter_text h1 {
        font-size: 44px;
    }
    main.living .content h2,
    main.living .content h4,
    main.living .content h5 {
        font-size: 27px;
        line-height: 1;
    }
    main.living .head:after,
    main.living .head:before {
        display: none;
    }
    main.living .head h3 {
        font-size: 25px;
    }
    main.rules .take-with {
        padding: 1rem 0.5rem !important;
    }
    main.rules .take-with p {
        margin-bottom: 0;
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
}
.fp-scrollable {
    position: relative;
}
.fp-scrollable,
.fp-scroller {
    overflow: hidden;
}
.iScrollIndicator {
    border: 0 !important;
}
.fp-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0);
}
#fp-nav.fp-right {
    right: 17px;
}
#fp-nav.fp-left {
    left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
    bottom: 17px;
}
.fp-slidesNav.fp-top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li:hover a.active span,
#fp-nav ul li a.active span,
.fp-slidesNav ul li:hover a.active span,
.fp-slidesNav ul li a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav.fp-show-active a.active + .fp-tooltip,
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}
.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
