.banners--before_menu {
  margin-bottom: 10px;
}
.banners--before_announcement .banner {
  margin-top: 20px;
}
.banners--after_announcement {
  margin-top: 20px;
}
.banners--carousel {
  width: 100%;
}
#linkprojects {
  margin-right: -10px;
  position: relative;
}
#linkprojects.parent_border .carousel__left {
  left: 0;
}
#linkprojects.parent_border .carousel__banner {
  width: 350px;
}
#linkprojects.parent_border .carousel__banner--current {
  left: 0;
}
#linkprojects .carousel__banner {
  width: 340px;
}
#linkprojects .carousel__banner img {
  width: 100%;
}
#linkprojects .carousel__banner--current {
  left: 10px;
}
#linkprojects .carousel__left img,
#linkprojects .carousel__right img {
  margin-top: -32px;
}
#linkprojects .banner.carousel__banner--prev .banner__shadow {
  margin-left: -35%;
}
#linkprojects .banner.carousel__banner--next .banner__shadow {
  margin-left: 35%;
}
#linkprojects .banner .banner__shadow {
  -webkit-transition: margin-left 0.3s ease-out 0.15s;
  -moz-transition: margin-left 0.3s ease-out 0.15s;
  -o-transition: margin-left 0.3s ease-out 0.15s;
  transition: margin-left 0.3s ease-out 0.15s;
  width: 340px;
  margin-left: 0;
}
#linkprojects .banner .banner__shadow img {
  width: 100%;
}
#linkprojects .linkprojects_url {
  cursor: pointer;
  position: absolute;
  width: 265px;
  height: 167px;
  z-index: 3;
}
#linkprojects .linkprojects__pulse1 {
  position: absolute;
  width: 265px;
  height: 167px;
  background: #cccccc;
  margin: auto;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  border: 3px solid rgba(255, 255, 255, 0.1);
  -webkit-animation: pulsejg1 4s linear infinite;
  -moz-animation: pulsejg1 4s linear infinite;
  -o-animation: pulsejg1 4s linear infinite;
  animation: pulsejg1 4s linear infinite;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 0px 15px 10px rgba(83, 133, 255, 0.6);
  -moz-box-shadow: inset 0px 0px 15px 10px rgba(83, 133, 255, 0.6);
  box-shadow: inset 0px 0px 15px 10px rgba(83, 133, 255, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#linkprojects .linkprojects__pulse2 {
  position: absolute;
  width: 265px;
  height: 167px;
  margin: auto;
  top: 1px;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-animation: pulsejg2 4s linear infinite;
  -moz-animation: pulsejg2 4s linear infinite;
  -o-animation: pulsejg2 4s linear infinite;
  animation: pulsejg2 4s linear infinite;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 0px 12px 5px rgba(0, 136, 204, 0.8);
  -moz-box-shadow: inset 0px 0px 12px 5px rgba(0, 136, 204, 0.8);
  box-shadow: inset 0px 0px 12px 5px rgba(0, 136, 204, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1);
    opacity: .2;
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .35;
  }
  80% {
    -webkit-transform: scale(1.25);
    opacity: .1;
  }
  100% {
    -webkit-transform: scale(1.45);
    opacity: 0;
  }
}
@-moz-keyframes pulsejg1 {
  0% {
    -moz-transform: scale(1);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(1);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1);
    opacity: .2;
  }
  70% {
    -moz-transform: scale(1.1);
    opacity: .35;
  }
  80% {
    -moz-transform: scale(1.25);
    opacity: .1;
  }
  100% {
    -moz-transform: scale(1.45);
    opacity: 0;
  }
}
@keyframes pulsejg1 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
  60% {
    transform: scale(1);
    opacity: .1;
  }
  70% {
    transform: scale(1.1);
    opacity: .25;
  }
  80% {
    transform: scale(1.25);
    opacity: .1;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}
@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    opacity: .05;
  }
  50% {
    -webkit-transform: scale(1);
    opacity: .1;
  }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .3;
  }
  80% {
    -webkit-transform: scale(1.2);
    opacity: .1;
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0;
  }
}
@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(1);
    opacity: 0;
  }
  40% {
    -moz-transform: scale(1);
    opacity: .05;
  }
  50% {
    -moz-transform: scale(1);
    opacity: .1;
  }
  60% {
    -moz-transform: scale(1.1);
    opacity: .3;
  }
  80% {
    -moz-transform: scale(1.2);
    opacity: .1;
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes pulsejg2 {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: .05;
  }
  50% {
    transform: scale(1);
    opacity: .1;
  }
  60% {
    transform: scale(1.1);
    opacity: .3;
  }
  80% {
    transform: scale(1.2);
    opacity: .1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
.carousel {
  position: relative;
  overflow: hidden;
  height: 220px;
}
.carousel__banner {
  position: absolute;
  -webkit-transition: left 0.3s ease-in;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.carousel__banner--current {
  left: 0;
}
.carousel__banner--prev {
  left: -100%;
}
.carousel__banner--next {
  left: 100%;
}
.carousel__left,
.carousel__right {
  z-index: 4;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  height: 219px;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.carousel__left img,
.carousel__right img {
  height: 100%;
}
.carousel__left:hover,
.carousel__right:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.carousel__left {
  left: 10px;
}
.carousel__right {
  right: 10px;
}
