.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.interesting-materials__wrapper--vcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.interesting-materials__item {
  max-width: 320px;
}

.interesting-materials__item a {
  display: block;
  width: 100%;
}

.interesting-materials__item_licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 316px;
  max-height: 445px;
  background: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
}

.interesting-materials__item_licenses img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
}

.interesting-materials__item_licenses a {
  display: block;
  width: 100%;
}

.interesting-material {
  border-radius: 20px;
  overflow: hidden;
  height: 378px;
  position: relative;
}

.interesting-material img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.interesting-material__source {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 10px;
  border-radius: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(122, 122, 122, 0.03);
          box-shadow: 0px 5px 15px 0px rgba(122, 122, 122, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: 86%;
}

.interesting-material__source span {
  display: block;
}

.interesting-material__source .icon {
  min-width: 20px;
  width: 20px;
  height: 20px;
  fill: #3c3c3c;
}

@media (max-width: 1919px) {
  .interesting-materials__item {
    max-width: 248px;
    max-height: 300px;
  }

  .interesting-material {
    height: 300px;
  }
}

@media (max-width: 1199px) {
  .interesting-materials__item_licenses {
    max-width: 230px;
  }
}

@media (max-width: 833px) {
  .interesting-materials__arrows {
    display: none;
  }

  .interesting-materials__item {
    max-width: 183px;
  }

  .interesting-materials__item_licenses {
    max-width: 220px;
  }

  .interesting-material {
    height: 220px;
  }

  .fancybox__content {
    padding: 0;
    max-height: 70vh;
  }

  .fancybox__container {
    height: 100%;
  }

  .fancybox__footer {
    bottom: -77px;
  }

  html.with-fancybox {
    overflow: hidden;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}

 @media (max-width: 833px){

@supports (appearance:none){

}

}
