@font-face {
  font-family: "Guardian Egyp Regular";
  src: url("");
}

@font-face {
  font-family: "Guardian Egyp Medium";
  src: url("");
}

@font-face {
  font-family: "Guardian Egyptian Web Bold";
  src: url("");
}

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

:root {
  --red: #b80000;
  --black: #303030;
  --white: #ffffff;
  --yellow: rgb(255, 229, 0);
  --gray: #626262;
  --blue: #052962;
  --title-color: #232a31;
  --text-color: #1d2228;
  --label-color: #767d84;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  --text-size: 1.1rem;
  --text-size-sm: 0.885rem;
  --title-size: 2.5rem;
  --title-size-md: 2.1rem;
  --title-size-sd: 1.5rem;

  --guardian-bold: "Guardian Egyptian Web Bold";
  --guardian-medium: "Guardian Egyp Medium";
  --guardian-regular: "Guardian Egyp Regular";
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  height: 100%;
  overflow-x: hidden;
}
body {
  height: 100%;
  color: var(--title-color);
}
h1,
h2,
h3,
h4 {
  color: var(--title-color);
}
h1,
h2 {
  font-size: var(--title-size);
}
ul {
  list-style: none;
  padding: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  color: rgb(224, 94, 0) !important;
  font-weight: bold;
}
img {
  height: auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: var(--white);

  width: 1140px;
  margin: 0px auto;
}
.container-my {
  max-width: 95%;
  margin: 0 auto;
}
.content__main {
  background-color: #ffffff;
}
.adv__content {
  background-color: #ffffff;
}
.label {
  display: block;
  font-style: italic;
  text-align: center;
  color: rgba(0, 0, 0, 0.501);
  margin-bottom: 1rem;
}

/*==============CHECK==============*/

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: monospace;
  font-style: initial;
}
.check__wrapper {
  padding: 0.5rem;
}
.check__top {
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check span {
  font-weight: 400 !important;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot_margin {
  margin-left: 10px;
}
.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-top {
  color: #fff;
  position: relative;
}
.header-top__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 42px;
  background-color: #fff;
  margin: auto;
  letter-spacing: -0.5px;
}
.header-top__sup {
  color: rgb(255, 229, 0);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 2.125rem;
  line-height: 1.15;
  font-weight: 700;
}
.header-top__list {
  display: flex;
}
.header-sub-logo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 10%;
  margin-bottom: -4%;
}

.header-top__item {
  color: #999;
  display: flex;
  padding: 10px 18.5px 10px 0px;
  font-size: 0.9rem;
  transition: color 80ms ease-out;
  height: fit-content;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  height: 42px;
}
.item-img {
  padding: 10px 11px 10px 11px;
}
.list_1 .header-top__item {
  padding: 10px 18.5px 10px 9px;
}
.header-top__item svg {
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.list_1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-left: -2rem;
  text-transform: uppercase;
  color: rgb(153, 153, 153);
  font-weight: 700 !important;
}
.list_1 .header-top__item {
  border-left: 1px solid #e6e6e6;
}
.list_1 .header-top__item:last-child {
  border-right: 1px solid #e6e6e6;
}

.item-img {
  border-left: 1px solid #e6e6e6;
}
.item-img:last-child {
  border-right: 1px solid #e6e6e6;
}
.list_1 img {
  margin: auto 10px;
}
.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%; */
  margin: auto;
  color: #999;
  font-size: 1rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.list_1 span {
  font-size: 0.9rem;
}
.header-top__logo {
  /* position: absolute; */
  top: 0;
  right: 30px;
  overflow: hidden;
}
.header-top__logo svg {
  width: 295px;
  margin-top: 2%;
}

/* .header-top::after {
    content: '';
    display: block;
    position: absolute;
    left: -20%;
    height: 1px;
    width: 160%;
    background-color: #e6e6e6;
  } */

.header-top::after {
  content: "";
  display: block;
  position: absolute;
  /* left: -20%; */
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
}
.header-nav {
  color: #fff;
  margin-top: 2.9rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.header-nav__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-nav__item {
  font: 1.25rem / 1 "Roboto Condensed", sans-serif;
  font-weight: 500;
  padding: 0rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-bottom: 5px;
  color: rgb(17, 17, 17);
}
.header-nav__item:nth-child(1) {
  position: relative;
}
.header__wrapper {
  position: relative;
}
.hdr_hr::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #f90;
}
.container-my {
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.logo {
  width: 210px;
  height: auto;
  margin-left: 0.3rem;
  margin-top: 1.4rem;
}
.header-nav__burger {
  display: none;
}

.header_imgs {
  width: 20px;
  height: 20px;
}
.aside-nav__item {
  background-color: #8ac6e2;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 6px 5px 1px 5px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
.aside-nav__item_1 {
  background-color: #158dc5 !important;
  margin-right: 0.1rem;
}
.hdr_img_bot {
  height: 16px;
}

/*==========ASIDE===========*/

.aside-nav {
  /* border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC; */
}
.aside-nav__row {
  display: flex;
  gap: 0.1rem;
  /* padding: 2px 1rem; */
  margin-left: -0.7rem;
}
.aside-nav__item:nth-child(10) {
  font-weight: 700;
}

/*=======author=======*/

.author-share-date-container {
  width: 100%;
  /* padding: 0 16px; */
  margin: 16px auto 16px auto;
}
.author-share-date::before {
  margin-bottom: 0.6rem;
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 16px;
  border-bottom: 1px solid #e6e6e6;
  z-index: 1;
}
.author-share-date {
  align-items: flex-end;
}
.sls-share-buttons,
.author-share-date {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
}
.author-share-date .bal-hasab {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.author-share-date .bal-hasab,
.author-share-date .jobb-hasab {
  display: flex;
  align-items: flex-end;
  align-items: center;
}
.author-share-date .szerzok_container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.author-share-date .szerzo {
  display: flex;
  align-items: center;
  flex-shrink: 1;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;

  text-transform: uppercase;

  color: #111;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
}
/* .indexhu .author-share-date .datum {
    right: 16px;
  } */
.datum {
  color: #999999;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 1.4rem;
}
.indexhu .author-share-date .megoszt {
  display: inline-block;
  align-items: stretch;
  width: auto;
  background-color: #f1f1f1;
}
.author-share-date .megoszt .fb-share,
.author-share-date .megoszt .index-social-box {
  border-right: 1px solid #fff;
}
.social-follow {
  flex-flow: var(--sf-direction) wrap;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: var(--sf-padding);
  background: var(--sf-background);
  color: var(--sf-color);
  font: bold var(--sf-font-size) / normal "Open Sans", sans-serif;
}
.social-follow.small {
  --sf-direction: row;
  --sf-padding: 6px 8px;
  --sf-font-size: 14px;
  --sf-logo-width: 37px;
  display: var(--display-small, flex);
}
.social-follow.facebook {
  --sf-background: linear-gradient(300deg, #0062e0, #19afff);
  --sf-color: white;
}
.social-follow img {
  display: block;
  width: var(--sf-logo-width);
}
.social-follow.small p {
  max-width: 135px;
  margin-right: auto;
}
.social-follow p {
  font-size: inherit;
  font-weight: bold;
  line-height: 1.07;
}
.social-follow a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 16px;
  background: white;
  color: #0062e0 !important;
}
.social-follow.facebook {
  --sf-background: linear-gradient(300deg, #0062e0, #19afff);
  --sf-color: white;
}
.social-follow.small {
  --sf-direction: row;
  --sf-padding: 3px 6px 0px 6px;
  --sf-font-size: 12px;
  --sf-logo-width: 37px;
  display: var(--display-small, flex);
  margin: 10px 0px;
}
.fb {
  background-color: rgb(0, 98, 224);
  width: 22px !important;
  padding: 3px 7px;
  border-radius: 100%;
}
.jobb-hasab p,
.jobb-hasab a {
  font-weight: bolder;
  font-size: 12.4px;
  margin: 0.3rem auto;
}
.jobb-hasab a {
  text-decoration: none;
}
.orange_item {
  background-color: #f90;
  margin-top: 0.4rem;
  display: inline-block;
  vertical-align: top;
  font: bold 11px/14px "_IPH Open Sans", sans-serif;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  width: 77px;
  padding: 2% 1% 1% 1%;
  text-decoration: none;
  text-transform: uppercase;
}

.user_plus {
  width: 17px;
  margin-top: -5px;
}
.kovetes {
  display: flex;
  flex-direction: column;
}

.szerzo-kep {
  width: 40px;
  height: 40px;
  margin-right: 7px;
}
/*=======CONTENT=======*/

.content-flex {
  /* border-left: 1px soild #DCDCDC;
    border-right: 1px soild #DCDCDC; */
  display: flex;
  margin-left: -1rem;
}
.date {
  margin-right: 1rem;
}
.img_share {
  width: 40px;
  margin: 6% 0;
  background-color: rgb(241, 241, 241);
  padding: 8px;
}
.content-name {
  flex: 1 1 20%;
  /* border-left: 1px solid #DCDCDC; */
}
.adv__content {
  flex: 1 1 31%;
  /* border-right: 1px solid #DCDCDC; */
  /* padding: 0 26px 0 0px; */
}
.szerzok_container {
  width: 70%;
}
.main__content {
  /* padding: 0 5px; */
  padding: 0 5px 0 0;
  flex: 1 1 70%;
  max-width: 764px;
  width: 100%;
}

/*==========CONTENT-NAME==========*/

.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 {
}
.main__title {
  font-weight: 700;
  font-size: 3rem;
  margin-left: -0.7rem;
  margin-top: 1.8rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.main__label {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.main__socials {
  display: none;
}

/*=============INFO================*/

.info,
.reg,
.block-info {
  color: #323232;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.info__row {
  display: flex;
  margin-top: 1rem;
}
.info__subtitle {
  font-size: 1.5rem;
}

.info__text {
  margin: 1rem 0;
}

.info__text_italic {
  font-style: italic;
  color: #666;
  border-left: 2px solid #f90;
  padding-left: 16px;
}

.main__img {
  width: 100%;
}

.info__img {
  max-width: 730px;
  width: 100%;
}

.image_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e0e0e0;
}

.info__img_small {
  width: 40%;
}

.text_uppercase {
  text-transform: uppercase;
}
.info__text a:hover {
  color: var(--blue);
}
.info__text span {
  font-weight: 700;
  color: var(--text-color);
}
.info__important {
  color: #000000;
  border-left: 4px solid #e11229;
  font-size: 16px;
  line-height: 28px;
  padding-left: 16px;
}

blockquote ::before {
  background-image: url("");
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 18px;
  left: 18px;
  position: absolute;
  top: 24px;
  width: 16px;
}
.img__label {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(68, 68, 68, 0.486);
  margin-bottom: 1rem;
}
.info__important span {
  color: #1b1b1b;
}
.button-link {
  color: #fff !important;
  background-color: #e11229;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 1rem 0;
  margin-top: 20px;
  border-radius: 7px;
  width: 100%;
}
.button-link:hover {
  color: #fff !important;
  background-color: #007fff;
}

/*=========STEPS==============*/

.steps {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.steps__title,
.info__title {
  font-size: 30px;
  line-height: 38px;
  margin-top: 1rem;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.steps__text {
  font-size: var(--text-size);
  border-left: 4px solid var(--blue);
  padding: 0.385rem;
}
.steps__text a:hover {
  color: #e02e3d;
}
.steps__text span {
  color: var(--blue);
  font-weight: 700;
}
.steps__important {
  font-size: var(--text-size);
  font-style: italic;
  border-left: 8px solid var(--blue);
  padding-left: 1rem;
}
.steps__important a {
  color: #dc0505;
}
.steps__important a:hover {
  color: #3b5998;
}
.steps__img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.steps__img-chel {
  margin: 0 auto;
  display: block;
}
/*===========BENEFITS============*/

.benefits {
  margin-top: 1rem;
  font-size: var(--text-size);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.benefits__title {
  font-size: 30px;
  line-height: 38px;
  margin: 1rem 0;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.benefits__list {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.benefits__item {
  margin-bottom: 1rem;
}
.benefits__item a {
  color: var(--blue);
  font-weight: normal;
  text-decoration: underline;
}
.benefits__item span {
  color: var(--blue);
  font-size: var(--title-size-sd);
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
.benefits__item span img {
  margin-right: 0.5rem;
}

/*=========REG=============*/

/*=========REG=============*/

.reg {
  margin-top: 1rem;
  /* font-size: var(--text-size);
    font-family: "Open Sans", Helvetica, Arial, sans-serif; */
}
.reg__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.reg__list {
  color: rgb(50, 50, 50);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.reg p {
  text-align: center;
  display: block;
  max-width: 60%;
  margin: 0 auto;
  color: #000;
  font-size: 1rem;
  box-shadow: var(--box-shadow);
  padding: 1rem;
}
.reg p span {
  color: #e02e3d;
}
.reg__item {
  font-size: var(--text-size);
  margin-bottom: 0.5rem;
  list-style-type: disc;
  font-weight: normal;
}
.reg__item a {
  color: var(--blue);
  font-weight: 700;
}
.reg__item a:hover {
  color: #3b5998;
}

/*==========TAGS================*/

.tags {
  margin-top: 3rem;
  font-size: var(--text-size);
}
.tags__row {
  display: flex;
  gap: 0.5rem;
}
.tags__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.tags__row a {
  color: #444;
}
.tags__block:hover {
  color: var(--blue);
}
/*==========TAGS================*/

.tags {
  margin-top: 3rem;
  font-size: var(--text-size);
}
.tags__row {
  display: flex;
  gap: 0.5rem;
}
.tags__title {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.tags__row a {
  color: #444;
}
.tags__block:hover {
  color: var(--blue);
}

/*=============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: "Open Sans", Helvetica, Arial, sans-serif;
}
.comment-display {
  border-top: 1px solid #767d843c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}
.comment-display div {
  display: flex;
  gap: 1rem;
}
.comment-display div span:nth-child(1) {
  background-color: #626262;
  padding: 0px 7px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #767d843c;
  padding-top: 0.5rem;
}
.comment-block-answer {
  margin-left: 4rem;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  max-width: 32px;
}
.block-info {
  width: 100%;
}
.block-info-comment {
  position: relative;
}
.block-info-comment__svg {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  font-size: 0.8rem;
}
.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: rgb(224, 94, 0);
  padding-bottom: 1rem;
}
.block-info-comment__name span {
  font-size: 0.8rem;
  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: 0.7rem;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
}

/*================ADVCONTENT===============*/

.adv__content {
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.adv__col {
  border: 1px solid #ccc;
  border-top-color: rgb(204, 204, 204);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: 0;
  padding: 16px;
  color: #323232;
  display: flex;
  flex-flow: wrap;
  margin-top: -0.5rem;
}
.adv__block {
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}
.adv__title {
  color: #fff;
  background-color: #323232;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 42px;
  padding-left: 16px;
  text-align: left;
  font-size: 14px;
}
.adv__info {
  flex: 1 1 75%;
}
.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: "Open Sans", Helvetica, Arial, sans-serif;
}
.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: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.recommend__img {
  max-width: 100%;
}

body {
  overflow-x: hidden;
  margin: 0% !important;
  width: 100% !important;
}

/*==========FOOTER===========*/

.footer {
  /* background-color: var(--blue); */
  padding: 1.2rem 2rem;
  border-top: 2px solid #d0d0d0;
}

.footer__column {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.footer__column a {
  color: #111 !important;
  text-decoration: none;
  font-weight: 400;
}
.footer_end {
  text-align: center;
}

/* .footer__column li{
    margin: 1rem 0;
    display: flex;
    flex-direction: row;
} */
/* .footer__item{
    color: #fff;
    
} */
/* .footer__img{
    margin-bottom: 2rem;
} */
/* .footer__copy{
    color: #fff;
} */

/*========MEDIA-QUERIES=========*/

@media (max-width: 1200px) {
  .header-nav__item {
    white-space: nowrap;
  }
  .header-top__logo svg {
    width: 300px;
  }
  .header-top__logo {
    right: 70px;
  }
  .header-top__sup {
    font-size: 1.3rem;
  }

  .header-subscribe__btn {
    padding: 3px 0.7rem;
  }
  .aside-nav__row {
    gap: 0.5rem;
  }
}

@media (max-width: 990px) {
  .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: 950px) {
  .adv__content {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    margin: 0 0% 0 6%;
  }
  .header-top::after {
    left: -7%;
    width: 108%;
  }
  .vis {
    display: block !important;
  }
  .list_1 .header-top__item {
    padding: 10px 6.5px 10px 13px;
  }
  .jobb-hasab {
    display: none !important;
  }
  .main__title {
    font-size: 2rem;
    margin-left: 0rem;
    margin-top: 1.8rem;
  }
  .main__content {
    /* padding: 0 1% 0 3%; */
    padding: 0 1% 0 0;
  }
  .footer__column {
    flex-direction: column;
  }
  .footer__column li {
    margin-bottom: 1rem;
  }
  .header-nav__item {
    font-size: 0.9rem;
    /* white-space: nowrap; */
    margin-right: 1rem;
  }
  .header-top__item span {
    display: none;
  }
  .header-nav__row {
    overflow-x: auto;
  }
  .wrapper {
    width: auto;
  }
  .container-sm {
    max-width: 764px !important;
  }

  .header-nav__row {
    gap: 0;
  }

  .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;
  }
}

/* .comm_image {
  width: 230px;
} */

@media (max-width: 710px) {
  .comment-block-answer .block-info-comment {
    width: 83%;
    /* 
    margin-top: 2rem; */
  }
  .no_itm {
    display: none;
  }
  .comment-block-answer {
    margin-left: 1.6rem;
  }
  .block-info-comment__name {
    font-size: 0.85rem;
  }
  .comment-block-answer img {
    width: 100%;
  }
  .comment-block-answer .block-info-comment__svg {
    margin-right: -2rem;
  }
  .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;
    /* padding-right: 20px; */
  }
  .header-top__logo svg {
    width: 200px;
  }
  .header-nav {
    margin-top: 2rem;
  }
  .aside-nav {
    overflow-x: auto;
    white-space: nowrap;
  }
  .comment-block-answer .comm {
    width: 75%;
  }
  .block-info-comment__name span {
    padding-left: 0;
    display: block;
  }
}

@media (max-width: 520px) {
  .footer__row {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 494px) {
  .header-nav__item {
    padding: 2px 0.3rem;
  }
  .header-top__logo {
    right: 16px;
  }
}

/*=========CHECKMQ=======*/
@media (max-width: 1024px) {
  .header-nav__row {
    display: none;
  }
}

.web-link {
  font-size: 0.1rem;
  color: var(--blue);
}
.web-link a {
  color: var(--blue);
}

.un-steps__check-mobile {
  display: none;
}

.first-date {
  margin-right: 10px;
}

@media (max-width: 840px) {
  .check {
    display: none;
  }
  .un-steps__check-mobile {
    display: block;
    padding: 3rem;
    border: 1px grey solid;
    font-family: monospace;
    line-height: 1.3;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .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: 2.5rem;
  }
  .check-mobile__bot {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 1.5rem;
  }
  .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.8rem;
    color: #000;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.7rem;
    margin-bottom: 0 !important;
    line-height: 1.7rem;
    margin-top: 0 !important;
  }
  .check-mobile__logo {
    margin: 0.5rem auto 0.5rem auto;
    max-width: 150px;
    width: 100%;
  }
  .check-mobile_amount,
  .check-mobile__date {
    color: #666;
    margin-bottom: 0.5rem;
  }
  .check-mobile_amount {
    font-size: 1.4rem;
  }
  .check-mobile__date {
    margin: 1.5rem auto;
    font-size: 1rem;
  }
}

@media (min-width: 441px) and (max-width: 700px) {
  .check-mobile__top {
    margin-bottom: 2rem;
  }
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.8rem;
  }
  .un-steps__check-mobile {
    padding: 1.5rem;
  }
  .check-mobile_sum-text {
    font-size: 1.4rem;
  }
  .check-mobile_amount {
    font-size: 1.2rem;
  }
  .check-mobile__date {
    font-size: 0.8rem;
    margin: 1rem auto;
  }
  .un-steps__check-mobile {
    padding: 2rem;
  }
}

@media (max-width: 440px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.7rem;
  }
  .check-mobile_amount {
    font-size: 1rem;
  }
  .check-mobile_sum-text {
    font-size: 1.2rem;
  }
  .check-mobile__date {
    font-size: 0.9rem;
  }
  .un-steps__check-mobile {
    padding: 1.6rem;
  }
}

@media (max-width: 390px) {
  .check-mobile_lcolumn p,
  .check-mobile_rcolumn p {
    font-size: 0.6rem;
  }
}

.cikk-cimkek {
  display: flex;
  padding-left: 0;
  gap: 2px;
  margin-top: 12px;
}

.cimke {
  text-transform: uppercase;
  padding: 3px 5px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: block;
  color: #fff;
  background-color: #8ac6e2;
}

.cimke-active {
  background-color: #158dc5;
}

.logo {
  width: 187px;
  height: 33px;
  margin-left: 0;
}

.header-nav {
  margin: 0;
  margin-top: 20px;
}

.header-sub-logo {
  margin-bottom: 0;
}

.header-wrapper {
  max-width: 95%;
  margin: 0 auto;
}

.header-wrapper .container-my {
  margin: 0;
}

.header-top__item span {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.header-top__list.list_1 .header-top__item span {
  font-weight: 700;
  font-size: 14px;
}

.author-share-date .szerzo {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.sls-share-buttons,
.author-share-date {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.info,
.reg,
.block-info {
  font-weight: 400;
}
@media (max-width: 768px) {
  .header-top__item span {
    display: block;
  }
  .header-top__item:nth-child(1),
  .header-top__item:nth-child(3),
  .header-top__item:nth-child(4) {
    display: block;
  }
  .header-top__list.list_1 {
    display: none;
  }
  .header-top__item.item-img {
    display: none;
  }
  .header-top__item span {
    font-weight: 400;
  }
  .header {
    margin: 0;
  }
  .header-top__list {
    padding-left: 20px;
  }
  .header-wrapper {
    max-width: 100%;
  }
  .logo {
    width: 138px;
    height: 25px;
    margin-top: 0;
  }
  .header-subscribe {
    padding: 20px;
    padding-bottom: 12px;
  }
  .header-nav {
    margin-top: 0;
  }
}

.faq-list li {
  list-style-type: disc;
}

/* carousel */
.carousel {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 600px;
  overflow: hidden;
  background: #000;
}

.slides {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  height: 600px;
  align-items: center;
  justify-content: center;
  background: rgb(218, 218, 218);
}

.slide img {
  height: 100%;
  object-fit: cover;
}

.controls {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 10px;
  box-sizing: border-box;
}

.controls button {
  border: none;
  color: rgb(166, 166, 166);
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1 / 1;
  background-color: #333;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.controls button:hover {
  background-color: #ccc;
}

.pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  justify-content: center;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}
.container-sm {
  padding-left: 0 !important;
}
