/*==============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);
  hyphens: auto !important;
  overflow-wrap: break-word !important;
}

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,
:is(h1, h2, h3, h4, h5, h6, span, li, p) a {
  text-decoration: underline;
  color: #e11229;
  hyphens: manual;
  overflow-wrap: normal;
  word-break: normal;
}

img {
  height: auto;
}

@font-face {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: 400;
  src: url("../index/HelveticaNeue.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../index/HelveticaNeue-Bold.woff") format("woff");
}

@font-face {
  font-family: "Metropolis Light";
  font-style: normal;
  font-weight: 400;
  src: url("../index/Metropolis-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Metropolis Medium";
  font-style: normal;
  font-weight: 400;
  src: url("../index/Metropolis-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Metropolis Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../index/Metropolis-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Metropolis Extra Bold";
  font-style: normal;
  font-weight: 400;
  src: url("../index/Metropolis-ExtraBold.woff2") format("woff2");
}

/* REG */

/* .red {
  display: block;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  padding: 10px;
  color: #fff;
  background-color: #db0000;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.5;
}

.red a {
  color: #000;
}

.reg__item a {
  text-decoration: underline;
} */

p a,
.reg__title a {
  color: #007fff;
  text-decoration: underline;
  /* font-weight: 700; */
}

p a:hover,
.reg__title a:hover {
  color: #e11229;
  opacity: 1;
}

.reg__title {
  font-weight: 700;
}

.reg__list {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  margin: 0;
}

.reg__list-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.reg__item {
  line-height: 30px;
  margin-bottom: 0.5rem;
  font-weight: normal;
}

.reg__item img {
  margin-right: 0.5rem;
}

.reg__item a {
  color: #007fff;
  text-decoration: underline;
  font-weight: 700;
}

.reg__item a:hover {
  color: #e11229;
  opacity: 1;
}

.button-link {
  background-color: #007fff;
  color: #fff !important;
  display: block;
  margin: 1rem auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 15px 0;
  border-radius: 6px;
  box-shadow: 0px 5px 10px 0px #3b5998;
  width: 66.08%;
}

.button-link:hover {
  color: #fff;
  background-color: #e11229;
  opacity: 1;
}

@media only screen and (max-width: 1144px) {
  .button-link {
    width: 80.86%;
  }
}

.reg__list {
  padding-left: 0;
  counter-reset: list;
  list-style-type: none;
}

.reg__list-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff7ec;
  border-left: 2px solid #f47b23;
  border-right: 2px solid #f47b23;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 10px;
}

.reg__list-container::before {
  font-family: serif;
  counter-increment: list;
  content: counter(list);
  font-size: inherit;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  line-height: 1;
  color: #f47b23;
  font-weight: 600;
  border: 1px solid #f47b23;
  background: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reg__item {
  margin-bottom: 0;
}

.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;
}

body {
  overflow-x: clip;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
body,
div,
h1,
h2,
h3,
h4,
html,
i,
img,
label,
li,
p,
span,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-weight: 400;
}

ul {
  list-style: none;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a img {
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  min-width: 320px;
}

.page-wrapper {
  background-color: #f3f3f3;
  overflow-x: hidden;
  padding-top: 56px;
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 50px;
  }
}

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.container,
.container-fluid,
.container-sm {
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container,
  .container-sm {
    max-width: 1006px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-sm {
    max-width: 1060px;
  }
}

@media (min-width: 1600px) {
  .container,
  .container-sm {
    max-width: 1245px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}

.col-lg-16,
.col-lg-8,
.col-md-17,
.col-md-7,
.col-xl-17,
.col-xl-7 {
  position: relative;
  width: 100%;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

@media (min-width: 768px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-md-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

@media (min-width: 1024px) {
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1400px) {
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.16667%;
    -ms-flex: 0 0 29.16667%;
    flex: 0 0 29.16667%;
    max-width: 29.16667%;
  }

  .col-xl-17 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70.83333%;
    -ms-flex: 0 0 70.83333%;
    flex: 0 0 70.83333%;
    max-width: 70.83333%;
  }
}

.header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  left: 0;
  min-width: 320px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header__logo {
  height: 56px;
  left: 70px;
  position: absolute;
  top: 0;
  width: 101px;
}

@media screen and (max-width: 360px) {
  .header__logo {
    left: 50px;
  }
}

.header__logo--img {
  height: auto;
  margin-top: 15px;
  width: 130px;
}

.header__logo:hover img {
  opacity: 1 !important;
}

.header__menu {
  text-align: center;
}

@media screen and (max-width: 1058px) {
  .header__menu {
    display: none;
  }
}

.header__menu--link {
  text-decoration: none;
  font-weight: 900;
  color: #fff;
  font-family: "Helvetica Bold", Arial;
  font-size: 14px;
  margin: 0 8px;
  display: inline-block;
}

.header__menu--link:hover {
  opacity: 0.8;
  text-decoration: none;
}

@media screen and (max-width: 1599px) {
  .header__menu--link {
    font-size: 12px;
    margin: 0 4px;
  }
}

.header__external {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  height: 56px;
  position: absolute;
  right: 20px;
  top: 0;
}

.header__external--search {
  height: 34px;
  width: 22px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 410px) {
  .header__external--search {
    justify-content: flex-end;
  }
}

.header__external--search--icon {
  margin-top: 8px;
  width: 22px;
  height: 22px;
  display: inline-block;
}

.header__external--account {
  background: rgba(48, 48, 48, 0.5) no-repeat 10px center;
  text-decoration: none;
  font-weight: 900;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: "Helvetica Bold", Arial;
  font-size: 13px;
  height: 34px;
  line-height: 34px;
  margin-left: 14px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: left;
  width: auto;
}

@media screen and (max-width: 360px) {
  .header__external--account {
    margin-left: 0;
  }
}

.header__external--account:hover {
  opacity: 1;
}

.homeback {
  background: no-repeat center center #fff;
  -webkit-background-size: 57px 57px;
  background-size: 57px;
  display: none;
  height: 56px;
  left: 0;
  position: absolute;
  top: 0;
  width: 55px;
  z-index: 1;
}

.sidebar__icon {
  cursor: pointer;
  margin-left: 17px;
  position: absolute;
  text-align: center;
  top: 15px;
  z-index: 111;
}

@media screen and (max-width: 360px) {
  .sidebar__icon {
    margin-left: 6px;
  }
}

.sidebar__icon--line {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 3px;
  margin: 5px 0;
  width: 23px;
}

.sidebar__icon--line:nth-child(2) {
  width: 15px;
}

.sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2);
  height: 100%;
  left: -435px;
  padding: 65px 44px 20px 35px;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 99999;
  max-width: 435px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
  .sidebar {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 374px) {
  .sidebar {
    padding: 50px 15px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

.sidebar::-webkit-scrollbar {
  display: none;
}

.sidebar__header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sidebar__close {
  color: #000;
  cursor: pointer;
  font-size: 35px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.sidebar__close:hover {
  color: #ea0e0f;
}

.sidebar__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.sidebar__list:first-child {
  margin-top: -20px;
}

.sidebar__list .toggle {
  cursor: pointer;
  position: relative;
}

.sidebar__list .toggle::before {
  color: #ea0e0f;
  content: "\002B";
  font-size: 25px;
  left: -30px;
  position: absolute;
  top: -2px;
  width: 25px;
}

.sidebar--link {
  font-family: "Metropolis Medium", Arial;
  color: #000;
  display: inline-block;
  font-size: 22px;
  letter-spacing: -0.88px;
  margin-left: 30px;
  position: relative;
  width: 100%;
}

.sidebar--link:hover {
  text-decoration: none;
}

.sidebar__logo {
  display: inline-block;
  height: 33px;
  width: 120px;
}

.sidebar__logo--img {
  height: auto;
  width: 120px;
}

.sidebar__dailynews,
.sidebar__emails {
  color: #000;
  display: inline-block;
  font-family: "Metropolis Bold", Arial;
  font-size: 13px;
  margin-bottom: 45px;
  padding: 10px 0 10px 50px;
}

@media screen and (max-width: 767px) {
  .sidebar__dailynews,
  .sidebar__emails {
    padding-left: 40px;
  }
}

.sidebar__emails {
  background: no-repeat left center/22px auto;
}

.sidebar__dailynews {
  background: no-repeat left center/22px auto;
}

.sidebar__social {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}

.sidebar__social--link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 42px;
  border-radius: 42px;
  border: 1px solid #a5bbbe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
}

.sidebar__contract,
.sidebar__copyright {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 17px;
}

.sidebar__contract--link {
  color: #262626;
  text-decoration: underline;
}

.sidebar__download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 50px;
}

.sidebar__download a:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 575px) {
  .sidebar__download img {
    width: 130px;
    height: auto;
  }
}

.extra__modal input:not(:focus):valid ~ .floating-label {
  background: #fff;
  color: #5f6368;
  font-size: 10px;
  font-style: italic;
  left: 13px;
  opacity: 1;
  padding: 0 5px;
  top: -5px;
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.breadcrumb__link {
  text-decoration: none;
  font-weight: 900;
  color: #000;
  font-family: "Metropolis Bold", Arial;
  font-size: 12px;
  letter-spacing: -0.48px;
  line-height: 19px;
  text-transform: uppercase;
}

.breadcrumb__link + .breadcrumb__link::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid #000;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  margin: 0 8px 2px 2px;
  padding: 2px;
  transform: rotate(-45deg);
}

.social-share {
  margin: 22px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .social-share--desktop {
    display: none;
  }
}

.social-share--mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .social-share--mobile {
    display: block;
    margin: 0;
  }
}

.social-share__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-share__main span {
  -webkit-border-radius: 31px;
  border-radius: 31px;
  cursor: pointer;
  display: block;
  height: 31px;
  margin-left: 6px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 31px;
}

.social-share__main span.facebook {
  background: url(../index/fb.webp) center center #2f619d no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 34px;
}

.social-share__main span.facebook:hover {
  background-color: #214b7d;
}

.social-share__main span.mail {
  background: url(../index/mail.webp) center center no-repeat;
  -webkit-background-size: 13px 13px;
  background-size: 13px;
  border: 1px solid #8d9495;
}

.social-share__main span.mail:hover {
  background-color: #ececec;
}

.social-share__main span.other-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #8d9495;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
}

.social-share__main span.other-btn:hover {
  background-color: #ececec;
}

.social-share__main span.other-btn:before {
  color: #8d9495;
  content: "...";
  display: inline-block;
  font-family: "Helvetica Bold", Arial;
  font-size: 17px;
  height: 9px;
  line-height: 0;
}

.social-share__other {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: otherSocial;
  animation-name: otherSocial;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.18);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 35px;
  position: absolute;
  right: 0;
  top: 47px;
  width: 210px;
  z-index: 9;
}

.social-share__other span {
  background-position: left center;
  background-repeat: no-repeat;
  border-bottom: 1px solid transparent;
  color: #000;
  cursor: pointer;
  font-family: Helvetica, Arial;
  font-size: 18px;
  padding-left: 30px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-share__other span + span {
  margin-top: 20px;
}

.social-share__other span.twitter {
  -webkit-background-size: 17px 17px;
  background-size: 17px;
}

.social-share__other span.linkedin {
  -webkit-background-size: 15px 15px;
  background-size: 15px;
}

.social-share__other span.flipboard {
  -webkit-background-size: 15px 15px;
  background-size: 15px;
}

.social-share__other span.copy-link {
  -webkit-background-size: 17px 17px;
  background-size: 17px;
}

.social-share__other span.mail {
  -webkit-background-size: 19px 19px;
  background-size: 19px;
}

.social-share__other span.enlarge-font {
  -webkit-background-size: 20px 20px;
  background-size: 20px;
}

.social-share__other span:hover {
  opacity: 0.7;
}

html {
  scroll-behavior: smooth;
}

.news-detail-page {
  background-color: #fff;
}

.news-detail-page .breadcrumb {
  padding-top: 33px;
}

@media screen and (max-width: 767px) {
  .news-detail-page .breadcrumb {
    padding-top: 30px;
  }
}

.news-detail-page .news-detail-text {
  font-family: "Metropolis Light", Arial;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: -0.40799999237060547px;
  text-align: left;
  margin-top: 15px;
}

.news-right-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .news-right-wrapper {
    display: none;
  }
}

.news-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1599px) {
  .news-right-content {
    max-width: 100%;
  }
}

.promo {
  margin: 50px 0;
}

.promo__title {
  background: url(../index/flash.webp) no-repeat 0;
  background-size: contain;
  font-family: "Metropolis Extra Bold", Arial;
  font-size: 18px;
  height: 25px;
  margin-bottom: 22px;
  padding-left: 35px;
  font-weight: 700;
}

.promo__cover--img {
  display: block;
  height: auto;
  width: 100%;
}

.promo__item {
  border: 1px solid #e1e7f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.promo__item + .promo__item {
  margin-top: 20px;
}

.promo__content--link {
  display: block;
  padding: 16px 16px 0 16px;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--link {
    text-decoration: none;
    padding: 14px 14px 0 14px;
  }
}

.promo__content--title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  font-family: "Metropolis Bold", Arial;
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: 700;
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__content--title {
    font-size: 16px;
    line-height: 20px;
    height: 40px;
  }
}

@media screen and (max-width: 360px) {
  .promo__content--title {
    font-size: 14px;
    line-height: 18px;
    height: 38px;
  }
}

.promo__tag {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #ea0e0f;
  display: -webkit-box;
  font-family: "Metropolis Bold", Arial;
  font-size: 10px;
  height: 10px;
  letter-spacing: -0.3px;
  line-height: 16px;
  margin-top: 16px;
  margin-bottom: 12px;
  overflow: hidden;
  padding: 4px 10px 16px 16px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .promo__tag {
    display: inline-block;
  }
}

@media screen and (max-width: 1599px) and (min-width: 1024px) {
  .promo__tag {
    text-decoration: none;
    margin-top: 8px;
    padding: 4px 10px 14px 14px;
  }
}

.news-left-content p:has(iframe[src*="/xbu4h"]) {
  text-align: center;
}

.news-detail-content {
  background-color: #fff;
}

.news-detail-content strong {
  font-family: "Helvetica Bold", Arial;
}

@media screen and (max-width: 1023px) {
  .news-detail-content > .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.news-detail-title {
  font-weight: 900;
  color: #000;
  font-family: "Metropolis Bold", Arial;
  font-size: 44px;
  letter-spacing: -1.76px;
  line-height: 55px;
  margin-top: 17px;
}

@media screen and (max-width: 1399px) {
  .news-detail-title {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .news-detail-title {
    font-size: 39px;
    letter-spacing: -1.56px;
    line-height: 46px;
  }
}

@media screen and (max-width: 767px) {
  .news-detail-title {
    font-size: 30px;
    letter-spacing: -1.2px;
    line-height: 36px;
  }
}

.news-tags {
  margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
  .news-tags {
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: auto;
  }

  .news-tags::-webkit-scrollbar {
    display: none;
  }
}

.news-tags__link {
  text-decoration: none;
  background-color: #eef2f5;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  color: #000;
  display: inline-block;
  font-family: "Metropolis Medium", Arial;
  font-size: 14px;
  letter-spacing: -0.56px;
  line-height: 16px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 20px 10px 15px;
}

.news-tags__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .news-tags__link {
    margin-right: 0;
  }

  .news-tags__link + .news-tags__link {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1399px) {
  .news-tags__link {
    font-size: 13px;
  }
}

.news-media > img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-media {
    margin: 0 -15px;
  }
}

.news-content {
  color: #262626;
  font-family: Helvetica, Arial;
  font-size: 20px;
  line-height: 30px;
  padding: 0 30px;
  margin: 40px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .news-content {
    padding: 0;
  }
}

.news-content__inf {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -15px;
  padding: 15px 30px 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .news-content__inf {
    padding: 15px 0;
  }
}

.news-content h2,
.news-content h3 {
  color: #111;
  font-family: "Helvetica Bold", Arial;
  margin-top: 30px;
}

.news-content h2 {
  font-size: 28px;
  line-height: 38px;
}

.news-content h3 {
  font-size: 22px;
  line-height: 30px;
}

.news-profile {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  float: left;
}

@media screen and (max-width: 767px) {
  .news-profile {
    margin-bottom: 12px;
  }
}

.news-profile__account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5px;
}

.news-profile__account--editorname {
  font-weight: 900;
  color: #000;
  font-family: "Metropolis Bold", Arial;
  font-size: 13px;
  margin-left: -5px;
  letter-spacing: -0.52px;
  line-height: 19px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .news-inf {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.news-date {
  color: #6e7780;
  font-family: "Metropolis Medium", Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  line-height: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .news-date {
    line-height: 16px;
  }
}

.news-date::after {
  background: #6e7780;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "\A";
  display: inline-block;
  height: 3px;
  margin-bottom: 3px;
  margin-left: 10px;
  width: 3px;
}

@media screen and (max-width: 767px) {
  .news-date::after {
    display: none;
  }
}

.news-rate {
  background-color: #f3f3f3;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000;
  font-family: "Metropolis Medium", Arial;
  font-size: 13px;
  letter-spacing: -0.52px;
  padding: 7px 15px;
}

@media screen and (max-width: 767px) {
  .news-rate {
    display: none;
  }
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../index/IBMPlexMono.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("../index/IBMPlexMono-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-display: swap;
}

/*==============RESET===================*/

:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}

/*=========check styles=========*/

.check__wrapper {
  display: block;
  margin: 0px auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: var(--check-font-regular) !important;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.check__wrapper {
  padding: 0.5rem;
}

.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: 2rem;
}

.check__top-col-1-row1 {
  display: flex;
  flex-direction: column;
}

.bank__logo {
  max-width: 135px;
  width: 100%;
  height: 50px;
  object-fit: cover;
  object-position: center;
}

.check__top-col-title {
  color: var(--grey);
  margin-bottom: 8px;
  margin-top: 8px;
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.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;
}

.un-steps__check-mobile {
  display: none;
  margin: 0px auto;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

/*=========check mq=========*/

@media screen and (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
    line-height: 0.9rem;
  }
}

@media screen and (max-width: 1279px) {
  .un-steps__check-mobile {
    margin: 0px auto;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
  }
}

@media (max-width: 800px) {
  .check__wrapper {
    display: none;
  }
  .un-steps__check-mobile {
    display: block !important;
    padding: 1.2rem;
    border: 1px grey solid;
    font-family: var(--check-font-regular);
    line-height: 1;
    margin-bottom: 20px;
  }
  .check-mobile__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-bottom: 1.5px #666 solid;
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
  }
  .check-mobile__bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.9rem;
  }
  .check-mobile_lcolumn {
    display: block;
    text-align: left;
    color: #666;
  }
  .check-mobile_rcolumn {
    display: block;
    text-align: right;
    color: #000;
  }
  .check-mobile_sum-text {
    font-size: 1.3rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .check-mobile__logo {
    margin: 0 auto;
    max-width: 255px;
    width: 100%;
    height: 70px;
    object-fit: cover;
    object-position: center -8px;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
  }
  .check-mobile_amount {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  .check-mobile__date {
    margin: 0.5rem auto 0.7rem;
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 639px) {
  .un-steps__check-mobile {
    margin-bottom: 24px;
  }
}

@media (max-width: 435px) {
  .un-steps__check-mobile {
    padding: 0.8rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.7rem;
    margin-bottom: 7px;
  }
  .check-mobile_amount {
    font-size: 0.8rem;
    margin-bottom: 0.7rem;
  }
  .check-mobile__date {
    margin: 0.3rem auto 0.7rem;
    font-size: 0.7rem;
  }
  .check-mobile_sum-text {
    font-size: 0.9rem;
    color: #000;
  }
  .check-mobile__logo {
    height: 40px;
    margin-top: 0.7rem;
    object-position: -1 -30px;
    max-width: 150px;
  }
}

@media (max-width: 377px) {
  .un-steps__check-mobile {
    padding: 0.8rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.6rem;
    margin-bottom: 7px;
  }
}

@media (max-width: 341px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.6rem;
    margin-bottom: 5px;
  }
}

/*==========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 p,
.info__text {
  margin: 1rem 0;
}

.info p strong,
.info__text strong {
  font-weight: 700;
}

.info :is(h1, h2, h3, h4, h5, h6, span, li, p) a:hover,
.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;
  height: 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(../index/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;
}

.slider {
  width: 100%;
}

.swiper-slide img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
}

a,
:is(h1, h2, h3, h4, h5, h6, span, li, p) a {
  text-decoration: underline;
  color: #e11229;
}

/* feedback */

.feedback {
  margin-bottom: 20px;
  padding: 30px 0 12px;
}

.feedback__header,
.feedback__body {
  border-bottom: 1px solid #989898;
}

.feedback__header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

@media (max-width: 660px) {
  .feedback__header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 0 20px;
  }
}

.feedback__photo {
  flex-shrink: 0;
  width: 115px;
  height: 115px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback__photo img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: 25%;
}

.feedback .feedback__name {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 25px;
}

.feedback .feedback__position {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #787878;
}

.feedback__body {
  padding: 16px 0;
}

.feedback__body p {
  margin: 0 0 1rem 0;
  font-size: 20px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list li {
  position: relative;
  padding-left: 30px;
  margin: 1rem 0;
}

.list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  /* Modern browsers alternative for clip */
  clip-path: inset(50%) !important;
}

.pntr-ev {
  pointer-events: none;
}

.lh1-3 {
  line-height: 1.3;
}

.red {
  color: #e11229;
}

.info__wrapper {
  background: #e8eff5;
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.info__wrapper .info__subtitle {
  margin: 0 0 1rem;
}

.inf-exp {
  margin: 1rem 0;
}

.info__list {
  list-style: disc;
  padding-inline-start: 1.5rem;
}

.comment__screen {
  margin-top: 15px;
  max-width: 250px;
  height: 500px;
  width: 100%;
  display: block;
}

@media (max-width: 450px) {
  .header__external {
    gap: 7px;
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .news-profile {
    margin-bottom: 8px;
  }
  .news-content__inf {
    padding: 10px 0 0;
  }
}

.expert-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f7f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
}

.expert-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #e8ecf0;
}

.expert-info {
  flex: 1;
}

.expert-info h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 2px;
}

.expert-info .expert--prof {
  display: block;
  font-size: 16px;
  color: gray !important;
  margin-bottom: 10px;
}

.expert-info p {
  line-height: 1.6;
  margin-bottom: 0;
}

.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.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("../index/lupa.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.lightbox-img2 {
  width: 100%;
  display: flex !important;
  justify-content: center;
  background-color: #eeeeee;
}

body {
  -webkit-font-smoothing: antialiased;
  hyphens: auto !important;
  overflow-wrap: break-word !important;
}

.news-detail-title {
  font-weight: 400 !important;
}

.h_txt,
.steps__title,
.reg__title {
  font-weight: 400 !important;
}

.swiper {
  --swiper-theme-color: var(--corall);
}

/* Slideshow container */

.block-info-comment a:hover {
  color: #007fff;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  display: block;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.slideshow-container img {
  max-height: 500px;
  margin: 0 auto;
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Hide the images by default */
.mySlides {
  position: relative;
  display: none;
  overflow: hidden;
  background-color: #62626237;
  touch-action: pan-y;
  user-select: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #fe003d;
  font-weight: bold;
  font-size: 18px;
  transition:
    color 0.3s ease,
    background-color 0.3s ease;
  border: none;
  border-radius: 0 3px 3px 0;
  background-color: transparent;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #007fff;
}

/* Slide number text (1/3 etc) */
.slide-number {
  color: #f2f2f2;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  z-index: 5;
}

/* The dots/bullets/indicators */
.dots-container {
  position: absolute;
  top: calc(100% - 25px);
  left: 0;
  right: 0;
  z-index: 5;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dot.active {
  background-color: #fe003d;
}

.dot:hover {
  background-color: #717171;
}

/* Zoom styles */

.zoom-overlay {
  display: none;
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  cursor: zoom-out;
  opacity: 1;
  transition: background-color 0.24s ease;
  isolation: isolate;
  touch-action: none;
  overscroll-behavior: contain;
  /* Safari */
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.zoom-overlay.is-open {
  background: rgba(0, 0, 0, 0.85);
}

.zoom-image {
  object-fit: contain;
  cursor: default;

  z-index: 1;

  transition:
    left 0.26s ease,
    top 0.26s ease,
    width 0.26s ease,
    height 0.26s ease,
    opacity 0.2s ease;

  -webkit-user-drag: none;
  user-select: none;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.zoom-close {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  right: calc(12px + env(safe-area-inset-right));
  bottom: auto;
  left: auto;

  display: block;

  width: 44px;
  height: 44px;

  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;

  color: #fff;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  font-weight: bold;

  cursor: pointer;
  z-index: 2147483647;

  opacity: 0;
  pointer-events: none;

  transition:
    opacity 0.2s ease,
    color 0.3s ease;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);

  -webkit-tap-highlight-color: transparent;
}

.zoom-overlay.is-open .zoom-close {
  opacity: 1;
  pointer-events: auto;
}

.zoom-close:hover {
  color: #e11229;
}

[data-zoomable] {
  position: relative;
  display: block;
  cursor: zoom-in;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

[data-zoomable]::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #e11229;
  background-image: url(../index/lupa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari only */
    .zoom-overlay {
      isolation: isolate;
    }

    .zoom-image {
      image-rendering: auto;
    }
  }
}

/* Fading animation */
.fade__img {
  text-align: center;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .expert-card {
    display: block;
    overflow: hidden;
  }

  .expert-avatar {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 14px;
    margin-bottom: 8px;
  }

  .expert-info {
    display: block;
  }

  .expert-info h4 {
    margin-top: 0;
  }

  .expert-info p {
    margin-bottom: 10px;
  }
}
.at-callout {
  background: #f4f4f4;
  border-left: 4px solid #009;
  padding: 20px;
  margin: 24px 0;
}

.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 + var(--reg-v4-avatar-border-width) * 2
  );
  --reg-v4-line-width: 1px;
  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) + var(--reg-v4-line-width) / 2
  );
}

.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}

.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}

.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}

.reg-v4 .reg-v4__content::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}

.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.reg-v4 .reg-v4__avatar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);
  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  z-index: 2 !important;
}

.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}

.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}

.reg-v4 .reg-v4__title {
  width: fit-content !important;
  max-width: 100%;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}

.reg-v4 .reg-v4__content > ul,
.reg-v4 .reg-v4__content > ol {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}

.reg-v4 .reg-v4__content > ul li,
.reg-v4 .reg-v4__content > ol li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}

.reg-v4 .reg-v4__content > ul li:last-child,
.reg-v4 .reg-v4__content > ol li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}

.reg-v4 .reg-v4__content > ul li::before,
.reg-v4 .reg-v4__content > ol li::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}

.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}

.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}

.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}

.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}

.reg-v4 .button-link {
  display: inline-block !important;
  width: var(--reg-v4-button-width);
  max-width: none !important;
  margin: var(--reg-v4-button-margin);
  padding: var(--reg-v4-button-padding);
  font-weight: var(--reg-v4-button-font-weight);
  font-size: var(--reg-v4-button-font-size);
  line-height: 100% !important;
  text-align: center !important;
  text-transform: var(--reg-v4-button-text-transform);
  color: var(--reg-v4-button-text-color);
  background-color: var(--reg-v4-button-bg);
  border-radius: var(--reg-v4-button-radius);
  text-decoration: none !important;
  box-shadow: var(--reg-v4-button-shadow);
}

.reg-v4 .button-link:hover {
  color: var(--reg-v4-button-text-hover-color);
  background-color: var(--reg-v4-button-hover-bg);
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }
  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }
  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}

@media (max-width: 575px) {
  .reg-v4 .button-link {
    width: var(--reg-v4-button-mobile-width);
    margin-left: var(--reg-v4-button-mobile-margin-left);
  }
}

html[dir="rtl"] html[dir="rtl"] .reg-v4 {
  direction: rtl;
  --reg-v4-dot-center-left: calc(
    var(--reg-v4-content-padding-left) - var(--reg-v4-line-left) - var(--reg-v4-line-width) / 2
  );
}

html[dir="rtl"] .reg-v4 .reg-v4__content {
  padding-left: 0;
  padding-right: var(--reg-v4-content-padding-left);
}

html[dir="rtl"] .reg-v4 .reg-v4__content::before {
  left: auto !important;
  right: var(--reg-v4-line-left) !important;
}

html[dir="rtl"] .reg-v4 .reg-v4__avatar {
  left: auto !important;
  right: 0 !important;
}

html[dir="rtl"] .reg-v4 .reg-v4__content > ul,
html[dir="rtl"] .reg-v4 .reg-v4__content > ol {
  text-align: right !important;
}

html[dir="rtl"] .reg-v4 .reg-v4__content > ul li::before,
html[dir="rtl"] .reg-v4 .reg-v4__content > ol li::before {
  left: auto !important;
  right: calc(var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) + var(--reg-v4-line-width) / 2) !important;
  transform: translate(50%, -50%) !important;
}

@media (max-width: 575px) {
  html[dir="rtl"] .reg-v4 .button-link {
    margin-left: auto;
    margin-right: var(--reg-v4-button-mobile-margin-left);
  }
}

.reg-v4 {
  --reg-v4-accent: #e11229;
  --reg-v4-button-bg: #e11229;
  --reg-v4-button-hover-bg: #007fff;
}
.reg-v4 {
  --reg-v4-accent: #005890;
  /* timeline line and step markers color */
  --reg-v4-title-bg: #e3e3e3;
  /* title background */
  --reg-v4-title-color: #000;
  /* title text color */
  --reg-v4-text-color: #000;
  /* main text color */
  --reg-v4-font-family: Arial, sans-serif;
  /* font family for the whole block */
  --reg-v4-button-bg: #005890;
  /* button background color */
  --reg-v4-button-hover-bg: #007fff;
  /* button hover background */
  --reg-v4-button-text-color: #ffffff;
  /* button text color */
  --reg-v4-button-text-hover-color: #ffffff;
  /* button hover text color */
  --reg-v4-button-text-transform: uppercase;
  /* button text transform */
  --reg-v4-link: #e11229;
  /* link color */
  --reg-v4-link-hover: #007fff;
  /* link hover color */
  --reg-v4-link-bold: inherit;
  /* font weight link */
  --reg-v4-note-color: #464b5a;
  /* note text color */
  --reg-v4-content-padding-top: 16px;
  /* top padding of content */
  --reg-v4-content-padding-bottom: 8px;
  /* bottom padding of content */
  --reg-v4-content-padding-left: 75px;
  /* left padding reserved for avatar, line and markers */
  --reg-v4-content-mobile-padding-left: 58px;
  /* left padding on mobile */
  --reg-v4-content-mobile-padding-bottom: 20px;
  /* bottom padding on mobile */
  --reg-v4-avatar-size: 54px;
  /* avatar image size */
  --reg-v4-avatar-mobile-size: 47px;
  /* avatar image size on mobile */
  --reg-v4-avatar-gap: 0px;
  /* gap between image and border */
  --reg-v4-avatar-border: none;
  /* avatar border */
  --reg-v4-avatar-border-width: 0px;
  /* border width, must match border */
  --reg-v4-avatar-radius: 50%;
  /* avatar border radius */
  --reg-v4-avatar-margin-bottom: -60px;
  /* avatar bottom margin */
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  /* avatar bottom margin on mobile */
  --reg-v4-line-left: 27px;
  /* vertical line horizontal position */
  --reg-v4-line-mobile-left: 19px;
  /* vertical line horizontal position on mobile */
  --reg-v4-line-top: 20px;
  /* vertical line starting position */
  --reg-v4-line-height: 93%;
  /* vertical line height */
  --reg-v4-line-mobile-height: 92%;
  /* vertical line height on mobile */
  --reg-v4-line-width: 1px;
  /* vertical line width */
  --reg-v4-dot-size: 11px;
  /* step marker size */
  --reg-v4-dot-radius: 50%;
  /* 50% = circle, 0 = square */
  --reg-v4-dot-top: 0.65em;
  /* marker vertical position */
  --reg-v4-name-font-size: 16px;
  /* author name font size */
  --reg-v4-name-font-weight: 700;
  /* author name font weight */
  --reg-v4-name-line-height: 18px;
  /* author name line height */
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  /* author name color */
  --reg-v4-title-font-size: 1.1875rem;
  /* title font size */
  --reg-v4-title-font-weight: 800;
  /* title font weight */
  --reg-v4-title-line-height: 1.5rem;
  /* title line height */
  --reg-v4-title-letter-spacing: 0;
  /* title letter spacing */
  --reg-v4-title-text-transform: uppercase;
  /* title text transform */
  --reg-v4-title-padding: 16px 13px;
  /* title padding */
  --reg-v4-title-margin: 4px 0 25px;
  /* title margin */
  --reg-v4-title-radius: 4px;
  /* title border radius */
  --reg-v4-step-font-size: 19px;
  /* step text font size */
  --reg-v4-step-line-height: 1.35;
  /* step line height */
  --reg-v4-step-margin: 8px 0;
  /* spacing between steps */
  --reg-v4-last-step-margin-top: 20px;
  /* top margin of last step */
  --reg-v4-step-bold: 700;
  /* font weight for bold text like labels inside <b> tag */
  --reg-v4-note-font-size: var(--font-size-main-text);
  /* note font size */
  --reg-v4-note-margin: 0 0 20.647px;
  /* note margin */
  --reg-v4-button-width: 100%;
  /* button width */
  --reg-v4-button-mobile-width: 90%;
  /* button width on small screens */
  --reg-v4-button-margin: 0 auto 20px;
  /* button margin */
  --reg-v4-button-mobile-margin-left: 10px;
  /* button left margin on mobile */
  --reg-v4-button-padding: 19px;
  /* button padding */
  --reg-v4-button-font-size: 16px;
  /* button font size */
  --reg-v4-button-font-weight: 700;
  /* button font weight */
  --reg-v4-button-radius: 10px;
  /* button border radius */
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  /* button shadow */
}

.custom-dropdown-wrapper {
  position: relative;
  width: 100%;
}

.custom-dropdown-selected {
  padding-right: 32px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  font-size: 17px !important;
}

.custom-dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
  line-height: 1;
  height: 1em;
  display: flex;
  align-items: center;
}

.custom-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 4px;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  list-style: none;
}

.custom-dropdown-list::-webkit-scrollbar {
  width: 4px;
}

.custom-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ddd;
}

.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.custom-dropdown-option:hover {
  background: #f2f2f2;
}

.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
}

input.custom-dropdown-selected::placeholder {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 13px !important;
  }
  .custom-dropdown-selected {
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 12px !important;
  }
  .custom-dropdown-selected {
    font-size: 12px !important;
  }
}

.popup-modal-overlay {
  --popup-surface-start: #f4f4f4;
  --popup-surface-end: #f8f8f8;
  --popup-text: #222222;
  --popup-text-muted: #666666;
  --popup-field: #e6e6e6;
  --popup-field-border: #cecece;
  --popup-soft: #dadada;
  --popup-accent-start: #edf937;
  --popup-accent-end: #95db03;
  --popup-brand-start: #ac97ff;
  --popup-brand-end: #947eee;
  position: fixed;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 36px;
  padding: 20px;
  background: rgba(34, 34, 34, 0.7);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--popup-text);
}

.popup-modal-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.popup-modal__backdrop-blocker {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.popup-modal {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 580px;
  color: var(--popup-text);
}

.popup-modal__step {
  display: none;
}

.popup-modal__step.is-active {
  display: block;
}

.popup-modal__frame {
  position: relative;
}

.popup-modal__card {
  position: relative;
  z-index: 2;
  padding: 20px 8px 8px;
  border-radius: 24px;
  background: linear-gradient(226deg, var(--popup-surface-start) 0%, var(--popup-surface-end) 100%);
  box-shadow: 0 6px 24px rgba(68, 68, 68, 0.12);
}

.popup-modal__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup-modal__copy {
  padding: 0 12px;
}

.popup-modal__copy--stacked {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-modal__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  color: var(--popup-text);
}

.popup-modal__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: var(--popup-text);
}

.popup-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.popup-modal__close::before,
.popup-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1.5px;
  border-radius: 999px;
  background: #555;
}

.popup-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-modal__actions {
  display: flex;
  gap: 12px;
}

.popup-modal__actions--stacked {
  flex-direction: column;
  gap: 8px;
}

.popup-modal__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 67px;
  padding: 18px;
  border: 0;
  border-radius: 16px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.popup-modal__button:hover {
  transform: translateY(-1px);
}

.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}

.popup-modal__button--primary {
  flex: 1 1 auto;
  background: linear-gradient(90deg, var(--popup-accent-start) 0%, var(--popup-accent-end) 100%);
  color: var(--popup-text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.popup-modal__button--primary:hover {
  background: linear-gradient(90deg, #f2ff44 0%, #9eea02 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 8px 18px rgba(149, 219, 3, 0.18);
}

.popup-modal__button--primary:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.08);
}

#showFormButton::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='5.25' stroke='%23222222' stroke-width='1.5'/%3E%3Cpath d='M10 7V13' stroke='%23222222' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M7 10H13' stroke='%23222222' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
    center/20px no-repeat;
}

.popup-modal__button--secondary {
  flex: 0 0 128px;
  background: var(--popup-soft);
  color: var(--popup-text-muted);
}

.popup-modal__button--secondary:hover {
  background: #e4e4e4;
  color: var(--popup-text);
  box-shadow: 0 8px 18px rgba(68, 68, 68, 0.08);
}

.popup-modal__button--secondary:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.08);
}

.popup-modal__button--reason {
  justify-content: flex-start;
  min-height: 67px;
  padding-right: 52px;
  background: #fff;
  color: var(--popup-text);
  text-align: left;
  box-shadow: inset 0 0 0 1px rgba(34, 34, 34, 0.03);
}

.popup-modal__button--reason:hover {
  transform: translateY(-1px);
  background: #fbfbfb;
  box-shadow:
    inset 0 0 0 1px rgba(144, 116, 255, 0.28),
    0 8px 18px rgba(68, 68, 68, 0.08);
}

.popup-modal__button--reason:active {
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px rgba(144, 116, 255, 0.35);
}

.popup-modal__button--reason::after {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
}

.popup-modal__actions--stacked .popup-modal__button--reason:nth-child(1)::after {
  content: "\01F60C";
}

.popup-modal__actions--stacked .popup-modal__button--reason:nth-child(2)::after {
  content: "\023F3";
}

.popup-modal__actions--stacked .popup-modal__button--reason:nth-child(3)::after {
  content: "\01F648";
}

.popup-modal__actions--stacked .popup-modal__button--reason:nth-child(4)::after {
  content: "\01F914";
}

.popup-modal__actions--stacked .popup-modal__button--reason:nth-child(5)::after {
  content: "\01F622";
}

.popup-modal__form-shell {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-modal__form {
  width: 100%;
}

.popup-modal__form:where(.field, .form-group, .input-group) {
  margin: 0;
}

.popup-modal__form:where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}

.popup-modal__form:where(
  input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
  select,
  textarea
) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}

.popup-modal__form:where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}

.popup-modal__form:where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}

.popup-modal__form:where(button:not(.iti-aio__selected-country), input[type="submit"], input[type="button"]),
.popup-modal__form #popupCustomForm .aio-sdk-input-container input[type="submit"] {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(90deg, var(--popup-accent-start) 0%, var(--popup-accent-end) 100%) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}

.popup-modal__form .aio-sdk-form .aio-sdk-input-container {
  height: unset !important;
}

.popup-modal__form .aio-form .aio-sdk-input-container:last-child {
  margin: 0 !important;
}

.popup-modal__form:where(.iti, .iti--allow-dropdown) {
  width: 100%;
}

.popup-modal__thanks-state {
  display: block;
  position: relative;
  padding: 0 12px;
  text-align: center;
}

.popup-modal__thanks-badge {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1;
}

.popup-modal__thanks-copy {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-modal__thanks-copy .popup-modal__text {
  text-align: center;
}

.popup-modal__card--thank {
  padding-top: 40px;
  padding-bottom: 20px;
}

.popup-modal__brand-strip {
  position: relative;
  z-index: 1;
  margin-top: -36px;
  padding: 12px 8px 8px;
  height: 92px;
  box-sizing: border-box;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background: linear-gradient(90deg, var(--popup-brand-start) 0%, var(--popup-brand-end) 100%);
  display: flex;
  align-items: flex-end;
}

.popup-modal__brand-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 40px;
  width: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 16px;
  background: linear-gradient(90deg, var(--popup-brand-end) 0%, var(--popup-brand-start) 100%);
  color: #fff;
}

.popup-modal__brand-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #fff;
}

.popup-modal__brand-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.popup-modal__brand-name {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  white-space: nowrap;
}

.popup-modal__legal {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 580px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}
/* list of countries above the pop-up in the mobile */

.iti-aio--container {
  z-index: 10000 !important;
}

@media (max-width: 480px) {
  .popup-modal-overlay {
    gap: 24px;
    padding: 16px;
  }
  .popup-modal {
    max-width: 100%;
  }
  .popup-modal__card {
    border-radius: 20px;
  }
  .popup-modal__brand-strip {
    height: 88px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .popup-modal__title {
    font-size: 18px;
  }
  .popup-modal__text,
  .popup-modal__button {
    font-size: 15px;
  }
  .popup-modal__button--reason {
    min-height: 60px;
    padding: 16px 48px 16px 16px;
  }
  .popup-modal__thanks-badge {
    top: -62px;
    font-size: 32px;
  }
}
