.service-projects-slider {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  .service-projects-slider.started {
    opacity: 1; }

.service-projects-slider__slide {
  padding: 0 5px; }
  @media only screen and (max-width: 768px) {
    .service-projects-slider__slide {
      max-width: 310px;
      margin: 0 auto;
      display: block !important; } }

.service-projects-slider__img {
  height: 310px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  @media only screen and (max-width: 350px) {
    .service-projects-slider__img {
      height: 290px; } }

.service-projects-slider__more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 0 0 0 rgba(44, 45, 81, 0.9);
  box-shadow: inset 0 0 0 0 rgba(44, 45, 81, 0.9);
  opacity: 0;
  transition: box-shadow .5s, opacity .6s, -webkit-box-shadow .5s; }

.service-projects-slider__link-wrapper {
  display: block;
  position: relative; }
  .service-projects-slider__link-wrapper:hover .service-projects-slider__more {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 270px rgba(44, 45, 81, 0.9);
    box-shadow: inset 0 0 0 270px rgba(44, 45, 81, 0.9); }
  .service-projects-slider__link-wrapper:hover .service-projects-slider__title-project {
    color: #50519b; }

.service-projects-slider__category-project {
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #50519b;
  margin: 10px 0;
  text-transform: uppercase; }

.service-projects-slider__title-project {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.25;
  letter-spacing: normal;
  color: #282828;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.service-projects-slider__dots {
  font-size: 0;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  -ms-flex-flow: wrap row;
  flex-flow: wrap row; }
  .service-projects-slider__dots li {
    padding: 0;
    margin: 0; }
    .service-projects-slider__dots li:before {
      content: unset;
      display: none; }
    .service-projects-slider__dots li.slick-active button:before {
      background-color: #50519b; }
  .service-projects-slider__dots button {
    padding: 6px; }
    .service-projects-slider__dots button:before {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      background-color: #c3c3c3;
      -webkit-border-radius: 50%;
      border-radius: 50%; }

@media only screen and (max-width: 1200px) {
  .service-projects__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%; } }

@media only screen and (max-width: 992px) {
  .service-projects__form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }
