html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Lato, sans-serif;
    font-size: 0.875rem;
    background-color: #F5F5F5;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483648;
    background: url(../img/preloader.svg) center no-repeat #fff;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(51, 51, 51, .2);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #353E49;
    border-radius: 5px;
}

/* HEADER (links and brand) */
.logo {
    height: 38px;
    display: flex;
    align-items: center;
    color: #01A0C6;
    line-height: 18px;
    font-weight: 700;
    font-size: 1.25rem;
}

.logo img {
    height: 100%;
    margin-right: 8px;
}

.logo .hk {
    color: #353E49;
    font-weight: 300;
    font-size: 0.985rem;
}

.logo.footer {
    margin-bottom: 20px;
}

.logo.footer .hk {
    color: #ffffff;
}

.navbar {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-light {
    z-index: 1020;
    background-color: #F5F5F5;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 24px;
}

.navbar-light .navbar-nav .nav-link {
    transition: all .3s;
    color: #222222;
    font-weight: 300;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #01A0C6;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #01A0C6;
}

.navbar-light .navbar-nav .nav-link:focus::after,
.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .active > .nav-link:after {
    width: 50%;
}

.navbar-light .navbar-toggler {
    border: none;
    padding: 8px 15px;
}

.sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: -64px;
    transform: translateY(64px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
}

.hamburger-icon {
    display: block;
    width: 28px;
    height: 16px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    opacity: 1;
    left: 0;
    background: #01A0C6;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.hamburger-icon span:nth-child(1) {
    top: 0;
}

.hamburger-icon span:nth-child(2),
.hamburger-icon span:nth-child(3) {
    top: 7px;
}

.hamburger-icon span:nth-child(4) {
    top: 14px;
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%;
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler:not(.collapsed) .hamburger-icon span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%;
}

/*FOOTER (navigations and catalog)*/
footer {
    width: 100%;
    background-color: #353E49;
    color: #7D7D7D;
    fill: #7D7D7D;
    padding-top: 60px;
    padding-bottom: 30px;
    font-weight: 400;
}

footer .footer-title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
    height: 38px;
    color: white;
    font-weight: 400;
    font-size: 0.8rem;
    text-transform: uppercase;
}

footer .footer-links {
    list-style: none;
    padding: 0;
}

footer .footer-links li {
    margin-top: 12px;
}

footer .footer-links li a {
    padding: 8px 0;
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}

footer .footer-links li a:hover {
    color: #ffffff;
}

footer .text-with-icon:hover {
    color: #FFFFFF;
}

footer .text-with-icon:hover svg {
    fill: #FFFFFF;
}

.text-with-icon a {
    color: inherit;
}

.text-with-icon a:hover {
    text-decoration: none;
}

.text-with-icon {
    display: flex;
    align-items: start;
    margin-bottom: 12px;
    transition: all .3s;
}

.text-with-icon img {
    margin-right: 20px;
    margin-top: 3px;
}

.text-with-icon svg {
    min-width: 12px;
    width: 12px;
    margin-top: 3px;
    margin-right: 12px;
    fill: inherit;
    transition: all .3s;
}

/*HOME PAGE*/
.btn-square {
    color: #353E49;
    background-color: #ffffff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 14px 40px;
    min-width: 150px;
    line-height: 1.5;
    border: 1px solid #353E49;
    font-weight: 300;
    font-size: 15px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-square:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #353E49;
    border-color: #ffffff;
}

.btn-square.blue {
    min-width: 160px;
    min-height: 50px;
    background-color: #01A0C6;
    color: #ffffff;
    border-color: #01A0C6;
}

.btn-square.blue:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #01A0C6;
    border-color: #01A0C6;
}

.btn-square.btn-catalog {
    border: none;
    padding: 14px 60px;
}

.btn-square.btn-catalog svg {
    margin-right: 12px;
    transition: .3s all;
}

.btn-square.btn-catalog:hover {
    color: #01A0C6;
    background-color: #FFFFFF;
}

.btn-square.btn-catalog:hover svg {
    fill: #01A0C6;
}

.right-dark {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58%;
    z-index: -1;
    background-color: #353E49;
}

.content-wrapper {
    position: relative;
    color: #ffffff;
    margin-top: 100px;
}

.content-wrapper .left-img {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 47%;
}

.content-wrapper .right-img {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 58%;
}

.content-wrapper .left-img img,
.content-wrapper .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-wrapper h1 {
    font-weight: 400;
    margin-bottom: 16px;
}

.content-wrapper p {
    font-weight: 300;
}

.const-height {
    height: 450px;
}

.min-height {
    min-height: 450px;
}

.h1rem {
    height: 1rem;
    background-color: #F5F5F5;
}

.h100px {
    height: 100px;
}

.partners {
    height: 600px;
    margin-bottom: 100px;
}

.content-wrapper .date-label {
    z-index: 3;
    top: -12px;
    background-color: #01A0C6;
    text-align: center;
    width: 70px;
    padding: 12px 0;
    color: #ffffff;
    position: absolute;
}

.content-wrapper .date-label.right {
    top: -60px;
    right: 15px;
}

.content-wrapper .date-label.left {
    left: 15px;
}

.content-wrapper .date-label .day {
    font-size: 18px;
}

.catalog {
    margin-top: 100px;
    background-color: #01A0C6;
    color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

.form-control.custom {
    border-radius: 0;
    border: none;
    font-weight: 300;
    padding: 12px 20px;
    font-size: 14px;
}

.form-control.custom:focus {
    box-shadow: 0 0 0 0.2rem rgb(1 188 231);
}

input.form-control.custom {
    height: 60px;
}

.img-fit,
.img-contain {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-contain {
    object-fit: contain !important;
}

.gallery-top {
    width: 100%;
    height: 100%;
}

.gallery-top.swiper-container {
    background-color: #01A0C6;
}

.gallery-top .swiper-slide img {
    height: 240px;
    padding-left: 100px;
    padding-right: 100px;
    object-fit: contain;
}

.banners.swiper-container {
    width: 100%;
    height: 100%;
}

.banners .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#mapId, #mapIdMobile {
    height: 450px;
    z-index: 1;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAACVBMVEX6+vrn5+f09PSMzk0VAAAAGklEQVQY02MIYAADVoYECIOTYSQDWCDAgwUA204BfdYq8A4AAAAASUVORK5CYII=);
    background-size: 16px 16px;
}

#mapIdMobile {
    height: 300px;
}

.language-header {
    height: 30px;
    width: 80px;
    z-index: 10;
}

.languages {
    background-color: #F5F5F5;
    position: relative;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    font-weight: 300;
}

.sticky-header .languages {
    background-color: #ffffff;
}

.language-header:hover li {
    display: list-item !important;
}

.btn-lang {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    width: 100%;
    color: #222222;
    padding: 4px 8px;
    transition: all 0.2s ease-in;
}

.btn-lang img {
    border-top: 1px solid rgba(233, 233, 233, 0.3);
    width: 20px;
    margin-right: 6px;
}

.btn-lang:hover {
    text-decoration: none;
    color: #01A0C6;
}

#scrollUp {
    position: fixed;
    display: none;
    z-index: 1010;
    bottom: 24px;
    right: 24px;
    padding: 12px;
    background-color: #576a82;
    border: 1px solid #FFFFFF;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transition: color 0.3s;
    -webkit-transition: color 0.3s;
}

#scrollUp:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #01A0C6;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
}

#scrollUp:hover:before, #scrollUp:focus:before, #scrollUp:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.p-tag-marginless p {
    margin-bottom: 0;
}
