

/* Start:/local/templates/templ_main/sections_inc/uplineTabs.css?16874225631043*/
.upline-tabs .tabs {
  background-color: #F6F6F6;
}
.upline-tabs .tabs__list {
  border-bottom: solid 3px transparent;
}
.upline-tabs .tabs__list_type_mobile {
  display: none;
}
.upline-tabs .tabs__item {
  margin-right: 70px;
  padding: 28px 0 24px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.upline-tabs .tabs__item.active {
  font-weight: 600;
  color: #000;
}
.upline-tabs .tabs__item::after {
  bottom: -3px;
  height: 3px;
  background-color: #FFBF3E;
}
@media screen and (max-width: 600px) {
  .upline-tabs .tabs__list {
    display: none;
  }
  .upline-tabs .tabs__list_type_mobile {
    display: block;
    margin-top: 19px;
  }
  .upline-tabs .tabs__items {
    display: grid;
    grid-gap: 10px;
    margin-top: 10px;
    padding-left: 15px;
  }
  .upline-tabs .tabs__item {
    margin: 0;
    padding: 0;
    font-weight: 450;
    font-size: 13px;
  }
  .upline-tabs .tabs__item.active {
    font-weight: 600;
  }
  .upline-tabs .tabs__item::after {
    content: none;
  }
}/*# sourceMappingURL=uplineTabs.css.map */
/* End */


/* Start:/local/templates/templ_main/sections_inc/news.css?16905322263646*/
.news {
  padding: 0 0 50px 0;
}
.news__head {
  margin: 60px 0;
  position: relative;
  z-index: 1;
}
.news__switcher {
  padding: 0 240px 0 0;
  font-size: 40px;
}
.news__switcherTitle {
  font-weight: 600;
  display: inline-block;
  font-size: 40px;
  margin: 0 11px 0 0;
}
.news__switcherPeriod {
  font-weight: 600;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.news__switcherCurrent {
  padding: 0 35px 0 0;
  color: #007DDC;
  transition: color 0.2s ease-out;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.news__switcherCurrent::after {
  content: " ";
  top: 50%;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 4px solid;
  border-right: 4px solid;
  margin: -7px 0;
  position: absolute;
  transition: transform 0.15s ease-out;
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: translate3d(0, 0, 0) rotate(135deg);
  z-index: 1;
}
.news__switcherCurrent:hover {
  color: var(--mainColor);
}
.news__switcherList {
  top: 110%;
  left: 0;
  background: var(--primaryColor);
  border-radius: 5px;
  box-shadow: 2px 3px 10px rgba(17, 18, 19, 0.3);
  overflow: hidden;
  position: absolute;
  display: none;
  z-index: 2;
}
.news__switcherItem {
  width: 100%;
  padding: 12px 14px;
  font-size: 20px;
  font-weight: 400;
  border: 0;
  border-bottom: solid 1px var(--primaryColor-200);
  text-decoration: none;
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
.news__switcherItem:last-child {
  border: 0;
}
.news__switcherItem:hover:not(.news__switcherItem--active) {
  background-color: var(--primaryColor-100);
}
.news__switcherItem--active {
  color: var(--primaryColor);
  background-color: #007DDC;
}
.news__switcher #changePeriod:checked ~ .news__switcherList {
  display: block;
}
.news__switcher #changePeriod:checked ~ .news__switcherCurrent::after {
  margin: 0;
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
}
.news__social {
  margin: -36px -15px 0 0;
  position: relative;
  float: right;
  z-index: 1;
}
.news__content {
  padding: 20px 0 0 0;
  overflow: hidden;
}
.news__list {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  position: relative;
  transition: opacity 0.1s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media (min-width: 768px) {
  .news__list::after {
    content: "";
    flex: auto;
  }
}
@media (max-width: 768px) {
  .news__switcher {
    padding: 0;
    font-size: 30px;
  }
  .news__switcherCurrent {
    padding: 0 25px 0 0;
  }
  .news__switcherCurrent::after {
    right: 0;
    width: 8px;
    height: 8px;
    margin: -6px 0;
  }
  .news__switcher #changePeriod:checked ~ .news__switcherCurrent::after {
    margin: 2px 0;
  }
  .news__social {
    width: 100%;
    margin: 25px 0 0 0;
    float: none;
  }
}
@media (max-width: 425px) {
  .news__head {
    margin: 30px 0;
  }
  .news__switcher {
    padding: 0;
    font-size: 24px;
  }
  .news__switcherCurrent::after {
    border-top: 3px solid;
    border-right: 3px solid;
  }
}
@media (min-width: 1024px) {
  .news__head {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.15s;
    animation-name: slideUp;
  }
  .news__content {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.25s;
    animation-name: slideUp;
  }
}

/*# sourceMappingURL=news.css.map */

/* End */


/* Start:/local/templates/templ_main/sections_inc/tabs.css?16874225631900*/
.tabs {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
  display: inline-block;
}
.tabs__list {
  width: 100%;
  border-bottom: solid 2px var(--primaryColor-200);
  list-style: none;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}
.tabs__item {
  margin-right: 25px;
  padding: 15px 0;
  border: 0;
  color: var(--primaryColor-500);
  transition: color 0.2s ease-out;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs__item:active {
  transform: translateY(2px);
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item::after {
  content: "";
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--mainColor-200);
  transition: width 0.25s ease-out;
  position: absolute;
  display: block;
}
.tabs__item.active {
  color: var(--mainColor);
  pointer-events: none;
}
.tabs__item.active::after {
  width: 100%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}
.tabs__item:hover:not(.tabs__item--active) {
  color: var(--primaryColor-900);
}
.tabs__item:hover:not(.tabs__item--active)::after {
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .tabs {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
}/*# sourceMappingURL=tabs.css.map */
/* End */


/* Start:/local/templates/templ_main/sections_inc/pag.css?1687422563733*/
.pag {
  margin: 20px 0 0 0;
}
.pag__list {
  vertical-align: top;
  display: inline-block;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
.pag__item {
  margin: 0 3px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.pag__item:hover, .pag__item--active {
  border-bottom-color: var(--primaryColor-500);
}
.pag__item--next, .pag__item--prev {
  font-size: 22px;
}
.pag__link {
  padding: 0 16px;
  line-height: 34px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  display: inline-block;
}/*# sourceMappingURL=pag.css.map */
/* End */


/* Start:/local/templates/templ_main/sections_inc/social.css?1687422563609*/
.social {
  vertical-align: top;
  display: inline-block;
}
.social__link {
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-right: 15px;
  transition: opacity 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.social__link--floatRight {
  margin-right: 0;
  margin-left: 15px;
}
.social__link:hover {
  opacity: 0.6;
}
.social__link:active {
  transform: translateY(2px);
}

@media (min-width: 1024px) {
  /*
  .social {
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-delay: 0.25s;
    animation-name: fadeIn;
  }
  */
}/*# sourceMappingURL=social.css.map */
/* End */


/* Start:/local/templates/templ_main/components/bitrix/system.pagenavigation/tesser_main/style.css?170799938581*/
	@media (max-width: 515px) {
		.pag__list .item__long {
			display: none;
		}
	}

/* End */
/* /local/templates/templ_main/sections_inc/uplineTabs.css?16874225631043 */
/* /local/templates/templ_main/sections_inc/news.css?16905322263646 */
/* /local/templates/templ_main/sections_inc/tabs.css?16874225631900 */
/* /local/templates/templ_main/sections_inc/pag.css?1687422563733 */
/* /local/templates/templ_main/sections_inc/social.css?1687422563609 */
/* /local/templates/templ_main/components/bitrix/system.pagenavigation/tesser_main/style.css?170799938581 */
