* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: Ubuntu, sans-serif;
    height: 100vh;
}
footer.section,
section.section {
    max-width: 1250px;
    padding: 0;
}
section.section-margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.t-0 {
    top: 0 !important;
}
p.shadow-text {
    text-align: center;
    font-family: "Baloo Chettan", sans-serif;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
div.shape-container {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
}
@media screen and (min-width: 1366px) {
    div.shape-container {
        font-size: 24px;
    }
}
@media screen and (min-width: 1920px) {
    div.shape-container {
        font-size: 26px;
    }
}
@media screen and (min-width: 2560px) {
    div.shape-container {
        font-size: 30px;
    }
}
@media screen and (max-width: 1365px) {
    footer.section,
    section.section {
        max-width: 1050px;
    }
}
@media screen and (max-width: 1199px) {
    footer.section,
    section.section {
        max-width: 900px;
    }
}
@media screen and (max-width: 991px) {
    footer.section,
    section.section {
        max-width: 660px;
    }
}
@media screen and (max-width: 767px) {
    footer.section,
    section.section {
        max-width: 430px;
    }
}
@media screen and (max-width: 474px) {
    footer.section,
    section.section {
        max-width: 390px;
    }
}
@media screen and (max-width: 424px) {
    footer.section,
    section.section {
        max-width: 365px;
    }
}
@media screen and (max-width: 376px) {
    footer.section,
    section.section {
        max-width: 330px;
    }
}
@media screen and (max-width: 359px) {
    footer.section,
    section.section {
        max-width: 300px;
    }
}
@media screen and (min-width: 1920px) {
    footer.section,
    section.section {
        max-width: 1366px;
    }
}
@media screen and (min-width: 2560px) {
    footer.section,
    section.section {
        max-width: 1680px;
    }
}
.footer-nav,
.main-nav {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
    height: 50px;
    background-color: #fff;
    z-index: 9999;
    text-shadow: none;
}
.footer-nav .link,
.main-nav .link {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #545454;
}
.footer-nav .link:hover,
.main-nav .link:hover {
    text-decoration: none;
    color: #3aa63f;
}
.footer-nav .link.black,
.main-nav .link.black {
    color: #b33939;
}
.footer-nav .nav-item,
.main-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.footer-nav .nav-item:first-child::after,
.main-nav .nav-item:first-child::after {
    display: none;
}
.footer-nav .nav-item::after,
.main-nav .nav-item::after {
    content: "";
    position: absolute;
    display: block;
    top: 15%;
    left: 0;
    width: 2px;
    height: 70%;
    background-color: #545454;
    z-index: 99999;
}
.footer-nav .line,
.main-nav .line {
    width: 2px;
    height: 40%;
    background-color: #545454;
    z-index: 9999999999999999999;
}
.footer-nav {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    background-color: #1bb7e0;
}
.footer-nav .nav-item:after {
    display: none;
}
.footer-nav .nav-item a {
    color: #fff;
}
.footer-nav .line {
    width: 2px;
    height: 40%;
    background-color: #545454;
}
@media screen and (max-width: 1365px) {
    .footer-nav .link,
    .main-nav .link {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-nav {
        margin-bottom: 10px;
    }
    .footer-nav .nav-item::after {
        height: 33%;
        left: 7px;
    }
}
@media screen and (max-width: 1199px) {
    .footer-nav,
    .main-nav {
        width: 100%;
    }
    .footer-nav {
        margin-bottom: 5px;
    }
    .footer-nav .nav-item::after {
        height: 30%;
        left: 6px;
    }
}
@media screen and (max-width: 991px) {
    .footer-nav,
    .main-nav {
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 130px 50px;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
		overflow: scroll;
        z-index: 99999;
    }
    .footer-nav.is-active,
    .main-nav.is-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
    .footer-nav .link,
    .main-nav .link {
        font-size: 22px;
        color: #19181b;
        font-weight: 400;
    }
    .footer-nav .link:hover,
    .main-nav .link:hover {
        color: #545454;
    }
    .footer-nav .nav-item,
    .main-nav .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 660px;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
    }
    .footer-nav .nav-item::after,
    .main-nav .nav-item::after {
        display: none;
    }
    .footer-nav {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .footer-nav,
    .main-nav {
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 122px 15px;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        overflow: scroll;
    }
    .footer-nav.is-active,
    .main-nav.is-active {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 1;
    }
    .footer-nav .link,
    .main-nav .link {
        font-size: 22px;
    }
    .footer-nav .nav-item,
    .main-nav .nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        max-width: 430px;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer-nav .nav-item::after,
    .main-nav .nav-item::after {
        display: none;
    }
    .footer-nav {
        display: none;
    }
}
@media screen and (max-width: 474px) {
    .footer-nav .nav-item,
    .main-nav .nav-item {
        max-width: 390px;
    }
}
@media screen and (max-width: 424px) {
    .footer-nav .nav-item,
    .main-nav .nav-item {
        max-width: 365px;
    }
}
@media screen and (max-width: 376px) {
    .footer-nav .nav-item,
    .main-nav .nav-item {
        max-width: 330px;
    }
}
@media screen and (max-width: 359px) {
    .footer-nav .nav-item,
    .main-nav .nav-item {
        max-width: 300px;
    }
}
@media screen and (min-width: 1920px) {
    .footer-nav,
    .main-nav {
        width: 70%;
        height: 60px;
    }
    .footer-nav .link,
    .main-nav .link {
        font-size: 17px;
        line-height: 20px;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-nav .nav-item::after {
        height: 35%;
        top: 0;
        left: 15px;
    }
}
@media screen and (min-width: 2560px) {
    .footer-nav,
    .main-nav {
        width: 64%;
        height: 80px;
    }
    .footer-nav .link,
    .main-nav .link {
        font-size: 22px;
        line-height: 25px;
    }
    .footer-nav {
        width: 100%;
    }
    .footer-nav .nav-item::after {
        top: 3%;
        height: 30%;
    }
}
.applyRange,
.applyRange:hover {
    background-color: #1bb7e0;
    border: none;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1bb7e0;
}
.info {
    margin-bottom: 35px !important;
}
.info.yellow .title-container {
    background-color: #f2ea26;
}
.info.purple .title-container {
    background-color: #1bb7e0;
}
.info.green .title-container {
    background-color: #3ba63f;
}
.info.red .title-container {
    background-color: #e04120;
}
.info .body {
    padding-left: 37px;
}
.info .body nav.tiles-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}
.info .body nav.tiles-nav a.link {
    width: 25%;
    text-decoration: none;
}
.info .body nav.tiles-nav a.link .tiles-item-1,
.info .body nav.tiles-nav a.link .tiles-item-2,
.info .body nav.tiles-nav a.link .tiles-item-3,
.info .body nav.tiles-nav a.link .tiles-item-4 {
    height: 100px;
    font-size: 20px;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.info .body nav.tiles-nav a.link .tiles-item-1.active,
.info .body nav.tiles-nav a.link .tiles-item-1:hover,
.info .body nav.tiles-nav a.link .tiles-item-2.active,
.info .body nav.tiles-nav a.link .tiles-item-2:hover,
.info .body nav.tiles-nav a.link .tiles-item-3.active,
.info .body nav.tiles-nav a.link .tiles-item-3:hover,
.info .body nav.tiles-nav a.link .tiles-item-4.active,
.info .body nav.tiles-nav a.link .tiles-item-4:hover {
    position: relative;
    z-index: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.info .body nav.tiles-nav a.link .tiles-item-1.active .title,
.info .body nav.tiles-nav a.link .tiles-item-1:hover .title,
.info .body nav.tiles-nav a.link .tiles-item-2.active .title,
.info .body nav.tiles-nav a.link .tiles-item-2:hover .title,
.info .body nav.tiles-nav a.link .tiles-item-3.active .title,
.info .body nav.tiles-nav a.link .tiles-item-3:hover .title,
.info .body nav.tiles-nav a.link .tiles-item-4.active .title,
.info .body nav.tiles-nav a.link .tiles-item-4:hover .title {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.info .body nav.tiles-nav a.link .tiles-item-1 .title,
.info .body nav.tiles-nav a.link .tiles-item-2 .title,
.info .body nav.tiles-nav a.link .tiles-item-3 .title,
.info .body nav.tiles-nav a.link .tiles-item-4 .title {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.info .body nav.tiles-nav a.link .tiles-item-3.active,
.info .body nav.tiles-nav a.link .tiles-item-3:hover,
.info .body nav.tiles-nav a.link .tiles-item-4.active,
.info .body nav.tiles-nav a.link .tiles-item-4:hover {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.info .body nav.tiles-nav a.link .tiles-item-1 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 81%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 81%, 0 100%);
    background-color: #f2ea26;
}
.info .body nav.tiles-nav a.link .tiles-item-2 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 61% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 89%, 61% 100%, 0 80%);
    background-color: #1bb7e0;
}
.info .body nav.tiles-nav a.link .tiles-item-3 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%);
    background-color: #3ba63f;
}
.info .body nav.tiles-nav a.link .tiles-item-4 {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 75%);
    background-color: #e04120;
}
.info .body .info-text-container {
    width: 100%;
    margin-top: 30px;
}
.info .body .info-text-container div.info-text p.info-title {
    text-align: left;
    font-size: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.info .body .info-text-container div.info-text p.info-title span {
    font-size: 18px;
    text-shadow: none;
    color: #000;
}
.info .body .info-text-container div.info-text p.info-title.big {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 38px;
}
.info .body .info-text-container div.info-text p.info-text-body {
    font-size: 16px;
    margin-bottom: 25px;
}
@media screen and (min-width: 1366px) {
    .info .body nav.tiles-nav a.link .tiles-item-1,
    .info .body nav.tiles-nav a.link .tiles-item-2,
    .info .body nav.tiles-nav a.link .tiles-item-3,
    .info .body nav.tiles-nav a.link .tiles-item-4 {
        font-size: 24px;
    }
}
@media screen and (min-width: 1920px) {
    .info .body nav.tiles-nav a.link .tiles-item-1,
    .info .body nav.tiles-nav a.link .tiles-item-2,
    .info .body nav.tiles-nav a.link .tiles-item-3,
    .info .body nav.tiles-nav a.link .tiles-item-4 {
        height: 120px;
        font-size: 26px;
    }
    .info .body .info-text-container div.info-text p.info-title {
        font-size: 24px;
    }
    .info .body .info-text-container div.info-text p.info-title span {
        font-size: 20px;
    }
    .info .body .info-text-container div.info-text p.info-title.big {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .info .body .info-text-container div.info-text p.info-text-body {
        font-size: 17px;
    }
}
@media screen and (min-width: 2560px) {
    .info .body nav.tiles-nav a.link .tiles-item-1,
    .info .body nav.tiles-nav a.link .tiles-item-2,
    .info .body nav.tiles-nav a.link .tiles-item-3,
    .info .body nav.tiles-nav a.link .tiles-item-4 {
        height: 140px;
        font-size: 30px;
    }
    .info .body nav.tiles-nav a.link .tiles-item-1.active,
    .info .body nav.tiles-nav a.link .tiles-item-1:hover,
    .info .body nav.tiles-nav a.link .tiles-item-2.active,
    .info .body nav.tiles-nav a.link .tiles-item-2:hover,
    .info .body nav.tiles-nav a.link .tiles-item-3.active,
    .info .body nav.tiles-nav a.link .tiles-item-3:hover,
    .info .body nav.tiles-nav a.link .tiles-item-4.active,
    .info .body nav.tiles-nav a.link .tiles-item-4:hover {
        height: 170px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .info .body .info-text-container div.info-text p.info-title {
        font-size: 28px;
    }
    .info .body .info-text-container div.info-text p.info-title span {
        font-size: 24px;
    }
    .info .body .info-text-container div.info-text p.info-title.big {
        font-size: 65px;
        margin-bottom: 35px;
    }
    .info .body .info-text-container div.info-text p.info-text-body {
        font-size: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .info {
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 991px) {
    .info .body {
        padding-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .info .body nav.tiles-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .info .body nav.tiles-nav a.link {
        width: 100%;
    }
    .info .body nav.tiles-nav a.link .tiles-item-1,
    .info .body nav.tiles-nav a.link .tiles-item-2,
    .info .body nav.tiles-nav a.link .tiles-item-3,
    .info .body nav.tiles-nav a.link .tiles-item-4 {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
        margin-bottom: 15px;
    }
    .info .body nav.tiles-nav a.link .tiles-item-1.active,
    .info .body nav.tiles-nav a.link .tiles-item-1:hover,
    .info .body nav.tiles-nav a.link .tiles-item-2.active,
    .info .body nav.tiles-nav a.link .tiles-item-2:hover,
    .info .body nav.tiles-nav a.link .tiles-item-3.active,
    .info .body nav.tiles-nav a.link .tiles-item-3:hover,
    .info .body nav.tiles-nav a.link .tiles-item-4.active,
    .info .body nav.tiles-nav a.link .tiles-item-4:hover {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    .info .body nav.tiles-nav a.link .tiles-item-1.active,
    .info .body nav.tiles-nav a.link .tiles-item-2.active,
    .info .body nav.tiles-nav a.link .tiles-item-3.active,
    .info .body nav.tiles-nav a.link .tiles-item-4.active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
aside.yellow .aside-item .title-container {
    background-color: #f2ea26;
}
aside.purple .aside-item .title-container {
    background-color: #1bb7e0;
}
aside.green .aside-item .title-container {
    background-color: #3ba63f;
}
aside.red .aside-item .title-container {
    background-color: #e04120;
}
aside .aside-item {
    width: 100%;
    margin-bottom: 20px;
}
aside .aside-item:last-child {
    margin-bottom: 0;
}
aside .aside-item a {
    text-decoration: none;
}
aside .aside-item a:hover p.shadow-text {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
aside .aside-item a p.shadow-text {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
aside .aside-item .title-container {
    width: 100%;
    height: 70px;
    margin-bottom: 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    font-size: 20px;
}
aside .aside-item .content {
    width: 100%;
}
aside .aside-item .content #map {
    width: 100%;
    height: 150px;
}
aside .aside-item .content .banner-link {
    width: 100%;
    margin-bottom: 10px;
}
aside .aside-item .content .banner-link img.banner {
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
aside .aside-item .content .banner-link:last-child img.banner {
    margin-bottom: 0;
}
aside .aside-item .content .banner-link:hover img.banner {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
aside .aside-item .content ul {
    margin-left: 18px;
}
aside .aside-item .content ul li a {
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
aside .aside-item .content ul li a:hover {
    color: #f06;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
@media screen and (min-width: 1366px) {
    aside .aside-item .title-container {
        height: 85px;
        font-size: 24px;
    }
    aside .aside-item .content #map {
        height: 220px;
    }
}
@media screen and (min-width: 1920px) {
    aside .aside-item .title-container {
        height: 90px;
        font-size: 26px;
    }
    aside .aside-item .content #map {
        height: 250px;
    }
    aside .aside-item .content ul li a {
        font-size: 19px;
    }
}
@media screen and (min-width: 2560px) {
    aside .aside-item .title-container {
        height: 100px;
        font-size: 30px;
    }
    aside .aside-item .content #map {
        height: 270px;
    }
    aside .aside-item .content ul li a {
        font-size: 26px;
    }
}
@media screen and (max-width: 991px) {
    aside .aside-item .content #map {
        height: 350px;
    }
}
.info-image {
    position: relative;
    top: 1px;
    width: 100%;
    background: url(../img/bgc.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 180px !important;
    padding-bottom: 70px;
}
.info-image .description {
    height: 100%;
}
.info-image-content {
    margin-left: auto;
    margin-right: auto;
}
.info-image .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 70%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 4px solid #000;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.info-image .content .text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.info-image .content .text {
    font-size: 30px;
    text-align: center;
    text-shadow: none;
    padding: 5px 10px;
    margin: 0;
}
.info-image .content img {
    position: relative;
    left: 50%;
    width: 115%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.info-image .textDescription {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 10px 20px;
    border: 4px solid #000;
}
.info-image .textDescription .title {
    font-size: 18px;
    text-shadow: none;
    font-weight: 800;
    margin: 0;
}
.info-image .textDescription ul {
    margin: 15px;
    text-shadow: none;
}
@media screen and (max-width: 1365px) {
    .info-image {
        padding-bottom: 60px;
    }
    .info-image .content .text {
        font-size: 26px;
    }
    .info-image .textDescription .title {
        font-size: 18px;
        text-shadow: none;
        font-weight: 800;
    }
    .info-image .textDescription ul {
        margin-left: 15px;
        text-shadow: none;
    }
}
@media screen and (max-width: 1279px) {
    .info-image .content .text {
        font-size: 22px;
    }
    .info-image .textDescription .title {
        font-size: 16px;
        text-shadow: none;
        font-weight: 800;
    }
    .info-image .textDescription ul {
        margin-left: 15px;
        text-shadow: none;
        font-size: 14px;
    }
}
@media screen and (min-width: 1920px) {
    .info-image {
        max-height: 100%;
        padding-top: 180px !important;
    }
    .info-image .content .text {
        font-size: 34px;
        padding: 15px 10px;
    }
    .info-image .textDescription .title {
        font-size: 20px;
    }
    .info-image .textDescription ul {
        font-size: 17px;
    }
}
@media screen and (min-width: 2560px) {
    .info-image {
        padding-top: 240px !important;
        padding-bottom: 120px;
    }
    .info-image .content {
        width: 65%;
    }
    .info-image .content .text {
        font-size: 42px;
        padding: 15px 15px;
    }
    .info-image .textDescription {
        margin-left: -100px;
    }
    .info-image .textDescription .title {
        font-size: 24px;
        text-shadow: none;
        font-weight: 800;
    }
    .info-image .textDescription ul {
        margin-left: 15px;
        text-shadow: none;
        font-size: 22px;
    }
}
@media screen and (max-width: 991px) {
    .info-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        width: 505px;
        padding-top: 20px !important;
        padding: 20px;
    }
    .info-image .content {
        width: 90%;
    }
    .info-image .content .text {
        font-size: 20px;
        padding: 8px 10px;
    }
    .info-image .textDescription {
        display: none;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 80%;
        margin-top: 10px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}
@media screen and (max-width: 767px) {
    .info-image {
        width: 100%;
    }
    .info-image .content {
        width: 90%;
    }
    .info-image .content .text {
        font-size: 16px;
        padding: 8px 10px;
    }
    .info-image .textDescription {
        width: 70%;
    }
}
@media screen and (max-width: 474px) {
    .info-image {
        padding-bottom: 20px;
    }
    .info-image .content .text {
        font-size: 16px;
        padding: 5px;
    }
    .info-image .textDescription {
        width: 80%;
    }
}
@media screen and (max-width: 376px) {
    .info-image .content .text {
        font-size: 14px;
        padding: 7px;
    }
}
@media screen and (max-width: 359px) {
    .info-image .content .text {
        font-size: 13px;
        padding: 5px;
    }
}
.hashtag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: 100%;
    height: auto;
    background-color: #ccc;
}
.hashtag-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    padding: 12px 0;
    margin: 0;
    width: 70%;
    height: 100%;
}
.hashtag-list .hashtag-item {
    display: inline-block;
    font-size: 20px;
}
@media screen and (min-width: 1366px) {
    .hashtag-list .hashtag-item {
        display: inline-block;
        font-size: 24px;
    }
}
@media screen and (min-width: 1920px) {
    .hashtag-list .hashtag-item {
        display: inline-block;
        font-size: 35px;
    }
}
@media screen and (max-width: 991px) {
    .hashtag-list {
        width: 60%;
    }
}
@media screen and (max-width: 767px) {
    .hashtag-list {
        width: 100%;
    }
    .hashtag-list .hashtag-item {
        display: inline-block;
        font-size: 14px;
    }
}
@media screen and (max-width: 474px) {
    .hashtag-list {
        width: 100%;
    }
    .hashtag-list .hashtag-item {
        display: inline-block;
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    .hashtag-list .hashtag-item {
        display: inline-block;
        font-size: 12px;
    }
}
.gallery {
    position: relative;
    width: 100%;
    height: 255px;
}
.gallery .gallery-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.gallery .gallery-container .left-indicators .indicators-img {
    padding: 10px 10px 0 0;
}
.gallery .gallery-container .right-indicators .indicators-img {
    padding: 10px 0 0 10px;
}
.gallery .gallery-container .indicators-container {
    height: 255px;
}
.gallery .gallery-container .indicators-container .indicators-img {
    height: calc(255px / 2);
    cursor: pointer;
}
.gallery .gallery-container .indicators-container .indicators-img img {
    height: 100%;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.gallery .gallery-container .indicators-container .indicators-img img:hover {
    border: 5px solid #fcf328;
}
.gallery .gallery-container .carousel-inner .carousel-item img {
    height: 255px;
}
.gallery .carousel .carousel-control-next-icon,
.gallery .carousel .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 6px solid transparent;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.gallery .carousel .carousel-control-next-icon:hover,
.gallery .carousel .carousel-control-prev-icon:hover {
    border-color: #fcf328;
    background-color: #fcf328;
}
@media screen and (min-width: 1200px) {
    .gallery {
        height: 230px;
    }
    .gallery .gallery-container .indicators-container {
        height: 230px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(230px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 230px;
    }
}
@media screen and (min-width: 1366px) {
    .gallery {
        height: 255px;
    }
    .gallery .gallery-container .indicators-container {
        width: 100%;
        height: 255px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(255px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 255px;
    }
}
@media screen and (min-width: 1920px) {
    .gallery {
        height: 300px;
    }
    .gallery .gallery-container .indicators-container {
        height: 300px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(300px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 300px;
    }
}
@media screen and (min-width: 2560px) {
    .gallery {
        height: 355px;
    }
    .gallery .gallery-container .indicators-container {
        height: 355px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(355px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 355px;
    }
}
@media screen and (max-width: 991px) {
    .gallery {
        height: 150px;
    }
    .gallery .gallery-container .indicators-container {
        height: 150px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(150px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 150px;
    }
}
@media screen and (max-width: 767px) {
    .gallery {
        height: auto;
    }
    .gallery .gallery-container .left-indicators .indicators-img {
        padding: 10px 10px 0 0;
    }
    .gallery .gallery-container .right-indicators {
        margin-left: 0;
    }
    .gallery .gallery-container .right-indicators .indicators-img {
        padding: 10px 10px 0 0;
    }
    .gallery .gallery-container .right-indicators .indicators-img:nth-child(2),
    .gallery .gallery-container .right-indicators .indicators-img:nth-child(4),
    .gallery .gallery-container .right-indicators .indicators-img:nth-child(6) {
        padding-right: 0;
    }
    .gallery .gallery-container .indicators-container {
        width: 100%;
        padding-top: 10px;
        height: 200px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(200px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 200px;
    }
}
@media screen and (max-width: 474px) {
    .gallery {
        height: auto;
    }
    .gallery .gallery-container .indicators-container {
        height: 180px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(180px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 180px;
    }
}
@media screen and (max-width: 424px) {
    .gallery {
        height: auto;
    }
    .gallery .gallery-container .indicators-container {
        height: 150px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(150px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 150px;
    }
}
@media screen and (max-width: 359px) {
    .gallery {
        height: auto;
    }
    .gallery .gallery-container .indicators-container {
        height: 130px;
    }
    .gallery .gallery-container .indicators-container .indicators-img {
        height: calc(130px / 2);
    }
    .gallery .gallery-container .carousel-inner .carousel-item img {
        height: 130px;
    }
}
.reservation .title-container {
    width: 185px;
    height: 55px;
    margin-bottom: 15px;
    font-size: 20px;
}
.reservation table {
    width: 100%;
    border: 1px solid #000;
    margin-bottom: 15px;
}
.reservation table tbody,
.reservation table td,
.reservation table th,
.reservation table tr {
    border: 1px solid #000;
}
@media screen and (min-width: 1366px) {
    .reservation .title-container {
        font-size: 24px;
    }
}
@media screen and (min-width: 1920px) {
    .reservation .title-container {
        height: 65px;
        font-size: 26px;
    }
}
@media screen and (min-width: 2560px) {
    .reservation .title-container {
        height: 70px;
        font-size: 30px;
    }
}
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger.is-active:hover {
    opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #1a1666;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 40px;
    height: 4px;
    background-color: #1a1666;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    -o-transition-duration: 0.15s;
    transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
    top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
    -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
    transform: translate3d(0, -20px, 0) rotate(90deg);
}
.hamburger {
    padding-right: 0;
}
@media screen and (max-width: 767px) {
    .hamburger-box {
        width: 37px;
        height: 15px;
    }
    .hamburger-box .hamburger-inner {
        width: 37px;
        height: 3px;
    }
    .hamburger-box .hamburger-inner::after,
    .hamburger-box .hamburger-inner::before {
        width: 37px;
        height: 3px;
        border-radius: 10px;
    }
    .hamburger-box .hamburger-inner::before {
        top: 8px;
    }
    .hamburger-box .hamburger-inner::after {
        top: 16px;
    }
    .hamburger--slider-r.is-active .hamburger-inner::after {
        -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
        transform: translate3d(0, -16px, 0) rotate(90deg);
    }
}
.heading {
    position: relative;
    height: 139px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999999999999999;
    background-color: #fff;
}
.heading .container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.heading .container a {
    text-decoration: none;
}
.heading .container p {
    font-family: "Baloo Chettan", sans-serif;
    color: #1a1666;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-transform: uppercase;
    margin: 0;
}
.heading .container .logo {
    width: 304px;
}
.heading .container .hours,
.heading .container .office,
.heading .container .tel,
.heading .container .tel-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.heading .container .hours .at-img,
.heading .container .hours .hours-img,
.heading .container .hours .tel-img,
.heading .container .office .at-img,
.heading .container .office .hours-img,
.heading .container .office .tel-img,
.heading .container .tel .at-img,
.heading .container .tel .hours-img,
.heading .container .tel .tel-img,
.heading .container .tel-h .at-img,
.heading .container .tel-h .hours-img,
.heading .container .tel-h .tel-img {
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.heading .container .tel-h {
    width: 36.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1365px) {
    .heading .container p {
        font-size: 26px;
    }
    .heading .container .logo {
        width: 300px;
    }
    .heading .container .hours .at-img,
    .heading .container .hours .hours-img,
    .heading .container .hours .tel-img,
    .heading .container .office .at-img,
    .heading .container .office .hours-img,
    .heading .container .office .tel-img,
    .heading .container .tel .at-img,
    .heading .container .tel .hours-img,
    .heading .container .tel .tel-img,
    .heading .container .tel-h .at-img,
    .heading .container .tel-h .hours-img,
    .heading .container .tel-h .tel-img {
        width: 25px;
    }
    .heading .container .tel-h {
        width: 34.5%;
    }
}
@media screen and (max-width: 1199px) {
    .heading {
        height: 130px;
    }
    .heading .container p {
        font-size: 22px;
    }
    .heading .container .logo {
        width: 250px;
    }
    .heading .container .hours .at-img,
    .heading .container .hours .hours-img,
    .heading .container .hours .tel-img,
    .heading .container .office .at-img,
    .heading .container .office .hours-img,
    .heading .container .office .tel-img,
    .heading .container .tel .at-img,
    .heading .container .tel .hours-img,
    .heading .container .tel .tel-img,
    .heading .container .tel-h .at-img,
    .heading .container .tel-h .hours-img,
    .heading .container .tel-h .tel-img {
        width: 22px;
    }
    .heading .container .tel-h {
        width: 34%;
    }
}
@media screen and (max-width: 991px) {
    .heading {
        height: 113px;
    }
    .heading .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heading .container p {
        font-size: 20px;
    }
    .heading .container .logo {
        width: 176px;
    }
    .heading .container .hours .at-img,
    .heading .container .hours .hours-img,
    .heading .container .hours .tel-img,
    .heading .container .office .at-img,
    .heading .container .office .hours-img,
    .heading .container .office .tel-img,
    .heading .container .tel .at-img,
    .heading .container .tel .hours-img,
    .heading .container .tel .tel-img,
    .heading .container .tel-h .at-img,
    .heading .container .tel-h .hours-img,
    .heading .container .tel-h .tel-img {
        width: 19px;
        height: 19px;
    }
    .heading .container .tel-h {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: auto;
    }
    .heading .container .tel-h .hours {
        line-height: 100%;
    }
    .heading .container .office,
    .heading .container .tel-h {
        margin-top: 3px;
    }
}
@media screen and (max-width: 767px) {
    .heading {
        height: 82px;
    }
    .heading .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .heading .container p {
        font-size: 20px;
    }
    .heading .container .logo {
        width: 176px;
    }
    .heading .container .hours,
    .heading .container .office,
    .heading .container .tel,
    .heading .container .tel-h {
        display: none;
    }
    .heading .container .hours .at-img,
    .heading .container .hours .hours-img,
    .heading .container .hours .tel-img,
    .heading .container .office .at-img,
    .heading .container .office .hours-img,
    .heading .container .office .tel-img,
    .heading .container .tel .at-img,
    .heading .container .tel .hours-img,
    .heading .container .tel .tel-img,
    .heading .container .tel-h .at-img,
    .heading .container .tel-h .hours-img,
    .heading .container .tel-h .tel-img {
        width: 19px;
    }
    .heading .container .office,
    .heading .container .tel-h {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background-color: #fff;
    }
    .heading .container .office .hours,
    .heading .container .tel-h .hours {
        display: none;
    }
    .heading .container .office .tel,
    .heading .container .tel-h .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 40%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        top: 18px;
        left: 46%;
        font-size: 18px;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: #fff;
        line-height: 230%;
        opacity: 1;
    }
    .heading .container .office {
        position: absolute;
        top: 75px;
        left: -200%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 200%;
        z-index: 9999999;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .heading .container .office.is-active {
        left: 0;
        opacity: 1;
    }
}
@media screen and (max-width: 424px) {
    .heading .container .office .tel,
    .heading .container .tel-h .tel {
        width: 32%;
        top: 18px;
        left: 180px;
    }
    .heading .container .office .tel .tel-img,
    .heading .container .tel-h .tel .tel-img {
        width: 16px;
    }
    .heading .container .office .tel p,
    .heading .container .tel-h .tel p {
        font-size: 16px;
    }
}
@media screen and (max-width: 376px) {
    .heading .container .office .tel.is-active,
    .heading .container .tel-h .tel.is-active {
        opacity: 1;
    }
    .heading .container .office {
        position: absolute;
        top: 75px;
        left: -200%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 200%;
        z-index: 9999999;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
    }
    .heading .container .office.is-active {
        left: 0;
        opacity: 1;
    }
}
@media screen and (max-width: 359px) {
    .heading .container .office .tel,
    .heading .container .tel-h .tel {
        top: 100px;
        font-size: 14px;
        left: -200%;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .heading .container .office .tel p,
    .heading .container .tel-h .tel p {
        font-size: 20px;
    }
    .heading .container .office .tel .tel-img,
    .heading .container .tel-h .tel .tel-img {
        width: 19px;
    }
    .heading .container .office .tel.is-active,
    .heading .container .tel-h .tel.is-active {
        left: 5px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    .heading .container .office {
        position: absolute;
        width: 100%;
        top: 75px;
        left: -200%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 200%;
        z-index: 9999999;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 14px;
    }
    .heading .container .office.is-active {
        left: 0;
        opacity: 1;
        left: -17%;
    }
}
@media screen and (min-width: 2560px) {
    .heading {
        height: 200px;
    }
    .heading .container p {
        font-size: 46px;
    }
    .heading .container .logo {
        width: 400px;
    }
    .heading .container .hours .at-img,
    .heading .container .hours .hours-img,
    .heading .container .hours .tel-img,
    .heading .container .office .at-img,
    .heading .container .office .hours-img,
    .heading .container .office .tel-img,
    .heading .container .tel .at-img,
    .heading .container .tel .hours-img,
    .heading .container .tel .tel-img,
    .heading .container .tel-h .at-img,
    .heading .container .tel-h .hours-img,
    .heading .container .tel-h .tel-img {
        width: 45px;
        height: 45px;
        margin-right: 10px;
    }
}
.header-container {
    position: relative;
}
.header {
    padding: 0;
    max-height: 73vh;
    overflow: hidden;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.header.non-height {
    max-height: unset;
}
.header .row {
    position: relative;
}
.header .row .slide {
    width: 100%;
}
.header .row .slide .carousel-prev-arrow {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.header .row .slide .carousel-next-arrow {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header .row .slide .carousel-control-next-icon,
.header .row .slide .carousel-control-prev-icon {
    height: 30px !important;
    width: 30px !important;
}
.header .row .slide .carousel-control-next-icon {
    margin-right: 30px;
}
.header .row .slide .carousel-control-prev-icon {
    margin-left: 30px;
}
.header .row .slide .carousel-caption {
    position: absolute;
    top: 21%;
    left: 31%;
    font-size: 60px;
    font-family: "Baloo Chettan", sans-serif;
    line-height: 60px;
    text-align: right;
    -webkit-transform: rotate(4deg) translateX(10%);
    -ms-transform: rotate(4deg) translateX(10%);
    transform: rotate(4deg) translateX(10%);
}
.header .row .slide .carousel-caption p {
    width: 100%;
    line-height: 70%;
}
.header .row .tiles-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 30px;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header .row .tiles-nav .link {
    text-decoration: none;
}
.header .row .tiles-nav .tiles-item-1 {
    height: 122px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0 100%);
    background-color: #f2ea26;
}
.header .row .tiles-nav .tiles-item-2 {
    height: 122px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 29% 86%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 29% 86%, 0 100%, 0 0);
    background-color: #993c88;
    margin-right: -1px;
}
.header .row .tiles-nav .tiles-item-3 {
    height: 122px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    background-color: #3ba63f;
    margin-right: -1px;
}
.header .row .tiles-nav .tiles-item-4 {
    height: 122px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0 90%);
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 90%);
    background-color: #1bb7e0;
    margin-left: -1px;
}
.header .row .tiles-nav .tiles-item-5 {
    height: 122px;
    -webkit-clip-path: polygon(100% 0, 100% 91%, 75% 100%, 0 86%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 100% 91%, 75% 100%, 0 86%, 0 50%, 0 0);
    background-color: #e04120;
    margin-left: -1px;
}
.header .row .tiles-nav .tiles-item-6 {
    height: 122px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 76%);
    background-color: #edbf0f;
    margin-left: -1px;
}
.header .row .tiles-nav .tiles-item-7 {
    height: 122px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 86%);
    background-color: #3ba63f;
    margin-right: -1px;
}
.header .row .tiles-nav .tiles-item-8 {
    height: 122px;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 29% 86%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 29% 86%, 0 100%, 0 0);
    background-color: #993c88;
    margin-right: -1px;
}
.header .row .tiles-nav .tiles-item-1,
.header .row .tiles-nav .tiles-item-2,
.header .row .tiles-nav .tiles-item-3,
.header .row .tiles-nav .tiles-item-4,
.header .row .tiles-nav .tiles-item-5,
.header .row .tiles-nav .tiles-item-6, 
.header .row .tiles-nav .tiles-item-7, 
.header .row .tiles-nav .tiles-item-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.header .row .tiles-nav .tiles-item-1:hover,
.header .row .tiles-nav .tiles-item-2:hover,
.header .row .tiles-nav .tiles-item-3:hover,
.header .row .tiles-nav .tiles-item-4:hover,
.header .row .tiles-nav .tiles-item-5:hover,
.header .row .tiles-nav .tiles-item-6:hover, 
.header .row .tiles-nav .tiles-item-7:hover, 
.header .row .tiles-nav .tiles-item-8:hover {
    position: relative;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	height: 152px;
	
}
.header .row .tiles-nav .tiles-item-1.active,
.header .row .tiles-nav .tiles-item-2.active,
.header .row .tiles-nav .tiles-item-3.active,
.header .row .tiles-nav .tiles-item-4.active,
.header .row .tiles-nav .tiles-item-5.active,
.header .row .tiles-nav .tiles-item-6.active, 
.header .row .tiles-nav .tiles-item-7.active, 
.header .row .tiles-nav .tiles-item-8.active {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	height: 152px;
	
}
.header .row .tiles-nav .tiles-item-1:hover .title,
.header .row .tiles-nav .tiles-item-2:hover .title,
.header .row .tiles-nav .tiles-item-3:hover .title,
.header .row .tiles-nav .tiles-item-4:hover .title,
.header .row .tiles-nav .tiles-item-5:hover .title,
.header .row .tiles-nav .tiles-item-6:hover .title, 
.header .row .tiles-nav .tiles-item-7:hover .title, 
.header .row .tiles-nav .tiles-item-8:hover .title {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.header .row .tiles-nav .tiles-item-1 .title,
.header .row .tiles-nav .tiles-item-2 .title,
.header .row .tiles-nav .tiles-item-3 .title,
.header .row .tiles-nav .tiles-item-4 .title,
.header .row .tiles-nav .tiles-item-5 .title,
.header .row .tiles-nav .tiles-item-6 .title,
.header .row .tiles-nav .tiles-item-7 .title,
.header .row .tiles-nav .tiles-item-8 .title {
    text-align: center;
    font-family: "Baloo Chettan", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
@media screen and (max-width: 1439px) {
    .header {
        max-height: 70vh;
    }
}
@media screen and (max-width: 1365px) {
    .header .row .slide .carousel-caption {
        top: 22%;
        left: 21%;
        font-size: 40px;
    }
    .header .row .tiles-nav .tiles-item-1 .title,
    .header .row .tiles-nav .tiles-item-2 .title,
    .header .row .tiles-nav .tiles-item-3 .title,
    .header .row .tiles-nav .tiles-item-4 .title,
    .header .row .tiles-nav .tiles-item-5 .title,
    .header .row .tiles-nav .tiles-item-6 .title, 
	.header .row .tiles-nav .tiles-item-7 .title, 
	.header .row .tiles-nav .tiles-item-8 .title	{
        font-size: 20px;
        line-height: 22px;
    }
}
@media screen and (max-width: 1199px) {
    .header {
        max-height: 70vh;
    }
    .header .row .slide .carousel-caption {
        top: 25%;
        left: 31%;
        font-size: 35px;
    }
    .header .row .tiles-nav .tiles-item-1 .title,
    .header .row .tiles-nav .tiles-item-2 .title,
    .header .row .tiles-nav .tiles-item-3 .title,
    .header .row .tiles-nav .tiles-item-4 .title,
    .header .row .tiles-nav .tiles-item-5 .title,
    .header .row .tiles-nav .tiles-item-6 .title, 
	.header .row .tiles-nav .tiles-item-7 .title, 
	.header .row .tiles-nav .tiles-item-8 .title	{
        font-size: 20px;
        line-height: 22px;
        padding: 0 15px;
    }
}
@media screen and (max-width: 991px) {
    .headerMax .header {
        max-height: unset;
    }
    .headerMax .header .row {
        max-height: unset;
    }
    .header {
        max-width: 660px;
    }
    .header ::-webkit-scrollbar {
        width: 0;
        background: 0 0;
    }
    .header .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-height: 286px;
    }
    .header .row .slide {
        width: 505px;
        height: 286px;
    }
    .header .row .slide .carousel-control-next-icon,
    .header .row .slide .carousel-control-prev-icon {
        height: 15px !important;
        width: 15px !important;
    }
    .header .row .slide .carousel-control-next-icon {
        margin-right: 15px;
    }
    .header .row .slide .carousel-control-prev-icon {
        margin-left: 15px;
    }
    .header .row .slide img {
        width: 505px;
        height: 286px;
    }
    .header .row .slide .carousel-caption {
        top: 7%;
        font-size: 23px;
    }
    .header .row .slide .carousel-caption p {
        line-height: 30%;
    }
    .header .row .tiles-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 131px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        z-index: 999;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .header .row .tiles-nav a {
        margin-top: -10px;
    }
    .header .row .tiles-nav a:nth-child(1) {
        margin-top: 0;
        z-index: 99999999;
    }
    .header .row .tiles-nav a:nth-child(even) {
        width: 90%;
    }
    .header .row .tiles-nav a:nth-child(odd) {
        width: 100%;
    }
    .header .row .tiles-nav .tiles-item-1 {
        height: 61px;
        z-index: 9999999;
    }
    .header .row .tiles-nav .tiles-item-2 {
        height: 70px;
        z-index: 999999;
    }
    .header .row .tiles-nav .tiles-item-3 {
        height: 72px;
        z-index: 99999;
    }
    .header .row .tiles-nav .tiles-item-4 {
        height: 80px;
        z-index: 9999;
    }
    .header .row .tiles-nav .tiles-item-5 {
        height: 70px;
        z-index: 999;
    }
    .header .row .tiles-nav .tiles-item-6 {
        height: 75px;
    }
	.header .row .tiles-nav .tiles-item-7 {
        height: 70px;
        z-index: 99999;
    }
	.header .row .tiles-nav .tiles-item-8 {
        height: 70px;
        z-index: 999999;
    }
    .header .row .tiles-nav .tiles-item-1,
    .header .row .tiles-nav .tiles-item-2,
    .header .row .tiles-nav .tiles-item-3,
    .header .row .tiles-nav .tiles-item-4,
    .header .row .tiles-nav .tiles-item-5,
    .header .row .tiles-nav .tiles-item-6, 
	.header .row .tiles-nav .tiles-item-7, 
	.header .row .tiles-nav .tiles-item-8	{
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        padding: 0 5px;
    }
    .header .row .tiles-nav .tiles-item-1 .title,
    .header .row .tiles-nav .tiles-item-2 .title,
    .header .row .tiles-nav .tiles-item-3 .title,
    .header .row .tiles-nav .tiles-item-4 .title,
    .header .row .tiles-nav .tiles-item-5 .title,
    .header .row .tiles-nav .tiles-item-6 .title, 
	.header .row .tiles-nav .tiles-item-7 .title, 
	.header .row .tiles-nav .tiles-item-8 .title	{
        font-size: 13px;
        letter-spacing: -0.11px;
        line-height: 13px;
    }
}
@media screen and (max-width: 767px) {
    .header {
        max-width: 100%;
        max-height: 100%;
        overflow: visible;
    }
    .header .row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 100%;
    }
    .header .row .slide {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        height: auto;
    }
    .header .row .slide img {
        width: 100%;
        height: auto;
    }
    .header .row .tiles-nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        top: -25px;
        width: 387px;
    }
    .header .row .tiles-nav a {
        margin-top: -30px;
    }
    .header .row .tiles-nav a:nth-child(1) {
        margin-top: 0;
    }
    .header .row .tiles-nav .tiles-item-1 {
        height: 152px;
    }
    .header .row .tiles-nav .tiles-item-2 {
        height: 130px;
    }
    .header .row .tiles-nav .tiles-item-3 {
        height: 138px;
    }
    .header .row .tiles-nav .tiles-item-4 {
        height: 126px;
    }
    .header .row .tiles-nav .tiles-item-5 {
        height: 128px;
    }
    .header .row .tiles-nav .tiles-item-6 {
        height: 138px;
    }
	.header .row .tiles-nav .tiles-item-7 {
        height: 138px;
    }
	.header .row .tiles-nav .tiles-item-8 {
        height: 130px;
    }
    .header .row .tiles-nav .tiles-item-1,
    .header .row .tiles-nav .tiles-item-2,
    .header .row .tiles-nav .tiles-item-3,
    .header .row .tiles-nav .tiles-item-4,
    .header .row .tiles-nav .tiles-item-5,
    .header .row .tiles-nav .tiles-item-6, 
	.header .row .tiles-nav .tiles-item-7,
    .header .row .tiles-nav .tiles-item-8	{
        padding: 0 50px;
    }
    .header .row .tiles-nav .tiles-item-1 .title,
    .header .row .tiles-nav .tiles-item-2 .title,
    .header .row .tiles-nav .tiles-item-3 .title,
    .header .row .tiles-nav .tiles-item-4 .title,
    .header .row .tiles-nav .tiles-item-5 .title,
    .header .row .tiles-nav .tiles-item-6 .title, 
	.header .row .tiles-nav .tiles-item-7 .title,
    .header .row .tiles-nav .tiles-item-8 .title	{
        font-size: 22px;
        letter-spacing: -0.2px;
        line-height: 25px;
    }
}
@media screen and (max-width: 474px) {
    .header .row .slide .carousel-caption {
        font-size: 20px;
    }
    .header .row .tiles-nav {
        width: 365px;
        top: 0;
    }
}
@media screen and (max-width: 424px) {
    .header .row .slide .carousel-caption {
        font-size: 17px;
    }
    .header .row .slide .carousel-caption p {
        line-height: 15%;
    }
}
@media screen and (max-width: 376px) {
    .header .row .tiles-nav {
        width: 330px;
    }
}
@media screen and (max-width: 359px) {
    .header .row .slide .carousel-caption {
        font-size: 14px;
    }
    .header .row .slide .carousel-caption p {
        line-height: 10%;
    }
    .header .row .tiles-nav {
        width: 300px;
    }
    .header .row .tiles-nav .tiles-item-1,
    .header .row .tiles-nav .tiles-item-2,
    .header .row .tiles-nav .tiles-item-3,
    .header .row .tiles-nav .tiles-item-4,
    .header .row .tiles-nav .tiles-item-5,
    .header .row .tiles-nav .tiles-item-6, 
	.header .row .tiles-nav .tiles-item-7,
    .header .row .tiles-nav .tiles-item-8	{
        padding: 0 20px;
    }
}
@media screen and (min-width: 1920px) {
    .header {
        max-height: 77vh;
    }
    .header .row .slide .carousel-caption {
        -webkit-transform: rotate(4deg) translateX(0);
        -ms-transform: rotate(4deg) translateX(0);
        transform: rotate(4deg) translateX(0);
    }
    .header .row .tiles-nav {
        top: 45px;
    }
    .header .row .tiles-nav .tiles-item-1 .title,
    .header .row .tiles-nav .tiles-item-2 .title,
    .header .row .tiles-nav .tiles-item-3 .title,
    .header .row .tiles-nav .tiles-item-4 .title,
    .header .row .tiles-nav .tiles-item-5 .title,
    .header .row .tiles-nav .tiles-item-6 .title, 
	.header .row .tiles-nav .tiles-item-7 .title,
    .header .row .tiles-nav .tiles-item-8 .title	{
        font-size: 26px;
        line-height: 26px;
        padding: 0 25px;
    }
}
@media screen and (min-width: 2560px) {
    .header {
        max-height: 80vh;
    }
    .header .row .slide .carousel-control-next-icon,
    .header .row .slide .carousel-control-prev-icon {
        height: 50px !important;
        width: 50px !important;
    }
    .header .row .slide .carousel-control-next-icon {
        margin-right: 50px;
    }
    .header .row .slide .carousel-control-prev-icon {
        margin-left: 50px;
    }
    .header .row .slide .carousel-caption {
        top: 21%;
        left: 10%;
        font-size: 85px;
        -webkit-transform: rotate(4deg) translateX(-5%);
        -ms-transform: rotate(4deg) translateX(-5%);
        transform: rotate(4deg) translateX(-5%);
    }
    .header .row .tiles-nav {
        top: 65px;
    }
    .header .row .tiles-nav .tiles-item-1,
    .header .row .tiles-nav .tiles-item-2,
    .header .row .tiles-nav .tiles-item-3,
    .header .row .tiles-nav .tiles-item-4,
    .header .row .tiles-nav .tiles-item-5,
    .header .row .tiles-nav .tiles-item-6, 
	.header .row .tiles-nav .tiles-item-7,
    .header .row .tiles-nav .tiles-item-8	{
        height: 145px;
    }
    .header .row .tiles-nav .tiles-item-1 .title,
    .header .row .tiles-nav .tiles-item-2 .title,
    .header .row .tiles-nav .tiles-item-3 .title,
    .header .row .tiles-nav .tiles-item-4 .title,
    .header .row .tiles-nav .tiles-item-5 .title,
    .header .row .tiles-nav .tiles-item-6 .title, 
	.header .row .tiles-nav .tiles-item-7 .title,
    .header .row .tiles-nav .tiles-item-8 .title	{
        font-size: 30px;
        line-height: 30px;
        padding: 0 30px;
    }
}
.search-container {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    bottom: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1250px;
    opacity: 0;
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
    z-index: 0;
}
.search-container.is-active {
    opacity: 1;
    z-index: 9999;
}
.search-container .search {
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.search-container .search .description-shape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 364px;
    height: 103px;
    background-color: #edbf0f;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    font-family: "Baloo Chettan", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.search-container .search .description-shape .title {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.search-container .search .description-shape .magnifier {
    width: 31px;
    position: relative;
    top: -10px;
}
.search-container .search .search-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-top: 10px;
    top: 75%;
    right: 0;
    width: 121px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    background-color: #1bb7e0;
    font-family: "Baloo Chettan", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 25px;
    cursor: pointer;
}
.form-container {
    position: absolute;
    padding: 0 46px;
    opacity: 0;
    top: 55vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1072px;
    height: 207px;
    border: 4px solid #edbf0f;
    background-color: #fff;
    font-family: Ubuntu, sans-serif;
    text-shadow: none;
    letter-spacing: -0.15px;
    font-weight: 400;
    font-size: 18px;
    background-image: url(../img/bgc-mg.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    z-index: 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.form-container.is-active {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 999;
}
.form-container .search {
    position: absolute;
    top: -50px;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.form-container .search .description-shape {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 364px;
    height: 103px;
    background-color: #edbf0f;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 83%, 0 100%);
    font-family: "Baloo Chettan", sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.3px;
    line-height: 30px;
    text-transform: uppercase;
}
.form-container .search .description-shape .title {
    padding-top: 10px;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.form-container form {
    position: relative;
    top: 35%;
}
.form-container .form-group {
    display: inline-block;
    width: 202px;
    margin-right: 15px;
}
.form-container .form-group:nth-child(2) {
    width: 155px;
}
.form-container .form-group label {
    margin: 0;
}
.form-container .form-group input,
.form-container .form-group select {
    background-color: #edbf0f;
    border-color: #edbf0f;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.form-container .form-group input {
    width: 100%;
    border: none;
    height: 38px;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
}
.form-container .form-check {
    display: inline-block;
    margin-right: 48px;
}
.form-container .form-check label {
    margin-left: 5px;
}
.form-container .form-check input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 0;
    border-radius: 100%;
    outline: 0;
    border: 2px solid #1bb7e0;
}
.form-container .form-check input:checked::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #1bb7e0;
    border: 2px solid #fff;
    border-radius: 100%;
}
.form-container .search-btn {
    width: 121px;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    background-color: #1bb7e0;
    font-family: "Baloo Chettan", sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    margin-left: 13px;
    border: none;
}
.form-container .hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 46px;
    bottom: 12px;
    cursor: pointer;
    z-index: 9999999;
}
.form-container .hide .title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #19181b;
    margin: 0;
    margin-right: 5px;
}
.form-container .hide .circle {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 1px solid #19181b;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center 55%;
    background-size: 9.5px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}
.form-container .hide:hover .circle {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
@media screen and (max-width: 1439px) {
    .form-container {
        top: 45vh;
    }
}
@media screen and (max-width: 1365px) {
    .search-container .search .description-shape {
        padding-top: 5px;
        width: 334px;
        height: 96px;
        font-size: 26px;
    }
    .search-container .search .description-shape .magnifier {
        width: 30px;
    }
    .search-container .search .search-btn {
        padding-top: 8px;
        width: 111px;
        height: 45px;
        font-size: 20px;
    }
    .form-container {
        padding: 0 36px;
        top: 50vh;
        width: 872px;
        height: 167px;
        font-size: 14px;
        background-size: 14%;
    }
    .form-container .search {
        position: absolute;
        top: -60px;
    }
    .form-container .search .description-shape {
        width: 334px;
        height: 96px;
        font-size: 26px;
    }
    .form-container form {
        top: 35%;
    }
    .form-container .form-group {
        display: inline-block;
        width: 155px;
        margin-right: 13px;
    }
    .form-container .form-group:nth-child(2) {
        width: 125px;
    }
    .form-container .form-group input,
    .form-container .form-group select {
        height: 30px;
        font-size: 12px;
    }
    .form-container .form-check {
        margin-right: 28px;
    }
    .form-container .form-check label {
        margin-left: 3px;
    }
    .form-container .form-check input {
        height: 16px;
        width: 16px;
        top: -2px;
    }
    .form-container .search-btn {
        width: 111px;
        height: 45px;
        font-size: 20px;
        margin-left: 26px;
    }
    .form-container .hide {
        right: 37px;
        bottom: 13px;
    }
    .form-container .hide .title {
        font-size: 13px;
    }
    .form-container .hide .circle {
        width: 14px;
        height: 14px;
        background-size: 8.5px;
    }
}
@media screen and (max-width: 1199px) {
    .search-container .search .description-shape {
        padding-top: 5px;
        width: 300px;
        height: 85px;
        font-size: 22px;
        line-height: 25px;
    }
    .search-container .search .description-shape .magnifier {
        width: 30px;
    }
    .search-container .search .search-btn {
        padding-top: 6px;
        right: 0;
        top: 80%;
        width: 100px;
        height: 40px;
        font-size: 18px;
    }
    .form-container {
        top: 55vh;
    }
    .form-container .search {
        position: absolute;
        top: -45px;
    }
    .form-container .search .description-shape {
        width: 300px;
        height: 85px;
        font-size: 22px;
    }
    .form-container .search-btn {
        width: 100px;
        height: 40px;
        font-size: 18px;
        margin-left: 37px;
    }
}
@media screen and (max-width: 991px) {
    .search-container {
        bottom: -25px;
        left: 48%;
    }
	/*
    .search-container.top {
        bottom: unset;
        top: 250px;
        left: 48%;
    }
	*/
    .search-container.is-active {
        z-index: 99;
    }
    .search-container.b-0 {
        bottom: -55px;
    }
    .search-container .search {
        z-index: 99;
    }
    .search-container .search .description-shape {
        padding: 0;
        padding-top: 10px;
        width: 246px;
        height: 66px;
        font-size: 20px;
        letter-spacing: -0.17px;
        line-height: 19.6px;
    }
    .search-container .search .description-shape .title {
        text-align: center;
    }
    .search-container .search .description-shape .magnifier {
        width: 23px;
        margin-right: 10px;
    }
    .search-container .search .search-btn {
        padding-top: 6px;
        width: 66px;
        height: 28px;
        font-size: 13px;
        letter-spacing: -0.12px;
        line-height: 13.6px;
    }
    .form-container {
        padding: 0 26px;
        top: 19vh;
        width: 572px;
        height: 127px;
        font-size: 10px;
    }
    .form-container .search {
        top: -35px;
    }
    .form-container .search .description-shape {
        width: 246px;
        height: 66px;
        font-size: 20px;
        line-height: 19.6px;
    }
    .form-container form {
        top: 35%;
    }
    .form-container .form-group {
        display: inline-block;
        width: 100px;
        margin-right: 9px;
        margin-bottom: 12.5px;
    }
    .form-container .form-group:nth-child(2) {
        width: 100px;
    }
    .form-container .form-group input,
    .form-container .form-group select {
        height: 24px;
        font-size: 8px;
        background-size: 10px;
    }
    .form-container .form-group input {
        width: 100px;
    }
    .form-container .form-check {
        margin-right: 18px;
    }
    .form-container .form-check label {
        margin-left: -4px;
    }
    .form-container .form-check input {
        height: 10px;
        width: 10px;
        top: -2px;
        border-width: 1px;
    }
    .form-container .search-btn {
        width: 66px;
        height: 28px;
        font-size: 13px;
        margin-left: 0;
        vertical-align: none;
    }
    .form-container .hide {
        right: 26px;
        bottom: 12px;
    }
    .form-container .hide .title {
        font-size: 10px;
    }
    .form-container .hide .circle {
        width: 12px;
        height: 12px;
        background-size: 6px;
    }
}
@media screen and (max-width: 767px) {
    .search-container {
        width: 40%;
        top: 42vw;
        bottom: unset;
        left: 75.5%;
    }
    .search-container.top {
        width: 40%;
        top: 42vw;
        bottom: unset;
        left: 75.5%;
    }
    .search-container.is-active {
        z-index: 999;
    }
    .search-container.mod {
        top: 370px;
        display: none;
    }
    .search-container .search .search-btn.mod {
        display: none;
    }
    .form-container {
        max-width: 100%;
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 20px;
        background-size: 50%;
    }
    .form-container.is-active {
        top: 120%;
    }
    .form-container form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-container form .form-group {
        width: 300px;
    }
    .form-container form .form-group:nth-child(2) {
        width: 300px;
    }
    .form-container form .form-group:nth-child(4) {
        margin: 0;
    }
    .form-container form .form-group label {
        font-size: 14px;
    }
    .form-container form .form-group .form-control,
    .form-container form .form-group input {
        height: 35px;
        font-size: 13px;
    }
    .form-container form .form-group.datePicker {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-container form .form-group.datePicker input {
        width: 100%;
    }
    .form-container form .search-btn {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 12.5px;
        width: 85px;
        height: 42px;
        font-size: 16px;
    }
    .form-container form .form-check {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 16px;
    }
    .form-container form .form-check input {
        margin-top: 8px;
        height: 12px;
        width: 12px;
    }
    .form-container .hide {
        bottom: 20px;
    }
    .form-container .hide .title {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .search-container {
        top: 15vw;
    }
    .search-container.top {
        top: 22vw;
    }
}
@media screen and (max-width: 374px) {
    .form-container {
        width: 100%;
    }
    .form-container form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-container form .form-group {
        width: 250px;
    }
    .form-container form .form-group:nth-child(2) {
        width: 250px;
    }
}
@media screen and (max-width: 360px) {
    .search-container {
        width: 40%;
        left: 75.5%;
    }
    .search-container.top {
        width: 40%;
    }
    .form-container {
        max-width: 100%;
    }
}
@media screen and (min-width: 1920px) {
    .search-container {
        width: 1366px;
    }
    .form-container {
        top: 62vh;
    }
}
@media screen and (min-width: 2560px) {
    .search-container {
        width: 1680px;
    }
    .search-container .search .description-shape {
        padding: 0 30px;
        width: 474px;
        height: 145px;
        font-size: 36px;
        line-height: 110%;
    }
    .search-container .search .description-shape .magnifier {
        width: 45px;
    }
    .search-container .search .search-btn {
        padding-top: 20px;
        right: 0;
        width: 171px;
        height: 70px;
        font-size: 30px;
    }
    .form-container {
        padding: 0 66px;
        top: 67vh;
        width: 1372px;
        height: 257px;
        font-size: 22px;
    }
    .form-container .search {
        top: -70px;
    }
    .form-container .search .description-shape {
        padding: 0 30px;
        width: 474px;
        height: 145px;
        font-size: 36px;
    }
    .form-container form {
        top: 37%;
    }
    .form-container .form-group {
        width: 252px;
        margin-right: 26px;
    }
    .form-container .form-group:nth-child(2) {
        width: 155px;
    }
    .form-container .form-group label {
        margin: 0;
    }
    .form-container .form-group input,
    .form-container .form-group select {
        height: 43px;
        font-size: 18px;
    }
    .form-container .form-check {
        display: inline-block;
        margin-right: 48px;
        margin-top: 8px;
    }
    .form-container .form-check label {
        margin-left: 12px;
    }
    .form-container .form-check input {
        height: 22px;
        width: 22px;
    }
    .form-container .search-btn {
        padding-top: 0;
        width: 171px;
        height: 70px;
        font-size: 30px;
        margin-left: 26px;
    }
    .form-container .hide {
        right: 68px;
        bottom: 21px;
    }
    .form-container .hide .title {
        font-size: 22px;
        margin-right: 10px;
    }
    .form-container .hide .circle {
        width: 20px;
        height: 20px;
    }
}
section.offers {
    padding-bottom: 85px;
}
section.offers .row {
    margin: 0;
}
section.offers .for-school,
section.offers .summer,
section.offers .winter {
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    padding: 124px 0 0 0;
}
section.offers .for-school .title,
section.offers .summer .title,
section.offers .winter .title {
    font-family: "Baloo Chettan", sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
}
section.offers .for-school .signature,
section.offers .summer .signature,
section.offers .winter .signature {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #19181b;
    text-shadow: none;
}
section.offers .for-school::after,
section.offers .summer::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    right: 0;
    width: 2px;
    height: 40%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    background-color: #545454;
}
section.offers .summer {
    padding-right: 40px;
}
section.offers .for-school {
    padding-right: 40px;
    padding-left: 40px;
}
section.offers .winter {
    padding-left: 40px;
}
section.offers .summer .title {
    color: #fcf328;
}
section.offers .for-school .title {
    color: #42ba47;
}
section.offers .winter .title {
    color: #1dc5f2;
}
@media screen and (max-width: 1365px) {
    section.offers {
        padding-bottom: 55px;
    }
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        font-size: 29px;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        font-size: 14px;
    }
}
@media screen and (max-width: 1199px) {
    section.offers {
        padding-bottom: 40px;
    }
    section.offers .for-school,
    section.offers .summer,
    section.offers .winter {
        padding-top: 110px;
    }
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        font-size: 24px;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        font-size: 14px;
    }
    section.offers .for-school::after,
    section.offers .summer::after,
    section.offers .winter::after {
        top: 45%;
        height: 50%;
    }
}
@media screen and (max-width: 991px) {
    section.offers {
        padding-bottom: 25px;
    }
    section.offers .for-school,
    section.offers .summer,
    section.offers .winter {
        padding: 58px 20px 0 20px;
    }
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        font-size: 18px;
        width: 120%;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        width: 105%;
        font-size: 12px;
        padding: 3px 0;
    }
    section.offers .summer {
        padding-left: 0;
    }
    section.offers .winter {
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    section.offers {
        position: relative;
        text-align: center;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    section.offers .for-school,
    section.offers .summer,
    section.offers .winter {
        margin-bottom: 27px;
        padding: 0;
    }
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        width: 100%;
        margin-bottom: 5px;
        font-size: 24px;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 70%;
        font-size: 14px;
        padding: 5px 0;
    }
    section.offers .for-school::after,
    section.offers .summer::after,
    section.offers .winter::after {
        display: none;
    }
    section.offers .for-school,
    section.offers .winter {
        padding-left: 0;
    }
}
@media screen and (max-width: 474px) {
    section.offers {
        position: relative;
        margin-top: 20px;
    }
}
@media screen and (max-width: 374px) {
    section.offers {
        text-align: center;
    }
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        width: 100%;
        margin-bottom: 5px;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 75%;
    }
    section.offers .for-school,
    section.offers .winter {
        padding-left: 0;
    }
}
@media screen and (min-width: 1920px) {
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        font-size: 41px;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        font-size: 18px;
    }
}
@media screen and (min-width: 2560px) {
    section.offers .for-school,
    section.offers .summer,
    section.offers .winter {
        padding-top: 150px;
    }
    section.offers .for-school .title,
    section.offers .summer .title,
    section.offers .winter .title {
        font-size: 52px;
    }
    section.offers .for-school .signature,
    section.offers .summer .signature,
    section.offers .winter .signature {
        font-size: 22px;
    }
}
.partners {
  padding: 20px 0;
  width: 100%;
}
.partners-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.partners-container img {
  max-width: 140px;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.partners-container a:hover img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .partners-container img {
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  .partners-container {
    gap: 20px;
  }
  .partners-container img {
    max-width: 100px;
  }
}
@media (min-width: 1920px) {
  .partners-container img {
    max-width: 180px;
  }
}
.stopka {
    background-color: #1bb7e0;
    border-top: 1px solid #00f;
    padding: 30px 0 30px 0;
}
.footer {
    margin-bottom: 30px;
}
.footer .row {
    width: 100%;
    margin: 0;
}
.footer .description {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    font-weight: 400;
    color: #19181b;
}
.footer .description a {
    color: #19181b;
    text-decoration: none;
}
@media screen and (max-width: 1199px) {
    .footer a.link {
        font-size: 12px;
    }
    .footer .description {
        font-size: 12px;
    }
}
@media screen and (max-width: 991px) {
    .footer {
        display: none;
    }
}
@media screen and (min-width: 2560px) {
    .footer .description {
        font-size: 20px;
    }
}
.cookies {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    border: 2px solid #1dc5f2;
    padding: 29px 92px;
    background-color: #fff;
    z-index: 9999999999999;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.cookies.active {
    display: block;
}
.cookies.none {
    display: none;
}
.cookies .description {
    font-size: 13px;
    letter-spacing: -0.13px;
    line-height: 140%;
}
.cookies a {
    color: rgba(29, 197, 242, 0.65);
}
.cookies .close-btn,
.cookies .more-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-top: 8px;
    background-color: #1bb7e0;
    font-family: "Baloo Chettan", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    line-height: 15px;
    cursor: pointer;
    color: #fff;
}
.cookies .close-btn {
    top: 55px;
    right: 248px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 82%, 0 100%);
    text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
    width: 70px;
    height: 33px;
}
.cookies .more-btn {
    width: 142px;
    height: 33px;
    top: 55px;
    right: 90px;
    background-color: #fff;
    color: rgba(29, 197, 242, 0.65);
    border: 1px solid #6dd9f6;
}
@media screen and (max-width: 1365px) {
    .cookies {
        height: 105px;
        padding: 30px 92px;
    }
    .cookies .description {
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 57px;
        right: 325px;
    }
    .cookies .more-btn {
        top: 57px;
        right: 170px;
    }
}
@media screen and (max-width: 1259px) {
    .cookies {
        height: 105px;
        padding: 30px 92px;
    }
    .cookies .description {
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 57px;
        right: 207px;
    }
    .cookies .more-btn {
        top: 57px;
        right: 50px;
    }
}
@media screen and (max-width: 1199px) {
    .cookies {
        height: 120px;
        padding: 30px 45px;
    }
    .cookies .close-btn {
        top: 75px;
    }
    .cookies .more-btn {
        top: 75px;
    }
}
@media screen and (max-width: 991px) {
    .cookies {
        height: 120px;
    }
    .cookies .description {
        font-size: 10px;
    }
    .cookies .close-btn,
    .cookies .more-btn {
        padding-top: 6px;
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 70px;
        width: 70px;
        height: 30px;
    }
    .cookies .more-btn {
        top: 70px;
        right: 50px;
        width: 140px;
        height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .cookies {
        padding: 20px;
    }
    .cookies .close-btn,
    .cookies .more-btn {
        right: 160px;
        padding-top: 6px;
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 70px;
        width: 70px;
        height: 30px;
    }
    .cookies .more-btn {
        top: 70px;
        right: 10px;
        width: 140px;
        height: 30px;
    }
}
@media screen and (max-width: 474px) {
    .cookies {
        height: 140px;
    }
    .cookies .close-btn,
    .cookies .more-btn {
        padding-top: 6px;
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 90px;
    }
    .cookies .more-btn {
        top: 90px;
    }
}
@media screen and (max-width: 424px) {
    .cookies {
        height: 150px;
    }
    .cookies .close-btn,
    .cookies .more-btn {
        padding-top: 6px;
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 105px;
        right: 210px;
    }
    .cookies .more-btn {
        top: 105px;
        right: 60px;
    }
}
@media screen and (max-width: 359px) {
    .cookies {
        height: 160px;
    }
    .cookies .close-btn,
    .cookies .more-btn {
        padding-top: 6px;
        font-size: 13px;
    }
    .cookies .close-btn {
        top: 115px;
        right: 180px;
    }
    .cookies .more-btn {
        top: 115px;
        right: 30px;
    }
}
@media screen and (min-width: 1920px) {
    .cookies {
        height: 115px;
        padding: 29px 268px;
    }
    .cookies .description {
        font-size: 15px;
    }
    .cookies .close-btn {
        top: 65px;
        right: 498px;
    }
    .cookies .more-btn {
        top: 65px;
        right: 340px;
    }
}
@media screen and (min-width: 2560px) {
    .cookies {
        height: 140px;
        padding: 29px 440px;
    }
    .cookies .description {
        font-size: 20px;
    }
    .cookies .close-btn,
    .cookies .more-btn {
        font-size: 20px;
        padding-top: 15px;
    }
    .cookies .close-btn {
        top: 75px;
        right: 738px;
        width: 116px;
        height: 46px;
    }
    .cookies .more-btn {
        top: 75px;
        right: 490px;
        width: 222px;
        height: 46px;
    }
}
section.bottom-menu-tablet {
    padding-bottom: 25px;
}
section.bottom-menu-tablet .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
section.bottom-menu-tablet .row .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
}
section.bottom-menu-tablet .row .nav .title {
    font-size: 20px;
    margin-bottom: 4px;
    color: #8e2b63;
}
section.bottom-menu-tablet .row .nav .link {
    color: #19181b;
    font-size: 13px;
    padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
    section.bottom-menu-tablet .row .nav {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    section.bottom-menu-tablet .row .nav .title {
        font-size: 24px;
    }
    section.bottom-menu-tablet .row .nav .link {
        color: #19181b;
        font-size: 14px;
    }
}
@media screen and (min-width: 991px) {
    .bottom-menu-tablet {
        display: none;
    }
}
.timetable {
    padding: 0;
}
.timetable table {
    width: 100%;
    border-spacing: 0 12px;
    border-collapse: separate;
}
.timetable table div.shape-container {
    position: relative;
    left: 50%;
    width: 80%;
    height: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.timetable table .table-text {
    display: inline-block;
    margin-right: 5px;
}
.timetable table .table-text.sale {
    display: block;
    text-decoration: line-through;
    -webkit-text-decoration-color: #e04120;
    text-decoration-color: #e04120;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.timetable table table,
.timetable table tbody,
.timetable table th,
.timetable table tr {
    text-align: center;
}
.timetable table p {
    margin: 0;
}
.timetable table td.limit {
    font-size: 16px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.timetable table .code::after {
    display: block;
    content: attr(data-days);
    text-align: center;
    color: #e04120;
    margin-left: -25px;
    margin-top: -3px;
    font-size: 9px;
}
.timetable table .code,
.timetable table .price,
.timetable table .reservation {
    font-size: 20px;
}
.timetable table .reservation {
    display: block;
    font-weight: 500;
    color: #e04120;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.timetable table .reservation:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (min-width: 1920px) {
    .timetable table div.shape-container {
        height: 57px;
    }
    .timetable table .table-text {
        font-size: 19px;
    }
    .timetable table .code::after {
        margin-left: -15px;
        font-size: 12px;
    }
    .timetable table .code,
    .timetable table .price,
    .timetable table .reservation {
        font-size: 23px;
    }
    .timetable table td.limit {
        font-size: 19px;
    }
}
@media screen and (min-width: 2560px) {
    .timetable table div.shape-container {
        height: 60px;
    }
    .timetable table .table-text {
        font-size: 23px;
    }
    .timetable table .code::after {
        margin-left: -35px;
        font-size: 14px;
    }
    .timetable table .code,
    .timetable table .price,
    .timetable table .reservation {
        font-size: 30px;
    }
    .timetable table td.limit {
        font-size: 23px;
    }
}
@media screen and (max-width: 767px) {
    .timetable table div.shape-container {
        width: 95%;
        height: 86px;
    }
    .timetable table .code::after {
        margin-left: -10px;
        margin-top: -3px;
        font-size: 10px;
    }
    .timetable table .code,
    .timetable table .price,
    .timetable table .reservation {
        font-size: 18px;
    }
}
@media screen and (max-width: 474px) {
    .timetable table div.shape-container {
        width: 95%;
        height: 86px;
    }
    .timetable table .table-text {
        font-size: 13px;
    }
    .timetable table .code::after {
        margin-left: -10px;
        margin-top: -3px;
        font-size: 10px;
    }
    .timetable table .code,
    .timetable table .price {
        font-size: 18px;
    }
    .timetable table .reservation {
        font-size: 16px;
    }
    .timetable table td.limit {
        font-size: 13px;
    }
}
@media screen and (max-width: 424px) {
    .timetable table div.shape-container {
        width: 95%;
        height: 86px;
    }
    .timetable table .table-text {
        font-size: 12px;
    }
    .timetable table .code::after {
        margin-left: -10px;
        margin-top: -3px;
        font-size: 10px;
    }
    .timetable table .code,
    .timetable table .price,
    .timetable table .reservation {
        font-size: 18px;
    }
    .timetable table td.limit {
        font-size: 12px;
    }
}
@media screen and (max-width: 376px) {
    .timetable {
        max-width: 100%;
    }
    .timetable table div.shape-container {
        width: 95%;
        height: 86px;
        font-size: 16px;
    }
    .timetable table div.shape-container p {
        line-height: 20px;
    }
    .timetable table .table-text {
        font-size: 12px;
    }
    .timetable table .code::after {
        margin-left: 0;
        margin-top: -3px;
    }
    .timetable table .code,
    .timetable table .price,
    .timetable table .reservation {
        font-size: 14px;
    }
}
@media screen and (max-width: 359px) {
    .timetable table .table-text {
        font-size: 10px;
    }
    .timetable table td.limit {
        font-size: 10px;
    }
}
.info.booking_dates .body .info-text-container div.info-text p.info-title {
    font-size: 24px;
}
.info.booking_dates .body .info-text-container div.info-text p.info-text-body {
    margin-bottom: 0;
}
.info.booking_dates ul.exclude,
.info.booking_dates ul.include {
    margin-left: 17px;
    padding-top: 10px;
}
@media screen and (min-width: 1920px) {
    .info.booking_dates .body .info-text-container div.info-text p.info-title {
        font-size: 26px;
        margin-top: 20px;
    }
    .info.booking_dates ul.exclude,
    .info.booking_dates ul.include {
        font-size: 19px;
    }
}
@media screen and (min-width: 2560px) {
    .info.booking_dates .body .info-text-container div.info-text p.info-title {
        font-size: 30px;
    }
    .info.booking_dates ul.exclude,
    .info.booking_dates ul.include {
        font-size: 26px;
    }
}
.sectionImage .image {
    width: 100%;
}
.info.booking_dates div.shape-container.transport-title,
.info.transport div.shape-container.transport-title {
    width: 280px;
    height: 100px;
}
.info.booking_dates div.shape-container.transport-title.hov:hover,
.info.transport div.shape-container.transport-title.hov:hover {
    cursor: pointer;
}
.info.booking_dates div.shape-container.transport-title.hov:hover .shadow-text,
.info.transport div.shape-container.transport-title.hov:hover .shadow-text {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.info.booking_dates div.shape-container.transport-title .shadow-text,
.info.transport div.shape-container.transport-title .shadow-text {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.info.booking_dates ul.include li,
.info.transport ul.include li {
    margin-bottom: 15px;
}
.info.booking_dates .full-timetable,
.info.transport .full-timetable {
    display: block;
    position: relative;
    overflow: hidden;
}
.info.booking_dates .collapse-time,
.info.transport .collapse-time {
    text-decoration: none;
}
@media screen and (max-width: 1366px) {
    .info.booking_dates div.shape-container.transport-title,
    .info.transport div.shape-container.transport-title {
        width: 320px;
        height: 100px;
        padding-top: 5px;
    }
    .info.booking_dates ul.include li,
    .info.transport ul.include li {
        margin-bottom: 17px;
    }
}
@media screen and (max-width: 359px) {
    .info.booking_dates div.shape-container.transport-title,
    .info.transport div.shape-container.transport-title {
        width: 100%;
    }
}
@media screen and (min-width: 1920px) {
    .info.booking_dates div.shape-container.transport-title,
    .info.transport div.shape-container.transport-title {
        width: 400px;
        height: 120px;
    }
    .info.booking_dates ul.include li,
    .info.transport ul.include li {
        margin-bottom: 30px;
    }
}
.table {
    margin-top: 20px;
    margin-bottom: 10px;
}
.table table {
    width: 100%;
    font-size: 17px;
}
.table table b {
    font-size: 18px;
    font-weight: 700;
    color: #e04120;
}
.table th {
    text-align: center;
}
.table td a {
    display: block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.table td a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
@media screen and (min-width: 1920px) {
    .table table {
        font-size: 19px;
    }
    .table table b {
        font-size: 21px;
    }
}
@media screen and (min-width: 2560px) {
    .table table {
        font-size: 26px;
    }
    .table table b {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .table table {
        width: 100%;
        font-size: 16px;
    }
    .table table b {
        font-size: 16px;
    }
}
@media screen and (max-width: 474px) {
    .table table {
        width: 100%;
        font-size: 14px;
    }
    .table table b {
        font-size: 14px;
    }
}
@media screen and (max-width: 474px) {
    .table table {
        width: 100%;
        font-size: 13px;
    }
    .table table b {
        font-size: 13px;
    }
}
header.offers-list-container {
    max-height: none;
}
.offers-list {
    width: 100%;
    padding: 170px 25px 50px 25px;
    background-image: url(../img/bgc.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.offers-list .offers-container {
    margin-top: 25px;
}
.offers-list .offers-container .offers-title {
    padding-left: 2vw;
}
.offers-list .offers-container .offers-title .shadow-title {
    color: #fff;
    font-size: 24px;
    font-family: "Baloo Chettan", sans-serif;
    font-weight: 400;
}
.offers-list .offers-container .info-image {
    padding-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    height: auto;
}
.offers-list .offers-container .info-image .content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 0;
    left: 0;
    width: 85%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
}
.offers-list .offers-container .info-image .content:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
}
.offers-list .offers-container .info-image .content .text {
    font-size: 14px;
}
@media screen and (min-width: 1200px) {
    .offers-list {
        padding: 180px 25px 50px 25px;
    }
    .offers-list .offers-container {
        margin-top: 30px;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 26px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 20px;
        padding: 7px 10px;
    }
}
@media screen and (min-width: 1366px) {
    .offers-list {
        padding: 200px 25px 50px 25px;
    }
    .offers-list .offers-container {
        margin-top: 40px;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 28px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 20px;
        padding: 7px 10px;
    }
}
@media screen and (min-width: 1600px) {
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 30px;
    }
    .offers-list .offers-container .offers-title {
        padding-left: 2.5vw;
    }
}
@media screen and (min-width: 1920px) {
    .offers-list {
        padding: 220px 25px 50px 25px;
    }
    .offers-list .offers-container {
        margin-top: 60px;
    }
    .offers-list .offers-container .offers-title {
        padding-left: 3.5vw;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 36px;
    }
    .offers-list .offers-container .info-image .content {
        width: 80%;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 26px;
        padding: 10px 10px;
    }
}
@media screen and (min-width: 2560px) {
    .offers-list {
        padding: 270px 25px 50px 25px;
    }
    .offers-list .offers-container {
        margin-top: 100px;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 44px;
    }
    .offers-list .offers-container .info-image .content {
        width: 75%;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 32px;
        padding: 12px 10px;
    }
}
@media screen and (max-width: 991px) {
    .offers-list {
        padding: 120px 25px 50px 25px;
        margin-top: -65px;
    }
    .offers-list-container {
        max-width: none;
    }
    .offers-list-container .row {
        max-height: none;
    }
    .offers-list .offers-container {
        margin-top: 30px;
    }
    .offers-list .offers-container .offers-title {
        text-align: center;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 24px;
    }
    .offers-list .offers-container .info-image .content {
        width: 70%;
        margin-bottom: 50px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 22px;
        padding: 10px 10px;
    }
}
@media screen and (max-width: 767px) {
    .offers-list {
        padding: 120px 25px 50px 25px;
        margin-top: -80px;
    }
    .offers-list-container {
        max-width: none;
    }
    .offers-list-container .row {
        max-height: none;
    }
    .offers-list .offers-container {
        margin-top: 30px;
    }
    .offers-list .offers-container .offers-title {
        text-align: center;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 24px;
    }
    .offers-list .offers-container .info-image .content {
        width: 85%;
        margin-bottom: 50px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 20px;
        padding: 8px 10px;
    }
}
@media screen and (max-width: 474px) {
    .offers-list .offers-container {
        margin-top: 30px;
    }
    .offers-list .offers-container .offers-title {
        text-align: center;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 22px;
    }
    .offers-list .offers-container .info-image .content {
        width: 85%;
        margin-bottom: 50px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 18px;
        padding: 8px 10px;
    }
}
@media screen and (max-width: 424px) {
    .offers-list .offers-container {
        margin-top: 30px;
    }
    .offers-list .offers-container .offers-title {
        text-align: center;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 20px;
    }
    .offers-list .offers-container .info-image .content {
        width: 90%;
        margin-bottom: 50px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 16px;
        padding: 8px 10px;
    }
}
@media screen and (max-width: 376px) {
    .offers-list .offers-container {
        margin-top: 30px;
    }
    .offers-list .offers-container .offers-title {
        text-align: center;
    }
    .offers-list .offers-container .offers-title .shadow-title {
        font-size: 18px;
    }
    .offers-list .offers-container .info-image .content {
        width: 90%;
        margin-bottom: 50px;
    }
    .offers-list .offers-container .info-image .content .text {
        font-size: 16px;
        padding: 8px 10px;
    }
}
@media screen and (max-width: 991px) {
    .header .row .nav-offers-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .header .row .nav-offers-list .tiles-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
    }
    .header .row .nav-offers-list .tiles-nav .tiles-item-1,
    .header .row .nav-offers-list .tiles-nav .tiles-item-2,
    .header .row .nav-offers-list .tiles-nav .tiles-item-3,
    .header .row .nav-offers-list .tiles-nav .tiles-item-4,
    .header .row .nav-offers-list .tiles-nav .tiles-item-5,
    .header .row .nav-offers-list .tiles-nav .tiles-item-6, 
	.header .row .nav-offers-list .tiles-nav .tiles-item-7,
    .header .row .nav-offers-list .tiles-nav .tiles-item-8	{
        top: 0;

    }
	.header .row .tiles-nav .tiles-item-1:hover,
	.header .row .tiles-nav .tiles-item-2:hover,
	.header .row .tiles-nav .tiles-item-3:hover,
	.header .row .tiles-nav .tiles-item-4:hover,
	.header .row .tiles-nav .tiles-item-5:hover,
	.header .row .tiles-nav .tiles-item-6:hover, 
	.header .row .tiles-nav .tiles-item-7:hover, 
	.header .row .tiles-nav .tiles-item-8:hover {
		height: 110px;
		
	}
	.header .row .tiles-nav .tiles-item-1.active, 
	.header .row .tiles-nav .tiles-item-2.active, 
	.header .row .tiles-nav .tiles-item-3.active, 
	.header .row .tiles-nav .tiles-item-4.active, 
	.header .row .tiles-nav .tiles-item-5.active, 
	.header .row .tiles-nav .tiles-item-6.active, 
	.header .row .tiles-nav .tiles-item-7.active, 
	.header .row .tiles-nav .tiles-item-8.active	{
		height: 110px;
	}


	
    .header .row .nav-offers-list .tiles-nav a:nth-last-child(1) {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .header .row .nav-offers-list .tiles-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 387px;
    }
    .header .row .nav-offers-list .tiles-nav a:nth-last-child(1) {
        display: block;
    }
}
@media screen and (max-width: 474px) {
    .header .row .nav-offers-list .tiles-nav {
        width: 365px;
    }
}
@media screen and (max-width: 376px) {
    .header .row .nav-offers-list .tiles-nav {
        width: 330px;
    }
}
@media screen and (max-width: 359px) {
    .header .row .nav-offers-list .tiles-nav {
        margin: 0 auto;
        width: 300px;
    }
}
.partners.offers-list-partners {
    padding-top: 20px;
}
.partners.offers-list-partners .row .partners-container {
    top: 0;
}
.bottom-menu-tablet.offers-list-bottom-menu .row .nav {
    top: 0;
}
.timetable .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.timetable .timetable-title {
    left: 0;
    width: 200px;
    height: 70px;
}
.timetable .timetable-title-signature {
    font-size: 12px;
    color: #e04120;
    margin-top: 10px;
    margin-bottom: 5px;
}
.timetable .cities .title,
.timetable .dates .title {
    font-size: 24px;
    margin-bottom: 15px;
}
.timetable .cities .date-list,
.timetable .dates .date-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
}
.timetable .cities .city-item,
.timetable .cities .date-item,
.timetable .dates .city-item,
.timetable .dates .date-item {
    display: inline-block;
    position: relative;
    padding: 10px;
    width: 49%;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 5px;
    font-size: 17px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.timetable .cities .city-item.show,
.timetable .cities .city-item:hover,
.timetable .cities .date-item.show,
.timetable .cities .date-item:hover,
.timetable .dates .city-item.show,
.timetable .dates .city-item:hover,
.timetable .dates .date-item.show,
.timetable .dates .date-item:hover {
    background-color: #3ba63f;
}
.timetable .cities .date-item::after,
.timetable .dates .date-item::after {
    content: "(wybierz)";
    display: block;
    position: absolute;
    top: 50%;
    left: 103%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #000;
}
.timetable .cities .cities-list,
.timetable .dates .cities-list {
    display: none;
}
.timetable .cities .cities-list.show,
.timetable .dates .cities-list.show {
    display: block;
}
.timetable .cities .dep-container,
.timetable .dates .dep-container {
    display: none;
}
.timetable .cities .dep-container.show,
.timetable .dates .dep-container.show {
    display: block;
}
.timetable .cities .dep-container .city,
.timetable .dates .dep-container .city {
    width: 50%;
    text-align: center;
    padding: 10px 5px;
    font-size: 22px;
    background-color: #3ba63f;
    margin-bottom: 5px;
}
.timetable .cities .dep-container .dep-title,
.timetable .cities .dep-container .ret-title,
.timetable .dates .dep-container .dep-title,
.timetable .dates .dep-container .ret-title {
    background-color: #3ba63f;
    width: 40%;
    margin-left: 5%;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 5px;
    font-size: 17px;
}
.timetable .cities .dep-container .hour,
.timetable .cities .dep-container .stree,
.timetable .dates .dep-container .hour,
.timetable .dates .dep-container .stree {
    margin-left: 5%;
}
.timetable .cities .dep-container .hour,
.timetable .dates .dep-container .hour {
    margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
    .timetable .timetable-title-signature {
        font-size: 15px;
    }
}
@media screen and (max-width: 1199px) {
    .timetable .dates .date-list .date-item {
        width: 58%;
    }
    .timetable .dates .dep-container .dep-title {
        margin-left: 0;
        width: 50%;
    }
    .timetable .dates .departure .hour,
    .timetable .dates .departure .stree {
        margin-left: 0;
    }
}
@media screen and (min-width: 1920px) {
    .timetable .timetable-title {
        height: 85px;
        top: -55px;
    }
    .timetable .timetable-title-signature {
        font-size: 16px;
    }
    .timetable .cities .title,
    .timetable .dates .title {
        font-size: 32px;
    }
    .timetable .cities .city-item,
    .timetable .cities .date-item,
    .timetable .dates .city-item,
    .timetable .dates .date-item {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .timetable .cities .dep-container .city,
    .timetable .dates .dep-container .city {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .timetable .cities .dep-container .dep-title,
    .timetable .cities .dep-container .ret-title,
    .timetable .dates .dep-container .dep-title,
    .timetable .dates .dep-container .ret-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .timetable .cities .dep-container .hour,
    .timetable .cities .dep-container .stree,
    .timetable .dates .dep-container .hour,
    .timetable .dates .dep-container .stree {
        margin-left: 5%;
        font-size: 19px;
    }
    .timetable .cities .dep-container .hour,
    .timetable .dates .dep-container .hour {
        margin-bottom: 5px;
    }
}
@media screen and (min-width: 2560px) {
    .timetable .timetable-title {
        height: 85px;
        top: -55px;
    }
    .timetable .timetable-title-signature {
        font-size: 20px;
    }
    .timetable .cities .title,
    .timetable .dates .title {
        font-size: 44px;
    }
    .timetable .cities .city-item,
    .timetable .cities .date-item,
    .timetable .dates .city-item,
    .timetable .dates .date-item {
        margin-bottom: 10px;
        font-size: 32px;
    }
    .timetable .cities .dep-container .city,
    .timetable .dates .dep-container .city {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .timetable .cities .dep-container .dep-title,
    .timetable .cities .dep-container .ret-title,
    .timetable .dates .dep-container .dep-title,
    .timetable .dates .dep-container .ret-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .timetable .cities .dep-container .hour,
    .timetable .cities .dep-container .stree,
    .timetable .dates .dep-container .hour,
    .timetable .dates .dep-container .stree {
        margin-left: 5%;
        font-size: 26px;
    }
    .timetable .cities .dep-container .hour,
    .timetable .dates .dep-container .hour {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .timetable .cities,
    .timetable .dates {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .timetable .cities .date-list,
    .timetable .cities .dep-container.show,
    .timetable .dates .date-list,
    .timetable .dates .dep-container.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .timetable .cities .date-list .departure,
    .timetable .cities .date-list .return,
    .timetable .cities .dep-container.show .departure,
    .timetable .cities .dep-container.show .return,
    .timetable .dates .date-list .departure,
    .timetable .dates .date-list .return,
    .timetable .dates .dep-container.show .departure,
    .timetable .dates .dep-container.show .return {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .timetable .cities .date-list .departure .dep-title,
    .timetable .cities .date-list .departure .hour,
    .timetable .cities .date-list .departure .ret-title,
    .timetable .cities .date-list .departure .stree,
    .timetable .cities .date-list .return .dep-title,
    .timetable .cities .date-list .return .hour,
    .timetable .cities .date-list .return .ret-title,
    .timetable .cities .date-list .return .stree,
    .timetable .cities .dep-container.show .departure .dep-title,
    .timetable .cities .dep-container.show .departure .hour,
    .timetable .cities .dep-container.show .departure .ret-title,
    .timetable .cities .dep-container.show .departure .stree,
    .timetable .cities .dep-container.show .return .dep-title,
    .timetable .cities .dep-container.show .return .hour,
    .timetable .cities .dep-container.show .return .ret-title,
    .timetable .cities .dep-container.show .return .stree,
    .timetable .dates .date-list .departure .dep-title,
    .timetable .dates .date-list .departure .hour,
    .timetable .dates .date-list .departure .ret-title,
    .timetable .dates .date-list .departure .stree,
    .timetable .dates .date-list .return .dep-title,
    .timetable .dates .date-list .return .hour,
    .timetable .dates .date-list .return .ret-title,
    .timetable .dates .date-list .return .stree,
    .timetable .dates .dep-container.show .departure .dep-title,
    .timetable .dates .dep-container.show .departure .hour,
    .timetable .dates .dep-container.show .departure .ret-title,
    .timetable .dates .dep-container.show .departure .stree,
    .timetable .dates .dep-container.show .return .dep-title,
    .timetable .dates .dep-container.show .return .hour,
    .timetable .dates .dep-container.show .return .ret-title,
    .timetable .dates .dep-container.show .return .stree {
        margin-left: 0;
    }
}
@media screen and (max-width: 359px) {
    .timetable .cities .date-list .date-item,
    .timetable .dates .date-list .date-item {
        width: 62%;
    }
}
