/*==============RESET===================*/

:root {
  --white: #ffffff;
  --red: #e11229;
  --link-color: #e11229;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #313131;
  /*--link-hover-color: ;
  --title-color: #141414;
  --text-color: #141414;
  --label-color: #a1a1a1;
  --header-add-color: #545658;
  --decor-element-color: #8a8c8e;
  --image-color: #f6f6f6;
  --sections-margin-bottom: 1.5rem;  
  --sections-max-width: 36.25rem;
  --titles-margin: 2.5rem 0 1.5rem;
  --text-size: 1rem;
  --title-size: 2rem;
  --common-text-margin: 1rem 0;
  --font: ;
  --additional-font: ;
  */
}

img {
  border: 0;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
}

label,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*=========MAIN-CONTENT===========*/

#un-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 320px);
  flex: 0 0 calc(100% - 320px);
  width: calc(100% - 320px);
  margin-bottom: 2em;
}

#un-content:after {
  content: '';
  display: table;
  clear: both;
}

@media (max-width: 740px) {
  #un-content {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0 !important;
  }
}

/*==============HEADER==============*/

/* .un-header {
} */

.un-header__image {
  width: 100%;
  height: 0;
  padding-bottom: 68.66667%;
}
@media (max-width: 940px) {
  .un-header__image {
    margin-bottom: 1.25rem;
    padding: 0;
    height: auto;
  }
}

.un-header__image-wrapper {
  position: relative;
  background: #fefefe;
}

@media (max-width: 940px) {
  .un-header__image-wrapper {
    padding-bottom: 66.66667%;
    overflow: hidden;
  }
}

@media (max-width: 740px) {
  .un-header__image-wrapper {
    margin: 0 -10px;
  }
}

.un-header-image__img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 940px) {
  .un-header-image__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.un-header-image__caption {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: auto;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.7);
  padding: 0.25rem 0.375rem;
}

@media (max-width: 940px) {
  .un-header-image__caption {
    top: auto;
    bottom: 5px;
  }
}

@media (max-width: mobile) {
  .un-header-image__caption {
    bottom: 5px;
    left: 5px;
  }
}

.un-header__info {
  font-size: 0.875rem;
  position: relative;
  background: #fff;
  padding: 0.625em 0.625em 0;
  margin: -3.75rem 1.25rem 0;
}

@media (max-width: 940px) {
  #un-content .un-header__info {
    padding: 0;
    margin: 0;
  }
}

.un-header__title {
  color: #222;
  font-size: 2rem;
  line-height: 1.2em;
  margin: 0 0 1.4rem;
}
@media (max-width: 940px) {
  .un-header__title {
    font-size: 1.625em;
    line-height: 1.3em;
  }
}
@media (max-width: 740px) {
  .un-header__title {
    font-size: 1.375em;
  }
}

.un-header__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  text-transform: uppercase;
  gap: 4px;
  margin-bottom: 1.25em;
  color: #555;
}
.un-header__info-wrapper span,
.un-header__info-wrapper time {
  text-transform: none;
}
.un-header__info-wrapper .un-header__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un-header__info-wrapper .un-header__author span {
  text-transform: capitalize;
}
.un-header__info-wrapper .un-header__author a {
  color: #de0101;
}
@media (max-width: 940px) {
  .un-header__info-wrapper {
    margin-bottom: 0.9375rem;
  }
}

/*
.un-header__author-info {
}

.un-header__category {
}

.un-header__category-name {
}

.un-header__date-icon {
}

.un-header__date-icon svg {
}

.un-header__date-update {
} 

.un-header__excerpt {
}

.un-header__share {
}

.un-header__share-object {
}

.un-header__share-object svg {
}
*/

/*=============article================*/

.un-article {
  line-height: 1.5em;
  font-size: 1em;
  padding: 0 30px;
  margin-bottom: 1.875rem;
}
@media (max-width: 940px) {
  .un-article {
    padding: 0;
  }
}
@media (max-width: 740px) {
  .un-article {
    padding: 0;
  }
}

.un-article__paragraph {
  font-size: 1.0625rem;
  margin: 0 0 1.4rem;
  color: #222;
  line-height: 1.5rem;
}
@media (max-width: 940px) {
  .un-article__paragraph {
    font-size: 1.125rem;
  }
}
@media (max-width: 740px) {
  .un-article__paragraph {
    font-size: 1.0625rem;
  }
}

.un-article__headline2 {
  font-size: 1.0625rem;
  margin: 0 0 1.4rem;
  color: #222;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 940px) {
  .un-article__headline2 {
    font-size: 1.125rem;
  }
}
@media (max-width: 740px) {
  .un-article__headline2 {
    font-size: 1.0625rem;
  }
}

/* .un-article__headline3 {
} */

.un-article__callout {
  border-left: solid 4px var(--red);
  padding-left: 8px;
  font-style: italic;
}

.un-article__image {
  line-height: 0;
  position: relative;
  margin-bottom: 1.4em;
}

.un-article-image__img {
  margin: 0;
  width: 100%;
  height: auto;
}

.un-article-image__caption {
  font-size: 0.8em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #444;
  padding: 0.5em 0.5em 0 0;
}

.un-article__image:last-of-type {
  margin: 0;
}

.un-article a,
.un-steps a,
.un-instruction a,
.un-comment__link a {
  color: var(--link-color);
  font-weight: 400;
  text-decoration: underline;

}

.un-article a:hover,
.un-steps a:hover,
.un-instruction a:hover {
  color: rgb(86, 86, 233);
}

.un-article__link,
.un-steps__link,
.un-instruction__link,
.un-comment__link {
  cursor: pointer;
}

/*.un-article__blockquote {
    position: relative;
    font-size: 16px;
    margin: 16px 16px 46px 16px;
    border: 2px solid var(--);
    border-radius:20px;
    padding: 25px;
    margin-bottom: 4rem;
}

.un-article__blockquote::after {
    content:"";
    position: absolute;
    border: 2px solid var(--);
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2;
    box-sizing: border-box;
} 
.un-article__blockquote::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid var(--white);
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.un-article__blockquote cite {
    position: absolute;
    bottom: -30px;
    left: 110px;
    font-size: 13px;
    font-weight: bold;
    color: var(--);
}*/

/*=========steps==============*/

.un-steps {
  line-height: 1.5em;
  font-size: 1em;
  padding: 0 30px;
  margin-bottom: 1.875rem;
}
@media (max-width: 940px) {
  .un-steps {
    padding: 0;
  }
}
@media (max-width: 740px) {
  .un-steps {
    padding: 0;
  }
}

.un-steps__title {
  font-size: 2rem;
  line-height: 1.2em;
  margin: 0 0 1.4rem;
  padding: 6px;
  border: 2px solid var(--red);
  text-align: center;
}
@media (max-width: 940px) {
  .un-steps__title {
    font-size: 1.625em;
    line-height: 1.3em;
  }
}
@media (max-width: 740px) {
  .un-steps__title {
    font-size: 1.375em;
  }
}

.un-steps__paragraph {
  font-size: 1.0625rem;
  margin: 0 0 1.4rem;
  color: #222;
  line-height: 1.5rem;
}
@media (max-width: 940px) {
  .un-steps__paragraph {
    font-size: 1.125rem;
  }
}
@media (max-width: 740px) {
  .un-steps__paragraph {
    font-size: 1.0625rem;
  }
}

/*.un-steps__text{
    border-left: 4px solid var(--red);
    padding: .385rem;
}

.un-steps__important{
    font-style: italic;
    border-left: 8px solid var(--red);
    padding-left: 1rem;
}*/

.un-steps__image {
  line-height: 0;
  position: relative;
  margin-bottom: 1.4em;
}

.un-steps-image__img {
  margin: 0;
  width: 100%;
  height: auto;
}

.un-steps-image__img_screen {
  box-shadow: var(--box-shadow);
}

.un-steps-image__caption {
  font-size: 0.6em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #444;
  padding: 0.5em 0.5em 0 0;
}

/*=========instruction=============*/

.un-instruction {
  line-height: 1.5em;
  font-size: 1em;
  padding: 0 30px;
  margin-bottom: 1.875rem;
}

.un-instruction ol {
  counter-reset: myCounter;
}

.un-instruction li {
  list-style: none;
  margin: 0 0 8px 0;
}

.un-instruction li:last-of-type {
  margin: 0 0 16px 0;
}

.un-instruction li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 3px var(--red) solid;
  width: min-content;
  padding: 5px 12px;
  border-radius: 52%;
  color: var(--red);
  font-weight: 700;
  margin: auto 0.8rem auto 0;
}

.un-instruction__title {
  font-size: 2rem;
  line-height: 1.2em;
  margin: 0 0 1.4rem;
  padding: 6px;
  color: #000000;
}
@media (max-width: 940px) {
  .un-instruction__title {
    font-size: 1.625em;
    line-height: 1.3em;
  }
}
@media (max-width: 740px) {
  .un-instruction__title {
    font-size: 1.375em;
  }
}

.un-instruction__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}

.un-instruction__item {
  font-weight: normal;
  background-color: #ececec;
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
}

.un-instruction__item span {
  font-size: 1.0625rem;
  color: #222;
  line-height: 1.5rem;
}
@media (max-width: 940px) {
  .n-instruction__item span {
    font-size: 1.125rem;
  }
}
@media (max-width: 740px) {
  .n-instruction__item span {
    font-size: 1.0625rem;
  }
}

.un-instruction__link {
  font-weight: 700;
}

.un-instruction__button {
  background-color: var(--red);
  display: block;
  text-align: center;
  color: var(--white) !important;
  padding: 15px;
  margin: 0 auto;
  width: 80%;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.un-instruction__button:hover {
  color: var(--white);
  background-color: var(--button-hover);
}

@keyframes blink {
  0%,
  50% {
    box-shadow: 0 0 10px #000000;
  }

  25%,
  75% {
    box-shadow: none;
  }

  100% {
    box-shadow: 0 0 10px #000000;
  }

  from {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.8;
  }
}

/*=============COMMENTS==============*/

.un-comment__link {
  text-decoration: none;
  color: var(--link-color);
  text-decoration: underline;
}

.un-comment__link:hover {
  color: rgb(86, 86, 233);
}

.un-comment__img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hidden {
  display: none;
}

/*.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}*/

/* .un-comments {
}

.un-comment__top {
}

.un-comment__top-info {
}

.un-comment__top-header {
}

.un-comment__title { 
}

.un-comment__subtitile {
}

.un-comment__top-status {
}

.un-comment__top-footer {
}

.un-comment__number {
}

.un-comment__total {
}

.un-comment__sort {
}

.un-comment__sort-label {
}

.un-comment__select {
}

.un-comment__variant {
}

.un-comment__select-icon {
}

.un-comment__select-icon svg {
}

.un-comment {
}

.un-comment__avatar {
}
.un-comment__avatar-pic {
}

.un-comment__info {
}

.un-comment__info::before {
}

.un-comment__info::after {
}

.un-comment__header {
}

.un-comment__header-container {
}

.un-comment__name {
}

.un-comment__time {
}

.un-comment__time:before {
}

.un-comment__main {
}

.un-comment__footer {
}

.un-comment__footer_primary {

}

.un-comment__footer_primary::after {
}

.un-comment__footer-container {
}

.un-comment__footer-like-btn {
}

.un-comment__footer-like-btn span {
}

.un-comment__footer-like {
}

.un-comment__footer-like svg {
}

.un-comment__footer-reply-btn {
}

.un-comment__footer-reply {
}

.un-comment__footer-reply svg {
}

.un-comment__reply {
}


.un-comment__more {
}

.un-comment__more:hover {
} */

/*=========REPORT===========*/

.title__report {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
  background-color: #a7a7a7;
  color: white;
  padding: 5px;
}
.text__report {
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 0px 0px 4px 4px;
}