.sertificats {
  max-width: 100%;
  margin: 0 auto;
}
.default-certificates {
  padding: 26px 0 45px;
}
@media (max-width: 960px) {
  .default-certificates {
    padding: 0 15px;
  }
}
.default-certificates--title {
  color: #333;
  font-size: 32px;
  padding-bottom: 25px;
}
@media (max-width: 960px) {
  .default-certificates--title {
    font-size: 28px;
    padding-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .default-certificates--title {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .default-certificates--title {
    font-size: 24px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .default-certificates--title {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .default-certificates--title {
    font-size: 21px;
  }
}
.default-certificates--inner {
  padding: 0 45px;
  position: relative;
}
.default-certificates img {
  width: 100%;
}
.default-certificates .slick-prev, .default-certificates .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 55px;
  font-size: 0;
  border-radius: 50%;
  height: 55px;
  box-sizing: border-box;
  background: #ff9635;
  border: none;
  opacity: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% 50%/20px no-repeat #0091e0;
  transition: all 0.4s;
  cursor: pointer;
}
.default-certificates .slick-prev:hover, .default-certificates .slick-next:hover {
  opacity: 1;
}
.default-certificates .slick-prev:before, .default-certificates .slick-next:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23ffffff' opacity='1' data-original='%23000000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E") left top/ no-repeat;
  top: 13px;
  left: 12px;
}
.default-certificates .slick-prev {
  left: -45px;
  transform: rotate(180deg);
}
.default-certificates .slick-next {
  right: -45px;
}
.default-certificates .slick-next:before {
  transform: rotate(180deg);
  left: 13px;
}
.default-certificates .slick-initialized .slick-slide {
  margin: 0 15px;
}
.default-certificates--title {
  color: #252434;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .default-certificates--title {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .default-certificates--title {
    font-size: 25px;
  }
}
.default-certificates--title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 65px;
  background: #ff7b2c;
  left: 50%;
  margin-left: -33px;
  bottom: 0;
}
@media (max-width: 960px) {
  .sertificats {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sertificats {
    padding-top: 30px;
  }
}
