/* APP VARIABLES */
.author {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all ease 0.5s;
}
.author p,
.author a {
  font-family: "muli", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1C1C1C;
  margin: 0;
}
.author__avatar {
  flex: 0 0 100px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .author__avatar {
    flex: 0 0 75px;
  }
}
.author__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.author__info {
  height: 100%;
  padding: 10px 0;
  flex: 0 0 calc(100% - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.author__info__name {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 2rem !important;
  letter-spacing: 0.04rem !important;
  color: #4D4D4D;
  margin-bottom: 15px !important;
  margin-top: 30px !important;
}
.author__info__name .role {
  font-weight: 300;
}
.author__info__position {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  color: #6F6F6F;
}
.author__info__entity {
  font-family: "Muli", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
  color: #4D4D4D;
  transition: all ease 0.3s;
}
.author__info__entity:hover, .author__info__entity:focus {
  color: #EA3731;
}
@media screen and (max-width: 575px) {
  .author__info {
    flex: 0 0 40%;
  }
  .author__info .profile__info__name,
.author__info .profile__info__entity {
    font-size: 1.6rem;
  }
  .author__info .profile__info__position,
.author__info p,
.author__info a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  .author {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .author__avatar {
    margin: 0;
  }
  .author__info__name {
    margin-top: 0;
  }
}

.ugt .article-page {
  background-color: #fff;
  z-index: 1;
}
.ugt .article-page.is-mobile main {
  margin-top: 0;
}
.ugt .article-page.is-mobile main > section:first-child {
  padding-top: 50px;
}
@media screen and (max-width: 1199px) {
  .ugt .article-page .ugt__nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ugt .article-page .ugt__nav__mobile {
    display: flex;
  }
}
.ugt .article-page main {
  position: relative;
  margin-top: 75px;
}
.ugt .article-page main ul:not(.pagination__list) {
  list-style: none;
  padding-left: 4.5rem;
}
.ugt .article-page main ul:not(.pagination__list) li {
  position: relative;
  font-size: 2rem;
  color: #4D4D4D;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .ugt .article-page main ul:not(.pagination__list) li {
    font-size: 1.6rem;
  }
}
.ugt .article-page main ul:not(.pagination__list) li::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 1.4rem;
  width: 20px;
  height: 2px;
  background-color: #EA3731;
}
.ugt .article-page main ul:not(.pagination__list).style-reset {
  padding-left: 0;
}
.ugt .article-page main ul:not(.pagination__list).style-reset li {
  position: relative;
}
.ugt .article-page main ul:not(.pagination__list).style-reset li::before {
  display: none;
}
@media screen and (max-width: 575px) {
  .ugt .article-page main {
    margin-top: 50px;
  }
}
.ugt .article-page header .nav-item:not(.nav-block):not(.is-logo)::after {
  background-color: #EA3731;
}
.ugt .article-page header .navbar-menu .nav-item.active .nav-link {
  color: #EA3731;
}
.ugt .article-page header .has-submenu .sub-item.active .nav-link {
  color: #EA3731;
}
@media screen and (max-width: 1750px) {
  .ugt .article-page footer .block__logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .ugt .article-page footer .block__widget {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ugt .article-page section {
  padding-left: 15px;
  padding-right: 15px;
}
.ugt .article-page section.background {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 475px;
  z-index: 1;
  padding: 0;
}
.ugt .article-page section.background::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.ugt .article-page section.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ugt .article-page section.title {
  position: relative;
  z-index: 2;
}
.ugt .article-page section.title h1 {
  color: #fff;
  font-family: "muli", sans-serif;
  font-size: 6.8rem;
  line-height: 7.2rem;
  font-weight: 900;
}
@media screen and (max-width: 575px) {
  .ugt .article-page section.title {
    text-align: center;
  }
  .ugt .article-page section.title h1 {
    font-size: 5rem;
    line-height: 5.2rem;
  }
}
.ugt .article-page section.content {
  position: relative;
  z-index: 3;
  background: #fff;
}
.ugt .article-page article .article-title h1 {
  font-family: "muli", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 6.2rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .article-page article .article-title h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.ugt .article-page article .article-body {
  margin-bottom: 60px;
}
.ugt .article-page article .article-body h2 {
  font-family: "muli", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 6.2rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .article-page article .article-body h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.ugt .article-page article .article-body h3 {
  font-family: "muli", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 4.8rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .article-page article .article-body h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.ugt .article-page article .article-body h4 {
  font-family: "muli", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 3.6rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .article-page article .article-body h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.ugt .article-page article .article-body p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 300;
  color: #4D4D4D;
}
.ugt .article-page article .article-body blockquote {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-family: "muli", sans-serif;
  color: #4D4D4D;
  padding-left: 120px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .article-page article .article-body blockquote {
    padding-left: 15px;
  }
}
.ugt .article-page article img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ugt .article-page article .author {
  left: -150px;
}
@media screen and (max-width: 991px) {
  .ugt .article-page article .author {
    left: 0;
  }
}
.ugt .article-page .has-gallery-fixed .gallery__slideshow {
  position: relative;
  z-index: 1;
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 800px;
}
.ugt .article-page .has-gallery-fixed .gallery__slideshow__wrapper {
  position: fixed;
  top: calc(90px + 75px);
  width: calc(50% - 30px);
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .ugt .article-page .has-gallery-fixed .gallery__slideshow__wrapper {
    width: calc(66.666667% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .ugt .article-page .has-gallery-fixed .gallery__slideshow {
    min-height: auto;
  }
  .ugt .article-page .has-gallery-fixed .gallery__slideshow__wrapper {
    position: relative;
    top: 0;
    width: 100%;
  }
  .ugt .article-page .has-gallery-fixed .gallery__slideshow .slider-nav {
    display: none;
  }
}
.ugt .article-page .has-gallery-fixed .content {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.ugt .article-page .profile__info__name p {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04rem;
  color: #4D4D4D;
}
.ugt .article-page .profile__info__name p:first-child {
  margin-bottom: 10px;
  margin-top: 30px;
}