.wrapper-background {
  max-width: 2100px;
  margin: 0 auto;
  background: url('../img/main-section-back.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: relative;
}

.wrapper-background::before {
  content: '';
  position: absolute;
  top: 180px;
  left: 0;
  width: 100%;
  height: 500px;
  background: linear-gradient(180deg, #001136 24.98%, rgba(12, 24, 56, 0) 100%);

}
.wrapper-background::after {
  content: '';
  position: absolute;
  max-width: 1000px;
  max-height: 1600px;
  width: 100%;
  height: 100%;
  bottom: 0;
  transform: translateY(50%);
  left: 0;
  background: url('../img/blob.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0px 0px;
}

.company-page .wrapper-background {
  padding-bottom: 70px;
}

.company-page .wrapper-background::before {
  top: 0;
}

.company-page .wrapper-background::after {
  display: none;
}

.header {
  position: relative;
}

.header__layer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: transform .75s cubic-bezier(.075, 0.5, 0, 1);
}

.header__layer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top;
  -o-object-position: top;
}

.layer-base {
}

.layer-day,
.layer-night {
  opacity: 0;
  transition: opacity 2s;
}

.layer-day.active,
.layer-night.active {
  transition: opacity 2s;
  opacity: 1;
}
.header-container__outside {
  max-width: 2100px;
  margin: 0 auto;
  min-height: 1220px;
  position: relative;  
  overflow: hidden;
}

.layer-front {
  z-index: 2;
}

.header__info {
  position: relative;
  z-index: 5;
  transition: transform .75s cubic-bezier(.075, 0.5, 0, 1);
}

.header__info-wrap {
  position: relative;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.header__title-wrap {
  max-width: 570px;
  transition: 1.75s;
}

.header__title-wrap.active-scroll {
  transform: translateX(-1500px);
  transition: 1.75s;
}

.header__title {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
}

.header__title-desc {
  position: absolute;
  top: 9px;
  right: 0;
  max-width: 185px;
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: end;
}

.header__desc-wrap {
  max-width: 570px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 1.75s;
}

.header__desc-wrap.active-scroll {
  transform: translateX(1500px);
  transition: 1.75s;
}

.header__desc {
  max-width: 250px;
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px; 
  color: #fff; 
}

.header__order-link {
  position: relative;
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  background-color: #0069a9;
  padding: 24px 60px;
  text-align: center;
  border-radius: 10px;
}

.header__order-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #FF902E;
  opacity: 0.6;
  filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/*
  ТЕХНИЧЕСКИЕ ГАЗЫ
*/

.technical-gases {
  position: relative;
  margin-top: -200px;
  z-index: 5;
  margin-bottom: 60px;
}

.technical-gases__title {
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 60px;
}

.technical-gases__title-span {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #fff;
}
.technical-gases__wrap {
  display: flex;
  justify-content: center;
}

.technical-gases__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}

.technical-gases__list::after {
  content: '';
  position: absolute;
  width: 376px;
  height: 425px;
  bottom: 0;
  left: -200px;
  z-index: -1;
  background: url('../img/tank-back.png');
  background-repeat: no-repeat;

  transform: translate(0px, 0px) rotateZ(0deg);
  animation-name: tank-movement;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}

/* Каталог */
.catalog {
  position: relative;
  z-index: 1;
}

.container-catalog__outside {
  max-width: 2100px;
  padding: 0 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.container-catalog__inside {
  max-width: 1200px;
  margin: 0 auto;
}

.catalog__title {
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.catalog__title-span {
  font-family: 'Montserrat';
  font-style: lite;
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.catalog__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 325px 325px;
  grid-auto-rows: 325px;
  grid-auto-flow: row dense;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
}

.catalog__item {
  background-color: #F6F6F4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.catalog__item.view1 {
  grid-column: 1/2;
  grid-row: auto / span 2;
}

.catalog__item.view2 {
  grid-column: 2/3;
  grid-row: auto / span 1;
}

.catalog__item.view3 {
  grid-column: 2/3;
  grid-row: auto / span 1;
}

.catalog__item.view4 {
  grid-column: 3/4;
  grid-row: auto / span 2;
}

.catalog__item.view5 {
  grid-column: 1/2;
  grid-row: auto / span 1;
}

.catalog__item.view6 {
  grid-column: 2/4;
  grid-row: auto / span 1;
}

.catalog__item.view7 {
  grid-column: 1/3;
  grid-row: auto / span 1;
}

.catalog__item.view8 {
  grid-column: 3/4;
  grid-row: auto / span 1;
} 



.catalog__item-top {
  padding: 20px;
}

.catalog__item-title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  /* word-break: breaki-all; */
  color: #151937;
  position: relative;
  z-index: 2;
  transition: color 1s;
}

.catalog__item-title::after {
  content: '';
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 2px;
  left: 0;
  bottom: -14px;
  background-color: #FF902E;
}

.catalog__item-bottom {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.catalog__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}

.catalog__item-link {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url('../img/catalog-arrow.svg');
  background-repeat: no-repeat;
  background-position: 95% calc(100% - 20px);
  background-size: 10%;
  transition: .5s;
}

.catalog__item:hover .catalog__item-link {
  background-size: 20%;
  transition: .5s;
}
/* 
  Услуги
*/

.services {
  position: relative;
  z-index: 1;
}

.container-services__outside {
  max-width: 2100px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

.services__title-out {
  position: absolute;
  right: 0;
  top: 60px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-size: 200px;
  text-transform: uppercase;
  background-image: url('../img/text-back.png');
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: -59px 14px;
  color: transparent;
  z-index: -1;
}

.container-services__inside {
  max-width: 1200px;
  margin: 0 auto;
  padding: 200px 0 0 0;
}

.services__title-wrap {
  margin-bottom: 40px;
}

.services__title {
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #151937;
  margin-bottom: 10px;
}

.services__title-span {
  font-family: 'Montserrat';
  font-style: lite;
  font-weight: 300;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #151937;
}

.services__desc {
  max-width: 370px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.services__desc-span {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.services__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 325px 325px;
  grid-auto-rows: 325px;
  grid-auto-flow: row dense;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 100px;
}

.services__item {
  background-color: #F6F6F4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.services__item.view1 {
  grid-row: auto / span 2;
}

.services__item.view2,
.services__item.view3,
.services__item.view4,
.services__item.view5,
.services__item.view6,
.services__item.view9 {
  grid-column: auto / span 1;
}

.services__item.view7,
.services__item.view8 {
  grid-column: auto / span 2;
} 

.services__item.view10 {
  grid-column: auto / span 3;
}


.services__item-top {
  padding: 20px;
}

.services__item-title {
  position: relative;
  z-index: 1;
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #151937;
  transition: color 1s;
}

.services__item-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  bottom: -15px;
  left: 0;
  background-color: #FF902E;
}

.services__item-bottom {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

.services__item-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
}

.services__item-btn {
  position: absolute;
  z-index: 1;
  background: url('../img/catalog-arrow.svg');
  background-repeat: no-repeat;
  background-size: 10%;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}

.services__item:not(:first-child) .services__item-btn{
  background-position: 95% 95%;
}

.services__item:first-child .services__item-btn{
  background-position: 95% 98%;
}

.services__item:hover .services__item-btn {
  background-size: 20%;
}

/*  */


/*
  О КОМПАНИИ
*/

.container-company__outside {
  max-width: 2100px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  padding-bottom: 750px;
  background: url('../img/company-lp-gas.png') no-repeat;
  background-size: contain;
  background-position: bottom;
}

.container-company__outside::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: -400px;
  right: 0;
  max-width: 840px;
  max-height: 1204px;
  width: 100%;
  height: 100%;
  background-image: url('../img/company-ellipse.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100px, right;
}

.gas-parallax {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;  
  max-width: 314px;
  width: 100%;
  max-height: 515px;
  height: 100%;
  z-index: 1;
  transition: 0.7s;
  background: url('../img/gas-parallax.png') no-repeat;
  background-size: contain;
}

.container-company__inside {
  max-width: 1200px;
  margin: 0 auto 100px auto;
  position: relative;
  z-index: 1;
}

.company__head-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.company__title {
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 40px;
  line-height: 49px;
  text-transform: uppercase;
  color: #151937;  
}

.company__requisites {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;  
  border-bottom: 1px solid #FF902E;
}

.company__text-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.company__text {
  max-width: 570px;
  font-family: 'Montserrat';
  font-style: lite;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000;  
}

.company__text {
  margin-bottom: 30px;
}


.company__text-count-wrap {
  position: absolute;
  top: 27%;
  right: 0;
}

.company__text-count {
  font-family: 'Montserrat';
  font-style: semibold;
  font-weight: 600;
  font-size: 149px;
  line-height: 1;
  text-transform: uppercase;
  color: transparent;
  background-image: url('../img/4000.png'); 
  background-size: contain; 
  background-clip: text;
  -webkit-background-clip: text;
}

.company__text-count-desc {
  text-align: end;
  font-family: 'Montserrat';
  font-style: lite;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;  
}

.company__more {
  display: flex;
}

.company__more-img {
  max-width: 750px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-right: 50px;
}

.company__more-wrap {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.company__more-text {
  font-family: 'Montserrat';
  font-style: lite;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #000000; 
  margin-bottom: 50px;
}

.company__more-link {
  position: relative;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #0069a9;
  padding: 24px 80px;
  border-radius: 10px;
}

.company__more-link span {
  border-bottom: 1px solid #0069a9;
}






@keyframes tank-movement{
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(40deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}



@media (max-width: 1500px) {
  /* Адаптив услуги  */
  .services__title-out {
    font-size: 150px;
  }


  /* Адаптив о компании */
  .container-company__outside {
    padding-bottom: 40%;
  }

  .container-company__outside::after {
    max-width: 790px;
  }
}

@media (max-width: 1200px) {
  /* Адаптив технические газы */
  .technical-gases__item {
    min-width: auto;
    max-width: calc(50% - 15px);
    width: 100%;
  }
  .technical-gases__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1150px) {
  .services__title-out {
    top: 30px;
  }

}

@media (max-width: 980px) {
  .container-company__outside::after {
    max-width: 600px;
    top: -250px;
    background-image: url('../img/company-ellipse-mobile.svg');
  }

  .gas-parallax {
    max-width: 270px;
  }

  .company__text-count-wrap {
    display: none;
  }

  /* Каталог ОБОРУДОВАНИЕ */
  .catalog__list {
    grid-template-rows: 250px 250px;
    grid-auto-rows: 250px;
  }
}

@media (max-width: 850px) {
  /* Эллипс */
  .wrapper-background::after {
    transform: translateY(85%);
  }


  /* Каталог ОБОРУДОВАНИЕ */
  .catalog__list {
    grid-template-columns: 1fr 1fr;
  }
  
  .catalog__item {
    border-radius: 20px;
  }

  /* Услуги */

  .services__list {
    grid-template-columns: 1fr 1fr;
  }

  .services__item {
    border-radius: 20px;
  }

  .services__item-more {
    display: none;
  }

  .services__item:hover .services__item-title {
    color: #151937;
  }

  .services__title-out {
    font-size: 120px;
  }
}

@media (max-height: 730px) and (max-width: 600px) {
  .header__desc {
    display: none;
  }
}

@media (max-height: 800px) and (max-width: 500px) {
  .header__layer.foreground {
    transform: translateY(-150px);
  }

  .technical-gases {
    margin-top: -350px;
  }
}

@media (max-width: 600px) {
  .header__title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .header__title-desc {
    display: none;
  }

  .header__desc-wrap {
    flex-direction: column;
  }

  .header__desc {
    margin-bottom: 30px;
    text-align: center;
  }

  /* Адаптив технические газы */
  .technical-gases__item {
    max-width: 80%;
    margin-right: 0;
  }
  
  /* Каталог ОБОРУДОВАНИЕ */
  .catalog__list {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
  
  .catalog__item {
    /* flex-direction: row; */
    align-items: center;
  }

  .catalog__item:nth-child(2n) {
    /* flex-direction: row-reverse; */
  }

  .catalog__item-title {
    text-align: center;
  }

  .catalog__item-title::after {
    display: none;
  }

  .catalog__item .catalog__item-bottom img {
    object-position: center bottom;
  }

/*  .catalog__item:nth-child(2n) .catalog__item-bottom img {
    object-position: right bottom;
  } */

  .catalog__item:nth-child(1) {
    order: 2;
  }

  .catalog__item:nth-child(2) {
    order: 3;
  }

  .catalog__item:nth-child(3) {
    order: 4;
  }

  .catalog__item:nth-child(4) {
    order: 1;
  }

  /* Услуги */
  .services__title-out {
    font-size: 90px;
  }

  .services__list {
    grid-template-columns: 1fr;
    grid-template-rows: 250px 250px;
    grid-auto-rows: 250px;
  }

  .services__item { 
    /* flex-direction: row; */
    align-items: center;
  }

  .services__item:nth-child(2n-1) {
    /* flex-direction: row-reverse; */
  }

  .services__item-title {
    text-align: center;
  }

  .services__item-title::after {
    display: none;
  }

  /* О компании */
  .company__head-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .company__requisites {
    color: #151937;
  }
}

@media (max-height: 650px) {
  /* Параллакс */
}

@media (max-width: 420px) {
  /* Бочка */
  .gas-parallax {
    max-width: 160px;
  }

  /*  */
  .services__title-out {
    font-size: 70px;
  }

  .catalog__title-span {
    font-size: 32px;
  }
}



/* @keyframes moving {
  100% {transform: rotate(-360deg);}
}


.company__text-count-wrap {
  
  animation: moving 3s infinite linear;

  transform-origin: -80px -80px;
} */

@media (max-width: 350px) {
  .technical-gases__title {
    font-size: 34px;
  }

  .technical-gases__title-span {
    font-size: 34px;
  }
}