

/* Start:/local/templates/leaugue/assets/css/analytics_materials.css?17004823907041*/
@charset "UTF-8";

:root {
  --main-green: #39ad46;
  --second-green: #27ae60;
  --hover-green: #58ca65;
  --dark-green: #1e7d5b;
  --dark-gray: #4f4f4f;
  --mid-gray: #828282;
  --light-gray: #f2f2f2;
  --extra-gray: #333;
  --golos-font: Golos;
  --jost-font: Jost;
}

:root {
  --main-green: #39ad46;
  --second-green: #27ae60;
  --hover-green: #58ca65;
  --dark-green: #1e7d5b;
  --dark-gray: #4f4f4f;
  --mid-gray: #828282;
  --light-gray: #f2f2f2;
  --extra-gray: #333;
  --golos-font: Golos;
  --jost-font: Jost;
}

.post {
  margin-bottom: 5.0625rem;
  width: 32%;
  height: 32rem;
}

.post__wrapper {
  width: 100%;
  height: 18.75rem;
  position: relative;
}

.post__image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post__buttons {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: 1.25rem;
  z-index: 1;
}

.post__category {
  margin-top: 1rem;
  margin-left: 1rem;
  height: 1.8125rem;
  background-color: var(--second-green);
  padding: 0.1875rem 0.75rem;
  border-radius: 4px;
  font-family: var(--jost-font);
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.64;
  transition: background-color 0.3s ease-in;
}

.post__category:hover {
  background-color: var(--hover-green);
}

.post__title {
  margin-top: 1.5625rem;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 2.5rem;
}

.post__title a {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.56;
  color: var(--dark-gray);
  -webkit-line-clamp: 3;
  /* Число отображаемых строк */
  display: -webkit-box;
  /* Включаем флексбоксы */
  -webkit-box-orient: vertical;
  /* Вертикальная ориентация */
  overflow: hidden;
  height: 6rem;
}

.post__views {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.post__count {
  display: flex;
  align-items: center;
}

.post__number {
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -1.5%;
  color: var(--mid-gray);
  height: 100%;
  margin-left: 0.375rem;
}

.post__date {
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -1.5%;
  color: var(--mid-gray);
  height: 100%;
  margin-right: 0.375rem;
}

.post:nth-child(3n+2) {
  margin: 0 2%;
}

.title {
  padding: 3.625rem 0 2.375rem;
  border-bottom: 1px solid #bdbdbd;
}

.title h2 {
  text-align: center;
  font-weight: 400;
  font-size: 3.5625rem;
  line-height: 1.23;
}

.analytics__buttons {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.analytics__button {
  margin-right: 1.25rem;
  border: 1px solid #bdbdbd;
  border-radius: 6px;
  padding: 1rem 1.5rem;
  color: var(--dark-gray);
  font-size: 1.125rem;
  line-height: 1.28;
  color: var(--dark-gray);
  letter-spacing: 0.015em;
  transition: all 0.3s ease-in;
  text-align: center;
}

.analytics__button:hover {
  background-color: var(--main-green);
  border-color: var(--main-green);
  color: #fff;
}

.news__content {
  display: flex;
  margin-top: 4.75rem;
  flex-wrap: wrap;
}

.news__button {
  margin-top: 4.8125rem;
}

.news__more {
  width: 32%;
  height: 32rem;
  background: linear-gradient(0deg, rgba(34, 43, 69, 0.96) -14.52%, rgba(57, 173, 70, 0) 198.45%);
  border-radius: 12px;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.news__more span {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.42;
  color: #f2f2f2;
}

.news__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.pagination {
  display: flex;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 7.125rem;
  border: none;
}

.pagination__button {
  width: 2.625rem;
  height: 2.625rem;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  font-size: 1rem;
  line-height: 1.87;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s ease-in;
  margin-right: 0.9375rem;
  position: relative;
}

.pagination__button:first-child::before,
.pagination__button:first-child::after,
.pagination__button:last-child::before,
.pagination__button:last-child::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #bdbdbd;
  position: absolute;
  top: 45%;
  left: 50%;
}

.pagination__button:first-child::before {
  transform: translateX(-50%) rotate(45deg);
  top: 60%;
}

.pagination__button:first-child::after {
  transform: translateX(-50%) rotate(-45deg);
}

.pagination__button:last-child::before {
  transform: translateX(-50%) rotate(45deg);
}

.pagination__button:last-child::after {
  transform: translateX(-50%) rotate(-45deg);
  top: 60%;
}

.pagination__button:hover,
.pagination__button:focus {
  background-color: var(--main-green);
  color: #fff;
  border-color: var(--main-green);
}

.pagination__button:hover:first-child::before,
.pagination__button:hover:first-child::after,
.pagination__button:hover:last-child::before,
.pagination__button:hover:last-child::after,
.pagination__button:focus:first-child::before,
.pagination__button:focus:first-child::after,
.pagination__button:focus:last-child::before,
.pagination__button:focus:last-child::after {
  background-color: #fff;
}

.post:nth-child(2),
.post:nth-child(3) {
  order: -1;
}

.post:nth-child(2),
.post:nth-child(3) {
  margin: 0 2% 5.0625rem 0;
}

.company {
  display: flex;
}

.company img {
  width: 3.75rem;
  height: 3.75rem;
}

.company__title {
  margin-left: 0.3125rem;
  max-width: 9.5625rem;
  font-size: 1.125rem;
  line-height: 1.19;
  letter-spacing: -0.0938rem;
  color: var(--light-gray);
}

@media (max-width: 768px) {
  .post:nth-child(3n+2) {
    margin: 0;
  }

  .post {
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }

  .post + .post {
    margin-top: 3.125rem;
  }

  .post__wrapper {
    height: 80vw;
  }

  .post__title {
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .post__category {
    margin: 0.625rem 0 0 0.625rem;
  }

  .post__number,
  .post__date {
    font-size: 0.75rem;
    line-height: 1.4375rem;
  }

  .title {
    padding: 1.375rem 0 1.625rem;
  }

  .title h2 {
    font-size: 2rem;
    line-height: 1.37;
  }

  .analytics__buttons {
    display: block;
    margin-top: 2rem;
  }

  .analytics__button {
    width: 100%;
  }

  .analytics__button + .analytics__button {
    margin-top: 1rem;
  }

  .news__content {
    margin-top: 3.4375rem;
    margin-bottom: 6.25rem;
  }

  .news__more {
    width: 100%;
    height: 90vw;
    margin-bottom: 3.375rem;
  }

  .post__wrapper {
    height: 60vw;
  }

  .post:nth-child(2),
  .post:nth-child(3) {
    order: 0;
    margin: 0;
  }

  .post + .post {
    margin-top: 2.5rem;
  }

  .post__views {
    display: none;
  }

  .post__title {
    padding-bottom: 0;
    border-bottom: none;
  }

  .pagination {
    display: none;
  }
}
/* End */
/* /local/templates/leaugue/assets/css/analytics_materials.css?17004823907041 */
