@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-cyrillic_latin-regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.woff2') format('woff2'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.woff') format('woff'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.ttf') format('truetype'),
    url('../fonts/open-sans-v15-cyrillic_latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v15-cyrillic_latin-700.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.woff2') format('woff2'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.woff') format('woff'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.ttf') format('truetype'),
    url('../fonts/open-sans-v15-cyrillic_latin-700.svg#OpenSans') format('svg');
}

@font-face {
    font-family: "Chewy Regular";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Chewy-Regular.ttf") format("truetype");
}

html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: #111;
    letter-spacing: 0;
    background: black;
}

input, textarea {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

a {
    color: #D9602C;
    text-decoration: none;
}
h2 {font-family: "Chewy Regular";color: #F0BB6C;font-size: 2vw;text-align: center;margin: 0;}
.mt-10 {margin-top: 10px;
}
.scroll-wrapper {
    overflow-y: auto;
    height: 100vh;
}

.main-wrapper {
    position: relative;
    width: 100%;
    max-width: 1920px;
    min-width: 250px;
    margin: 0 auto;

    aspect-ratio: 16 / 9;
    height: min(56.25vw, 1080px);
}
.main-wrapper.openDoors {background: url("../images/uksed_lahti.jpg") no-repeat center top;background-size: 100% 100%;}
.main-wrapper.closedDoors {background: url("../images/kinni.png") no-repeat center top;background-size: 100% 100%;}
.content {width: 100%; height: 100%;}

/* Main header */
.headerHolder {position: absolute;top: 3%;left: 50%;transform: translateX(-50%);display: flex;justify-content: center;align-items: center;width: 100%;gap: 8%;z-index: 2;}
.headerHolder > .leftSide,
.headerHolder > .rightSide {position: relative;z-index: 2;width: 26.7%;max-width: 500px;aspect-ratio: 500 / 120;background: url("../images/menyy.svg") no-repeat center center;background-size: contain;}
.headerHolder > .leftSide {display: flex;background-position: right center;justify-content: center;gap:9%;}
.headerHolder > .rightSide {background-position: left center;}

.chicken {position: absolute;left: -50%;bottom: 24px;transform: translateX(-50%);width: 28.125%;max-width: 540px;aspect-ratio: 540 / 638;background: url("../images/kana.svg") no-repeat center center;background-size: contain;}
.chicken.show {left:50%;transition: .4s;}
.logoStack {position: absolute;left: 51%;top: -25%;width: 15.2%;max-width: 280px;margin-left: -7.6%;}
.logoHolder {position: relative;display: block;width: 100%;max-width: none;z-index: 3;}
.logoStack.bigger > .logoHolder {aspect-ratio: 280 / 285.2;}
.logoStack.smaller {left: 50%;}
.logoStack.smaller > .logoHolder {aspect-ratio: 280 / 215;}
.sign {position: absolute;left: 50%;top: calc(45% + clamp(2px, 0.6vmin, 8px));transform: translateX(-50%);aspect-ratio: 348 / 282;background: url("../images/hot_wings_silt.svg") no-repeat center center;background-size: contain;z-index: 1;}
.sign.bigger {width: 135%;}
.sign.smaller {width: 122%;top: calc(33% + clamp(2px, 0.6vmin, 8px))}

.logoHolder > img {display: block;width: 100%;height: 100%;object-fit: contain;}

.partner-logo {display: flex;align-items: center;justify-content: center;height: 100%;}
.bolt-logo {display: block;width: 7.5vw;min-width: 56px;max-width: 160px;height: auto;margin: 0;margin-top: -1.1vw;}
.wolt-logo {display: block;width: 4.5vw;min-width: 56px;max-width: 170px;height: auto;margin: 0;margin-top: -1.5vw;}

.menuLink {position: absolute;left: 50%;top: 1.7vw;transform: translateX(-50%);display: block;font-size: clamp(14px, 1.6vw, 30px);line-height: 1;color: #29190C;font-family: "Chewy Regular";text-align: center;white-space: nowrap;}

/* Header navigation */
.header-nav > .logo {
    display: block;
    position: absolute;
    left: 0px;
    top: 18px;
    color: #30312e;
    font-size: 32px;
    font-weight: bold;
}

.header-nav > .menu {
    display: inline-block;
    vertical-align: middle;
    margin-top: 25px;
    font-size: 0px;
}

.header-nav > .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 10px;
}

.header-nav > .menu > li > a {
    display: block;
    padding: 5px 5px;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav > .menu > li:first-child {
    margin-left: 0px;
}

.header-nav > .menu > li:hover > a {
    color: #111;
}

.header-nav > .menu > li.active > a {
    color: #09851d;
}

.header-nav > .languages {
    display: inline-block;
    vertical-align: middle;
    margin: 25px 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    font-size: 0px;
    border-left: 1px solid #ccc;
}

.header-nav > .languages > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
}

.header-nav > .languages > li:first-child {
    margin-left: 0px;
}

.header-nav > .languages > li > a {
    display: block;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 14px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav > .languages > li:hover > a {
    color: #111;
}

.header-nav > .languages > li.active > a {
    color: #09851d;
}

.header-nav > .mobile-trigger {
    display: none;
    position: absolute;
    right: 20px;
    top: 24px;
    text-align: left;
}

.header-nav > .mobile-trigger {
    font-size: 0px;
    cursor: pointer;
}

.header-nav > .mobile-trigger > .language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding: 0px 3px;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.header-nav > .mobile-trigger > .icon {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 24px;
    height: 24px;
}

.header-nav > .mobile-trigger > .icon > img {
    width: 100%;
}

/* Mobile navigation */
.mobile-nav {
    display: flex;
    position: fixed;
    left: 0;
    top: -100vh;
    width: 100%;
    height: 100%;
    padding: 25px 25px;
    background: #F0BB6C;
    z-index: 1001;
    overflow-y: auto;transition: top 0.3s ease-in-out;
    font-family: "Chewy Regular";
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 35px;
}

.mobile-nav.opened {
    top:0;transition: top 0.3s ease-in-out;
}

.mobile-nav > .close {
    position: absolute;
    right: 21px;
    top: 25px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
}

.mobile-nav > .close > img {
    width: 100%;
}

.mobile-nav > .section {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 24px;
    color: #00a63f;
    font-weight: bold;
    text-transform: uppercase;
}

.mobile-nav > .menu {
    margin: 0px 0px 35px 0px;
}

.mobile-nav > .menu > li {
    display: block;
}

.mobile-nav > .menu > li > a {
    display: block;
    margin: 2px 0px;
    padding: 10px 0px;
    font-size: 36px;
    line-height: 16px;
    color: #29190C;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-nav > .menu > li:hover > a {
    color: #020101;
}

.mobile-nav > .menu > li.active > a {
    color: #020101;
}

.mobile-nav > .menu .sub-menu {
    margin-left: 20px;
    margin-bottom: 15px;
}

.mobile-nav > .menu .sub-menu li {
    margin-top: 15px;
}

.mobile-nav > .languages > li {
    display: inline-block;
    vertical-align: middle;
}

.mobile-nav > .languages > li > a {
    display: block;
    padding: 5px 12px;
    font-size: 16px;
    line-height: 16px;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
}

.mobile-nav > .languages > li:first-child > a {
    padding-left: 0px;
}

.mobile-nav > .languages > li.active > a {
    color: #00a63f;
}
.woltLogoHolder {width: 115px;}
.woltLogoHolder > img {width: 100%;}
.boltLogoHolder {width: 188px;}
.boltLogoHolder > img {width: 100%;}

/* Breadcrumbs */

.breadcrumbs-nav {
    max-width: 1150px;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumbs-nav > a {
    color: #444;
}

.breadcrumbs-nav > a:hover {
    color: #111;
}

.breadcrumbs-nav > a.active {
    color: #09851d;
}

.breadcrumbs-nav > a:not(.active)::after {
    content: "•";
    padding: 0px 10px;
    color: #444;
}

/* Main content */
.main-content {
    display: block;
    max-width: 1150px;
    margin: 0px auto;
    padding: 30px 0px;
}

.main-content .page-title {
    display: block;
    margin: 0px 0px 25px 0px;
    font-size: 35px;
    line-height: 35px;
    color: #333;
}

.main-content.with-sidebar {
    display: flex;
    flex-flow: row nowrap;
}

.main-content.with-sidebar > .module-content {
    display: block;
    flex: 1 1 auto;
    padding-right: 45px;
}

.main-content.with-sidebar > .module-sidebar {
    display: block;
    flex: 0 0 auto;
    width: 280px;
}

/* Sidebar */
.module-sidebar > .submenu > li {
    display: block;
    margin: 0px 0px 3px 0px;
}

.module-sidebar > .submenu > li:last-child {
    margin-bottom: 0px;
}

.module-sidebar > .submenu > li > a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 17px;
    color: #192853;
    background: #f5f6f6;
    border-left: 4px solid #ddd;
}

.module-sidebar > .submenu > li:hover > a {
    color: #001040;
    border-left-color: #09851d;
}

.module-sidebar > .submenu > li.active > a {
    color: #001040;
    border-left-color: #09851d;
}

/* Mobile submenu */
.mobile-submenu {
    display: none;
    margin: 0px 0px 25px 0px;
}

.mobile-submenu > li {
    display: block;
    margin: 0px 0px 3px 0px;
}

.mobile-submenu > li:last-child {
    margin-bottom: 0px;
}

.mobile-submenu > li > a {
    display: block;
    padding: 15px 18px;
    font-size: 15px;
    line-height: 17px;
    color: #192853;
    background: #f5f6f6;
    border-left: 4px solid #ddd;
}

.mobile-submenu > li:hover > a {
    color: #001040;
    border-left-color: #09851d;
}

.mobile-submenu > li.active > a {
    color: #001040;
    border-left-color: #09851d;
}

/* Main footer */
.main-footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: transparent;
}

.main-footer {position: fixed;left: 0;right: 0;bottom: 0;z-index: 100;}
.main-footer > .footerMiddle {display: flex;width: 100%;max-width: 1078px;margin:0 auto;justify-content: space-between;align-items: center;align-content: center;min-height: 55px;}
.footerMiddle > .bottomMenu {display: flex;gap: 1vw;align-items: center;align-content: center;font-family: "Chewy Regular";}
.footerMiddle > .bottomMenu ul {display: flex;gap: 1vw;align-items: center; align-content: center;}
.footerMiddle > .bottomMenu ul > li > a, .bottomMenu > a {color: #F0BB6C;font-size: clamp(16px, 1vw, 16px);}

.myygis {width: 542px;padding-top: 20%;}

/* cookies */

body > .cookie-popup {
    max-width: 625px;
    padding-inline: clamp(5px, 4vw, 49px);
    padding-block: clamp(1px, 2vw, 25px) clamp(1px, 1vw, 25px);
    border-radius: 8px;
    box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.11);
    background: white;
    position: fixed;
    z-index: 1000;
    --margin: clamp(5px, 2.5vw, 30px);
    right: var(--margin);
    bottom: var(--margin);
    margin-inline-start: var(--margin);
    margin-block-start: var(--margin);
}

body > .cookie-popup p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #333;
    margin-block-end: 35px;
}

body > .cookie-popup .actions,
body > .cookie-popup .actions button {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

body > .cookie-popup .actions {
    flex-wrap: wrap;
}

body > .cookie-popup .actions button {
    flex-wrap: nowrap;
    height: 42px;
    text-align: center;
    padding-inline: 22px;
    border-radius: 27px;
    border: 0;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-block-start: 20px;
}

body > .cookie-popup .actions button.close {
    background-color: #e5e5e5;
    color: #000;
    margin-inline-end: 10px;
}

body > .cookie-popup .actions button.close:hover {
    background-color: #c5c5c5;
}

body > .cookie-popup .actions button.accept {
    background-color: #00c13d;
    color: white;
}

body > .cookie-popup .actions button.accept:hover {
    background-color: #008349;
}

body > .cookie-popup .actions a {
    margin-block-start: 20px;
    margin-inline-start: auto;
    color: #00c13d;
}

body > .cookie-popup .actions a:hover {
    text-decoration: underline;
    color: #008349;
}

.lg-img-wrap > img {border: 10px solid #9D613D;border-radius: 10px;}
.lg-backdrop {background-color: #29190CE5 !important;}

.stickerHolder, .mobile-trigger {display: none;}

.mobile-trigger {position: absolute;padding: 10px;background: #F0BB6C;width: 42px;height:42px;border-radius: 50%;right: 4%;top: 6px;}
.mobile-trigger img {width: 100%;}
.inMobile {display: none;}
.inDesktop {display: inline;}

.iconsHolder {display: flex;gap: 10px;}
/* media */
@media all and (min-width: 1610px) {
    /*.chicken {width:540px;height: 638px;margin:312px auto;}*/
    /*.headerHolder > .leftSide {width: 500px;height: 120px;}
    .headerHolder > .rightSide {width: 500px;height: 120px;}*/

    .logoHolder {}
}
@media all and (min-width: 1920px) {
    .content {height: 1080px;}
    .menuLink {top: 31px;}
}
@media all and (max-width: 1200px) {
    .main-header > .upper > .middle {
        width: 100%;
        padding: 0px 20px;
    }

    .main-header > .slide {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-nav > .logo {
        left: 20px;
    }

    .main-content {
        width: 100%;
        padding: 20px 20px;
    }

    .main-footer > .bottom {
        width: 100%;
        padding: 0px 20px;
    }

    .myygis {width: 365px;}
}

@media all and (max-width: 800px) {
    .scroll-wrapper {
        height: 100vh;
        height: 100dvh;
        padding-bottom: 15px;
    }
    .mobile-trigger {display: block;}
    .headerHolder > .leftSide {display: none;}
    .headerHolder > .rightSide {display: none;}

    .chicken {
        position: fixed;
        width: 87vw;
        max-width: 440px;
        z-index: 2;
        bottom: 28vw;
    }

    .mobile-submenu {
        display: block;
    }

    .main-wrapper.openDoors {
        min-height: 100vh;
        min-height: 100dvh;
        height: auto;
        aspect-ratio: auto;
        background: url("../images/uksed_lahti_mobiil.jpg") no-repeat center top;
        background-size: cover;
    }
    .main-wrapper.closedDoors {
        min-height: 100dvh;
        height: auto;
        aspect-ratio: auto;
        background: none;
        position: relative;
    }
    .main-wrapper.closedDoors::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../images/mobiil_taust.jpg") no-repeat center top;
        background-size: cover;
        z-index: -1;
    }

    .logoStack {width: 32%;left: 42%;top: -22px;}
    .sign {top: calc(-6% + clamp(2px, 0.6vmin, 8px));z-index: 3;}
    .sign.bigger {width: 180%;}
    .sign.smaller {width: 145%;top: calc(-7% + clamp(2px, 0.6vmin, 8px))}
    .stickerHolder {display: block;position: absolute;bottom: 7vw;left: 5vw;}
    .stickerHolder.right {left: auto;right: 5vw;bottom: 7vw;}

    .main-footer {display: none;padding: 25px 0;}

    .main-footer > .footerMiddle {flex-direction: column;gap: 20px;}
    .footerMiddle > .bottomMenu {flex-direction: column;gap: 15px;}
    .footerMiddle > .bottomMenu ul {flex-direction: column;gap: 15px;}

    .main-footer.inMobile {display: block}
    .inDesktop {display: none;}

    .iconsHolder {display: none;}
    .iconsHolder.mobile {display: block;}


}

@media all and (max-width: 800px) and (orientation: landscape) {
    .main-wrapper.openDoors > .content {
        padding-bottom: 460px;
    }
}

@media all and (max-width: 500px) {
    .main-header > .slide > .title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .main-header > .slide > .text {
        font-size: 14px;
        line-height: 16px;
    }

    .main-footer > .bottom {
        font-size: 13px;
    }
}

@media all and (max-width: 400px) {

    body > .cookie-popup .actions {
        justify-content: center;
    }

    body > .cookie-popup .actions a {
        margin-inline: 0;
    }

    .mobile-nav > .menu > li > a {line-height: 1;}
}

@media all and (max-width: 300px) {

    .mobile-nav > .menu > li > a {font-size: 28px;}
}
