/* line 1, ../sass/headerMenu.scss */
.mini-logo {
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 6, ../sass/headerMenu.scss */
.hidden-on-lg {
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 10, ../sass/headerMenu.scss */
  .hidden-on-sm {
    display: none;
  }

  /* line 13, ../sass/headerMenu.scss */
  .hidden-on-lg {
    display: block;
  }
}
/* line 18, ../sass/headerMenu.scss */
.text-slicer {
  max-width: 250px;
  margin-top: 2em;
  margin-bottom: 2em;
  background: gray;
}

/* line 25, ../sass/headerMenu.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 63px;
  background: #fff !important;
  padding: 0.25em;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  /* line 25, ../sass/headerMenu.scss */
  header {
    height: 80px !important;
  }
  /* line 37, ../sass/headerMenu.scss */
  header .mini-logo {
    max-height: 55px !important;
  }
}
/* line 44, ../sass/headerMenu.scss */
header .justify-content-center .col-12 ul {
  display: flex;
  justify-content: space-around;
  max-width: 768px !important;
}
/* line 49, ../sass/headerMenu.scss */
header .justify-content-center .col-12 ul li {
  text-align: center;
}
/* line 52, ../sass/headerMenu.scss */
header .justify-content-center .col-12 ul li a {
  font-size: 20px;
  color: black;
  text-decoration: none;
}
/* line 57, ../sass/headerMenu.scss */
header .justify-content-center .col-12 ul li a:after {
  position: relative;
  top: 5px;
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 2px;
  width: 0%;
  background: #000;
  transition: width .3s linear;
}
/* line 70, ../sass/headerMenu.scss */
header .justify-content-center .col-12 ul li a:hover:after {
  width: 100%;
}
/* line 80, ../sass/headerMenu.scss */
header .main-sec {
  position: relative;
  min-height: 10vh;
}
/* line 84, ../sass/headerMenu.scss */
header .main-sec .centred-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 90, ../sass/headerMenu.scss */
header .main-sec .centred-top .logo-img {
  max-width: 100px;
}
/* line 94, ../sass/headerMenu.scss */
header .main-sec .centred-top .vasyl-img {
  max-width: 140px;
}

/* line 102, ../sass/headerMenu.scss */
#menuShower {
  display: none;
  position: absolute;
  left: 1em;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  /* line 102, ../sass/headerMenu.scss */
  #menuShower {
    display: block;
    left: unset;
    right: 1em;
    top: 23%;
  }
}

/* line 117, ../sass/headerMenu.scss */
#menu {
  transition: .3 linear !important;
  transition: width .3 linear !important;
}

/* line 122, ../sass/headerMenu.scss */
.menuOnClick {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
/* line 132, ../sass/headerMenu.scss */
.menuOnClick .main-content {
  text-align: center;
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  display: none;
  padding-top: 2em;
  box-shadow: 0 0 10px black;
  transition: .3 linear !important;
  transition: width .3 linear !important;
}
@media screen and (max-width: 768px) {
  /* line 132, ../sass/headerMenu.scss */
  .menuOnClick .main-content {
    max-width: 100% !important;
  }
}
/* line 148, ../sass/headerMenu.scss */
.menuOnClick .main-content .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 30px;
}
/* line 155, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 161, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-img {
  margin-top: 2em;
  width: 100px;
}
/* line 166, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-links {
  margin-top: 2em;
}
/* line 170, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-links ul li {
  margin-top: 2em;
}
/* line 173, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-links ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: black;
}
/* line 179, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-links ul li a:after {
  content: "";
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
  width: 0px;
  transition: width .3s linear;
}
/* line 191, ../sass/headerMenu.scss */
.menuOnClick .main-content .menu-links ul li a:hover:after {
  width: 80px;
}

/* line 205, ../sass/headerMenu.scss */
.container-fluid .row .main-content .btn {
  font-size: 30px;
  color: #646464 !important;
}
