/*==============RESET===================*/

:root {
  --white: #ffffff;
  --red: #e11229;
  /* --additional-color: #ff6900; 
  --main-grey: #333333;
  --additional-grey: #777;*/
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --button-hover: #007fff;
  --link-color: #e11229;
  --link-hover-color: #007fff;
  /*--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;
}

label,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*=========MAIN-CONTENT===========*/

#un-content {
  margin-bottom: 10px;
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  #un-content {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/*==============HEADER==============*/

.un-header__image {
  position: relative;
  background-color: #efe8e1;
  overflow: hidden;
}

.un-header-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-header-image__caption {
  position: relative;
  padding-top: 5px;
  padding-left: 35px;
  background-color: #fff;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .un-header-image__caption {
    padding-left: 50px;
  }
}
.un-header-image__caption:before {
  position: absolute;
  top: 10px;
  left: 15px;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #d10a10;
  border-left: 5px solid transparent;
  content: '';
}
@media screen and (min-width: 600px) {
  .un-header-image__caption:before {
    left: 30px;
  }
}

.un-header {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-top: 20px;
}
@media screen and (min-width: 600px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-header__title {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 429px) {
  .un-header__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.un-header__excerpt {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 0;
}

.un-header__info {
  margin-right: 15px;
  margin-left: 15px;
  color: #b4b4b4;
  font-size: 1em;
}
@media screen and (min-width: 600px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-header__info {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-header__info {
    margin-right: 30px;
    margin-left: 30px;
  }
}

.un-header__author,
.un-header__date-update {
  font-weight: bold;
}

@media screen and (max-width: 599px) {
  .un-header__date {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  .un-header__date {
    margin-left: 10px;
  }
}

/*

.un-header__category {
}

.un-header__info {
}

.un-header__info-wrapper {
}

.un-header__author-info {
}

.un-header__date p {
}

.un-header__image:not(:has(figcaption)) {
}

.un-header__image-wrapper {
}

.un-header__category-name {
}

.un-header__date-icon {
}

.un-header__date-icon svg {
}

.un-header__share {
}

.un-header__share-object {
}

.un-header__share-object svg {
}

*/

/*=============article================*/

.un-article {
  padding-top: 20px;
  padding-bottom: 10px;
}

.un-article__paragraph {
  overflow-wrap: break-word;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 600px) {
  .un-article__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-article__paragraph {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-article__paragraph {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-article__headline2 {
  position: relative;
  font-family: 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 100vw;
  clear: both;
  text-transform: uppercase;
}
@media screen and (max-width: 599px) {
  .un-article__headline2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 600px) {
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-article__headline2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-article__headline2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}

/* .un-article__headline3 {
} */

.un-article__callout {
  border-left: solid 4px var(--red);
  padding-left: 8px;
  margin-left: 15px;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .un-article__callout {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-article__callout {
    margin-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-article__callout {
    margin-left: 30px;
  }
}

.un-article__image {
  position: relative;
  background-color: #efe8e1;
  overflow: hidden;
  margin-bottom: 25px;
}

.un-article__image:last-of-type {
  margin-bottom: 0;
}

.un-article-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.un-article-image__caption {
  position: relative;
  padding-top: 5px;
  padding-left: 35px;
  background-color: #fff;
  color: #b4b4b4;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 600px) {
  .un-article-image__caption {
    padding-left: 50px;
  }
}
.un-article-image__caption:before {
  position: absolute;
  top: 10px;
  left: 15px;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #d10a10;
  border-left: 5px solid transparent;
  content: '';
}
@media screen and (min-width: 600px) {
  .un-article-image__caption:before {
    left: 30px;
  }
}

.un-article__link,
.un-steps__link,
.un-instruction__link {
  text-decoration: underline;
  color: var(--link-hover-color);
}

.un-article__link:hover,
.un-steps__link:hover,
.un-instruction__link:hover {
  text-decoration: underline;
  color: var(--link-hover-color);
}

.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(--);
}
.un-article__image-wrapper {
}

*/

/*=========steps==============*/

.un-steps {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .un-steps {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-steps {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-steps {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-steps__title {
  font-size: 40px;
  line-height: 44px;
  border: 2px solid var(--red);
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 429px) {
  .un-steps__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.un-steps__paragraph {
  overflow-wrap: break-word;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  width: 100%;
  max-width: 100vw;
  margin-bottom: 25px;
  clear: both;
  position: relative;
}

.un-steps__paragraph:last-of-type {
  margin-bottom: 0px;
}

.un-steps__image {
  position: relative;
  background-color: #efe8e1;
  overflow: hidden;
  margin-bottom: 25px;
  border: 1px grey solid;
}

.un-steps-image__img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/*.un-steps__text{
  border-left: solid 4px var(--red);
  padding-left: 8px;
}

.un-steps__important{
    font-style: italic;
    border-left: 8px solid var(--red);
    padding-left: 1rem;
}

.un-steps-image__caption {
}*/

/*=========instruction=============*/

.un-instruction {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}

@media screen and (min-width: 600px) {
  .un-instruction {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  .un-instruction {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 906px) {
  .un-instruction {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.un-instruction__title {
  font-size: 40px;
  line-height: 44px;
  margin-bottom: 25px;
}
@media screen and (max-width: 429px) {
  .un-instruction__title {
    font-size: 26px;
    line-height: 30px;
  }
}

.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 25px 0;
}

.un-instruction li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: block;
  border: 3px var(--red) solid;
  width: min-content;
  padding: 4px 12px;
  border-radius: 52%;
  color: var(--red);
  font-weight: 700;
  margin: auto 0.8rem auto 0;
}

.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;
  font-size: 18px;
  line-height: 26px;
  overflow-wrap: break-word;
  position: relative;
}

.un-instruction__link {
}

.un-instruction__button {
  background-color: var(--red);
  display: block;
  text-align: center;
  color: var(--white) !important;
  padding: 15px;
  margin: 0 auto 32px;
  width: 80%;
  border-radius: 6px;
  animation: blink 4s linear infinite;
  text-decoration: none !important;
  font-weight: 700;
  font-style: normal !important;
  text-transform: uppercase;
}

.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-comments {
  padding: 0 10px;
  position: relative;
}

.un-comment__link {
  color: var(--link-hover-color);
  text-decoration: underline;
}

.un-comment__link:hover {
  color: var(--link-hover-color);
}

.un-comment__img {
  display: block;
  max-width: 220px;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.un-comment__more {
  word-wrap: break-word;
  color: var(--red);
  text-align: center;
  display: block;
  margin: 0 auto;
  font-weight: 700;
  text-decoration: underline;
  margin: 12px 0;
  font-size: 20px;
}

.un-comment__more:hover {
  color: var(--main-grey);
}

.un-comment__more a {
}

.un-comment__more a:hover {
}

.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-comments__top {
}

.un-comments__top-header {
}

.un-comments__title {
}

.un-comments__total {
}

.un-comments__total_like {
}

.un-comments__number {
}

.un-comments__top-info {
}

.un-comment {
}

.un-comment__wrapper {
}

.un-comment:first-of-type {
}

.un-comment__wrapper_lead {
}

.un-comment__reply {
}

.un-comment__header {
}

.un-comment__name {
}

.un-comment__time {
}

.un-comment__main {
}

.un-comment__main p {
}

.un-comment__footer {
}

.un-comment__footer-like {
}

.un-comment__footer-like svg {
}

.un-comment__footer-reply {
}

.un-comment__footer-reply svg {
}

.un-comment__header-container {
}

.un-comment__footer-like-btn {
}

.un-comment__footer-like-btn span {
}

.un-comment__footer-reply-btn {
}

.un-comment__footer-reply {
}

.un-comment__footer_primary {
}

.un-comment__footer_primary::after {
}

.un-comment__footer-container {
}

.un-comment__avatar {
}

.un-comment__avatar-pic {
}

.un-comment__info {
}

.un-comment__info::before {
}

.un-comment__info::after {
}

.un-comments__subtitile {
}

.un-comments__top-status {
}

.un-comments__top-status span {
}

.un-comment__top-footer {
}

.un-comment__sort {
}

.un-comment__sort-label {
}

.un-comment__select {
}

.un-comment__variant {
}

.un-comment__select-icon {
}

.un-comment__select-icon svg {
} */

/*=========MQ==========*/

.un-day {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  text-align: center;
  background-color: #a7a7a7;
  color: white;
  padding: 5px;
}

.un-day__text {
  padding: 10px;
  border: 1px solid #a7a7a7;
  border-radius: 0px 0px 4px 4px;
}
