@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Light.woff2") format("woff2"),
    url("../fonts/FuturaPT-Light.woff") format("woff"),
    url("../fonts/FuturaPT-Light.ttf") format("truetype"),
    url("../fonts/FuturaPT-Light.svg#FuturaPT-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaPT-Medium.woff") format("woff"),
    url("../fonts/FuturaPT-Medium.ttf") format("truetype"),
    url("../fonts/FuturaPT-Medium.svg#FuturaPT-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Book.woff2") format("woff2"),
    url("../fonts/FuturaPT-Book.woff") format("woff"),
    url("../fonts/FuturaPT-Book.ttf") format("truetype"),
    url("../fonts/FuturaPT-Book.svg#FuturaPT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Bold.woff2") format("woff2"),
    url("../fonts/FuturaPT-Bold.woff") format("woff"),
    url("../fonts/FuturaPT-Bold.ttf") format("truetype"),
    url("../fonts/FuturaPT-Bold.svg#FuturaPT-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Demi.eot");
  src: url("../fonts/FuturaPT-Demi.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Demi.woff2") format("woff2"),
    url("../fonts/FuturaPT-Demi.woff") format("woff"),
    url("../fonts/FuturaPT-Demi.ttf") format("truetype"),
    url("../fonts/FuturaPT-Demi.svg#FuturaPT-Demi") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-Heavy.woff2") format("woff2"),
    url("../fonts/FuturaPT-Heavy.woff") format("woff"),
    url("../fonts/FuturaPT-Heavy.ttf") format("truetype"),
    url("../fonts/FuturaPT-Heavy.svg#FuturaPT-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-ExtraBold.eot");
  src: url("../fonts/FuturaPT-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2"),
    url("../fonts/FuturaPT-ExtraBold.woff") format("woff"),
    url("../fonts/FuturaPT-ExtraBold.ttf") format("truetype"),
    url("../fonts/FuturaPT-ExtraBold.svg#FuturaPT-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Futura PT", sans-serif;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
  background: #fdfdfd;
  font-size: 1.1rem;
}

html,
ul,
li {
  display: block;
}

p {
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button,
blockquote,
cite {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a:hover,
a:hover span {
  color: initial;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a,
button,
input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

.menu__burger {
  width: 40px;
  cursor: pointer;
  /* position: relative;
	z-index: 100; */
  margin-right: 20px;
  margin-left: 20px;
  z-index: 500;
}

.menu__burger_fixed {
  position: fixed;
  right: 30px;
  top: 30px;
}

.menu_close {
  margin-left: auto;
  width: 30px;
  position: relative;
  height: 20px;
  cursor: pointer;
}

.menu__burger_fixed span {
  background: #272727;
  width: 110%;
}

.menu__line {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_close .menu__line,
.fixed_header .menu__line {
  background: #000000;
}

.overlay {
  background: #fff;
}

.menu__line:not(:last-child) {
  margin-bottom: 6px;
}

.overlayMenu ul li.social___menu {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 200px;
  margin-top: 50px;
}

.menu__text {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  background: transparent;
  color: #272727;
  text-align: center;
  line-height: 1em;
  display: block;
}

.menu__line_third {
  margin-bottom: 0;
  width: 36px;
}

.line__transform_first {
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.line__transform_second {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
  top: 7px;
}

.header_grey .menu__line {
  background: #000000;
}

.line__transform_third {
  opacity: 0;
}

.overlay {
  position: fixed;
  overflow-y: auto;
  width: 520px;
  top: 0;
  bottom: 0;
  right: -520px;
  z-index: 400;
  background-color: #fff500;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 5px 0 16px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 0 16px rgba(0, 0, 0, 0.2);
}

.open_menu {
  right: 0;
  width: 520px;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 600;
}

.open_menu .mob_menu li {
  display: block;
  -webkit-animation: fadeInRightMenu 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5)
    forwards;
  animation: fadeInRightMenu 0.4s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.overlay.open_menu .mob_menu li:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.overlay.open_menu .mob_menu li:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open_menu .mob_menu li:nth-of-type(4) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open_menu .mob_menu li:nth-of-type(5) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay.open_menu .mob_menu li:nth-of-type(6) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open_menu .mob_menu li:nth-of-type(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.overlay.open_menu .mob_menu li:nth-of-type(8) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlayMenu {
  position: static;
  text-align: left;
  top: 0;
  left: 40%;
  margin-left: -0;
  width: 100%;
  padding: 20px 15px;
}

.overlayMenu ul.mob_menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 0;
  display: block;
  position: relative;
  height: 100%;
  width: auto;
  margin-bottom: 67px;
}

.overlayMenu ul.mob_menu li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}

.overlayMenu ul.mob_menu li a {
  display: block;
  color: #000;
  text-align: right;
  text-decoration: none;
  font-size: 24px;
  padding: 3px 0;
  margin: 8px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 500;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
}

.overlayMenu ul.mob_menu li:not(:last-child) {
  margin-bottom: 18px;
}

.overlayMenu ul.mob_menu li a:hover,
.overlayMenu ul.mob_menu li a:active,
.overlayMenu ul.mob_menu li a:focus {
  padding-right: 10px;
  color: #000;
}

.locked {
  overflow: hidden;
}

.overlayMenu .btn__top_header {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 55px;
}

.overlayMenu .phone {
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 14px;
  text-align: end;
  margin-bottom: 25px;
}

.overlayMenu .phone a {
  font-size: 16px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  color: #000;
}

.overlayMenu .social__block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 43px;
}

.overlayMenu .social__block .social__link {
  margin-right: 0;
  margin-left: 20px;
}

.header__row {
  margin-bottom: 30px;
}

@-webkit-keyframes fadeInRightMenu {
  0% {
    opacity: 0;
    left: 50px;
  }

  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes fadeInRightMenu {
  0% {
    opacity: 0;
    left: 50px;
  }

  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.btn {
  padding: 11px 24px 12px;
  background: #fff500;
  border: 1px solid #fff500;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3em;
  cursor: pointer;
  transition: all 0.4s ease;
  position: relative;
  border-radius: 2px;
  height: max-content;
}

.btn span {
  position: relative;
  transition: all 0.4s ease;
  z-index: 2;
  color: #0b131f;
  font-weight: 600;
}

.btn__transparent {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn__transparent span {
  color: #fff;
}

.btn__transparent:hover {
  border-color: #fff500;
}

.btn__transparent:hover span {
  color: #0b131f;
}

.button_effect:before,
.button_effect:after {
  content: "";
  background: #fff;
  height: 50%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn__transparent.button_effect:before,
.btn__transparent.button_effect:after {
  background: #fff500;
}

.button_effect:before {
  top: 0;
  left: 0;
  right: auto;
}

.button_effect:after {
  bottom: 0;
  right: 0;
  left: auto;
}

.button_effect:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}

.button_effect:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.button_effect:hover span {
  color: #000;
}

.my_row {
  display: flex;
  flex-wrap: wrap;
}

.other_page_pt {
  padding-top: 153px;
}

#progress-bar {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
}

#progress-bar > #progress {
  width: 0%;
  height: 5px;
  background: #ffed00;
  position: absolute;
  left: 0;
  top: 0;
}

#progress-bar > p {
  vertical-align: middle;
  font-weight: 700;
  font-size: 100px;
  color: #ffed00;
}

.highlight {
  transition: all 0.2s;
  border-bottom: 2px solid #ffed00;
  position: absolute;
  top: 0;
  background: #fff8a3;
  left: 0;
  z-index: 500;
  display: block;
  opacity: 0;
}

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

/*----------------------------------------------------------------------------------
##     ## ########    ###    ########  ######## ########  
##     ## ##         ## ##   ##     ## ##       ##     ## 
##     ## ##        ##   ##  ##     ## ##       ##     ## 
######### ######   ##     ## ##     ## ######   ########  
##     ## ##       ######### ##     ## ##       ##   ##   
##     ## ##       ##     ## ##     ## ##       ##    ##  
##     ## ######## ##     ## ########  ######## ##     ## 
-----------------------------------------------------------------------------------*/

header {
  padding-left: 10.5vw;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  transform: translateY(-200px);
  transition: all 0.6s cubic-bezier(0.41, 0.11, 0.03, 0.64);
}

.header.fixed_header .btn_header {
  padding-top: 26px;
  padding-bottom: 25px;
}
.header.fixed_header.header_grey {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hide_progress.header {
  animation: fromTop 1s cubic-bezier(0.41, 0.11, 0.03, 0.64) 2.5s forwards;
}
.header.fixed_header {
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  /* animation: fromTop 1s cubic-bezier(0.41, 0.11, 0.03, 0.64) 2.5s forwards; */
  transform: translateY(-0);
}
@keyframes fromTop {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
    animation: none;
  }
}
@keyframes fromTopFix {
  0% {
    transform: translateY(-200px);
  }

  100% {
    transform: translateY(0);
  }
}

.header_grey {
  padding: 24px 36px 24px 6vw;
  background: #f5f6f8;
}

.logo {
  width: 235px;
  position: relative;
}

.custom-logo {
  display: block;
  width: 100%;
  transition: all 0.4s ease;
}

.custom_logo_fixed {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}

.custom_logo_fixed img {
  width: 100%;
}

.fixed_header .custom_logo_fixed {
  opacity: 1;
}

.fixed_header .custom-logo {
  opacity: 0;
}

.custom-logo img {
  width: 100%;
  height: auto;
}

.phone__link {
  color: #fff;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 500;
  padding-left: 30px;
  background: url(../img/mobile_yel.svg) no-repeat left center;
}

.phone__link:hover {
  color: #fff;
}

.overlayMenu .phone__link {
  background-image: url(../img/mobile_bl.svg);
}

.header_grey .phone__link {
  color: #293132;
  background-image: url(../img/mobile.svg);
}

.nav__menu {
  display: flex;
  align-items: center;
}

.nav__item:not(:last-child) {
  margin-right: 60px;
}

.nav__item {
  position: relative;
}

.nav__item a {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

.header_grey .nav__item a {
  color: #293132;
}

.lang {
  position: relative;
  width: 45px;
}

.lang__block {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.overlayMenu .lang {
  width: max-content;
  margin-right: 0;
}

.lang__block_mob {
  display: flex;
}
.lang__block_mob .lang-item {
  margin-left: 10px;
}

.lang__block.open {
  z-index: 5;
  opacity: 1;
  pointer-events: all;
  top: 100%;
}

.lang li a,
.current__lang {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  display: block;
  width: 100%;
  cursor: pointer;
}

.overlayMenu .lang li a,
.overlayMenu .current__lang {
  color: #000;
}

.fixed_header .nav__item a,
.fixed_header .phone .phone__link,
.fixed_header .lang li a,
.fixed_header .current__lang {
  color: #293132;
}

.header_grey .lang li a,
.header_grey .current__lang {
  color: #293132;
}

.lang li:first-child a {
}

.current__lang::after {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  background: url(../img/arrow_down_wh.svg) no-repeat center;
  position: absolute;
  right: 4px;
  top: calc(50% - 3px);
  transition: all 0.4s ease;
}

.header_grey .current__lang::after {
  background: url(../img/arrow_down.svg) no-repeat center;
}

.fixed_header .current__lang::after {
  background: url(../img/arrow_down.svg) no-repeat center;
}

.current__lang.active::after {
  transform: rotate(180deg);
}

.btn_header {
  padding: 40px 68px 39px;
}

.header_grey .btn_header {
  padding: 16px 33px 15px;
}

.btn_header_mob {
  margin-left: auto;
  display: block;
  border-color: #000;
  margin-bottom: 30px;
}

.btn_header_mob span {
  color: #000;
}

.btn_header_mob.button_effect::after,
.btn_header_mob.button_effect::before {
  background: #ffffff;
}

/* ///////////////////////////////////////////////////////////////////////////////////
##     ## ########    ###    ########           ######  ########  ######  ######## ####  #######  ##    ## 
##     ## ##         ## ##   ##     ##         ##    ## ##       ##    ##    ##     ##  ##     ## ###   ## 
##     ## ##        ##   ##  ##     ##         ##       ##       ##          ##     ##  ##     ## ####  ## 
######### ######   ##     ## ##     ##          ######  ######   ##          ##     ##  ##     ## ## ## ## 
##     ## ##       ######### ##     ##               ## ##       ##          ##     ##  ##     ## ##  #### 
##     ## ##       ##     ## ##     ##         ##    ## ##       ##    ##    ##     ##  ##     ## ##   ### 
##     ## ######## ##     ## ########  #######  ######  ########  ######     ##    ####  #######  ##    ## 
/////////////////////////////////////////////////////////////////////////////////// */

.head_section {
  /* background-color: #000; */
}
/* .fade-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
} */

.head_section_main {
  height: 75vh;
  min-height: 650px;
  position: relative;
  transform: scale(0.8);
  background-color: #111517;
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.head__slide {
  padding-top: 101px;
  /* background-image: url(../img/main_bg.jpg); */
  background-repeat: no-repeat;
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.hide_progress.head_section_main {
  animation: zoomInHead 0.8s cubic-bezier(0.55, 0.085, 0, 0.99) 2.8s forwards;
}

@keyframes zoomInHead {
  0% {
    transform: scale(0.8);
  }

  100% {
    transform: scale(1);
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.4s ease;
  overflow: hidden;
}
.preloader.hide_progress {
  animation: hideFadeIn 1.5s cubic-bezier(0.55, 0.085, 0, 0.99) 2.5s forwards;
}

.preloader .img,
.preloader img {
  width: 300px;
  position: absolute;
  left: calc(50% - 150px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.preloader .img svg,
.preloader .img img {
  width: 100%;
}
.preloader.hide_progress .img,
.preloader.hide_progress img {
  animation: hideDown 1.5s cubic-bezier(0.55, 0.085, 0, 0.99) 2.3s forwards;
}
.preloader .first_bg,
.preloader .sec_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.preloader.hide_progress .first_bg,
.preloader.hide_progress .sec_bg {
  animation: hideUp 1.5s cubic-bezier(0.55, 0.085, 0, 0.99) 2.3s forwards;
}

.preloader.hide_progress .sec_bg {
  background: rgba(255, 255, 255, 0.589);
  animation-duration: 2s;
}
#svg {
  width: 100%;
  height: 50px;
}
#svg path {
  stroke-width: 15px;
  stroke: #fff;
  animation: borderPaint 2s ease forwards;
}
.preloader .img::after {
  content: "";
  display: block;
  width: 40px;
  height: 100%;
  transform: skew(-15deg);
  position: absolute;
  left: -50%;
  top: 0;
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.8) 45%,
    rgba(255, 255, 255, 0.8) 55%,
    rgba(255, 255, 255, 0.4) 100%
  );
  z-index: 5;
  animation: leftTransform 1.5s ease 1.5s forwards;
}

@keyframes borderPaint {
  0% {
    stroke-width: 15px;
  }
  100% {
    stroke-width: 0px;
  }
}

@keyframes leftTransform {
  0% {
    left: -50%;
  }
  100% {
    left: 120%;
  }
}
@keyframes hideUp {
  0% {
    top: 0;
  }

  100% {
    top: -100%;
    pointer-events: none;
  }
}

@keyframes hideDown {
  0% {
    top: 50%;
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    top: 200%;
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes hideFadeIn {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
    z-index: -10;
  }
}

.progress_left img {
  right: -125px;
}

.head__swiper {
  height: 100%;
}

.head__slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.offer {
  padding-left: 10.5vw;
  position: relative;
  /* background: url(../img/rectangle_left_down.svg) no-repeat 99% 98%; */
  width: 100%;
  max-width: 48%;
}
.offer::after {
  content: "";
  width: 125px;
  height: 121px;
  display: block;
  position: absolute;
  right: 10%;
  bottom: 0%;
  background: url(../img/rectangle_left_down.svg) no-repeat center / contain;
}

.head__left,
.head__right {
  width: 50%;
  opacity: 0;
  transition: all 1s ease;
}

.swiper-container-initialized .head__left,
.swiper-container-initialized .head__right {
  opacity: 1;
  z-index: 2;
}

.head__left {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head__right {
  overflow: hidden;
  position: relative;
  height: 100%;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%;
  top: 101px;
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: 0;
}

.head__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s ease;
  /* opacity: 0; */
}

.swiper-slide-active img {
  opacity: 1;
}
/* .offer_main{
  width: 100%;
  max-width: 750px;
} */

.offer_main h1,
.offer_main h2 {
  font-weight: bold;
  font-size: 3vw;
  line-height: 1.03em;
  text-transform: uppercase;
  color: transparent;
  margin-bottom: 30px;
  overflow: hidden;
  white-space: nowrap;
}

.offer_main h1 span,
.offer_main h2 span {
  position: relative;
  /* transform: translateY(500px); */
  display: block;
  color: transparent;
  /* transition: all .4s cubic-bezier(0.550, 0.085, 0.000, 0.990); */
  /* opacity: 0 */
}

.swiper-slide-active .offer_main h1 span,
.swiper-slide-active .offer_main h2 span {
  /* animation: transformTop 1.1s cubic-bezier(0.550, 0.085, 0.000, 0.990) .5s forwards; */
}

.offer_main p {
  font-weight: normal;
  font-size: 28px;
  display: block;
  line-height: 1.3em;
  color: transparent;
  margin-bottom: 50px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
}

.offer_main p span {
  /* transform: translateY(500px); */
  display: block;
  position: relative;
  /* transition: all .4s cubic-bezier(0.550, 0.085, 0.000, 0.990); */
  /* opacity: 0 */
}

.swiper-slide-active .offer_main p span {
  /* animation: transformTop 1.1s cubic-bezier(0.550, 0.085, 0.000, 0.990) .6s forwards; */
}

.btn__group {
  overflow: hidden;
  display: flex;
}

.offer__btn {
  transform: translateY(-500px);
  transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  opacity: 0;
  display: block;
  text-align: center;
}

.overlay_loading::before {
  content: "";
  background: #111517;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99) 2s;
  -o-transition: 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99) 2s;
  transition: 0.6s cubic-bezier(0.858, 0.01, 0.068, 0.99) 2s;
  z-index: 3;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.hide_progress .swiper-container-initialized .overlay_loading::before {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}
.hide_progress .swiper-slide-active .offer__btn {
  animation: transformTop 1.1s cubic-bezier(0.55, 0.085, 0, 0.99) 2.8s forwards;
}

@keyframes transformTop {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }

  85% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.offer__btn {
  padding: 15px 50px 14px;
}

.offer__btn:not(:last-child) {
  margin-right: 32px;
}

.slider_title_fill:before,
.slider_title_fill:after {
  content: attr(data-text);
  position: absolute;
  top: 50%;
  color: #ffed00;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  -webkit-transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  -o-transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  width: 0%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  background: transparent;
}

.offer_main h1 span,
.offer_main h2 span {
  overflow: hidden;
  width: 0;
  -webkit-transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  -o-transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
  transition: 1s cubic-bezier(0.767, 0.01, 0.18, 1.01);
}

.slider_title_fill:after {
  color: #fff;
  background: transparent;
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.hide_progress .swiper-slide-active .slider_title_fill:before,
.hide_progress .swiper-slide-active .slider_title_fill:after,
.hide_progress .swiper-slide-active .offer_main h1 span,
.hide_progress .swiper-slide-active .offer_main h2 span {
  width: 100%;
  white-space: nowrap;
}

.slider-tr-delay01.slider_title_fill:after {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.slider-tr-delay02.slider_title_fill:after {
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
  transition-delay: 1.5s !important;
}

.slider-tr-delay03.slider_title_fill:after {
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
  transition-delay: 1.6s !important;
}

.slider-tr-delay04.slider_title_fill:after {
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
  transition-delay: 1.7s !important;
}

.slider-tr-delay05.slider_title_fill:after {
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.slider-tr-delay06.slider_title_fill:after {
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
  transition-delay: 1.9s !important;
}

.slider-tr-delay07.slider_title_fill:after {
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
  transition-delay: 2s !important;
}

.slider-tr-delay08.slider_title_fill:after {
  -webkit-transition-delay: 2.1s !important;
  -o-transition-delay: 2.1s !important;
  transition-delay: 2.1s !important;
}

.slider-tr-delay09.slider_title_fill:after {
  -webkit-transition-delay: 2.2s !important;
  -o-transition-delay: 2.2s !important;
  transition-delay: 2.2s !important;
}

.slider-tr-delay10.slider_title_fill:after {
  -webkit-transition-delay: 2.3s !important;
  -o-transition-delay: 2.3s !important;
  transition-delay: 2.3s !important;
}

.head__arrow_block {
  display: flex;
  position: absolute;
  left: 10.5vw;
  bottom: 6vh;
  z-index: 25;
}

.swiper__arrow,
.page-numbers.next,
.page-numbers.prev {
  width: 220px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}
span.page-numbers.prev,
span.page-numbers.next {
  pointer-events: none;
}

.page-numbers.prev,
.swiper__arrow_left {
  text-align: right;
  background: url(../img/arrow_left_yel_long.svg) no-repeat left center;
}

.head__arrow_left {
  margin-right: 50px;
}

.page-numbers.next,
.swiper__arrow_right {
  background: url(../img/arrow_right_yel_long.svg) no-repeat 100% center;
  text-align: left;
}

.swiper__arrow span {
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #ffed00 1px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #ffed00 1px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 2px),
    #ffed00 1px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.3s ease !important;
}
.swiper__arrow.swiper__arrow_left span {
  background-position: right top;
}
.swiper__arrow:hover span {
  background-size: 100% 100%;
}

/* ///////////////////////////////////////////////////////////////////////////////////
product section
/////////////////////////////////////////////////////////////////////////////////// */
.product {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fdfdfd;
  position: relative;
  z-index: 2;
}
.product__main.product{
  padding-bottom: 0;
}
.product_bg_promsteel {
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  pointer-events: none;
}

.section_offer {
  text-align: center;
}

.section_offer h2 {
  font-weight: 500;
  font-size: 48px;
  position: relative;
  margin-bottom: 60px;
  line-height: 1.1em;
  font-family: "Futura PT", sans-serif;
  letter-spacing: 0;
  color: #293132;
}

.section_offer h2.color__wh {
  color: #fff;
}

.section_offer .offer__subtitle {
  font-weight: 300;
  font-size: 24px;
  color: #293132;
  text-transform: uppercase;
}

.section_title_line {
  padding-bottom: 25px;
  position: relative;
}

.section_title_line::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0px;
  background: #ffed00;
}

.section_title_line_new {
  padding-bottom: 18px;
  margin-bottom: 50px;
  background-image: url(../img/title_line.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.section_offer h2.section_title_line_new {
  margin-bottom: 40px;
}

.product__slider {
  padding-top: 25px;
  margin-bottom: 125px;
  /* height: 700px; */
}
.types_equipment_naznachenie .product__slider,
.product__slider_type.product__slider {
  height: auto;
}

.product__slider .swiper-wrapper {
  align-items: center;
}

.page-template-main .product__slide{
  
  height: calc((100% - 30px) / 2);
}

.product__slide a {
  display: block;
  text-align: center;
  padding: 0 18px;
  color: #000000;
}

.product__name {
  padding-top: 20px;
  font-weight: 600;
  font-size: 24px;
  transition: all 0.5s ease;
}

.product__img {
  /* height: 240px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__slide img {
  /* height: 100%; */
  max-width: 100%;
  max-height: 100%;
  width: auto;
  /* max-height: 229px; */
  transition: all 0s;
  position: relative;
  transition: 0.4s ease;
  object-fit: cover;
    object-position: center;
}

.product__slide a:hover img {
  transform: scale(1.1);
}

.product_arrow_block {
  display: flex;
  justify-content: space-between;
}
.product_arrow_block.main_page p{
  display: none;
}

.product_arrow_block p {
  font-weight: normal;
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.product__arrow_left,
.product__arrow_right {
  color: #000000;
}

/* ///////////////////////////////////////////////////////////////////////////////////
Header
/////////////////////////////////////////////////////////////////////////////////// */

.innovation {
  /* padding-bottom: 110px; */
  background: #fdfdfd;
}

.innovation__top {
  padding-top: 110px;
  background: #f5f6f8;
}

.innovation__offer {
  padding-bottom: 60px;
}

.innovation__offer h2 {
  margin-bottom: 0;
}

.innovation__main {
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
}

.innovation__main .container {
  z-index: 5;
}

.innovation__main::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.innovation__main::after {
  content: "";
  display: block;
  position: absolute;
  left: 77%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffed00;
  transform: skewX(-32deg);
}

.innovation__name {
  font-weight: 600;
  font-size: 56px;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 50px;
  /* width: 0; */
}
.innovation__name.innovation__name_secondary{
  font-size: 36px;
}

.innovation__name span:last-child {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.innovation__rectangle_left {
  position: absolute;
  left: 5vw;
  bottom: 58px;
  z-index: 5;
  /* transition: all .3s linear; */
}

.innovation__rectangle_right {
  position: absolute;
  right: 75px;
  top: 52px;
  z-index: 2;
  /* transition: all .3s ease; */
}

.innovation__main_promsteel {
  position: absolute;
  width: 100%;
  height: auto;
  left: -8vw;
  top: 20%;
  /* transform: translateY(-50%); */
  opacity: 0.76;
}

.btn__group_innovation {
  padding-bottom: 100px;
}

.btn__group_innovation .offer__btn {
  transform: none;
  opacity: 1;
}

.opacity_img {
  animation: fadeInImg 0.8s ease forwards;
}
.innovation_secondary .innovation__top{
  padding-top: 65px;
}
.innovation_secondary .innovation__offer{
  padding-bottom: 45px;
}
.innovation__img {
  width: 500px;
  height: 560px;
  position: absolute;
  right: -60px;
  bottom: 35px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  /* pointer-events: none; */
}
.innovation__img.innovation__img_secondary{
  width: 100%;
  height: auto;
  position: static;
}
.innovation__img.innovation__img_secondary img{
  width: 100%;
  height: auto;
  transform: translateY(-60px)scale(1.7);
    pointer-events: none;
}


.innovation__main_secondary .btn__group_innovation{
  padding-bottom: 0;
}
.innovation__img img{
  width: auto;
  height: 100%;
  max-height: 100%; 
}
.innovation__main.innovation__main_secondary{
padding-top: 0;
padding-bottom: 0;
}
.innovation__main.innovation__main_secondary:after{
display: none;
}

@keyframes flyImage {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeInImg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.opacity_img.lzy_img,
.opacity_img.lzy_img_new {
  animation: none;
  opacity: 0;
}

/* ///////////////////////////////////////////////////////////////////////////////////
   ###    ########   #######  ##     ## ######## 
  ## ##   ##     ## ##     ## ##     ##    ##    
 ##   ##  ##     ## ##     ## ##     ##    ##    
##     ## ########  ##     ## ##     ##    ##    
######### ##     ## ##     ## ##     ##    ##    
##     ## ##     ## ##     ## ##     ##    ##    
##     ## ########   #######   #######     ##
/////////////////////////////////////////////////////////////////////////////////// */
.about {
  background: #f5f6f8;
  padding-top: 110px;
  padding-bottom: 110px;
}

.about .container {
  max-width: 1240px;
  background: #fff;
  padding: 0;
}

.about__offer {
  padding-left: 47px;
  text-align: left;
  padding-top: 55px;
}

.about__title.section_title_line::after {
  width: 100%;
  left: auto;
  right: 90%;
}

.about__offer {
  width: 58%;
}

.about__offer .about__title {
  margin-bottom: 28px;
}
.about__offer .about__title:after {
  display: none;
}
.yelow_line_long {
  display: block;
  height: 4px;
  position: absolute;
  bottom: 0px;
  background: rgb(255, 237, 0);
  width: 1000%;
  left: auto;
  right: 90%;
  margin-top: 35px;
}

.about__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  color: #666666;
  margin-bottom: 42px;
  width: 100%;
  max-width: 560px;
}

.decision {
  width: 42%;
  /* background: url(../img/about_bg.jpg) no-repeat center / cover; */
  position: relative;
  /* justify-content: center; */
  padding-top: 115px;
  padding-bottom: 70px;
  overflow: hidden;
}

.decision_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  left: 0;
  top: 0;
}

.decision__content {
  position: relative;
  padding-left: 95px;
}

.decision__tilte {
  padding-top: 27px;
  padding-bottom: 35px;
  width: 285px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  color: #0b131f;
  position: relative;

  margin-bottom: 118px;
}

.decision__tilte::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 0;
  background: url(../img/border_bg.png) no-repeat center / contain;
}

.decision__tilte span {
  /* transform: translateX(-55px); */
  position: relative;
}

.decision__item {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #0b131f;
  margin-bottom: 24px;
  padding-left: 43px;
  background: url(../img/bx_bx-message-square-check.svg) no-repeat left 4px;
}

/* ///////////////////////////////////////////////////////////////////////////////////
   ###    ########  ##     ##    ###    ##    ## ########    ###     ######   ########  ######  
  ## ##   ##     ## ##     ##   ## ##   ###   ##    ##      ## ##   ##    ##  ##       ##    ## 
 ##   ##  ##     ## ##     ##  ##   ##  ####  ##    ##     ##   ##  ##        ##       ##       
##     ## ##     ## ##     ## ##     ## ## ## ##    ##    ##     ## ##   #### ######    ######  
######### ##     ##  ##   ##  ######### ##  ####    ##    ######### ##    ##  ##             ## 
##     ## ##     ##   ## ##   ##     ## ##   ###    ##    ##     ## ##    ##  ##       ##    ## 
##     ## ########     ###    ##     ## ##    ##    ##    ##     ##  ######   ########  ######  
/////////////////////////////////////////////////////////////////////////////////// */

.advantages {
  padding-top: 110px;
  padding-bottom: 110px;
  background: #fdfdfd;
}

.advantages__item {
  background: #ffffff;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
}

.advantages__item {
  padding: 19px 32px 34px 26px;
  display: flex;
  flex-direction: column;
  min-height: 225px;
  margin-bottom: 30px;
  transition: all 0.4s ease;
}

.advantages__name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33em;
  color: #0b131f;
  position: relative;
  padding-right: 40px;
}

.advantages__name span {
  color: #0b131f;
}

.advantages__item:hover .advantages__name span {
  color: #0b131f;
}

.advantages__name::after {
  content: url(../img/rectangle_right_top_transparent.svg);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s ease;
}

.advantages__block {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.advantages__subname {
  font-size: 16px;
  line-height: 1.33em;
  color: #0b131f;
  text-transform: uppercase;
  padding-right: 20px;
}

.advantages__item:hover {
  background: #ffed00;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.05);
  transform: translateY(-10px);
}

.advantages__item:hover .advantages__name::after {
  opacity: 0;
}

.advantages__name span {
  transition: all 0.4s ease;
}
.line_parent .line_ceffect {
  display: inline;
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 10px),
    #fff 1px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 10px),
    #fff 1px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 10px),
    #fff 1px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.9s ease !important;
}
.line_parent .line_ceffect_black {
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #000000 1px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #000000 1px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #000000 1px
  );
}

.line_parent:hover .line_ceffect {
  background-size: 100% 100%;
}

.recent-news:hover .content h3 a {
  background-size: 100% 100%;
}
.recent-news .content h3 a {
  display: inline;
  background-image: -moz-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #0b0b0b 1px
  );
  background-image: -webkit-linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #0b0b0b 1px
  );
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(99% - 1px),
    #0b0b0b 1px
  );
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 0.8s;
}

/* ///////////////////////////////////////////////////////////////////////////////////
########    ###     ######  ##    ## 
   ##      ## ##   ##    ## ##   ##  
   ##     ##   ##  ##       ##  ##   
   ##    ##     ##  ######  #####    
   ##    #########       ## ##  ##   
   ##    ##     ## ##    ## ##   ##  
   ##    ##     ##  ######  ##    ## 
/////////////////////////////////////////////////////////////////////////////////// */

.task {
  padding: 55px 0 0;
  position: relative;
  /* overflow: hidden; */
}

.task__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.task__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: contain;
}

.task__offer {
  padding-bottom: 55px;
}

.task__title {
  color: #fff;
  font-weight: 600;
  font-size: 56px;
  line-height: 1.2em;
  margin-bottom: 25px;
}

.task__text {
  font-size: 16px;
  line-height: 1.3em;
  margin-bottom: 40px;
  color: #d1d3d4;
  text-transform: uppercase;
}

.task__hand {
  width: 750px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 53%;
}

.task__hand_left {
  position: absolute;
  top: 15px;
  left: 15px;
}

.task__hand_right {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.task__hand_main {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98%;
  animation-timing-function: 1.5s;
}

.task__hand_main_mb {
  display: none;
}

/* ///////////////////////////////////////////////////////////////////////////////////
 ######  ##       #### ######## ##    ## ########  ######  
##    ## ##        ##  ##       ###   ##    ##    ##    ## 
##       ##        ##  ##       ####  ##    ##    ##       
##       ##        ##  ######   ## ## ##    ##     ######  
##       ##        ##  ##       ##  ####    ##          ## 
##    ## ##        ##  ##       ##   ###    ##    ##    ## 
 ######  ######## #### ######## ##    ##    ##     ######  
/////////////////////////////////////////////////////////////////////////////////// */

.clients {
  padding: 110px 0 100px;
  position: relative;
}

.clients .container {
  position: absolute;
  top: 110px;
  /* pointer-events: none; */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.clients .first_container {
  transform: none;
  position: relative;
  z-index: 3;
  top: auto;
  left: auto;
}

.map_bg {
  position: relative;
  top: -135px;
  left: 0;
  width: 100%;
  /* height: 850px; */
  z-index: 2;
}

.map_bg img {
  object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .map__list {
} */

.map__item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #0b131f;
  background: #0b131f;
  border-radius: 50%;
  transition: all 0.4s ease;
  cursor: pointer;
}
.map__item.open{
  z-index: 3;
}
.map__item:nth-child(2) {
  left: 25%;
  top: 50%;
}

.map__item:nth-child(3) {
  left: 50%;
  top: 25%;
}

.map__item:nth-child(4) {
  left: 40%;
  top: 30%;
}

.map__item::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #0b131f;
  box-shadow: 0 0 0px 5px #ffed00;
  background: #fff;
  opacity: 0;
  transition: all 0.4s ease;
  border-radius: 50%;
}

.map__item:hover,
.map__item:active {
  background: transparent;
  border-color: transparent;
}

.map__item:hover:after,
.map__item.open:after {
  opacity: 1;
}

.map__name {
  width: max-content;
  padding: 5px 11px;
  position: absolute;
  background: #0b131f;
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7em;
  left: 40px;
  top: -23px;
  cursor: auto;
  opacity: 0;
  z-index: -6;
  pointer-events: none;
  transition: all 0.4s ease;
  transform: translateY(-40px);
}

.map__item.open .map__name {
  opacity: 1;
  z-index: 6;
  pointer-events: all;
  transform: translateY(0px);
}

.map__name span {
  display: block;
  font-weight: 600;
}

.map__name::after {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 20px;
  border-right: 11px solid #0b131f;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}

.clients .container_second {
  top: auto;
  bottom: 80px;
  pointer-events: all;
}

.client__arrow_left,
.client__arrow_right {
  color: #0b131f;
}

.client__slider {
  padding-top: 25px;
  padding-bottom: 40px;
  margin-bottom: 15px;
}

.client__slide {
  padding: 19px 15px 15px 13px;
  background: #fff;
  box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.4s ease;
}

.client__icon {
  height: 36px;
  margin-bottom: 6px;
}

.client__icon img {
  height: 100%;
  width: auto;
}

.client__slide:hover {
  transform: translateY(-10px);
  background: #ffed00;
}

.client_name {
  font-size: 16px;
  color: #0b131f;
  line-height: 1.7em;
}

.client_name span {
  font-weight: 600;
}

/* ///////////////////////////////////////////////////////////////////////////////////
########  #######   #######  ######## ######## ########  
##       ##     ## ##     ##    ##    ##       ##     ## 
##       ##     ## ##     ##    ##    ##       ##     ## 
######   ##     ## ##     ##    ##    ######   ########  
##       ##     ## ##     ##    ##    ##       ##   ##   
##       ##     ## ##     ##    ##    ##       ##    ##  
##        #######   #######     ##    ######## ##     ## 
/////////////////////////////////////////////////////////////////////////////////// */

.footer {
  padding-top: 65px;
  position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-color: #000;
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(15, 15, 16, 0.9);
}

.footer__logo {
  width: 100%;
  max-width: 235px;
  display: block;
}

.logo_row {
  margin-bottom: 65px;
}

.footer__logo img {
  width: 100%;
}

.block__line {
  width: 100%;
  height: 2px;
  background: hsla(200, 33%, 98%, 0.349);
  position: relative;
  overflow: hidden;
}

.block__line::after {
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  width: 15vh;
  left: -50%;
  top: -1px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    #ffed00 75%,
    #ffed00 100%
  );
  -webkit-animation: run-two 10s infinite;
  animation: run-two 10s infinite;
  -webkit-animation-fill-mode: infinite;
  animation-fill-mode: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@keyframes run-two {
  0% {
    left: -50%;
  }
  100% {
    left: 110%;
  }
}

.footer__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ffed00;
  margin-bottom: 17px;
}

.footer__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.footer__item img {
  width: 24px;
  margin-right: 17px;
}

.footer__item p,
.footer__item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3em;
  color: #ffffff;
}

.footer__item a:not([href]):not([tabindex]),
.nav__item a:not([href]):not([tabindex]) {
  color: #ffffff;
  cursor: pointer;
}
.header_grey .nav__item a:not([href]):not([tabindex]) {
  color: #293132;
}

.fixed_header .nav__item a:not([href]):not([tabindex]) {
  color: #293132;
  cursor: pointer;
}

.overlayMenu ul.mob_menu li a:not([href]):not([tabindex]) {
  color: #000;
}

.footer__bottom {
  margin-top: 35px;
  border-top: 1px solid #343434;
  padding: 25px 0 33px;
}

.footer__item p {
  line-height: 2em;
}

.hover_item > a,
.hover_item > span,
.hover_line {
  position: relative;
}

.hover_line::after,
.hover_item > a::after,
.hover_item > span:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #ffed00;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.4s ease-in-out;
}

.mob_menu .hover_item > a:hover::after {
  background: #000;
}

.hover_line:hover::after,
.hover_item > a:hover::after,
.hover_item > span:hover::after {
  width: 100%;
}

.copyright a {
  color: #fff;
}

.copyright a:hover,
.developed:hover {
  color: #fff;
}

.copyright,
.developed {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.developed {
  color: #d1d3d4;
}

.messengers__block {
  display: flex;
  justify-content: space-between;
  width: 168px;
}

.messengers__block a {
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
}

.messengers__block a img {
  height: 100%;
  width: auto;
}

/* ///////////////////////////////////////////////////////////////////////////////////
 ######  ######## ########  ##     ## ####  ######  ########     ######  #### ##    ##  ######   ##       ######## 
##    ## ##       ##     ## ##     ##  ##  ##    ## ##          ##    ##  ##  ###   ## ##    ##  ##       ##       
##       ##       ##     ## ##     ##  ##  ##       ##          ##        ##  ####  ## ##        ##       ##       
 ######  ######   ########  ##     ##  ##  ##       ######       ######   ##  ## ## ## ##   #### ##       ######   
      ## ##       ##   ##    ##   ##   ##  ##       ##                ##  ##  ##  #### ##    ##  ##       ##       
##    ## ##       ##    ##    ## ##    ##  ##    ## ##          ##    ##  ##  ##   ### ##    ##  ##       ##       
 ######  ######## ##     ##    ###    ####  ######  ########     ######  #### ##    ##  ######   ######## ######## 


/////////////////////////////////////////////////////////////////////////////////// */
.breadcrambs {
  padding-bottom: 50px;
}
.breadcrambs_blog {
  padding-bottom: 40px;
}

.breadcrambs_srvice_single {
  padding-bottom: 119px;
}

.breadcrambs__block {
  color: #0b131f;
}

.breadcrambs__block a {
  font-weight: normal;
  font-size: 16px;
  color: #0b131f;
  font-weight: 700;
}

.breadcrambs__block span {
  font-weight: normal;
  font-size: 16px;
  color: #0b131f;
  opacity: 0.6;
}

.service__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.33em;
  color: #000000;
  margin-bottom: 50px;
  letter-spacing: -1px;
}

.service_section {
  position: relative;
}

.service_section::before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f5f6f8;
}
.service_first::before {
  top: auto;
  height: 85%;
}

.service_section_right::before {
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
}

.service_first .container {
  transform: translateY(-78px);
}
.service_first_offer {
  padding-top: 45px;
}

.hide_progress.service_first .service_first_img {
  animation: hide_progressLeft 1.5s ease 2.8s forwards;
}
.service_first .service_first_img {
  opacity: 0;
  text-align: center;
}
.hide_progress.service_first .service_first_offer .service__title,
.hide_progress.service_first .service_first_offer .service__text,
.hide_progress.service_first .service_first_offer .btn__group_sevice {
  animation: hide_progressLeftRight 1.5s ease 2.8s forwards;
}
.service_first_offer .service__title,
.service_first_offer .service__text,
.service_first_offer .btn__group_sevice {
  opacity: 0;
}
.hide_progress.service_first .service_first_offer .service__text {
  animation-delay: 3s;
}
.service_first_offer .service__text {
  margin-bottom: 70px;
}
.hide_progress.service_first .service_first_offer .btn__group_sevice {
  animation-delay: 3.2s;
}
.btn__download {
  padding-left: 55px;
  background: url(../img/catalog_min.svg) no-repeat left center;
  color: #a9a9a9;
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 3em;
}
.service_first_page .btn__download {
  background: url(../img/catalog_min.svg) no-repeat left center;
}

.service__text {
  margin-bottom: 60px;
}
.service_describe .service__text {
  margin-bottom: 50px;
  padding-right: 40px;
}

.service__text p {
  font-size: 18px;
  line-height: 25px;
  color: #212529;
  font-weight: 400;
}
.service__text_equipment li,
.service__text_equipment p{
  font-size: 18px !important; 
  line-height: 25px;
}

.btn__download span {
  color: #212529;
  font-weight: 500;
  display: block;
}

.service__btn {
  margin-right: 30px;
  padding: 12px 45px 11px;
}

.btn__group_sevice {
  display: flex;
}

.service_describe {
  padding: 90px 0;
  position: relative;
}
.service_describe_bg_promsteel {
  position: absolute;
  pointer-events: none;
  width: calc(100% - 30px);
  left: 15px;
  bottom: 0;
  opacity: 0.4;
}

.describe_list li {
  font-weight: normal;
  font-size: 17px;
  line-height: 2.3em;
  color: #000000;
}

.service_characteristic {
  padding: 90px 0 100px;
}

.describe_list_characteristic {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.service__title_characteristic {
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 36px;
  padding-top: 40px;
}

.describe_list_characteristic li {
  width: 50%;
  font-weight: 500;
}

.service__characteristic_img {
  width: 100%;
}

.describe_list_characteristic li:nth-child(even) {
  font-weight: 700;
}

.video_block {
  max-width: 420px;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  /* margin-left: 37px; */
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.video__btn a {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ffed00 url(../img/pol_bl.svg) no-repeat 56% center;
  margin-right: 34px;
  position: relative;
}

.video__btn a::after,
.video__btn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #ffed00;
  animation: videoPuls 4s ease-in-out infinite;
}

.video__btn a:before {
  animation-delay: 1.5s;
}

@keyframes videoPuls {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.video_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.33em;
  color: #000000;
}

.video_block p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  color: #666666;
}

.service_application {
  background: #f5f6f8;
  padding-bottom: 100px;
  padding-top: 95px;
}

.service__title_application {
  text-align: center;
  margin-bottom: 90px;
}

.application__swiper {
  margin-bottom: 70px;
}

.application__slide .application__wrap {
  padding-top: 73px;
  padding-bottom: 25px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f5f6f8;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #293132;
}

.application__icon {
  margin: 0 auto 40px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
}

.application__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  background: #f5f6f8;
  background: linear-gradient(
    90deg,
    #f5f6f8 0%,
    #f5f6f8 50%,
    #ffed00 51%,
    #ffed00 100%
  );
  background-size: 200% auto;
  transition: all 0.5s ease !important;
}

.application__slide:hover .application__icon::before {
  background-position: right center;
}
.application__slide:hover .application__icon {
  transform: scale(1.1);
}

.application__icon img {
  max-width: 100%;
  opacity: 0.55;
  transition: all 0.4s ease;
  position: relative;
}

.application__slide:hover .application__icon img {
  opacity: 1;
}

.application__name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #293132;
  transition: all 0.4s ease;
}

.application__arrow_left,
.application__arrow_right {
  color: #000;
}
.swiper__arrow_right.swiper-button-disabled,
.swiper__arrow_left.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.application__arrow_left {
  background-image: url(../img/arrow_left_bl_long.svg);
}

.application__arrow_right {
  background-image: url(../img/arrow_right_bl_long.svg);
}

.service_advantage {
  background: #fdfdfd;
  padding-top: 110px;
  padding-bottom: 85px;
}

.service_advantage::before {
  background: transparent;
}

.service__title_advantage {
  text-align: center;
  margin-bottom: 56px;
}

.service_advantage_content {
  position: relative;
}

.service_advantage_bg {
  position: absolute;
  width: 860px;
  left: 50%;
  transform: translateX(-50%);
  top: -35px;
}

.service_advantage_main {
  position: absolute;
  width: 318px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  display: flex;
  justify-content: center;
}
.service_advantage_main img {
  max-width: 100%;
}

.advantage__item {
  margin: 0 5.333% 30px;
  padding: 19px 19px 26px 26px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  min-height: 165px;
}

.advantage__item:hover {
  background: #ffed00;
}

.advantage__item h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #0b131f;
}

.advantage__item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  margin-top: auto;
  color: #858586;
  transition: all 0.4s ease;
}

.advantage__item:hover p {
  color: #0b131f;
}

.service_more::before {
  background: #ffed00;
}

.service_more {
  padding: 40px 0;
}

.service_more_left {
  padding-right: 110px;
}

.service_more_right {
  padding-left: 110px;
}

.service_more .service__text {
  margin-bottom: 0;
}

.service_more .service_more__text {
  margin-bottom: 25px;
}

.callback {
  background: #f5f6f8;
  padding: 100px 0;
}

.callback_content {
  position: relative;
  padding: 80px 0 75px;
}

.callbac_bg {
  position: absolute;
  width: calc(100% + 45px);
  height: 100%;
  left: -15px;
  top: 0;
}

.callbac_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.callback_title {
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 30px;
  color: #293132;
}

.callback_title::after {
  left: 0;
}

.callback_subtitle {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin-bottom: 13px;
}

.callback__text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 45px;
  color: #000000;
}

.callback_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.callback__group {
  width: 230px;
}

.callback__input,
.callback__btn {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 11px;
}

.callback__input {
  background: #f5f6f8;
  border: 1px solid rgba(209, 211, 212, 0.3);
  box-sizing: border-box;
  border-radius: 3px;
  padding-left: 37px;
  color: #293132;
}

.callback__input_user {
  background: #f5f6f8 url(../img/user.svg) no-repeat 13px center;
}

.callback__input_phone {
  background: #f5f6f8 url(../img/phone.svg) no-repeat 13px center;
}

input ::-moz-placeholder {
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
  color: #858586;
  transition: all 0.4s ease;
}

input :-moz-placeholder {
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
  color: #bdbdbd;
  transition: all 0.4s ease;
}

input :-ms-input-placeholder {
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
  color: #bdbdbd;
  transition: all 0.4s ease;
}

input ::-webkit-input-placeholder {
  font-size: 16px;
  font-family: "Futura PT", sans-serif;
  font-weight: 400;
  color: #0c0c0c;
  transition: all 0.4s ease;
}

input:hover::-webkit-input-placeholder,
:focus::-webkit-input-placeholder {
  color: #293132;
}

input:hover::-moz-placeholder,
:focus::-moz-placeholder {
  color: #293132;
}

input:hover:-moz-placeholder,
:focus:-moz-placeholder {
  color: #293132;
}

input:hover:-ms-input-placeholder,
:focus:-ms-input-placeholder {
  color: #293132;
}

.callback_secure {
  padding-left: 36px;
  font-size: 16px;
  color: #0b131f;
  background: url(../img/lock.svg) no-repeat left 1px;
}

/* ///////////////////////////////////////////////////////////////////////////////////
 ######   #######  ##    ## ########    ###     ######  ########     ######  #### ##    ##  ######   ##       ######## 
##    ## ##     ## ###   ##    ##      ## ##   ##    ##    ##       ##    ##  ##  ###   ## ##    ##  ##       ##       
##       ##     ## ####  ##    ##     ##   ##  ##          ##       ##        ##  ####  ## ##        ##       ##       
##       ##     ## ## ## ##    ##    ##     ## ##          ##        ######   ##  ## ## ## ##   #### ##       ######   
##       ##     ## ##  ####    ##    ######### ##          ##             ##  ##  ##  #### ##    ##  ##       ##       
##    ## ##     ## ##   ###    ##    ##     ## ##    ##    ##       ##    ##  ##  ##   ### ##    ##  ##       ##       
 ######   #######  ##    ##    ##    ##     ##  ######     ##        ######  #### ##    ##  ######   ######## ######## 
/////////////////////////////////////////////////////////////////////////////////// */
.header_dark {
  /* background: #000000; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 6vw;
}

.header_dark::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.85;
  transition: all 0.4s ease;
}

.header_dark .my_row {
  position: relative;
}

.fixed_header.header_dark::before {
  background: #fff;
  opacity: 1;
}

.contacts_title_section {
  padding-top: 135px;
  padding-bottom: 35px;
  background: #f5f6f8;
}

.contacts_title_section h1 {
  font-weight: 600;
  font-size: 48px;
  color: #0b131f;
  text-align: center;
  text-transform: uppercase;
}

.contacts {
  padding: 55px 0 90px;
  position: relative;
}

.contacts .container {
  pointer-events: none;
  z-index: 2;
}

.contacts__block,
.contacts__block_massengers {
  pointer-events: all;
}

.contacts__more_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.contacts__title {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  margin-bottom: 50px;
}

.contacts__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6em;
  text-transform: uppercase;
  color: #0b131f;
  margin-bottom: 18px;
}

.contacts__subtitle_messenger {
}

.contacts__block {
  margin-bottom: 30px;
}

.contacts__block_adress p,
.contacts__phones a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.8em;
  color: #0b131f;
}

.contacts__block_adress p {
  background: url(../img/location.svg) no-repeat left 1px;
}

.contacts__block_email a,
.contacts__phones,
.contacts__block_adress p {
  padding-left: 40px;
}

.contacts__block_email a {
  font-weight: 500;
  font-size: 16px;
  color: #0b131f;
  background: url(../img/mail.svg) no-repeat 3px 1px;
}

.contacts__phones {
  background: url(../img/mobile_yel.svg) no-repeat 3px 1px;
}

.contacts__phones a {
  display: block;
  width: max-content;
}

.contacts__block_massengers {
  display: flex;
}

.contacts__item {
  margin-right: 30px;
  display: flex;
  align-items: center;
}

.contacts__item img {
  margin-right: 14px;
}

.contacts__item a {
  font-weight: 500;
  font-size: 16px;
  color: #0b131f;
}

.map__container {
  width: 55%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.map__container iframe {
  width: 100% !important;
  height: 100% !important;
}

.contacts__more {
  padding: 110px 0;
  background: #f5f6f8;
}

.contacts_callback {
  height: 100%;
  padding: 110px 0 65px;
}
.contacts_callback .service__text {
  max-width: 400px;
}

.contacts_form__title {
  font-weight: 600;
  font-size: 48px;
  color: #0b131f;
  margin-bottom: 50px;
}

.contacts__group {
  margin-bottom: 30px;
}

.contacts__input {
  background-color: #ffffff;
  border: 1px solid #d1d3d4;
}

.contacts__input_massege {
  display: block;
  padding: 12px 40px;
  width: 100%;
  height: 106px;
  background: #ffffff url(../img/pen.svg) no-repeat 11px 15px;
}

.contact__btn {
  background: #0b131f;
  border-radius: 2px;
  border: 1px solid #0b131f;
  padding: 12px 70px 11px;
  margin-left: auto;
  display: block;
}

.contact__btn span {
  color: #fff;
}

.contact__btn:hover {
  border: 1px solid #0b131f;
}

.contact__btn:hover span {
  color: #0b131f;
}

.contact__secure {
  padding-left: 40px;
}

.callback_secure_contact {
  background-position: left center;
}

/* ///////////////////////////////////////////////////////////////////////////////////
########  ##        #######   ######   
##     ## ##       ##     ## ##    ##  
##     ## ##       ##     ## ##        
########  ##       ##     ## ##   #### 
##     ## ##       ##     ## ##    ##  
##     ## ##       ##     ## ##    ##  
########  ########  #######   ######   
/////////////////////////////////////////////////////////////////////////////////// */
.blog {
  padding-bottom: 110px;
}

.blog__title {
  font-weight: 600;
  font-size: 48px;
  color: #293132;
  margin-bottom: 60px;
}

.filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 110px;
}

.filter__btn {
  padding: 4px 10px;
  background: #f5f6f8;
  border-radius: 3px;
  border-color: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 30px 5px 0;
  width: 95px;
}
.filter__btn:hover {
  border-color: #fff500;
}

.filter__btn.button_effect:before,
.filter__btn.button_effect:after {
  background: #fff500;
}

.filter__btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #0b131f;
}

.filter__btn_more span {
  margin-right: 5px;
}

.filter__btn.active {
  background: #fff500;
}

.blog__date {
  padding-top: 11px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 120px;
  transition: background-color 0.4s ease;
  background: #f5f6f8;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.blog__item:hover .blog__date {
  background: #ffed00;
}

.blog__date span {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.blog__date span:first-child {
  font-size: 36px;
}

.blog__name {
  font-weight: 500;
  font-size: 24px;
  color: #293132;
  margin-bottom: 20px;
  position: relative;
}

.blog__name::after {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffed00;
  transition: width 0.4s ease;
}

.blog__name:hover::after {
  width: 70%;
}

.blog_img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.blog_separate {
  width: 100%;
  height: 1px;
  background: #d1d3d4;
  margin-bottom: 50px;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 16px;
  color: #0b131f;
  background: #f5f6f8;
  border-radius: 3px;
  transition: all 0.4s ease;
  margin: 0 12px;
}

.page-numbers.next {
  margin: 0 0 0 auto;
  margin-left: auto;
  justify-content: flex-start;
}

.page-numbers.prev {
  margin: 0 auto 0 0;
  justify-content: flex-end;
}

.current.page-numbers,
.page-numbers:hover {
  /* background: #ffed00; */
}

.blog_single {
  padding-bottom: 110px;
}

.blog_img_main {
  width: 100%;
  height: auto;
}

.blog_single h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1.3em;
  padding-top: 45px;
  margin-bottom: 50px;
}

.blog_single p {
  font-weight: normal;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  margin-bottom: 20px;
}

.blog_describe {
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog_single h2 {
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 50px;
}

.blog_single .img_wrap {
  float: right;
  margin-left: 95px;
  margin-bottom: 50px;
  text-align: center;
}

.img_wrap img {
  width: auto;
  height: 100%;
}

.blog_single ul {
  padding-left: 25px;
  margin-top: -10px;
  margin-bottom: 12px;
}

.blog_single ul li {
  padding-left: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #000000;
  position: relative;
  margin-bottom: 4px;
}

.blog_single ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  background: #ffed00;
}

/* ///////////////////////////////////////////////////////////////////////////////////
Header
/////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////
Header
/////////////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////
##     ## ########    ###    ######## ######## ########  
##     ## ##         ## ##      ##    ##       ##     ## 
##     ## ##        ##   ##     ##    ##       ##     ## 
######### ######   ##     ##    ##    ######   ########  
##     ## ##       #########    ##    ##       ##   ##   
##     ## ##       ##     ##    ##    ##       ##    ##  
##     ## ######## ##     ##    ##    ######## ##     ## 
/////////////////////////////////////////////////////////////////////////////////// */

.heater {
  letter-spacing: 0;
  padding-top: 50px;
}

.heater__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.heater__wrapper .task__hand_left,
.heater__wrapper .task__hand_right {
  width: 160px;
}

.heater .service__title {
  margin-bottom: 50px;
  font-weight: 500;
  opacity: 0;
  /* animation-delay: 1s; */
}

.heater__info {
  /* animation-delay: 1.2s; */
}
.heater__info p {
  margin-bottom: 15px;
}

.heater__info ul {
  display: flex;
  flex-wrap: wrap;
}

.heater_img {
  position: relative;
  animation-delay: 1s;
  opacity: 0;
}
.hide_progress.heater .service__title,
.hide_progress.heater .heater__info {
  animation: hide_progressLeft 1.5s ease 2.8s forwards;
}

@keyframes hide_progressLeft {
  0% {
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.heater__img-right {
  margin-top: 40px;
  width: 495px;
}
.hide_progress .heater_img {
  animation: hide_progressLeftRight 1.5s ease 2.8s forwards;
}
@keyframes hide_progressLeftRight {
  0% {
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

.heater__info ul > li {
  width: 50%;
  background: url("../img/yellow_square.svg") no-repeat 0 12px;
  padding-left: 13px;
  padding-right: 13px;
  line-height: 1.8rem;
}

.heater .task__hand_left {
  top: 0;
  left: 0;
}

.heater .task__hand_right {
  bottom: -55px;
  right: 15px;
}

/* 
   ###    ########  ########  ##       ####  ######     ###    ######## ####  #######  ##    ## 
  ## ##   ##     ## ##     ## ##        ##  ##    ##   ## ##      ##     ##  ##     ## ###   ## 
 ##   ##  ##     ## ##     ## ##        ##  ##        ##   ##     ##     ##  ##     ## ####  ## 
##     ## ########  ########  ##        ##  ##       ##     ##    ##     ##  ##     ## ## ## ## 
######### ##        ##        ##        ##  ##       #########    ##     ##  ##     ## ##  #### 
##     ## ##        ##        ##        ##  ##    ## ##     ##    ##     ##  ##     ## ##   ### 
##     ## ##        ##        ######## ####  ######  ##     ##    ##    ####  #######  ##    ## 

*/
.application {
  letter-spacing: 0;
  padding-top: 130px;
  padding-bottom: 100px;
}

.application__slide {
  transition: all 0.5s;
  position: relative;
}

.application__slide:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.application__slide:hover .application__arrow_top_right {
  opacity: 1;
}
.application_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background: #fff;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ffed00 transparent;
  padding: 20px 20px 60px;
  font-weight: 500;
}
.application__wrap > p {
  transition: all 0.4s ease;
}

.application__wrap.open .application__icon,
.application__wrap.open .application__name,
.application__wrap.open > p {
  opacity: 0;
}

.application_content::-webkit-scrollbar {
  width: 5px;
}

.application_content::-webkit-scrollbar-track {
  background: transparent;
}

.application_content::-webkit-scrollbar-thumb {
  background-color: #ffed00;
  border-radius: 20px;
  border: transparent;
}

.application_content li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
  text-align: left;
}

.application_content li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #ffed00;
  border-radius: 50%;
}

.application__wrap.open .application__item-arrow {
  transform: rotate(180deg);
}

.application__swiper {
  padding-bottom: 10px;
  margin-bottom: 70px;
}

.application__arrow_top_right {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s;
}

.application__item-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  background: #ffed00 url("../img/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s;
  position: relative;
  z-index: 5;
  cursor: pointer;
}

.application__name {
  margin-bottom: 16px;
  font-weight: 500;
}

.application .swiper-slide p {
  margin-bottom: 19px;
}

.application a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #293132;
}

.application .service__title_application {
  margin-bottom: 50px;
}

.types-equipment {
  letter-spacing: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.types-equipment__wrapper {
}

.types-equipment .swiper-container {
  padding-bottom: 55px;
  margin-bottom: 0;
}

.types-equipment .product__slide {
  background: #fff;
  padding: 30px 0 20px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
}

.types-equipment .product__slide:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.types-equipment .information-icon {
  height: 25px;
  width: 25px;
  pointer-events: none;
}

.types-equipment .recommendation__wrapper {
  position: absolute;
  height: 25px;
  width: 25px;
  top: 17px;
  right: 10px;
  z-index: 10;
}

.types-equipment .recommendation__wrapper:hover .recommendation-item {
  display: block;
  opacity: 1;
}

.types-equipment .product__name {
  margin-bottom: 20px;
}

.types-equipment img.loaded {
  pointer-events: none;
}

.types-equipment .information {
  display: flex;
  flex-wrap: wrap;
  text-align: start;
}

.types-equipment .recommendation-item {
  left: -228px;
  top: 0;
  width: 220px;
  text-align: start;
  position: absolute;
  padding: 11px 17px;
  display: none;
  font-weight: 500;
  font-size: 12px;
  color: #000;
  opacity: 0;
  transition: all 0.5s;
  border: 1px solid #f2f2f2;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
}

.types-equipment .swiper-wrapper {
  align-items: start;
}

.types-equipment a:hover p {
  color: #000 !important;
}

.types-equipment p.col-6 {
  font-weight: 500;
  padding: 0 0 8px 0;
}
.types-equipment p.col-6:nth-child(even) {
  padding-left: 5px;
}

.about-us {
  letter-spacing: 0;
  background: #f5f6f8;
  padding-top: 100px;
}

.about-us__wrapper {
  padding: 40px 0 55px;
}

.about-us__title {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 56px;
}
.about-us__title span{
  font-weight: 700;
}

.about-company {
  letter-spacing: 0;
  overflow: hidden;
  padding: 50px 0 80px;
  position: relative;
  overflow: hidden;
}

.about-company__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.about-company__bg img {
  position: absolute;
  width: 65%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
}

.about-company__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.about-company__idea {
  position: relative;
  margin-top: 50px;
  margin-left: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
}

.about-company .about-company_rigt {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-company .video-name {
  position: relative;
  padding-left: 100px;
}

.about-company .service__title.section_title_line::after {
  left: 0;
}

.about-company .about-company__idea.section_title_line::after {
  top: -5px;
  left: -25px;
  bottom: auto;
  height: 100px;
  width: 4px;
}

.play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 50%;
  padding: 0;
  margin: 0 auto;
  user-select: none;
  background: #ffed00;
  transition: background-color 0.5s ease;
  cursor: pointer;
}

.play-button::after {
  position: absolute;
  top: calc(50% - 11px);
  left: calc(50% - 6px);
  display: block;
  content: "";
  box-sizing: border-box;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 10px 0 10px 18px;
}

.quantity-projects {
  letter-spacing: 0;
  background: #f5f6f8;
}

.quantity-projects__wrapper {
  padding: 70px 0;
  display: flex;
  flex-wrap: wrap;
}

.quantity-projects__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
}
.quantity-projects__text{
  font-weight: 400;
}
.quantity-projects__number {
  font-weight: 600;
  font-size: 4rem;
  line-height: 82px;
  color: #fff;
  text-shadow: #000 1px 0 0, #000 0.540302px 0.841471px 0px,
    #000 -0.416147px 0.909297px 0px, #000 -0.989992px 0.14112px 0px,
    #000 -0.653644px -0.756802px 0px, #000 0.283662px -0.958924px 0px,
    #000 0.96017px -0.279415px 0px;
  transition: all 0.5s ease-out;
}

.quantity-projects__number.section_title_line {
  padding-bottom: 10px;
}

.quantity-projects__number.section_title_line::after {
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in;
}

.quantity-projects__img {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
}

.quantity-projects__img img {
  margin: 4 px 0 0 0;
  position: relative;
}

.quantity-projects .col-lg-4 {
  margin-top: 20px;
}

.quantity-projects .col-lg-4:hover .quantity-projects__number {
  color: #000;
}

.quantity-projects .col-lg-4:hover .section_title_line {
  margin-bottom: 25px;
}

.quantity-projects .col-lg-4:hover .section_title_line::after {
  opacity: 1;
}

.squared__yellow::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 36px;
  width: 36px;
  background: #ffed00;
}

.guaranties {
  letter-spacing: 0;
}

.guaranties__wrapper {
  padding: 120px 0 110px;
  display: flex;
  flex-wrap: wrap;
}

.guaranties__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border: 4px solid #ffed00;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.guaranties .service__title {
  color: #fff;
}

.guaranties .service__title.section_title_line:after {
  left: 0;
}

 .left_col {
  line-height: 1.8rem;
  padding: 45px 84px;
  background: url("../img/guaranties-bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  width: 45%;
}

@media (max-width: 768px) {
   .left_col {
    padding: 40px;
  }
}

.guaranties .right_col {
  display: flex;
  padding: 50px 70px;
  flex-direction: column;
  justify-content: center;
  background: #f5f6f8;
  width: 55%;
}

.guaranties .right_col .my_row:not(:last-child) {
  margin-bottom: 40px;
}

.guaranties .right_col .guaranties__text {
  margin-left: 30px;
  width: 100%;
  max-width: 400px;
}
.guaranties__text_left,
.guaranties__text p{
  font-weight: 400;
}

@media (max-width: 768px) {
  .guaranties .right_col {
    padding: 40px;
  }
}

@media (max-width: 992px) {
  .guaranties .right_col {
    margin-top: 20px;
  }
}

.specialists {
  letter-spacing: 0;
  position: relative;
}

.specialists__bg::before {
  position: absolute;
  width: 100%;
  height: 66%;
  bottom: 10%;
  content: "";
  background: #f5f6f8;
  pointer-events: none;
}

.specialists__wrapper {
  margin-bottom: 80px;
}

.specialists__img {
  margin-bottom: 25px;
}

.specialists__slider {
  margin-bottom: 100px;
}

.specialists__name {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  padding: 0;
}

.specialists__arrow_left {
  background-image: url("../img/arrow_left_bl_long.svg");
}

.specialists__arrow_right {
  background-image: url("../img/arrow_right_bl_long.svg");
}

.specialists__arrow_left,
.specialists__arrow_right {
  color: #000;
}

.specialists__principles {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #ffed00;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.specialists__principles-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #000;
  clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
}

/* .specialists__principles-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
  background-image: url("../img/specialists__list.png");
  background-repeat: no-repeat;
  background-size: cover;
} */

/* @media (max-width: 992px) {
  .specialists__principles-bg::before {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
} */

.specialists__principles-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 45px;
}
.specialists__principles-text p {
  font-weight: 500;
  font-size: 18px;
}

.specialists__list {
  position: relative;
  display: flex;
  padding: 10px 45px 10px 90px !important;
  flex-wrap: wrap;
}

.specialists__list li {
  padding: 10px 10px 10px 45px;
  line-height: 1.8rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  width: 100%;
}

.specialists__list li::before {
  position: absolute;
  width: 18px;
  height: 18px;
  content: "";
  top: 16px;
  left: 5px;
  background: url("../img/check.svg") no-repeat center / 18px;
}

.specialists .service__title {
  margin-bottom: 80px;
  text-align: center;
}

.specialists .product_arrow_block {
  margin-bottom: 80px;
}

.devise {
  letter-spacing: 0;
}

.devise .section_title_line::after {
  left: 0;
}

.devise__wrapper {
  padding: 50px 0 90px;
  display: flex;
  flex-wrap: wrap;
}

.devise .col-lg-6 p {
  margin-bottom: 15px;
}

.devise .service__title {
  font-weight: 500;
}

.reviews {
  letter-spacing: 0;
  margin-top: 90px;
  margin-bottom: 100px;
  position: relative;
}

.reviews__bg img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 60%;
}

.reviews__bg-grey {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -15%;
  content: "";
  background: #f5f6f8;
}

.reviews__subtitle {
  font-size: 24px;
  line-height: 31px;
  text-transform: uppercase;
  color: #293132;
}

.reviews-pagination {
  color: #fff;
  margin-top: 90px;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-end;
  font-size: 24px;
}

.reviews-pagination .swiper-pagination-current {
  color: #ffed00;
}

.reviews__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.reviews__bg_mb {
  display: none;
}

.reviews__person {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.reviews__slider {
  width: 635px;
  max-width: 635px;
}
.reviews__person-name {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: #293132;
}

.reviews__position {
  line-height: 21px;
  color: #666;
  margin-bottom: 35px;
}

.reviews__text {
  line-height: 1.8rem;
  color: #666;
  margin-bottom: 20px;
  font-weight: 400;
}

.reviews__link {
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #0b131f;
  box-shadow: inset 0px -25px 0px -17px #ffed00;
}

.reviews__arrow {
  position: absolute;
  top: 90px;
  left: -14px;
}

.reviews_arrow_block {
  margin-top: 45px;
  margin-bottom: 10px;
  color: #000;
  display: flex;
  justify-content: space-between;
}

.reviews__arrow_left {
  background-image: url("../img/arrow-white-long.svg");
}

.reviews__arrow_right {
  background-image: url("../img/arrow-white-long-2.svg");
}

.reviews .service__title {
  font-weight: 500;
  padding-right: 20px;
  margin-bottom: 30px;
}

.reviews .section_title_line::after {
  left: 0;
}

.reviews .btn {
  color: #000;
  margin-top: 80px;
  background: #ffed00;
  border-radius: 2px;
}

.reviews__btn .reviews .swiper-wrapper {
  margin-bottom: 45px;
}

.reviews .swiper-slide {
  padding: 35px 45px;
  background: #fff;
  border-radius: 3px;
}

/* 
########  #######  ##     ## #### ########  ##     ## ######## ##    ## ######## 
##       ##     ## ##     ##  ##  ##     ## ###   ### ##       ###   ##    ##    
##       ##     ## ##     ##  ##  ##     ## #### #### ##       ####  ##    ##    
######   ##     ## ##     ##  ##  ########  ## ### ## ######   ## ## ##    ##    
##       ##  ## ## ##     ##  ##  ##        ##     ## ##       ##  ####    ##    
##       ##    ##  ##     ##  ##  ##        ##     ## ##       ##   ###    ##    
########  ##### ##  #######  #### ##        ##     ## ######## ##    ##    ##    
*/

.equipment-header {
  padding: 160px 0 80px;
  position: relative;
  background-image: url(../img/equipment_header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.equipment-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.8;
}

.equipment__offer h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.292em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  opacity: 0;
  animation-delay: 0.3s;
  overflow: hidden;
}

.equipment__offer p {
  max-width: 560px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.37em;
  color: #ffffff;
  opacity: 0;
  animation-delay: 0.5s;
}

.hide_progress .equipment__offer h1,
.hide_progress .equipment__offer p {
  animation: hide_progressUp 1.5s ease 2.8s forwards;
}

.breadcrambs_archive {
  padding: 17px 0 14px;
  background: #f5f6f8;
}

.equipment-list {
  padding-top: 110px;
}

.equipment__item {
  padding-bottom: 30px;
  margin-bottom: 100px;
}

.equipment__img {
  height: 405px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.equipment__img img {
  max-width: 100%;
  transition: all 0.4s ease;
}

.equipment__link {
  display: block;
  text-align: center;
}

.equipment__link:hover img {
  transform: scale(1.05);
}

.equipment__name {
  margin: 0 auto;
  /* width: max-content; */
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  line-height: 1.37em;
  color: #000000;
  /* transition: all 0.4s ease; */
  /* border-bottom: 1px solid transparent; */
}

.equipment__link:hover .equipment__name {
  border-color: #000;
}

.equipment_pagination {
  display: flex;
  margin-bottom: 115px;
}

.page-numbers {
  display: flex;
  width: 36px;
  height: 23px;
  align-items: center;
  justify-content: center;
  background: #f5f6f8;
  border-radius: 3px;
  color: #0b131f;
  font-size: 16px;
}

.current.page-numbers {
  background: #f5f6f8;
  opacity: 0.4;
}

.equipment-info {
  padding-bottom: 110px;
}

.equipment__wrap {
  padding: 62px 68px;
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
}

.equipment-info .service__title,
.service__title_about {
  font-size: 48px;
}

.equipment-info p {
  font-size: 16x;
  line-height: 180%;
  color: #293132;
}

.equipment-callback {
  padding: 55px 0;
  background: #ffed00;
}

.equipment-callback p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.292em;
  text-transform: uppercase;
  color: #293132;
  margin-bottom: 10px;
}

.equipment-callback .service__title {
  margin-bottom: 0;
  font-size: 48px;
}

.equipment__btn {
  background: #0b131f;
  border-radius: 2px;
  margin: 0 auto;
  display: block;
}

.equipment__btn span {
  color: #fff;
}

.equipment__btn:hover span {
  color: #0b131f;
}

.border_bottom::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  position: absolute;
  left: 0;
  bottom: 0px;
}

/* 
#### ##    ## ########  ##     ##  ######  ######## ########  ####    ###    ##               ##     ## ########    ###    ########  ######## ########  
 ##  ###   ## ##     ## ##     ## ##    ##    ##    ##     ##  ##    ## ##   ##               ##     ## ##         ## ##   ##     ## ##       ##     ## 
 ##  ####  ## ##     ## ##     ## ##          ##    ##     ##  ##   ##   ##  ##               ##     ## ##        ##   ##  ##     ## ##       ##     ## 
 ##  ## ## ## ##     ## ##     ##  ######     ##    ########   ##  ##     ## ##               ######### ######   ##     ## ##     ## ######   ########  
 ##  ##  #### ##     ## ##     ##       ##    ##    ##   ##    ##  ######### ##               ##     ## ##       ######### ##     ## ##       ##   ##   
 ##  ##   ### ##     ## ##     ## ##    ##    ##    ##    ##   ##  ##     ## ##               ##     ## ##       ##     ## ##     ## ##       ##    ##  
#### ##    ## ########   #######   ######     ##    ##     ## #### ##     ## ######## ####### ##     ## ######## ##     ## ########  ######## ##     ## 
*/
.industrial_header {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.industrial_header iframe,
.industrial_header video {
  object-position: center;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video_bg_industrial {
  width: 150%;
  height: 150%;
  position: absolute;
  z-index: 1;
  left: -25%;
  top: -25%;
}
.industrial_header:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.industrial_header .container {
  z-index: 3;
}
.industrial__offer {
  text-align: center;
  overflow: hidden;
}

.industrial__offer h1 {
  font-weight: 600;
  font-size: 64px;
  line-height: 1.281em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
  opacity: 0;
}

.industrial__offer p {
  font-size: 36px;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 75px;
  opacity: 0;
  animation-delay: 0.2s;
}
.hide_progress .industrial__offer h1,
.hide_progress .industrial__offer p,
.hide_progress .industrial__btn_header {
  animation: hide_progressUp 1.5s ease 2.8s forwards;
}
.industrial__btn_header {
  opacity: 0;
  animation-delay: 0.4s;
}

@keyframes hide_progressUp {
  0% {
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.industrial-info {
  padding: 80px 0 70px;
}

.industrial__text p {
  font-weight: normal;
  line-height: 25px;
  color: #000000;
  font-size: 18px;
}

.industrial__text_other {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
}

.industrial__text_other.open {
  height: auto;
  overflow: hidden;
}

.industrial_open {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.32em;
  text-transform: uppercase;
  color: #0b131f;
  position: relative;
  padding: 2px 5px;
  width: max-content;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  transition: all 0.4s ease;
}

.industrial_open span {
  position: relative;
}

.industrial_open::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background: #ffed00;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease;
}

.industrial_open:hover::before {
  height: 100%;
}

.industrial-list {
  padding-top: 60px;
  background: #fafafa;
  padding-bottom: 60px;
}

.industrial-list .product_bg_promsteel {
  top: 70px;
}

.industrial-list .service__title {
  margin-bottom: 100px;
}

.btn__group_industrial {
  justify-content: center;
  margin-bottom: 50px;
}

.industrial__tab_btn {
  display: flex;
  margin: 0 15px;
  padding: 0 10px 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3em;
  color: #666666;
  position: relative;
  border-bottom: 4px solid transparent;
}

.industrial__tab_btn.active {
  color: #293132;
  border-color: #ffed00;
}

.industrial-info_other {
  padding: 40px 0 110px;
}

.product_img,
.product_icon {
  height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_icon::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 15px;
  background: #f5f6f8;
  background: linear-gradient(
    90deg,
    #f5f6f8 0%,
    #f5f6f8 50%,
    #ffed00 51%,
    #ffed00 100%
  );
  background-size: 200% auto;
  transition: all 0.5s ease !important;
}

.line_parent:hover .product_icon::before {
  width: 100%;
  background-position: right center;
}
.line_parent .product_icon img {
  transition: all 0s ease;
}
.line_parent:hover .product_icon img {
  transform: rotate(360deg);
  transition: all 0.4s ease;
}

.product_img {
  margin-bottom: 20px;
}

.product_icon {
  height: 80px;
  margin-bottom: 60px;
  position: relative;
}

.product_icon::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -34px;
  left: calc(50% - 35px);
  width: 70px;
  height: 4px;
  background: #ffed00;
}

.product__slide .product_img img,
.product__slide .product_icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.product__slider_type .product__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3em;
  text-align: center;
  text-transform: uppercase;
  color: #293132;
}

.industrial_slide {
  position: relative;
}

.industrial_slide > .row {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -5;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
  width: 100%;
}

.industrial_slide > .row.active {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: all;
  opacity: 1;
}

/* 
////////////////////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////////////////////
*/
.resurs {
  padding-bottom: 110px;
}

.dark_block {
  padding: 50px 0 175px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.dark_block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    90.32deg,
    rgba(13, 12, 12, 0.84) 0.24%,
    rgba(13, 12, 12, 0.65) 49.45%,
    rgba(13, 12, 12, 0.8) 99.71%
  );
}

.color__wh {
  color: #fff;
}

.resurs__offer {
  width: 85%;
  margin: 0 auto;
  line-height: 25px;
  font-size: 18px;
}

.light_block {
  margin-top: -137px;
}

.resurs__item {
  height: 274px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 50px;
  margin: 0 35px 30px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in;
  text-align: center;
}

.resurs__item:hover {
  transform: translateY(-15px);
}

.resurs__icon {
  height: 70px;
  margin: 0 auto 45px;
  position: relative;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resurs__icon:before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  left: -7px;
  bottom: -7px;
  background: #ffed00;
  transition: all 0.4s ease;
  animation-direction: reverse;
}

.resurs__item:hover .resurs__icon:before {
  left: calc(100% - 35px);
  bottom: calc(100% - 35px);
}

.resurs__icon img {
  max-height: 100%;
  position: relative;
}

.resurs__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #293132;
  display: inline;
}

.production {
  padding-bottom: 200px;
}

.production .section_offer,
.production_group .section_offer {
  max-width: 755px;
  margin: 0 auto 60px;
}

.production .section_offer {
  margin-bottom: 110px;
}

.production__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.production__wrap svg,
.production__wrap img {
  width: 550px;
  height: auto;
}
.production__wrap img {
  width: 445px;
  height: auto;
  position: absolute;
  left: calc(50% + 4px);
  transform: translateX(-50%);
}
.circle_anim {
  transform-origin: center;
  animation: svgRotate 20s linear infinite;
}
.bullet_svg {
  position: relative;
}
.bullet_svg:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff500;
  position: absolute;
  top: 0;
  left: 0;
  animation: svgPuls 5s linear infinite;
}
.bullet_svg1 circle {
  animation-delay: 0.15s;
}
.bullet_svg2 circle {
  animation-delay: 0.3s;
}
.bullet_svg3 circle {
  animation-delay: 0.45s;
}
.bullet_svg4 circle {
  animation-delay: 0.6s;
}
.bullet_svg5 circle {
  animation-delay: 0.75s;
}
.bullet_svg6 circle {
  animation-delay: 0.9s;
}
.bullet_svg7 circle {
  animation-delay: 1.05s;
}
.bullet_svg8 circle {
  animation-delay: 1.2s;
}
.bullet_svg9 circle {
  animation-delay: 1.35s;
}
.bullet_svg10 circle {
  animation-delay: 1.5s;
}
.bullet_svg11 circle {
  animation-delay: 0.15s;
}
@keyframes svgRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes svgPuls {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.production__item {
  width: 295px;
  position: absolute;
}

.production__item1 {
  bottom: 103%;
  left: calc(50% - 142px);
}

.production__item7 {
  top: 103%;
  left: calc(50% - 142px);
}

.production__item2 {
  right: 8%;
  top: 3%;
  text-align: left;
}

.production__item3 {
  right: 1%;
  top: 22%;
  text-align: left;
}

.production__item4 {
  right: -16px;
  top: 43%;
  text-align: left;
}

.production__item5 {
  right: 1%;
  top: 65%;
  text-align: left;
}

.production__item6 {
  right: 5%;
  top: 81%;
  text-align: left;
}

.production__item8 {
  left: 5%;
  top: 85%;
  text-align: left;
}

.production__item9 {
  left: 0%;
  top: 60%;
}

.production__item10 {
  left: -1%;
  top: 27%;
  text-align: right;
}

.production__item11 {
  left: 10%;
  top: 8%;
}

.production_group {
  padding: 80px 0 110px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.production_group::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    89.39deg,
    rgba(15, 14, 14, 0.9) 20.06%,
    rgba(37, 37, 37, 0.837) 48.86%,
    rgba(23, 22, 22, 0.846) 81.17%
  );
}

.group__title {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ffffff;
}

.group__title::after {
  left: 0;
}

.group__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
  border: 1px solid #858586;
  padding: 0 15px 0;
  min-height: 220px;
}

.group__item:first-child {
  border-top: none;
  border-left: none;
}

.group__item:nth-child(2),
.group__item:nth-child(3),
.group__item:nth-child(4) {
  border-left: none;
}

.group__item:nth-child(6) {
  border-top: none;
}

.group__item:nth-child(7),
.group__item:nth-child(8),
.group__item:nth-child(9),
.group__item:nth-child(10) {
  border-top: none;
  border-left: none;
}

.group__name {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3em;
  text-align: center;
  color: #ffffff;
}

.group__icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.group__icon img {
  min-height: 100%;
}

.stage {
  background: #f5f6f8;
  padding: 110px 0;
}

.stage .container {
  background: #fff;
}

.stage .section_offer {
  text-align: left;
}

.stage__left {
  padding: 55px 0 55px 50px;
}

.stage .section_offer::after {
  left: 0;
}

.stage h2.stage__title {
  margin-bottom: 32px;
  font-weight: 600;
}

.stage .section_offer p {
  font-weight: 500;
  color: #293132;
  max-width: 290px;
  font-size: 18px;
  line-height: 25px;
}

.stage__right {
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
}

.stage__right {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}

.stage__list {
  width: 45%;
}

.stage__list li {
  font-weight: normal;
  font-size: 18px;
  line-height: 1.28em;
  color: #293132;
  position: relative;
  padding-left: 44px;
  margin-bottom: 29px;
  line-height: 25px;
}

.stage__list li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  background: url(../img/stage__list_check.svg) no-repeat center;
}

.quality {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
  padding: 70px 0;
}

.quality .container {
  z-index: 2;
}

.quality::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
    89.39deg,
    rgba(15, 14, 14, 0.9) 20.06%,
    rgba(37, 37, 37, 0.837) 48.86%,
    rgba(23, 22, 22, 0.846) 81.17%
  );
}

.quality .service__title::after {
  left: 0;
}

.quality .service__title {
  margin-bottom: 45px;
  font-weight: 500;
}

.quality::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 53%;
  top: 0;
  background: #ffed00;
  transform: skew(-21deg);
}

.quality_text {
  max-width: 430px;
}

.quality__info {
  font-weight: 500;
  max-width: 410px;
  font-size: 24px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #293132;
}

/* 


*/
.sertificate {
  padding-top: 100px;
}

.section_offer h2.sertificate__title {
  font-weight: 600;
}
.section_offer p {
  font-weight: 500;
}

.sertificate__block {
  padding-top: 50px;
  position: relative;
  padding-bottom: 110px;
}

.sertificate__block::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #f5f6f8;
}

.sertificate__subtitle {
  max-width: 430px;
  font-weight: 500;
  font-size: 18px;
  color: #293132;
  margin-bottom: 30px;
}

.sertificate__subtitle::after {
  left: 0;
}

.sertificate__list.stage__list {
  width: 100%;
  padding-right: 30px;
}

.video__bg {
  height: 224px;
  position: relative;
  overflow: hidden;
}

.video__bg iframe {
  position: absolute;
  width: 200%;
  height: 200%;
  left: -50%;
}
.video__bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iso_video {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
  font-size: 300px;
  background: #f5f6f8;
  font-weight: 800;
  color: #000;
  mix-blend-mode: lighten;
  /* color: #fff; */
  /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.sertificate__block {
}

iframe .ytp-large-play-button {
  display: none !important;
}

/* 
########   #######  ########  ##     ## ########  
##     ## ##     ## ##     ## ##     ## ##     ## 
##     ## ##     ## ##     ## ##     ## ##     ## 
########  ##     ## ########  ##     ## ########  
##        ##     ## ##        ##     ## ##        
##        ##     ## ##        ##     ## ##        
##         #######  ##         #######  ##        

*/
.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(11, 19, 31, 0.5);
  z-index: -5;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.popup.active {
  z-index: 999;
  opacity: 1;
  pointer-events: all;
}

.callback__content {
  padding: 50px 100px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  max-width: 600px;
  position: relative;
  transform: translateY(100px);
  transition: all 0.4s ease;
}

.popup.active .callback__content {
  transform: translateY(0);
}

.callback__popup h2 {
  font-weight: 600;
  font-size: 48px;
  color: #293132;
}

.callback__content .callback_wrap {
  flex-direction: column;
  margin-bottom: 0;
}

.callback__content .callback__group {
  width: 100%;
  margin-bottom: 24px;
}

.callback__content .callback__group_text {
  margin-bottom: 38px;
}

.callback__input_text {
  background-color: #fff;
  background-image: url(../img/textarea.svg);
  background-repeat: no-repeat;
  background-position: 9px 16px;
  padding-right: 10px;
  border-radius: 3px;
  border: 1px solid #f5f6f8;
  transition: all 0.4s ease;
  padding-top: 12px;
  padding-bottom: 2px;
  height: 49px;
}

/* .callback__input_text:focus {
  height: 100px;
} */

.secure__form {
  font-size: 16px;
  line-height: 21px;
  width: 226px;
  margin: 0 auto;
  text-align: center;
  color: #858586;
}

.callback__content .callback__btn {
  margin-bottom: 10px;
}

.close_popup {
  display: block;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 23px;
  right: 24px;
  background: url(../img/close.svg) no-repeat center;
  cursor: pointer;
}

.viz {
  opacity: 1;
  transition: 1s;
}

.mm-wrapper__blocker {
  display: none !important;
}

.close_mmenu {
  display: block !important;
  width: 40px !important;
  height: 40px !important;
  position: fixed !important;
  top: 30px;
  left: 500px;
  background: #fff url(../img/close_mmenu.svg) no-repeat center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s cubic-bezier(0, 1, 0, 1.04);
}

.close_mmenu.open {
  z-index: 500;
  opacity: 1;
  pointer-events: all;
  transition: all 0.5s cubic-bezier(1, 0.02, 1, 0.03);
}

.mm-navbar__title {
  justify-content: flex-start;
  height: 100px;
}

.mmenu__wrapper {
  overflow: hidden;
}
.breadcrumbs span:not(:first-child) {
  pointer-events: none;
}
.breadcrumbs span:not(:first-child) {
  pointer-events: none;
}

.breadcrambs__block .breadcrumbs span {
  font-weight: normal;
  font-size: 16px;
  color: #0b131f;
  font-weight: 500;
  opacity: 1;
}
.breadcrambs__block .breadcrumbs span .current-item {
  font-weight: normal;
  opacity: 0.5;
}

[data-scroll="in"] {
  opacity: 1;
}

[data-scroll="out"] {
  opacity: 0;
}

.mm-menu_offcanvas:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  box-shadow: 1px 0px 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 5;
  pointer-events: none;
}
.mm-slideout {
  overflow: hidden;
}

.scroll_to_top {
  position: fixed;
  right: 20px;
  bottom: 175px;
  transform: rotate(-90deg) translateX(-300px);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 5px;
  z-index: 500;
  display: block;
  width: auto;
  display: flex;
  align-items: center;
  padding: 6px 15px 5px 10px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #fff500;
  text-transform: uppercase;
  border-radius: 3px;
  transform-origin: right bottom;
}
.scroll_to_top.visible_arrow {
  transform: rotate(-90deg) translateX(0px);
}

.scroll_to_top span {
  background-image: linear-gradient(
    rgba(0, 0, 0, 0) calc(9% - 20px),
    #fff500 1px
  );
  background-repeat: no-repeat;
  background-size: 0 100%;
  color: #000;
  padding: 2px 3px;
  margin-right: 3px;
  transition: all 0.4s ease;
}
.scroll_to_top:hover span {
  background-size: 100% 100%;
}

[data-splice] {
  display: inline-block;
}
.lang__block .current-lang {
  display: none;
}
.reviews__content {
  display: none;
  width: 80%;
}
.wpcf7-not-valid-tip {
  position: absolute;
  top: -21px;
  width: 300px;
  display: none;
}
input.wpcf7-not-valid {
  border-color: red !important;
}

/* .cursor {
  mix-blend-mode: normal;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: top 0.1s, left 0.1s;
  z-index: 99999998;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 36px 18px;
  border-color: transparent transparent rgba(255, 255, 255, 0.404) transparent;
  transform: rotate(-25deg);
} */

/* #pointer-dot {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 2.5px solid white;
  position: fixed;
  border-radius: 4px;
  z-index: 101;
  pointer-events: none;
  transition: border-color 0.5s;
} */

#pointer-ring {
  mix-blend-mode: normal;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: top 0.1s, left 0.1s, border 0.3s ease, height 0.3s ease,
    width 0.3s ease;
  z-index: 99999998;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.204);
  /* border-style: solid;
  border-width: 0 18px 36px 18px;
  border-color: transparent transparent rgba(255, 255, 255, 0.404) transparent; */
  transform: rotate(-25deg);
}

html {
  /* cursor: none !important; */
}

a {
  /* cursor: none !important; */
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* 
//////////////////////////////////////
404
//////////////////////////////////////
*/
.error-404 {
  margin-top: 110px;
  position: relative;
  padding: 10rem 0;
  font-family: "Futura PT", sans-serif;
  background: url("../img/error/bg-404.svg") center bottom no-repeat;
}

.error-404 .container-fluid {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url("../img/error/img-404.svg") left bottom no-repeat;
}

@media screen and (max-width: 1750px) {
  .error-404 .container-fluid {
    background-size: 50%;
  }
}

.error-404__number {
  font-size: 18rem;
  line-height: 1.1em;
  font-weight: 600;
  color: #ffed00;
}
@media screen and (max-width: 1400px) {
  .error-404__number {
    font-size: 12rem;
  }
}
@media screen and (max-width: 1200px) {
  .error-404 .container-fluid {
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .error-404__number {
    font-size: 10rem;
  }
}

.error-404__title {
  font-weight: 600;
  font-size: 3rem;
  line-height: 150%;
  color: #111111;
}

.error-404__text {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  text-transform: uppercase;
  color: #111111;
}

.error-404__button {
  width: 190px;
  height: 45px;
  display: flex;
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
  background: #0b131f;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 2px;
position: relative;
border:1px solid #0B131F;
}
.error-404__button:hover span{
position: relative;
z-index: 2;
}
.error-404__button:hover span{
color:#0B131F
}

.benefits__number span,
.count__value span,
.cout_projects__number span {
  opacity: 0;
}
.stop_color1 {
  animation: changecolor1 2s linear 2.5s alternate infinite;
}
@keyframes changecolor1 {
  0% {
    stop-color: #fff;
  }
  100% {
    stop-color: #ffed00;
  }
}
.stop_color2 {
  animation: changecolor2 2s linear 2.5s alternate infinite;
}
@keyframes changecolor2 {
  0% {
    stop-color: #fff;
  }
  100% {
    stop-color: #ffc700;
  }
}
.svg_arrow {
  transform: translateY(-10px);
  /* transform: translateY(-10px)rotate3d(2, 0, 0, 180deg); */
  animation: transformPulse 2s linear 2.5s alternate infinite;
  /* transform-origin: unset; */
}
@keyframes transformPulse {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}
.heater__img-right rect {
  animation: widthPulse 2s linear 2.5s alternate infinite;
}
.heater__img-right rect:nth-child(even) {
  animation: widthPulseRev 2s linear 2.5s alternate infinite;
}
@keyframes widthPulse {
  0% {
    width: 22px;
  }
  100% {
    width: 12px;
  }
}
@keyframes widthPulseRev {
  0% {
    width: 12px;
  }
  100% {
    width: 22px;
  }
}
.parallax_new_test {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
}
.parallax_new_test:first-child {
  left: 0;
  top: 0;
}
.parallax_new_test:nth-child(3) {
  bottom: 0;
  right: 0;
  top: auto;
  bottom: auto;
}
@media screen and (max-width: 1400px) {
  .service_section_test .container {
    width: 920px;
  }
  .service_section_test .service__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .service_section_test.other_page_pt {
    padding-top: 95px;
    padding-bottom: 100px;
  }
  .service_section_test.header_grey {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service_section_test.header_grey .nav__item a {
    font-size: 13px;
  }

  .service_section_test .service__text p {
    font-size: 13px;
  }
  .service_section_test .breadcrambs__block .breadcrumbs span {
    font-size: 13px;
  }

  .service_section_test .service__describe_img {
    width: 85%;
  }
}
.success {
  position: relative;
  padding: 18rem 0 18rem;
  margin-top: 100px;
  font-family: 'Futura PT', sans-serif;
  background: url("../img/error/bg-404.svg") left bottom no-repeat;
}

.success .container-fluid {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: url('../img/success.svg') center center no-repeat;
}
@media screen and (max-width: 1400px) {
  .success {
    padding: 8rem 0 12rem;
}
}

@media screen and (max-width: 1200px) {
  .success .container-fluid {
    background: none;
  }
}

.success__number {
  font-size: 4.5rem;
  line-height: 150%;
  font-weight: 600;
  color: #FFED00;
}

@media screen and (max-width: 768px) {
  .success__number {
    font-size: 3rem;
  }
  .success {
    padding: 5rem 0 5rem;
}
}

.success__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 150%;
  color: #111111;
}

.success__text {
  margin-top: 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 160%;
  text-transform: uppercase;
  color: #111111;
}

.success__button {
  width: 190px;
  height: 45px;
  display: flex;
  margin-top: 3rem;
  justify-content: center;
  align-items: center;
  background: #0B131F;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 2px;
  position: relative;
  border:1px solid #0B131F;
}
.success__button:hover span{
position: relative;
z-index: 2;
}
.success__button:hover span{
  color:#0B131F
}