@import url('https://fonts.googleapis.com/css?family=Mallanna');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,500,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900,900i');
body,
html {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
.b-container {
  padding: 0 1.5rem;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.header__top {
  border-bottom: 1px solid #ecf0f1;
}
@media screen and (max-width:767px) {
  .header__top {
    border-bottom: 0;
  }
}
.header__bottom--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 1000;
}
@media screen and (max-width:767px) {
  .header__bottom--relative {
    position: relative;
  }
}
.header__separator {
  display: none;
}
.header__bottom--sticky ~ .header__separator {
  display: block;
}
.top-header {
  display: flex;
  padding: 0.5rem 1rem;
}
@media screen and (max-width:767px) {
  .top-header {
    padding: 0;
  }
}
.top-header__right {
  margin-left: auto;
  color: #869198;
  margin-right: -0.5rem;
}
@media screen and (max-width:767px) {
  .top-header__right {
    margin: 0;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    flex: 1;
  }
}
.top-header__left {
  margin-left: -0.5rem;
  color: #6c777f;
}
@media screen and (max-width:767px) {
  .top-header__left {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.1);
    justify-content: center;
  }
}
.top-header__left,
.top-header__right {
  display: flex;
  align-items: center;
}
.top-header__link {
  color: inherit;
  padding: 0 0.5rem;
  font-size: 1rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .top-header__link {
    display: none;
  }
}
@media screen and (max-width:320px) {
  .top-header__link {
    padding: 0 0.3rem;
  }
}
.top-header__link:hover {
  color: #34495e;
}
.top-header__link--social {
  font-size: 1.7rem;
}
@media screen and (max-width:767px) {
  .top-header__link--social {
    display: block;
  }
}
@media screen and (max-width:320px) {
  .top-header__link--social {
    font-size: 1.3rem;
  }
}
.top-header__link--facebook:hover {
  color: #3b5998;
}
.top-header__link--instagram:hover {
  color: #8a3ab9;
}
.top-header__link--whatsapp:hover {
  color: #075e54;
}
.top-header__link--twitter:hover {
  color: #00acee;
}
.top-header__link--youtube:hover {
  color: #FF0000;
}
.top-header__link--viber:hover {
  color: #59267c;
}
@media screen and (max-width:767px) {
  .top-header__link--with-icon {
    display: block;
  }
  .top-header__link--with-icon > span {
    display: none;
  }
}
.top-header__link--with-icon > i {
  font-size: 1.5rem;
}
.languages {
  position: absolute;
  background-color: #dddddd;
  top: 100%;
  right: 50px;
  padding: 1rem 2rem;
  z-index: 2000;
  display: none;
}
.languages--active {
  display: block;
}
.languages__link {
  display: flex;
  align-items: flex-end;
  color: #34495e;
  font-size: 1.1rem;
}
.languages__img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 0.5rem;
}
.navigation {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .navigation {
    flex-wrap: wrap;
  }
}
.navigation__logo {
  height: 80px;
  flex: 0 0 25%;
  max-width: 25%;
}
.navigation__logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width:767px) {
  .navigation__logo {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.navigation__search {
  width: 20%;
  margin: 0 1rem;
}
@media screen and (max-width:767px) {
  .navigation__search {
    flex: 0 0 80%;
    width: 80%;
  }
}
.navigation__menubar {
  display: none;
}
@media screen and (max-width:767px) {
  .navigation__menubar {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0e80db;
    flex: 0 0 10%;
    font-size: 1.7rem;
    border-radius: 10px;
  }
  .navigation__menubar > a {
    color: #0e80db;
  }
}
.navigation__input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 45px;
  border: 1px solid #bdc3c7;
  border-radius: 100px;
  background: transparent url("../images/search.svg") no-repeat;
  background-position-x: 16px;
  background-position-y: center;
  outline: 0;
}
.navigation__input::placeholder {
  font-size: 0.8rem;
}
.navigation__links {
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .navigation__links {
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 1000;
    background-color: #ffffff;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
  }
  .navigation__links--release {
    max-height: 30000px;
  }
}
.menu {
  font-family: 'Poppins', sans-serif;
}
@media screen and (max-width:767px) {
  .menu {
    margin-bottom: 30rem;
  }
}
.menu__list {
  display: flex;
  margin: 0 -0.7rem;
}
@media screen and (max-width:767px) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__item {
  padding: 0 0.7rem;
}
.menu__link {
  color: #292929;
  font-size: 1.1rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .menu__link {
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #badefb;
    position: relative;
  }
  .menu__link:after {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #0e80db;
    font-family: 'Line Awesome Free';
    content: '\f107';
    font-weight: 900;
  }
}
.menu__sub {
  padding: 0 1rem;
  position: fixed;
  background-color: #FFF;
  width: 100%;
  left: 0;
  z-index: 1000;
  height: 0;
  max-height: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all ease 0.5s;
}
@media screen and (max-width:767px) {
  .menu__sub {
    position: relative;
    height: 0 !important;
    max-height: 0 !important;
    transition: max-height ease 0.5s;
  }
}
.menu__sub::-webkit-scrollbar {
  width: 5px;
}
.menu__sub::-webkit-scrollbar-thumb {
  background-color: #ffd924;
}
.menu__item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.menu__item:hover > a {
  color: #0e80db !important;
}
@media screen and (max-width:767px) {
  .menu__item:hover {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }
  .menu__item:hover > a {
    color: #ffffff !important;
  }
}
@media screen and (max-width:767px) {
  .menu__item:hover > .menu__link {
    color: #0e80db !important;
  }
  .menu__item > .menu__link {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: #0e80db !important;
  }
  .menu__item--active > .menu__link {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2), #ffffff, rgba(0, 0, 0, 0.2));
    color: #ffffff !important;
  }
  .menu__item--active > .menu__link:after {
    color: #ffffff;
    content: '\f106';
  }
}
.menu__item:hover > .menu__sub {
  max-height: 500px;
  height: auto;
  border-bottom: 1px solid #ffd924;
}
@media screen and (max-width:767px) {
  .menu__item:hover > .menu__sub {
    max-height: 6000px;
    border-bottom: 0;
  }
  .menu__item--active > .menu__sub {
    max-height: 6000px !important;
    height: auto !important;
    border-bottom: 0;
  }
}
.menu__row {
  display: flex;
}
.menu__col {
  border-right: 1px solid #eeeeee;
  padding-bottom: 20px;
}
@media screen and (max-width:767px) {
  .menu__col {
    border-right: 0;
  }
}
.menu__header {
  color: #34495e;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 25px 0 10px;
}
.menu__header > a {
  color: #0e80db;
}
.menu__sub-item {
  display: block;
  font-size: 0.9rem;
}
.menu__sub-item > a {
  color: #2c3e50;
}
.m-info {
  margin: 3rem 0;
  background-color: #ecf0f1;
}
.m-info__col {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.m-info__text {
  padding: 3rem 1rem;
  background-color: #badefb;
  color: #34495e;
  font-family: 'Raleway', sans-serif;
}
.m-info__text--last {
  margin-top: 3rem;
}
.m-info__title {
  color: #c0392b;
}
.m-info__social {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .m-info__social {
    flex-direction: column;
    justify-content: center;
  }
}
.m-info__holidaycheck {
  margin-right: 2rem;
}
@media screen and (max-width:767px) {
  .m-info__holidaycheck {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.m-footer__row {
  display: flex;
  margin: 0;
}
@media screen and (max-width:767px) {
  .m-footer__row {
    flex-direction: column;
  }
}
.m-footer__col {
  margin: 0 1rem;
}
@media screen and (max-width:767px) {
  .m-footer__col {
    margin-bottom: 1rem;
  }
}
.m-footer__title {
  font-size: 1.3rem;
  white-space: nowrap;
  font-weight: 500;
  color: #34495e;
}
.m-footer__list {
  font-size: 0.9rem;
}
.m-footer__list > li > a {
  color: rgba(0, 0, 0, 0.7);
}
.m-footer__sub {
  background-color: #34495e;
  padding: 1.5rem 1rem;
  margin-top: 2.5rem;
}
.m-footer__topics {
  display: flex;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .m-footer__topics {
    flex-direction: column;
    align-items: center;
  }
}
.m-footer__topics > a {
  padding: 0 1rem;
  color: #ffffff;
}
/*# sourceMappingURL=main.css.map */