@charset "utf-8";
/* CSS Document */

/* fonts start */

@font-face {font-family: 'TextPro'; src: url('/res/resources/fonts/stolzl-light.woff2') format('woff2'), url('/res/resources/fonts/stolzl-light.woff') format('woff'), url('/res/resources/fonts/stolzl-light.ttf') format('truetype'); font-weight: normal; font-style: normal;}

/* fonts finish */

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

* html .page_container {
    height: 100%;
}

.page_container {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: 430px;
    margin: 0 auto;
    background: #6998AB;
}

.place_header {
    width: 50%;
    margin-top: 40px;
}

.place_header_title {
    font-family: 'TextPro';
    letter-spacing: 1.2px;
    font-size: 42px;
    display: inline-block;
    text-align: left;
    color: #ffffff;
    display: block;
}

.place_header .mini_divider_color {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 35px;
    height: 2.5px;
    border-bottom: 2.5px solid #ffffff;
    float: left;
}

.place_header_description {
    margin-top: 10px;
    font-family: 'TextPro';
    letter-spacing: 1.2px;
    line-height: 1.5;
    text-align: left;
    color: #ffffff;
    font-size: 14px;
    clear: left;
}

.header-content {
    width: 95%;
    height: 425px;
    margin: 0 auto;
    max-width: 1024px;
}

.header-content-logo {
    width: auto;
    float: left;
    margin-top: 25px;
    background-image: url("/res/resources/img/logo3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 88px;
}

.header-content-logo-desc {
    font-family: 'TextPro';
    font-size: 9.8px;
    color: #ffffff;
    padding-top: 120px;
}

.header-content-logo-desc-f {
    font-family: 'TextPro';
    font-size: 9.8px;
    color: #ffffff;
    padding-top: 102px;
}

.logo-link {
    text-decoration: none;
    border: none;
    display: inline-block;
}

.title_img_parent {
    width: 42%;
    float: right;
    margin-top: -250px;
    border-radius: 37% 63% 29% 71% / 40% 66% 34% 60%;
    border: 1.5px solid #ffffff;
    height: 380px;
}

.title_img_chaild {
    border-radius: 52% 48% 54% 46% / 55% 46% 54% 45% !important;
    overflow: hidden;
    height: 410px;
    border: 1.5px solid #ffffff;
    background-color: #6998AB;
}

.header-content-main-menu {
    margin-top: 25px;
    width: auto;
    float: right;
    font-family: 'TextPro';
    font-size: 13px;
    color: #ffffff;
}

.header-content-main-menu > div {
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px 0 0;
}

.header-content-main-menu > div:last-child {
    display: inline-block;
    margin-right: 0px;
    border-right: none;
    padding: 0;
}

.header-content-main-menu > div a:link {
    color: #ffffff;
    font-family: 'TextPro';
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
}

.header-content-main-menu > div a:visited {
    color: #ffffff;
    font-family: 'TextPro';
    font-size: 14px;
    text-decoration: none;
    text-transform: none;
}

/* breadcrumb start */

#breadcrumb {
    width: 95%;
    height: 20px;
    max-width: 1024px;
    margin: 0 auto;
    text-align: justify;
    padding-bottom: 35px;
    margin-top: 20px;
}
#breadcrumb ul{
    margin:0;
    padding:0;
    list-style:none;
}
#breadcrumb ul li{
    display:inline;
    text-decoration: none;
    font-family: 'TextPro';
    font-size: 14px;
}
#breadcrumb a:link {
    color: #999999;
    text-decoration: none;
    font-family: 'TextPro';
    font-size: 14px;
}
#breadcrumb a:visited {
    color: #999999;
    text-decoration: none;
    font-family: 'TextPro';
    font-size: 14px;
}

/* breadcrumb finish */

.content {
    width: 95%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    font-family: 'TextPro';
}

.mini_divider_color {
    margin: 0 auto;
    margin-top: 20px;
    width: 35px;
    height: 2.5px;
    border-bottom: 2.5px solid #000000;
}

.header-place {
    width: 100%;
    margin-top: -30px;
    font-family: 'TextPro';
    letter-spacing: 1.2px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
}
.header-place-description {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    color: #202020;
    margin-bottom: 35px;
    margin-top: 20px;
    font-size: 14px;
}

.header-point {
    width: 100%;
    font-family: 'TextPro';
    letter-spacing: 1.2px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
}
.header-point-description {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 20px;
    color: #202020;
    font-size: 14px;
}

.header-route {
    width: 100%;
    font-family: 'TextPro';
    letter-spacing: 1.2px;
    font-size: 22px;
    display: inline-block;
    text-align: center;
}
.header-route-description {
    width: 65%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 20px;
    color: #202020;
    font-size: 14px;
}

.razdelitel_footer {
    height: 271px;
}

.footer_container {
    clear:both;
    height: auto;
    margin-top: -160px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #1A374D;
}

.footer {
    width: 95%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding-top: 25px;
    font-family: 'TextPro';
    color: #ffffff;
}

.footer_logo {
    width: 150px;
    float: left;
    margin-top: 5px;
    background-image: url("/res/resources/img/logo3.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 150px;
    height: 88px;
}

.footer_menu {
    width: auto;
    float: right;
    display: inline-block;
    height: 100px;
    margin-bottom: 20px;
}

.footer_copyright {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    margin-top: 15px;
}

/* owl-carousel start */

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    color: #314351 !important;
}

.owl-prev:hover {
    background: none !important;
    color: #314351 !important;
}

.owl-next:hover {
    background: none !important;
    color: #314351 !important;
}

/* owl-carousel finish */

/* place-slider start */

#place-slider {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    background: #ffffff;
    z-index:99;
}

#place-slider-content {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    max-width: 1024px;
}

.place {
    width: 100%;
    margin-bottom: 70px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    position: relative;
    color: #1E1E1E;
}

.place:hover {
    cursor: pointer;
}

.name_place {
    font-family: 'TextPro';
    font-size: 17px;
}

.geo_place {
    height: 30px;
}

.geo_place div {
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 3px 8px 3px 8px;
    font-family: 'TextPro';
    color: #ffffff;
    font-size: 12px;
    float: left;
    background: #cc6c5c;
}

#geo_place_country_false {
    display: none;
}

#geo_place_region_false {
    display: none;
}

.img_place {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.img_place img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.description_place {
    font-family: 'TextPro';
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    float: right;
    font-size: 40px;
    line-height: 35px;
    margin-top: -60px !important;
    position: relative;
    font-family: 'TextPro';
}

/* place-slider finish */

/* place-grid start */

.place-grid {
    display: inline-table;
    margin-top: 10px;
}

.place-grid > a {
    height: auto;
    width: 30.66%;
    float: left;
    margin-right: 4%;
    display: table;
}

.place-grid > a:nth-child(3n) {
    margin-right: 0 !important;
}

.place-grid .place {
    margin-bottom: 40px;
}

/* place-grid finish */

/* point-slider start */

.point {
    width: 100%;
    margin-bottom: 70px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    position: relative;
    color: #1E1E1E;
}

.point:hover {
    cursor: pointer;
}

.name_point {
    font-family: 'TextPro';
    font-size: 17px;
}

.geo_point {
    height: 30px;
}

.geo_point div {
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 10px;
    padding: 3px 8px 3px 8px;
    font-family: 'TextPro';
    color: #ffffff;
    font-size: 12px;
    float: left;
    background: #cc6c5c;
}

.img_point {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.img_point img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.description_point {
    font-family: 'TextPro';
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    float: right;
    font-size: 40px;
    line-height: 35px;
    margin-top: -60px !important;
    position: relative;
    font-family: 'TextPro';
}

/* point-slider finish */

/* route-slider start */

.route {
    width: 100%;
    margin-bottom: 70px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    zoom: 1;
    position: relative;
    background: #ffffff;
    border-radius: 15px;
    color: #1E1E1E;
}

.route:hover {
    cursor: pointer;
}

.img_route {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

.img_route img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.name_route {
    font-family: 'TextPro';
    font-size: 17px;
}

.description_route {
    font-family: 'TextPro';
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    
}

/* route-slider finish */

/* route-grid start */

.route-grid {
    display: inline-table;
    margin-top: 10px;
}

.route-grid > a {
    height: auto;
    width: 30.66%;
    float: left;
    margin-right: 4%;
    display: table;
}

.route-grid > a:nth-child(3n) {
    margin-right: 0 !important;
}

.route-grid .route {
    margin-bottom: 40px;
}

/* route-grid finish */