

/* Start:/local/templates/main/components/bitrix/news.list/main_main_category/style.css?17463775161439*/
.sport-categories {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 20px;
}

.sport-category {
  flex: 0 0 calc(50% - 20px);
  margin: 10px;
  box-sizing: border-box;
}

.sport-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

.sport-item {
  overflow: hidden;
  background-color: #f5f5f5;
  transition: box-shadow 0.3s ease;
  height: 220px;
  position: relative;
}

.sport-item:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sport-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  color: #1a1a1a;
  z-index: 2;
}

.sport-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}

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

@media (min-width: 768px) {
  .sport-category {
    flex: 0 0 calc(33.333% - 20px);
  }}
@media (max-width: 768px){
.sport-item {
    height: 160px;
  }
  .sport-title {
    font-size: 14px;
    color: #ffffff;
  }
  .sport-categories {
    gap: 10px;
    margin: 0 0 15px 0;}
  .sport-category {
    flex: 0 0 calc(50% - 5px);
    margin: 0px;}
  .sport-image{
    background: black;
  }
  .sport-image img {
    opacity: 0.7;
  }
}

@media (min-width: 1200px) {
  .sport-category {
    flex: 0 0 calc(25% - 20px);
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/main_cases/style.css?17460480182648*/
.text_page .section_title {
  padding-left: 265px;
}
.title-cases {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cases-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.cases-list.main .cases-list_item {
  flex: 1 1 30%;
  /*position: relative;*/
  /*max-width: 400px;*/
  /*overflow: hidden;*/
  /*display: flex;*/
  /*justify-content: center;*/
}
/*.cases-list::after {*/
/*  content: "";*/
/*  flex: 1 1 370px;*/
/*  max-width: 400px;*/
/*}*/
.cases-list__title-block {
  background-color: #111427;
  padding: 16px 30px 16px 25px;
  min-height: 100px;
}
.cases-list_title {
  font-size: 16px;
  color: white;
}
.cases-list_object {
  color: #111427;
  font-size: 15px;
  display: block;
  line-height: 22px;
  text-transform: lowercase;
}
/*.cases-list_item:nth-child(even) .cases-list__title-block {*/
/*  background-color:  #111427;*/
/*}*/
/*.cases-list_item:nth-child(even) .cases-list__title-block .cases-list_object {*/
/*  color: #eace01;*/
/*}*/
.cases-list__title-block svg {
  position: absolute;
  right: 25px;
  top: calc(50% - 20px);
}
/*.cases-list_item:nth-child(even) .cases-list__title-block {*/
/*  background-image: url(/local/templates/main/components/bitrix/news.list/main_cases/img/arrow_w_40.png);*/
/*}*/
.cases-list_item img {
  height: 290px;
  object-fit: cover;
}
.cases-list_item:hover img {
  opacity: 1;
}
.cases-list.main {
  margin-bottom: 72px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cases-list.main .title {
	display: block;
    width: 100%;
    position: relative;
}
.cases-list.main .title h2 {
	margin: 0;
}
/*.cases-list.main .title a {*/
/*	position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    line-height: 3.87em;*/
/*}*/

@media screen and (max-width: 1024px) {
  .text_page .section_title {
    padding-left: 20px;
  }
  .cases-list_title {
    margin-bottom: 0;
  }
  .cases-list.main {
    flex-direction: column;
  }
  .cases-list_item img {
    width: 100%;
  }
  .cases-list.main .cases-list_item {
    flex: 1 1 100%;}
  .cases-list__title-block {
    min-height: auto;
  }
  .cases-list_item img {
    height: 240px;
  }
  /*.cases-list_item .cases-list__title-block {*/
  /*  background-image: url(/local/templates/main/components/bitrix/news.list/main_cases/img/arrow_b_36.png);*/
  /*  bottom: 20px;*/
  /*}*/
  /*.cases-list_item:nth-child(even) .cases-list__title-block {*/
  /*  background-image: url(/local/templates/main/components/bitrix/news.list/main_cases/img/arrow_w_36.png);*/
  /*}  */
}
@media screen and (max-width: 440px) {
  /*.cases-list_item {*/
  /*  max-height: 61vw;*/
  /*}*/
}
@media screen and (max-width: 350px) {
  .cases-list_item .cases-list__title-block {
    padding: 16px 60px 16px 18px;
    background-position: calc(100% - 18px) center;
  }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/main_main_category/style.css?17463775161439 */
/* /local/templates/main/components/bitrix/news.list/main_cases/style.css?17460480182648 */
