@import url(../fonts/Guardian\ Egyptian\ Web\ Bold\ Regular.ttf);

@import url(../fonts/GuardianEgyp-Medium.ttf);

@import url(../fonts/GuardianEgyp-Regular.ttf);

@font-face {
  font-family: "GH Guardian Headline";
  src: url(../index/GHGuardianHeadline-Bold.ttf);
}
@font-face {
  font-family: "GH Guardian Headline Semibold";
  src: url(../index/GHGuardianHeadline-Semibold.ttf);
}
@font-face {
  font-family: "GH Guardian Headline Regular";
  src: url(../index/GHGuardianHeadline-Regular.ttf);
}
@font-face {
  font-family: "Guardian Egyp Regular";
  src: url(../index/GuardianEgyp-Regular.ttf);
}

@font-face {
  font-family: "Guardian Egyp Medium";
  src: url(../index/GuardianEgyp-Medium.ttf);
}

@font-face {
  font-family: "Guardian Egyptian Web Bold";
  src: url(../index/Guardian\ Egyptian\ Web\ Bold\ Regular.ttf);
}

/*==============RESET===================*/

:root {
  --red: #b80000;
  --black: #303030;
  --white: #ffffff;
  --yellow: rgb(255, 229, 0);
  --gray: #626262;
  --blue: #052962;
  --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%;
}
body {
  overflow-x: hidden;
  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;
}
a {
  text-decoration: underline;
  color: var(--orange);
  font-weight: 700;
}
img {
  height: auto;
}

.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);
}
.container-my {
  max-width: 92%;
  margin: 0 auto;
}
.content__main {
  background-color: #ffffff;
}
.adv__content {
  background-color: #ffffff;
}
.label {
  display: block;
  font-style: italic;
  text-align: center;
  color: rgba(0, 0, 0, 0.501);
  margin-bottom: 1rem;
}

/*==============CHECK==============*/

.check__iban,
.phone_numb {
  pointer-events: none;
}
.check__iban > a {
  text-decoration: none;
  color: inherit;
}
.phone_numb > a {
  text-decoration: none;
  color: inherit;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: initial;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__top {
}
.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;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check span {
  font-weight: 400 !important;
}
.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(--blue);
}
.header-top {
  color: #fff;
  position: relative;
  background-color: #041f4a;
}
.header-top__row {
  max-width: 92%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  letter-spacing: -0.5px;
  padding-right: 96px;
}
.header-top__sup {
  color: #fff;
  font-family: "Guardian Egyptian Web Bold", serif;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0;
}
.header-subscribe__col {
  font-size: 14px;
  font-family: GuardianTextSans, "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.header-subscribe__support {
  font-family: GuardianTextSans, "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-top: 15px;
  font-size: 14px;
  height: 24px;
  min-height: 24px;
  padding: 0px 12px 1px;
  border-radius: 24px;
  color: rgb(5, 41, 98);
  background-color: #ffe500;
  display: flex;
  gap: 5px;
  align-items: center;
}
.header-subscribe__support svg {
  width: 20px;
  height: auto;
}
.header-top__list {
  padding: 0;
  margin: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-sub-logo {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  max-width: 92%;
  margin: 0 auto;
  justify-content: space-between;
  padding-right: 98px;
}
.header-subscribe {
  display: none;
  gap: 25px;
}
.header-subscribe__el {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
.header-top__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 5px;
  font-family: GuardianTextSans, "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  font-size: 17px;
  /* border-left: 1px solid #ccc; */
  /* height: 100%;
  display: flex;
  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;
  cursor: pointer;
  border-left: 1px solid #fff;
  padding-left: 0.3rem;
  border-left: 1px solid #506991; */
}

.header-top__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: calc(50% - 0.5em);
  width: 1px;
  background-color: rgb(80 105 145); /* Цвет бордера */
}

.header-top__item svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  fill: #ffffff;
}
.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 span {
  margin-top: -1%;
}
.header-top__logo {
  position: relative;
  top: 0;
  overflow: hidden;
  cursor: pointer;
}
.header-top__logo svg {
  width: 295px;
  margin-top: 2%;
}

.header-subscribe {
  color: #fff;
  font-weight: 600;
}
.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;
  cursor: pointer;
}

.header-nav {
  color: #fff;
  font-family: var(--guardian-bold);
  border: 1px solid rgba(207, 204, 204, 0.258);
}
.header-nav__row {
  padding: 5px 15px;
  gap: 10px;
  display: flex;
}
.header-nav__item {
  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";
  font-weight: 400;
  font-size: 14px;
  cursor: pointer;
}
/* .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 {
  cursor: pointer;
}

.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 10px 0 100px;
}
.main__content {
  max-width: 630px;
  padding: 0 5px;
  flex: 1 1 70%;
}

/*==========CONTENT-NAME==========*/

.content-name {
  padding: 0 10px 0 20px;
  max-width: 249px;
  /* margin-right: 33px; */
}
.content-name__item {
  margin-top: 10px;
  margin-bottom: 100px;
  font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
  display: flex;
  flex-direction: column;
  color: var(--red);
  height: 70px;
  font-size: 17px;
}
.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);
}

.content-name__info span {
  font-size: 12px;
  color: #707070;
  font-family: GuardianTextSans, "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.2;
}
.date-container {
  border-bottom: 1px solid #dcdcdc;
}
.date-container--mobile {
  position: relative;
  /* border-bottom: 1px solid #dcdcdc; */
}
.date-container--mobile::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px; /* Эмуляция тонкости */
  background-color: #dcdcdc;
  /* transform: scaleY(0.25); */
}
.content-name__name {
  font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
  color: var(--red);
  font-weight: 700;
  font-size: 17px;
  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__content {
  border-left: 1px solid #dcdcdc;
}
.main__title {
  font-family: var(--guardian-medium);
  font-weight: normal;
  font-size: 2rem;
  margin-top: 1rem;
}
.main__label {
  font-family: var(--guardian-bold);
}
.main__img {
}

.main__socials {
  display: none;
}

/*=============INFO================*/

.info {
  font-size: var(--text-size);
  color: var(--text-color);
  font-family: var(--guardian-regular);
}
.info__row {
  display: flex;
  margin-top: 1rem;
}
.info__subtitle {
  font-size: 1.5rem;
}
.info__img {
  width: 100%;
}
.info__text {
  margin: 1rem 0;
}
.info__text a:hover {
  color: #e02e3d;
}
.info__text span {
  font-weight: 700;
  color: var(--text-color);
}
.info__important {
  border-left: 8px solid var(--blue);
  padding-left: 0.385rem;
  margin-bottom: 1rem;
  font-style: italic;
}
.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: #1b1b1b;
  font-weight: 700;
}
/* .button-link {
  background-color: #c70000;
  color: var(--white);
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
} */
/* .button-link:hover {
  color: #fff;
  background-color: #c70000;
} */

/*=========STEPS==============*/

.steps {
  font-family: var(--guardian-regular);
}

.steps__title {
  margin-top: 1rem;
  font-weight: 700;
  font-family: var(--guardian-medium);
}
.steps__text {
  font-size: var(--text-size);
  border-left: 4px solid var(--blue);
  padding: 0.385rem;
}
.steps__text a:hover {
  color: #e02e3d;
}
.steps__text span {
  color: var(--blue);
  font-weight: 700;
}
.steps__important {
  font-size: var(--text-size);
  font-style: italic;
  border-left: 8px solid var(--blue);
  padding-left: 1rem;
}
.steps__important a {
  color: #dc0505;
}
.steps__important a:hover {
  color: #e02e3d;
}
.steps__img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.steps__img-chel {
  margin: 0 auto;
  display: block;
}
/*===========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(--blue);
  font-weight: normal;
  text-decoration: underline;
}
.benefits__item span {
  color: var(--blue);
  font-size: var(--title-size-sd);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.benefits__item span img {
  margin-right: 0.5rem;
}

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  font-size: var(--text-size);
  font-family: var(--guardian-regular);
}
.reg__title {
  font-weight: 700;
  font-family: var(--guardian-medium);
}
.reg__list {
  max-width: 80%;
  margin: 0 auto;
  font-size: var(--title-size);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg p {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
  color: #000;
  font-size: 1rem;
  box-shadow: var(--box-shadow);
  padding: 1rem;
}
.reg p span {
  color: #e02e3d;
}
.reg__item {
  font-size: var(--text-size);
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-weight: normal;
}
.reg__item a {
  font-weight: 700;
}

/*==========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(--blue);
}

/*=============COMMENTS==============*/

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-info {
  font-family: "GH Guardian Headline Regular", "Guardian Egyptian Web", Georgia, serif;
  font-weight: 600;
}
.comment-info__caption {
  font-size: 20px;
  font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
  font-weight: 700;
}
.comment-info__text--gray {
  color: #707070;
}
.comment-info__text--red {
  color: #ab0613;
}
.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;
}
.block-avatar {
  margin-right: 5px;
}
.block-avatar img {
  border-radius: 50%;
  width: 50px;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
}
.block-info-comment a:hover {
  color: #e02e3d;
}
.block-info-comment span {
  color: #707070;
}
.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}
.block-info-comment__svg svg {
  fill: #707070;
  width: 15px;
}
.block-info-comment__name {
  font-weight: 700;
  color: #c70000;
  padding-bottom: 5px;
}
.block-info-comment__name span {
  font-size: 0.8rem;
  font-weight: normal;
  color: #30303093;
  padding-left: 2px;
}
.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: 0.7rem;
}
.block-info-line__date {
  border-bottom: 1px solid #707070;
}
.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: #3b5998;
}

/*================ADVCONTENT===============*/

.adv__content {
  display: flex;
  flex-direction: column;
}
.adv__col {
  position: sticky;
  top: 0;
  height: 700px;
  padding: 0 5px;
  width: 300px;
}
.adv__block--last {
  border-bottom: unset !important;
}
.adv__block {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 0.7rem;
  margin-bottom: 5px;
}

.adv__title {
  font-size: 17px;
  font-family: "Guardian Egyptian Web Bold", serif;
  font-weight: 700;
}
.adv__info {
  flex: 1 1 75%;
  font-family: "GH Guardian Headline Regular", "Guardian Egyptian Web", Georgia, serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.15;
  word-spacing: 1px;
  margin-bottom: 5px;
}
.adv__block div {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 50%;
}
.adv__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*==========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(--blue);
  padding: 1rem 2rem;
}

.footer__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  color: #fff;
}

.footer__column {
  margin-bottom: 0;
}

.footer__column li {
  margin: 1rem 0;
  cursor: pointer;
}
.footer__item {
  color: #fff;
}
.footer__img {
  margin-bottom: 2rem;
}
.footer__copy {
  color: #fff;
}
.shadow-span {
  display: none;
}
.container-sm {
  padding-left: unset !important;
}
/*========MEDIA-QUERIES=========*/

@media (max-width: 1200px) {
  .adv__content {
    padding: 0 5px;
  }
  .header-sub-logo .logo-container svg {
    width: 291px;
  }

  .header-top__sup {
    font-size: 1.3rem;
  }
  .header-nav__item {
    cursor: pointer;
  }
  .header-subscribe__btn {
    padding: 3px 0.7rem;
  }
  .aside-nav__row {
    gap: 0.5rem;
  }
}

@media (max-width: 990px) {
  .adv__content {
    display: none;
  }
  .header-top__item:nth-child(1) {
    display: none;
  }
  .header-top__item:nth-child(3) {
    display: block;
  }
  .header-top__item:nth-child(3)::before {
    content: unset;
  }
  .header-top__item:nth-child(4) {
    display: none;
  }
  .header-top__item:nth-child(2) {
    display: none;
  }
  .aside-nav__row {
    gap: 0.2rem;
    font-size: 0.8rem;
  }
  .content-name {
    display: none;
  }
}

@media (max-width: 768px) {
  .container-sm {
    max-width: 764px !important;
  }

  .header-nav__row {
    gap: 5px;
  }
  .header-nav__item {
  }
  .header-nav__item:nth-child(1)::before {
    width: 100%;
  }
  .header-nav__item:nth-child(6) {
    display: none;
  }

  .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;
  }
}

@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;
  }

  .aside-nav {
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 520px) {
  .comment-block-answer .block-info-comment,
  .comment-block-answer .block-avatar {
    margin-top: 2rem;
  }
  .comment-block-answer .block-info-comment__svg {
    margin-top: -2rem;
    color: #707070;
  }
  .hdn {
    display: none;
  }
  .footer__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 494px) {
  .header-nav__item {
    padding: 2px 0.3rem;
  }
  .header-top__logo {
    right: 16px;
  }
}

/*=========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(--blue);
}
.web-link a {
  color: var(--blue);
}

/*=========REG=============*/

.button-link {
  background-color: #c70000;
  color: #fff;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 4px;
}
.button-link:hover {
  color: #fff !important;
  background-color: #444;
}
.reg {
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 30px;
}
.reg__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.5rem;
}
.reg__list {
  max-width: 85%;
  margin: 0 auto;

  gap: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg__item {
  font-size: 1.1rem;
  line-height: 30px;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.reg__item a:hover {
  color: #e02e3d;
  text-decoration: underline;
}

/* .button-link {
  background-color: #041f4a;
  color: #fff;
  display: block;
  margin: 3rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-radius: 4px;
}
.button-link:hover {
  color: #fff;
  background-color: #444;
} */

a {
  color: #e11229;
  text-decoration: underline;
}

a:hover {
  color: #e02e3d;
}
.reg__list {
  margin-top: 0;
  padding: 0;
  max-width: 100%;
  counter-reset: list;
}

.reg__item {
  background: #62626237;
  padding: 10px;
  border-left: 2px solid #041f4a;
  border-right: 2px solid #041f4a;
  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: #041f4a;
  border: 2px solid #041f4a;
  border-radius: 50%;
  padding: 0 10px;
}
.visit {
  color: #0d6efd;
}
.reg a:hover {
  color: #e02e3d;
}

/*=====ADDITIONAL=====*/

.comment__img {
  margin: 10px 0 0 0;
  max-width: 200px;
  width: 100%;
}

.info__text_add-style {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}

.info__text_italic {
  font-style: italic;
}

.header-categories {
}
.header-categories__list {
  margin: 0;
  padding: 0;
  display: flex;
}
.header-categories__list li {
  position: relative;
  padding: 0 58px 20px 5px;
  max-height: 52px;
  height: 100%;
  color: #fff;
  font-family: "GH Guardian Headline", "Guardian Egyptian Web", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  font-style: normal;
  --source-text-decoration-thickness: 3px;
}
.header-categories__list li:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: rgb(80 105 145);
}
.header-categories__list li:nth-child(1) {
  position: relative;
  padding-left: 15px;
}
.header-categories__list li:nth-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 15px);

  border-bottom: 5px solid #ff5943;
}
.dcr-b3mn8w {
  justify-content: center;
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffd900;
}
.dcr-sr7b7f {
  color: #fff;
  top: 7px;
  right: 0px;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 80ms ease-out;
  margin: 4px 0px 0px;
  text-decoration: none;
  position: relative;
  font-family: GuardianTextSans, "Guardian Text Sans Web", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  --source-text-decoration-thickness: 2px;
  padding: 6px 0px 0px;
}

.dcr-sr7b7f::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  transform: translateY(-2px) rotate(45deg);
  border-right: 1px solid currentcolor;
  border-bottom: 1px solid currentcolor;
  border-image: initial;
  border-left: transparent;
  border-top: transparent;
  margin-left: 5px;
  vertical-align: middle;
  transition: transform 250ms ease-out;
}
.logo-container {
  position: relative;
  margin-bottom: 14px;
}
.logo-container svg {
  width: 324px;
}
.footer-logo {
  width: 200px;
}
.footer-text {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .header-top__row {
    max-width: 1310px;
    margin: 0 auto;
  }

  .header-sub-logo {
    max-width: 1310px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .container-my {
    max-width: 1310px;
  }
}
@media (max-width: 1400px) {
  .adv__content {
    padding-left: 80px;
  }
}
@media (max-width: 1300px) {
  .adv__content {
    padding-left: 5px;
  }
  .dcr-b3mn8w {
    display: flex;
  }
  .header-top__row {
    max-width: 92%;
    margin: 0 auto;
    padding-right: 15px;
  }
  .header-sub-logo {
    justify-content: space-between;
    gap: unset;
    max-width: 92%;
    margin: 0 auto;
    padding-right: 15px;
  }
  .logo-container svg {
    width: 297px;
  }
  .header-categories__list li {
    font-size: 20px;
    padding: 0 42px 20px 10px;
  }
}
@media (max-width: 1200px) {
  .header-top__logo {
    width: 150px;
  }
  .dcr-sr7b7f {
    top: 5px;
  }
  .header-sub-logo .logo-container {
    margin-bottom: 12px;
  }
}
@media (max-width: 1140px) {
  .main__socials {
    display: block;
  }
  .content-name {
    display: none;
  }
  .adv__content {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .header-top__row,
  .header-sub-logo,
  .container-my {
    max-width: 96%;
  }
}
@media (max-width: 990px) {
  .header-top__item:nth-child(3) {
    display: flex;
  }
  .header-sub-logo .logo-container {
    margin-bottom: 12px;
  }
  .header-sub-logo .logo-container svg {
    height: 84px;
    width: 252px;
  }
  .header-sub-logo {
    flex-direction: column;
  }
  .header-categories {
    order: 2;
    width: 100%;
  }
  .header-categories__list {
    align-items: flex-end;
  }
  .header-categories__list li {
    font-size: 17px;
  }
  .header-categories__list li:last-child {
    margin-left: auto;
    padding-right: unset;
  }
  .header-categories__list li:last-child::after {
    content: none;
  }
  .main__content {
    margin: 0 auto;
    border-right: 1px solid #dcdcdc;
    max-width: unset;
  }
}
@media (max-width: 852px) {
}
@media (max-width: 768px) {
  .header-top__row,
  .header-sub-logo,
  .container-my {
    max-width: 98%;
  }
  .main__content {
    max-width: unset;
    padding: 0 20px;
  }
  .header-subscribe__el {
    display: none;
  }
  .header-subscribe__support svg {
    display: none;
  }
}
@media (max-width: 615px) {
  .header-top__row,
  .header-sub-logo,
  .container-my {
    max-width: 100%;
  }

  .header-nav__row {
    position: relative;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    overflow-x: auto;
  }
  .header-top__row {
    height: 52px;
  }
  .header-sub-logo .logo-container svg {
    width: 207px;
    height: 69px;
  }
  .header-sub-logo {
    flex-direction: column;
  }
  .header-categories {
    order: 2;
    margin-right: auto;
  }

  .header-categories__list li {
    padding: 0 5px 20px 10px;
  }
}
@media (max-width: 484px) {
  .block-info-comment__name {
    display: flex;
    flex-direction: column;
  }
  .block-info-comment__name span {
    padding-left: 0;
  }
  .header-nav__row {
    padding: 5px 10px;
  }
  .footer-logo {
    width: 100px;
  }
  .header-categories__list li:last-child {
    padding: 0px 0px 10px 0px;
  }
}
@media (max-width: 425px) {
  .date-container--mobile::after {
    left: -10px;
    right: -10px;
  }
  .main__content {
    padding: 0 10px;
  }
  .content-name__lines {
    margin: 0 -10px;
  }
  .header-categories__list li {
    font-size: 15px;
  }
}
@media (max-width: 375px) {
  .logo-container {
    padding-right: 20px;
  }
  .header-sub-logo .logo-container svg {
    height: 50px;
  }
  .shadow-span {
    display: flex;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffd900;
    position: absolute;
    top: 60px;
  }
  .dcr-b3mn8w {
    display: none;
  }
  .footer-text {
    font-size: 14px;
  }
  .header-categories__list li {
    padding-bottom: 10px;
  }
  .dcr-sr7b7f {
    left: -435px;
  }
}

@media (max-width: 320px) {
  .header-nav__row {
    padding: 5px 0;
  }
  .block-info-comment__name {
    font-size: 14px;
  }
  .dcr-sr7b7f {
    left: -345px;
  }
  .header-categories__list li {
    padding-left: 5px;
  }
  .header-categories__list li:nth-child(1) {
    padding-left: 5px;
  }
  .header-categories__list li:nth-child(1)::after {
    left: 5px;
    width: calc(100% - 5px);
  }
}
