@charset "UTF-8";
.widget.c-news.c-news-template-2 .widget-content {
  position: relative;
}
.widget.c-news.c-news-template-2 .widget-items {
  position: relative;
  padding: 0;
  z-index: 1;
}
.widget.c-news.c-news-template-2 .widget-item {
  padding-right: 20px;
}
.widget.c-news.c-news-template-2 .widget-item:hover .widget-item-picture {
  opacity: 0;
}
.widget.c-news.c-news-template-2 .widget-item a {
  color: #fff;
  text-decoration: none;
}
.widget.c-news.c-news-template-2 .widget-item .widget-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.widget.c-news.c-news-template-2 .widget-item .widget-item-picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3607843137);
  border-radius: 25px;
  z-index: 1;
}
.widget.c-news.c-news-template-2 .widget-item .widget-item-picture > * {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.widget.c-news.c-news-template-2 .widget-item .widget-item-picture a {
  display: block;
  width: 100%;
  height: 100%;
}
.widget.c-news.c-news-template-2 .widget-item-picture {
  padding-left: 3px;
}
.widget.c-news.c-news-template-2 .widget-item-picture > * {
  width: 120px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.widget.c-news.c-news-template-2 .widget-item-text {
  position: relative;
  padding: 50px 30px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.widget.c-news.c-news-template-2 .widget-item-text[data-date=true] {
  padding-bottom: 30px;
}
.widget.c-news.c-news-template-2 .widget-item-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.widget.c-news.c-news-template-2 .widget-item-description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
  flex-grow: 1;
}
.widget.c-news.c-news-template-2 .widget-item-wrapper {
  height: 560px;
  border-radius: 25px;
  background: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.widget.c-news.c-news-template-2 .widget-item-date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget.c-news.c-news-template-2 .widget-item-date-day {
  font-weight: 600;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0;
}
.widget.c-news.c-news-template-2 .widget-item-date-month-year {
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
}
.widget.c-news.c-news-template-2 .widget-item-date {
  border-top: 1px solid #fff;
  padding-top: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: auto;
}
.widget.c-news.c-news-template-2 .widget-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
}
.widget.c-news.c-news-template-2 .widget-nav > button {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 5px;
  background: #fff;
  border: 1px solid #E8E8E8;
  line-height: 10px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate(, -50%);
  -moz-transform: translate(, -50%);
  -ms-transform: translate(, -50%);
  -o-transform: translate(, -50%);
  transform: translate(, -50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border, background, color, opacity 0.4s;
  -moz-transition: border, background, color, opacity 0.4s;
  -o-transition: border, background, color, opacity 0.4s;
  transition: border, background, color, opacity 0.4s;
}
@media all and (max-width: 425px) {
  .widget.c-news.c-news-template-2 .widget-nav > button {
    width: 30px;
    height: 30px;
  }
}
.widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-prev, .widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-next {
  outline: none;
}
.widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-prev {
  left: 0;
}
.widget.c-news.c-news-template-2 .widget-nav > button.widget-nav-next {
  right: 0;
}
.widget.c-news.c-news-template-2 .widget-nav > button svg path {
  stroke: #808080;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.widget.c-news.c-news-template-2 .widget-nav > button:hover svg path {
  stroke: #FFF;
}
.widget.c-news.c-news-template-2 .widget-nav > button.disabled {
  background-color: #FFF !important;
  border-color: #F2F2F2 !important;
  opacity: 0.7;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.widget.c-news.c-news-template-2 .widget-nav > button.disabled svg path {
  stroke: #F2F2F2 !important;
}
.widget.c-news.c-news-template-2 .widget-footer-button {
  color: #2d2d2d !important;
}
.widget.c-news.c-news-template-2 .widget-footer-button:hover, .widget.c-news.c-news-template-2 .widget-footer-button:focus, .widget.c-news.c-news-template-2 .widget-footer-button:active {
  color: #fff !important;
}
.widget.c-news.c-news-template-2 .widget-header {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.widget.c-news.c-news-template-2 .widget-all-container {
  display: none;
}
.widget.c-news.c-news-template-2 .widget-all-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #808080;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget.c-news.c-news-template-2 .widget-all-button i {
  display: none;
  font-size: 18px;
}
@media all and (max-width: 550px) {
  .widget.c-news.c-news-template-2 .widget-all-container {
    display: block;
  }
  .widget.c-news.c-news-template-2 .widget-title.align-center.widget-title-margin {
    margin-left: 25px;
  }
  .widget.c-news.c-news-template-2 .widget-all-container.mobile {
    text-align: right;
    width: 25px;
    max-height: 36px;
  }
  .widget.c-news.c-news-template-2 .widget-all-container i {
    display: inline-block;
  }
  .widget.c-news.c-news-template-2 .widget-footer.mobile,
  .widget.c-news.c-news-template-2 .widget-footer-button.mobile {
    display: none;
  }
  .widget.c-news.c-news-template-2 .widget-all-container {
    width: 25px;
  }
}
@media all and (max-width: 768px) {
  .widget.c-news.c-news-template-2 .widget-item-text {
    padding-top: 20px;
    padding-left: 0;
  }
  .widget.c-news.c-news-template-2 .widget-item-text[data-date=true] {
    padding-bottom: 0;
  }
  .widget.c-news.c-news-template-2 .widget-item-description {
    font-size: 12px;
  }
  .widget.c-news.c-news-template-2 .widget-item-date {
    position: static;
    margin-top: 15px;
  }
}
@media all and (max-width: 600px) {
  .widget.c-news.c-news-template-2 .widget-item-text {
    padding-right: 0;
    text-align: center;
  }
  .widget.c-news.c-news-template-2 .widget-item-picture a {
    margin: 0 auto;
  }
}

.intec-template .widget.c-news-template-2.custom .widget-header .widget-title {
  color: #151515;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* Навигация */
.widget-slider-navigation {
  position: relative;
  z-index: 10;
  padding-right: 20px;
}

/* slider */
.widget.c-news.c-news-template-2 .widget-slider-navigation {
  display: block;
  text-align: right;
  margin: 10px 0;
}

.widget.c-news.c-news-template-2 .widget-slider-button {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.widget.c-news.c-news-template-2 .widget-slider-button svg path {
  fill: #000;
}

.widget.c-news.c-news-template-2 .widget-slider-button:hover {
  background-color: #E52421;
}

.widget.c-news.c-news-template-2 .widget-slider-button:hover svg path {
  fill: #F7EB3F;
}

.widget.c-news.c-news-template-2 .widget-slider-button-left {
  margin-right: 5px;
}

/*# sourceMappingURL=style.css.map */
