@charset "UTF-8";
.resources {
  margin: 0;
}
.resources__header {
  padding-top: 43px;
}
.resources__menu {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  margin-top: 0;
}
.resources__menu-item {
  font-size: 16px;
  line-height: 140%;
  color: #8490A4;
  cursor: pointer;
}
.resources__menu-item.active {
  border-bottom: solid 2px #00B0FF;
}
.resources fieldset.custom-select div.select {
  width: 414px;
}

.resources__header,
.white-papers__header,
.research__header,
.how-to__header,
.check-lists__header,
.practices__header,
.training-materials__header,
.webinars__header {
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
}
.resources__header-category,
.white-papers__header-category,
.research__header-category,
.how-to__header-category,
.check-lists__header-category,
.practices__header-category,
.training-materials__header-category,
.webinars__header-category {
  font-weight: 400;
  font-size: 36px;
  line-height: 144%;
  text-align: center;
}

.resources .check-lists,
.practices,
.training-materials {
  padding: 92px 0 100px;
}

.training-materials__header {
  margin-bottom: 35px;
}
.training-materials__icon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: 3;
}
.training-materials__icon:after {
  content: "";
  position: absolute;
  right: calc(50% - 6.5px);
  top: calc(50% - 5px);
  width: 13px;
  height: 10px;
  background-image: url("/themes/2024/assets/shared/page-resources/how-do-it/arrow.svg");
}

.white-papers__show-more,
.resources__show-more, .research__show-more,
.how-to__show-more,
.check-lists__show-more,
.practices__show-more,
.training-materials__show-more,
.webinars__show-more {
  padding: 60px 0 0;
  cursor: pointer;
  text-align: center;
}
.white-papers .btn--orange,
.resources .btn--orange, .research .btn--orange,
.how-to .btn--orange,
.check-lists .btn--orange,
.practices .btn--orange,
.training-materials .btn--orange,
.webinars .btn--orange {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: none;
}
.white-papers__block-download a span,
.resources__block-download a span, .research__block-download a span,
.how-to__block-download a span,
.check-lists__block-download a span,
.practices__block-download a span,
.training-materials__block-download a span,
.webinars__block-download a span {
  display: inline-block;
  border-radius: 52px;
  padding: 15px 54px;
  color: #FF6D00;
  font-size: 13px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}
.white-papers__block-download a span:hover,
.resources__block-download a span:hover, .research__block-download a span:hover,
.how-to__block-download a span:hover,
.check-lists__block-download a span:hover,
.practices__block-download a span:hover,
.training-materials__block-download a span:hover,
.webinars__block-download a span:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #FF6D00;
  border-color: #FF6D00;
}

.white-papers__header-category,
.how-to__header-category {
  padding-bottom: 40px;
}
.white-papers__block,
.how-to__block {
  display: flex;
  margin: 20px 0;
  position: relative;
}
.white-papers__block-img,
.how-to__block-img {
  background: linear-gradient(0deg, #D0D9E1, #F2F3F4, #F5F5F5);
  min-width: 200px;
  min-height: 200px;
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.white-papers__block-img img,
.how-to__block-img img {
  width: 118px;
  height: 166px;
  position: absolute;
  top: 37px;
  left: 40px;
  border-radius: 5px;
}
.white-papers__block-body,
.how-to__block-body {
  margin: 0 0 0 55px;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.white-papers__block-download,
.how-to__block-download {
  margin-top: 60px;
}
.white-papers__block-download a span,
.how-to__block-download a span {
  border: 1px solid rgba(255, 109, 0, 0.2);
}
.white-papers__block-header,
.how-to__block-header {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #151526;
}
.white-papers__show-more,
.how-to__show-more {
  padding-top: 70px;
}

/* Белые книги (start) */
.white-papers-main {
  padding: 0 0 75px;
}

/* Белые книги (end) */
/* Исследования (start) */
.research__header-category {
  padding-bottom: 60px;
}
.research__block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}
.research__block-img {
  width: 350px;
  height: 208px;
  border-radius: 12px;
  position: relative;
}
.research__block-img:nth-child(1) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-1.png") no-repeat center/cover;
}
.research__block-img:nth-child(2) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-2.png") no-repeat center/cover;
}
.research__block-img:nth-child(3) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-3.png") no-repeat center/cover;
}
.research__block-img:nth-child(4) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-4.png") no-repeat center/cover;
}
.research__block-img:nth-child(5) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-5.png") no-repeat center/cover;
}
.research__block-img:nth-child(6) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-6.png") no-repeat center/cover;
}
.research__block-img:nth-child(7) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-1.png") no-repeat center/cover;
}
.research__block-img:nth-child(8) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-2.png") no-repeat center/cover;
}
.research__block-img:nth-child(9) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-3.png") no-repeat center/cover;
}
.research__block-img:nth-child(10) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-4.png") no-repeat center/cover;
}
.research__block-img:nth-child(11) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-5.png") no-repeat center/cover;
}
.research__block-img:nth-child(12) {
  background: url("/themes/2024/assets/shared/page-resources/research/research-6.png") no-repeat center/cover;
}
.research__title-short {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  padding: 28px 25px 0 25px;
}
.research__year {
  font-weight: 900;
  font-size: 80px;
  line-height: 73%;
  color: #C2C2C2;
  opacity: 15%;
  right: 0;
  position: absolute;
  bottom: 0;
  margin-right: -3px;
}
.research__img {
  font-family: "Roboto Mono", monospace;
  font-style: normal;
  font-weight: 500;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #00A5FF;
}
.research__text {
  color: #FFFFFF;
  margin-top: 18px;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.5px;
  max-width: 240px;
}
.research__block-download {
  position: absolute;
  bottom: 38px;
  left: 25px;
}
.research__block-download a span {
  border: 1px solid rgba(255, 109, 0, 0.4);
}
.research__show-more {
  padding-top: 80px;
}

.research-main,
.practices-main,
.how-to-main {
  padding: 75px 0;
}

/* Чек-листы (start) */
.check-lists {
  background: #F1F7FD;
}
.check-lists__header {
  margin-bottom: 55px;
}
.check-lists__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 15px 0;
  text-decoration: none;
}
.check-lists__block:hover .check-lists__title {
  color: #00A5FF;
}
.check-lists__block-fon {
  border-radius: 14px;
  overflow: hidden;
}
.check-lists__block-fon img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.check-lists__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin: 32px 30px 0;
  color: #000000;
}

/* Чек-листы (end) */
/* practices (start) */
.practices__header-category {
  padding-bottom: 80px;
}
.practices__block {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.practices__block-img {
  width: 540px;
  height: 223px;
  border-radius: 12px;
  position: relative;
}
.practices__block-img:nth-child(1) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-1.png") no-repeat;
}
.practices__block-img:nth-child(2) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-2.png") no-repeat;
}
.practices__block-img:nth-child(3) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-3.png") no-repeat;
}
.practices__block-img:nth-child(4) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-4.png") no-repeat;
}
.practices__block-img:nth-child(5) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-1.png") no-repeat;
}
.practices__block-img:nth-child(6) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-2.png") no-repeat;
}
.practices__block-img:nth-child(7) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-3.png") no-repeat;
}
.practices__block-img:nth-child(8) {
  background: url("/themes/2024/assets/shared/page-resources/practices/practices-4.png") no-repeat;
}
.practices__hashtag {
  padding: 25px 0 0 20px;
}
.practices__hashtag span {
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  padding: 5px 15px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 300px;
  margin-left: 5px;
}
.practices__title-short {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  padding: 15px 25px 0 25px;
}
.practices__block-download {
  position: absolute;
  bottom: 28px;
  left: 25px;
}
.practices__block-download a span {
  border: 1px solid rgba(255, 109, 0, 0.4);
}

/* practices (end) */
/* training-materials (start) */
.training-materials__block {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 14px;
  margin: 14px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  text-decoration: none;
}
.training-materials__block:hover .training-materials__block-text {
  background: #00A5FF;
}
.training-materials__block:hover .training-materials__title {
  color: #FFFFFF;
}
.training-materials__block:hover .training-materials__hashtag {
  color: #FFFFFF;
}
.training-materials__block:hover .training-materials__icon {
  display: block;
  background: #00B0FF;
}
.training-materials__block:hover .training-materials__icon:after {
  background-image: url("/themes/2024/assets/shared/page-resources/how-do-it/arrow_hover.svg");
}
.training-materials__block-fon {
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 190px;
  border-radius: 0 0 14px 14px;
}
.training-materials__block-fon img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 14px 14px;
  object-fit: cover;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.training-materials__block-text {
  height: 110px;
  background: #F1F7FD;
  border-radius: 14px 14px 0 0;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.training-materials__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 125%;
  color: #000000;
}
.training-materials__hashtag {
  font-size: 16px;
  line-height: 130%;
  color: #00A5FF;
}

/* training-materials (end) */
#about-searchInform {
  padding-top: 0;
}

/* webinars (start) */
.webinars {
  padding: 75px 0 130px;
}
.webinars__block {
  position: relative;
  margin: 15px 0;
}
.webinars__block:hover .webinars__background:after {
  background: transparent;
}
.webinars__block:hover .webinars__background img {
  width: 100%;
  transform: scale(1.25);
}
.webinars__block:hover .webinars__icons img {
  transform: scale(0.75);
}
.webinars__shorts-block {
  display: flex;
  gap: 30px;
  justify-content: space-around;
  padding: 13px 0;
}
.webinars__shorts {
  width: 100%;
  height: 453px;
  background: #989898;
  position: relative;
  border-radius: 12px;
}
.webinars__shorts img {
  max-height: 453px;
  border-radius: 12px;
}
.webinars__shorts-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  left: 18px;
  bottom: 18px;
  right: 18px;
  color: #FFFFFF;
  position: absolute;
}
.webinars__header-category {
  padding-bottom: 77px;
}
.webinars__title-category {
  font-weight: 400;
  font-size: 36px;
  line-height: 144%;
  text-align: center;
  padding: 115px 0 60px 0;
}
.webinars__title-tile {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: capitalize;
  color: #FFFFFF;
  position: absolute;
  padding: 28px 0 0 25px;
}
.webinars__button {
  width: 160px;
  height: 44px;
  border-radius: 52px;
  padding: 15px 0;
  background: #FF6D00;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 47px auto 0 auto;
  text-decoration: none;
}
.webinars__button-text {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 13px;
}
.webinars__background-category {
  position: relative;
}
.webinars__background-category .webinars__button {
  position: absolute;
  bottom: 28px;
  left: 25px;
}
.webinars__background-category img {
  border-radius: 12px;
}
.webinars__background {
  position: absolute;
  z-index: 1;
  border-radius: 14px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 286px;
  overflow: hidden;
}
.webinars__background:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  z-index: 2;
}
.webinars__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.webinars__text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.webinars__text a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 285px;
  text-decoration: none;
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  color: #FFFFFF;
  padding: 20px;
}
.webinars .webinars__icons img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.webinars .video-dlp__link {
  display: flex;
  flex-direction: row;
  align-items: end;
}

/* webinars (end) */
/**********************************************************************************************************************/
/******************************                 Адаптивная верстка                      *******************************/
/**********************************************************************************************************************/
/****************************************   Для экранов меньше 1200px   ***********************************************/
@media (max-width: 1199.98px) {
  .research__block-img {
    width: 290px;
    height: 185px;
  }
  .research__title-short {
    font-size: 16px;
  }
  .research__block-download {
    bottom: 20px;
    left: 20px;
  }

  .practices__block-img {
    width: 451px;
  }

  .webinars__shorts {
    height: 375px;
  }
}
/****************************************   Для экранов меньше 992px   ************************************************/
@media (max-width: 991.98px) {
  .research__block {
    gap: 20px;
  }
  .research__block-img {
    width: 335px;
  }
  .research__block-download {
    bottom: 25px;
    left: 25px;
  }

  .practices__header-category {
    padding-bottom: 60px;
  }
  .practices__hashtag {
    padding: 25px 0 0 30px;
  }
  .practices__title-short {
    padding: 15px 25px 0 35px;
  }
  .practices__block-download {
    left: 35px;
  }
  .practices__block {
    gap: 20px;
  }
  .practices__block-img {
    width: 100%;
  }
  .practices__block-img:nth-child(1), .practices__block-img:nth-child(2), .practices__block-img:nth-child(3), .practices__block-img:nth-child(4), .practices__block-img:nth-child(5), .practices__block-img:nth-child(6), .practices__block-img:nth-child(7), .practices__block-img:nth-child(8) {
    background-position: center;
  }

  .webinars__block {
    display: flex;
    justify-content: center;
  }
  .webinars__shorts-block {
    flex-wrap: nowrap;
    overflow: scroll;
    scrollbar-width: none;
    gap: 20px;
  }
  .webinars__shorts {
    height: 311px;
    min-width: 175px;
  }
  .webinars__shorts img {
    max-width: 175px;
  }
  .webinars__shorts-text {
    left: 15px;
    bottom: 10px;
    font-size: 14px;
  }

  .resources .select {
    width: 100%;
  }
}
/****************************************   Для экранов меньше 768px   ************************************************/
@media (max-width: 767.98px) {
  .resources {
    margin: 20px 0 0;
  }
  .resources__header {
    font-size: 24px;
    padding: 12px 0 10px;
  }
  .resources fieldset.custom-select div.select {
    margin: 20px 0 50px 0;
  }

  .white-papers__show-more,
.research__show-more,
.how-to__show-more,
.check-lists__show-more,
.practices__show-more,
.training-materials__show-more {
    padding: 20px 0 0;
  }

  .check-lists,
.practices,
.training-materials,
.webinars {
    padding: 30px 0 70px;
  }

  .resources .research__header,
.how-to__header,
.check-lists__header,
.practices__header,
.training-materials__header,
.webinars__header {
    font-size: 22px;
    line-height: 130%;
    margin: 0 0 20px;
  }

  .how-to__title,
.check-lists__title,
.practices__title,
.training-materials__title {
    font-size: 18px;
    line-height: 130%;
  }

  .how-to__header,
.white-papers__header {
    font-size: 22px;
    line-height: 130%;
    margin: 0 0 10px;
  }
  .how-to__block-header,
.white-papers__block-header {
    font-size: 14px;
    line-height: 130%;
    padding-top: 30px;
    text-align: center;
  }
  .how-to__block,
.white-papers__block {
    position: relative;
    flex-direction: column;
    align-items: center;
  }
  .how-to__block-body,
.white-papers__block-body {
    margin: 0;
    order: 2;
    align-items: center;
  }
  .how-to__block-img,
.white-papers__block-img {
    width: 100%;
    order: 1;
  }
  .how-to__block-download,
.white-papers__block-download {
    margin-top: 30px;
  }

  /* Белые книги (start) */
  .white-papers-main {
    padding: 0 0 70px;
  }

  /* Белые книги (end) */
  /* Исследования (start) */
  .research__block-img {
    width: 100%;
  }
  .research__show-more {
    padding: 40px 0 0;
  }

  /* Исследования (end) */
  .how-to-main {
    padding: 70px 0;
  }

  .practices__title-short {
    font-size: 18px;
    padding: 15px 25px 0 25px;
  }
  .practices__show-more {
    padding: 40px 0 0;
  }
  .practices__hashtag {
    padding: 25px 0 0 20px;
  }
  .practices__block-download {
    left: 25px;
  }

  /* webinars (start) */
  .webinars__text a {
    font-size: 22px;
  }
  .webinars__show-more {
    padding: 20px 0 0;
  }
  .webinars__header-category {
    padding-bottom: 37px;
  }
  .webinars__title-category {
    padding: 80px 0 30px 0;
  }
  .webinars__button {
    margin-top: 40px;
  }

  /* webinars (end) */
}
/****************************************   Для экранов меньше 576px   ************************************************/
@media (max-width: 575.98px) {
  .white-papers__header-category,
.research__header-category,
.how-to__header-category,
.practices__header-category,
.webinars__header-category {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .research__header-category {
    padding-bottom: 35px;
  }
  .research__title-short {
    font-size: 16px;
    padding: 18px 25px 0 25px;
  }

  .practices__header-category {
    padding-bottom: 35px;
  }
  .practices__hashtag {
    padding: 10px 0 0 10px;
  }
  .practices__title-short {
    font-size: 14px;
    padding: 15px 15px 0 15px;
  }
  .practices__block-download {
    left: 15px;
    bottom: 15px;
  }

  /* webinars (start) */
  .webinars__text a {
    font-size: 20px;
  }
  .webinars__title-tile {
    font-size: 16px;
    padding: 18px 0 0 25px;
  }
  .webinars__title-category {
    font-size: 20px;
    line-height: 144%;
    text-align: center;
  }
  .webinars__background .webinars__button {
    bottom: 18px;
  }
  .webinars__button {
    margin-top: 20px;
    padding: 10px 20px;
    height: 30px;
  }

  /* webinars (end) */
}

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