

.artical-title {
  padding-bottom: 22px;
}

.artical-title__title {
  color: rgba(44, 45, 49, 1);
  font-size: 40px;
  margin-bottom: 20px;
}

.artical-title__date {
  display: flex;
  align-items: center;
  gap: 10px;
}

.artical-title__date-mundo {
  color: #005383;
  font-weight: 500;
}

.artical-title__date * {
  font-size: 14px;
}

.artical-title__date-item--gray {
  color: #666;
}

.artical-title__date-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.artical-title__date-item--blue {
  color: #005383;
}

@media (max-width: 600px) {
  .artical-title__date-item--blue {
      display: none;
  }
}

.artical-title__info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 127, 127, 0.5);
}

@media (max-width: 990px) {
  .artical-title__info {
      gap: 10px;
      justify-content: space-between;
  }
}

@media (max-width: 890px) {
  .artical-title__info {
      align-items: baseline;
      gap: 15px;
      flex-direction: column;
  }
}

.social-networks {
  display: flex;
  align-items: center;
  gap: 5px;
}

.social-network {
  border-radius: 50%;
  padding: 6px;
  display: flex;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.artical-title__journalist {
  display: flex;
  align-items: center;
  gap: 15px;
}

.journalist__img {
  max-width: 44px;
  border-radius: 50%;
}

.journalist__container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.journalist__firstname {
  color: rgba(0, 104, 162, 1);
  font-weight: 600;
  font-size: 18px;
}

.journalist__lastname {
  color: rgba(128, 127, 127, 1);
  font-size: 18px;
}

.artical-title__rating {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

@media (max-width: 890px) {
  .artical-title__rating {
      margin-left: unset;
  }
}

.rating__stars {
  font-size: 20px;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.rating__numbers {
  font-size: 18px;
  color: rgba(128, 127, 127, 1);
}

.title {
  font-size: 40px;
  align-self: flex-start;
  text-align: left;
  margin-bottom: 20px;
  color: #f56b0d;
}

.artBodyp {
  margin-bottom: 20px;
  letter-spacing: 0.25pt;
  line-height: 1.5;
  font-size: 2rem;
  font-family: 'Roboto', 'arial', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.g124h9d {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.swiper-2 .swiper-slide img {
  width: 100%;
  object-fit: contain;
}

.lightbox-img {
  position: relative;
  display: inline-block;
  line-height: 0;
 
}

.lightbox-img::before {
  content: "";
  z-index: 1;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 50px;
  height: 50px;
  background-image: url("../img/lupa.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

html.fslightbox-open {
  overflow: visible!important;
}

.itc-slider-items {
  align-items: center;
}

.swiper {
  max-width: 100%;
  background: rgba(50, 90, 172, 0.1);
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  height: 500px;
  width: 100%;
  object-fit: contain;
}

.article-financier {
  display: flex;
  flex-direction: column;
}

.article-financier__header {
  padding: 20px;
  background-color: rgba(240, 253, 245, 1);
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
  align-items: center;
}

@media (max-width: 600px) {
  .article-feedback__main, .article-financier__header {
      flex-direction: column;
  }
}

.article-financier__img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  max-width: 110px;
}

.article-financier__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}

.article-financier__name, .article-financier__profession {
  font-style: italic;
}

.article-financier__name {
  color: rgba(21, 101, 55, 1);
  font-family: "Merriweather Regular" !important;
  font-size: 26px;
}

.article-financier__profession {
  font-size: 20px;
}

.article-financier__header--mobile {
  display: none;
}

.default-list, .arabic-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-left: 22px;
  list-style: disc;
}

.default-list li {
  padding-left: 22px !important;
}

.article .artBody>ul>li:not(.ico):before {
  margin-left: 22px;
}

@media (max-width: 699.9px) {
  .article .artBody>ul>li:not(.ico):before {
    margin-left: 12px;
  }
}

.places {
    margin-bottom: 60px;
    
}
.places__title {
    font-style: normal;
    font-family: "Merriweather";
}

.places__title {
    color: rgba(0, 104, 162, 1);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.mark, #places {
    font-size: 36px;
}

.mark, #places {
    font-size: 36px;
}

.places__subtitle {
    color: rgba(0, 104, 162, 1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}

.sub-title {
    font-family: "Merriweather Regular";
    font-size: 28px;
}

.range {
    border: 7px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(50, 90, 172, 0.25);
    height: 60px;
    width: 100%;
    overflow: hidden;
    display: flex
;
    background-image: url(../img/bg-range.svg);
    background-repeat: repeat;
    position: relative;
    animation: Background 20s infinite;
    animation-direction: normal;
    animation-timing-function: linear;
}

.range__full-indicator
 {
    display: inline-block;
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, #0351a0 0%, #446cda 100%);
    animation: indicator 1s infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

.range__empty-indicator {
    position: absolute;
    right: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 100%;
    color: #e21818;
    font-size: 24px;
    font-weight: 600;
}

#range-number {
    font-size: 24px;
}

#range-number {
    font-size: 24px;
}

.billet {
    border-radius: 10px;
    padding: 10px 20px;
    bottom: 0;
    display: inline-block;
    color: #e21818;
    background: #ffe8e8;
    font-size: 20px;
    position: relative;
    right: 70px;
}

.billet::before {
    content: "";
    display: inline-block;
    width: 48px;
    height: 30px;
    background-image: url(../img/corner.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}

.billet-wrapper {
    width: 100%;
    display: flex
;
    justify-content: flex-end;
    margin-top: 12px;
}
.default-container {
    display: flex;
    font-size: 2rem;
    flex-direction: column;
    gap: 10px;
}

.title {
    font-size: 40px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Merriweather";
    color: #d25000;
}
.arabic-list

 {
    list-style: decimal;
}

.default-list, .arabic-list {
    display: flex
;
    flex-direction: column;
    gap: 30px;
}

li {
    font-size: 18px;
}

#form-container {
    border-radius: 20px;
    border: 3px solid #325AAC;
    padding: 25px 75px;
    background: #E9ECFF;
    margin-bottom: 30px;
}

.form-title {
    color: #325AAC;
    text-align: center;
    text-wrap: balance;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}

.form-title {
    font-size: 32px;
    text-align: center;
    padding: 25px 15px 0px 15px;
}

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

body > div#redeviation-bs-indicator[data-pos="left"].redeviation-bs-has-lsb > div > span {
  -webkit-mask-position-y: 20px;
}

body > div#redeviation-bs-indicator > div {
  opacity: 0;
  pointer-events: none;
}

body > div#redeviation-bs-indicator > div {
  position: absolute;
  transform: translate3d(-24px, 0, 0);
  top: 0;
  left: 0;
  width: 24px !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 10px 10px 0;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 2;
}

body > div#redeviation-bs-indicator > div > span {
  -webkit-mask: no-repeat center/24px;
  -webkit-mask-image: url("chrome-extension://jdbnofccmhefkmjbkkdkfiicjkgofkdh/img/icon-bookmark.svg");
  background-color: #ffffff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body > div#redeviation-bs-indicator[data-pos="right"] {
  left: auto;
  right: 0;
}

body > div#redeviation-bs-indicator[data-pos="right"] > div {
  transform: translate3d(24px, 0, 0);
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px;
}

body > div#redeviation-bs-indicator.redeviation-bs-fullHeight > div {
  border-radius: 0;
}

body > div#redeviation-bs-indicator.redeviation-bs-hover > div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

body > div#redeviation-bs-indicator[data-pos="left"].redeviation-bs-has-lsb {
  height: 100% !important;
  top: 0 !important;
}

body > div#redeviation-bs-indicator[data-pos="left"].redeviation-bs-has-lsb > div {
  background: rgba(0, 0, 0, 0);
}

body > div#redeviation-bs-indicator[data-pos="left"].redeviation-bs-has-lsb > div > span {
  -webkit-mask-position-y: 20px;
}

@keyframes indicator {
  0% {
    width: 85.2%;
  }
  25% {
    width: 85.4%;
  }
  50% {
    width: 85.6%;
  }
  75% {
    width: 85.8%;
  }
  100% {
    width: 86%;
  }
}

.range__full-indicator {
  display: inline-block;
  width: 85%;
  height: 100%;
  background: linear-gradient(90deg, #0351a0 0%, #446cda 100%);
  animation: indicator 1s infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.range__empty-indicator {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 100%;
  color: #e21818;
  font-size: 24px;
  font-weight: 600;
}

.range__empty-indicator {
    font-size: 12px;
  }

  body>div#redeviation-bs-indicator>div {
    opacity: 0;
    pointer-events: none
}

body>div#redeviation-bs-indicator>div {
    position: absolute;
    transform: translate3d(-24px, 0, 0);
    top: 0;
    left: 0;
    width: 24px !important;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0 10px 10px 0;
    transition: opacity .3s, transform .3s;
    z-index: 2
}

body>div#redeviation-bs-indicator>div>span {
    -webkit-mask: no-repeat center/24px;
    -webkit-mask-image: url("chrome-extension://jdbnofccmhefkmjbkkdkfiicjkgofkdh/img/icon-bookmark.svg");
    background-color: #ffffff;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body>div#redeviation-bs-indicator[data-pos=right] {
    left: auto;
    right: 0
}

body>div#redeviation-bs-indicator[data-pos=right]>div {
    transform: translate3d(24px, 0, 0);
    left: auto;
    right: 0;
    border-radius: 10px 0 0 10px
}

body>div#redeviation-bs-indicator.redeviation-bs-fullHeight>div {
    border-radius: 0
}

body>div#redeviation-bs-indicator.redeviation-bs-hover>div {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

body>div#redeviation-bs-indicator[data-pos=left].redeviation-bs-has-lsb {
    height: 100% !important;
    top: 0 !important
}

body>div#redeviation-bs-indicator[data-pos=left].redeviation-bs-has-lsb>div {
    background: rgba(0, 0, 0, 0)
}

body>div#redeviation-bs-indicator[data-pos=left].redeviation-bs-has-lsb>div>span {
    -webkit-mask-position-y: 20px
}

.footer {
    display: flex
;
    flex-direction: column;
    gap: 80px;
    padding: 100px 0px 60px 0px;
}

.footer-bottom {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.footer .footer-bottom p {
    font-size: 12px;
}

.section-footer {
    margin-bottom: unset;
    background-color: #000;
}
.footer-top {
    flex-direction: column;
    align-items: baseline;
    gap: 40px;
}

.footer-top {
    display: flex
;
    flex-direction: column;
    align-items: baseline;
    gap: 40px;
}
.footer-top__list {
    margin: 0 auto;
    display: flex
;
flex-wrap: wrap;
    gap: 20px;
}
.footer .footer-top__list span {
    font-size: 18px;
}

.footer-top__list span {
    font-weight: 500;
    font-size: 24px;
}
.footer * {
    color: rgba(255, 255, 255, 1);
}

.min-h-screen {
    min-height: 100vh;
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* latin-ext */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/u-4n0qyriQwlOrhSvowK_l52xwNZVsf6hPvhPUWH.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Merriweather Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Merriweather-Regular.ttf") format("ttf");
}
/* latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6hPvhPQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Roboto.ttf") format("ttf");
}
@font-face {
  font-family: "Roboto Italic";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Roboto-Italic.ttf") format("ttf");
}

@font-face {
  font-family: "Hermeneus One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/HermeneusOne-Regular.ttf") format("ttf");
}

* {
  margin: 0;
}
html {
  font-family: "Roboto";
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather";
  color: #d25000;
}
li {
  font-size: 18px;
}
section {
  margin-bottom: 60px;
}
p,
span {
  font-size: 18px;
}
.container {
  
  margin: 0 auto;
 
}
.azure-color {
  color: rgba(0, 104, 162, 1);
  font-weight: 600;
}
.azure-color-regular {
  color: rgba(0, 104, 162, 1);
  font-family: "Merriweather Regular";
  font-weight: 400;
}
.azure-color-roboto {
  color: rgba(0, 104, 162, 1);
  font-family: "Roboto";
}
.title {
  font-size: 40px;
}
.sub-title {
  font-family: "Merriweather Regular";
  font-size: 28px;
}
/* HEADER */
.section-header,
.section-footer {
  padding: 0 120px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid rgba(128, 127, 127, 0.5);
  padding: 20px 0px;
}
.header__container {
  display: flex;
  align-items: center;
}
.header__burger-menu {
  padding: 0px 40px;
}
.header__title {
  position: relative;
  top: 1px;
  padding-left: 20px;
  font-family: "Hermeneus One";
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 48px;
  color: rgba(0, 104, 162, 1);
}
.header__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  height: calc(100% + 40px);
  width: 2px;
  background-color: rgba(128, 127, 127, 0.5);
}
.header__btn {
  cursor: pointer;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 20px;
  background-color: rgba(0, 104, 162, 1);
  border-style: none;
  color: rgba(255, 255, 255, 1);
  padding: 12px 34px;
}

/* ARTICAL-TITLE */
.artical-title {
  padding-bottom: 22px;
}
.artical-title__title {
  color: rgba(44, 45, 49, 1);
  font-size: 40px;
  margin-bottom: 20px;
}
.artical-title__text {
  font-size: 20px;
  margin-bottom: 40px;
}
.artical-title__date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.artical-title__date * {
  font-size: 14px;
}
.artical-title__date-mundo {
  color: #005383;
  font-weight: 500;
}
.artical-title__date-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.artical-title__date-item--gray {
  color: #666;
}
.artical-title__date-item--blue {
  color: #005383;
}
.artical-title__info {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 127, 127, 0.5);
}
.social-networks {
  display: flex;
  align-items: center;
  gap: 5px;
}

.artical-title__journalist {
  display: flex;
  align-items: center;
  gap: 15px;
}
.journalist-img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
}
.journalist__container {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.journalist__firstname {
  color: rgba(0, 104, 162, 1);
  font-weight: 600;
}
.journalist__lastname {
  color: rgba(128, 127, 127, 1);
}
.artical-title__rating {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}
.rating__stars {
  font-size: 20px;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.rating__numbers {
  font-size: 18px;
  color: rgba(128, 127, 127, 1);
}

/* ARTICAL-HERO */
.artical-hero {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.artical-hero__img {
  width: 100%;
  height: auto;
}
.artical-hero__text {
  font-size: 18px;
}

/* PLACES */

/* PLACES */
.places {
  margin-bottom: 60px;
}
.places__title {
  color: rgba(0, 104, 162, 1);
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

.places__subtitle {
  color: rgba(0, 104, 162, 1);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}
#range-number {
  font-size: 24px;
}
@keyframes Background {
  from {
    background-position: 0% 0%;
  }
  to {
    background-position: 100% 0%;
  }
}

.range {
  border: 7px solid #fff;
  border-radius: 50px;
  box-shadow: 0px 0px 10px rgba(50, 90, 172, 0.25);
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
  background-image: url("../img/bg-range.svg");
  background-repeat: repeat;
  position: relative;
  animation: Background 20s infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}

@keyframes indicator {
  0% {
    width: 85.2%;
  }
  25% {
    width: 85.4%;
  }
  50% {
    width: 85.6%;
  }
  75% {
    width: 85.8%;
  }
  100% {
    width: 86%;
  }
}

.range__full-indicator {
  display: inline-block;
  width: 85%;
  height: 100%;
  background: linear-gradient(90deg, #0351a0 0%, #446cda 100%);
  animation: indicator 1s infinite;
  animation-direction: alternate;
  animation-timing-function: linear;
}

.range__empty-indicator {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  height: 100%;
  color: #e21818;
  font-size: 24px;
  font-weight: 600;
}

.billet-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.billet {
  border-radius: 10px;
  padding: 10px 20px;
  bottom: 0;
  display: inline-block;
  color: #e21818;
  background: #ffe8e8;
  font-size: 20px;
  position: relative;
  right: 70px;
}

.billet::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 30px;
  background-image: url("../img/corner.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
}

/* ARTICAL-INFO */

.article-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.article-info__title {
  font-weight: 500;
  color: #000;
}
.azure-title {
  font-weight: 500;
  font-size: 28px;
}
.article-info__list,
.article-info__item {
  display: flex;
  flex-direction: column;
}
.article-info__list {
  list-style: none;
  padding: 0px 0px 0px 30px;
  gap: 40px;
}
.article-info__item {
  gap: 20px;
}
.article-info__caption {
  font-family: "Merriweather Regular";
  font-size: 28px;
  color: rgba(0, 104, 162, 1);
  font-weight: 500;
}
.article-info__important-text {
  font-family: "Merriweather Regular";
  padding-left: 20px;
  border-left: 6px solid rgba(0, 104, 162, 1);
  color: #000;
}

/* ARTICAL-FEEDBACK */

.article-feedback {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-feedback .article-feedback__main--mobile {
  display: none;
}
.article-feedback__top-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-feedback__main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  background-color: rgba(240, 253, 245, 1);
}
.article-feedback__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-feedback__img {
  max-height: fit-content;
  max-width: 80%;
}
.article-feedback__header,
.article-feedback__age {
  font-style: italic;
}
.article-feedback__header {
  color: rgba(21, 101, 55, 1);
  font-family: "Merriweather";
  font-size: 24px;
}
.article-feedback__age {
  font-family: "Merriweather Regular";
  color: rgba(21, 101, 55, 1);
  margin-bottom: 10px;
}
.article-feedback__text {
  font-weight: 400 !important;
  font-style: italic;
}
.article-feedback__source {
  width: fit-content;
  padding-top: 10px;
  border-top: 1px solid;
}

/* ARTICAL-FINANCIER */

.article-financier {
  display: flex;
  flex-direction: column;
}
.article-financier__title {
  margin-bottom: 20px;
}
.article-financier__header {
  padding: 20px;
  background-color: rgba(240, 253, 245, 1);
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
.article-financier__img {
  max-width: 110px;
}
.article-financier__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.article-financier__caption {
  font-weight: 400;
  font-family: "Merriweather";
  font-size: 28px;
}
.article-financier__name {
  color: rgba(21, 101, 55, 1);
  font-family: "Merriweather Regular" !important;
  font-size: 26px;
}
.article-financier__name,
.article-financier__profession {
  font-style: italic;
}
.article-financier__profession {
  font-family: "Roboto";
  font-size: 20px;
}
.article-financier__sub-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.article-financier__first,
.article-financier__second,
.article-financier__third,
.article-financier__fourth,
.article-financier__fifth,
.article-financier__sixth,
.article-financier__seventh,
.article-financier__eighth {
  margin-bottom: 30px;
}
.article-financier__fourth p {
  padding-left: 30px;
}
.article-financier__caption {
  margin-bottom: 20px;
}
.article-financier__text {
  margin-bottom: 15px;
}
.first__list {
  list-style: inherit;
  padding-left: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.first__list li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article-financier__second,
.article-financier__eighth li {
  font-size: 18px;
}

.second__list {
  margin-bottom: 30px;
}

.second__img {
  max-width: 100%;
  margin-bottom: 30px;
}
.second__img--mobile {
  display: none;
}
.third__list {
  padding: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 40px;
}
.arrow {
  max-height: 20px;
}
.third__list-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  align-items: center;
  padding-left: 30px;
}
.third__list-item span {
  font-weight: 600;
}
.list__text {
  margin-left: 44px;
}
.sixth__img {
  max-width: 100%;
}
.sixth__img--768 {
  display: none;
}
.sixth__img--mobile {
  display: none;
}
.ninth__title {
  margin-bottom: 20px;
}
.ninth__bottom-text {
  margin-bottom: 20px;
  font-style: italic;
  font-family: "Merriweather Regular";
  color: rgba(128, 127, 127, 1);
}
.img figcaption {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  color: #a3a3a3;
  padding: 8px 14px;
  background: #f6f3f3;
}

/* TABLE */

.table {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}

.table__header-item {
  text-align: center;
}

.table__header {
  background: #0068a2;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
}

.table__header-item {
  width: calc(100% / 3);
}

.table__row {
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  justify-content: space-between;
  padding: 15px 40px;
}

.table__row:nth-child(even) {
  background: #f9fafb;
}

.table__body {
  font-weight: 400;
}

.table__col {
  white-space: nowrap;
  text-align: center;
  width: calc(100% / 3);
}

/* FOOTER */
.section-footer {
  margin-bottom: unset;
  background-color: #000;
}
.footer {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 100px 0px 60px 0px;
}
.footer * {
  color: rgba(255, 255, 255, 1);
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 40px;
}
.footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top__list {
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.footer .footer-top__list span {
  font-size: 18px;
}
.footer-top__list span {
  font-weight: 500;
  font-size: 24px;
}
.footer-middle span {
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.footer .footer-bottom p {
  font-size: 12px;
}
.comment .comment__answer::after {
  content: unset;
}
#popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup {
  background: white;
  padding: 30px;
  border-radius: 10px;
  font-size: 20px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

#popup-close {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  background: #ffc700;
  color: #325aac;
  font-weight: 600;
  border: none;
  transition: transform 0.5s;
}

#popup-close:hover {
  transform: scale(1.1);
  transition: transform 0.5s;
}

@media (max-width: 1199px) {
  .billet {
    right: 42px;
  }
}

.mark,
#places {
  font-size: 36px;
}
.default-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.default-list,
.arabic-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.arabic-list {
  list-style: decimal;
}
/* MEDIA QUERIES */
@media (max-width: 1280px) {
  section {
    margin-bottom: 40px;
  }
  .artical-title__title {
    font-size: 36px;
  }
  .header {
    padding: 10px 0px;
  }
  .header__title {
    font-size: 36px;
  }
  .header__title::before {
    height: calc(100% + 30px);
  }
  .title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .section-header,
  .section-footer {
    padding: 0px 90px;
  }
  .container {
    padding: 0px 90px;
  }
  .header {
    padding: 10px 0px;
  }
  .rating__numbers {
    font-size: 14px;
  }
  .range {
    height: 60px;
  }
}
@media (max-width: 990px) {
  .artical-title__info {
    gap: unset;
    justify-content: space-between;
  }
  .footer-top {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 890px) {
  .artical-title__info {
    align-items: baseline;
    gap: 15px;
    flex-direction: column;
  }
  .artical-title__rating {
    margin-left: unset;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 32px;
  }
  .section-header,
  .section-footer {
    padding: 0px 60px;
  }
  .container {
    padding: 0px 60px;
  }
  .header {
    padding: 10px 0px;
  }
  .header__burger-menu {
    padding: 0px 20px;
  }
  .header__title {
    font-size: 32px;
  }
  .header__btn {
    padding: 6px 17px;
  }
  .artical-hero {
    gap: 25px;
  }
  .places__title {
    font-size: 20px;
  }

  .places__subtitle {
    font-size: 14px;
  }

  .range {
    height: 30px;
    border-width: 3px;
  }

  .range__empty-indicator {
    font-size: 12px;
  }

  .places__title {
    margin-bottom: 10px;
  }

  .places__subtitle {
    margin-bottom: 25px;
  }
  .billet {
    padding: 10px 8px;
    font-size: 12px;
    right: 25px;
  }
  .billet::before {
    width: 28px;
    height: 15px;
    background-size: cover;
    top: -14px;
  }
  .sixth__img {
    display: none;
  }
  .sixth__img--768 {
    display: flex;
  }
  .surprised .img {
    margin-bottom: 0;
  }
  .billet-wrapper {
    display: none;
  }
  .mark,
  #places {
    font-size: 24px;
  }
  #range-number {
    font-size: 12px;
  }
  .arrow {
    max-height: 24px;
  }
  .table {
    font-size: 13px;
  }

  .table__header {
    padding: 20px;
    align-items: center;
  }

  .table__row {
    padding: 20px;
  }
  .footer {
    padding: 10px;
    text-align: center;
    gap: 40px;
  }
  .footer-top__list span {
    font-size: unset;
  }
}

@media (max-width: 600px) {
  .section-header,
  .section-footer {
    padding: 0;
  }
  .section-header .header,
  .section-footer .footer {
    padding: 10px 15px;
    box-sizing: border-box;
  }
  .container {
    padding: 0px 15px;
  }
  .header__burger-menu,
  .header__title::before {
    display: none;
  }

  .header__title {
    padding: 0;
  }

  .sub-title,
  .azure-title {
    font-family: "Merriweather Regular";
    font-size: 20px;
  }
  .article-info__caption {
    font-size: 20px;
  }
  span,
  p {
    font-size: 16px;
  }
  .article-feedback__main,
  .article-financier__header {
    flex-direction: column;
  }
  .article-feedback__img {
    max-width: 50%;
  }
  .artical-title__date-item--blue {
    display: none;
  }

  .footer {
    gap: 50px;
  }
  .footer-middle {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 430px) {
  .title {
    font-size: 20px;
  }
  .header__title {
    font-size: 24px;
  }
  .header__btn {
    padding: 12px 34px;
  }
  .artical-title__title {
    font-size: 28px;
  }
  .artical-title__info {
    border-bottom: unset;
  }
  .artical-title__date * {
    font-size: 16px;
  }

  .article-info {
    gap: 40px;
  }
  .article-info__caption {
    font-size: 18px;
  }
  .article-feedback__main {
    display: none;
  }
  .article-feedback .article-feedback__main--mobile {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .article-feedback-group {
    gap: 20px;
    display: flex;
    align-items: flex-end;
  }
  .article-feedback__img {
    max-width: 82px;
  }
  .article-feedback__header {
    font-size: 18px;
  }
 
  .article-financier__name {
    font-size: 18px;
  }
  .article-financier__profession {
    font-size: 14px;
  }
  .article-financier__info {
    padding: 0;
  }

  .article-financier__caption {
    font-size: 18px;
  }
  .second__list,
  .fourth__list {
    padding-left: 20px;
  }
  .second__img {
    display: none;
  }
  .second__img--mobile {
    display: block;
  }

  .list__text {
    margin-left: 34px;
  }
  .sixth__img {
    display: none;
  }
  .sixth__img--mobile {
    display: block;
  }
  .img figcaption {
    font-size: 12px;
  }
  .section-footer {
    margin-bottom: unset;
  }
  .section-footer .footer {
    padding: 30px 15px 60px 15px;
  }

  .footer__title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .header__btn {
    padding: 6px 17px;
  }
  .table {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  section {
    margin-bottom: 20px;
  }
  .header__btn {
    padding: 4px 14px;
  }
  .places__title,
  .mark,
  #places {
    font-size: 18px;
  }
  .places__subtitle {
    font-size: 16px;
  }
  .img figcaption {
    font-size: 10px;
  }
  .footer {
    gap: 20px;
  }
  .footer .footer-bottom p {
    font-size: 10px;
  }
}
.comment__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #989898;
  padding-bottom: 20px;
}

.comment__counter {
  font-size: 24px;
  font-weight: 600;
}
.comment__wrapper {
  width: 100%;
}
.comment__viewing {
  font-size: 13px;
  display: flex;
  gap: 5px;
  align-items: center;
}

.view-icon {
  width: 15px;
}

.comment {
  font-family: "Roboto";
}

.comment__item {
  margin-top: 30px;
  border-bottom: 1px solid #989898;
  padding-bottom: 20px;
}

.comment__content {
  display: flex;
  gap: 10px;
}

.comment__ava {
  background: #c6d0dc;
  border-radius: 50%;
  width: 35px;
  aspect-ratio: 1 / 1;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.comment__name {
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  padding-right: 20px;
}

.comment__name::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../img/dots-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 4px;
  right: 0;
}

.comment__time {
  color: rgba(7, 7, 7, 0.65);
  margin-bottom: 15px;
}
.comment__time span {
  font-size: 14px;
}

.comment__text {
  margin-bottom: 15px;
}

.comment__btns {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(7, 7, 7, 0.65);
}

.comment__btns > span {
  font-size: 14px;
  display: flex;
  line-height: 1;
  align-items: center;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.comment__btns > span::before {
  content: ".";
  line-height: 1;
  position: absolute;
  right: 0;
  top: -2px;
  font-size: inherit;
  font-weight: 900;
  color: rgb(212, 214, 215);
}

.comment__btns > span:first-child {
  padding-left: 0;
}

.comment__btns > span:last-child {
  padding-right: 0;
}

.comment__btns > span:last-child::before {
  display: none;
}

.comment__like-btn span {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px !important;
}

.comment__like-btn span::before {
  content: "" !important;
  display: inline-block;
  position: static !important;
  background: url("../img/like.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}

.comment__like-btn span::after {
  content: "" !important;
  display: inline-block;
  position: static !important;
  background: url("../img/like.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.comment__content--answer {
  margin-top: 20px;
  margin-left: 45px;
}
.comment__img {
  margin-top: 10px;
}
.comment__img--height {
  max-width: 300px;
}
.comment__img--width {
  max-width: 500px;
}

/* Для fslightbox */
.fslightbox-slider img,
.fslightbox-container img {
  width: auto; /* позволяем браузеру решать */
  max-width: 100vw; /* не шире экрана */
  max-height: 100vh; /* не выше экрана */
  object-fit: contain;
}
.comment__img {
  object-fit: contain; /* сохраняет пропорции */
}
@media (max-width: 1024px) {
  .comment__img--height {
    max-width: 250px;
  }
}
@media (max-width: 430px) {
  .comment__img--height {
    display: unset;
    max-width: 250px;
    width: 250px;
  }
  .comment__img--width {
    max-width: 100%;
  }
}

.places__title {
    font-style: normal;
    font-family: "Merriweather";
}

/* latin-ext */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/u-4n0qyriQwlOrhSvowK_l52xwNZVsf6hPvhPUWH.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Merriweather Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Merriweather-Regular.ttf") format("ttf");
}
/* latin */
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/u-4n0qyriQwlOrhSvowK_l52xwNZWMf6hPvhPQ.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.lightbox-img {
    position: relative;
    display: inline-block;
    line-height: 0;
}

@font-face {
  font-family: "Hermeneus One";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/HermeneusOne-Regular.ttf") format("ttf");
}

.bot{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}