body {
  background: #F2F3F5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  color: #0b181b;
}

h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  color: #0b181b;
}

h3 {
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 135%;
  font-weight: 600;
  color: #0b181b;
}

h4 {
  font-size: 17px;
  letter-spacing: -0.01em;
  line-height: 135%;
  font-weight: 600;
  font-family: Inter;
  color: #5e6768;
}

h6 {
  font-size: 14px;
  letter-spacing: -0.01em;
  line-height: 135%;
  font-weight: 600;
  color: #0b181b;
}

p {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 145%;
  color: #5e6768;
  margin-bottom: 10px;
  text-align: justify;
}

a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #a0a7a8;
  word-wrap: break-word;
}

a:hover {
  text-decoration: none;
  /* [disabled]font-size: 15px; */
  /* [disabled]letter-spacing: -0.02em; */
  color: #a0a7a8;

}

hr {
  border-top: 1.5px solid #eff3f4;
  box-sizing: border-box;
  width: 100%;
  height: 1.5px;
}

.checkbox-other {
  display: block;
  margin: 0 0 10px 0;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.checkbox-other input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.checkbox-other span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
  line-height: 22px;
}

.checkbox-other span:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.3s ease;
  background: url(https://energyprom.kz/assets/icons/checkbox.svg) 0 0 no-repeat;
}

/* Checked */
.checkbox-other input[type=checkbox]:checked+span:before {
  background-image: url(https://energyprom.kz/assets/icons/checkbox-activ.svg);
}

/* Focus */
.focused span:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover */
.checkbox-other span:hover:before {
  filter: brightness(110%);
}

/* Active */
.checkbox-other span:active:before {
  filter: brightness(80%);
}

.error_code {
  position: relative;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
}

.error_message {
  position: relative;
  letter-spacing: -0.01em;
  line-height: 135%;
  font-weight: 600;
  display: inline-block;
  width: 466px;
}

.back_button {
  background-color: #2ed97f !important;
  border: none !important;
}

.error_btn {
  height: 52px;
  display: flex;
  flex-direction: row;
  padding: 16px 19px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 15px;
  color: #fff;
}

.error_group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 42px;
  text-align: center;
  font-size: 19px;
  color: #0b181b;
}

.error_page {
  margin-top: 5%;
  margin-bottom: 5%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  text-align: left;
  font-size: 227px;
  color: #b1ced8;
}

#nav-menu .ep-nav-avatar {
  color: #FFFFFF;
}

#nav-menu .ep-nav-link {
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#nav-menu a:hover {
  color: #FFFFFF;
  opacity: 1;
}

#nav-menu .active {
  color: #FFFFFF;
  opacity: 1;
  background-color: #0B4451;
}

#nav-menu .dropdown-item:hover {
  color: #000000;
  opacity: 1;
  background-color: #2ed97f;
}

.ep-brand {
  color: #FFFFFF;
  font-size: x-large;
  font-weight: 300;
  font-style: italic;
  font-family: Inter;
  letter-spacing: -0.03em;

}

.ep-brand-bold {
  font-weight: 600;
}

.ep-brand img {
  margin-bottom: 6px;
}

.nav-item-img {
  float: left;
  width: 24px;
  height: 24px;
}

.main-news-card {
  background: #fff;
  border-radius: 12px;
  padding: 0px;
}

.main-news-img-block {
  background: #ffffff;
  margin-bottom: 82px;
  height: auto;
}

/* .main-news-img-hor {
  min-height: 280px;
  background-image: url(https://energyprom.kz/img/061756e4784776a3c4f19cb6b787e2af.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 520px;

}
.main-news-img-ver {
  min-height: 280px;
  background-image: url(https://energyprom.kz/img/061756e4784776a3c4f19cb6b787e2af.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
} */
.thumb-post img {
  object-fit: cover;
  /* Do not scale the image */
  object-position: center;
  /* Center the image within the element */
  width: 100%;
  max-height: 520px;
  margin-bottom: 1rem;
}

.main-card-right {
  border-radius: 12px;
  padding: 16px;
  border-width: 1.5px;
  border-color: #eff3f4;
  background: #ffffff;
  height: 165px;
}

.button-articles {
  background-color: #E6EAEB;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #5e6768;
}

.button-articles:hover {
  background-color: #E6EAEB;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #5e6768;
}

.tag {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 500;
  font-family: Inter;
  color: #2ed97f;
  margin-right: 8px;
  margin-left: 8px;
}

.article-date {
  font-size: 11px;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: Inter;
  color: #5e6768;
  margin-bottom: 0px;
}

.article-date img {
  margin-bottom: 1px;
}

.article-date-a {
  text-decoration: none;
  line-height: 120%;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-weight: 600;
  font-family: Inter;
  color: #5e6768;
  margin-bottom: 0px;
}

.article-date-a img {
  margin-bottom: 1px;
}

.article-card-bage .post-categories a {
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 120%;
  text-transform: uppercase;
  font-family: Inter;
  color: #055264;
  background: #EDF3F5;
  border-radius: 26px;
  padding: 7px 11px;
}

.bage-c {
  position: absolute;
  top: 20px;
  left: 15px;
}

.articl-card-bage {
  text-decoration: none;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 120%;
  text-transform: uppercase;
  font-family: Inter;
  color: #ffffff;
  background: #055264;
  border-radius: 26px;
  padding: 7px 11px;
}

#post-content img {
  max-width: 100%;
  height: auto;
}

.post-categories {
  list-style: none;
  display: flex;
  padding: 0px;
}

.main-news-card-title {
  font-size: 19px;
  letter-spacing: -0.01em;
  line-height: 135%;
  font-weight: 600;
  font-family: Inter;
  color: #0b181b;
}

.page-content {
  border: 1px solid #edf3f5;
  background: #ffffff;
}

.article_tag a {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  font-family: Inter;
  color: #2ed97f;
  margin: 0px 8px 4px 0PX;
}

.article_tag a:before {
  zoom: 110%;
  content: "#";
  vertical-align: middle;
}

.tag-cloud-link {
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  font-family: Inter;
  color: #2ed97f;
}

.tag-cloud-link:before {
  content: "#";
}

.tag-cloud-link:hover {
  color: #04d264;
}

.cont-popular {
  max-width: 1354px;
}

.cont-p {
  background: #f3f6f6;
}

.card-news-popular {
  border-radius: 12px;
  background: #ffffff;
  height: 460px;
}

.card-news-popular-img {
  height: 200px;
  padding: 0px;
}

.card-news-popular-img img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  height: 200px;
}

.cont-vacancies {
  background: #f9fafa;
}

.contr-vacancies {
  max-width: 1320px;
}

.card-vacancy {
  width: 280px;
  height: 124px;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.card-striing {
  height: 160px;
  border-radius: 8px;
  padding-top: 16px;
  background: #f2f3f5;
  margin-top: 24px;
  padding-bottom: 16px;
  max-width: 100%;
  overflow: hidden;
}

.footer {
  background: #14272C;
}

#footer .ep-brand {
  color: #FFFFFF;
  font-size: x-large;
  font-weight: 300;
  font-style: italic;
  font-family: Inter;
  letter-spacing: -0.03em;
}

#breadcrambs img {
  margin-bottom: 7px;
}

.breadcrumbs__current {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #a0a7a8;
}

.breadcrumbs__separator {
  text-decoration: none;
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #a0a7a8;
}

#filter_articles a {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: Inter;
  color: #a0a7a8;
  padding: 10px 14px;
  margin-right: 12px;
  border-radius: 8px;
  line-height: 16px;

}

#filter_articles a:hover {
  color: #5e6768;
  background: #A0A7A826;
}

#current_filter {
  color: #5e6768;
  background: #A0A7A826;
}

.btn-filter {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #a0a7a8;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  padding: 0px;
}

.btn-filter:hover {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #a0a7a8;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0);
  padding: 0px;
}

.filters {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.right-card {
  border-radius: 12px;
  padding: 16px 16px 12px 16px;
  border-width: 1.5px;
  border-color: #eff3f4;
  background: #ffffff;
}

#pagination .page-numbers {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: Inter;
  color: #a0a7a8;
  padding: 10px 14px;
  margin-right: 12px;
  border-radius: 8px;
}

#pagination a:hover {
  color: #5e6768;
  background: #A0A7A826;

}

.eye {
  padding-bottom: 1px;
}

#pagination .current {
  text-decoration: none;
  font-size: 17px;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-family: Inter;
  padding: 10px 14px;
  margin-right: 12px;
  border-radius: 8px;
  color: #5e6768;
  background: #2ed97f;
}

.s-input {
  color: #FFFFFF1F;
  background-color: #1D6679;
  border-color: #FFFFFF1F;
}

.s-input:focus {
  color: lightgrey;
  background-color: #1D6679;
  border-color: #FFFFFF1F;
}

/* 
vacancies

*/
.salary {
  font-size: 19px;
  font-weight: 600;
  color: #2ed97f;
}

.company-name {
  font-size: 17px;
  line-height: 140%;
  font-weight: 500;
  color: #5e6768;
}

.vac-string {
  font-size: 18px;
  letter-spacing: -0.02em;
  line-height: 160%;
  font-weight: 500;
  font-family: Inter;
  color: #a0a7a8;
}

.skill_link {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  font-family: Inter;
  color: #2ed97f;
  border-color: lightgrey;
}

.skill_link:hover {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  font-family: Inter;
  color: #20c06b;
  border-color: lightgrey;
}

.skill_link:active {
  font-size: 15px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  font-family: Inter;
  color: #20c06b;
  border-color: lightgrey;
}

.btn_back {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #5e6768;
  width: 100%;
  height: 52px;
}

.vac-content img {
  max-width: 100%;
  height: auto;
}

#ep img.attachment-large {
  max-width: 100%;
  height: auto;
}


/* @-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
} */


@media (max-width: 799px) {
  @keyframes scroll {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    100% {
      -webkit-transform: translate(-350%, 0);
      transform: translate(-350%, 0)
    }
  }
}

@media (min-width: 800px) {
  @keyframes scroll {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

    100% {
      -webkit-transform: translate(-100%, 0);
      transform: translate(-100%, 0)
    }
  }
}

.marquee {
  -webkit-animation: scroll 32s infinite linear;
  animation: scroll 32s infinite linear;
}

.marquee:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

#card_right_menu.card_right {
  border-color: unset;
}

.ep-form-check-input:has(.form-check-input:checked) {
  border: solid;
  border-color: #2ED97F;
}

.ep-form-check-input {
  border: 1px solid;
  border-color: rgb(186, 186, 186);
}

.footnote {
  background-color: #D5F4E4;
}

@media (min-width: 800px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }
}

@media (min-width: 1200px) {
  .carousel-inner {
    display: flex;
  }

  .carousel-item {
    margin-right: 0;
    flex: 0 0 25%;
    display: block;
  }
}

@media (min-width: 1400px) {
  .carousel-control-next {
    right: -4em;
  }

  .carousel-control-prev {
    left: -4em;
  }
}

.carousel-inner {
  padding: 1em 0em;
}

.card {
  margin: 0 .5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.carousel-control-prev,
.carousel-control-next {
  font-size: 12px;
  background-color: #a5a5a5;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.carousel-control-prev:active,
.carousel-control-next:active {
  background-color: #2ED97F;
}

.card .img-wrapper {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 
img {
  max-height: 100%;
} */

.air-vision {
  height: 130px;

}

.air-vision .air-index {
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 120%;
  font-weight: 600;
  font-family: Inter;
  color: #a0a7a8;
  text-align: left;
}

.air-vision .air-city {
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 135%;
  font-weight: 600;
  font-family: Inter;
  color: #0b181b;
}

.air-vision .air-good {
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 120%;
  text-transform: uppercase;
  font-family: Inter;
  color: #0b181b;
}

.air-vision .air-gradient {
  position: relative;
  height: 12px;
  background: linear-gradient(90deg, #7e0023, red, orange, yellow, green);
}

.air-vision .air-circle {
  position: relative;
  height: 83px;
  width: 83px;

}

.air-vision .air-circle p {
  font-size: 30px;
  letter-spacing: -0.04em;
  line-height: 120%;
  color: #5e6768;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.air-vision .triangle-down {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid white;
}

.btn-soc {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border-width: 1.5px;
  border-style: solid;
  border-color: #eff3f4;
  margin: 0px 8px;
}

.lbl-pay-btn {
  height: 103px;
}

.btn-back {
  font-size: 15px;
  letter-spacing: -0.02em;
  font-family: Inter;
  color: #5e6768;
  width: 100%;
  height: 52px;
}

.noLink {
  pointer-events: none;
}

.articles-page {
  border-radius: 12px;
  padding-top: 18px;
  padding-right: 28px;
  padding-left: 28px;
  border: 1px solid #edf3f5;
}
.lh {
  line-height: 42px;
}
footer a {
  font-size: 17px;
}