





html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}





body {
  margin: 0;
}



main {
  display: block;
}



h1 {
  font-size: 2em;
  margin: 0.67em 0;
}











a {
  background-color: transparent;
}





b {
  font-weight: bolder;
}



code {
  font-family: monospace, monospace; 
  font-size: 1em; 
}









img {
  border-style: none;
}





button,
input,
select,
textarea {
  font-family: inherit; 
  font-size: 100%; 
  line-height: 1.15; 
  margin: 0; 
}



button,
input { 
  overflow: visible;
}



button,
select { 
  text-transform: none;
}



button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}



button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}



button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}







progress {
  vertical-align: baseline;
}



textarea {
  overflow: auto;
}





[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}



[type="search"] {
  -webkit-appearance: textfield; 
  outline-offset: -2px; 
}



[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}















[hidden] {
  display: none;
}

@font-face{font-family:'Manrope';src:local("Manrope ExtraLight"),local("Manrope-ExtraLight");src:url("./fonts/Manrope-ExtraLight.ttf") format("truetype");font-weight:200;font-style:normal;font-display:swap}

@font-face{font-family:'Manrope';src:local("Manrope Light"),local("Manrope-Light");src:url("./fonts/Manrope-Light.ttf") format("truetype");font-weight:300;font-style:normal;font-display:swap}

@font-face{font-family:'Manrope';src:local("Manrope Regular"),local("Manrope-Regular");src:url("./fonts/Manrope-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}

@font-face{font-family:'Manrope';src:local("Manrope Medium"),local("Manrope-Medium");src:url("./fonts/Manrope-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}

@font-face{font-family:'Manrope';src:local("Manrope Bold"),local("Manrope-Bold");src:url("./fonts/Manrope-Bold.ttf") format("truetype");font-weight:600;font-style:normal;font-display:swap}

@font-face{font-family:'Manrope';src:local("Manrope ExtraBold"),local("Manrope-ExtraBold");src:url("./fonts/Manrope-ExtraBold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}

html{overflow-x:hidden;overflow-x:clip;-webkit-tap-highlight-color:transparent}

body{font-family:'Manrope', sans-serif;font-weight:400;font-style:normal;font-size:16px;line-height:30px;color:#212121;-webkit-text-size-adjust:none}

@media screen and (max-width: 1200px){body{font-size:15px;line-height:28px}}

@media screen and (max-width: 768px){body{font-size:14px;line-height:28px}}

h1,h2,h4, .stagh2, .stagh4{margin:0;padding:0}

h1,h2, .stagh2{text-transform:uppercase}

p{padding:0;margin:0}

h1,.h1{font-size:50px;line-height:64px}

@media screen and (max-width: 1279px){h1,.h1{font-size:28px;line-height:36px}}

h2,.h2, .stagh2{font-size:36px;line-height:48px}

@media screen and (max-width: 1279px){h2,.h2, .stagh2{font-size:24px;line-height:32px}}

@media screen and (max-width: 991px){h2,.h2, .stagh2{font-size:20px;line-height:28px}}

h4, .stagh4{font-size:14px;line-height:20px;font-weight:normal}

@media screen and (max-width: 991px){h4, .stagh4{font-size:12px;line-height:15px}}

a{text-decoration:none;text-transform:uppercase;font-weight:bold;color:inherit;transition:color .25s ease-out}

a:hover{color:#0facd0}

picture{width:100%;height:100%;overflow:hidden;display:block}

picture img{min-width:100%;min-height:100%}

.content{max-width:1730px;width:90%;margin-right:5%;margin-left:5%}

@media screen and (max-width: 820px){.content{width:calc(100% - 20px);margin-right:10px;margin-left:10px}}

.content__inner{box-sizing:border-box;padding-right:calc(((90vw + 20px) / 12 - 20px));padding-left:calc(((90vw + 20px) / 12 - 20px))}

@media screen and (max-width: 820px){.content__inner{padding-right:15px;padding-left:15px}}

.content__text{padding-right:calc(((90vw + 20px) / 12) + 20px);padding-left:calc(((90vw + 20px) / 12) + 20px)}

@media screen and (max-width: 1680px){.content__text{padding-right:0;padding-left:0}}

ul{margin:0;padding:0}

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

ul.rounded li{display:flex;align-items:baseline}

ul.rounded li:before{content:'';width:12px;height:12px;flex-shrink:0;transform:translateY(1px);box-sizing:border-box;border-radius:50%;border:2px solid #0facd0;margin-left:30px}

@media screen and (max-width: 768px){ul.rounded li:before{margin-left:20px}}

main:not(:last-child){margin-bottom:130px}

@media screen and (max-width: 768px){main:not(:last-child){margin-bottom:50px}}

@-webkit-keyframes rotate{0%{transform:rotateY(0deg)}50%{transform:rotateY(360deg)}100%{transform:rotateY(0deg)}}

@keyframes rotate{0%{transform:rotateY(0deg)}50%{transform:rotateY(360deg)}100%{transform:rotateY(0deg)}}

.kost svg{display:inline-block;height:15px;margin-bottom:-4px;width:auto;cursor:pointer}

.kost svg:hover{-webkit-animation:rotate 1.5s ease-in-out infinite;animation:rotate 1.5s ease-in-out infinite}

*{scrollbar-color:#868686 #fff;scrollbar-width:thin}

*::-webkit-scrollbar{width:4px}

*::-webkit-scrollbar-track{background:#ffffff;border:0}

*::-webkit-scrollbar-thumb{background:#868686;border-radius:2px}

.spacer{margin:auto}

.noscroll{overflow-y:hidden;height:100%}

@media screen and (min-width: 577px){.sm-phone{display:none !important}}

@media screen and (min-width: 992px){.sm-tablet{display:none !important}}

@media screen and (max-width: 991px){.no-sm-tablet{display:none !important}}

@media screen and (min-width: 769px){.phone{display:none !important}}

@media screen and (min-width: 1280px){.tablet{display:none !important}}

@media screen and (max-width: 1279px){.desktop{display:none !important}}

.base-card{width:100%;background-color:#87a1b0;position:relative;color:#ffffff;overflow:hidden}.base-card:before{content:'';display:inline-block;height:0;width:0;padding-top:100%}.base-card:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;z-index:12;background:linear-gradient(155deg, rgba(0,0,0,0.4) 0%, rgba(255,255,255,0) 100%)}.base-card__content{position:absolute;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column}.base-card__content p,.base-card__content a,.base-card__content span{position:relative;z-index:13}.base-card__content p:not(.h23):not(.base-card__title){font-size:14px;line-height:18px;margin-bottom:14px;max-width:50%}.base-card__content a{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative;color:inherit;text-transform:uppercase;text-decoration:none;font-weight:bold;padding-bottom:7px;margin-top:auto;transition:color .25s ease-out;cursor:pointer}.base-card__content a:after{content:'';position:absolute;right:0;bottom:0;height:2px;width:100%;transition:background-color .25s ease-out;background-color:#ffffff}.base-card__content a:hover{color:#0facd0}.base-card__content a:hover:hover:after{background-color:#0facd0}.base-card__title{text-transform:uppercase;font-weight:bold;max-height:calc(100% - 45px);overflow:hidden;margin-bottom:24px}@media screen and (max-width: 768px){.base-card__title{max-width:unset !important;max-height:calc(100% - 35px)}}.base-card__img{position:absolute;right:50%;top:50%;height:100%;width:100%;transform:translate(50%, -50%);transition:transform .5s ease-out;background-size:cover;background-position:center center}@media screen and (min-width: 1025px){.base-card:hover .base-card__img{transform:translate(50%, -50%) scale(1.25)}}.base-card_article:before{padding-top:71%}.base-card_article .base-card__content{padding:8% 9% 6%}@media screen and (max-width: 576px){.base-card_article .base-card__content{padding:20px 20px 14px}}.base-card_article .base-card__content p:not(.h23):not(.base-card__title){max-width:unset}@media screen and (max-width: 768px){.base-card_article .base-card__content p:not(.h23):not(.base-card__title){margin-bottom:2px}}.base-card_article .base-card__title{max-width:55%;font-size:18px;line-height:24px}@media screen and (max-width: 1024px){.base-card_article .base-card__title{font-size:16px;line-height:22px}}@media screen and (max-width: 991px){.base-card_article .base-card__title{font-size:14px;line-height:18px}}@media screen and (max-width: 576px){.base-card_article .base-card__title{font-size:16px;line-height:20px}}@media screen and (max-width: 1279px){.base-card_article .base-card__title{max-width:unset}}.base-card_excursion:before{padding-top:116%}@media screen and (max-width: 414px){.base-card_excursion:before{padding-top:100%}}.base-card_excursion .base-card__content{padding:8% 9% 6%}.base-card_excursion .base-card__title{max-width:60%;margin-bottom:8%;font-size:18px;line-height:24px}@media screen and (max-width: 1024px){.base-card_excursion .base-card__title{font-size:16px;line-height:22px}}@media screen and (max-width: 991px){.base-card_excursion .base-card__title{font-size:14px;line-height:18px}}@media screen and (max-width: 576px){.base-card_excursion .base-card__title{font-size:16px;line-height:20px}}.base-card_excursion .base-card__info{margin-bottom:auto;font-size:30px;line-height:30px;vertical-align:bottom}@media screen and (max-width: 768px){.base-card_excursion .base-card__info{font-size:20px;line-height:20px}}.base-card_excursion .base-card__info:not(.excursion-card__info_w-icon):before{content:'';background-image:url("../img/clock.svg");width:22px;height:22px;background-size:22px 22px;display:inline-block;margin-left:10px}@media screen and (max-width: 768px){.base-card_excursion .base-card__info:not(.excursion-card__info_w-icon):before{width:14px;height:14px;background-size:14px 14px}}.base-card_excursion .base-card__info:after{content:attr(data-after);font-size:16px;margin-right:5px}.base-card_excursion .base-card__price{font-size:30px;line-height:30px;vertical-align:bottom;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:baseline;white-space:nowrap}@media screen and (max-width: 768px){.base-card_excursion .base-card__price{font-size:20px;line-height:20px}}.base-card_excursion .base-card__price:after{content:attr(data-after);font-size:16px;margin-right:5px;word-break:break-word}.base-card_excursion .base-card__footer{display:flex;align-items:flex-end;justify-content:space-between}

.bg{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#edf4f9;position:relative;padding-bottom:20px;text-align:center}.bg:not(:last-child){margin-bottom:100px}@media screen and (max-width: 1279px){.bg:not(:last-child){margin-bottom:40px}}.bg__image{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1}.bg__image:after{content:'';position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(28,28,28,0.7)}.bg__image img{position:absolute;top:50%;right:50%;transform:translate(50%, -50%)}.bg *:not(picture):not(img){z-index:3}.bg h1,.bg h2,.bg .stagh2,.bg p{max-width:50%}@media screen and (max-width: 768px){.bg h1,.bg h2,.bg .stagh2,.bg p{max-width:calc(100% - 20px)}}.bg h1:not(:last-child),.bg h2:not(:last-child),.bg .stagh2:not(:last-child){margin-bottom:24px}.bg p:not(:last-child){margin-bottom:18px}.bg_with-header{min-height:420px;padding-top:calc(((90vw + 20px) / 12) + 60px);padding-bottom:20px}@media screen and (max-width: 1279px){.bg_with-header{min-height:320px;padding-top:calc(50px + 10px * 3);padding-bottom:calc(10px)}}@media screen and (max-width: 576px){.bg_with-header{min-height:180px}}

.button{display:flex;justify-content:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-decoration:none;text-align:center;color:#212121;box-sizing:border-box;padding:30px 12px;min-width:220px;background-color:#0facd0;transition:color .25s ease-out, background-color .25s ease-out;outline:none;border:0;font-size:14px;line-height:100%;text-transform:uppercase;font-weight:bold;cursor:pointer}.button:not([disabled]):hover{color:#ffffff}

.col-text:not(:last-child){margin-bottom:120px}@media screen and (max-width: 1279px){.col-text:not(:last-child){margin-bottom:80px}}@media screen and (max-width: 768px){.col-text:not(:last-child){margin-bottom:60px}}.col-text h2,.col-text .stagh2{text-align:center;margin-bottom:60px}@media screen and (max-width: 768px){.col-text h2,.col-text .stagh2{margin-bottom:30px}}.col-text__text{-moz-column-count:2;column-count:2;-moz-column-gap:70px;column-gap:70px}@media screen and (max-width: 991px){.col-text__text{-moz-column-gap:20px;column-gap:20px}}@media screen and (max-width: 576px){.col-text__text{-moz-column-count:1;column-count:1}}.col-text__text p:not(:last-child){margin-bottom:30px}@media screen and (max-width: 991px){.col-text__text p:not(:last-child){margin-bottom:28px}}

.excursion-info-card{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.excursion-info-card__icon{width:auto;display:block;height:25px}.excursion-info-card__icon path{fill:#ffffff}.excursion-info-card__icon:not(:last-child){margin-bottom:18px}.excursion-info-card__subtitle,.excursion-info-card__content:before{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:block;font-size:12px;line-height:16px}.excursion-info-card__subtitle:not(:last-child){margin-bottom:12px}@media screen and (max-width: 1279px){.excursion-info-card__subtitle:not(:last-child){margin-bottom:4px}}.excursion-info-card__title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:20px;text-transform:uppercase;font-weight:bold;line-height:24px}@media screen and (max-width: 1279px){.excursion-info-card__title{font-size:16px;line-height:20px}}.excursion-info-card_boxed{display:flex;align-items:stretch;min-height:85px;border:1px solid #e3e3e3}.excursion-info-card_boxed .excursion-info-card__icon{width:85px;height:auto;margin-bottom:0;flex-shrink:0;border-left:1px solid #e3e3e3;display:flex;align-items:center;justify-content:center}.excursion-info-card_boxed .excursion-info-card__icon svg{height:27px;width:auto}.excursion-info-card_boxed .excursion-info-card__icon svg path{fill:#212121;stroke:#212121}.excursion-info-card_flat{width:auto;display:flex;align-items:center;justify-content:center;padding:20px}@media screen and (max-width: 576px){.excursion-info-card_flat{padding:5px}}.excursion-info-card_flat .excursion-info-card__icon{height:25px;width:auto;margin-bottom:0;margin-left:30px}@media screen and (max-width: 768px){.excursion-info-card_flat .excursion-info-card__icon{margin-left:15px}}@media screen and (max-width: 576px){.excursion-info-card_flat .excursion-info-card__icon{margin-left:10px;height:20px}}.excursion-info-card_flat .excursion-info-card__icon path{fill:#212121;stroke:#212121}.excursion-info-card_flat .excursion-info-card__subtitle{margin-bottom:0 !important;white-space:nowrap}.excursion-info-card_flat .excursion-info-card__subtitle br{display:none}@media screen and (max-width: 440px){.excursion-info-card_flat .excursion-info-card__subtitle br{display:unset}}@media screen and (max-width: 576px){.excursion-info-card_flat .excursion-info-card__subtitle{font-size:10px;line-height:12px;white-space:unset}.excursion-info-card_flat .excursion-info-card__subtitle .tooltip:before{width:12px;height:12px}}@media screen and (max-width: 576px){.excursion-info-card_flat .excursion-info-card__title{font-size:13px;line-height:16px}}.excursion-info-card__content{font-size:14px;font-weight:bold;text-transform:uppercase;line-height:18px;padding:20px;display:flex;flex-direction:column;justify-content:center}.excursion-info-card__content[data-before]:before{content:attr(data-before);font-weight:normal;text-transform:none}

.excursions-certificate{background-size:100% auto;background-position:center bottom;background-repeat:no-repeat;padding-top:7.3vw;padding-bottom:5.21vw}.excursions-certificate:not(:last-child){margin-bottom:120px}@media screen and (max-width: 1279px){.excursions-certificate:not(:last-child){margin-bottom:80px}}@media screen and (max-width: 768px){.excursions-certificate:not(:last-child){margin-bottom:60px}}.webp .excursions-certificate{background-image:url("../img/certificate-2.webp")}.no-webp .excursions-certificate{background-image:url("../img/certificate-2.png")}@media screen and (max-width: 1440px){.excursions-certificate{background-size:1440px auto;padding-top:100px;padding-bottom:65px}}@media screen and (max-width: 1280px){.excursions-certificate{background-size:100% auto;padding-bottom:100px}.no-webp .excursions-certificate{background-image:url("../img/certificate-1280.jpg")}.webp .excursions-certificate{background-image:url("../img/certificate-1280.webp")}}@media screen and (max-width: 1040px){.excursions-certificate{padding-top:65px;padding-bottom:65px}}@media screen and (max-width: 820px){.excursions-certificate{background-size:991px auto;background-position:right bottom}}@media screen and (max-width: 768px){.excursions-certificate{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;min-height:106vw;box-sizing:border-box;padding-bottom:40px;background-size:100% auto;background-position:center bottom}.no-webp .excursions-certificate{background-image:url("../img/certificate-768.jpg")}.webp .excursions-certificate{background-image:url("../img/certificate-768.webp")}.excursions-certificate *{text-align:center}}@media screen and (max-width: 480px){.excursions-certificate{background-position:center bottom;min-height:164vw}.no-webp .excursions-certificate{background-image:url("../img/certificate-mobile-2.png")}.webp .excursions-certificate{background-image:url("../img/certificate-mobile-2.webp")}}.excursions-certificate h2, .excursions-certificate .stagh2{margin-right:calc(((90vw + 20px) / 12) * 6);max-width:335px}.excursions-certificate h2:not(:last-child), .excursions-certificate .stagh2:not(:last-child){margin-bottom:50px}@media screen and (max-width: 768px){.excursions-certificate h2:not(:last-child), .excursions-certificate .stagh2:not(:last-child){margin-bottom:20px}}@media screen and (max-width: 340px){.excursions-certificate h2:not(:last-child), .excursions-certificate .stagh2:not(:last-child){margin-bottom:10px}}@media screen and (max-width: 768px){.excursions-certificate h2, .excursions-certificate .stagh2{margin-right:auto;margin-left:auto}}.excursions-certificate p,.excursions-certificate .button{margin-right:calc(((90vw + 20px) / 12) * 7)}.excursions-certificate p{max-width:265px}@media screen and (max-width: 768px){.excursions-certificate p{max-width:80%}}@media screen and (max-width: 375px){.excursions-certificate p{max-width:265px}}.excursions-certificate p:not(:last-child){margin-bottom:40px}@media screen and (max-width: 768px){.excursions-certificate p:not(:last-child){margin-bottom:27px;margin-right:auto;margin-left:auto}}@media screen and (max-width: 350px){.excursions-certificate p:not(:last-child){margin-bottom:10px}}.excursions-certificate .button{font-size:14px}@media screen and (max-width: 768px){.excursions-certificate .button{margin-right:auto;margin-left:auto}}@media screen and (max-width: 576px){.fixed-excursion-info_keys{top:calc(50px) !important;margin-left:0 !important;margin-right:0 !important;width:100% !important}}

.footer{font-size:14px;line-height:20px;color:#ffffff;padding:100px 0;background-color:#212121;background-size:auto 460px;background-position:center bottom;background-repeat:no-repeat}@media screen and (max-width: 768px){.footer{padding:60px 0;text-align:center}}.footer h4, .footer .stagh4{opacity:0.6;margin-bottom:15px;line-height:18px}.footer a{text-decoration:none;text-transform:none;font-weight:normal;color:inherit}.footer ul{margin:0;padding:0}.footer .contact{font-size:20px !important;line-height:28px !important}@media screen and (max-width: 768px){.footer .contact{font-size:16px !important;line-height:20px !important}}.footer__content{display:flex;justify-content:space-between;align-items:stretch}@media screen and (max-width: 1279px){.footer__content{flex-wrap:wrap;justify-content:flex-start;gap:20px;padding-right:15px;padding-left:15px;box-sizing:border-box}}@media screen and (max-width: 768px){.footer__content{flex-wrap:unset;flex-direction:column;align-items:center}}.footer__block:nth-child(3n+1),.footer__block:nth-child(3n+3){width:calc(((90vw + 20px) / 12) * 3 - 20px)}.footer__block:nth-child(3n+2){width:calc(((90vw + 20px) / 12) * 6 - 20px)}@media screen and (max-width: 1279px){.footer__block{order:2;width:calc((100% - 40px) / 3) !important}}@media screen and (max-width: 768px){.footer__block:nth-child(3n+3){text-align:center}}@media screen and (max-width: 768px){.footer__block{order:unset;width:auto !important}.footer__block:not(:last-child){margin-bottom:30px}}.footer .contact-block:not(:last-child){margin-bottom:40px}@media screen and (max-width: 768px){.footer .contact-block:not(:last-child){margin-bottom:30px}}.footer .spacer{margin-bottom:auto !important}.footer .footer-nav{display:flex;justify-content:space-between;gap:20px}@media screen and (max-width: 1279px){.footer .footer-nav{order:1;width:100% !important;margin-bottom:40px}}@media screen and (max-width: 768px){.footer .footer-nav{order:unset;display:none}}.footer .footer-nav__main-ul{height:100%;display:flex;flex-direction:column;width:calc((100% - 40px) / 3)}.footer .footer-nav__main-ul li{display:block;list-style:none}.footer .footer-nav__main-ul li:not(:last-child){margin-bottom:10px}.footer .footer-nav__main-ul .copyright{white-space:nowrap;overflow:visible}.footer .footer-col{display:flex;flex-direction:column;align-items:stretch;max-width:300px;height:100%}@media screen and (max-width: 768px){.footer .footer-col{max-width:unset;height:unset;align-items:center}.footer .footer-col p:not(:last-child){margin-bottom:16px}.footer .footer-col p{font-size:12px;line-height:16px}}.footer .footer-col_right{margin-right:auto}.footer .footer-col_right h4, .footer .footer-col_right .stagh4{margin-bottom:25px}@media screen and (max-width: 1279px){.footer .footer-col_right{margin:0}}.footer .footer-col_left{margin-left:auto;justify-content:space-between}@media screen and (max-width: 1279px){.footer .footer-col_left{margin:0}}.footer .footer-col .row{display:flex;justify-content:space-between;margin-bottom:50px;width:100%}.footer .footer-col .row.societies{justify-content:space-between;flex-wrap:nowrap}@media screen and (max-width: 768px){.footer .footer-col .row.societies{margin-bottom:30px}}.footer .footer-col .row.societies .society{width:calc(20% - 5px)}@media screen and (max-width: 768px){.footer .footer-col .row{width:260px;margin-bottom:30px;justify-content:center}.footer .footer-col .row a:not(:last-child){margin-left:10px}.footer .footer-col .row.short{width:200px}}.footer .footer-col .row a{font-size:16px;line-height:20px}

.gallery{display:flex;flex-wrap:wrap;margin-bottom:-20px}@media screen and (max-width: 1279px){.gallery{margin-bottom:-10px}}.gallery__item{width:calc(50% - 10px);position:relative;margin-bottom:20px}@media screen and (max-width: 1279px){.gallery__item{margin-bottom:10px}}.gallery__item:nth-child(2n+1){margin-left:20px}@media screen and (max-width: 1279px){.gallery__item:nth-child(2n+1){margin-left:10px}}@media screen and (max-width: 768px){.gallery__item{width:100% !important;margin-left:0 !important}}.gallery__item:not(.gallery__item_free) img{top:0;right:0;position:absolute}.gallery__item:not(.gallery__item_free):before{content:'';display:inline-block;width:0;height:0;padding-top:100%}

.header-extended{z-index:18;position:fixed;top:0;right:0;width:100%;height:auto;background-color:#ffffff;font-size:15px;line-height:22px;background-size:100% auto;background-position:center top;background-repeat:no-repeat;opacity:0;max-height:calc(var(--vh) * 100);padding:calc(((90vw + 20px) / 12 - 20px) * 2) 0 80px;transition:opacity .5s ease-in-out, transform .5s ease-in-out;box-shadow:0 5px 40px rgba(37,37,37,0.3);pointer-events:none;transform:translateY(-100%);box-sizing:border-box}@media screen and (max-width: 768px){.header-extended{background-size:auto 100%;overflow-y:scroll;min-height:calc(var(--vh) * 100);min-height:100svh}}.header-extended_active{pointer-events:all;opacity:1;transform:translateY(0)}@media screen and (max-width: 1279px){.header-extended{padding:100px 0 60px}}.header-extended__wrapper{display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 991px){.header-extended__wrapper{flex-wrap:wrap;margin-bottom:-40px}}@media screen and (max-width: 768px){.header-extended__wrapper{flex-direction:column;flex-wrap:nowrap;align-items:flex-start;justify-content:flex-start;margin-left:0;margin-bottom:-28px}}.header-extended__nav{max-width:calc(25% - 20px);margin-left:20px}@media screen and (max-width: 991px){.header-extended__nav{max-width:unset;margin-bottom:40px;margin-left:0;width:calc(50% - 10px)}.header-extended__nav:nth-child(2n+1){margin-left:20px}}@media screen and (max-width: 768px){.header-extended__nav{margin-left:0 !important;width:100%;margin-bottom:0}}.header-extended a{transition:all .1s ease-out;border-bottom:2px solid transparent}.header-extended a:hover{color:#0facd0;border-bottom:2px solid #0facd0}.header-extended__list{display:flex;flex-direction:column}.header-extended__list li{list-style:none}.header-extended__list li:not(:last-child){margin-bottom:14px}.header-extended__list li a{text-transform:none;font-weight:normal}.header-extended__main-link{display:block;font-size:15px;text-transform:uppercase;font-weight:bold}.header-extended__main-link:not(:last-child){margin-bottom:39px}@media screen and (max-width: 991px){.header-extended__main-link:not(:last-child){margin-bottom:28px}}@media screen and (max-width: 768px){.header-extended .telephone,.header-extended .lang-block{margin-bottom:28px;margin-right:auto;margin-left:auto}.header-extended .lang-block a:not(:last-child){margin-left:12px}.header-extended .telephone{font-size:16px;font-weight:500}.header-extended__list{max-height:0;transition:all .5s ease-in-out;opacity:0;margin-bottom:0;pointer-events:none}.header-extended__nav:not(.header-extended__nav_no-shrink){display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline}.header-extended__nav:not(.header-extended__nav_no-shrink) .header-extended__list{width:100%}.header-extended__nav:not(.header-extended__nav_no-shrink) .header-extended__main-link{transition:margin-bottom .5s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:calc(100% - 120px);margin-bottom:12px}.header-extended__extended-control{display:flex;justify-content:flex-end;width:115px;align-items:baseline}.header-extended__extended-control:before{content:attr(data-show-content);display:inline-block;font-size:13px;text-transform:uppercase;font-weight:bold;margin-left:1em}.header-extended__extended-control.active:before{content:attr(data-hide-content)}.header-extended__extended-control:after{content:'';display:inline-block;width:5px;height:5px;transform:rotate(45deg);border-bottom:2px solid #212121;border-left:2px solid #212121;transition:all .5s ease-in-out;transform:rotate(45deg) translate(2px, -2px)}.header-extended__extended-control.active:after{border-bottom:2px solid #0facd0;border-left:2px solid #0facd0;transform:rotate(-135deg)}.header-extended__extended-control.active{color:#0facd0}.header-extended__extended-control.active+.header-extended__list{opacity:1;pointer-events:all;margin-bottom:32px}.header-extended__nav_no-shrink .header-extended__main-link{margin-bottom:28px !important}}

.header{position:fixed;height:calc(((90vw + 20px) / 12 - 20px));background-color:#d5d5d5;margin-top:20px;display:flex;align-items:stretch;font-size:16px;z-index:20}@media screen and (max-width: 576px){.header_keys{margin-top:0 !important;margin-left:0 !important;margin-right:0 !important;width:100% !important}}@media screen and (max-width: 1279px){.header{height:calc(50px);margin-top:10px}}.header .spacer{display:none}@media screen and (max-width: 576px){.header .spacer{display:block}}.header__item{display:flex;align-items:center;justify-content:center;color:#212121;transition:color .25s ease-out}.header__item_extended{justify-content:space-between;flex-grow:1;padding:0 50px}.header__item_extended a{font-weight:500}@media screen and (max-width: 1279px){.header__item_extended{padding:0 25px}}@media screen and (max-width: 576px){.header__item_extended{display:none}}.header__item_square{width:calc(((90vw + 20px) / 12 - 20px))}@media screen and (max-width: 1279px){.header__item_square{width:calc(50px)}}.header__item_rect,.header__item_ext-rect{padding-right:12px;padding-left:12px}.header__item_rect{min-width:calc(((90vw + 20px) / 12) + 20px)}.header__item_ext-rect{min-width:calc(2 * ((90vw + 20px) / 12 - 20px))}@media screen and (max-width: 1279px){.header__item_rect,.header__item_ext-rect{display:none}}.header__item_gray{background-color:#e3e3e3}.header__item_accent{background-color:#0facd0}.header__item_accent:hover,.header__item_accent a:hover{color:#ffffff}.header__item_accent-svg{background-color:#e2f5f9}.header__item_light-gray{background-color:#f0f0f0}.header__item svg{width:36px;height:36px;fill:#212121;stroke:#212121;transition:all .25s ease-out}@media screen and (max-width: 1279px){.header__item svg{width:22px;height:22px}}.header__item:hover svg{fill:#0facd0;stroke:#0facd0}.header__link-tree{display:flex;align-items:stretch;text-transform:uppercase;font-weight:bold;cursor:pointer}.header__link-tree:hover .header__item{color:#0facd0}.header__link-tree:hover .header__item_accent{color:#ffffff}.header__link-tree:hover .header__item svg{fill:#0facd0;stroke:#0facd0}.header__center-link{position:absolute;z-index:5;top:50%;right:50%;transform:translate(50%, -50%);display:block;height:60%;min-width:130px;background-position:center center;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 1279px){.header__center-link{height:30px}}.header__center-link svg{height:100%}

.lang-block{flex-grow:1;max-width:100px;display:flex;justify-content:space-between}.lang-block a{color:#212121;font-weight:normal}.lang-block a:hover{opacity:1;color:#0facd0}.lang-block a.current{opacity:1;color:#0facd0}

@-webkit-keyframes modalOpacity{0%{opacity:0}100%{opacity:1}}

@keyframes modalOpacity{0%{opacity:0}100%{opacity:1}}

.our-excursions{overflow:hidden}.our-excursions h2, .our-excursions .stagh2{text-align:center;margin-bottom:60px}@media screen and (max-width: 768px){.our-excursions h2, .our-excursions .stagh2{margin-bottom:30px}}.our-excursions .swiper-container{overflow:visible}

.our-instagram{overflow:hidden}.our-instagram h2, .our-instagram .stagh2{text-align:center;margin-bottom:60px}@media screen and (max-width: 768px){.our-instagram h2, .our-instagram .stagh2{margin-bottom:30px}}.our-instagram__gallery{margin-bottom:0 !important}@media screen and (max-width: 768px){.our-instagram__gallery{margin-bottom:20px !important}}.our-instagram__button{min-width:220px;margin-right:auto;margin-left:auto}.our-instagram .swiper-slide{background-size:cover;background-position:center center}.our-instagram .swiper-slide:before{content:'';display:inline-block;width:0;height:0;padding-top:100%}@media screen and (max-width: 576px){.our-instagram .swiper-container{overflow:visible}}

.society{display:block;overflow:hidden;box-sizing:border-box;max-width:50px;width:100%;border-radius:50%;border:1px solid rgba(227,227,227,0.5);position:relative}.society:before{content:'';width:0;height:0;padding-top:calc(100% - 5px);display:inline-block}.society svg{position:absolute;top:50%;right:50%;transform:translate(50%, -50%);fill:#212121;width:min(40%, 18px);height:min(40%, 18px)}.society_white svg{fill:#ffffff}.society:hover svg{fill:#0facd0}



@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper-container{margin-right:auto;margin-left:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}

.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}

.swiper-slide-invisible-blank{visibility:hidden}

:root{--swiper-navigation-size:44px}

.swiper-button-lock{display:none}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-lock{display:none}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;right:0;top:0}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;right:50%;top:50%;margin-right:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

@-webkit-keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}

.swiper-container .swiper-notification{position:absolute;right:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-container{width:100%}

.swiper-container:not(:last-child){margin-bottom:60px}

.swiper-wrapper{padding-bottom:60px}

@media screen and (max-width: 1279px){.swiper-wrapper{padding-bottom:30px}}

.swiper-slide{display:flex;align-items:center;justify-content:center}

.swiper-pagination{line-height:12px;bottom:0 !important;right:50% !important;transform:translateX(50%) !important}

.swiper-pagination-bullet{box-sizing:border-box;border-radius:50%;width:12px;height:12px;margin:0 4px;border:2px solid transparent;background-color:transparent;transition:all .25s ease-out;position:relative;opacity:1}

.swiper-pagination-bullet:after{content:'';position:absolute;top:calc(50% - 2px);right:calc(50% - 2px);width:4px;height:4px;border-radius:50%;background-color:#212121;transition:all .25s ease-out}

.swiper-pagination-bullet-active{border:2px solid #212121}

.swiper-pagination-bullet-active:after{background-color:transparent}

.tooltip{margin:0 .5em;cursor:pointer;text-align:center;display:inline-block;position:relative}.tooltip:before{content:'?';height:16px;width:16px;display:block;border-radius:50%;background-color:#ffffff;color:#212121}.tooltip_black:before{background-color:#212121;color:#ffffff}.tooltip__text{position:absolute;z-index:3;visibility:hidden;background-color:#212121;color:#ffffff;text-align:center;padding:5px;box-sizing:border-box;border-radius:6px;max-width:200px;width:-webkit-max-content;width:-moz-max-content;width:max-content;right:50%;bottom:-15px;transform:translate(50%, 100%);opacity:0;transition:opacity .25s ease-out;white-space:normal}.tooltip__text:after{content:'';position:absolute;top:-10px;right:calc(50% - 5px);border-width:5px;border-style:solid;border-color:transparent transparent #212121 transparent}.tooltip:hover .tooltip__text{visibility:visible;opacity:1}.tooltip_right .tooltip__text{top:50%;left:-15px;right:unset;bottom:unset;transform:translate(-100%, -50%)}.tooltip_right .tooltip__text:after{top:calc(50% - 5px);right:-5px;border-color:transparent transparent transparent #212121}@media screen and (max-width: 576px){.tooltip_right .tooltip__text{top:unset;left:unset;right:50%;bottom:-15px;transform:translate(50%, 100%)}.tooltip_right .tooltip__text:after{top:-10px;right:calc(50% - 5px);border-color:transparent transparent #212121 transparent}}

.bg{min-height:calc(var(--vh) * 100);min-height:100svh;align-items:flex-start;text-align:right;color:#ffffff;padding:calc(((90vw + 20px) / 12) * 2 - 20px) 0 calc(((90vw + 20px) / 12 - 20px))}@media screen and (max-width: 768px){.bg{padding:calc(60px * 2 - 20px) 0 calc(50px)}}.bg:not(:last-child){margin-bottom:60px}@media screen and (max-width: 1279px){.bg:not(:last-child){margin-bottom:40px}}.bg h1{font-size:36px;line-height:48px;max-width:335px}@media screen and (max-width: 1279px){.bg h1{font-size:28px;line-height:36px}}.bg__excursion-info-cards{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;display:grid;grid-template-columns:1fr 1fr;gap:40px 20px}@media screen and (max-width: 576px){.bg__excursion-info-cards{grid-template-columns:1fr}}.info-cards:not(:last-child){margin-bottom:120px}@media screen and (max-width: 1279px){.info-cards:not(:last-child){margin-bottom:80px}}@media screen and (max-width: 768px){.info-cards:not(:last-child){margin-bottom:60px}}.info-cards__gallery{width:100%;display:flex;align-items:stretch;justify-content:center;margin-left:-20px;margin-bottom:-20px}@media screen and (max-width: 1279px){.info-cards__gallery{flex-wrap:wrap}}@media screen and (max-width: 480px){.info-cards__gallery{flex-direction:column;margin-left:0;margin-bottom:0}}.info-cards__gallery:not(:last-child){margin-bottom:40px}.info-cards__gallery .excursion-info-card{width:calc((100% + 20px) / 5 - 20px);margin-left:10px;margin-bottom:20px;min-width:220px}@media screen and (max-width: 480px){.info-cards__gallery .excursion-info-card{width:100%;margin-left:0;margin-bottom:10px}.info-cards__gallery .excursion-info-card:last-child{margin-bottom:0}}.info-cards .button{margin-right:auto;margin-left:auto}.trip-on-map{display:flex;align-items:stretch}.trip-on-map:not(:last-child){margin-bottom:120px}@media screen and (max-width: 1279px){.trip-on-map:not(:last-child){margin-bottom:80px}}@media screen and (max-width: 768px){.trip-on-map:not(:last-child){margin-bottom:60px}}@media screen and (max-width: 991px){.trip-on-map{display:block}}.trip-on-map h2.sm-tablet, .trip-on-map .stagh2.sm-tablet{text-align:center;margin-bottom:60px}@media screen and (max-width: 768px){.trip-on-map h2.sm-tablet, .trip-on-map .stagh2.sm-tablet{margin-bottom:30px}}.trip-on-map__map-wrapper{width:50%;margin-left:10px;background-color:#edf4f9}@media screen and (max-width: 991px){.trip-on-map__map-wrapper{width:100%;margin-bottom:48px;height:400px;margin-left:0}}.trip-on-map__content{padding:calc(((90vw + 20px) / 12 - 20px)) calc(((90vw + 20px) / 12 - 20px) / 2) 90px 0;width:calc(((90vw + 20px) / 12) * 6 - 20px);box-sizing:border-box}.trip-on-map__content h2, .trip-on-map__content .stagh2{max-width:480px;margin-bottom:48px}.trip-on-map ul{-moz-column-count:2;column-count:2;-moz-column-gap:20px;column-gap:20px}.trip-on-map ul:not(:last-child){margin-bottom:36px}@media screen and (max-width: 768px){.trip-on-map ul:not(:last-child){margin-bottom:24px}}@media screen and (max-width: 576px){.trip-on-map ul{-moz-column-count:1;column-count:1}}.trip-on-map li{margin-bottom:12px}.trip-on-map li[data-marker]:hover:before{background-color:#0facd0}.trip-on-map p:not(:last-child){margin-bottom:36px}@media screen and (max-width: 768px){.trip-on-map p:not(:last-child){margin-bottom:24px}}.first-col-text{padding-bottom:120px;position:relative;margin-bottom:0 !important}@media screen and (max-width: 1279px){.first-col-text{padding-bottom:80px}}@media screen and (max-width: 768px){.first-col-text{padding-bottom:60px}}.first-col-text:after{content:'';position:absolute;height:1px;width:100%;background-color:#e3e3e3;right:0;bottom:0}.helitours-for-excursions:not(:last-child){margin-bottom:120px}@media screen and (max-width: 1279px){.helitours-for-excursions:not(:last-child){margin-bottom:80px}}@media screen and (max-width: 768px){.helitours-for-excursions:not(:last-child){margin-bottom:60px}}.helitours-for-excursions h2, .helitours-for-excursions .stagh2{text-align:center;margin-bottom:60px}@media screen and (max-width: 768px){.helitours-for-excursions h2, .helitours-for-excursions .stagh2{margin-bottom:30px}}.our-instagram:not(:last-child){margin-bottom:120px}@media screen and (max-width: 1279px){.our-instagram:not(:last-child){margin-bottom:80px}}@media screen and (max-width: 768px){.our-instagram:not(:last-child){margin-bottom:60px}}.our-instagram .content{padding-bottom:120px;position:relative}@media screen and (max-width: 1279px){.our-instagram .content{padding-bottom:80px}}@media screen and (max-width: 768px){.our-instagram .content{padding-bottom:60px}}.our-instagram .content:after{content:'';position:absolute;height:1px;width:100%;background-color:#e3e3e3;right:0;bottom:0}
