.phone_innovation a.phone__link {
  font-size: 22px;
  color: #0b131f;
  background: url(../img/mobile_yel.svg) no-repeat left center;
}
.btn__innovation {
  margin-left: auto;
  width: auto;
  font-size: 16px;
  line-height: 1.5em;
  color: #0b131f;
  padding: 0;
  border-bottom: 1px dashed #0b131f;
  transition: all .4s ease;
}
.btn__innovation:hover{
  border-bottom-color: transparent;
}

.innovation_header {
  padding: 30px 20px 30px;
}
.fixed_header.innovation_header {
 padding-top: 15px;
 padding-bottom: 15px;
}

.head_section_page {
  padding-top: 130px;
  padding-bottom: 40px;
  position: relative;
}

.offer__page h1 {
  color: #0b131f;
  font-weight: 450;
  font-size: 36px;
  margin-bottom: 55px;
  text-transform: uppercase;
  animation-delay: 2.5s;
  opacity: 0;
  line-height: 1.27em;
}


.offer__page h1 span {
  font-weight: 600;
  font-size: 56px;
  display: block;
  line-height: 1.27em;
}

.offer__text_page {
  font-size: 32px;
  line-height: 1.33em;
  color: #0b131f;
  margin-bottom: 66px;
  position: relative;
  animation-delay: 2.7s;
}

.hide_progress .offer__page h1,
.hide_progress .offer__text_page,
.hide_progress .offer__btn_page  {
  animation-name: fadeInUpLight ; 
  
}

.offer__text_page,
.offer__btn_page {
  margin-left: 120px;
  opacity: 0;
}
.offer__btn_page{
  animation-delay: 2.9s;
  padding-left:30px;
  padding-right: 30px;
}

.offer__text_page::before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  position: absolute;
  left: -120px;
  top: 36px;
  background: #fff500;
}

.head__image_page img {
  max-width: 100%;
}
.hide_progress .head__image_page{
  animation-name: zoomIn; 
}

.head_section_page .product_page_promsteel_bg {
  left: 55%;
  top: auto;
  bottom: 65px;
  width: auto;
}

.sertificate_logo {
  padding: 45px 0;
  background: #f5f6f8;
}
.sertificate_logo.hide_progress .sertificate__item {
  animation-name: fadeInUpLight;
  animation-delay: 2.7s;
}

.sertificate__img_logo {
  max-width: 100%;
}

.sert_wrap {
  margin-bottom: 25px;
}

.page_title_section {
  padding-top: 90px;
  padding-bottom: 35px;
}

.feature {
  padding-bottom: 170px;
}

.service_advantage.service_advantage_page {
  padding-top: 0;
}

.teplopaket {
  position: relative;
}

.teplopaket:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f5f6f8;
}

.teplopaket_first:before {
  left: 50%;
}

.teplopaket_second:before {
  left: 0%;
}

.teplopaket_title_section {
  padding-bottom: 70px;
}

.teplopaket__image img {
  max-width: 100%;
}

.teplopaket__image_first img {
  transform: translateY(-50px);
}

.teplopaket_subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
  position: relative;
  padding-left: 38px;
}

.teplopaket__item:not(:last-child) {
  margin-bottom: 33px;
}

.teplopaket_subtitle::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 4px solid #ffed00;
}

.teplopaket__text {
  font-size: 16px;
  line-height: 1.28em;
  color: #000000;
}

.teplopaket_second .teplopaket__list {
  padding-left: 55px;
}

.teplopaket__image_second {
  padding: 25px 0 50px;
}

.process_title_section {
  padding-bottom: 0;
}

.process__page {
  padding-bottom: 120px;
}

.process__swiper {
  padding: 30px 15px;
  height: 330px;
}

.process__slide {
  position: relative;
  overflow: hidden;

  height: 100% !important;
  padding-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0px 0px 18px rgba(20, 19, 19, 0.1);
}

.process__slide a {
  text-align: center;
  display:block;
}

.process__slide span {
  position: absolute;
  left: -25%;
  top: -40px;
  font-weight: bold;
  font-size: 180px;
  line-height: 1em;
  color: rgba(209, 211, 212, 0.2);
}

.process__icon {
  height: 80px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 34px;
  z-index: 5;
}

.process__slide a:hover span {
  color: rgba(209, 211, 212, 0.2);
}

.process__icon:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  position: absolute;
  left: calc(50% - 35px);
  bottom: -15px;
  background: #ffed00;
  transition: all 0.4s ease;
}

.process__slide a:hover .process__icon:after {
  bottom: 0;
  height: 100%;
}

.process__icon img {
  height: 100%;
  position: relative;
  z-index: 3;
}

.process__name {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.111em;
  color: #293132;
  text-align: center;
}

.industries_title_section,
.industries {
  background: #f5f6f8;
}

.industries {
  padding-bottom: 60px;
}

.my_row_industries {
  justify-content: center;
}

.industries__item {
  width: 20%;
  padding-top: 50px;
  position: relative;
  margin-bottom: 20px;
  height: 178px;
}

.industries__bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  bottom: 50px;
}

.industries__icon {
  height: 60px;
  width: 50%;
  margin-left: auto;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  position: relative;
}

.industries__img {
  max-height: 100%;
}

.industries__name {
  font-size: 16px;
  line-height: 1.28em;
  text-align: center;
  color: #0b131f;
  position: relative;
  padding: 0 25px;
}

.equipment-callback_page .service__title {
  font-size: 36px;
  font-weight: 500;
}

.variant_title_section {
  padding-bottom: 250px;
}

.variant__subtitle {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.25em;
  color: #0b131f;
  margin-bottom: 30px;
}

.variant_first .variant__subtitle {
  text-align: left;
}

.variant_second .variant__subtitle {
  text-align: right;
}

.variant__image {
  display: flex;
  justify-content: center;
}

.variant__image img {
  max-width: 100%;
}

.variant {
  position: relative;
}

.variant::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #f5f6f8;
}

.variant_first::before {
  left: 0;
}

.variant_second::before {
  left: 50%;
}

.variant_wrap {
  margin-top: -200px;
  padding-bottom: 50px;
}

.handling {
  padding-bottom: 100px;
}

.handling__item {
  padding-left: 40px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.handling__item::before {
  content: "";
  display: block;
  width: calc(100% - 70px);
  height: 75%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f6f8;
}

.handling__link {
  width: calc(100% - 80px);
  height: 226px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-bottom: 32px;
  margin-right: 25px;
}

.handling__link::after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
  background: #ffed00 url(../img/video_bg_black.svg) no-repeat 55% center;
  z-index: 2;
}

.handling__link::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
  border-radius: 50%;
  border: 1px solid #ffed00;
  background: transparent;
  z-index: 2;
  animation: videoPuls 4s ease-in-out infinite;
}

.handling__link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.line_yellow {
  width: 70px;
  height: 4px;
  margin-bottom: 18px;
  background: #ffed00;
  position: relative;
}

.handling__text {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.28em;
  color: #0b131f;
  width: calc(100% - 90px);
}

.equipment-callback.equipment_callback_econome {
  padding-bottom: 20px;
}

.equipment_callback_econome .service__title {
  font-size: 46px;
  line-height: 1.8em;
}

.equipment_callback_econome h2 br {
  display: none;
}

.equipment_callback_econome p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.28em;
  text-transform: initial;
  color: #666666;
  max-width: 415px;
  margin-bottom: 40px;
}

.catalog__link {
  display: block;
  width: max-content;
  margin-left: auto;
  margin-top: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.28em;
  color: #000000;
  padding-bottom: 1px;
  border-bottom: 1px solid #666666;
}

.catalog__img {
  position: absolute;
  left: 10px;
  bottom: -40px;
  width: 100%;
  max-width: 370px;
}

.decision_page {
  padding-bottom: 40px;
}

.decision__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #666666;
  transition: all 0.5s ease-in;
  padding: 0 0 12px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  background: #f5f6f8;
  padding: 12px 0 11px;
}

.decision__name.active {
  color: #293132;
  border-bottom-color: #ffed00;
  box-shadow: 0px 0px 18px rgba(20, 19, 19, 0.1);
  background: #fff;
  position: relative;
  z-index: 1;
}

.decision_info {
  display: flex;
  flex-wrap: wrap;
  padding-top: 180px;
  /* align-items: flex-end; */
}

.decision__tab_first .decision_schem {
  width: 60%;
  display: block;
  /* margin-top: auto; */
}

.decision_schem img {
  max-width: 100%;
}

.decision__tab_first .decision_schem img {
  width: 100%;
  height: auto;
}

.decision_list {
  width: 40%;
  /* margin-bottom: 80px; */
  /* margin-top: auto; */
}

.decision_list li {
  font-size: 24px;
  line-height: 1.33em;
  color: #293132;
  margin-bottom: 20px;
}

.decision_text {
  font-size: 16px;
  line-height: 1.28em;
  color: #293132;
}

.decision__tab_first .decision_text {
  width: 80%;
}


.decision__tab_first .decision_image {
  margin-left: auto;
  max-width: 330px;
  display: block;
  /* margin-top: -220px; */
}


@media screen and (min-width: 1200px) {
    .decision__tab_first .decision_info_img{
    flex: 0 0 35.666667%;
    max-width: 35.666667%;
  }

  .decision__tab_first .decision_info {
    flex: 0 0 63.333333%;
    max-width: 63.333333%;
    padding-top: 147px;
  }

}

.decision__tab {
  position: relative;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}

.decision__tab::before {
  content: "";
  display: block;
  height: 350px;
  position: absolute;
  bottom: 0;
  background: #f5f6f8;
}

.decision__tab_first::before {
  width: 42%;
  right: 0;
  pointer-events: none;
}

.decision__tab_second.open {
  padding-top: 25px;
}

.decision__tab_second::before {
  width: 53%;
  left: 0;
}

.special_text {
  font-weight: 500;
  margin-bottom: 15px;
}

.decision__tab_second .decision_text {
  width: 255px;
  margin-top: -40px;
}

.decision__tab_second .decision_info {
  padding-top: 0;
  padding-bottom: 30px;
}

.decision_schem_img {
  width: 100%;
  height: auto;
}

.reserve__page_special {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.33em;
  color: #293132;
  margin-bottom: 65px;
  max-width: 790px;
  position: relative;
  padding-left: 52px;
}

.reserve__page_special::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/reserv_doted.svg) no-repeat center;
}

.reserve__img {
  width: 47%;
}

.reserve__info {
  padding: 50px;
  background: #f5f6f8;
}

.reserve__info_left {
  width: 51%;
}

.reserve__info_right {
  width: 51%;
}

.reserve__info p {
  margin-bottom: 15px;
}

.line_yellow_reserv {
  margin-top: 25px;
  margin-bottom: 0;
}

.reserve_page .my_row {
  margin-bottom: 70px;
}

.reserve_page .my_row_reserv {
  margin-bottom: 120px;
}

.advant__page .container {
  padding-top: 26px;
  margin-bottom: 50px;
}

.bg_container {
  background: #f5f6f8;
}

.advant__page_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  text-transform: uppercase;
  color: #293132;
  margin-bottom: 48px;
}

.advant__page_subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #293132;
  padding: 17px 0 17px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.advant__page .col-lg-4 {
  padding: 0 0;
}

.advant__page p {
  color: #293132;
  position: relative;
  padding-left: 38px;
}

.advant__page p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 4px solid #ffed00;
}

.advant__page_content {
  padding: 30px 2.5vw 35px;
  height: 100%;
}

.advant__page .col-lg-4:not(:last-child) .advant__page_content {
  border-right: 1px solid #ffffff;
}

.advant__page_content p {
  margin-bottom: 10px;
  line-height: 1.3em;
}

.advant__page_content ul {
  padding-left: 58px;
}

.view__difference {
  /* margin-bottom: 50px; */
  font-weight: 500;
  font-size: 18px;
  line-height: 1.28em;
  color: #293132;
  padding-bottom: 2px;
  border-bottom: 1px solid #9a9a9a;
  text-align: center;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.left__content {
  width: 50%;
}

.left__content .reserve__info {
  width: 100%;
  margin-bottom: 35px;
}

.left__content .reserve__img {
  width: 100%;
  max-width: 470px;
  display: block;
  margin: 0 auto;
}

.right__content {
  width: 50%;
}

.right__content img {
  width: 100%;
  max-width: 570px;
  display: block;
  margin: 0 auto;
}

.econom {
  margin-bottom: -170px;
}

.econom__left {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: column;
}

.econom__more {
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #f5f6f8;
  max-width: 300px;
  text-align: center;
  margin-bottom: 15px;
}

.econom__value {
  font-weight: 800;
  font-size: 64px;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffed00;
  position: relative;
  overflow: hidden;
}
.econom__value::after{
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  transform: translateX(-100px) skew(-15deg);
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.4) 45%,
    rgba(255, 255, 255, 0.4) 55%,
    rgba(255, 255, 255, 0.1) 100%
  );
  z-index: 5;
  animation: leftTransformeconom 3.5s ease 1.5s infinite;
}
@keyframes leftTransformeconom {
  0% {
    left: -50%;
  }
  50% {
    left: 150%;
  }
  100%{
    left: 150%;
  }
}

.econom__right {
  background: #ffffff;
  padding: 55px;
}

.econom__text {
  margin-bottom: 20px;
}

.econom__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  color: #0b131f;
  padding-bottom: 3px;
  border-bottom: 1px solid #cecece;
}

.econom__list {
  margin-top: 43px;
}

.econom__item {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 24px;
  color: #0b131f;
}

.econom__item span {
  font-weight: 600;
}

.doted__left {
  padding-left: 38px;
  position: relative;
}

.doted__left::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 4px solid #ffed00;
}

.exploitation {
  padding-top: 260px;
  background: #f5f6f8;
  padding-bottom: 50px;
}

.exploitation__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #0b131f;
  margin-bottom: 60px;
  position: relative;
  padding-left: 40px;
}

.exploitation__text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: -2px;
  background: #ffed00;
}

.exploitation__list p {
  padding-left: 38px;
  position: relative;
  margin-bottom: 20px;
}

.exploitation__list p::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 4px;
  border: 4px solid #ffed00;
}

.exploitation_img_wrap {
  position: relative;
}

.exploitation_img_wrap img {
  position: absolute;
}

.left_bottom_yellow {
  left: 0;
  bottom: 15px;
}

.right_top_yellow {
  right: 0;
  top: -35px;
}

.exploitation_img_main {
  z-index: 5;
  left: 50%;
  top: -75px;
  width: 100%;
  height: auto;
  text-align: center;
}
.exploitation_img_wrap .exploitation_img_main img{
  position: relative;
  z-index: 5;
}

.exploitation__row {
  margin-bottom: 90px;
}

.exploitation__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.exploitation__icon img {
  position: relative;
}

.exploitation__icon::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: -4px;
  background: #ffed00;
  transition: all 0.2s ease-in;
  transform-origin: left bottom;
}

.exploitation__item:hover .exploitation__icon::before {
  transform: scale(2.5);
}

.exploitation__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33em;
  text-transform: uppercase;
  color: #0b131f;
  margin-bottom: 50px;
}

.exploitation__table {
  display: block;
  width: 95%;
  position: relative;
}

.exploitation__table img {
  width: 100%;
  height: auto;
}

.exploitation__table .zoom {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 58px;
  height: 58px;
  pointer-events: none;
}

.percent_econom {
  position: relative;
  margin-right: 30px;
}

.percent_econom .percent_econom_img {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  position: relative;
}

#wrapper {
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

/*===== The CSS =====*/

.progress_circle .track,
.progress_circle .fill {
  fill: rgba(0, 0, 0, 0);
  stroke-width: 3;
  transform: rotate(90deg) translate(0px, -80px);
}

.progress_circle .track {
  stroke: #757677;
}

.progress_circle .fill {
  stroke: transparent;
  stroke-dasharray: 219.99078369140625;
  stroke-dashoffset: -219.99078369140625;
  transition: stroke-dashoffset 1s;
}

.progress_circle .fill {
  stroke: #ffed00;
}

.percent_econom p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-size: 46px;
  color: #0b131f;
  text-align: center;
  font-weight: 700;
  z-index: 5;
}

.exploitation_econom {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  text-transform: uppercase;
  color: #0b131f;
}
/* 
/////////////////////////////////////////////////////////////
count
/////////////////////////////////////////////////////////////
*/
.count {
  padding: 45px 0 70px;
  background: #f5f6f8;
}

.count__wrap{
  background: #fff;
  padding-bottom: 20px;
}


.count__value,
.count__value.quantity-projects__number{
  text-shadow: none;
  font-size: 22px;
  color: #293132;  
  line-height: 1.8em;  
  margin-bottom: 15px;
  font-weight: bold;
  background: #ffed00;
  padding: 15px 5px 5px;
  -webkit-text-stroke: 1px #293132;
  text-stroke: 1px #293132;
}
.counter_js .count__item:last-child .count__value {
  -webkit-text-stroke: inherit;
  text-stroke: inherit;
}

.count__value span {  
  font-size: 46px;  
}

.count__name {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.28em;
  color: #666666;
  padding: 0 40px;
}

.reliz__swiper {
  height: 450px;
  padding: 25px 15px;
  margin-bottom: 40px;
}

.reliz .product_arrow_block {
  padding: 0 15px;
}

.reliz__slide {
  display: flex;
  flex-direction: column;
  padding: 25px 19px 30px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  height: 100% !important;
}

.reliz__icon {
  width: 190px;
  margin: 0 auto 20px;
}

.reliz__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45em;
  text-align: center;
  color: #293132;
}

.section_title_line.reliz__name {
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.section_title_line.reliz__name::after {
  width: 70px;
  left: calc(50% - 35px);
}

.reliz__comparison {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.reliz__comparison img {
  width: 100%;
  height: auto;
  max-height: 150px;
}

.reliz__comparison .reliz__zoom {
  position: absolute;
  width: 34px;
  height: 34px;
  left: calc(50% - 17px);
  top: calc(50% - 17px);
}

.reliz__technic {
  font-size: 18px;
  line-height: 1.28em;
  color: #293132;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 1px solid #9a9a9a;
  display: block;
  margin: auto auto 0;
  width: max-content;
}

.contacts_page {
  overflow: hidden;
}

.contacts__left {
  padding-top: 40px;
}

.contacts__more_wrap {
  position: relative;
  z-index: 1;
}

.contacts__left::before {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  height: 200%;
  right: -50px;
  top: 0px;
  background: #f5f6f8;
}
