/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme colors
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme styles
*/
/*
* Media Query
*/
/*
* Section margin
*/
/*
* Section padding
*/
/*
* Display list elements in column
*/
/*
* Menu item width in footer menu
*/
/*
* Small gray shadow
*/
/*
* Large gray shadow
*/
/*
* Headers
*/
.block-downloads .downloads .links-wrapper .c-download__file .content-wrapper .content {
  font-size: 2rem;
  line-height: 1.25; }
  @media screen and (min-width: 768px) {
    .block-downloads .downloads .links-wrapper .c-download__file .content-wrapper .content {
      font-size: 2.4rem; } }

.block-downloads .downloads .links-wrapper .c-download__description .short-description {
  font-size: 1.2rem;
  line-height: 1.67; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper .c-download__description .short-description {
      font-size: 1.4rem;
      line-height: 1.43; } }

/*
* Custom scrollbar
*/
@-moz-document url-prefix() { }

/*
* Reset list styles
*/
.block-downloads .downloads .links-wrapper {
  margin: 0;
  padding: 0; }

.block-downloads .downloads .links-wrapper .c-download {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* Link circle hover
*/
@media screen and (min-width: 768px) {
  .block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .link-circle {
    background-color: #F8B322; } }

@media screen and (min-width: 768px) {
  .block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .link-text,
  .block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .link-text.white {
    background-color: transparent; } }

.block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .link-text {
  transition: 200ms ease-in-out; }

@media screen and (min-width: 768px) {
  .block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .arrow-icon {
    transform: translateX(0.5rem);
    filter: brightness(0) saturate(100%) invert(77%) sepia(14%) saturate(4407%) hue-rotate(344deg) brightness(107%) contrast(94%); } }

@media screen and (min-width: 768px) {
  .block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .link-circle {
    transition: 500ms ease-in-out; } }

@media screen and (min-width: 768px) {
  .block-downloads .downloads .links-wrapper .c-download:hover .c-download__description .c-link-circle .link-text {
    transition: 300ms ease-in-out; } }

/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
.block-downloads .downloads > .header, .block-downloads .downloads > .description {
  margin-bottom: 3rem; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads > .header, .block-downloads .downloads > .description {
      margin-bottom: 5rem; } }

/*
* Element under section description
*/
.block-downloads .downloads .links-wrapper {
  margin-top: 3rem; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper {
      margin-top: 5rem; } }

/*
* Element under section description
*/
/*
* Link hover color
*/
/*
* Hero section styles
*/
@keyframes move-dot {
  0% {
    bottom: 0.4rem;
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    bottom: 1rem;
    opacity: 0; } }

/*
* Position absolute - full width
*/
/*
* Image as cover or contain
*/
/*
* Icon wrapper
*/
.block-downloads .downloads .links-wrapper .c-download__file .img-wrapper {
  width: 7rem;
  height: 7rem;
  border: 1px dashed rgba(51, 61, 71, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper .c-download__file .img-wrapper {
      width: 8rem;
      height: 8rem; } }
  .block-downloads .downloads .links-wrapper .c-download__file .img-wrapper img {
    height: 100%;
    width: auto;
    max-width: 4.4rem;
    max-height: 3.5rem; }

/*
* Element border-radius
*/
.block-downloads .downloads .links-wrapper .c-download {
  border-radius: 0 50px 0 0; }

/*
* checkbox checked
*/
/*
* language font
*/
/*
* Slider pagination
*/
.block-downloads .downloads .downloads-wrapper .swiper-pagination {
  bottom: 0; }
  .block-downloads .downloads .downloads-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #F8B322;
    background-color: #ffffff;
    opacity: 1;
    transition: background-color 300ms ease-in-out; }
  .block-downloads .downloads .downloads-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F8B322;
    transition: background-color 300ms ease-in-out; }

/*
* Slider buttons
*/
/*
* News and slide component
*/
/*
* Download and job-offer component
*/
.block-downloads .downloads .links-wrapper .c-download {
  background-color: #ffffff;
  margin: 0 auto 2rem auto;
  transition: box-shadow 300ms ease-in-out;
  height: auto; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper .c-download {
      max-width: 1200px;
      margin: 0 auto 2rem auto; } }

.block-downloads .downloads .links-wrapper .c-download__inner {
  text-decoration: none;
  padding: 0 3rem 4rem 3rem;
  height: 100%;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper .c-download__inner {
      flex-direction: row;
      padding: 3rem 0; } }

.block-downloads .downloads .links-wrapper .c-download__file {
  display: flex;
  padding: 3rem 0;
  border-bottom: 1px solid rgba(51, 61, 71, 0.15); }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper .c-download__file {
      align-items: center;
      border-bottom: none;
      border-right: 1px solid rgba(51, 61, 71, 0.15); } }
  .block-downloads .downloads .links-wrapper .c-download__file .img-wrapper {
    margin-right: 2rem;
    flex-shrink: 0; }
    @media screen and (min-width: 992px) {
      .block-downloads .downloads .links-wrapper .c-download__file .img-wrapper {
        width: 6rem;
        height: 6rem; } }
    @media screen and (min-width: 1150px) {
      .block-downloads .downloads .links-wrapper .c-download__file .img-wrapper {
        width: 8rem;
        height: 8rem; } }
    .block-downloads .downloads .links-wrapper .c-download__file .img-wrapper img {
      max-height: 3.9rem; }
  .block-downloads .downloads .links-wrapper .c-download__file .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .block-downloads .downloads .links-wrapper .c-download__file .content-wrapper .content-label {
      text-transform: uppercase;
      color: #F8B322;
      font-size: 1.2rem;
      line-height: 1.67;
      font-weight: 800;
      margin-bottom: 0.5rem; }

.block-downloads .downloads .links-wrapper .c-download__description {
  flex: 1;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .links-wrapper .c-download__description {
      padding: 0 3.2% 0 4.7%;
      flex: unset;
      width: 100%;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center; } }
  .block-downloads .downloads .links-wrapper .c-download__description .short-description {
    flex: 1;
    color: rgba(51, 61, 71, 0.5);
    padding: 3rem 0 4rem 0;
    margin: 0; }
    @media screen and (min-width: 992px) {
      .block-downloads .downloads .links-wrapper .c-download__description .short-description {
        padding: 0 10% 0 0; } }
  .block-downloads .downloads .links-wrapper .c-download__description .c-link-circle {
    margin-top: auto; }
    @media screen and (min-width: 992px) {
      .block-downloads .downloads .links-wrapper .c-download__description .c-link-circle {
        margin-top: 0; } }
  .block-downloads .downloads .links-wrapper .c-download__description a {
    text-decoration: none; }

.block-downloads .downloads .downloads-wrapper {
  margin: 3rem -4rem 3rem 0; }
  @media screen and (min-width: 768px) {
    .block-downloads .downloads .downloads-wrapper {
      margin: 3rem -6rem 3rem 0; } }
  @media screen and (min-width: 992px) {
    .block-downloads .downloads .downloads-wrapper {
      margin: 5rem 0 5rem 0; } }
  .block-downloads .downloads .downloads-wrapper .swiper-container {
    overflow: hidden; }
  .block-downloads .downloads .downloads-wrapper .swiper-wrapper {
    margin-bottom: 3rem; }

/*
* Services and blocks grid component
*/
/*
* Case studies filters
* Job offers filters
*/
/*
* Case studies tags
* Knowledge base tags
*/
/*
* Case studies and posts grid blocks
*/
/*
* Form label
*/
/*
* Contact form steps
*/
/*
* Contact form (steps form) buttons wrapper
*/
.block-downloads {
  margin-top: 5rem;
  margin-bottom: 10rem; }
  @media screen and (min-width: 992px) {
    .block-downloads {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-downloads .downloads > .header {
    text-align: center; }
  .block-downloads .downloads .downloads-wrapper .slider-container__inner {
    position: relative;
    overflow: hidden; }
    @media screen and (min-width: 992px) {
      .block-downloads .downloads .downloads-wrapper .slider-container__inner {
        overflow: visible; } }
  .block-downloads .downloads .links-wrapper {
    display: flex; }
    @media screen and (min-width: 992px) {
      .block-downloads .downloads .links-wrapper {
        display: block; } }
    .block-downloads .downloads .links-wrapper .c-download {
      background-color: #F9F9F9; }
      .block-downloads .downloads .links-wrapper .c-download a {
        text-decoration: none; }
      @media screen and (min-width: 992px) {
        .block-downloads .downloads .links-wrapper .c-download__file {
          width: 50%;
          padding: 0 2rem 0 3rem; } }
      @media screen and (min-width: 1200px) {
        .block-downloads .downloads .links-wrapper .c-download__file {
          width: 41.1%; } }
      @media screen and (min-width: 992px) {
        .block-downloads .downloads .links-wrapper .c-download:hover {
          box-shadow: 0px 50px 80px rgba(51, 61, 71, 0.07); } }


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