/*==============RESET===================*/

:root {
  --red: #e11229;
  --black: #303030;
  --white: #ffffff;
  --yellow: rgb(255, 229, 0);
  --gray: #626262;
  --blue: #052962;
  --corall: #ec0200;
  --title-color: #232a31;
  --text-color: #1d2228;
  --label-color: #767d84;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  --text-size: 1.1rem;
  --text-size-sm: 0.885rem;
  --title-size: 2.5rem;
  --title-size-md: 2.1rem;
  --title-size-sd: 1.5rem;

  --guardian-bold: 'Guardian Egyptian Web Bold';
  --guardian-medium: 'Guardian Egyp Medium';
  --guardian-regular: 'Guardian Egyp Regular';
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  /* font-size:62.5%; */
}

body {
  height: 100%;
  color: var(--title-color);
}

h1,
h2,
h3,
h4 {
  color: var(--title-color);
}

h1,
h2 {
  font-size: var(--title-size);
}

ul {
  list-style: none;
  padding: 0;
}

ol,
ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: underline;
  color: #e11229;
}

img {
  height: auto;
}

.comment_link:hover {
  color: #007fff;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);
}

.nav__item--alias-pretplata-stage a {
  font-size: 20px !important;
  font-weight: unset !important;
  letter-spacing: -1px !important;
  transform: scale(1, 0.8) !important;
}

.container-my {
  max-width: 95%;
  margin: 0 auto;
}

.content__main {
  background-color: #ffffff;
}

.adv__content {
  background-color: #ffffff;
}

.label {
  display: block;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.501);
  margin-bottom: 1rem;
}

.date_author {
  font-family: 'DrukText-Medium', sans-serif;
  font-weight: bolder;
  float: initial;
  font-style: initial;
  font-size: 1rem;
  transform: scale(1, 1.5);
  line-height: 2.3rem;
  letter-spacing: 0.056rem;
  color: gray;
}

.img-responsive {
  width: 100%;
  margin: 1rem auto 0.2rem auto;
}

.img-responsive_desktop {
  display: block;
}

.img-responsive_mobile {
  display: none;
}

@media all and (max-width: 800px) {
  .img-responsive_desktop {
    display: none;
  }

  .img-responsive_mobile {
    display: block;
  }
}

.check__top-col-title {
  /* margin-left: -1rem; */
  font-weight: 500;
  font-size: 100%;
}

[class*='col-'] {
  /*padding-left: 0 !important;
    padding-right: 0.8rem;*/
}

.red_ttl {
  font-family: 'mediasansextended-black', sans-serif;
  font-weight: 900 !important;
  font-size: 2rem !important;
  font-style: italic;
  transform: scale(1, 1.5);
  line-height: 4.5rem;
  letter-spacing: 0px;
  margin: 2.5rem 0 1.5rem 0;
}

.h_txt,
.steps__title,
.reg__title {
  font-family: 'DrukText-Bold', sans-serif;
  font-size: 1.9rem !important;
  font-weight: 700 !important;
  line-height: 4rem;
  letter-spacing: -0.62px;
  color: #1d1d1d;
  margin-bottom: 0.5rem;
}

.steps__title {
  text-align: center;
  background: #e11229;
  padding: 5px;
  color: #fff !important;
  margin-bottom: 0;
}

/*==============CHECK==============*/

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
}

.check__wrapper {
  padding: 1.5rem 1rem;
}

.check {
  font-size: 1rem;
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0.7rem;
  width: 64%;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*==========HEADER==========*/

.header {
  background-color: var(--corall);
}

.header-top {
  color: #fff;
  position: relative;
}

.header-top__row {
  display: flex;
  justify-content: end;
  width: 100%;
  height: 35px;
  padding-right: 10%;
  background-color: #041f4a;
  margin: auto;
  letter-spacing: -0.5px;
}

.header-top__sup {
  color: rgb(255, 229, 0);
  font-family: Druk-Medium;

  font-size: 2.125rem;
  line-height: 1.15;
  font-weight: 700;
}

.header-top__list {
  display: flex;
  /* gap: 1rem; */
}

.header-sub-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 10%;
  margin-bottom: -4%;
}

.header-subscribe {
  display: flex;
  flex-direction: column;
}

.header-top__item {
  /* padding: 7px 10px 7px 6px; */
  display: flex;
  padding: 7px 10px 7px 6px;
  font-weight: 700;
  font-size: 1rem;
  transition: color 80ms ease-out;
  height: fit-content;
  font-family: GuardianTextSans, Guardian Text Sans Web, Helvetica Neue, Helvetica, Arial,
    Lucida Grande, sans-serif;
  /*
        border-left: 1px solid #fff;     */
  padding-left: 0.3rem;
  border-left: 1px solid #506991;
  height: 24px;
}

.header-top__item svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}

.last_item {
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: translateY(-2px) rotate(45deg);
  border-color: transparent currentcolor currentcolor transparent;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  border-image: none 100% / 1 / 0 stretch;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 250ms ease-out 0s;
  content: '';
  margin-top: 9px;
}

/* .header-top__item:last-child{
    margin-left: 10rem;
} */
.header-top__item:first-child {
  border: none;
}

.header-top__item span {
  margin-top: -1%;
}

.header-top__logo {
  /* position: absolute; */
  top: 0;
  right: 30px;
  overflow: hidden;
}

.header-top__logo svg {
  width: 295px;
  margin-top: 2%;
}

.header-subscribe {
  color: #fff;
  font-weight: 600;
  margin: auto 6.5%;
}

.header-subscribe__row {
  display: flex;
  gap: 0.5rem;
  margin-top: 2%;
}

.header-subscribe__btn {
  background-color: var(--yellow);
  fill: currentcolor;
  padding: 1% 3%;
  border-radius: 16px;
  color: rgb(5, 41, 98);
  font-weight: 700;
  font-size: 1rem;
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
  height: 32px;
  font-size: 0.9375rem;
  font-weight: 800;
}

.header-nav {
  color: #fff;
  margin-top: 4rem;
  font-family: var(--guardian-bold);
  border: 1px solid rgba(207, 204, 204, 0.258);
}

.header-nav__row {
  display: flex;
  gap: 1rem;
}

.header-nav__item {
  font-size: 1.7rem;
  padding: 2px 1rem;
  border-left: 1px solid rgba(207, 204, 204, 0.258);
}

.header-nav__item:nth-child(1) {
  position: relative;
}

.header-nav__item:nth-child(1)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 115%;
  background-color: orange;
}

.header-nav__burger {
  display: none;
}

.yellow_item {
  /* padding: 7px 10px 7px 6px;
    font-weight: 700;
    font-size: 1rem;
    transition: color 80ms ease-out;
    height: fit-content;
    font-family: GuardianTextSans,Guardian Text Sans Web,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; */

  /* display: flex;
    -webkit-box-align: center;
    align-items: center;
    --source-text-decoration-thickness: 2px;
    line-height: 1; */
  color: #ffe500;

  text-decoration: none;
}

.yellow_item svg {
  fill: currentColor;
}

/*==========ASIDE===========*/

.aside-nav {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.aside-nav__row {
  display: flex;
  gap: 1rem;
  padding: 2px 1rem;
}

.aside-nav__item:nth-child(10) {
  font-weight: 700;
}

/*=======LINES=======*/

.lines {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}

.lines__row {
  background-image: repeating-linear-gradient(to bottom,
      #dcdcdc,
      #dcdcdc 1px,
      transparent 1px,
      transparent 0.25rem);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 1px calc(0.25rem * 3 + 1px);
  height: calc(0.25rem * 3 + 1px);
}

/*=======CONTENT=======*/

.content-flex {
  border-left: 1px soild #dcdcdc;
  border-right: 1px soild #dcdcdc;
  display: flex;
}

.content-name {
  flex: 1 1 20%;
  border-left: 1px solid #dcdcdc;
}

.adv__content {
  flex: 1 1 30%;
  border-right: 1px solid #dcdcdc;
  padding: 0 30px;
}

.main__content {
  padding: 0 5px;
  flex: 1 1 70%;
}

.menu__link {
  font-weight: 100 !important;
  float: initial !important;
  font-style: initial !important;
  letter-spacing: 0.2rem !important;
  color: #fff !important;
  font-family: 'Druk-Medium', sans-serif !important;
  font-size: 1.5rem !important;
  line-height: 4.5rem !important;
  padding-top: 30px !important;
}

.img_hdr {
  position: absolute;
  margin: 9px 0px 0px -20px;
}

.loop_hdr {
  margin: 9px 0;
}

/*==========CONTENT-NAME==========*/

.content-name__item {
  padding: 10px;
  display: flex;
  flex-direction: column;
  color: var(--red);
  height: 200px;
}

.content-name__item span:first-child {
  font-weight: 700;
}

.content-name__lines {
  background-image: repeating-linear-gradient(to bottom,
      #dcdcdc,
      #dcdcdc 1px,
      transparent 1px,
      transparent 0.25rem);
  background-repeat: repeat-x;
  background-position: top;
  background-size: 1px calc(0.25rem * 3 + 1px);
  height: calc(0.25rem * 3 + 1px);
  padding: 10px;
}

.content-name__info {
  padding: 10px;
}

.content-name__name {
  color: var(--red);
  font-weight: 700;
  margin-bottom: 0;
}

.content-name__twitter {
  color: #626262;
  font-weight: 700;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.content-name__twitter svg {
  fill: #626262;
}

.content-name__date {
  border-bottom: 1px solid #6262625d;
  display: block;
  margin-bottom: 1rem;
}

.content-name__socials {
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.content-name__socials-sec {
  color: var(--red);
  display: flex;
  gap: 1rem;
}

/*=========MAIN-CONTENT===========*/

.main__title {
  font-family: var(--guardian-medium);
  font-weight: normal;
  font-size: 2rem;
}

.main__label {
  font-family: var(--guardian-bold);
}

.main__socials {
  display: none;
}

.main__subtitle {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 20px;
  line-height: 30px;
  margin-top: 15px;
}

/*=============INFO================*/

.info__row {
  display: flex;
  margin-top: 1rem;
}

.info__subtitle {
  font-size: 1.5rem;
}

.info__img {
  width: 100%;
}

.info__text {
  margin: 1rem 0;
}

.info__text strong {
  font-weight: 700;
}

.info__text a:hover {
  color: #007fff;
}


.info .num-list {
  padding-left: 30px;
}

.info .num-list li {
  font-family: Arial, Helvetica, sans-serif;
      color: #262626;
    font-size: 20px;
    line-height: 30px;
}
.info__important {
  border-left: 4px solid #e11229;
  padding-left: 0.385rem;
  margin: 1rem 0;
  font-style: italic;
}

.info__important a {
  color: #e11229;
}

.info__important a:hover {
  color: #007fff;
}

.img__label {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(68, 68, 68, 0.486);
  margin-bottom: 1rem;
}

.info__important span {
  color: #721111;
}

.button-link {
  background-color: #e11229;
  color: var(--white);
  font-weight: 700;
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1.2rem 0;
  box-shadow: 0 4px 0 0 #721111;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.button-link:hover {
  color: #fff;
  background-color: #007fff;
  box-shadow: none;
}

/*=========STEPS==============*/

/* .steps{
    font-family: var(--guardian-regular);
} */

.steps__text {
  padding: 0.385rem;
}

.steps__text a:hover {
  color: #007fff;
}

.steps__content {
  border: 1px solid #e11229;
  padding: 10px;
}

.steps__text span {
  color: #e11229;
  font-weight: 700;
}

.steps__important {
  /* font-size: var(--text-size); */
  border-left: 4px solid var(--corall);
  padding-left: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
}

.steps__important a {
  color: #e11229;
}

.steps__important span {
  color: #721111;
}

.steps__important a:hover {
  color: #007fff;
}

.steps__img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}

.steps__img-chel {
  margin: 1rem auto 0.2rem auto;
  display: block;
  width: 100%;
}

/*===========BENEFITS============*/

.benefits {
  margin-top: 1rem;
  /* font-size: var(--text-size);
    font-family: var(--guardian-regular); */
}

.benefits__title {
  margin: 1rem 0;
  font-weight: 700;
  /* font-family: var(--guardian-medium); */
}

.benefits__list {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.benefits__item {
  margin-bottom: 1rem;
}

.benefits__item a {
  color: var(--corall);
  font-weight: normal;
  text-decoration: underline;
}

.benefits__item span {
  color: var(--corall);
  /* font-size: var(--title-size-sd); */
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.benefits__item span img {
  margin-right: 1.5rem;
  width: 45px;
}

/*=========REG=============*/
.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}

.reg__title {
  line-height: 38px;
  font-weight: 700;
  font-size: 1.5rem;
}

.reg__list {
  width: 100%;
  gap: 0.8rem;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  counter-reset: list;
  padding: 0;
  margin-top: 1rem;
}

.reg__item {
    font-family: Arial, Helvetica, sans-serif;
    color: #262626;
    font-size: 20px;
    line-height: 30px;
  margin-bottom: 0.5rem;
  background: #fff5f5;
  padding: 10px;
  border-left: 3px solid var(--corall);
  border-right: 3px solid var(--corall);
  border-radius: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.reg__item::before {
  counter-increment: list;
  content: counter(list);
  color: var(--corall);
  border: 2px solid var(--corall);
  border-radius: 50%;
  padding: 0 10px;
}

.reg__item a:hover {
  color: #007fff;
  text-decoration: underline;
}

.reg__item p {
  font-family: Arial, Helvetica, sans-serif !important;
}

.reg__title a {
  color: #e11229;
  text-decoration: underline;
  font-weight: 700;
}

.reg__title a:hover {
  color: #007fff;
}

.reg__item a {
  color: #e11229;
  text-decoration: underline;
}

.reg__item a:hover {
  color: #007fff;
}

/*==========TAGS================*/

.tags {
  margin-top: 3rem;
  font-size: var(--text-size);
}

.tags__row {
  display: flex;
  gap: 0.5rem;
}

.tags__title {
  font-weight: 700;
  font-family: var(--guardian-medium);
}

.tags__row a {
  color: #444;
}

.tags__block:hover {
  color: var(--corall);
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-display {
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}

.comment-display div {
  display: flex;
  gap: 1rem;
}

.comment-display div span:nth-child(1) {
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}

.comment-line:after {
  margin-top: 0.5rem;
  content: '';
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
}

.comment-block-answer {
  margin-left: 4rem;
}

.comment-block-answer-answer {
  margin-left: 7rem;
}

.block-avatar {
  margin-right: 1rem;
}

.block-avatar img {
  border-radius: 50%;
  width: 50px;
}

.block-info {
  width: 100%;
}

.block-info-comment {
  position: relative;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 16px;
  line-height: 1.4;
}

.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 1.2rem;
}

.block-info-comment__svg svg {
  background-color: #62626237;
  border-radius: 50%;
  fill: #303030;
  width: 20px;
  padding: 5px;
}

.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
  padding-bottom: 1rem;
}

.block-info-comment__name span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 0.5rem;
}

.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-end;
  color: #626262;
  font-weight: normal;
  font-size: 1.2rem;
}

.block-info-line__date {
  font-size: 0.9rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: var(--corall);
}

.comments__more:hover {
  color: #ff6200;
}

.com_check {
  max-width: 200px;
  margin-top: 10px;
  box-shadow: 0 0 2px 0;
  border-radius: 4px;
}

/*================ADVCONTENT===============*/

.adv__content {
  display: flex;
  flex-direction: column;
}

.adv__col {
  position: sticky;
  top: 0;
  height: 700px;
  padding: 0 5px;
  width: 300px;
}

.adv__block {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}

.adv__title {
  font-family: var(--guardian-medium);
}

.adv__info {
  flex: 1 1 75%;
  font-family: var(--guardian-medium);
}

.adv__block div {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.adv__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
}

/*==========RECOMMEND=========*/

.recommend {
  border: 1px solid #dcdcdc;
}

.recommend__title {
  text-align: left;
  border-left: 8px solid var(--red);
  font-size: 2rem;
  padding-left: 1rem;
  font-family: var(--guardian-bold);
}

.recommend__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}

.recommend__row a {
  color: #000000;
  text-decoration: none;
}

.recommend__block {
  display: flex;
  flex-direction: column;
  font-weight: 700;
  font-family: var(--guardian-medium);
  text-decoration: none;
}

.recommend__img {
  max-width: 100%;
}

/*==========FOOTER===========*/

.footer {
  background-color: var(--corall);
  padding: 1.2rem 2rem;
}

.footer__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #fff;
}

.footer__column li {
  margin: 1rem 0;
}

.footer__item {
  color: #fff;
}

.footer__img {
  margin-bottom: 2rem;
}

.footer__copy {
  color: #fff;
}

/*========MEDIA-QUERIES=========*/

@media (max-width: 1200px) {
  .header-top__logo svg {
    width: 300px;
  }

  .header-top__logo {
    right: 70px;
  }

  .header-top__sup {
    font-size: 1.3rem;
  }

  .header-nav__item {
    font-size: 1.3rem;
  }

  .header-subscribe__btn {
    padding: 3px 0.7rem;
  }

  .aside-nav__row {
    gap: 0.5rem;
  }

  .navbar-nav {
    display: grid !important;
  }

  #t3-header .nav__link {
    display: none !important;
  }

  .logo_main {
    margin-top: -10px !important;

    display: block;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 990px) {
  .header {
    padding-top: 1rem;
  }

  .header-top__item:nth-child(1) {
    display: none;
  }

  .header-top__item:nth-child(3) {
    display: none;
  }

  .header-top__item:nth-child(4) {
    display: none;
  }

  .header-top__item:nth-child(2) {
    display: block;
  }

  .aside-nav__row {
    gap: 0.2rem;
    font-size: 0.8rem;
  }

  .content-name {
    display: none;
  }

  .main__socials {
    display: block;
  }
}

@media (max-width: 768px) {
  .container-sm {
    max-width: 764px !important;
  }

  .adv__content {
    display: none;
  }

  .header-nav__row {
    gap: 0;
  }

  .header-nav__item {
    font-size: 0.9rem;
  }

  .header-nav__item:nth-child(1)::before {
    width: 100%;
  }

  .header-nav__item:nth-child(6) {
    display: none;
  }

  .header-nav {
    display: flex;
    justify-content: space-between;
  }

  .header-nav__burger {
    display: block;
    background-color: var(--yellow);
    margin-right: 1rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
  }

  .fa-bars {
    position: absolute;
    top: 30%;
    left: 25%;
    color: #000;
  }

  .recommend__row {
    display: flex;
    flex-direction: column;
  }

  .fbc {
    width: 32px !important;
  }
}

@media screen and (max-width: 767px) {
  .reg__list {
    padding: 0;
  }
}

@media (max-width: 710px) {
  .header-top__sup {
    display: none;
  }

  .header-subscribe__col span {
    display: none;
  }

  .header-subscribe__btn:nth-child(2) {
    display: none;
  }

  .header-top__list {
    padding-left: 0;
  }

  .header-top__logo svg {
    width: 200px;
  }

  .header-nav {
    margin-top: 2rem;
  }

  .aside-nav {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .block-info-comment__name span {
    display: block;
    padding-left: 0;
  }

  .footer__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* .info__text {

        font-size: 4rem !important;
        line-height: 6rem !important;
    } */
  .check {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }

  /*.com_check {
        width: 100%;
    }*/
  .check__top-col-title {
    font-size: 1.3rem;
  }

  .itemView .item__tags .item__tag {
    height: 57px;
    padding: 0.3rem 2rem;
  }
}

@media (max-width: 494px) {
  .header-nav__item {
    padding: 2px 0.3rem;
  }

  .header-top__logo {
    right: 16px;
  }

  /*
        #t3-mainnav {
            height: 100% !important;
        }
        #t3-header {
            height: 5% !important;
        } */
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  .check {
    font-size: 0.6rem;
  }
}

@media (max-width: 992px) {
  .check {
    font-size: 0.5rem;
  }
}

.web-link {
  font-size: 0.1rem;
  color: var(--corall);
}

.web-link a {
  color: var(--corall);
}

.space3d {
  perspective: 1000px !important;
  width: 20px !important;
  height: 20px !important;
  text-align: center !important;
  display: inline-block !important;
  position: absolute !important;
  top: 7px !important;
  left: 7px;
}

.ub-3dlabel {
  display: inline-block !important;
  transition: all 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
  text-align: center !important;
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  transform-style: preserve-3d !important;
  transform: rotateX(-15deg) rotateY(15deg) !important;
  font-size: 10px !important;
  font-weight: 100 !important;
  cursor: pointer !important;
  user-select: none !important;
}

.ub-3dlabel:hover {
  transform: rotateX(-45deg) rotateY(45deg) !important;
}

._ub-3dface {
  overflow: hidden !important;
  position: absolute !important;
  border: 1px solid #888 !important;
  background: #fff !important;
  color: #000000 !important;
  line-height: 20px !important;
  opacity: 1 !important;
  background: white !important;
}

._ub-3dface--front {
  width: 20px !important;
  height: 20px !important;
  transform: translate3d(0, 0, 10px) !important;
}

._ub-3dface--top {
  width: 20px;
  height: 20px;
  transform: rotateX(90deg) translate3d(0, 0, 10px);
}

._ub-3dface--bottom {
  width: 20px;
  height: 20px;
  transform: rotateX(-90deg) translate3d(0, 0, 10px);
}

._ub-3dface--left {
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  transform: rotateY(-90deg) translate3d(0, 0, 10px);
}

._ub-3dface--right {
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  transform: rotateY(90deg) translate3d(0, 0, 10px);
}

._ub-3dface--back {
  width: 20px;
  height: 20px;
  transform: rotateY(180deg) translate3d(0, 0, 10px);
}

.items {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item {
  display: block;
  width: 100%;
  margin: 0 auto 20px auto;
  background: #fff;
  font-family: Roboto, sans-serif;
  overflow: hidden;
}

.item:hover {
  opacity: 0.9;
}

.item .thumbnail {
  display: block;
}

.item a {
  text-decoration: none;
}

.item .text-wrapper .title {
  color: #000;
  font-family: DrukText-Bold, sans-serif;
  font-size: 2.2rem;
  line-height: 2.7rem;
  letter-spacing: -0.6px;
  margin-top: 10px;
}

.item .text-wrapper .title:hover {
  color: #000;
}

@media only screen and (min-width: 576px) {
  .item {
    width: 48%;
  }
}

@media only screen and (min-width: 1023px) {
  .item {
    width: 23.5%;
    margin: 0;
  }
}

.thumbnail {
  width: 100% !important;
  height: auto !important;
  object-fit: cover;
}

.thumbnail img {
  left: 0 !important;
  width: 100% !important;
  object-fit: cover;
}

.logo_main {
  margin-top: -20px;
  padding: 0 3rem;
}

.un-steps__check,
.un-steps__check-mobile {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.un-steps__important {
  font-style: normal;
}

.loupe-search {
  height: 35px;
  width: 40px;
}

.box-shadow {
  box-shadow: 0 0 2px 0;
}

.ssrcss-7uxr49-RichTextContainer > *:not([hidden]):not(style):not(.visually-hidden) ~ *:not([hidden]):not(style):not(.visually-hidden) {
    margin-top: 1rem;
}

.widget.widget--tw {
    --ff-main: var(--ff-tw);
    --font-size: 14px;
    --secondary-color: #536471;
    --border-radius: 20px;
}
.widget:not(:last-child) {
    margin-bottom: 10px;
}
.widget, .widget *, .widget::before, .widget::after {
    box-sizing: border-box;
}
.widget {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    pointer-events: none;
    user-select: none;
}

.widget .widget__body {
    padding: 12px 16px 16px;
    font-family: var(--ff-main), Arial, sans-serif;
    background-color: var(--bg-color);
    border-radius: var(--border-radius);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.widget .widget__cite {
    margin-top: 10px;
    padding: 5px 0 5px 20px;
    font-size: 16px;
    color: var(--cite-color);
}

.widget .widget__dots {
    position: absolute;
    top: 12px;
    right: 10px;
    display: flex
;
    justify-content: center;
    align-items: center;
    fill: var(--secondary-color);
}

.widget .widget__dots svg {
    width: 100%;
    height: 100%;
}

.widget .widget__header {
    display: flex
;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding-right: 15px;
}

.widget .widget__avatar {
    flex-shrink: 0;
    display: block;
    width: 40px;
    height: 40px;
}

.widget .widget__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

@media (min-width: 660px) {
    .widget .widget__info {
        display: flex
;
        flex-direction: row;
    }
}

.widget .widget__info {
    display: flex
;
    flex-direction: column;
    gap: 5px;
}

.widget .widget__author {
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.widget .widget__name {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--name-color);
}

@media (min-width: 768px) {
    .confirm {
        margin-left: 5px;
    }
}

.widget .widget__username {
    font: inherit;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--secondary-color);
}

.widget--fb .widget__date-block span::after, .widget--tw .widget__username::after, .widget--rd .widget__username::after {
    content: "·";
    margin-left: 5px;
    font-weight: 600;
    color: var(--secondary-color);
}
.widget .widget__date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: var(--secondary-color);
}

@media (min-width: 660px) {
    .widget--tw .widget__main, .widget--tw .widget__footer {
        margin-left: 48px;
    }
}

.widget .widget__main {
    display: flex
;
    flex-direction: column;
    margin-top: 4px;
}

.widget .widget__main p {
    margin: 8px 0 0;
    font-weight: 400;
    font-size: var(--font-size);
    line-height: 1.33;
    word-break: break-word;
}

@media (min-width: 660px) {
    .widget--tw .widget__main, .widget--tw .widget__footer {
        margin-left: 48px;
    }
}

.widget__footer {
    display: flex
;
    align-items: center;
    margin-top: 12px;
    color: var(--secondary-color);
}

.widget--tw .actions-block {
    align-items: center;
    width: 100%;
}
.widget .actions-block {
    flex-shrink: 0;
    display: flex
;
    justify-content: space-between;
    align-items: stretch;
}


.widget .action {
    display: flex
;
    align-items: center;
    gap: 5px;
    padding: 0;
    font-size: 13px;
    line-height: 1.33;
    color: var(--secondary-color);
}

@media (min-width: 660px) {
    .action + .action {
        margin-left: 15px;
    }
}
@media (min-width: 660px) {
    .widget .action-mobile {
        display: none;
    }
}
.action + .action {
    margin-left: 5px;
}
.widget .action {
    display: flex
;
    align-items: center;
    gap: 5px;
    padding: 0;
    font-size: 13px;
    line-height: 1.33;
    color: var(--secondary-color);
}

.lightbox-img::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    width: 50px;
    height: 50px;
    background-image: url(/_cdn/production/landing-cdn/666/05204b0e-e7d1-460e-9615-22bcdf634af9/assets/img/lupa.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

a.lightbox-img, a.lightbox-img:hover {
    color: transparent !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.comment__text a {
    text-decoration: underline;
    color: #007FFF;
}
.lightbox-img {
    position: relative;
    display: inline-block;
    line-height: 0;
}