

/* Start:/local/templates/templ_main/sections_inc/article.css?17228618567217*/
.article {
  width: 100%;
  padding: 0 0 30px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  word-break: break-word;
}
.article__colLeft {
  width: 30%;
  vertical-align: top;
  display: inline-block;
}
.article__colRight {
  width: 70%;
  padding: 0 0 0 75px;
  vertical-align: top;
  display: inline-block;
}
.article__colRight img {
  max-width: 100%;
  margin: 30px 0;
  border-style: none;
  vertical-align: top;
  display: inline-block;
}
.article__colRight blockquote {
  color: rgba(0, 0, 0, 0.5);
  padding-left: 1.5em;
  border-left: 5px solid rgba(0, 0, 0, 0.1);
}
.article__colRight table th {
  border: 1px solid black;
  padding: 10px;
}
.article__category {
  padding: 0 0 10px 0;
  color: var(--primaryColor-500);
}
.article__caption {
  margin: 0;
  padding-right: 10%;
  font-size: 38px;
}
.article__date {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.article__head {
  width: 100%;
  margin: 20px 0;
  vertical-align: top;
  display: inline-block;
}
.article__body {
  width: 100%;
  margin-top: 50px;
  vertical-align: top;
  display: inline-block;
}
.article__thumbnail,
.article__video,
.article__slider {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.article__video {
  height: calc(64vw* 9 / 16);
  text-align: center;
}
.article__video iframe {
  width: 80%;
  height: 100%;
}
.article__slider {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
.article__slider .gallery {
  width: calc(100% - 72px);
}
.article__slider button {
  border: none!important;
}
@media (max-width: 599px) {
  .article__slider .gallery {
    width: 100%;
  }
  .article__slider button {
    display: none!important;
  }
}
.article__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
}
.article__bar {
  padding-bottom: 20px;
}
.article__snippet {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 20px 0;
  font-size: 14px;
  border-top: solid 2px var(--primaryColor-250);
  vertical-align: top;
  display: inline-block;
}
@media (max-width: 769px) {
  .article__snippet {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.article__snippetSubtitle {
  width: 100%;
  margin: 0 0 20px 0;
  color: var(--primaryColor-500);
  vertical-align: top;
  display: inline-block;
}
.article__snippetTitle {
  font-size: 18px;
  line-height: 1.4;
}
.article__nav {
  width: 50%;
  margin: 20px 0 0 0;
  padding: 10px 0;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.article__nav::before {
  content: "";
  top: 22px;
  width: 0;
  height: 2px;
  transition: width 0.35s ease-out, background-color 0.3s ease-out;
  background-color: var(--primaryColor);
  position: absolute;
  display: block;
}
.article__nav:hover::before {
  width: 50%;
}
.article__nav--left::before {
  left: 4px;
}
.article__nav--left:hover::before {
  background-color: var(--primaryColor-900);
}
.article__nav--right {
  text-align: right;
}
.article__nav--right::before {
  right: 4px;
}
.article__nav--right:hover::before {
  background-color: var(--primaryColor-900);
}
.article__introduction {
  padding: 0 0 40px 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--mainColor);
}
.article__frame_video {
  width: 100%;
  height: 400px;
}
.article ul:not([class]) {
  padding-left: 20px;
  list-style: circle;
  line-height: 1.6;
}
.article ol:not([class]) {
  padding-left: 20px;
}
.article a:not([class]) {
  color: #007DDC;
  text-decoration: none;
  border: 0;
  border-bottom: solid 1px #007DDC;
  transition: border-bottom-color 0.2s ease-out;
  z-index: 1;
}
.article a:not([class]):hover {
  color: #014681;
  border-bottom-color: #014681;
}
.article a:not([class]):active {
  transform: translate3d(0, 2px, 0);
}
.article strong a:not([class]) {
  display: inline-flex;
  margin-bottom: 30px;
  border-bottom: none;
}
.article h2:not([class]), .article__subtitle {
  margin: 30px 0;
  font-size: 24px;
}
.article__smallTitle {
  margin: 20px 0;
  font-size: 18px;
}
.article p:not([class]), .article__paragraph {
  padding: 0 0 20px 0;
  line-height: 1.4;
}
.article--separator {
  margin: 0 0 50px 0;
  padding: 0 0 50px;
  border-bottom: solid 1px var(--primaryColor-200);
}
.article__title {
  font-weight: 600;
}
.article__title--big {
  font-size: 54px;
}
.article__desc {
  padding: 40px 0 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.article__event {
  margin: 0 0 30px 0;
}
.article__eventDate {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.article__eventTime {
  font-size: 18px;
  padding: 0 0 30px 0;
}
.article__eventAddress {
  padding: 0 0 30px 0;
}

@media (max-width: 1024px) {
  .article__title--big {
    font-size: 46px;
  }
  .article__caption {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .article__title--big {
    font-size: 38px;
  }
  .article__desc {
    padding: 20px 0 0 0;
    font-size: 16px;
  }
  .article__colLeft {
    width: 100%;
  }
  .article__colRight {
    width: 100%;
    padding: 0;
  }
  .article__head {
    margin-top: 0;
  }
  .article__body {
    margin-top: 20px;
  }
  .article__introduction {
    padding: 0 0 20px 0;
  }
  .article--separator {
    margin: 5px 0 20px 0;
    padding: 0 0 20px;
  }
}
@media (max-width: 425px) {
  .article__title--big {
    font-size: 32px;
  }
  .article__frame_video {
    height: 200px;
  }
  .article__caption {
    font-size: 26px;
  }
  .article__introduction {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .article {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .article__head {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.35s;
            animation-duration: 0.35s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
  .article__body {
    -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;
  }
}
.advantages_list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advantages_list:after {
  content: " ";
  display: block;
  clear: both;
}

.advantages--element {
  width: 50%;
  display: flex;
  margin-bottom: 30px;
}

.advantages--element .item_head {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 7px;
}

.advantages--element .item_descr {
  font-size: 14px;
  line-height: 1.3;
}

.advantages--element .item_icon {
  margin-right: 20px;
}

.advantages--element .item_content {
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .advantages--element {
    width: 100%;
  }
}

/* End */
/* /local/templates/templ_main/sections_inc/article.css?17228618567217 */
