html, body {
    font-family: "MuseoSansCyrl-500", "Times New Roman", sans-serif;
}

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

a:hover {
    color: #212529;
}

.no-overflow {
    overflow: hidden;
}

.container {
    max-width: 1920px;
}

p {
    font-size: 15pt;
    text-align: left;
    line-height: 1.9;
}

p a, p a:visited, p a:hover,p a:active {
    text-decoration: none;
    color: rgb(33, 37, 41);
}

@media only screen and (max-width: 576px) {
    p {
        font-size: 13.5pt;
        line-height: 1.8;
        padding-right: 15px;
        padding-left: 15px;
    }
}

ul li {
    font-size: 13.5pt;
    text-align: left;
    line-height: 1.9;
}

h1 {
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 40pt;
    text-transform: lowercase;
    color: #301f25;
}

h2 {
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 60pt;
    text-transform: lowercase;
    padding-top: 80px;
    padding-bottom: 80px;
    color: #301f25;
}

h3 {
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 50pt;
    text-transform: lowercase;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #301f25;
    line-height: 40pt;
}

h4 {
    font-family: "MuseoSansCyrl-500", Arial, sans-serif;
    font-size: 30pt;
    padding-top: 60px;
    padding-bottom: 60px;
}

header {
    margin: 0;
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 30pt;
    }

    h2 {
        font-size: 30pt;
        padding-bottom: 25px;
    }

    h3 {
        font-size: 30pt;
    }

    h4 {
        font-size: 25pt;
    }
}

@media only screen and (max-width: 576px) {
    h2 {
        padding-left: 15px;
    }
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 100px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mb-10 {
    margin-bottom: 100px;
}

.logo,
.logoSliderMobile {
    z-index: 1000;
    top: 70px;
    left: 70px;
    position: absolute;
    height: 144px;
    width: 370px;
    background: url("../svg/logo.svg") top left no-repeat;
    background-size: contain;
    opacity: 0;
}

.logoSmall {
    z-index: 1000;
    top: 70px;
    left: 70px;
    position: absolute;
    height: 72px;
    width: 72px;
    background: url("../svg/cr_olive.svg") top left no-repeat;
    background-size: contain;
    opacity: 0;
}

@media only screen and (max-width: 1300px) {
    .logoSmall {
        background-image: url("../svg/cr_white.svg");
    }

    .logoSmall.logoDark {
        background-image: url("../svg/cr_olive.svg");
    }
}

@media only screen and (max-width: 768px) {
    .logoSmall {
        top: 30px;
        left: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .logoSmall {
        height: 52px;
        width: 52px;
    }
}


.initialAnimation .logo,
.initialAnimation .logoSmall {
    animation-delay: 2.5s;
    animation-name: slideDown, fadeIn;
    animation-fill-mode: both;
    animation-duration: 1s;
}

.initialAnimation .logo-en {
    animation-delay: 2.5s;
    animation-name: slideDown, fadeIn;
    animation-fill-mode: both;
    animation-duration: 1s;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes slideScreenUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(calc(-100vh));
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a.mainMenuBurger {
    z-index: 1000;
    top: 70px;
    right: 70px;
    position: absolute;
    height: 54px;
    width: 54px;
    background: url("../img/burger.png") center center no-repeat;
    background-size: contain;
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    a.mainMenuBurger {
        top: 30px;
        right: 30px;
    }
}

@media only screen and (max-width: 576px) {
    a.mainMenuBurger {
        height: 34px;
        width: 34px;
    }
}

a.mainMenuBurgerDark {
    background: url("../img/burger-dark.png") center center no-repeat;
    background-size: contain;
}

.initialAnimation a.mainMenuBurger {
    animation: fadeIn;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-duration: 1s;
}

a.telegram {
    opacity: 0;
    bottom: 70px;
    right: 70px;
    position: absolute;
    height: 54px;
    width: 54px;
    color: rgba(0, 0, 0, 0);
    background: url("../svg/telegram-white.svg") center center no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    a.telegram {
        display: none;
    }
}

a.instagramDark {
    background-image: url("../img/im-dark.png?v=1.0");
}

.initialAnimation a.telegram {
    animation: fadeIn;
    animation-delay: 0.5s;
    animation-fill-mode: both;
    animation-duration: 1s;
}

.rightMenu,
.mainMenu {
    padding: 70px;
    z-index: 10000;
    position: fixed;
    right: 0;
    top: 0;
    width: calc(65vw);
    height: calc(100vh);
    background: #fff;
    text-align: left;
    transform: translateX(calc(65vw));
    opacity: 0.7;
    transition-delay: 0.7s;
    transition-property: all;
    transition-duration: 1.5s;
}

@media only screen and (max-width: 1200px) {
    .rightMenu,
    .mainMenu {
        width: calc(70vw);
        transform: translateX(calc(70vw));
    }
}

@media only screen and (max-width: 992px) {
    .rightMenu,
    .mainMenu {
        width: calc(100vw);
        transform: translateX(calc(100vw));
    }
}

@media only screen and (max-width: 768px) {
    .rightMenu,
    .mainMenu {
        padding: 50px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 576px) {
    .rightMenu,
    .mainMenu {
        padding: 100px 50px 50px 50px;
    }
}

body.showRightMenu .rightMenu,
body.showMenu .mainMenu {
    transform: translateX(0);
    opacity: 1;
}

body.showMenu .telegram {
    opacity: 0;
}

body.showMenu .sliderMenu {
    opacity: 0;
}

body.showMenu .mainMenuBurger {
    opacity: 0;
}

.mainSlider {
    transition-property: filter;
    transition-duration: 1s;
}

body.showMenu .mainSlider {
    transition-property: filter;
    transition-duration: 2s;
    filter: blur(5px);
}

body.showRightMenu .commonPageContainer,
body.showMenu .commonPageContainer {
    transition-property: filter;
    transition-duration: 2s;
    filter: blur(5px);
}

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

.mainMenu ul li {
    padding: 0 0 30px 0;
    margin: 0;
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 34pt;
    line-height: 12pt;
    text-transform: lowercase;
}

@media only screen and (max-width: 768px) {
    .mainMenu ul li {
        padding: 0 0 30px 0;
        font-size: 24pt;
        line-height: 10pt;
    }
}

.mainMenu ul li a {
    color: #5f6d2d;
    text-decoration: none;
}

.mainMenu ul li.active a {
    color: #18332f;
    text-decoration: none;
}

.rightMenuClose,
.mainMenuClose {
    text-decoration: none;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 70px;
    top: 70px;
    width: 40px;
    height: 40px;
    background: url("../img/close.png") center center no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .rightMenuClose,
    .mainMenuClose {
        right: 50px;
        top: 50px;
        width: 30px;
        height: 30px;
    }
}

.rightMenuClose:hover,
.mainMenuClose:hover {
    color: rgba(0, 0, 0, 0);
}

.rightMenu h4 {
    color: #5f6d2d;
    margin-top: 0;
    padding-top: 0;
}

.rightMenu p {
    color: #5f6d2d;
    font-size: 10pt;
    margin-right: 100px;
}

.mainMenu p {
    margin: 0;
    padding: 0;
    font-size: 15pt;
    color: #5f6d2d;
    position: absolute;
    left: 70px;
    bottom: 70px;
    margin-bottom: -20px;
}

@media only screen and (max-width: 768px) {
    .mainMenu p {
        left: 50px;
        bottom: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .rightMenu p {
        font-size: 10pt;
        margin-right: 0px;
    }

    .mainMenu p {
        margin-bottom: -5px;
        font-size: 15pt;
        left: 50px;
        bottom: 50px;
    }
}

a.footerTelegram,
a.mainMenuTelegram {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    height: 54px;
    width: 54px;
    background: url("../svg/telegram.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

a.footerVK,
a.mainMenuVK {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    height: 54px;
    width: 54px;
    background: url("../svg/vk.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: 20px;
}

a.mainMenuTelegram {
    bottom: 70px;
    right: 70px;
    position: absolute;
}

a.mainMenuMap {
    bottom: 190px;
    right: 70px;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    height: 70px;
    width: 54px;
    background: url("../img/map_menu.png") center center no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    a.mainMenuTelegram {
        height: calc(54px * 0.7);
        width: calc(54px * 0.7);
        bottom: 50px;
        right: 50px;
    }

    a.mainMenuMap {
        height: calc(70px * 0.7);
        width: calc(54px * 0.7);
        bottom: 170px;
        right: 50px;
    }
}

.preloaderScreen {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100vw);
    height: calc(100vh);
    background: #fff;
    opacity: 1;
}

.preloaderScreen::before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 282px;
    height: 182px;
    margin-left: calc(-282px / 2);
    margin-top: calc(-182px / 2);
    background: #fff url("../svg/preloader.svg") center center no-repeat;
    opacity: 0;
}

.preloaderScreen::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 282px;
    height: 182px;
    margin-left: calc(-282px / 2);
    margin-top: calc(-182px / 2);
    background: transparent url("../img/preloader_blend.png") center center no-repeat;
    transform: translateY(0px);
}

.preloaderAnimation .preloaderScreen::before {
    opacity: 1;
}

.preloaderAnimation .preloaderScreen::after {
    transform: translateY(182px);
    transition-property: all;
    transition-duration: 1s;
}

.preloaderAnimation .preloaderScreen {
    animation-delay: 3s;
    animation-name: slideScreenUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    overflow: hidden;
}

.pageContainer {
    position: relative;
    max-width: 1920px;
    margin: auto;
}

.commonPageContainer {
    background-color: #f9f9f9;
}

/*
PAGE COVER
 */

.pageCover {
    margin: 0;
    padding: 0;
    width: calc(100%);
    height: calc(100vh);
    max-height: 1100px;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.pageCoverTitle {
    margin: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    background-color: #f9f9f9;
    /*align-self: start;*/
    justify-content: flex-start;
    align-items: center;
    display: flex;
    transform: translateX(calc(-50vw));
    transition-delay: 2s;
    transition-property: all;
    transition-duration: 1.5s;
}

.initialAnimation .pageCoverTitle {
    transform: translateX(0);
    opacity: 1;
}

.pageCoverTitle h1 {
    position: relative;
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 63pt;
    text-transform: lowercase;
    line-height: 1.33;
    color: #301f25;
    margin-left: 70px;
}

.initialAnimation .pageCoverTitle h1 {
    animation: slideUp, fadeIn;
    animation-delay: 3.5s;
    animation-fill-mode: both;
    animation-duration: 1s;
}

@media only screen and (max-width: 1300px) {
    .pageCoverTitle {
        background-color: transparent;
        width: 100%;
    }

    .pageCoverTitle h1 {
        color: #fff;
    }
}

@media only screen and (max-width: 768px) {
    .pageCoverTitle h1 {
        width: calc(100vw);
        margin-left: calc(10vw);
        font-size: 30pt;
    }
}

.infographyTerruar {
    margin: 150px 150px 150px 0;
    height: 200px;
}

.infographyTourizm {
    margin: 80px 0;
}

@media only screen and (max-width: 768px) {
    .infographyTourizm {
        margin: 20px 0 20px 0;
    }
}

@media only screen and (max-width: 576px) {
    .infographyTerruar {
        margin: 50px 50px 50px 0;
        height: 130px;
    }
}

a.moreLink {
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    color: #18332f;
    padding: 33px 0;
    font-size: 13.5pt;
    line-height: 13.5pt;
    text-align: left;
    max-width: 250px;
    font-weight: bold;
}

a.moreLink.outline {
    border: 2px #18332f solid;
    padding-left: 28px;
    padding-right: 28px;
    max-width: 350px;
}

a.moreLink:after {
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    top: 50%;
    width: 20px;
    height: 20px;
    border: 2px #18332f solid;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    margin-top: -8px;
}

.darkMode a.moreLink:after {
    border-color: #fff;
}

.darkMode h1,
.darkMode h2,
.darkMode h3,
.darkMode h4,
.darkMode h5,
.darkMode p,
.darkMode a {
    color: #fff;
}

.tourizmCaptionContainer {
    margin: 150px 0 150px 0;
}

.tourizmCaptionContainer h2 {
    margin: 100px 0 100px 0;
}

.terruarMap {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}

@media only screen and (max-width: 576px) {
    .terruarMap {
        margin: 0;
        width: 100%;
    }
}

.infoTerruarBigText {
    font-family: "Montserrat Medium", Arial, sans-serif;
    color: #515446;
}

.infoTerruarSquare {
    position: relative;
}

.infoTerruarBigText i {
    font-size: 0.5em;
    font-style: normal;
}

.infoTerruarBigText u {
    text-decoration: none;
    display: inline-block;
    font-size: 120pt;
    line-height: 120pt;
}

.infoTerruarBigText b {
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
}

@media only screen and (max-width: 992px) {
    .infoTerruarBigText u {
        font-size: 80pt;
        line-height: 80pt;
    }

    .infoTerruarBigText b {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .infoTerruarBigText {
        padding-left: 15px;
    }
}

.terruarInfoContainer {
    min-height: calc(80vh);
}

.trrText {
    position: absolute;
    opacity: 0;
    max-width: calc(50vw);
    transition-property: all;
    transition-duration: 1s;
}


/*@media only screen and (max-width: 992px) {*/
/*    .terruarInfoContainer {*/
/*        margin-top: -100px;*/
/*    }*/
/*}*/

@media only screen and (max-width: 576px) {
    .trrText p {
        padding-right: 0;
    }
    .trrText {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .trrText h4 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
}

.trrText.trrTextActive {
    opacity: 1;
}

.infoTerruarBigText {
    opacity: 1;
    transition-property: all;
    transition-duration: 0.5s;
}

.infoTerruarBigText.Hidden {
    opacity: 0;
}

.infoTerruarBigText.NoDisplay {
    display: none;
}

.scrolledText {
    max-height: calc(100vh - 140px);
    overflow: scroll;
}

footer {
    padding: 100px 0 100px 0;
}

footer .col {
    margin-top: 50px;
}

.footerLogo {
    width: 60%;
    max-width: 300px;
}

.footerLogoEn {
    width: 60%;
    max-width: 300px;
}

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

footer ul li {
    padding: 0 0 30px 0;
    margin: 0;
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 30pt;
    line-height: 15pt;
    text-transform: lowercase;
}

footer ul li a,
footer ul li a:hover {
    color: #5f6d2d;
    text-decoration: none;
}

footer p {
    color: #5f6d2d;
}

@media only screen and (max-width: 576px) {
    .footerLogo, footer ul, .footerLinks
    {
        padding-left: 15px !important;
    }
}

.bookingForm {
    display: none;
}

.bookingAgreement {
    display: block;
}

.bookingAgreementText {
    padding-bottom: 30px;
}

.acceptAgreement {
    margin: 100px 0 200px 0;
}

.submitForm {
    margin: 50px 0 200px 0;
}

.cennostiCover {
    background-image: url('../img/cennosti/cn-cover.jpg');
}

.wheretobuyCover {
    background-image: url('../img/wheretobuy/buy-cover.jpg');
}

.contactsCover {
    background-image: url('../img/contacts/contacts-cover.jpg');
}

@media only screen and (max-width: 576px) {
    .cennostiCover {
        background-image: url('../img/cennosti/cn-cover-mobile.jpg');
    }
}

.ageDisclaimerBackground {
    background-color: #18332f;
}

.ageDisclaimer {
    margin: 0;
    padding: 70px;
    width: calc(100vw);
    min-height: calc(100vh);
    position: relative;
    background-color: #18332f;
    color: #fff;
}

.ageDisclaimer p {
    font-size: 25pt;
    font-family: "MuseoSansCyrl-500", "Times New Roman", sans-serif;
    max-width: 450px;
    margin-bottom: 70px;
    line-height: 1.6;
}

.ageDisclaimer a {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 30px;
    display: inline-block;
    margin-bottom: 50px;
    margin-right: 70px;
}

.ageDisclaimer span {
    display: block;
    height: 144px;
    width: 370px;
    background: url("../svg/logo.svg") top left no-repeat;
    background-size: contain;
    margin-bottom: 100px;
}

@media only screen and (max-width: 576px) {
    .ageDisclaimer {
        padding: 0;
        padding-top: calc(14vh);
        text-align: center;
    }

    .ageDisclaimer p {
        margin: auto;
        text-align: center;
        font-size: 15pt;
        max-width: 280px;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .ageDisclaimer span {
        margin: auto;
        display: block;
        width: 300px;
        height: 120px;
    }

    .ageDisclaimer a {
        border: 1px solid #fff;
        display: inline-block;
        padding: 20px;
        margin-right: 0px;
        margin-bottom: 50px;
    }
}

.contactsPage h3 {
    font-size: 40pt;
    color: #1e322e;
}

.contactsPage p {
    font-size: 16pt;
}

@media only screen and (max-width: 768px) {
    .contactsPage h3 {
        font-size: 30pt;
    }
}

@media only screen and (max-width: 576px) {
    .contactsPage h3 {
        padding-left:15px;
    }
    .contactsPage p {
        font-size: 13.5pt;
    }
}

.map-window {
    height: calc(65vh);
    min-height: 400px;
}

.layoutWarningBackground {
    background-color: #fff;
}

.layoutWarning > span {
    display: block;
    position: absolute;
    margin-top: -75px;
    margin-left: -150px;
    width: 300px;
    height: 150px;
    text-align: center;
    left:50%;
    top:50%;
    background: transparent url("../svg/turn-device.svg") center center no-repeat;
    background-size: contain;
}

.layoutWarning > p {
    display: block;
    position: absolute;
    margin-top: 100px;
    width: 100%;
    height: 150px;
    text-align: center;
    left:0;
    top:50%;
}

.store-contacts {
    padding-left: 80px;
}

.store-contacts p {
    color: #312d26;
    font-family: "MuseoSansCyrl-500", Arial, sans-serif;
    margin-bottom: 30px;
}

.store-contacts h2 {
    color:#0d342f;
}

.store-contacts h4 {
    padding: 0px;
    color:#0d342f;
}

.store-contacts a {
    text-decoration: none;
    color: #312d26;
}

.store-contacts span {
    font-family: "MuseoSansCyrl-500", Arial, sans-serif;
    color: #5b6e20;
    text-transform: lowercase;
}

@media only screen and (max-width: 576px) {
    .store-contacts {
        padding-left: 27px;
    }
 
    .store-contacts p {
        padding-left: 0;
        padding-right: 0;
    }
}

.langButtons {
    position: absolute;
    top: 70px;
    right: 200px;
    text-decoration: none;
    color: #5f6d2d;
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 34pt;
    line-height: 20pt;
    text-transform: lowercase;
}

.langButton {
    text-decoration: none;
    color: #5f6d2d;
    font-family: "Montserrat Medium", Arial, sans-serif;
    font-size: 40pt;
    line-height: 20pt;
    text-transform: lowercase;
}

.langButton:hover {
    color: #5f6d2d;
}

@media only screen and (max-width: 576px) {
    .langButtons {
        top: 50px;
        right: 110px;
        font-size: 30pt;
    }

    .langButton {
        font-size: 30pt;
    }
}

.logo-en,
.logoSliderMobileEn {
    z-index: 1000;
    top: 70px;
    left: 70px;
    position: absolute;
    height: 144px;
    width: 370px;
    background: url("../svg/logo-en-white2.svg") top left no-repeat;
    background-size: contain;
    opacity: 0;
}