<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&amp;display=swap&amp;subset=cyrillic-ext);

#header {
    background: #00a8ac;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    border-bottom: 1px solid #1ab1b4
}

#header .container {
    max-width: 1200px
}

#header .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header .logo {
    width: 180px;
    margin: 2px 24px 0
}

#header .logo.logo-sm {
    display: none
}

#header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#header .logo img {
    width: 100%;
    height: auto
}

#header .lang-link {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 6px
}

#nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#nav #open-menu {
    display: none
}

#nav .menu-holder {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#nav .toogle-menu {
    z-index: 61;
    width: 36px;
    height: 18px;
    text-indent: -99999px;
    display: none;
    position: relative;
    cursor: pointer
}

#nav .toogle-menu span {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff
}

#zxc {
    text-align: center;
}

#nav .toogle-menu span.t {
    top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top .25s cubic-bezier(.4, .01, .165, .99) .3s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    transition: top .25s cubic-bezier(.4, .01, .165, .99) .3s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    -o-transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s
}

#nav .toogle-menu span.c {
    top: 8px;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

#nav .toogle-menu span.b {
    top: 16px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: top .25s cubic-bezier(.4, .01, .165, .99) .3s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    transition: top .25s cubic-bezier(.4, .01, .165, .99) .3s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
    -o-transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s, top .25s cubic-bezier(.4, .01, .165, .99) .3s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s
}

#nav #open-menu:checked + .toogle-menu span.t {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .25s cubic-bezier(.4, .01, .165, .99) 0s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: top .25s cubic-bezier(.4, .01, .165, .99) 0s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .3s;
    -o-transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .3s
}

#nav #open-menu:checked + .toogle-menu span.c {
    opacity: 0
}

#nav #open-menu:checked + .toogle-menu span.b {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: top .25s cubic-bezier(.4, .01, .165, .99) 0s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .3s;
    transition: top .25s cubic-bezier(.4, .01, .165, .99) 0s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .3s;
    -o-transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s;
    transition: transform .25s cubic-bezier(.4, .01, .165, .99) .3s, top .25s cubic-bezier(.4, .01, .165, .99) 0s, -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .3s
}

#nav .menu {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

#nav .menu li a {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 20px 24px;
    -webkit-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease
}

#nav .menu li a:hover {
    background: rgba(255, 255, 255, .3)
}

.list-net {
    font-size: 0;
    line-height: 0
}

.list-net li {
    display: inline-block;
    margin: 0 0 0 6px;
    width: 30px;
    height: 30px
}

.list-net .icon {
    position: relative;
    text-indent: -9999px;
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #fafafa;
    background-color: #00a8ac;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.list-net .icon:after {
    content: '';
    position: absolute;
    display: block;
    clear: both;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #fafafa;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.list-net .icon:hover:after {
    opacity: 1
}

.list-net .icon-fb {
    background-image: url(../images/icon-fb.svg)
}

.list-net .icon-fb:after {
    background-image: url(../images/icon-fb-hover.svg)
}

.list-net .icon-vk {
    background-image: url(../images/icon-vk.svg)
}

.list-net .icon-vk:after {
    background-image: url(../images/icon-vk-hover.svg)
}

@media (max-width: 1280px) {
    #nav .menu li a {
        padding: 20px 15px;
        font-size: 14px;
        line-height: 16px
    }

    #header .logo {
        width: 167px
    }
}

@media (min-width: 1025px) {
    #nav .menu-holder {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width: 1024px) {
    #header {
        padding: 10px 0
    }

    #header .logo.logo-lg {
        display: none
    }

    #header .logo.logo-sm {
        display: block;
        margin: 0 auto 0 0;
        background: #00a8ac;
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px)
    }

    #nav .menu-holder {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #header .inner {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    #nav {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit
    }

    #nav .menu {
        display: block
    }

    #nav .menu li a {
        padding: 15px
    }

    #nav .toogle-menu {
        display: block;
        position: relative;
        z-index: 1001;
        margin: 0 0 0 20px
    }

    #nav .menu:first-child {
        margin-top: 50px
    }

    #nav .menu-holder {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        z-index: 1000;
        height: 0;
        background: #00a8ac;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        overflow: hidden;
        -webkit-transition: height .2s ease;
        -o-transition: height .2s ease;
        transition: height .2s ease
    }

    #nav #open-menu:checked ~ .menu-holder {
        height: 100vh
    }

    .open #nav .menu {
        opacity: 1
    }

    #header .lang-link, #header .logo {
        position: relative;
        z-index: 1001
    }

    #header .lang-link {
        font-weight: 400
    }
}

body, html {
    height: 100%;
    margin: 0
}

body {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0;
    min-width: 320px
}

fieldset, form {
    margin: 0;
    padding: 0;
    border-style: none
}

button, input, select, textarea {
    vertical-align: middle;
    font: 16px/22px Montserrat, sans-serif
}

button, input {
    line-height: normal
}

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

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

button, input[type=button], input[type=checkbox], input[type=radio], input[type=reset], input[type=submit], label, select {
    cursor: pointer
}

textarea {
    overflow: auto;
    vertical-align: top
}

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

figure {
    margin: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

a {
    text-decoration: none;
    color: #fff
}

a:hover {
    text-decoration: none
}

a:focus, a:hover {
    outline: 0;
    outline: 0
}

p {
    margin: 0 0 18px
}

form {
    position: relative;
    margin: 0;
    width: 100%
}

form input[type=email], form input[type=password], form input[type=text] {
    height: 31px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 10px 7px;
    border: 1px solid #849bc9;
    border-radius: 4px;
    color: #5c70ac;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none
}

form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder {
    color: #5c70ac
}

form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=text]::-moz-placeholder {
    color: #5c70ac
}

form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder {
    color: #5c70ac
}

form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder {
    color: #5c70ac
}

form input[type=email]::placeholder, form input[type=password]::placeholder, form input[type=text]::placeholder {
    color: #5c70ac
}

#wrapper {
    overflow: hidden;
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: relative
}

.container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px
}

#main {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    z-index: 2
}

h1, h2 {
    font-size: 50px;
    line-height: 61px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px
}

h3 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px
}

h4 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 30px
}

p {
    margin: 0 0 20px
}

.top-intro {
    position: relative;
    background: url(../images/top-intro-bg.jpg) no-repeat 50% 0;
    background-size: cover;
    padding: 65px 0 0;
    text-align: center;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.top-intro .container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top-intro .hold-img img {
    display: block;
    width: 100%;
    height: auto
}

.top-intro .intro-inner {
    position: absolute;
    top: 57px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 510px
}

.top-intro .intro-logo {
    height: 45vh;
    max-height: 500px;
    margin: 60px auto 75px
}

.top-intro .intro-logo img, .top-intro .intro-logo svg {
    width: auto;
    height: 100%
}

.top-intro h1 {
    font-size: 50px;
    line-height: 1;
    text-align: center;
    margin: 0 0 25px;
    font-weight: 600;
    letter-spacing: 5px
}

.top-intro .event-date {
    display: block;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 47px
}

.top-intro .intro-slogan {
    display: block;
    font-size: 46px;
    line-height: 1.2;
    margin: 0 0 44px
}

.text-section {
    background: #00a8ac url(../images/dragon.svg) 101.25% 0 no-repeat;
    padding: 80px 0
}

.text-section .hold-text {
    max-width: 415px;
    margin: 0 auto
}

.img-section {
    position: relative
}

.img-section .hold-img img {
    display: block;
    width: 100%;
    height: auto
}

.road-section {
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.road-section .info-box {
    width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 80px 0 40px
}

.road-section .info-box .column {
    max-width: 569px;
    padding: 0 30px 0 115px
}

.road-section .info-box h2 {
    text-align: left;
    margin: 0 0 54px
}

.road-section .img-box {
    width: 45%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.road-gallery {
    position: relative
}

.road-gallery .gallery-holder {
    width: 100%;
    position: relative
}

.road-gallery .gallery-holder &gt; ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (min-width: 641px) {
    .road-gallery .gallery-holder &gt; ul {
        left: 0 !important
    }
}

.road-gallery .gallery-holder &gt; ul li {
    margin: 0 0 33px
}

.road-gallery .gallery-holder &gt; ul li:after {
    content: '';
    display: block;
    clear: both
}

@media (min-width: 641px) {
    .road-gallery .gallery-holder &gt; ul li {
        width: 100% !important
    }
}

.road-gallery .gallery-holder &gt; ul li .hold-icon {
    float: left;
    width: 70px;
    margin: 0 0 0 -102px
}

.road-gallery .gallery-holder &gt; ul li .hold-icon img {
    width: 100%;
    height: auto
}

.road-gallery .gallery-holder &gt; ul li .title {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px
}

.road-gallery .gallery-holder &gt; ul li a {
    color: #2d9cdb;
    text-decoration: none;
    font-weight: 500
}

.road-gallery .galnav-hold {
    display: none
}

.spirit-section {
    padding: 200px 0;
    color: #333
}

.spirit-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px
}

.spirit-section .row .col {
    width: 50%;
    padding: 0 15px
}

.spirit-section .row .col:nth-child(1) {
    margin: -90px 0 0
}

.spirit-section h2 {
    text-align: left;
    margin: 0 0 29px;
    padding-left: -webkit-calc(50% + 15px);
    padding-left: calc(50% + 15px)
}

.spirit-section .hold-img {
    margin: 0;
    width: 100%
}

.spirit-section .hold-img img {
    width: 100%;
    height: auto
}

.place-section {
    padding-bottom: 0
}

.place-section h2 {
    margin: 0
}

.place-section .subtitle {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 100px
}

.place-section .hold-video {
    margin: 0 0 47px;
    position: relative;
    height: 0;
    padding-top: 57.5%
}

.place-section .hold-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.place-section .media-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.place-section .media-list li {
    width: 25%
}

.place-section .media-list li img {
    display: block;
    width: 100%;
    height: auto
}

.place-section .place-info {
    padding: 100px 0 80px
}

.place-section h3 {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    margin: 0 0 20px
}

.place-section .column-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.place-section .get-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 70px
}

.place-section .get-box .get-btn {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    padding: 5px 52px;
    border-radius: 16px;
    background: rgba(250, 250, 250, .25);
    border: 2px solid #fafafa;
    margin: 0 0 0 23px;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.place-section .get-box .get-btn:hover {
    color: #00a8ac;
    background: #fafafa
}

.place-section .get-box address {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 0 30px;
    max-width: 250px;
    background: url(../images/pin.svg) 0 50% no-repeat
}

@media (max-width: 1024px) {
    .road-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .road-section .info-box {
        width: inherit;
        padding: 40px 0 20px
    }

    .road-section .info-box .column {
        max-width: inherit
    }

    .road-section .info-box h2 {
        margin: 0 0 20px
    }

    .road-section .img-box {
        display: none
    }
}

@media (max-width: 640px) {
    .road-section .info-box {
        display: block;
        padding: 39px 15px
    }

    .road-section .info-box .column {
        padding: 0
    }

    .road-section .info-box h2 {
        font-weight: 500;
        text-align: center;
        margin: 0 0 14px
    }

    .road-gallery {
        overflow: hidden;
        margin: 0 -15px
    }

    .road-gallery .gallery-holder {
        overflow: hidden
    }

    .road-gallery .gallery-holder &gt; ul {
        width: 99999px;
        overflow: hidden;
        padding: 10px 0;
        counter-reset: item
    }

    .road-gallery .gallery-holder &gt; ul li {
        float: left;
        width: 500px;
        background: #fff;
        margin: 0;
        position: relative
    }

    .road-gallery .gallery-holder &gt; ul li:before {
        content: counters(item, ".", decimal) "";
        counter-increment: item;
        position: absolute;
        top: 15px;
        right: 15px;
        background: #00a8ac;
        font-size: 20px;
        line-height: 23px;
        font-weight: 500;
        height: 40px;
        width: 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 0 5px;
        color: #fff
    }

    .road-gallery .gallery-holder &gt; ul li .slide-hold {
        -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, .07);
        box-shadow: 5px 5px 15px rgba(0, 0, 0, .07);
        margin: 15px;
        padding: 40px 18px 18px;
        border-radius: 5px
    }

    .road-gallery .gallery-holder &gt; ul li .hold-icon {
        display: none
    }

    .road-gallery .gallery-holder &gt; ul li .title {
        margin: 0 0 16px
    }

    .road-gallery .galnav-hold {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px
    }

    .road-gallery .galnav-hold span {
        display: block;
        width: 40px;
        height: 40px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 3px solid #00a8ac;
        border-radius: 50%;
        background: #fff url(../images/arrow.svg) 50% 50% no-repeat;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease
    }

    .road-gallery .galnav-hold span.prev {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .road-gallery .galnav-hold span.disabled {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
        opacity: .4
    }

    .road-gallery .galnav-hold span.disabled.prev {
        -webkit-transform: rotate(180deg) scale(.8);
        -ms-transform: rotate(180deg) scale(.8);
        transform: rotate(180deg) scale(.8)
    }
}

@media (max-width: 1280px) {
    .top-intro .intro-logo {
        margin: 0 auto 35px
    }

    .top-intro h1 {
        font-size: 40px;
        letter-spacing: 2px
    }

    .top-intro .event-date {
        margin: 0 0 15px
    }

    .top-intro .intro-slogan {
        font-size: 35px;
        margin: 0 0 15px
    }
}

@media (max-width: 1024px) {
    .top-intro h1 {
        font-size: 30px
    }

    .top-intro .event-date {
        font-size: 20px
    }

    .top-intro .intro-slogan {
        font-size: 26px
    }
}

@media (max-width: 640px) {
    .top-intro {
        padding: 105px 0 10px
    }

    .top-intro .container {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .top-intro .intro-logo {
        height: 40vh
    }

    .top-intro h1 {
        font-size: 26px
    }

    .top-intro .event-date {
        font-size: 20px
    }

    .top-intro .intro-slogan {
        margin-top: auto
    }
}

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

.aft {
    content: "";
    display: block;
    clear: both
}

.ti {
    text-indent: -9999px;
    overflow: hidden
}

.dib {
    display: inline-block;
    vertical-align: top
}

.borderb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a[href^=mailto] {
    text-decoration: underline;
    font-weight: 500;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

a[href^=mailto]:hover {
    color: #2f80ed
}

.join-travel {
    padding: 89px 0 150px;
    background: url(../images/bg-img.png) 50% 0 no-repeat;
    background-size: cover;
    text-align: center
}

.join-travel h2 {
    margin: 0
}

.join-travel .subtitle {
    font-size: 32px;
    line-height: 39px;
    font-weight: 400
}

.join-travel .hold-title {
    margin: 0 0 161px
}

.join-travel .list-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 60px
}

.join-travel .member {
    width: 33.333333%;
    padding: 0 40px;
    margin: 0 0 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.join-travel .member a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px 10px;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 32px;
    line-height: 39px
}

.join-travel .member a:hover {
    background: #fff;
    color: #333
}

.join-travel .cooperation {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 30px
}

.line-up-section h2 {
    margin: 0 0 88px
}

.line-up-section .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 70px
}

.line-up-section .row .col {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

.line-up-section .row .col:nth-child(2) {
    padding-left: 100px
}

.line-up-section .event-title, .line-up-section .title {
    font-size: 28px;
    line-height: 34px
}

.line-up-section .title {
    display: block;
    margin: 0 0 25px
}

.line-up-section .event-title {
    font-weight: 500
}

.line-up-section .hold-scene {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.line-up-section .scene-title {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500
}

.line-up-section .scene-info {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300
}

.line-up-section .scene {
    padding: 20px 30px 0;
    text-align: center
}

.line-up-section .scene .hold-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 7px
}

.line-up-section .scene .hold-img img {
    width: 100%;
    height: auto
}

.line-up-section .list-event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 100px
}

.line-up-section .list-event li {
    width: 25%;
    padding: 0 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.line-up-section .event-logo {
    margin: 0 0 5px;
    height: 99px
}

.line-up-section .event-logo img {
    height: 100%;
    max-height: 100%;
    width: auto
}

.history-intro {
    padding: 139px 0 58px;
    color: #333
}

.history-intro h4 {
    text-align: left;
    margin: 0 0 53px;
    padding-left: -webkit-calc(50% + 15px);
    padding-left: calc(50% + 15px)
}

.history-intro .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 122px
}

.history-intro .row .col {
    width: 50%;
    padding: 0 15px
}

.history-intro .row .col:nth-child(1) {
    margin: -92px 0 0
}

.history-intro .row p {
    margin: 0 0 12px
}

.history-intro .row .hold-img {
    width: 100%;
    max-width: 470px
}

.history-intro .row .hold-img img {
    width: 100%;
    height: auto
}

.history-intro .photo-gallery .gallery-holder ul {
    margin: 0 0 0 -90px
}

.history-intro .photo-gallery .gallery-holder ul .hold-img {
    margin: 0 30px
}

.photo-gallery {
    width: 100%;
    overflow: hidden;
    position: relative
}

.photo-gallery a.link-next, .photo-gallery a.link-prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 16px;
    height: 30px;
    margin: -15px 0 0;
    background: url(../images/chevron_left.svg) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 100;
    opacity: 1;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    display: none
}

.photo-gallery a.link-next.disabled, .photo-gallery a.link-prev.disabled {
    opacity: .5
}

.photo-gallery a.link-next {
    left: auto;
    right: 15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-position: 0 0
}

.photo-gallery .gallery-holder {
    width: 100%;
    position: relative;
    overflow: hidden
}

.photo-gallery .gallery-holder ul {
    width: 99999999px;
    position: relative;
    padding: 0;
    list-style: none;
    overflow: hidden
}

.photo-gallery .gallery-holder ul li {
    float: left;
    position: relative;
    overflow: hidden
}

.photo-gallery .gallery-holder ul .hold-img {
    display: block
}

.photo-gallery .gallery-holder ul .hold-img img {
    display: block;
    width: 100%;
    height: auto
}

.reg-fee-section {
    text-align: center
}

.reg-fee-section h3 {
    margin: 0 0 21px
}

.reg-fee-section h4 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 500;
    margin: 0 0 6px
}

.reg-fee-section .subtitle {
    display: block;
    font-weight: 400
}

.reg-fee-section .asterisk {
    color: #eb5757
}

.reg-fee-section .hold-title {
    margin: 0 0 36px
}

.reg-fee-section .hold-title .subtitle {
    font-size: 32px;
    line-height: 39px
}

.reg-fee-section .after-pay p, .reg-fee-section .hold-info, .reg-fee-section .list-payment {
    text-align: left
}

.reg-fee-section .hold-info {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 48px
}

.reg-fee-section .hold-payinfo {
    margin: 0 0 46px
}

.reg-fee-section .hold-payinfo .title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 6px
}

.reg-fee-section .hold-payinfo .subtitle {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 48px
}

.reg-fee-section .hold-payinfo .subtitle strong {
    font-weight: 400
}

.reg-fee-section .hold-payment {
    margin: 0 0 80px
}

.reg-fee-section .hold-payment p {
    width: 100%;
    max-width: 805px;
    margin: 0 auto;
    text-align: left
}

.reg-fee-section .hold-payment .title-block {
    display: block;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 30px
}

.reg-fee-section .list-payment {
    width: 100%;
    max-width: 365px;
    margin: 0 auto 22px
}

.reg-fee-section .list-payment li {
    position: relative;
    padding: 0 0 13px;
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reg-fee-section .list-payment li a {
    text-decoration: none
}

.reg-fee-section .list-payment li:after {
    content: '';
    position: absolute;
    display: block;
    clear: both;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.5px;
    border-radius: 2px;
    background: #fff;
    opacity: .5
}

.reg-fee-section .list-payment li:last-child {
    margin: 0;
    padding: 0
}

.reg-fee-section .list-payment li:last-child:after {
    display: none
}

.reg-fee-section .logo-payment {
    display: inline-block;
    width: 156px;
    height: 25px
}

.reg-fee-section .logo-payment img {
    height: 100%;
    width: auto
}

.reg-fee-section .after-pay {
    margin: 0 0 90px
}

.reg-fee-section .after-pay .title-block {
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 70px
}

.reg-fee-section .hold-btn {
    margin: 0 0 50px;
    text-align: center
}

.reg-fee-section .btn {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    padding: 16px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #fafafa;
    border-radius: 16px;
    background: #3ebcbf;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out
}

.reg-fee-section .btn:hover {
    color: #00a8ac;
    background: #fafafa
}

#footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 80px 0 74px;
    color: #333
}

#footer h3 {
    font-weight: 500;
    margin: 0 0 41px
}

#footer .hold-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0
}

#footer .logo-item {
    margin: 0 32px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#footer .logo-item img {
    display: block;
    width: 100%;
    max-width: 180px;
    height: auto;
    max-height: 120px;
    margin: 0 auto
}

@media (max-width: 1280px) {
    h1, h2 {
        font-size: 38px;
        line-height: 46px
    }

    h3 {
        font-size: 34px;
        line-height: 40px
    }

    h4 {
        font-size: 24px;
        line-height: 32px
    }

    .spirit-section {
        padding: 100px 0
    }

    .join-travel {
        padding: 60px 0 120px
    }

    .join-travel h2 {
        margin: 0 0 15px
    }

    .join-travel .subtitle {
        font-size: 24px;
        line-height: 30px
    }

    .join-travel .hold-title {
        margin: 0 0 100px
    }

    .join-travel .list-member {
        margin: 0 0 60px
    }

    .join-travel .member {
        margin: 0 0 50px
    }

    .join-travel .member a {
        padding: 12px 20px;
        font-size: 28px;
        line-height: 34px
    }

    .line-up-section {
        padding: 60px 0 100px
    }

    .line-up-section h2 {
        margin: 0 0 50px
    }

    .line-up-section .row {
        margin: 0 0 70px
    }

    .line-up-section .title {
        font-size: 24px;
        line-height: 30px
    }

    .line-up-section .list-event li {
        padding: 40px
    }

    .history-intro {
        padding: 50px 0 56px
    }

    .history-intro h4 {
        margin: 0 0 30px
    }

    .history-intro .row {
        margin: 0 0 60px
    }

    .place-section h2 {
        margin: 0 0 9px
    }

    .place-section .place-info {
        padding: 60px 0
    }

    .place-section .subtitle {
        margin: 0 0 50px
    }
}

@media (max-width: 1024px) {
    .join-travel .member {
        width: 50%
    }

    .line-up-section {
        padding: 50px 0 30px
    }

    .line-up-section h2 {
        margin: 0 0 30px
    }

    .line-up-section .row {
        display: block;
        margin: 0 0 70px
    }

    .line-up-section .row .col {
        width: 100%
    }

    .line-up-section .row .col:nth-child(2) {
        padding-left: 0
    }

    .line-up-section .list-event {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 50px
    }

    .line-up-section .list-event li {
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #footer {
        padding: 50px 0
    }

    #footer h3 {
        margin: 0 0 30px
    }

    #footer .hold-logo {
        padding: 0 0 20px
    }

    .place-section {
        padding: 45px 0 0
    }

    .place-section .media-list li {
        width: 50%
    }

    .place-section .get-box {
        margin: 0 0 30px
    }

    .reg-fee-section {
        padding: 30px 0
    }

    .reg-fee-section .after-pay {
        margin: 0 0 40px
    }
}

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

    h3 {
        font-size: 26px;
        line-height: 32px
    }

    h4 {
        font-size: 20px;
        line-height: 24px
    }

    .spirit-section {
        padding: 45px 0 9px
    }

    .spirit-section h2 {
        text-align: center;
        padding: 0
    }

    .spirit-section .row {
        display: block;
        margin: 0
    }

    .spirit-section .row .col {
        width: 100%;
        padding: 0
    }

    .spirit-section .row .col:nth-child(1) {
        margin: 0
    }

    .spirit-section .hold-img {
        margin: 0 auto 32px
    }

    .place-section h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 500
    }

    .place-section .subtitle {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 27px
    }

    .place-section .hold-video {
        margin: 0 -15px 40px;
        padding-top: 63.45%
    }

    .place-section .media-list {
        margin: 0 0 40px
    }

    .place-section .column-text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        margin: 0 0 28px
    }

    .place-section .get-box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .join-travel {
        padding: 30px 0 43px
    }

    .join-travel h2 {
        margin: 0 0 30px
    }

    .join-travel .subtitle {
        font-size: 18px;
        line-height: 22px
    }

    .join-travel .hold-title {
        margin: 0 0 69px
    }

    .join-travel .list-member {
        margin: 0 0 35px
    }

    .join-travel .member {
        margin: 0 0 40px
    }

    .join-travel .member a {
        padding: 9px 20px;
        font-size: 26px;
        line-height: 32px
    }

    .join-travel .cooperation {
        font-size: 18px;
        line-height: 23px;
        text-align: left
    }

    .line-up-section .event-title, .line-up-section .title {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500
    }

    .line-up-section .list-event {
        margin: 0 0 30px
    }

    .history-intro h4 {
        text-align: center;
        padding: 0;
        margin: 0 0 26px
    }

    .history-intro .row {
        display: block;
        margin: 0 0 35px
    }

    .history-intro .row .col {
        width: 100%;
        padding: 0
    }

    .history-intro .row .col:nth-child(1) {
        margin: 0
    }

    .history-intro .row .hold-img {
        margin: 0 auto 23px;
        max-width: 160px
    }

    .history-intro .photo-gallery .gallery-holder ul {
        margin: 0 0 0 -10px
    }

    .history-intro .photo-gallery .gallery-holder ul .hold-img {
        margin: 0 10px
    }

    .reg-fee-section h3 {
        margin: 0
    }

    .reg-fee-section h4 {
        font-size: 23px;
        line-height: 28px;
        margin: 0 0 12px
    }

    .reg-fee-section .hold-title {
        margin: 0 0 40px
    }

    .reg-fee-section .hold-title .subtitle {
        font-size: 20px;
        line-height: 24px
    }

    .reg-fee-section .hold-info {
        margin: 0 0 62px
    }

    .reg-fee-section .hold-payinfo .subtitle {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 78px
    }

    .reg-fee-section .hold-payinfo .sub-info {
        display: none
    }

    .reg-fee-section .hold-payment {
        margin: 0 0 35px
    }

    .reg-fee-section .hold-payment .title-block {
        display: none
    }

    .reg-fee-section .hold-btn {
        margin: 0 0 40px
    }

    .reg-fee-section .list-payment {
        margin-bottom: 75px
    }

    .reg-fee-section .after-pay .title-block {
        margin: 0 0 35px
    }

    .reg-fee-section .btn {
        font-size: 16px;
        line-height: 20px;
        padding: 20px 15px
    }
}

@media (max-width: 640px) {
    .join-travel .member {
        width: 100%;
        padding: 0
    }

    .line-up-section .row {
        margin: 0 0 30px
    }

    .line-up-section .hold-scene {
        display: block
    }

    .line-up-section .scene {
        padding: 30px
    }

    .line-up-section .list-event li {
        padding: 15px
    }

    .line-up-section .event-logo {
        height: 70px
    }

    .line-up-section .event-title {
        font-size: 18px;
        line-height: 24px
    }

    .history-intro .photo-gallery .gallery-holder ul {
        margin: 0
    }

    .place-section .place-info {
        padding: 40px 0 50px
    }

    .place-section .get-box {
        display: block
    }

    .place-section .get-box address {
        margin: 0 0 28px
    }

    .place-section .get-box .get-btn {
        margin: 0;
        display: block;
        text-align: center
    }

    .contact-mail {
        display: block;
        padding: 16px 0 0
    }

    .contact-mail a {
        font-weight: 600
    }

    .photo-gallery a.link-next, .photo-gallery a.link-prev {
        display: block
    }

    .photo-gallery .gallery-holder ul {
        margin: 0
    }

    .photo-gallery .gallery-holder ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .photo-gallery .gallery-holder ul .hold-img {
        margin: 0
    }

    .photo-gallery .gallery-holder ul .hold-img img {
        height: 400px;
        width: auto
    }

    #footer .hold-logo {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #footer .logo-item {
        margin: 0;
        padding: 30px;
        width: 50%
    }
}

@media (max-width: 480px) {
    .reg-fee-section .logo-payment {
        height: 20px;
        width: 137px
    }

    .reg-fee-section .list-payment li {
        font-size: 14px;
        line-height: 17px
    }

    .reg-fee-section .btn {
        display: block
    }

    #footer .logo-item {
        padding: 15px
    }

    #footer .logo-item img {
        max-width: 135px;
        max-height: 92px
    }
}

@media (min-width: 641px) {
    .history-intro .photo-gallery .gallery-holder ul li {
        width: 420px !important
    }

    .place-section .photo-gallery .gallery-holder ul {
        width: 100% !important;
        left: 0 !important
    }

    .place-section .photo-gallery .gallery-holder ul li {
        width: 50% !important
    }
}

@media (min-width: 1024px) {
    .history-intro .photo-gallery .gallery-holder ul li {
        width: 540px !important
    }

    .place-section .photo-gallery .gallery-holder ul li {
        width: 25% !important
    }
}

/*# sourceMappingURL=../maps/main.min.css.map */
</pre></body></html>