

/* Start:/local/templates/2019/components/bitrix/news/trainings/style.css?1734693819235*/
.training-online {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  background: rgba(236, 130, 19, 0.1);
  font-size: 12px;
  line-height: 14px;
  color: #ec8213;
  border-radius: 16px;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/menu/trainings/style.css?1734693819263*/
.tabs.tabs--menu {
  margin-bottom: 40px;
  border-bottom: 1px solid #2e3d8c;
}
.tabs.tabs--menu .tabs__title {
  text-decoration: none;
}
@media only screen and (max-width: 549px) {
  .tabs.tabs--menu .tabs__title {
    width: 50%;
    text-align: center;
  }
}

/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1566841352666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984*/
.pager {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  .pager {
    margin-top: 30px;
  }
}
.pager__next {
  margin-bottom: 50px;
}
@media only screen and (max-width: 549px) {
  .pager__next {
    margin-bottom: 40px;
  }
}
.pager .preloader:before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(1693%) hue-rotate(216deg) brightness(92%) contrast(87%);
}
.pager .loader--active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}
.content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding-top: 1px;
  border-right: none;
  font-size: 16px;
  line-height: 35px;
  color: #565655;
  text-align: center;
  transition: all 0.1s ease-out;
  text-decoration: none;
  margin: 0 4px;
}
@media only screen and (max-width: 549px) {
  .content .paging__item {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
  text-decoration: underline;
  color: #2e3d8c;
}
.content .paging__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.content .paging__item--arr {
  color: #b1b2b3;
  border: 1px solid #b1b2b3;
}
@media only screen and (max-width: 549px) {
  .content .paging__item--arr {
    display: none;
  }
}
html:not(.bx-touch) .content .paging__item--arr:hover, .bx-touch .content .paging__item--arr:active {
  color: #2e3d8c;
  border-color: #2e3d8c;
}
.content .paging__item--active {
  background-color: #f7f7f7;
}
html:not(.bx-touch) .content .paging__item--active:hover, .bx-touch .content .paging__item--active:active {
  text-decoration: none;
  pointer-events: none;
  color: #565655;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news/trainings/bitrix/news.list/.default/style.css?17346938191999*/
.trainings .trainings-data {
  margin-bottom: 20px;
}
.trainings__section {
  margin-bottom: 60px;
}

.trainings-list {
  margin: -20px 0;
}
.trainings-list__item {
  margin: 20px 0;
}

.trainings-data {
  display: inline-flex;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #565655;
}
.trainings-data__day {
  color: #878687;
}
.trainings-data__week + .trainings-data__day {
  margin-left: 6px;
}

.training-item {
  background: #f7f7f7;
  display: flex;
  padding: 20px;
}
@media only screen and (max-width: 1023px) {
  .training-item {
    padding: 15px;
    display: block;
  }
}
.training-item__info {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .training-item__info {
    margin-bottom: 20px;
  }
}
.training-item__time {
  font-size: 14px;
  line-height: 24px;
  color: #878687;
  padding-right: 40px;
}
@media only screen and (max-width: 1023px) {
  .training-item__time {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
.training-item__name {
  display: block;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  text-decoration: none;
  color: #565655;
  margin-bottom: 10px;
}
html:not(.bx-touch) .training-item__name:hover, .bx-touch .training-item__name:active {
  text-decoration: underline;
}
.training-item__address {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #878687;
}
.training-item__address + .training-item__route {
  margin-top: 14px;
}
.training-item__route {
  display: inline-flex;
  font-size: 14px;
  color: #2e3d8c;
  text-decoration: none;
}
html:not(.bx-touch) .training-item__route:hover span, .bx-touch .training-item__route:active span {
  text-decoration: underline;
}
.training-item__route .icon + span {
  margin-left: 8px;
}
.training-item__btn {
  padding-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .training-item__btn {
    padding-left: 0;
  }
}
@media only screen and (max-width: 549px) {
  .training-item__btn .btn {
    width: 100%;
  }
}

/* End */


/* Start:/local/components/teamprofi/banners/templates/.default/style.css?17346938191484*/
.catalog-list__filter .banners {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .catalog-list__filter .banners {
    margin-top: 30px;
  }
}
.map-wr ~ .banners {
  margin-top: 32px;
}
.map-text + .banners {
  margin-top: 12px;
}
.banners + .blog-wrap, .banners + .catalog-list-wrap, .banners + .catalog-list-head {
  margin-top: 30px;
}
.catalog-list-wrap .banners {
  margin-bottom: 40px;
}
.banners:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
}

.banners-gallery .banners__item {
  min-height: 85px;
}
.map-wr ~ .banners-gallery {
  margin-top: 32px;
}
.map-text + .banners-gallery {
  margin-top: 12px;
}
.banners-gallery.carousel-grid .swiper-container {
  margin: 0;
  width: 100%;
}
.banners-gallery.carousel-grid .swiper-container:after, .banners-gallery.carousel-grid .swiper-container:before {
  content: none;
}
.banners-gallery .swiper-button-next.swiper-button-area, .banners-gallery .swiper-button-prev.swiper-button-area {
  height: calc(100% - 30px);
}
.banners-gallery .swiper-button-next.swiper-button-area {
  right: -75px;
}
.banners-gallery .swiper-button-prev.swiper-button-area {
  left: -75px;
}
.banners-gallery.carousel-grid .swiper-button-next .icon, .banners-gallery.carousel-grid .swiper-button-prev .icon {
  font-size: 26px;
}
.banners-gallery .swiper-pagination {
  height: 30px;
  text-align: center;
  padding-top: 15px;
}
.banners-gallery .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* End */
/* /local/templates/2019/components/bitrix/news/trainings/style.css?1734693819235 */
/* /local/templates/2019/components/bitrix/menu/trainings/style.css?1734693819263 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1566841352666 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/templates/2019/components/bitrix/news/trainings/bitrix/news.list/.default/style.css?17346938191999 */
/* /local/components/teamprofi/banners/templates/.default/style.css?17346938191484 */
