.gray-boxes > *{
  width: 49%;
}
.gray-boxes div:first-child{
  margin-right: 2%;
}
@media only screen and (min-width: 980px){
  .gray-boxes > * + *{
    width: 50%;
  }
  .gray-boxes div:first-child{
    margin-right: 0%;
  }
}
.plans-wrapper div:first-child{
  padding-bottom: 1.25rem;
}
.plans-wrapper div:last-child{
  padding-bottom: 0rem;
}
.plans-wrapper > * + *{
  padding: 1.25rem 0rem;
}
.plans-wrapper div:last-child{
  border-bottom: none;
}
.plans-wrapper > *{
  border-bottom: 1px solid #eee;
}
@media only screen and (min-width: 768px){
  .univers-img{
    width: 150px;
  }
  .contacts .col-md-6 > div{
    height: 180px;
  }
  .contacts .col-md-6 > div:last-child,
  .contacts .col-md-6 > div:nth-last-child(2) {
    height: 180px;
  }
}
@media only screen and (min-width: 980px){
  .univers-img{
    width: auto;
  }
  .contacts .col-md-6 > div{
    height: 150px !important;
  }
}
/* Swipers */

/* News */
.swiper-container-news .swiper-slide{
  width: 80vw;
}
@media only screen and (min-width:540px){
  .swiper-container-news .swiper-slide{
    width: 60vw;
  }
}
.news-card-sm{
  width: 100%;
  height: 100%;
}
.news-card-sm img{
  border-radius: 4px;
  height: 100%;
}
.news-card-sm-info{
  bottom: 7%;
  z-index: 100;
}
.box-shadow{
  color: #fff;
  height: 50%;
  bottom: 0px;
  width: 100%;
  background-image: linear-gradient(to top, rgb(0,0,0) 50%, rgba(0, 0, 0, 0));
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Plans */
.swiper-container-plans .swiper-slide{
  width: 75vw;
}
@media only screen and (min-width:540px){
  .swiper-container-plan .swiper-slide{
    width: 55vw;
  }
}
.swiper-container-plans .swiper-wrapper > * + *{
  border-left: 2px solid #eee;
  padding-left: 10px;
}
/* Univers */
.swiper-container-univers .swiper-slide{
  width: 60vw;
}
@media only screen and (min-width:540px){
  .swiper-container-univers .swiper-slide{
    width: 40vw;
  }
}
/* Products */
.swiper-container-products .swiper-slide{
  width: 45vw;
}
@media only screen and (min-width:540px){
  .swiper-container-products .swiper-slide{
    width: 30vw;
  }
}

/* Resets */
.carousel-control-next-icon,
.carousel-control-prev-icon{
  text-shadow: none;
  font-size: 1rem;
}
.carousel-control-next-icon::before,
.carousel-control-prev-icon::before {
  font-family: 'FontAwesome';
  color: #fff;
}
.carousel-control-next-icon::before{
  content:"\f054";
}
.carousel-control-prev-icon::before{
  content:"\f053";
}
#carouselProducts .carousel-control-next-icon::before,
#carouselProducts .carousel-control-prev-icon::before{
  color: #000;
}

#carouselProducts .carousel-control-prev,
#carouselProducts .carousel-control-next{
  top: -55px;
  bottom: auto;
}

#carouselProducts .carousel-control-prev{
  top: -55px;
  right: 40px;
  left: auto;
}
@media only screen and (min-width: 768px){
  .carousel .carousel-item img {
    width: 45%;
    object-fit: cover;
  }
  .carousel-control-prev, .carousel-control-next{
    width: 1.7rem;
  }
}
