/* e-Ukraine-regular 400 */
@font-face {
  font-family: 'e-Ukraine-regular';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('resources/fonts/e-Ukraine-Regular.woff2') format('woff2'),
       url('resources/fonts/e-Ukraine-Regular.woff') format('woff');
}

/* e-Ukraine-Bold 700 */
@font-face {
  font-family: 'e-Ukraine-Bold';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('resources/fonts/e-Ukraine-Bold.woff2') format('woff2'),
       url('resources/fonts/e-Ukraine-Bold.woff') format('woff');
}

/* e-Ukraine-Light 300 */
@font-face {
  font-family: 'e-Ukraine-Light';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('resources/fonts/e-Ukraine-Light.woff2') format('woff2'),
       url('resources/fonts/e-Ukraine-Light.woff') format('woff');
}

/* Exo-2 500 */
@font-face {
  font-family: 'Exo 2';
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('resources/fonts/Exo2-Medium.ttf') format('truetype'),
       url('resources/fonts/Exo2-Medium.woff2') format('woff2'),
       url('resources/fonts/Exo2-Medium.woff') format('woff');
}

/* Exo-2 800 */
@font-face {
  font-family: 'Exo 2';
  font-display: swap;
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('resources/fonts/Exo2-ExtraBold.ttf') format('truetype'),
       url('resources/fonts/Exo2-ExtraBold.woff2') format('woff2'),
       url('resources/fonts/Exo2-ExtraBold.woff') format('woff');
}

html {height:100%;}
body {height:100%;overflow:hidden;margin:0;padding:0;font-family: Arial, Helvetica, sans-serif;font-size:12px;line-height: 1.2;color:#494949;user-select: none;}
div, p, span, h1, h2, h3, h4, ol {vertical-align: baseline;margin:0; padding:0;box-sizing: border-box;}
img{max-width:100%;vertical-align:middle;}
.blk{display:block;}
.hide{display:none;}
a {color:#3a84df;outline:none;}
a:hover {color:#b22222;}
a:focus {outline:none;}
#get-device {display:none;font-size:20px;}

/* ---------------------------- */
/* БЛОКИРОВКА ГОРИЗОНТАЛЬНОГО ЭКРАНА НА ТЕЛЕФОНАХ ------------- */
/* --------------------------- */
.landscape_mode{width:100%;height:100%;background: #171717;position:absolute;top:0;left:0;bottom:0;right:0;z-index: 9999;display:none;}
.landscape_mode .wrapper {display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;align-items: center;align-content: center;height: 94%;}
.landscape_mode span {font-family: 'e-Ukraine-regular';font-size: 16px;color: #fff;}
.landscape_mode img {width: 110px;margin-top: 38px;}

/* ---------------------------- */
/* INTRO ЗАСТАВКА ------------- */
/* --------------------------- */
.intro-boss-wrapper {background: #575656 url(img/river-berda.jpg);background-size: cover;background-position: 50% 50%;background-repeat: no-repeat;z-index: 9999;overflow: hidden;width:100%;height:100%;position:absolute;top: 0;left: 0;right:0;bottom:0;text-align:center;color:#fff;display: flex;flex-direction: column;flex-wrap: nowrap;align-content: center;align-items: center;justify-content: center;}
.intro-boss-wrapper:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0 0 0 / 27%);z-index:1;}
.intro-title-wrapper {z-index:2;position: relative;display: flex;flex-direction: column;align-content: center;align-items: center;flex-wrap: nowrap;justify-content: center;margin-top: -24px;}
.intro-title {margin: 38px 0 0 0;}
.intro-title h1{font-size: 58px;font-family: 'Exo 2', sans-serif;color: #ffffff;font-weight: 800;margin: 0 auto;text-shadow: 3px 3px 3px #00000075;}
.intro-title h1 span {/* display:block; */}
.intro-title p {font-size: 25px;font-family: 'Exo 2', sans-serif;font-weight: 500;margin-top: 10px;text-shadow: 3px 3px 3px #00000075;}
.intro-main-project {z-index: 2;position: absolute;bottom: 42px;margin: 0 auto;}
.intro-main-project span{color: #fff;font-family: 'e-Ukraine-Light';font-size: 17px;}
.intro-travelbox {font-family: 'e-Ukraine-Light';font-size: 19px;z-index: 2;position: relative;margin-top: -24px;text-shadow: 3px 3px 3px #00000075;}
.intro-button {background: #4caf50;border-radius: 5px;margin: 62px auto 0;display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: center;align-items: center;width: 242px;height: 57px;font-family: 'e-Ukraine-Bold';cursor: pointer;}
.intro-button:hover {background: #2196f3;}
.intro-button span {display: block;color: #ffffff;font-size: 16px;text-transform: uppercase;line-height: 1;}

/* ---------------------------- */
/* ПОДСКАЗКА УПРАВЛЕНИЯ ------ */
/* --------------------------- */
.podskazka-boss {position:absolute;top:0;left:0;bottom:0;right:0;z-index:42;width:100%;height:100%;background: #0a0a0ae6;}
.podskazka-shef {height:100%;color:#fff;text-align:center;font-size: 16px;line-height: 1.4em;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-align-items: center;-ms-align-items: center;align-items: center;-webkit-justify-content: center;-ms-justify-content: center;justify-content: center;font-family: 'e-Ukraine-regular';}
.podskazka-shef span{font-size: 16px;color: #fff;background: #4caf50;font-weight: 300;padding: 7px 16px 10px;border-radius: 5px;cursor: pointer;}
.podskazka-shef span:hover {background: #2196f3;}
.podskazka-shef img{display:block;margin:26px auto 34px;}
.podskazka-mobile{width: 220px;}
.podskazka-mobile p strong, .podskazka-desktop p strong{display:block;margin-bottom:12px;}
.podskazka-mobile p, .podskazka-desktop p{font-size: 16px;/* font-weight: 300; */}

/* ------------------------------------------------------------------------ */
/* НАЗВАНИЕ ПАНОРАМ (титл текст) ------ */
/* ------------------------------------------------------------------------ */
.title-text-boss{position:absolute;top:0;left:0;right:0;width:100%;min-height: 50px;transition: opacity 1.5s;-moz-transition: opacity 1.5s;-o-transition: opacity 1.5s;background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0),rgb(0 0 0 / 40%));background-image: linear-gradient(0deg,rgba(0,0,0,0),rgb(0 0 0 / 50%));}
#title_text {font-size: 20px;color:#fff;margin: 26px 90px 26px 316px;text-align:center;font-family: 'e-Ukraine-Bold';text-shadow: 1px 1px 1px #000000b3;}
#title_text_mobile {display:none;}


/* ----------------------------------------------------- */
/* СЛАЙДЕР ПРЕВЬЮ ПАНОРАМ ------------------------------ */
/* ----------------------------------------------------- */
::-webkit-scrollbar {width: 0;height: 0;}
.slider-container {display:none;}
.glaz-boss {position:absolute;bottom: -3px;right: -7px;background:#42b72a;border-radius: 16px;width: 16px;height: 16px;border:2px solid #fff;}
.check {position:absolute;bottom: -3px;right: -7px;background-color:#fff;border-radius: 16px;width: 16px;height: 16px;background-image: url(img/svg/check.svg);background-size: 80%;background-position: center;background-repeat: no-repeat;}

/* ----------------------------------------------------- */
/* ЛЕВОЕ МЕНЮ ------------------------------ */
/* ----------------------------------------------------- */
.button-menu {display:none;}
.left-menu-wrap {position: absolute;top: 0;left: 0;background: #000000c9;width: 246px;padding: 22px 4px 0 0;overflow: hidden;height: 100%;}
.left-menu-title {display:block;font-size: 22px;text-transform: none;color: #ffffff;margin: 0 14px 12px 16px;padding-bottom: 22px;border-bottom: 2px solid #fff;line-height: 1.3em;font-family: 'Exo 2', sans-serif;font-weight: 800;}
.left-menu-title .position{font-size: 14px;font-weight: 500;margin-bottom: 8px;line-height: 1.4em;display: block;}

.left-menu-container {overflow-y: auto;height: 100%;padding: 0 11px 226px 16px;}
.left-menu-container::-webkit-scrollbar {width: 3px;}
.left-menu-container::-webkit-scrollbar-thumb {background-color: #90a4ae;border-radius: 9em;box-shadow: inset 1px 1px 10px #90a4ae;display:none;}
.left-menu-container:hover::-webkit-scrollbar-thumb {display:block;}

.wrap-links-menu {overflow: hidden;}
.wrap-links-menu a:hover {color: #b3e5fc;}
.wrap-links-menu a:nth-child(-n+1)  {border-bottom: 1px solid #ffffff9e;margin-bottom: 11px;}
#external:after {background-image: url(img/svg/external.svg);background-repeat: no-repeat;background-size: 14px;content: '';display: inline-block;height: 14px;margin: 0 0 0 6px;position: relative;top: 2px;width: 19px;}

.left-menu-links {display:block;font-size: 13px;color:#fff;font-family: 'e-Ukraine-Light';line-height: 1.4em;padding-bottom: 14px;text-decoration: none;}

.left-menu-select-pano {color:#ffffffba;font-size:13px;font-family: Arial, Helvetica, sans-serif;border-top: 2px solid #fff;padding-top: 20px;padding-bottom: 2px;}
.left-menu-item {cursor:pointer;margin-top: 16px;color: #000;border-radius: 4px;position: relative;overflow: hidden;}
.left-menu-item img {border-radius: 4px 4px 0 0;width: 100%;height: auto;display: block;}
.item-menu {display:block;font-size: 14px;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;line-height: 1.3em;background: #eceff1;padding: 8px 10px 9px 10px;width: 100%;margin-top: -22px;z-index: 2;border-left: 6px solid #eceff1;position: relative;}
.left-menu-item:hover .item-menu {text-decoration: underline;}
.leme-active .item-menu {border-left: 7px solid #8bc34a;}
.leme-active:hover {cursor: default;}
.leme-active:hover .item-menu {text-decoration: none;}

.eye-boss {position: absolute;top: 8px;right: 8px;width: 18px;height: 18px;background: #4CAF50;border: 2px solid #fff;border-radius: 12px;}
.checkin {position: absolute;top: 8px;right: 8px;width: 18px;height: 18px;background-color:#fff;border-radius: 12px;background-image: url(img/svg/check.svg);background-size: 14px;background-position: center;background-repeat: no-repeat;box-shadow: 1px 1px 3px #0000008a;}
.visible{opacity:0;transition: opacity 0.5s ease-out;-webkit-transition: opacity 0.5s ease-out;-moz-transition: opacity 0.5s ease-out;-o-transition: opacity 0.5s ease-out;}
.powered-menu {color: #cacaca;line-height: 1.4em;font-size: 13px;text-align: center;margin: 34px auto 0 auto;font-family: 'e-Ukraine-Light';}
.authors {font-size: 12px;padding: 24px 0 0 0;color: #8b8b8b;}
.authors a{color: #8b8b8b;display:block;font-size: 17px;font-family: 'Exo 2', sans-serif;font-weight: 800;margin-top: 4px;text-transform: uppercase;text-decoration:none;}
.feedback {font-size: 12px;padding: 28px 4px 0;line-height: 1.7;}
.information {font-size: 12px;border-top: 1px solid #cacaca;padding: 28px 4px 0;line-height: 1.8;}
.copyright {font-size: 12px;padding: 15px 0 0 0;}
.warning {font-size: 11px;padding: 32px 0 0 0;}

.border-bottom:after {content:'';display:block;width: 70%;margin: 32px auto 0;border-bottom: 2px dotted #9f9f9fb8;}
.border-top:before {content:'';display:block;width: 80%;margin: 0 auto 32px;border-top: 2px dotted #9f9f9f;}

.brand-img{display: block;width: 80%;margin: 38px auto 12px;}

/* ----------------------------------------------------- */
/* оформление внутри FANCYBOX -------------------------- */
/* ----------------------------------------------------- */
.book-wrap h2{margin:0 44px 0 0;font-weight: 800;font-size: 24px;font-family: 'Exo 2';}
.book-wrap p {margin-top:22px;line-height: 1.6;font-size: 16px;font-family: 'e-Ukraine-Light';}
.book-wrap p strong {font-family: 'Montserrat';font-size: 1.07em;}
.book-wrap img {width:100%;margin: 32px 0 0 0;display:block;}
.photo-description{display:block;font-size:15px;margin-top: 8px;text-align:center;font-style:italic;padding-bottom: 12px;line-height: 1.3;}
.about-autor {margin-top: 42px;margin-bottom: 42px;padding: 28px;background: #ECEFF1;border-radius: 8px;}
.about-autor p{margin-top: 0;font-size:18px;}
.about-autor ul{margin: 20px 0 0 0;padding: 0 0 0 20px;}
.about-autor li{margin: 12px 0 0 0;font-size: 17px;line-height: 1.4;}
span.out-link {color: #22769B;text-decoration:underline;cursor:pointer;}
span.out-link:hover {color: #b22222;}


/* ----------------------------------------------------- */
/* MOBILE MOBILE MOBILE ------------------------------ */
/* ----------------------------------------------------- */

/* 1680px */
@media screen and (min-width: 1680px) {
.intro-button span {font-size: 23px;}
.intro-travelbox {font-size: 25px;}
.intro-button {width: 336px;height: 82px;margin: 82px auto 0;}
.intro-main-project span {font-size: 23px;}
.intro-title h1 {font-size: 76px;}
.intro-title p {font-size: 38px;}
}

/* 2200px (под 2560) */
@media screen and (min-width: 2200px) {
.intro-title h1 {font-size: 90px;}
.intro-title p {font-size: 42px;}
.intro-button span {font-size: 28px;}
.intro-travelbox {font-size: 34px;}
.intro-button {width: 415px;height: 111px;margin: 112px auto 0;}
.intro-main-project span {font-size: 24px;}
}


/* MOBILE DOWN ------------------------------ */


/* 1440px!!! */
@media screen and (max-width: 1440px) {
.intro-title h1 {font-size: 52px;}
}

/* 1280px!!! */
@media screen and (max-width: 1280px) {
.intro-title h1 {font-size: 58px;}
.intro-title h1 span {display:block;}
}

/* 1093 */
@media screen and (max-width: 1093px) {
.bookinfo-button {top: 22px;}
.bookinfo-button div {width: 40px;height: 40px;background-size: 26px;box-shadow: 0px 0px 8px 1px #ffffff;}
.ico-anime {width: 42px;height: 42px;top: -1px;left: -1px;}
}

/* 1060px!!! (под 1024) */
@media screen and (max-width: 1060px) {
.intro-title h1 {font-size: 58px;line-height: 1.1;}
.intro-title h1 span{display:block;}
.intro-title p {font-size: 23px;margin-top: 13px;}
.intro-button {height: 50px;}
.intr-button span {font-size: 15px;}
.intro-travelbox {font-size: 18px;}
}

/* 1010 под (962) */
@media screen and (max-width: 1010px) {
#get-device {font-size:10px;}
.title-text-boss {display: flex;align-items: center;justify-content: flex-end;min-height: 80px;background-image: linear-gradient(0deg,rgba(0,0,0,0),rgb(0 0 0 / 36%));}
.slider-container {display:block;position: absolute;left: 0;right: 0;bottom: 0;padding-bottom: 14px;width: 100%;}
.intro-title-wrapper {margin-top: -36px;}
.intro-title {margin: 52px 0 0 0;}
.intro-button {margin: 48px auto 0;}
.left-menu-super-boss {position: absolute;top: 0;left:-450px;width:auto;background: #263238e3;height: 100%;padding:4px 0 0 0;transition: left 0.5s ease-out;-webkit-transition: left 0.5s ease-out;-moz-transition: left 0.5s ease-out;-o-transition: left 0.5s ease-out;z-index: 1;}
.intro-button:hover {background: #4caf50;}
.button-menu {display: block;background-color: #ffffff;position:absolute;top: 22px;left: 22px;border-radius: 4px;overflow: hidden;z-index: 2;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);transition: left 0.4s ease-out;-webkit-transition: left 0.4s ease-out;-moz-transition: left 0.4s ease-out;-o-transition: left 0.4s ease-out;}
.button-menu-ico{width: 30px;height: 30px;display: block;margin:4px;background-image: url(img/svg/burger-icon.svg);background-repeat: no-repeat;background-size: cover;background-position: 50% 50%;}
.close-ico {background-image: url(img/svg/close-icon.svg);}
.left-menu-wrap {position: relative;top: auto;left: auto;width:auto;margin:0 auto;background:none;padding: 18px 0 0 0;}
.left-menu-item {padding: 0;margin-top: 18px;position: relative;}
.left-menu-title {font-size: 26px;margin:0 auto 10px;width: 280px;}
.left-menu-title .position {font-size: 15px;}
.left-menu-links {font-size: 14px;padding-bottom: 16px;padding-top: 4px;}
.left-menu-item:hover .item-menu {text-decoration:none;}
.left-menu-item img {display: block;}
.left-menu-container {padding: 0 18px 220px;width: 318px;}
.item-menu{font-size: 14px;padding: 36px 12px 14px 14px;font-family: 'e-Ukraine-Light';color: #fff;background: -moz-linear-gradient(#06060607, #000000a6);background: -webkit-linear-gradient(#06060600, #000000a6);background: -o-linear-gradient(#06060600, #000000a6);background: linear-gradient(#06060600, #000000a6);position: absolute;bottom: 0;left: 0;right: 0;line-height: 1.4em;border: none;margin-top: 0;}
.leme-active .item-menu {background: -webkit-linear-gradient(#06060600, #000000a6);background: -o-linear-gradient(#06060600, #000000a6);background: linear-gradient(#06060600, #000000a6);border: none;}
.left-menu-select-pano {font-size: 15px;}
.left-menu-all-bkgr {background: rgb(0 0 0 / 80%);display:none;width: 100%;height: 100%;position: absolute;top: 0;left:0;right:0;bottom:0;z-index: 1;}
.open-left-menu {left:0;transition: left 0.5s ease-out;-webkit-transition: left 0.5s ease-out;-moz-transition: left 0.5s ease-out;-o-transition: left 0.5s ease-out;}
.open-button-menu {left:300px;z-index: 99;transition: left 0.5s ease-out;-webkit-transition: left 0.5s ease-out;-moz-transition: left 0.5s ease-out;-o-transition: left 0.5s ease-out;}
.podskazka-shef span:hover {background: #4caf50;}
.eye-boss, .checkin {top: 10px;right: 10px;width: 22px;height: 22px;}
.checkin {background-size: 18px;}
#title_text {margin: 0 34px 0 104px;font-size: 18px;line-height: 1.4;text-align: right;}
}

/* 840 */
@media screen and (max-width: 840px) {
.intro-title h1 {font-size: 54px;}
}

/* 800px!!! */
@media screen and (max-width: 800px) {
.intro-title h1 {font-size: 52px;}
}

/* 768px!!! */
@media screen and (max-width: 768px) {
.intro-title h1 {font-size: 52px;}
.intro-travelbox {font-size: 17px;}
.intro-title p {font-size: 22px;}
.intro-main-project span {font-size: 14px;}
.book-wrap h2 {margin:0;}
}

/* 640px */
@media screen and (max-width: 640px) {
.intro-title h1 {font-size: 46px;}
.intro-title p {font-size: 21px;}
.intro-button span {font-size: 15px;}
.intro-button {height: 52px;}
}

/* 580px */
@media screen and (max-width: 580px) {
.intro-boss-wrapper {background-position: 50% 50%;}
#title_text {margin: 0 30px 0 94px;}
}

/* 570px */
@media screen and (max-width: 570px) {
.intro-title h1 {font-size: 44px;}
.open-button-menu {left:300px;}
}

/* 500px */
@media screen and (max-width: 500px) {
.intro-title-wrapper {margin: 0 32px 0;}
.intro-title {margin: 18px 0 0 0;}
.intro-title h1 {line-height: 1.15;font-size: 40px;}
.intro-travelbox {margin-top: 0;}
.intro-main-project {bottom: 32px;}
}

/* 440px */
@media screen and (max-width: 440px) {
.intro-boss-wrapper {background: #575656 url(img/bg-mobile.jpg);background-size: cover;background-position: 50% 50%;}
.intro-title-wrapper {margin:0;}
.intro-travelbox {font-size: 15px;line-height: 1.4;position: absolute;top: 32px;margin: 0 auto;}
.intro-title {margin:0}
.intro-title h1 {font-size: 40px;}
.intro-title p {font-size: 19px;margin-top: 12px;}
.intro-title p span {display: block;}
.intro-main-project span {font-size: 14px;}
.intro-button {width: 220px;}
.intro-button span {font-size: 14px;}
#title_text {font-size: 16px;margin: 0 26px 0 90px;}
.open-button-menu {left: 264px;}
.left-menu-title {width: 246px;font-size: 25px;}
.left-menu-container {width: 282px;padding: 0 16px 220px 18px;}
.item-menu {font-size: 14px;padding: 24px 12px 14px 14px;}
.leme-active .item-menu {background: -moz-linear-gradient(#06060607, #000000d9);background: -o-linear-gradient(#06060607, #000000d9);}
.bookinfo-button {top: 20px;right: 17px;}
.book-wrap h2 {font-size: 23px;}
#title_text_mobile {font-family: 'e-Ukraine-Light';text-shadow: 2px 1px 0px #000000bf;color: #fff;font-size: 16px;text-align: center;padding-bottom: 18px;margin: 0 22px;line-height: 1.3;}
.point_info{width: 30px;height: 30px;background-size: 20px;}
.point_info_anime {width: 30px;height: 30px;}
}

/* 425px */
@media screen and (max-width: 425px) {
.intro-title h1 {font-size: 44px;max-width: 320px;}
}

/* 400px */
@media screen and (max-width: 400px) {
.intro-title h1 {font-size: 42px;}
.intro-title p {font-size: 18px;}
}

/* 375px */
@media screen and (max-width: 375px) {
.intro-title h1 {font-size: 40px;max-width: 290px;}
.intro-button {height: 50px;width: 200px;}
.button-menu-ico {width: 28px;height: 28px;}
}

/* 360px */
@media screen and (max-width: 360px) {
.intro-title h1 {font-size: 31px;max-width: 280px;}
.intro-button {width: 180px;height: 47px;}
.intro-button span {font-size: 13px;}
.intro-travelbox {font-size: 15px;}
}

/* 340px */
@media screen and (max-width: 340px) {
.intro-travelbox {font-size: 15px;}
.button-menu {top: 20px;left: 20px;}
.open-button-menu {left: 264px;}
}

/* 320px */
@media screen and (max-width: 320px) {
.intro-title h1 {font-size: 27px;}
.book-wrap h2 {font-size: 21px;}
.intro-title p {font-size: 16px;}
}

