

/* Start:/bitrix/templates/tu_new/css/events_archive.css?15967921424046*/
.content .wrapper .two_col_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content .wrapper .two_col_wrap .left {
  margin-right: 15px;
  max-width: 1050px;
  width: calc(75% - 15px);
}

.content .wrapper .two_col_wrap .right {
  margin-left: 15px;
  max-width: 330px;
  width: calc(25% - 15px);
}

.events-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 40px -15px;
}

.event {
  position: relative;
  display: block;
  width: calc(25% - 30px);
  margin: 15px;
  padding: 0;
  box-shadow: 0 5px 17px 3px rgba(0,0,0,0.1);
  background: #eee;
  transition: box-shadow 0.3s;
}
.event:hover {
  box-shadow: 0 5px 17px 3px rgba(0,0,0,0.25);
}

.event__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event__info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  font-family: "Ubuntu",sans-serif;
  text-shadow: 0 2px 10px rgba(0,0,0,0.7);
  font-weight: 700;
  background: -webkit-linear-gradient(top, transparent 30%, rgba(66,66,66,0.9) 100%);
  background: linear-gradient(to bottom, transparent 30%, rgba(66,66,66,0.9) 100%);
}

.event__head {
  color: #fff;
  font-size: 18px;
}

.event__head:after {
  content: '';
  display: block;
  width: 78px;
  height: 2px;
  margin: 10px 10px 10px 0;
  background: #fff;
}

.event__date {
  color: #efecec;
  font-size: 16px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 20px 0 10px 0;
  padding: 0 15px;
}

.pagination__num {
  height: 30px;
  padding: 0 11px;
  text-align: center;
  line-height: 30px;
  color: #75808d;
  font-family: "OpenSans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.3s;
}
.pagination__num:not(.pagination__num_active):hover,.pagination__arr:hover {
  background: #fafafa;
}

.pagination__num_active {
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
  border-radius: 2px;
  background: #fff;
  cursor: default;
}

.pagination__arr {
  height: 30px;
  padding: 0 11px;
  text-align: center;
  line-height: 30px;
  color: #75808d;
  cursor: pointer;
  transition: background 0.3s;
}

.pagination__arrSvg {
  width: 10px;
  height: 16px;
  vertical-align: middle;
  fill: none;
  stroke: #75808d;
}

.two_col_wrap .right {
  max-width: 330px;
  width: 100%;
  margin-left: 15px;
}

.two_col_wrap .right .b_images {
  text-align: center;
  margin-bottom: 30px;
}

.two_col_wrap .right .b_images a img {
  display: block;
  width: 100%;
}

.two_col_wrap .right .vk {
  text-align: center;
  margin-bottom: 30px;
}

.two_col_wrap .right .vk a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1270px) {
  .event {
    width: calc(33% - 30px);
  }
}

@media screen and (max-width: 1070px) {
  .content .wrapper .two_col_wrap .left {
    width: calc(66.66% - 15px);
  }

  .content .wrapper .two_col_wrap .right {
    width: calc(33.33% - 15px);
  }
}

@media screen and (max-width: 980px) {
  .event {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 890px) {
  .content .wrapper .two_col_wrap .left {
    width: 100%;
  }

  .content .wrapper .two_col_wrap .right {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .event {
    width: calc(100% - 30px);
  }
}
/* End */
/* /bitrix/templates/tu_new/css/events_archive.css?15967921424046 */
