* {
  font-family: "Montserrat", sans-serif;
}

.kc_header {
  background-image: url(/img/backl.jpg);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
}

.kc_scroll svg {
  animation-name: down-scroll;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.kc_mainTitle {
  height: 100vh;
  padding-top: 200px;
}
.kc_mainTitle h1 {
  font-size: 22pt;
  line-height: 1.5;
  padding-bottom: 60px;
  color: #fff;
}
.kc_mainTitle h5 {
  color: #c5c5c5;
}
.kc_mainTitle p {
  color: #c5c5c5;
  font-size: 14px;
}

.kc_shadow {
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.kc_avd {
  width: 100%;
  border-radius: 0px 0px 8px 8px;
}

.kc_footer {
  background: #eee;
}

.kc_advantages {
  background-image: url(/img/backgrey.jpg);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
}

.kc_brand {
  background-image: url(/img/backgrey.jpg);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
}

.kc_catalog {
  background-image: url(/img/backgrey.jpg);
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
}
.kc_catalog button {
  background: #ffe127;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 10px 45px;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.kc_catalog button:hover {
  background: #000;
  color: #fff;
}
.kc_catalog button:active {
  border: #fff;
}
@media (max-width: 767px) {
  .kc_catalog svg {
    width: 64px;
    height: 64px;
  }
}

.kc_organ {
  background-image: url(/img/backgrey.jpg);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.kc_contact {
  background-image: url(/img/backgrey.jpg);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.kc_contact-block {
  position: absolute;
  top: 150px;
  left: 50px;
}
@media (max-width: 767px) {
  .kc_contact-block {
    top: 70px;
    left: 0px;
    width: 100%;
  }
}
.kc_contact-lofofooter {
  position: absolute;
  right: 50px;
  bottom: 50px;
}

#kc_map {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

@keyframes down-scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.head1anim {
  visibility: hidden;
}

.sect1anim {
  visibility: hidden;
}

.head2anim {
  visibility: hidden;
}

.sect2anim {
  visibility: hidden;
}

.head3anim {
  visibility: hidden;
}

.sect3anim {
  visibility: hidden;
}

.head4anim {
  visibility: hidden;
}

.sect4anim {
  visibility: hidden;
}

.kc_loader {
  background: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kc_loader div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #FF0000;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #FF0000 transparent transparent transparent;
}

.kc_loader div:nth-child(1) {
  animation-delay: -0.45s;
}

.kc_loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.kc_loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  background: #fff;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-link {
  color: #000;
  border-bottom: 3px solid transparent;
  transition: background-color 0.5s ease;
}
.navbar-nav .nav-link:hover {
  border-bottom: 3px solid #ffe127;
}
.navbar-nav .nav-link.active {
  border-bottom: 3px solid #ffe127;
}
@media (max-width: 991px) {
  .navbar-nav .nav-link.active {
    width: 50px;
  }
}
.navbar-nav span {
  padding: 7px;
}
@media (max-width: 991px) {
  .navbar-nav span {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */