hr {
  display: none;
}

footer {
  padding-top: 0 !important;
}

.sus-btn {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  min-width: 173px;
  border-radius: 32px;
  padding: 22px 15px;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.5s;
  background-color: #008ecc;
  color: #ffffff !important;
}
.sus-btn:hover {
  color: #fff;
  background-color: #008ecc;
}
.sus-btn:focus {
  color: #fff;
}
.sus-hero {
  position: relative;
  /*height: 62vh;*/
  height: auto;
}
@media (max-width: 767px) {
  .sus-hero {
    height: auto;
  }
}

.sus-hero .container{
  position: absolute;
  width: 100%;
  height: auto;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.sus-hero__content {
  /*margin-bottom: 100px;*/
  color: #fff;
  position: relative;
  padding: 70px 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .sus-hero__content {
    margin-bottom: 0;
  }
}
.sus-hero__title {
  font-size: 70px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sus-hero__title {
    font-size: 37px;
    margin-bottom: 30px;
  }
}
.sus-hero__text {
  font-size: 55px;
}
@media (max-width: 767px) {
  .sus-hero__text {
    font-size: 30px;
  }
}
.sus-hero__video {
  /*position: absolute;*/
  position: relative;
  /*top: 0;*/
  top: auto;
  /*left: 0;*/
  left: auto;
  width: 100%;
  /*height: 100%;*/
  height: auto;
  pointer-events: none;
  overflow: hidden;
}
.sus-hero__video:before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.18;
  background: linear-gradient(black, rgba(0, 0, 0, 0));
}
.sus-hero__video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sus-hero__video picture{
  width: 100%;
  height: 100%;
  display: block;
}
.sus-hero__video img{height: 100%;width: 100%;object-fit: cover;}
.sus-hero__video iframe {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
  border: none;
}
@media (max-width: 767px) {
  .sus-hero__video iframe {
    width: 110%;
  }
}
.sus-hero__ratio {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  overflow: hidden;
  height: 0;
  width: 100%;
  padding: 56.25% 0 0;
}
@media (max-width: 767px) {
  .sus-hero__ratio {
    padding: 177.7777777778% 0 0;
  }
}
.sus-hero .video-controls {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.sus-hero .video-controls button {
  background: transparent;
  border: none;
}
.sus-hero .video-controls button svg {
  width: 25px;
  height: 25px;
}
.sus-hero .video-controls .state-on .on {
  display: none;
}
.sus-hero .video-controls .state-on .off {
  display: block;
}
.sus-hero .video-controls .off {
  display: none;
}
.sus-description {
  padding: 4rem 0;
  background: #f5f3f3;
}
.sus-description__item-img {
  width: calc(50% - 1rem);
}
.sus-description__item-content {
  width: 45%;
}
.sus-description__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.sus-description__item-title {
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #00a6dd;
}
.sus-description__item-text p {
  font-size: 22px;
  line-height: 1.2;
  color: #5f504d;
}
.sus-description__item-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.sus-description--column {
  padding: 0;
}
.sus-description--column .sus-description__item {
  background: #f5f3f3;
  padding: 4rem 0;
}
.sus-description--column .sus-description__item:nth-child(2n+1) {
  background: #fff;
}
.sus-description--column .sus-description__item-text {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .sus-description--column .sus-description__item .sus-description__item-wrapp {
    flex-direction: column !important;
  }  
  .sus-description--column .sus-description__item .sus-description__item-content {
    margin-bottom: 2rem;
  }
}
@media (max-width: 1200px) {
  .sus-description__item-img {
    width: 47%;
  }
  .sus-description__item-content {
    width: 50%;
  }
  .sus-description__item-title {
    font-size: 3rem;
    margin-bottom: 1.3rem;
  }
  .sus-description__item-text p {
    font-size: 20px;
  }
  .sus-description__item-text p:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
@media (max-width: 767px) {
  .sus-description__item {
    flex-direction: column;
  }
  .sus-description__item-img {
    width: 100%;
    margin-bottom: 1.2rem;
  }
  .sus-description__item-title {
    font-size: 2.5rem;
  }
  .sus-description__item-content {
    width: 100%;
  }
}
.sus-banners {
  padding: 4rem 0 5rem;
  background-color: #f5f3f3;
}
@media (max-width: 991px) {
  .sus-banners {
    padding: 3rem 0;
  }
}
.sus-banners__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 991px) {
  .sus-banners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .sus-banners__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sus-banners__item {
  border-radius: 1rem;
  height: 100%;
  padding: 4rem 1.5rem 5rem;
  text-decoration: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.sus-banners__item:hover, .sus-banners__item:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4392156863);
}
.sus-banners__item:hover .sus-banners__item-link, .sus-banners__item:focus .sus-banners__item-link {
  color: #fff;
}
.sus-banners__item:hover .sus-banners__item-title, .sus-banners__item:focus .sus-banners__item-title {
  color: #fff;
}
.sus-banners__item-title {
  font-size: 1.5rem;
  line-height: 1;
  transition: 0.3s ease;
}
.sus-banners__item-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  border-radius: 0 1.5rem 0 0;
  cursor: pointer;
  transform-origin: 0 100%;
  padding: 0.75rem 2rem;
  transition: 0.3s ease;
  position: relative;
}
.sus-banners__item-link-wrapp {
  position: absolute;
  bottom: 0;
  left: 0;
}
.sus-banners__item-link svg {
  margin-left: 6px;
}
.sus-banners__item-link:focus {
  color: #fff;
}
.sus-banners__item-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.sus-banners__item-link span {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sus-banners__item {
    padding: 2.5rem 1.2rem 5rem;
  }
  .sus-banners__item-title {
    font-size: 21px;
  }
  .sus-banners__item-link {
    padding: 0.75rem 1.2rem;
  }
}
@media (max-width: 576px) {
  .sus-banners__item {
    padding: 2rem 1rem 5rem;
  }
  .sus-banners__item-title {
    font-size: 20px;
  }
  .sus-banners__item-link {
    padding: 0.75rem 1rem;
  }
}

.pdfs {
  padding: 3.5rem 0;
}
.pdfs__item {
  box-shadow: 0 28px 38px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #f5f3f3;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.pdfs__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.pdfs__item-content {
  position: relative;
  width: 60%;
  padding: 0 1.5rem 0 0.5rem;
}
.pdfs__item-content::before {
  position: absolute;
  top: 0;
  left: -65px;
  width: 65px;
  height: 100%;
  content: "";
  border-right: 66px solid #ffffff;
  border-top: 200px solid transparent;
  border-bottom: 200px solid transparent;
}
.pdfs__item-image {
  width: 40%;
}
.pdfs__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pdfs__item-title {
  font-weight: 700;
  font-size: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #00a6dd;
  transition: 0.3s ease;
  line-height: 1;
  width: calc(100% - 190px);
}
@media (max-width: 991px) {
  /*.pdfs__item-image {
    width: 30%;
  }
  .pdfs__item-content {
    width: 70%;
  }*/
  .pdfs__item-link {
    width: 160px;
    padding: 15px;
  }
  .pdfs__item-title {
    width: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  /*.pdfs__item {
    padding: 1.5rem;
  }*/
  /*.pdfs__item-image {
    display: none;
  }*/
  .pdfs__item-content {
/*    width: 100%;*/
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }
  .pdfs__item-title {
    margin-bottom: 20px;
    width: 100%;
  }
  .pdfs__item-link {
    width: 100%;
    max-width: 160px;
  }
}

.rtl .sus-btn svg {
  transform: rotateY(-180deg);
  margin-left: 0;
  margin-right: 6px;
}
.rtl .sus-banners .sus-banners__item-link svg {
  transform: rotateY(-180deg);
  margin-left: 0;
  margin-right: 6px;
}
.rtl .pdfs__item-content::before {
  transform: rotateY(-180deg);
  right: -65px;
  left: auto;
}