html, body {
    position: relative;
    height: 100%;
    margin:0;
}
body {
    background: #eee;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
body {
    padding-bottom: env(safe-area-inset-bottom);
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
}
.swiper-pagination-bullet {
    background-color: #afa6a6;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: #555;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right:30px;
}

#fixedMenu {
    background:#fff;
    width:100%;
    height:108px;
    position:fixed;
    z-index:20;
    bottom:0;
}
#fixedMenu .header {
    display: flex;
}
#fixedMenu .logo {
    margin: 32px 63px 31px 73px;
}
#fixedMenu .logo img {}
#fixedMenu .showMenu {
    width:40px;
    height: 40px;
    position: absolute;
    right:13px;
    bottom:11px;
    display: none;
}
#fixedMenu ul {
    display: flex;
    padding:0;
    margin:32px 0 31px;
    flex-grow: 1;
}
#fixedMenu ul li {
    list-style: none;
    height: 45px;
}
#fixedMenu ul li + li {
    margin-left: 52px;
}
#fixedMenu ul li.home { 
    display: none;
}
#fixedMenu ul li a {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 45px;
    text-align: center;
    color: #394540;
    text-decoration: none;
}
#fixedMenu ul li a img {
    display: none;
}
#fixedMenu ul li.privacyLink {
    margin-left: auto;
    margin-right: 30px;
}


#page1 {
    background-color: #e94f30;
    align-items: flex-start;
    color: #fff;
}
#page2, #page4 {
    background-color: #fff;
    align-items: flex-start;
    color:#555555;
}
#page3 {
    background: #394540;
    align-items: flex-start;
    color: #fff;
}

.swiper-slide .container-fluid {
    margin-right: 50px;
    margin-left: 50px;
}

.bigImg {
    width: 100%;
    max-width: 705px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 110px;
}
.textArea {
    width: 100%;
    max-width: 350px;
    height:100%;
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 110px;
}
.textArea .text {
    text-align: left;
    padding-right: 20px;
    font-family: Arial;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 18px;
    color: #394540;    
}
.textArea .text .title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.textArea .text a {
    color:#394540
}
#page3 .textArea .text {
    color:#fff;
}
#page2scroller, #page3scroller {
    max-width: 385px;
    max-height: 290px;
}
#page4scroller {
    max-width: 385px;
    max-height: 370px;
}
#page4scroller .text {
    padding-bottom: 15px;
}
#page4 .textArea {
    height: 370px;
    max-height: 370px;
}
@media (min-width:1700px) {
	#page4 .textArea {
		max-height: 370px;
	}
}
#privacyBar {
    position: fixed;
    bottom: 20vh;
    left:79px;
    right:79px;
    background:#fff;
    color: #707070;
    z-index: 20;
    display: none;
}
#privacyBar .privacyBarContent {
    position: relative;
    padding:20px 69px 20px 23px;
    display: flex;
}
#privacyBar .privacyBarContent .closePrivacyBar {
    position: absolute;
    top:15px;
    right: 15px;
}
#privacyBar .privacyBarContent .text {
    font-family: Arial;
    font-size: 20px;
    color: #707070;
}
#privacyBar .privacyBarContent .text .title {
    font-weight: bold;
    line-height: 23px;
}
#privacyBar .privacyBarContent .text p {
    font-size: 16px;
    line-height: 24px;
}
#privacyBar .privacyBarContent .text p a {
    color: #FF6254;
}
#privacyBar .privacyBarContent .button {
    display: flex;
    flex-direction: column;
    padding-left: 30px;
}
#privacyBar .privacyBarContent .button a {
    width: 205px;
    height: 65px;
    background: #394540;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
#privacyBar .privacyBarContent .button a:first-child {
    margin-bottom: 10px;
}
#privacyPopup {
    display: none;
    position: fixed;
    z-index:21;
    top: 11vh;
    bottom: 20vh;
    left:79px;
    right:79px;
    background:#fff;
    color: #707070;
    box-shadow: 0 0 0 #000000;
}
#privacyPopup .privacyPopupContent {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding:38px 75px 27px 38px;
}
#privacyPopup .privacyPopupContent .closePrivacyPopup {
    position: absolute;
    top:20px;
    right:20px;
}
#privacyPopup .privacyPopupContent .text {
    height: calc( 100% - 38px - 27px );
    font-size:16px;
    line-height: 20px;
    overflow: hidden;
}
#privacyPopup .privacyPopupContent .text .textScroller {
    padding-right:20px
}
#privacyPopup .privacyPopupContent .text .elementor-accordion-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#privacyPopup .privacyPopupContent .text p {
    margin-top: 0;
}
#privacyPopup .privacyPopupContent .text ul {
    padding-left: 20px;
}

@media (min-width:1250px) and (max-width:1500px) {
    
}
@media (min-width:1350px) and (max-width:1500px) {
    
}
@media (max-width:1250px) {
    .textArea {
        max-width: 300px;
    }
}
@media (max-width:1100px) {
    .textArea {
        max-width: 200px;
    }
}
@media (min-width:768px) and (max-width:900px) {
    #fixedMenu ul li + li {
        margin-left: 30px;
    }
    
}

@media (max-width:767px) {
    #fixedMenu {
        height: 65px;
        bottom:auto;
        top: 0;
    }
    #fixedMenu ul {
        display: none;
        /* display: block; */
        position:absolute;
        width: 225px;
        right: 0;
        top:65px;
        background: #fff;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        margin: 0;
    }
    #fixedMenu ul.opened {
        display: block;
    }
    #fixedMenu ul li.home {
        display: block;
        border-bottom: 1px solid #707070;
        position: relative;
    }
    #fixedMenu ul li {
        display: block;
        margin: 0 21px;
    }
    #fixedMenu ul li.privacyLink {
        display: none;
    }
    #fixedMenu ul li + li {
        margin-left: 21px;
    }
    #fixedMenu ul li > a {
        display: flex;
    }
    #fixedMenu ul li > a img {
        width: 33px;
        margin-right: 10px;
    }
    #fixedMenu ul li.home > .closeMenu {
        position: absolute;
        right: 0;
        top: 5px;
    }
    #fixedMenu ul li.home > .closeMenu > img {
        margin-right: 0;
        width: auto;
    }
    #fixedMenu ul li a img {
        display: block;
    }
    #fixedMenu .showMenu {
        display: block;
    }
    #fixedMenu .logo {
        margin: 14px auto 0;
    }
    #fixedMenu .logo img {
        width: 57px;
        height: 28px;
    }
    .bigImg {
        width: 80%;
        max-width: 400px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .swiper-pagination {
        display: none;
    }
    .textArea {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
        height: 100%;
        max-height: 100%;
        margin-bottom: 0;
    }
    .textArea .text {
        font-size: 12px;
        line-height:16px;
    }
    .swiper-slide {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    #page1 {
        align-items: center;
        justify-content: flex-start;
    }
    #page3, #page2, #page4 {
        align-items: center;
        justify-content: flex-start;
    }
    #privacyBar {
        bottom: auto;
        top: 106px;
        left: 17px;
        right: 17px;
        box-shadow: 0 0 5px 0px #dddddd;
    }
    #privacyBar .privacyBarContent {
        flex-direction: column;
        padding-right: 23px;
    }
    #privacyBar .privacyBarContent .text {
        padding-right: 20px;
    }
    #privacyBar .privacyBarContent .button {
        flex-direction: row;
        padding-left: 0;
    }
    #privacyBar .privacyBarContent .button a:first-child {
        margin-right: 10px;
    }
    #privacyPopup {
        bottom: 15vh;
        top: 106px;
        left: 17px;
        right: 17px;
        box-shadow: 0 0 5px 0px #dddddd;
    }
    #privacyPopup .privacyPopupContent {
        padding: 67px 23px 22px;
    }
    #privacyPopup .privacyPopupContent .text {
        font-size: 14px;
    }
    #privacyPopup .privacyPopupContent .text .textScroller {
        padding-right: 10px;
    }
}

@media (max-height:700px) {
    #page2 .bigImg, #page3 .bigImg, #page4 .bigImg {
        width: auto;
    }
    .textArea .text {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (orientation: portrait) and (max-height:700px) {
    .swiper-slide img {
        max-height: 45vh;
    }
    /* #page2 .bigImg, #page3 .bigImg, #page4 .bigImg {
        height: 45vh;
        padding-bottom: 5vh;
    } */
    #page4 .textArea,
    .swiper-slide .col-md-3.d-flex.align-items-md-center .textArea {
        max-height: 28vh;
    }
    #page2scroller, #page3scroller, #page4scroller {
        max-height: 28vh;
    }
}

@media (height:1366px) and (width:1024px) {
    .bigImg {
        margin-top: 0;
    }
    .textArea {
        max-width: 250px;
    }
}
@media (width:1366px) and (height:1024px) {
    .bigImg {
        margin-top: 0;
    }
    .textArea {
        max-width: 300px;
    }
}

@media (height:1024px) and (width:768px) {
    .bigImg {
        margin-top: 0;
    }
    .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
        right: 10px;
    }
}

@media (height:1180px) and (width:820px) {
    .bigImg {
        margin-top: 0;
    }
    .textArea {
        max-width: 220px;
    }
}
@media (width:1366px) and (height:1024px) {
    .bigImg {
        margin-top: 0;
    }
    .textArea {
        max-width: 300px;
    }
}