@import url("https://fonts.cdnfonts.com/css/manrope");

@import url("https://fonts.cdnfonts.com/css/geometria");

* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  caret-color: transparent;
}

:root {
  --main-blue: #003d64;
}

input {
  caret-color: auto;
}

main {
  position: relative;
}

header {
  z-index: 10;
  max-width: 1326px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 18px;
  overflow: visible;
}

.header_container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1326px;
  width: 100%;
}

.section-light {
  background-color: #fcfcfd;
  padding: 120px 0;
}

.section-dark {
  background: rgba(0, 169, 109, 1);
  padding: 120px 0;
}

.bottom_default {
  padding-top: 0;
}

.banner-header {
  position: relative;
  height: 642px;
  width: 100%;
  background-image: url("../../../../green/img/green_banner_bg.webp");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  background: linear-gradient(270deg, #00A96D 0%, #00432B 100%);
  padding-top: 238px;
}

.banner_img {
  position: absolute;
  height: 100%;
  bottom: 0;
  right: 0;
}

.banner_img-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 470px;
  width: 650px;
  display: none;
  background-image: url('../img/adpt_bg.webp');
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

.banner_img img {
  height: 100%;
}

.banner_img-mobile img {
  height: 100%;
}

.mixed-header {
  padding-top: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mixed-header .header_left {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 52px;
}

.navigation_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.navigation_item {
  color: #fcfcfd;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
  cursor: pointer;
}

.navigation_item:hover {
  color: #95d984;
}

.navigation_item.navigation_item-active {
  color: #eff2f6;
}

.navigation_item.navigation_item-active:hover {
  color: #95d984;
}

.header_right {
  display: flex;
  gap: 16px;
  align-items: center;
}

.special_features-items {
  display: flex;
  align-items: center;
  gap: 8px;
}

.special_features-items .special_features-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #eff2f6;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #eff2f6;
  border-radius: 1000px;
}

.online_bank {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #e6e8ec;
  border: 1px solid #eff2f6;
  border-radius: 1000px;
  padding: 0 16px;
  height: 36px;
  transition: all 0.5s;
}

.online_bank:hover {
  background-color: #fcfcfd;
  color: rgba(0, 169, 109, 1);
}

.banner-mixed {
  display: grid;
  align-items: center;
}

.banner-mixed_content {
  max-width: 554px;
  z-index: 2;
}

.banner-mixed_content .banner_title {
  font-size: 40px;
  font-weight: 700;
  font-family: "Geometria", sans-serif;
  color: #eff2f6;
  line-height: 125%;
}

.banner-mixed_content .banner_subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #b1b5c3;
  line-height: 136%;
  margin-top: 16px;
}

.banner-mixed_content .banner_btns {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.green_btn {
  height: 43px;
  padding: 0 24px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Geometria", sans-serif;
  cursor: pointer;
}

.current_btn {
  height: 43px;
  padding: 0 24px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  font-family: "Geometria", sans-serif;
  cursor: pointer;
}

.order_btn {
  background-color: #eff2f6;
  font-family: "Geometria", sans-serif;
  color: #141416;
  transition: all 0.3s;
  border: 1px solid #eff2f6;
}

.order_btn:hover {
  box-shadow: 0 3px 24px -3px hsla(0,0%,100%,.9);
}

.banner-mixed_content .more_btn {
  font-family: "Geometria", sans-serif;
  color: #eff2f6;
  border: 2px solid #b1b5c3;
  transition: all 0.3s;
}

.green_btn.more_btn:hover {
  background-color: #eff2f6;
  color: #000;
  border-color: #eff2f6;
  box-shadow: 0 3px 24px -3px hsla(0,0%,100%,.9);
}

.horizontal_titeling {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.horizontal_titeling .horizontal_title {
  font-size: 32px;
  font-weight: 500;
  font-family: "Geometria", sans-serif;
}

.horizontal_title.horizontal_title-width {
  max-width: 410px;
}

.horizontal_titeling .horizontal_title {
  color: #141416;
}

.section-dark .horizontal_titeling .horizontal_title,
.section-dark .horizontal_titeling .horizontal_subtitle {
  color: rgba(239, 242, 246, 1);
}

.horizontal_titeling .horizontal_subtitle {
  font-size: 16px;
  font-weight: 400;
  max-width: 50%;
  color: #777e90;
}

.howto_green .horizontal_titeling .horizontal_subtitle {
  max-width: 53%;
}

.green_blocks {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}

.green_blocks.green_finance {
  margin-top: 27px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}

.green_block {
  /* max-height: 236px; */
  padding: 32px;
  border-radius: 12px;
  min-height: 236px;
  background: rgba(244, 245, 246, 1);
  transition: all .5s;
}

.about_green-content .green_block {
  overflow-wrap: anywhere;
}

.hover_shadow_scale img {
  transition: all .5s;
}
.section-light .hover_shadow_scale:hover {
  transform: scale(1.01);
  box-shadow: 10px 12px 25px darkgrey;
}
.section-dark .hover_shadow_scale:hover {
  transform: scale(1.01);
  box-shadow: 10px 12px 35px #141416;
}

.section-dark .hover_shadow_scale:hover img {
  transform: scale(1.1);
}

.special_blocks_wrapper .green_block {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.current_block {
  min-width: 352px;
  padding: 32px;
  border-radius: 12px;
  min-height: 400px;
  background: rgba(0, 169, 109, 1);
}

.current_blocks-subtitle.current_block_date {
  font-size: 12px;
  font-weight: 500;
}

.green_block.big_block {
  grid-row: 1/3;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.green_privilege .green_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}

.green_blocks-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  height: 100%;
}

.green_block.green_block_bottom .green_blocks-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  height: 100%;
}

.green_text {
  color: rgba(0, 169, 109, 1);
}

.big_block .green_blocks-content {
  padding: 32px 32px 0 32px;
  margin-top: 0;
}

.green_blocks-content .green_blocks-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  font-family: "Geometria", sans-serif;
}

.green_blocks.green_finance .green_blocks-title {
  margin-top: 11px;
}

.green_blocks-content .green_blocks-title {
  color: #141416;
}
.green_blocks-content .current_blocks-title {
  color: #eff2f6;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  font-family: "Geometria", sans-serif;
  margin-block: 12px;
}

.green_blocks-content .current_blocks-title {
  color: #eff2f6;
}

.green_blocks-content .green_blocks-subtitle {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

.green_slider .green_blocks-subtitle {
  margin-top: 12px;
  text-align: center;
}

.green_blocks-subtitle {
  color: rgba(119, 126, 144, 1);
}
.current_blocks-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 137%;
}

.current_blocks-subtitle {
  color: #eff2f6;
}

.big_block .green_blocks-img {
  width: 100%;
}

.big_block .green_blocks-img img {
  width: 100%;
}

.esg_animation {
  grid-area: 1 / 2 / 3 / 3;
  /* z-index: -1; */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.particles {
  position: absolute;
  width: 75%;
  height: 75%;
  animation: float 8s ease-in-out infinite;
  z-index: 9;
}

.particle {
  position: absolute;
  width: 15px;
  height: 15px;
  background: linear-gradient(#00ff22, #00a96d);
  border-radius: 50%;
  animation: orbit 5s linear infinite;
  /* box-shadow: 0 0 40px 8px rgb(56 255 53); */
}

.particle:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 4s;
}

.particle:nth-child(2) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation-duration: 6s;
}

.particle:nth-child(3) {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  animation-duration: 5s;
}

.particle:nth-child(4) {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  animation-duration: 7s;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(120px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(120px) rotate(-360deg);
  }
}

.green_blocks-btn {
  border: 2px solid #b1b5c3;
  color: #141416;
  transition: all 0.5s;
}

.green_blocks-btn:hover {
  color: #eff2f6;
  background-color: rgba(0, 169, 109, 1);
  border-color: rgba(0, 169, 109, 1);
}

.current_blocks-btn {
  border: 2px solid #eff2f6;
  color: #eff2f6;
  margin-bottom: 0px;
  transition: all 0.5s; 
}

.current_blocks-btn:hover {
  background-color: #eff2f6;
  color: rgba(0, 169, 109, 1);
}

/* slider */


.tiny_wrapper {
  position: relative;
}
.custom-controls {
  button {
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  button:hover {
    opacity: 1;
  }
}
.custom-controls .custom-prev {
  left: 0;
}
.custom-controls .custom-next {
  right: 0;
}

.slider_wrapper {
  position: relative;
  width: 750px;
  margin: 0 auto;
  display: flex !important;
  align-items: start;
  margin-top: 32px;
}

.slider_block img {
  height: 230px;
  width: auto;
  margin: 0 auto;
}


.slick-track {
  display: flex !important;
}

.green_slider_dots {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  right: 50%;
  transform: translateX(50%);
  bottom: 0;
}

.green_slider_dots button {
  font-size: 0;
  height: 4px;
  width: 50px;
  background-color: rgba(0, 169, 109, 1);
  opacity: .25;
}

.green_slider_dots .slick-active button {
  opacity: 1;
}

.green_slider_dots button:hover {
  opacity: 1;
}

.section-light.green_slider {
  padding: 0px;
}



/* download section */

.file_download_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.files {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 20px 15px;
  width: 100%;
  background-color: rgba(0, 169, 109, 1);
  border-radius: 12px;
  color: #fcfcfd;
}

.download_left_items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.download_btn {
  padding: 12px 20px;
  border: 1px solid #eff2f6;
  border-radius: 10px;
  transition: all .5s;
  text-align: center;
  min-width: 136px;
}

.download_btn:hover {
  background-color: #eff2f6;
  color: rgba(0, 169, 109, 1);
}



/* Hamburger menu */

.burger-checkbox {
  position: absolute;
  visibility: hidden;
}

.burger {
  cursor: pointer;
  display: block;
  position: relative;
  border: none;
  background: transparent;
  width: 16px;
  height: 14px;
  margin: 30px auto;
}

.burger::before,
.burger::after {
  content: "";
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #eff2f6;
  margin: 0 auto;
}

.burger::before {
  top: 0;
  box-shadow: 0 6px 0 #eff2f6;
  transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
}

.burger::after {
  bottom: 0;
  transition: bottom 0.3s 0.15s, transform 0.3s;
}

.burger-checkbox:checked+.burger::before {
  top: 6px;
  transform: rotate(45deg);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
}

.burger-checkbox:checked+.burger::after {
  bottom: 6px;
  transform: rotate(-45deg);
  transition: bottom 0.3s, transform 0.3s 0.15s;
}

.special_features-item.burger_wrapper {
  display: none;
}

.year_steges .year {
  position: relative;
  bottom: -8px;
  background: linear-gradient(180deg, #00E61F 0%, #00A3FF 100%);
  font-family: "Geometria", sans-serif;
  font-size: 206.85px;
  font-weight: 700;
  line-height: 79%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.year_stages_wrapper {
  margin-top: 32px;
}

.scroll_overflow-blocks {
  display: flex;
  gap: 32px;
  overflow: hidden;
  justify-content: flex-start;
  padding:0 calc(calc(100vw - 1157px)*0.5);
  margin:0 calc(calc(100vw - 1157px)*-0.5);
  margin-top: 32px; 
}

.green_block.green_block_bottom {
  padding-bottom: 0;
  overflow: hidden;
  min-width: min-content;
  /* box-shadow: inset 0px 6px 25px #00E61F; */
}

.small {
  z-index: 10;
  width: 352px;
  height: 352px;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Geometria", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 80.51px;
  text-decoration-skip-ink: none;
  color: #eff2f6;
  background: linear-gradient(180deg, #00E61F 0%, #00A3FF 133.52%);
  box-shadow: 0px 10px 8.8px 0px rgba(255, 255, 255, 0.5) inset;
}

@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.special_blocks_wrapper {
  position: relative;
  margin-top: 40px;
}

.ESG .green_blocks-titeling {
  margin-top: 63px;
}

.about_green-content .green_blocks-titeling {
  margin-top: 25px;
}

.green_blocks_wrapper {
  display: grid;
  position: relative;
  z-index: 10;
  grid-template-columns: 352px 352px;
  justify-content: space-between;
  grid-template-rows: auto;
  grid-auto-rows: auto;
  gap: 24px;
  /* animation: fadeInPop 3s cubic-bezier(.43,2.06,.63,-1.35) */
}

.special_blocks_start_animation .green_blocks_wrapper {
  animation: fadeInPop 4s ease-in-out
}

.ESG .big {
  max-width: 551px;
  max-width: 551px;
  left: 50%;
  bottom: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 5;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}

.stupid_animation {
  position: relative;
}

.special_blocks_start_animation .big {
  animation: esg_animation 3.5s;
  padding: 40px;
  border: 3px solid rgba(0, 169, 109, .2);
  pointer-events: none;
}

.medium {
  background: rgba(0, 169, 109, .2);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.super_medium {
  animation: pulse 3s infinite ease-in-out;
}

.special_blocks_start_animation .medium {
  padding: 56px;
  animation: esg_medium 3.5s;
}

.cards_wrapper {
  height: 100%;
}

.cards_carousel {
  background-color: #eff2f6;
  box-shadow: 0px 2px 8.6px 0px #dfe9ef80;
  padding-top: 32px;
  border-radius: 12px;
  position: relative;
  max-width: 352px;
}

@keyframes fadeInPop {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes esg_animation {
  /* padding: 40px;
  border: 3px solid rgba(0, 169, 109, .2); */
  0% {
    /* transform: translateX(-50%) translateY(50%); */
    padding: 0;
    border: 3px solid rgba(0, 169, 109, .2);
  }

  70% {
    /* transform: translateX(-50%) translateY(50%); */
    padding: 0;
  }

  100% {
    /* transform: translateX(-50%) translateY(50%); */
    padding: 40px;
    border: 3px solid rgba(0, 169, 109, .2);
  }
}


@keyframes esg_medium {
  /* padding: 40px;
  border: 3px solid rgba(0, 169, 109, .2); */
  0% {
    padding: 0;
  }

  70% {
    padding: 96px;
  }

  100% {
    padding: 56px;
  }
}

.advantages_list-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.advantages_list-item::before {
  content: '';
  display: block;
  min-width: 16px;
  height: 16px;
  background-image: url('../img/galochka.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.card_more-btn {
  width: 100%;
  height: 43px;
  border: 1px solid #B1B5C3;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  color: #141416;
  font-size: 16px;
  font-weight: 700;
}

.questions {
  margin-top: 48px;
}

.generalInfo__accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  cursor: pointer;
}

.accordion_title {
  color: #141416;
  font-size: 24px;
  font-weight: 700;
  font-family: "Geometria", sans-serif;
}

.questions_hr {
  margin: 32px 0;
}

.questions_block .horizontal_titeling .horizontal_title {
  font-size: 36px;
  font-weight: 700;
}

.arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EFF2F6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.arrow::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  /* background-color: #141416; */
  border-right: 1px #141416 solid;
  border-bottom: 1px #141416 solid;
  transform: rotate(45deg) translate(-2px, -2px);
  transition: .3s all;
}

.generalInfo__accordionHeader.active .arrow::before {
  transform: rotate(225deg) translate(-2px, -2px);
}

/* .arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #141416;
  transform: rotate(-45deg);
} */





.generalInfo__accordionBody {
  display: none;
  margin-top: 8px;
  color: #777E90;
  font-size: 16px;
  font-weight: 400;
  animation: fadeInDown .8s .1s 1 both ease;
}

.generalInfo__accordionArrowBtn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 8px;
  width: 119px;
  height: 36px;
  transition: .3s ease;
  cursor: pointer;
}

.generalInfo__accordionArrow {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 21px;
  transition: 0.5s all;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #EFF2F6;
}

.generalInfo__accordionArrow::before {
  content: " ";
  width: 18px;
  height: 1.5px;
  left: 50%;
  margin-left: -18px;
  background-color: #003e67;
  position: absolute;
  transform: rotate(45deg);
  transition: all .3s ease;
}

.generalInfo__accordionArrow::after {
  content: " ";
  width: 18px;
  height: 1.5px;
  background-color: #003e67;
  position: absolute;
  right: -12px;
  transform: rotate(-45deg);
  transition: all .3s ease;
}

.generalInfo__accordionArrowText {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #252529;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.generalInfo__accordionItem.active .generalInfo__accordionArrow {
  transform: rotateX(180deg);
}

.callBackForm_wrapper {
  margin-top: 120px;
}

.callBackForm_wrapper {
  background-color: #eff2f6;
  padding: 64px 96px;
  border-radius: 12px;
  margin-bottom: 120px;
}

.callBackForm_title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: var(--main-blue);
  line-height: 127%;
  font-family: "Geometria", sans-serif;
}

.callBackForm_subtitle {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: var(--main-blue);
  margin-top: 6px;
  line-height: 125%;
  font-family: "Geometria", sans-serif;
}

.callBackForm {
  margin-top: 24px;
}

.callBackForm_wrapper input {
  border: 1px solid #e6e8ec33;
  color: rgb(0, 0, 0);
  font-weight: 600;
}

.callBackForm_wrapper label {
  color: var(--main-blue);
}

.callBackForm .form_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 24px;
  column-gap: 32px;
}
.form_content label {
  font-size: 14px;
  font-weight: 500;
  color: #141416;
}
.form_content input {
  height: 50px;
  border: 1px solid #B1B5C3;
  border-radius: 1000px;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  color: #141416;
}
.form_content input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #777E90;
}

.form_content .form_elem {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.callBackForm_text {
  font-size: 14px;
  font-weight: 400;
  color: rgba(10, 30, 50, 0.6);
}

form button.order_btn {
  background-color: var(--main-blue);
  color: white;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 10000px;
}



.newProductPages .percentageHighlight {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 15px;
  border-radius: 6px;
  background: #f2f5f8;
  color: #d52023;
  min-width: 76px;
  text-align: center;
}




/* GREEN NEWS */

.horizontal_titeling.horizontal_titeling_news {
  color: var(--main-blue);
}



.green_news_block {
  margin-top: 120px;
}

.news_blocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 32px;
}

.news_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  max-width: 371px;
  min-height: 256px;
  border: 1px solid rgba(10, 30, 50, 0.1);
  border-radius: 8px;
  padding: 32px 18px 32px 40px;
}

.news_h3 {
  color: var(--main-blue);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.news_block p {
  color: var(--main-blue);
  font-size: 16px;
  font-weight: 400;
}

.news_block p.news_bottom_p {
  color: var(--main-blue);
  font-size: 14px;
  font-weight: 500;
}

.news_a {
  color: rgba(213, 32, 35, 1);
  font-size: 16px;
  font-weight: 500;
}

.news_bottom_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* FOOTER */

footer {
  background-color: #eff2f6;
}

footer {
  padding-top: 120px;
  padding-bottom: 32px;
}

footer .footer_wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

footer .feedback_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 52px 48px;
  border-radius: 12px;
  background-color: #fcfcfd;
  font-family: "Geometria", sans-serif;
  flex-wrap: wrap;
  gap: 64px;
}

footer .feedback_block .feedback_numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 48px;
}

footer .feedback_block .feedback_numbers .feedback_number-wrapper {
  color: #003d64;
}

footer
  .feedback_block
  .feedback_numbers
  .feedback_number-wrapper
  .feedback_number {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-blue);
}

footer
  .feedback_block
  .feedback_numbers
  .feedback_number-wrapper
  .feedback_title {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
}

footer .feedback_block .feedback_messengers {
  text-align: end;
}

footer .feedback_block .feedback_messengers-title {
  font-size: 12px;
  font-weight: 500;
  color: #003d64;
}

footer .feedback_block .feedback_messengers-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

footer .feedback_block .feedback_messengers-wrapper .feedback_messenger {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  background-color: #003d64;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sqbMobile_download-title_img img {
  padding: 10px;
  background-color: #eff2f6;
  border-radius: 12px;
}

.footer-400 p,
.footer-400 a {
  font-size: 14px;
  font-weight: 400;
  color: #353945;
}

.footer-500 {
  font-size: 14px;
  font-weight: 500;
  color: #353945;
}
.footer-500 .address_title {
  color: #777e90;
}

.main_links a.report_corruption-btn {
  margin-top: 16px;
  display: block;
  max-width: 363px;
  width: 100%;
  border-radius: 90px;
  color: #fcfcfd;
  background-color: #003d64;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.main_links {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.main_links a {
  color: #353945;
  font-size: 14px;
  font-weight: 500;
}

.main_links-left {
  display: flex;
  align-items: start;
  gap: 63px;
}

.address_items {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.address_items .address_item {
  max-width: 221px;
}

.address_items .address_item .address_title {
  margin-bottom: 8px;
  font-family: "Geometria", sans-serif;
}

.footer_list {
  display: flex;
  align-items: start;
  gap: 31px;
}

.footer_list .footer_list-column {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.main_links-third_column {
  font-family: "Geometria", sans-serif;
  line-height: 100%;
}

.main_links-third_column .helpline_block-item {
  display: flex;
  gap: 32px;
}

.main_links-third_column .helpline_block-item .helpline {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.helpline_block-second {
  margin-top: 24px;
}

.footer_lang {
  margin-top: 43px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.about_sqbMobile {
  border-top: 1px solid #e6e8ec;
  border-bottom: 1px solid #e6e8ec;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #003d64;
  flex-wrap: wrap;
}

.about_sqbMobile .sqbMobile_download {
  display: flex;
  align-items: center;
  gap: 41px;
}

.about_sqbMobile .sqbMobile_download .sqbMobile_download-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.sqbMobile_download-title_text {
  font-size: 16px;
  font-weight: 700;
}

.sqbMobile_download .app_markets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sqbMobile_download .app_markets .app_market {
  height: 48px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #003d64;
  background-color: #fcfcfd;
  border-radius: 12px;
}

.sqbMobile_iso {
  text-align: end;
}

.sqbMobile_iso .footer_iso {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.footer_iso-text {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
}

.footer_link-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 16px;
  row-gap: 32px;
  font-family: "Geometria", sans-serif;
  color: #003d64;
}
.footer_link-lists a {
  color: #003d64;
}

.footer_link-lists .footer_link-lists-col .footer_link-title {
  font-size: 18px;
  font-weight: 500;
}

.footer_link-lists .footer_link-lists-col .footer_link-list {
  margin-top: 24px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_ending {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #353945;
  color: #777e90;
}




.video_section {
  max-height: 620px;
  overflow: hidden;
  margin-top: 120px;
}


/* LANGUAGE */

.change_language-wrapper {
  z-index: 10;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}
.current_language{
  transition: all .3s ease;
}
.change_language-wrapper:hover .current_language {
  background-color: #fcfcfd;
  color: rgba(0, 169, 109, 1);
}

.change_language-wrapper:hover .other_languages {
  opacity: 1;
  transform: translateY(0); /* Плавно выдвигаем */
  visibility: visible;
}

.other_languages {
  display: flex;
  flex-direction: column;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 6px;
  width: 100%;
  gap: 6px;
  transform: translateY(-50px); /* Начальная позиция скрытия */
  transition: all 0.3s ease;
}

.language {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: rgba(0, 169, 109, 1);
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #eff2f6;
  background-color: #eff2f6;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.language:hover {
  background-color: rgba(0, 169, 109, 1);
  color: #EFF2F6;
}


/* Special features */

.special_eye-wrapper {
  width: 36px;
  height: 36px;
  overflow: visible;
  z-index: 20;
  position: relative;
}
#special_eye {
  right: 0;
  z-index: 21;
  display: flex;
  justify-content: center;
  align-items: end;
  width: 36px;
  height: 36px;
  color: #eff2f6;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #eff2f6;
  border-radius: 18px;
  position: relative;
  width: 36px;
  height: 36px;
  transition: background-color .5s ease-in-out;
}
#special_eye:hover {
  transition: height .7s ease;
  flex-direction: column;
  justify-content: start;
  background-color: #eff2f6;
  /* width: 200px; */
  height: 300px;
  overflow: visible;

}
/* #special_eye::before {
    content: '';
    position: absolute;
    visibility: hidden;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border: 7px solid transparent;
    border-bottom: 12px solid #eff2f6;
    opacity: 0;
}
#special_eye:hover::before {
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
  */
#special_eye:hover path {
  fill: rgba(0, 169, 109, 1);
}

#special_eye .special_eye-img {
  padding: 7px;
  margin: 0 0 0 auto;
}

.special_features-wrapper {
  width: 10px;
  right: -1px;
  bottom: -1px;
  overflow: hidden;
  opacity: 0;
}

#special_eye:hover .special_features-wrapper {
  transition: width .5s .3s ease, opacity .3s .3s ease;
  opacity: 1;
  visibility: visible;
  /* transition: transform 0.3s ease, opacity 0.3s ease; */
  margin-top: 5px;
  width: 250px;
  height: 100%;
  background-color: #eff2f6;
  border-radius: 12px;
  position: relative;
  padding: 15px;
}
.wiev_type-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
  width: 100%;
  justify-content: center;
}
.wiev_type-wrapper .wiev_type {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 28px;
  cursor: pointer;
  font-weight: 600;
}
.wiev_type.wiev_type-simple {
  background-color: rgba(0, 169, 109, 1);
  color: #FFFFFF;
}
.wiev_type.wiev_type-special {
  background-color: #FFFFFF;
  color: rgba(0, 169, 109, 1);
  border: 2px solid rgba(0, 169, 109, 1);
}
.special_features-title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 169, 109, 1);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
}
.special_wiev {
  filter: grayscale(100%) invert(100%);
}



.typeSizeFonts {
  padding-bottom: 40px;
}
.typeSizeFonts ul {
  display: flex;
  position: relative;
  margin-bottom: 0;
}
.typeSizeFonts ul li {
  width: 20%;
  min-height: 36px;
  display: inline-block;
  position: relative;
}
.typeSizeFonts ul li.inc1 {
  width: 17%;
}
.typeSizeFonts ul:after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: 0;
  right: 15px;
  height: 4px;
  background-color: #ebebeb;
}
.typeSizeFonts ul li input {
  position: absolute;
  visibility: hidden;
}
.typeSizeFonts ul li label {
  text-align: center;
  display: block;
  position: absolute;
  font-weight: 600;
  line-height: inherit;
  font-family: Roboto, sans-serif;
  color: #b1b2b2;
  padding: 0;
  margin: 0;
  height: inherit;
  z-index: 9;
  cursor: pointer;
  transition: all .25s linear;
  min-height: 40px;

  font-size: 16px;
  bottom: -37px;
  padding-bottom: 29px;
  width: 18px;
}

.typeSizeFonts ul li .check {
  display: block;
  position: absolute;
  border: 2px solid #ebebeb;
  background-color: #fff;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 40px;
  left: 0;
  z-index: 5;
  transition: border .25s linear;
  box-sizing: unset;
}
.typeSizeFonts ul li.inc1 .check {
  width: 14px;
  height: 14px;
  top: 51px;
}
.typeSizeFonts ul li.inc2 .check {
  width: 18px;
  height: 18px;
  top: 49px;
}
.typeSizeFonts ul li.inc3 .check {
  width: 22px;
  height: 22px;
  top: 47px;
}
.typeSizeFonts ul li.inc4 .check {
  width: 26px;
  height: 26px;
  top: 45px;
}
.typeSizeFonts ul li.inc5 .check {
  width: 30px;
  height: 30px;
  top: 43px;
  left: 6px;
}
.typeSizeFonts ul li.inc1 .check:before {
  width: 8px;
  height: 8px;
  top: 3px;
  left: 3px;
}
.typeSizeFonts ul li.inc2 .check:before {
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
}
.typeSizeFonts ul li.inc3 .check:before {
  width: 16px;
  height: 16px;
  top: 3px;
  left: 3px;
}
.typeSizeFonts ul li.inc4 .check:before {
  width: 20px;
  height: 20px;
  top: 3px;
  left: 3px;
}
.typeSizeFonts ul li.inc5 .check:before {
  width: 24px;
  height: 24px;
  top: 3px;
  left: 3px;
}
.typeSizeFonts ul li.inc1 label {
  font-size: 16px;
  bottom: -37px;
  padding-bottom: 29px;
  width: 18px;
}
.typeSizeFonts ul li.inc2 label {
  font-size: 26px;
  bottom: -38px;
  min-height: 65px;
  left: 1px;
  width: 21px;
}
.typeSizeFonts ul li.inc3 label {
  font-size: 33px;
  bottom: -40px;
  min-height: 75px;
  width: 25px;
}
.typeSizeFonts ul li.inc4 label {
  font-size: 38px;
  bottom: -42px;
  min-height: 82px;
  width: 30px;
}
.typeSizeFonts ul li.inc5 label {
  font-size: 45px;
  min-height: 92px;
  bottom: -44px;
  left: 6px;
  width: 36px;
}

.typeSizeFonts ul li input:checked~label {
  color: rgba(0, 169, 109, 1);
}
.typeSizeFonts ul li input:checked~.check {
  border: 2px solid rgba(0, 169, 109, 1);
}
.typeSizeFonts ul li input:checked~.check:before {
  background: rgba(0, 169, 109, 1);
}
.typeSizeFonts ul li .check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background .25s linear;
}





.pageup {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 60px;
  img {
    width: 100%;
  }
}


.img_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10245;
  /* display: none; */
  outline: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.img_modal-image {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_modal-image img {
  height: 65vh;
}
[data-fullscale] img {
  cursor: pointer;
}
.img_modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  opacity: .5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 37px;
}