

/* Start:/local/templates/mti/components/bitrix/news.detail/direction/style.css?1720951947155*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

/* End */


/* Start:/local/templates/mti/components/bitrix/news.list/traning-sidebar/style.css?1720951947150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/category-wp/style.css?1720951984150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/mti/_/blocks/news/news.css?17209519476985*/
.news {
  padding: 80px 0 100px;
}
.news__title {
  margin-bottom: 48px;
}
.news__page {
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.news__page .news__item.--w2 {
  grid-column: 1/3;
}
.news__list {
  gap: 20px;
  grid-template-columns: 598px 1fr 1fr;
  display: grid;
}
.news__item {
  overflow: hidden;
  background: var(--white);
  border-radius: var(--border);
  transition: var(--transition);
  position: relative;
}
.news__item:hover {
  box-shadow: 0px 127px 51px rgba(168, 190, 205, 0.01), 0px 72px 43px rgba(168, 190, 205, 0.05), 0px 32px 32px rgba(168, 190, 205, 0.09), 0px 8px 17px rgba(168, 190, 205, 0.1), 0px 0px 0px rgba(168, 190, 205, 0.1);
}
.news__item:hover .news__name {
  color: var(--orange);
}


.news__item .news__name, .news__item .news__text{
  font-size: 18px;
}

.news__item .news__date{
  font-size: 14px;
}

.news__item.--w2 {
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.news__item.--w2 .news__img {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.news__item.--w2 .news__img:before, .news__item.--w2 .news__img:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
}
.news__item.--w2 .news__img:before {
  background: linear-gradient(180deg, rgba(30, 50, 77, 0) 40%, #1E324D 100%);
}
.news__item.--w2 .news__img:after {
  opacity: 0.3;
  background: var(--dark-blue);
}
.news__item.--w2 .news__info {
  padding: 20px 30px;
  margin-top: auto;
}
.news__item.--w2 .news__date {
  color: var(--white);
  font-size: 16px;
}
.news__item.--w2 .news__name {
  font-size: 20px;
  margin-bottom: 25px;
  color: var(--white);
}
.news__item.--w2 .news__text {
  font-size: 18px;
  -webkit-line-clamp: 2;
  color: var(--white);
}
.news__item.--w2:hover .news__name {
  color: var(--orange);
}
.news__img {
  height: 191px;
  border-radius: var(--border);
  overflow: hidden;
}
.news__info {
  padding: 20px;
}
.news__date {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--gray);
}
.news__name {
  margin-bottom: 5px;
  transition: var(--transition);
}
.news__text {
  line-height: 1.6;
  color: var(--gray);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news__btn {
  min-width: 192px;
  width: max-content;
  margin: 40px auto 0;
}

.news-item {
  padding: 80px 0;
}
.news-item__wrap {
  width: 100%;
  max-width: 900px;
}
.news-item__img {
  height: 450px;
  margin-bottom: 30px;
  border-radius: var(--border);
  overflow: hidden;
}
.news-item__text {
  line-height: 1.6;
}
.news-item__text h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.news-item__text p {
  margin-bottom: 20px;
}
.news-item__text p:last-child {
  margin-bottom: 0;
}
.news-item__text ul {
  flex-direction: column;
}
.news-item__text ul li {
  text-indent: 25px;
  margin-bottom: 10px;
  position: relative;
}
.news-item__text ul li:before {
  width: 5px;
  height: 5px;
  top: 10px;
  left: 5px;
  border-radius: 50%;
  background: var(--dark-blue);
  position: absolute;
  content: "";
}
.news-item__text ul li:last-child {
  margin-bottom: 0;
}
.news-item__share {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-item__share-title {
  color: var(--gray);
  margin-right: 10px;
}
.news-item__share-list {
  display: flex;
  align-items: center;
}
.news-item__share-item {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  border: 1px solid var(--gray-light);
  border-radius: var(--border);
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-item__share-item:last-of-type {
  margin-right: 0;
}
.news-item__share-item:hover {
  background: transparent;
  border-color: transparent;
}
.news-item__last {
  padding-top: 80px;
}
.news-item__last-title {
  margin-bottom: 30px;
}
.news-item__last-list {
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}

@media screen and (max-width: 1280px) {
  .news__page {
    grid-template-columns: repeat(3, 1fr);
  }
  .news__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .news__item.--w2 .news__info {
    padding: 20px;
  }
  .news__item.--w2 .news__name {
    margin-bottom: 10px;
  }
  .news__item.--w2 .news__text {
    -webkit-line-clamp: 3;
  }
  .news__item.--w2 .news__img:after {
    opacity: 0.4;
  }
  .news__text {
    font-size: 15px;
  }
  .news__text br {
    display: none;
  }

  .news-item__last-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .news {
    padding: 70px 0;
  }
  .news__page {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__page .news__item.--w2 {
    grid-column: auto;
  }
  .news__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .news__item.--w2 {
    grid-column: 1/3;
    min-height: 300px;
  }
  .news__img {
    height: 170px;
  }

  .news-item__img {
    height: 400px;
  }
  .news-item__last {
    padding-top: 70px;
  }
  .news-item__last-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .news {
    padding: 50px 0 60px;
  }
  .news__page .news__item.--w2 {
    grid-column: 1/3;
  }
  .news__title {
    margin-bottom: 30px;
  }
  .news__img {
    height: 160px;
  }
  .news__info {
    padding: 15px;
  }
  .news__text {
    font-size: 14px;
  }

  .news-item {
    padding: 70px 0;
  }
  .news-item__img {
    height: 320px;
  }
  .news-item__last {
    padding-top: 60px;
  }
}
@media screen and (max-width: 580px) {
  .news {
    padding: 40px 0 50px;
  }
  .news__page {
    grid-template-columns: 1fr;
  }
  .news__page .news__item.--w2 {
    grid-column: auto;
  }
  .news__list {
    grid-template-columns: 1fr;
  }
  .news__item.--w2 {
    min-height: auto;
    grid-column: auto;
  }
  .news__item.--w2 .news__img {
    height: 190px;
    position: relative;
  }
  .news__item.--w2 .news__img:before, .news__item.--w2 .news__img:after {
    display: none;
  }
  .news__item.--w2 .news__info {
    padding: 15px 15px 20px;
  }
  .news__item.--w2 .news__date {
    color: var(--black);
  }
  .news__item.--w2 .news__name {
    color: var(--black);
    margin-bottom: 5px;
  }
  .news__item.--w2 .news__text {
    color: var(--gray);
  }
  .news__img {
    height: 190px;
  }
  .news__info {
    padding: 15px 15px 20px;
  }
  .news__name br {
    display: none;
  }
  .news__btn {
    margin: 30px auto 0;
  }

  .news-item {
    padding: 60px 0;
  }
  .news-item__img {
    height: 280px;
  }
  .news-item__text h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .news-item__share {
    margin-top: 30px;
  }
  .news-item__share-item {
    width: 35px;
    height: 35px;
  }
  .news-item__share-item img {
    width: 20px;
    height: 100%;
  }
  .news-item__last {
    padding-top: 50px;
  }
  .news-item__last-title {
    margin-bottom: 20px;
  }
  .news-item__last-list {
    grid-template-columns: 1fr;
  }
}
/* End */


/* Start:/local/templates/mti/components/bitrix/news.list/news/style.css?1720951947150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/mti/_/blocks/partners/partners.css?17209519471408*/
.partners {
  padding: 78px 0;
}
.partners__title {
  margin-bottom: 48px;
}
.partners__text {
  gap: 20px;
  grid-template-columns: 392px 804px;
  margin-top: -5px;
  margin-bottom: 40px;
  line-height: 1.6;
  display: grid;
}
.partners__main {
  position: relative;
}
.partners__slider {
  max-width: 1010px;
  margin: 0 auto;
}
.partners__item {
  height: 120px;
  border: 1px solid var(--gray-light);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1280px) {
  .partners__text {
    margin-top: -10px;
    grid-template-columns: 1fr;
  }
  .partners__slider {
    max-width: 820px;
  }
}
@media screen and (max-width: 991px) {
  .partners {
    padding: 70px 0;
  }
  .partners__slider {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .partners {
    padding: 50px 0 60px;
  }
  .partners__title {
    margin-bottom: 40px;
  }
  .partners__slider {
    max-width: 420px;
  }
}
@media screen and (max-width: 580px) {
  .partners {
    padding: 40px 0 50px;
  }
  .partners__main {
    position: unset;
  }
  .partners__slider {
    position: unset;
  }
  .partners__arrows {
    top: 12px;
    right: 10px;
    width: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
  }
  .partners__arrow {
    position: relative;
  }
}
/* End */


/* Start:/local/templates/mti/components/bitrix/news.list/partners/style.css?1720951947150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/mti/components/bitrix/news.detail/direction/style.css?1720951947155 */
/* /local/templates/mti/components/bitrix/news.list/traning-sidebar/style.css?1720951947150 */
/* /bitrix/templates/.default/components/bitrix/news.list/category-wp/style.css?1720951984150 */
/* /local/templates/mti/_/blocks/news/news.css?17209519476985 */
/* /local/templates/mti/components/bitrix/news.list/news/style.css?1720951947150 */
/* /local/templates/mti/_/blocks/partners/partners.css?17209519471408 */
/* /local/templates/mti/components/bitrix/news.list/partners/style.css?1720951947150 */
