:root {
  --color-blue: #00aeef;
}
html {
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 1.25;
  font-family: Montserrat, sans-serif;
  min-height: 100vh;
  color: #000;
  margin: 0;
  background-color: #fff;
}
main {
  display: block;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
textarea {
  overflow: auto;
  resize: none;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
[hidden] {
  display: none;
}
*,
::after,
::before {
  box-sizing: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  line-height: 1.25;
}
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}
input {
  border: none;
  background-color: #fff;
  font: inherit;
}
button {
  border: none;
  padding: 0;
  font: inherit;
  background-color: transparent;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-ExtraBold.woff2) format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Bold.woff2) format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Black.woff2) format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Italic.woff2) format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Medium.woff2) format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Regular.woff2) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Light.woff2) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-Thin.woff2) format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.container {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.no-overflow {
  overflow: hidden;
}
.overlay::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.6) 100%, transparent 0);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.header {
  display: block;
  position: absolute;
  z-index: 4;
  width: 100%;
}
.header__container {
  border-bottom: 1px solid #a09e9c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  padding: 35px 0 19px;
  max-width: 1200px;
}
.header__mob-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  width: 100%;
}
.logo {
  display: block;
}

.logo img {
  display: block;
}

.header__logo {
  display: block;
  max-width: 220px;
  width: 100%;
  position: relative;
  top: 0;
  left: 3px;
  flex-shrink: 0;
}
.menu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 34px;
  margin-left: auto;
  /* width: 100%; */
}
.menu li {
  display: block;
  flex-shrink: 0;
}
.menu a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.menu a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: -50px;
  transition-duration: 0.3s;
}
.current-menu-item {
  position: relative;
}
.current-menu-item a {
  position: relative;
}
.current-menu-item a::after,
.menu a:hover::after {
  background-color: var(--color-blue);
}
.lang-control {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  position: relative;
  padding-right: 23px;
  margin-left: auto;
  cursor: pointer;
}
.lang-control__current {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}
.lang-control__arrow {
  display: block;
  position: absolute;
  right: 1px;
  top: 5px;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.lang-control:hover .lang-control__arrow {
  transform: scaleY(-1);
}
.lang-control__list {
  background-color: #fff;
  border-radius: 12px;
  padding: 12px 20px 2px;
  transition-duration: 0.3s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 23px;
}
.lang-control__list-item {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  transition-duration: 0.3s;
}
.lang-control__list-item:hover {
  color: var(--color-blue);
}
.lang-control:hover .lang-control__list {
  visibility: visible;
  opacity: 1;
}
.btn {
  display: block;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
}
.btn svg {
  flex-shrink: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.btn:hover svg {
  transform: rotate(45deg);
}
.header__btn {
  display: flex;
  margin-left: 38px;
  flex-shrink: 0;
}
.btn__name {
  font-weight: 500;
  color: #fff;
  font-size: 15px;
}
.btn-white {
  background-color: #fff;
  padding: 5px 5px 5px 10px;
}
.btn-blue {
  background-color: var(--color-blue);
  color: #000;
}
.btn-blue .btn__name {
  color: #000;
}
.btn-white .btn__name {
  color: #000;
  font-size: 14px;
  line-height: 0;
}
.hero {
  display: block;
  height: 780px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.hero-slider {
  display: block;
  height: 100%;
}
.hero-slider .swiper-slide {
  box-sizing: border-box;
}
.hero-slider .swiper-slide:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.hero-slider .swiper-wrapper {
  z-index: 0;
}
.hero__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}

.hero__container {
  display: block;
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__top-desc {
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}
.hero__title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 17px;
}
.hero-slider .hero__title {
  font-weight: 400;
}
.hero__desc {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.hero__btn {
  display: flex;
  min-width: 157px;
  padding: 5px 5px 5px 16px;
  justify-content: space-between;
}
.slider__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  z-index: 1;
}
.slider__nav {
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.slider__nav:hover {
  transform: scale(1.1);
}
.slider__nav svg {
  display: block;
}
.slider__counter {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  position: relative;
  top: 0;
  width: 30px;
}
.slider__counter-item {
  display: block;
  font-size: 14px;
  transition-duration: 0.3s;
  font-weight: 400;
}
.slider__counter-item_current {
  font-size: 24px;
}
.slider__counter-delmiter {
  display: block;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.home-desc {
  background-color: #fff;
  padding: 98px 0 99px;
}
.home-desc__container {
  display: block;
  font-size: 40px;
  max-width: 838px;
}
.home-desc__container span {
  color: var(--color-blue);
}
.home-desc__btn {
  display: flex;
  margin-left: auto;
  margin-right: 3px;
  margin-top: -21px;
}
.home-desc__btn .btn__name {
  color: #000;
}
.approach {
  background-color: #202020;
  padding: 80px 0 102px;
}
.title {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 68px;
  text-align: center;
}
.approach__title {
  display: block;
}
.approach__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.approach__item {
  width: 100%;
  position: relative;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 38px 28px 25px;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 20px;
  transform: translateZ(0);
}
.approach__item::before {
  background: linear-gradient(rgba(0, 0, 0, 0.45) 100%, transparent 0);
}

.approach__item svg circle {
  fill: transparent;
  stroke: #fff;
  transition: fill 0.3s, stroke 0.3s;
}

.approach__item:hover svg circle {
  fill: #00aeef;
  stroke: #00aeef;
}

.approach__item-inner {
  display: block;
  margin-top: auto;
}
.approach img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.approach__item:hover img {
  transform: scale(1.1);
}
.approach__item-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
}
.approach__item-desc {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  line-height: 1.7;
}
.approach__btn {
  display: flex;
  position: relative;
  z-index: 1;
  margin-top: 12px;
}
.advantages {
  display: block;
  padding: 100px 0;
}
.advantages__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.advantages__img {
  display: block;
  min-width: 300px;
  max-width: 488px;
  height: 675px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 30px;
}
.advantages__content {
  display: block;
  max-width: 594px;
  margin-top: 67px;
}
.advantages__title {
  display: block;
  margin-bottom: 43px;
  color: #000;
  text-align: left;
}
.advantages__wrap {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 700px;
  width: 100%;
}
.advantages__item {
  border-radius: 23px;
  border: 1px solid #dedede;
  padding: 24px 30px 31px;
  width: calc(50% - 10px);
}
.advantages__item img {
  display: block;
  width: 39px;
  height: 39px;
  margin-bottom: 18px;
}
.advantages__item-name {
  color: #000;
  font-weight: 600;
  margin-bottom: 9px;
  display: block;
}
.advantages__item-desc {
  font-weight: 500;
  color: #919191;
  font-size: 14px;
  line-height: 1.7;
}
.clean-energy {
  position: relative;
  padding: 196px 0 157px;
  color: #fff;
  background-image: url(../img/bg-clean-energy.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.clean-energy__container {
  display: block;
  position: relative;
  z-index: 1;
}
.clean-energy__title {
  margin-bottom: 56px;
}
.clean-energy__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.clean-energy__item {
  width: 100%;
  padding: 26px 25px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.clean-energy__item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  backdrop-filter: blur(13px);
  z-index: -1;
  transition-duration: 0.3s;
}
.clean-energy__item:hover::before {
  backdrop-filter: blur(100px);
}
.clean-energy__item img {
  display: block;
  margin-bottom: 18px;
  width: 32px;
  height: 32px;
}
.clean-energy__item-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 17px;
  color: #fff;
  display: block;
}
.clean-energy__item-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.news-block {
  padding: 93px 0 98px;
  background-color: #f5f5f5;
}
.news-block__title {
  display: block;
  color: #000;
  margin-bottom: 40px;
}
.news__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.news {
  border-radius: 20px;
  padding: 20px 38px 32px;
  position: relative;
  display: flex;
  height: 404px;
  overflow: hidden;
  width: 100%;
  transform: translateZ(0);
}
.news__inner {
  display: block;
  margin-top: auto;
}
.news img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition-duration: 1s;
  transition-timing-function: ease;
}
.news:hover img {
  transform: scale(1.12);
}
.news__date {
  color: #fff;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}
.news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
}
.news__head svg {
  flex-shrink: 0;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.news svg circle {
  fill: transparent;
  stroke: #fff;
  transition: fill 0.3s, stroke 0.3s;
}

.news:hover svg circle {
  fill: #00aeef;
  stroke: #00aeef;
}

.news__title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
.news__btn {
  display: flex;
  margin: 37px auto 0;
  gap: 35px;
  padding: 5px 5px 5px 16px;
}
.footer {
  background-color: #202020;
  padding: 67px 0 0;
  color: #fff;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 22px;
}
.footer__logo {
  display: block;
  width: 220px;
  margin-top: 9px;
}
.footer__menu-col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 410px;
  width: 100%;
  margin-left: 0px;
}
.footer__menu {
  display: block;
}
.footer__menu li {
  display: block;
}
.footer__menu a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  transition-duration: 0.3s;
}
.footer__menu a:hover {
  color: var(--color-blue);
}
.footer__contacts-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__btn {
  display: flex;
  margin-bottom: 48px;
  gap: 13px;
  padding: 5px 5px 5px 16px;
}
.soc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.footer__soc {
  display: flex;
}
.soc__item {
  display: block;
  line-height: 0;
}
.footer .soc__item {
  filter: grayscale(1) contrast(0.8);
}
.bottom-line {
  display: block;
  color: #bcbcbc;
}
.bottom-line__container {
  border-top: 1px solid #484848;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 23px 0;
  max-width: 1200px;
}
.copyright {
  font-size: 14px;
}
.bottom-line__links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-wrap: wrap;
}
.bottom-line__links a {
  display: flex;
  color: #bcbcbc;
  gap: 0;
  font-size: 14px;
}
.bottom-line__links a:hover {
  text-decoration: underline;
}
.bottom-line__links a::after {
  content: '|';
  display: block;
  margin: 0 12px;
}
.bottom-line__links a:last-child::after {
  content: none;
}
.our-mission {
  display: block;
  padding: 100px 0;
  height: 839px;
}
.our-mission__container {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.our-mission__title {
  color: #000;
  margin-bottom: 13px;
}
.our-mission__content {
  display: block;
  max-width: 401px;
  width: 100%;
  margin: 182px auto;
  text-align: center;
  transition-duration: 0.6s;
  opacity: 0;
}
.our-mission-start-animate .our-mission__content {
  opacity: 1;
}
.our-mission__content p {
  display: block;
}
.our-mission__desc {
  display: block;
  font-size: 14px;
  line-height: 1.8;
}
.our-mission__item {
  display: block;
  border-radius: 16px;
  width: 185px;
  height: 227px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transition-duration: 0.6s;
  transition-timing-function: ease;
}
.our-mission__item_1 {
  top: 95px;
  left: 454px;
}
.our-mission__item_2 {
  top: 116px;
  right: 449px;
  z-index: 1;
}
.our-mission__item_3 {
  left: 454px;
  bottom: 193px;
}
.our-mission__item_4 {
  right: 489px;
  bottom: 155px;
  z-index: 2;
}
.our-mission-start-animate .our-mission__item_1 {
  top: 4px;
  left: 19px;
}
.our-mission-start-animate .our-mission__item_2 {
  top: 37px;
  right: 19px;
}
.our-mission-start-animate .our-mission__item_3 {
  left: 121px;
  bottom: 65px;
}
.our-mission-start-animate .our-mission__item_4 {
  right: 123px;
  bottom: 4px;
}
.about-video {
  display: block;
  position: relative;
}
.about-video__item {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 669px;
}
.about-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
}
.shaping {
  background-color: #202020;
  padding: 92px 0 0;
  position: relative;
  z-index: 2;
}
.shaping::before {
  content: '';
  display: block;
  width: 100%;
  height: 224px;
  background: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.shaping__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.shaping__content {
  display: block;
  max-width: 515px;
  width: 100%;
}
.shaping__title {
  color: #fff;
  text-align: left;
  margin-bottom: 14px;
  font-size: 60px;
}
.shaping__desc {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 2.2;
}
.shaping__desc p {
  display: block;
}
.shaping__slider {
  display: block;
  position: relative;
  max-width: 484px;
  width: 100%;
  height: 630px;
  overflow: hidden;
  margin-right: 4px;
}
.shaping .swiper-slide {
  box-sizing: border-box;
}
.shaping__slider-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
  position: relative;
  margin-bottom: 39px;
  transition-duration: 0.3s;
}
.shaping__slider-item-info {
  background-color: #fff;
  border-radius: 20px;
  padding: 24px 28px;
  min-height: 186px;
}
.shaping__slider-item-date {
  font-weight: 500;
  font-size: 20px;
  display: block;
  margin-bottom: 11px;
}
.shaping__slider-item-desc {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.shaping__slider-item-media {
  display: block;
  width: 100%;
}
.shaping__slider-item-media img {
  border-radius: 20px;
  height: 238px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
}
.contribution {
  padding: 100px 0;
}
.contribution__title {
  display: block;
  color: #000;
  margin-bottom: 39px;
}
.contribution__wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.contribution__item {
  border-radius: 20px;
  width: 100%;
  border: 1px solid #dedede;
  background-color: #fff;
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  min-height: 279px;
  transition-duration: 0.3s;
}
.contribution__item svg {
  display: block;
  height: 34px;
  margin-bottom: auto;
  transition-duration: 0.3s;
}
.contribution__item path {
  transition-duration: 0.3s;
}
.contribution__item:hover {
  background-color: var(--color-blue);
  color: #fff;
}
.contribution__item:hover path {
  fill: #fff;
}
.contribution__item-desc {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.decor-map {
  background-color: #f5f5f5;
  padding: 72px 0 33px;
}
.decor-map__container {
  display: block;
}
.decor-map__title {
  color: #000;
  margin-bottom: 34px;
}
.decor-map__item {
  display: block;
  margin: 0 auto;
}
.process-info {
  background-color: #202020;
  padding: 103px 0 75px;
  position: relative;
  overflow: hidden;
  height: 707px;
}
.process-info__title {
  display: block;
  margin-bottom: 13px;
}
.process-info__desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  max-width: 760px;
  width: 100%;
  margin: 0 auto 78px;
}
.process-info__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 760px;
  width: 100%;
  margin: 0 auto 30px;
}
.process-info__item {
  display: flex;
  flex-flow: column wrap;
  height: 208px;
  color: #fff;
  align-items: center;
  max-width: 234px;
  width: 100%;
}
.process-info__item img {
  margin-bottom: 35px;
}
.process-info__item-ico {
  display: block;
  margin-top: 0;
  margin-bottom: 34px;
  height: 61px;
}
.process-info__item-desc {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: auto;
}
.process-info__item-decor {
  display: block;
  width: 100%;
}
.process-info__item-decor_mob {
  display: none;
}
.process-slides {
  padding: 100px 0 92px;
  background-color: #fff;
}
.process-slides__container {
  display: block;
  position: relative;
  overflow: hidden;
}
.process-slides__title {
  display: block;
  margin-bottom: 49px;
  color: #000;
}
.process-slides__wrap {
  display: block;
  position: relative;
  max-width: 1123px;
  width: 100%;
  margin: 0 auto;
}

.process-slides__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.process-slides__dots span {
  width: 14px;
  height: 14px;
  flex-grow: 0;
  opacity: 1;
  background-color: #f5f5f5;
  border-radius: 50%;
}

.process-slides__dots span.swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}

.process-slides .swiper-3d .swiper-slide-shadow {
  background: 0 0;
}
.swiper-slide-fully-visible .process-slides__item {
  background-color: #fff;
}
.process-slides__item {
  background-color: #f5f5f5;
  border: 18px solid #e6e6e6;
  border-radius: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 51px;
  max-width: 733px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 55px;
  transition-duration: 0.3s;
}
.process-slides__item-img {
  display: block;
  width: 220px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
}
.process-slides__item-content {
  display: block;
  padding-top: 21px;
}
.process-slides__item-step {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-bottom: 12px;
  color: var(--color-blue);
}
.process-slides__item-title {
  font-size: 26px;
  display: block;
  margin-bottom: 8px;
}
.process-slides__item-desc {
  font-size: 14px;
  line-height: 1.9;
}
.process-slides__item-desc p {
  display: block;
}
.textile-waste {
  background-color: #f5f5f5;
  padding: 72px 0 77px;
}
.textile-waste__title {
  display: block;
  color: #000;
  margin-bottom: 14px;
}
.textile-waste__desc {
  line-height: 1.6;
  text-align: center;
  font-size: 14px;
  max-width: 557px;
  width: 100%;
  margin: 0 auto 46px;
}
.textile-waste__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.textile-waste__item {
  width: 100%;
}
.textile-waste__item-img {
  display: block;
  width: 100%;
  height: 384px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 26px;
  border-radius: 20px;
  transition-duration: 0.3s;
}
.textile-waste__item-title {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.textile-waste__item-desc {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}
.products-list {
  display: block;
}

.page-template-products .hero {
  z-index: 2;
}

.products-list__item {
  position: relative;
  height: 700px;
  overflow: hidden;
  color: #fff;
}

.products-list__item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  object-fit: cover;
  will-change: transform;
  z-index: 0;
}

.products-list__item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}

.products-list__item::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.products-list__container {
  padding-bottom: 54px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 1;
}
.products-list__item-title {
  font-weight: 700;
  font-size: 30px;
  display: block;
  margin-bottom: 16px;
}
.products-list__item-desc {
  font-size: 20px;
  max-width: 675px;
  width: 100%;
}
.products-list__item-desc p {
  display: block;
  margin-bottom: 10px;
}
.products-list__item-desc ul {
  display: block;
  margin-left: 35px;
}
.products-list__item-desc li {
  display: list-item;
  margin-bottom: 10px;
  list-style-type: disc;
}
.head {
  /* height: 264px; */
  padding-bottom: 46px;
  background-color: #202020;
  padding-top: 170px;
}
.head__container {
  display: block;
}
.head__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}
.news-cat {
  margin-top: 80px;
  margin-bottom: 50px;
}
.news-cat__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.news-cat .news {
  width: calc(50% - 10px);
}
.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-links .page-numbers {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #d7d5e2;
  padding: 3px 13px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  transition-duration: 0.3s;
}
.nav-links .page-numbers:hover,
.page-numbers.current {
  color: #fff;
  background-color: var(--color-blue);
}
.nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.pagi-nav {
  display: block;
  width: 31px;
  height: 30px;
}

.next.page-numbers,
.prev.page-numbers {
  padding: 0;
  border: navajowhite;
}

.nav-links .page-numbers rect {
  fill: transparent;
  transition: fill 0.3s;
}

.nav-links .page-numbers path {
  stroke: #717a8a;
  transition: stroke 0.3s;
}

.nav-links .page-numbers:hover rect {
  fill: var(--color-blue);
}

.nav-links .page-numbers:hover path {
  stroke: #fff;
}

.hero-article {
  height: 460px;
  padding-top: 72px;
}
.hero-article .hero__top-desc {
  margin-bottom: 0;
  font-size: 14px;
}
.hero-article .hero__title {
  margin-bottom: 0;
}
.article-content {
  display: block;
  min-height: 50vh;
}
.article-content__container {
  display: block;
  max-width: 629px;
  padding: 30px 20px 25px;
}
.content {
  line-height: 1.6;
  font-size: 16px;
}
.content h2,
.content h3,
.content h4,
.content h5 {
  margin-top: 30px;
  margin-bottom: 18px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
}
.content p {
  margin: 20px 0;
}
.content img {
  border-radius: 20px;
}
.content a {
  color: var(--color-blue);
  text-decoration: underline;
}
.content ol,
.content ul {
  margin: 20px 0 20px 30px;
}
.content ol {
  list-style-type: decimal;
}
.content li {
  margin-bottom: 4px;
}
.content ul li {
  list-style-type: disc;
}
.content ol li {
  list-style-type: auto;
}
.wp-block-quote {
  background-color: #f5f5f5;
  padding: 18px 17px;
  margin: 20px 0;
  border-radius: 10px;
}
.wp-block-quote cite {
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  font-size: 14px;
}
.wp-block-quote p {
  margin-top: 0;
  margin-bottom: 11px;
}
.wp-block-quote p:last-child {
  margin-bottom: 0;
}
.content table {
  font-size: 14px;
}
.content figure {
  margin: 0 0 20px;
}
.content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: 0 0;
  position: absolute;
  bottom: -35px;
  margin-top: 0;
  color: #000;
}
.faq {
  display: block;
  padding: 65px 0 59px;
}
.faq__container {
  max-width: 835px;
}
.faq__item {
  background-color: #f5f5f5;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  margin-top: -1px;
  padding: 16px 20px 15px;
}
.faq__item-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}
.faq__item-title-item {
  font-size: 18px;
  font-weight: 600;
  display: block;
}
.faq__item-control {
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.faq__item.active .faq__item-control {
  display: block;
  transform: scaleY(-1);
}
.faq__item-control svg {
  display: block;
}
.faq__item-body {
  display: block;
  overflow: hidden;
  transition-duration: 0.3s;
  height: 0;
  max-width: 100%;
}
.faq__item-body-inner {
  display: block;
  font-size: 14px;
}
.faq__item-body-inner h2,
.faq__item-body-inner h3,
.faq__item-body-inner h4,
.faq__item-body-inner h5 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.faq__item-body-inner.content p {
  margin: 10px 0;
}
.faq__item.active .faq__item-body {
  height: auto;
  opacity: 1;
}
.faq__item-body p:last-child {
  margin-bottom: 0;
}
.contact-us {
  display: block;
  padding: 81px 0 80px;
}
.form {
  display: block;
}
.contact-us__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.contact-us__form {
  display: block;
  max-width: 590px;
  width: 100%;
}
.contact-us__form-name {
  font-weight: 600;
  display: block;
  font-size: 16px;
  margin-bottom: 31px;
}
.form__field-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.form-field {
  display: block;
  width: calc(50% - 10px);
}
.form-field__label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.form-field__input {
  height: 47px;
  border-radius: 50px;
  background-color: #f5f5f5;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 12px;
  width: 100%;
  border: 1px solid transparent;
  outline: 0;
}
.form-field__input:focus {
  border: 1px solid var(--color-blue);
}
.form-field__input::-moz-placeholder {
  color: #717171;
}
.form-field__input::placeholder {
  color: #717171;
}
.form-field__textarea {
  height: 93px;
  border-radius: 16px;
  padding: 12px 16px;
  border: 1px solid transparent;
}
.form-field_textarea {
  width: 100%;
}
.form__btn {
  display: flex;
  padding: 5px 5px 5px 16px;
  margin-top: 20px;
  min-width: 157px;
  justify-content: space-between;
}
.contact-us__info {
  display: block;
  border-radius: 26px;
  background-color: #f5f5f5;
  padding: 34px 40px 29px;
  max-width: 488px;
  width: 100%;
}
.contact-us__info-name {
  color: #4a4a4a;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}
.contact-us__info-item {
  font-size: 14px;
  margin-bottom: 27px;
}
.contact-us__info-item-adress {
  display: block;
  line-height: 1.85;
}
.contact-us__info-item-direction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
}
.contact-us__info-item-direction svg {
  transition-duration: 0.3s;
}
.contact-us__info-item-direction:hover svg {
  transform: rotate(45deg);
}
.contact-us__info-item-direction-name {
  font-weight: 600;
  font-size: 14px;
  color: var(--color-blue);
}
.contact-us .soc {
  margin-top: 73px;
}
.newsletter {
  display: block;
  padding: 81px 0;
}
.newsletter__form {
  background-color: #f6f6f6;
  max-width: 658px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  padding: 42px 34px 34px;
}
.newsletter__form .form-field__input {
  background-color: #fff;
}
.form-field__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: #717171;
}
.form-field__select option {
  color: #717171;
}
.form-field-select-wrap {
  position: relative;
}
.form-field-select-wrap::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background-image: url(../svg/ico-select-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.hero-isfr .hero__title {
  font-size: 40px;
  margin-bottom: 14px;
}
.hero-isfr .hero__desc p {
  margin-bottom: 19px;
}
.benefits {
  padding: 100px 0 82px;
}
.benefits .contribution__title {
  margin-bottom: 54px;
}
.benefits .contribution__item {
  min-height: 250px;
}
.isfr-bottom {
  background-color: #f5f5f5;
  padding: 56px;
}
.isfr-bottom__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.isfr-bottom__content {
  max-width: 488px;
  width: 100%;
}
.isfr-bottom__title {
  margin-top: 13px;
  margin-bottom: 12px;
  color: #000;
  text-align: left;
}
.isfr-bottom__desc {
  display: block;
  font-size: 14px;
  line-height: 1.55;
}
.isfr-bottom__img {
  display: block;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 501px;
  width: 100%;
}
.isfr-contacts {
  background-color: var(--color-blue);
  padding: 56px 0;
}
.isfr-contacts__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  max-width: 1014px;
}
.isfr-contacts__text {
  color: #fff;
}
.isfr-contacts__title {
  margin-bottom: 9px;
  text-align: left;
}
.isfr-contacts__desc {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.isfr-contacts__btn {
  min-width: 183px;
  justify-content: space-between;
  display: flex;
  padding: 5px 5px 5px 15px;
}
.hamburger {
  display: none;
}

.modal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal__content {
  max-width: 560px;
  width: 95%;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f2f8fa;
  z-index: 999;
  padding: 50px 60px 40px;
  border-radius: 10px;
  overflow: hidden;
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
}
.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: 0 0;
  border: none;
  z-index: 998;
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover::after,
.modal__close:hover::before {
  background-color: var(--color-blue);
}
.modal__close::after,
.modal__close::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--color-blue);
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__modal__close {
  display: block;
}
.modal__title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
  line-height: normal;
}
.modal__desc {
  font-size: 16px;
  margin-bottom: 32px;
  text-align: center;
}
.modal .text-field {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.modal__btn {
  margin-top: 0;
  margin-bottom: 15px;
  max-width: 100%;
  width: 100%;
  height: 60px;
  line-height: 61px;
}
.modal__form {
  display: block;
}
.modal-success .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
}
.modal-success svg {
  width: 100px;
}

.waste-yarn {
  display: block;
  padding: 70px 0;
}

.waste-yarn__title {
  display: block;
  color: #000;
  margin-bottom: 48px;
}
.waste-yarn__wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px 20px;
  flex-wrap: wrap;
}
.waste-yarn__item {
  width: calc(25% - 15px);
}

.waste-yarn__item img {
  display: block;
  border-radius: 16px;
  margin-bottom: 16px;
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.waste-yarn__item-name {
  font-weight: 400;
  font-size: 16px;
  display: block;
}

.waste-yarn__more {
  margin-top: 36px;
  margin: 36px auto 0;
  background-color: #d9d9d9;
  text-align: center;
  padding: 12px 15px;
  min-width: 157px;
  color: #000;
}

@media (max-width: 1240px) {
  .container {
    max-width: 100%;
    width: 100%;
  }
  .lang-control {
    margin-left: auto;
    margin-right: 0;
  }
  .header__btn {
    margin-left: auto;
  }
  .menu {
    gap: 25px;
  }
  .bottom-line__container,
  .header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-desc__container br {
    display: none;
  }
  .home-desc__btn {
    margin-top: 10px;
  }
  .header__mob-wrap {
    width: 100%;
  }
  .footer__menu-col {
    gap: 60px;
    max-width: 100%;
    width: auto;
    margin-left: 0;
  }
  .footer__logo {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .header__container {
    padding: 19px 20px;
    border: none;
  }
  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex-shrink: 0;
    z-index: 998;
  }
  .hamburger.active svg {
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .hamburger.active svg:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active svg:nth-child(1) {
    position: absolute;
    transform: rotate(45deg);
  }
  .hamburger.active svg:nth-child(3) {
    position: absolute;
    transform: rotate(-45deg);
  }
  .header__mob-wrap {
    position: fixed;
    left: 0;
    top: 0;
    padding: 39px 40px;
    width: 100%;
    height: 100%;
    background-color: #202020;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transform: translate(-100%, 0);
  }
  .header__mob-wrap.active {
    transform: translate(0, 0);
  }
  .lang-control {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .lang-control__list {
    background-color: transparent;
    padding: 0;
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    margin-left: 17px;
  }
  .lang-control__arrow {
    display: none;
  }
  .lang-control__list-item {
    color: #fff;
    margin: 0;
  }
  .lang-control__current {
    color: var(--color-blue);
    text-transform: uppercase;
  }
  .header__btn {
    margin-left: 0;
    margin-right: 0;
  }
  .menu {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .menu a::after {
    bottom: -5px;
  }
  .hero {
    height: 650px;
  }
  .advantages__container,
  .approach__wrap {
    flex-direction: column;
  }
  .approach__item {
    height: 368px;
  }
  .advantages__img {
    max-width: 100%;
    height: 400px;
  }
  .advantages__content {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    order: -1;
  }
  .advantages__wrap {
    max-width: 100%;
    width: 100%;
  }
  .clean-energy__wrap {
    flex-direction: column;
  }
  .clean-energy {
    padding: 90px 0;
  }
  .swiper-slide {
    box-sizing: border-box;
  }
  .textile-waste__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .textile-waste__item-img {
    height: 300px;
  }
  .our-mission {
    height: auto;
  }
  .our-mission__item {
    position: static;
    width: calc(50% - 10px);
  }
  .our-mission__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
  }
  .our-mission__content {
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .about-video__item {
    height: 300px;
  }
  .shaping__container {
    flex-direction: column;
    gap: 35px;
  }
  .shaping__content {
    max-width: 100%;
  }
  .shaping__title br {
    display: none;
  }
  .shaping__slider {
    margin: 0 auto;
  }
  .contribution__wrap {
    flex-wrap: wrap;
  }
  .contribution__item {
    width: calc(50% - 10px);
  }
  .products-list__item {
    height: 632px;
  }
  .hero-article {
    height: auto;
    padding-bottom: 60px;
  }
  .contact-us__container {
    flex-direction: column;
    gap: 40px;
  }
  .contact-us__form {
    max-width: 100%;
  }
  .contact-us__info {
    max-width: 100%;
  }
  .isfr-bottom__container {
    flex-direction: column;
  }
  .isfr-bottom__content {
    max-width: 100%;
  }
  .isfr-bottom__img {
    margin-left: auto;
    margin-right: auto;
  }
  .isfr-contacts__container {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .isfr-contacts__desc,
  .isfr-contacts__title {
    text-align: center;
  }
  .process-info,
  .process-slides {
    height: auto;
  }
  .header__logo {
    max-width: 155px;
    width: 100%;
  }
  .waste-yarn__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .hero {
    height: 555px;
  }
  .hero__title {
    font-size: 32px;
  }
  .hero__desc br,
  .hero__title br {
    display: none;
  }
  .slider__navigation {
    bottom: 40px;
  }
  .hero__btn {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .home-desc {
    padding: 40px 0;
  }
  .home-desc__container {
    font-size: 24px;
  }
  .home-desc__btn {
    margin-top: 20px;
  }
  .approach {
    padding: 50px 0;
  }
  .approach__item {
    padding: 38px 22px 25px;
  }
  .title {
    font-size: 32px;
  }
  .advantages__img {
    height: 287px;
    margin-top: 10px;
  }
  .advantages__item {
    width: 100%;
    padding: 22px;
  }
  .advantages {
    padding: 30px 0 40px;
  }
  .advantages__title {
    margin-bottom: 25px;
  }
  .clean-energy {
    padding: 50px 0;
  }
  .clean-energy__item {
    padding: 26px 25px 50px;
  }
  .news-block {
    padding: 40px 0 24px;
  }
  .news-block__title {
    margin-bottom: 30px;
  }
  .news__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .news {
    padding: 20px 15px 22px;
    height: 329px;
    width: 100%;
  }
  .news__title {
    font-size: 20px;
  }
  .news__date {
    font-size: 12px;
  }
  .news__btn {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    margin-top: 24px;
  }
  .footer {
    padding: 48px 0 0;
  }
  .footer__container {
    flex-direction: column;
    padding-bottom: 30px;
  }
  .bottom-line__container {
    flex-direction: column;
  }
  .footer__logo {
    margin: 0 auto 20px;
  }
  .footer__btn {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .footer__contacts-col {
    align-items: center;
    width: 100%;
  }
  .bottom-line__links {
    order: -1;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
    width: 100%;
  }
  .bottom-line__links a {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .process-info {
    padding: 45px 0;
  }
  .process-info__title {
    margin-bottom: 13px;
    font-size: 20px;
  }
  .process-info__title br {
    display: none;
  }
  .process-info__wrap {
    flex-direction: column;
    align-items: center;
    gap: 26px;
    margin-bottom: 0;
  }
  .process-info__desc {
    margin: 0 auto 40px;
  }
  .process-info__item-ico {
    margin-bottom: 20px;
  }
  .process-info__item {
    height: auto;
  }
  .process-info__item-decor {
    display: none;
  }
  .process-info__item-decor_mob {
    display: block;
    margin-top: 23px;
  }
  .process-info__item:last-child .process-info__item-decor_mob {
    display: none;
  }
  .process-slides {
    padding: 37px 0 50px;
  }
  .process-slides__item {
    padding: 16px 16px 30px;
    flex-direction: column;
    gap: 0;
  }
  .process-slides__item-img {
    width: 100%;
    height: 278px;
  }
  .process-slides__item-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .process-slides__item-step {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .textile-waste {
    padding: 40px 0 50px;
  }
  .textile-waste__title {
    margin-bottom: 13px;
  }
  .textile-waste__desc {
    margin-bottom: 26px;
  }
  .our-mission {
    padding: 40px 0 54px;
  }
  .our-mission__title {
    margin-bottom: 13px;
  }
  .our-mission__content {
    margin-bottom: 0;
  }
  .our-mission__item {
    height: 173px;
    width: calc(50% - 8px);
  }
  .our-mission__container {
    gap: 16px;
  }
  .shaping {
    padding: 40px 0 0;
    /* height: 760px; */
  }
  .contribution {
    padding: 40px 0;
  }
  .contribution__item {
    /* width: 100%; */
    padding: 15px 15px 26px;
    min-height: 226px;
    width: calc(50% - 5px);
  }
  .decor-map {
    padding: 37px 0 0;
  }
  .hero__container_about .hero__desc {
    font-size: 16px;
  }
  .hero__top-desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .news-cat__container {
    flex-direction: column;
    margin-bottom: 34px;
  }
  .news-cat .news {
    width: 100%;
  }
  .news-cat {
    margin-top: 40px;
    margin-bottom: 34px;
  }
  .head__title {
    font-size: 32px;
  }
  .head {
    /* height: 227px; */
    padding-top: 107px;
  }
  .hero-article {
    height: auto;
    padding-bottom: 45px;
    padding-top: 82px;
  }
  .article-content__container {
    padding: 15px 20px;
  }
  .article-content + .news-block {
    display: none;
  }
  .faq {
    padding: 30px 0;
  }
  .contact-us {
    padding: 40px 0;
  }
  .form-field {
    width: 100%;
  }
  .contact-us .soc {
    margin-top: 33px;
  }
  .contact-us__info,
  .newsletter__form {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 30px;
  }
  .newsletter {
    padding: 40px 0;
  }
  .form__btn {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .isfr-bottom {
    display: none;
  }
  .benefits .contribution__item {
    min-height: 180px;
  }
  .isfr-contacts__btn {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
  }
  .isfr-contacts {
    padding: 40px 0;
  }
  .isfr-contacts__title br {
    display: none;
  }
  .hero-isfr .hero__title {
    font-size: 32px;
  }
  .hero-isfr .hero__desc {
    font-size: 16px;
  }
  .benefits .contribution__title {
    margin-bottom: 30px;
  }
  .hero__desc {
    line-height: 1.5;
  }

  .modal__content {
    padding: 30px 20px 20px;
  }

  .modal__title {
    font-size: 24px;
  }
  .process-slides__title {
    margin-bottom: 25px;
  }
  .contribution__wrap {
    gap: 10px;
  }

  .hero {
    height: auto;
  }
  .home .hero__container {
    padding: 100px 20px 110px;
  }

  .hero__container {
    padding: 125px 20px 80px;
  }

  .waste-yarn {
    padding: 50px 0;
  }

  .waste-yarn__item img {
    height: 160px;
  }
}
