@import url("/assets/css/preloader.css?12");
@import url("/assets/css/slider.css?12");

.st0 {
  fill: url(#SVGID_1_);
}

.st1 {
  fill: url(#SVGID_00000054950030050665624200000014141411527770535843_);
}

.st2 {
  fill: #ececec;
}

.st3 {
  fill: url(#SVGID_00000070077521725775221170000018243976243736378527_);
}

.st4 {
  fill: #7d0029;
}

.st5 {
  fill: #7d0029;
}

.st6 {
  clip-path: url(#SVGID_00000174560586793681252460000000191142941370972813_);
  fill: #7d0029;
}

@font-face {
  font-family: "Montserrat";
  src: url("Montserrat.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratSemiBold";
  src: url("Montserrat-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratBold";
  src: url("Montserrat-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratMedium";
  src: url("Montserrat-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratItalic";
  src: url("Montserrat-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratLight";
  src: url("Montserrat-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratBlack";
  src: url("montserrat-extrabold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "MontserratExBlack";
  src: url("Montserrat-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --color1: rgba(124, 0, 42, 1);
  --color2: rgba(227, 25, 16, 1);
  --color3: rgba(240, 128, 0, 1);
  --color_menu: rgba(201, 201, 201, 1);
  --title: rgba(26, 34, 44, 1);
  --bg: rgba(128, 128, 128, 0.57);
}

html {
  scroll-padding-top: 50px;
  scroll-behavior: smooth
}

* {
  box-sizing: border-box;
  outline: none;
}

.parallax {
  left: 0;
  width: 100%;
  z-index: -1;
  position: fixed;
  opacity: 0.7;
  transition: opacity 1s;
}

.parallax_move {
  transition: opacity 1s;
}

body {
  padding: 0;
  margin: 0;
  background-color: rgb(26, 34, 44);
  font-family: Montserrat;
  position: relative;
}


body.for_article{

  background-color:#fff;

}


strong,
b {
  font-family: MontserratSemiBold;
  font-weight: normal;
}

.nav {
  transform: translateY(10px);
}

.logo {
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  position: relative;
  background-image: url(/assets/images/poster.jpg);
  background-size: cover;
  background-position: center;
}

.logo .video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.logo:after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.logotype {
    display: block;
    width: 270px;
    height: 81px;
    background-image: url(/assets/images/logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100;
}

* {
  box-sizing: border-box;
  outline: none;
}

.container,
.container2 {
  margin: 0 auto;
  width: 100%;
  max-width: 1390px;
  position: relative;
  z-index: 100;
}
.wrap_header {
  max-width: 1320px;
  position: absolute;
  padding: 0 20px;
  top: 20px;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  z-index: 100;
}

.container_header {
  position: relative;
  height: 100%;
}

header {
  position: fixed;
  z-index: 10000;
  display: flex;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.5s;
  height:149px;
}



.head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 40px 20px 20px 20px;
  max-width: 1320px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.5s;
}


.for_article header{

   background-color: rgb(26, 34, 44, 1);

}


.float, .for_article header.float  {
  background-color: rgb(26, 34, 44, 0.9);
  backdrop-filter: blur(7px);
}

.color_head {
  background-color: rgb(26, 34, 44);
}

.float .head {
  padding: 20px 20px 20px 20px;
}

nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

nav ul li {
  position: relative;
}

nav ul li.hover {
	padding: 20px 0;
}

nav ul li.down::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    width: 16px;
    height: 8px;
    background-image: url(/assets/images/menu_arw.svg);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

nav ul li a {
  text-decoration: none;
  color: var(--color_menu);
  font-family: Montserrat;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 100px;
  position: relative;
  z-index: 100;
}




nav ul li.menu_hover a {
  color: var(--color3);
}

nav ul.menu li.menu_hover a:after { 
  display: block;
  content: "";
  position: absolute;
  animation: 0.5s opacity forwards;
  opacity: 0;
 left:62px;
    top: -36px;
    width: 68px;
    height: 79px;
  background-image: url(/assets/images/menu.svg);
  background-repeat: no-repeat;
}



.menu .menu_item_cont {
  position: absolute;
   top: calc(100% + 30px);
  left: 61px;
  transition: top 0.2s;

}

.menu .menu_item_cont .grid {
  overflow: hidden;
  height:0;
}

nav .menu .sub-menu {
  opacity: 0;
  transition: all 0.2s;
  max-width: 300px;
  min-width: 300px;
  min-height: 0;
  flex-direction: column;
  position: relative;
}

nav ul.menu .sub-menu li:hover a:after, nav ul.menu li.menu_hover .sub-menu li a:after {

  display: none;

}

nav .sub-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: var(--color1);
  position: relative;
  
}


nav .sub-menu::after {
    display: block;
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    border: 17px solid transparent;
    border-left: 31px solid var(--color1);
}

nav .menu li.down.menu_open .sub-menu {
  opacity: 1;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-top:52px;
  
}

nav .menu li.down.menu_open .menu_item_cont {
   top:20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
nav .menu li.down:hover {
  z-index: 2;
}

nav .menu li.down.menu_open .grid {
 height:auto
}


nav ul.sub-menu li a {
  display: flex;
  justify-content: left;
  padding: 14px 10px 10px 47px;
  font-size: 18px;
  color:var(--color3);
  font-family:Montserrat;
   white-space: nowrap;
}

nav ul.sub-menu li a:hover {
    color:var(--color2);

}

nav ul.sub-menu li a:hover:after {
  display: none;
}




@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity75 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.75;
  }
}

.burger {
  width: 64px;
  height: 45px;
  cursor: pointer;
  background-image: url(/assets/images/burger.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

.burger.menu_open {
  background-position: -68px;
}

.wrap_header_work {
  position: absolute;
  bottom: 13%;
  left: 0;
  padding-left: 70px;
}

.wrap_header_work:after {
  position: absolute;
  display: block;
  content: "";
  top: -31px;
  left: 0;
  background-image: url(/assets/images/map.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 70px;
}

.wrap_header_work span {
  display: block;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-family: MontserratSemiBold;
  font-size: 32px;
  line-height: 42px;
}

.wrap_header_title {
  position: absolute;
  bottom: 42%;
  left: 0;
}
.wrap_header_title h1 {
  color: #fff;
  font-size: 51px;
  line-height: 65px;
  font-family: MontserratBlack;
  /* padding-left: 70px; */
  position: relative;
  margin: 0;
  font-weight: normal;
}

.wrap_header_contact {
  position: absolute;
  right: 0;
  top: 22%;
}

.wrap_header_contact a {
  display: block;
  border-radius: 10px;
  padding: 15px 50px;
  font-family: MontserratSemiBold;
  color: #fff;
  font-size: 32px;
  text-align: center;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  text-decoration: none;
}

.wrap_header_contact span {
  display: block;
  margin-top: 20px;
  font-family: MontserratSemiBold;
  font-size: 27px;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  text-align: center;
}

.wrap {
  padding: 80px 0 80px;
}

.production {
  background-color: rgb(124, 0, 42);
}

.container,
.container2 {
  width: 100%;
  max-width: 1300px;
  padding: 0 20px;
  overflow: hidden;
}

.cont_flex {
  display: flex;
  gap: 140px;
  align-items: center;
  min-height: 150px;
}

.cont_flex h2 {
  color: var(--color3);
  font-size: 37px;
  font-family: MontserratBlack;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 80px;
  transform: translateY(15px);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  white-space: nowrap;
}

.cont_flex h2:after {
  display: block;
  content: "";
  width: 145px;
  height: 65px;
  background-image: url(/assets/images/c1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: 23px;
  transform: translateY(-50px);
  transition: transform 1s;
  opacity: 0;
}

.cont_flex h2:before {
  display: block;
  content: "";
  width: 60px;
  height: 134px;
  background-image: url(/assets/images/c2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 0px;
  transform: translateX(-50px);
  transition: transform 1s;
  opacity: 0;
}

.start.cont_flex h2:after,
.start.cont_flex h2:before {
  opacity: 1;
  transform: translate(0);
}

.cont_tytle {
  width: 100%;
  font-family: MontserratSemiBold;
  font-size: 40px;
  line-height: 45px;
  color: #fff;
}

.production_item {
  list-style: none;
  margin: -2%;
  padding: 90px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.3;
  transition: all 0.5s;
}

.production_item.start {
  opacity: 1;
}

.production_item li {
  width: 25%;
  padding: 2%;

  position: relative;
}

.production_item-photo {
  padding: 6px;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  border-radius: 10px;
}
.production_item-photo div {
  overflow: hidden;
  border-radius: 6px;
}

.production_item-photo img {
  width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
  transition: all 0.5s;
}

.production_item li:hover .production_item-photo img {
  transform: scale(1.1);
}

.production_item-title a {
  text-decoration: none;
  display: block;
  margin-top: 25px;
  color: var(--color3);
  font-family: MontserratSemiBold;
  font-size: 30px;
  line-height: 35px;
  transition: all 0.5s;
  padding-right: 35px;
}

.production_item-title a span {
  display: block;
  position: relative;
}

.production_item-title a:hover span:before {
  animation: 0.5s opacity forwards;
  opacity: 0;
  display: block;
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/images/arr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 25px;
}

.production_item-title a:hover {
  color: var(--color2);
}

.production_item-title a:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service {
  background-image: url(/assets/images/bg1.jpg);
}

.service_item {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.service_item_pic1 img,
.service_item_pic2 img,
.service_item_pic3 img {
  vertical-align: bottom;
  width: 100%;
  -webkit-filter: drop-shadow(0 8px 3px rgb(26, 34, 44, 1));
  filter: drop-shadow(0 8px 3px rgb(26, 34, 44, 1));
  max-width: 170px;
}

.service_item_title {
  font-family: MontserratSemiBold;
  color: var(--color_menu);
  font-size: 28px;
  text-align: center;

  padding-top: 15px;
}

.service_item li {
  display: flex;
  justify-content: center;
  width: 33.33333333333333333%;
  transform: rotateY(90deg);
  transition: transform 0.5s;
}

.service_item li:nth-child(1) {
  transition: transform 0.5s;
}

.service_item li:nth-child(2) {
  transition: 0.5s transform 0.2s;
}

.service_item li:nth-child(3) {
  transition: 0.5s transform 0.2s;
}

.service_item li:nth-child(4) {
  transition: 0.5s transform 0.4s;
}

.serv_cont {
  width: 180px;
}

.serv_cont div {
  text-align: center;
}

.service .cont_flex {
  gap: 100px;
}
.service .cont_flex h2 {
  transform: translateY(-10px);
}

.service .wrap {
  padding: 70px 0 70px;
}

.service_item li.service_decor {
  position: relative;
  display: none;
}
.start .service_item li {
  transform: rotateY(0deg);
}

.our_work {
  background-color: #fff;
}

.our_work .cont_tytle {
  color: var(--color1);
}

.our_work .cont_flex {
  padding-bottom: 80px;
}

.our_work_item {
  list-style: none;
  margin: -5px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.3;
  transition: all 0.5s;
}

.our_work_item.start {
  opacity: 1;
}

.our_work_item li {
  width: 33.33333%;
  padding: 5px;
  position: relative;
}

.our_work_item-title {
  padding-top: 20px;
  font-family: MontserratSemiBold;
  font-size: 22px;
  text-align: center;
  color: var(--title);
  padding-bottom: 20px;
}

.our_work_item-photo {
/*   padding: 6px;
  background-image: linear-gradient(to top, var(--color2), var(--color3)); */
  position: relative;
/*   border-radius: 10px; */
}

.our_work_item-photo div {
  overflow: hidden;
/*   border-radius: 6px; */
}

.our_work_item-photo:hover img {
  transform: scale(1.1);
}

.our_work_item-photo:hover::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to left, var(--color2), var(--color3));
  opacity: 0;
  animation: 1s opacity75 forwards;
}

.our_work_item-photo:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  background-image: url(/assets/images/zoom.svg);
  background-size: contain;
  z-index: 2;
  opacity: 0;
  animation: 1s opacity forwards;
}

.our_work_item-photo img {
  aspect-ratio: 16 / 9;
  width: 100%;
  vertical-align: bottom;
  transition: transform 0.5s;
}

.our_work_item-title span {
  display: block;
  padding-top: 5px;
  font-family: Montserrat;
  font-size: 20px;
  text-align: center;
  color: var(--color1);
}

.our_work_item-elem {
  cursor: pointer;
}

.advantages {
  background-image: url(/assets/images/bg1.jpg);
}

.advantages_title {
  text-align: center;
  max-width: 1300px;
  width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
}

.advantages_title h2 {
  font-size: 51px;
  color: #fff;
  font-family: MontserratBlack;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.advantages_number {
  background-image: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );
}

.advantages_number_flex {
  display: flex;
  gap: 55px;
  max-width: 1300px;
  width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
  align-items: end;
}

.advantages_number_flex-side1 {
  position: relative;
}

.advantages_number_flex-side1 span:nth-child(1) {
  font-size: 121px;
  line-height: 90px;
  font-family: MontserratBlack;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
  z-index: 2;
}

.advantages_number_flex-side1 span:nth-child(2) {
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  font-size: 121px;
  line-height: 90px;
  font-family: MontserratBold;
  color: #000;
  filter: blur(5px);
  opacity: 0.5;
}

.advantages_number_flex-side2 {
  font-size: 41px;
  font-family: MontserratBold;
  color: #fff;
}

.advantages_text {
  display: flex;
  max-width: 1300px;
  width: 100%;
  padding: 70px 20px 80px;
  margin: 0 auto;
  flex-wrap: nowrap;
}

.advantages_text .w-side {
  width: 39%;
}
.advantages_text .s-side {
  width: 22%;
}

.advantages_text-wrap div {
  font-size: 24px;
  line-height: 30px;
  font-family: "MontserratMedium";
  color: var(--color_menu);
  display: flex;
  align-items: center;
  gap: 40px;
}

.advantages_text-wrap {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.advantages_text-wrap div .icn {
  display: block;
  width: 105px;
  height: 105px;
}

.advantages_text-wrap div .txt {
  width: calc(100% - 160px);
}

.advantages_text-wrap div span img {
  height: 100%;
}

.s-side {
  position: relative;
}

.s-side:after {
  display: block;
  content: "";
  width: 100%;
  background-image: url(/assets/images/welder_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: absolute;
  bottom: -33px;
  right: 26px;
  height: 111%;
}

.s-side:before {
  display: none;
  content: "";
  width: 200px;
  height: 200px;
  background-image: url(/assets/images/flash.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -108px;
  left: -81px;
  z-index: 1;
}

.steps {
  background-color: rgb(124, 0, 42);
}

.steps_title {
  text-align: center;
  max-width: 1300px;
  width: 100%;
  padding: 60px 20px;
  margin: 0 auto;
}

.steps_title h2 {
  font-size: 51px;
  color: #fff;
  font-family: MontserratBlack;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.steps_text {
  max-width: 1300px;
  width: 100%;
  padding: 0 20px 80px;
  margin: 0 auto;
}

.steps_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid var(--color3);
}

.steps_list .steps_li {
  padding: 40px 0;
  border-top: 2px solid var(--color3);
  display: flex;
  align-items: start;
  justify-content: space-between;
  cursor: pointer;
}

.steps_num {
  font-size: 60px;
  line-height: 60px;
  font-family: MontserratBold;
  color: var(--color3);
  width: 100%;
  max-width: 238px;
}

.doc_title {
  color: var(--color3);
  font-family: "MontserratBold";
  font-size: 32px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.doc_content {
  font-family: "MontserratMedium";
  font-size: 26px;
  color: #fff;
  min-height: 0;
}

.doc_grid {
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s;
}

.open .doc_grid {
  grid-template-rows: 1fr;
}

.steps_li {
  position: relative;
}

.steps_side1 {
  padding-right: 20%;
}

.arrow {
  color: var(--color3);
  position: absolute;
  right: 0;
  width: 50px;
  bottom: 45px;
  transition: all 0.3s;
}

.open .arrow .svg {
  fill: var(--color2);
}

.open .arrow {
  transform: rotate(180deg);
  bottom: 25px;
}

.arrow svg {
  width: 50px;
  fill: var(--color3);
}

.reviews {
  background-image: url(/assets/images/bg1.jpg);
}

.reviews .wrap {
  padding: 80px 0 70px;
}

.reviews .cont_tytle {
  color: var(--color_menu);
}

.reviews .cont_overflow {
  max-width: 1300px;
  margin: 0 auto;
}

.reviews .container_slider {
  width: 100%;
  max-width: 100%;
}

.reviews_slider {
  padding-bottom: 80px;
}

.reviews_slider_wrap {
  padding: 25px;
  background-color: var(--bg);
  border-radius: 20px;
}

.reviews_slider .container_slider .btn_right:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  right: 100%;
  width: 30px;
  height: 50px;
  background-color: transparent;
  background-image: url(/assets/images/arw_slider.svg);
  background-position: 0 1px;
  background-repeat: no-repeat;
  /* background-size: 70%; */
  transform: rotate(0);
}

.reviews_slider .container_slider .btn_left:after {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 25px);
  left: 100%;
  width: 30px;
  height: 50px;
  background-color: transparent;
  background-image: url(/assets/images/arw_slider.svg);
  background-position: 0 1px;
  background-repeat: no-repeat;
  /* background-size: 70%; */
  transform: rotate(180deg);
}

.reviews_slider_stars {
  height: 20px;
  background-image: url(/assets/images/stars.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.reviews_slider_text {
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-family: Montserrat;
}

.reviews_slider_name {
  color: #fff;
  font-size: 17px;
  line-height: 23px;
  font-family: MontserratBold;
}

.reviews_slider_stars {
  margin-bottom: 25px;
}

.reviews_slider_text {
  margin-bottom: 25px;
}

.page_contacts {
  background-color: #fff;
}

.contacts_title {
  text-align: center;
  max-width: 1300px;
  width: 100%;
  padding: 60px 20px 10px;
  margin: 0 auto;
}

.contacts_title h2 {
  font-size: 51px;
  color: #fff;
  font-family: MontserratBlack;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.contacts_subtitle {
  font-size: 45px;
  color: var(--color1);
  font-family: MontserratSemiBold;
  text-align: center;
  padding: 0 20px 40px;
  font-size: 40px;
  line-height: 45px;
}

.contacts_phone {
  padding: 0 20px 80px;
  display: flex;
  justify-content: center;
  gap: 10%;
}

.contacts_phone_number a {
  display: block;
  border-radius: 10px;
  padding: 15px 50px;
  font-family: MontserratSemiBold;
  color: #fff;
  font-size: 32px;
  text-align: center;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  text-decoration: none;
  max-width: 450px;
}

.contacts_phone_number {
  position: relative;
}

.contacts_phone_dring {
  width: 35px;
  height: 69px;
  position: absolute;
  top: 0;
  right: 130%;
}

.contacts_phone_dring span {
  display: block;
  background-image: url(/assets/images/phone.svg);
  background-size: contain;
  height: 100%;
  animation: 4s trim infinite;
}

@keyframes trim {
  0% {
    transform: rotate(-3deg);
  }
  1% {
    transform: rotate(3deg);
  }

  2% {
    transform: rotate(-3deg);
  }

  3% {
    transform: rotate(3deg);
  }

  4% {
    transform: rotate(-3deg);
  }

  5% {
    transform: rotate(3deg);
  }

  6% {
    transform: rotate(-3deg);
  }

  7% {
    transform: rotate(3px);
  }

  8% {
    transform: rotate(-3deg);
  }

  9% {
    transform: rotate(3deg);
  }

  10% {
    transform: rotate(-3deg);
  }

  11% {
    transform: rotate(3deg);
  }

  12% {
    transform: rotate(-3deg);
  }

  13% {
    transform: rotate(3deg);
  }

  14% {
    transform: rotate(-3deg);
  }

  15% {
    transform: rotate(3deg);
  }

  16% {
    transform: rotate(-3deg);
  }

  17% {
    transform: rotate(3deg);
  }

  18% {
    transform: rotate(-3deg);
  }

  19% {
    transform: rotate(3deg);
  }

  20% {
    transform: rotate(-3deg);
  }

  21% {
    transform: rotate(3deg);
  }

  22% {
    transform: rotate(-3deg);
  }

  23% {
    transform: rotate(3deg);
  }

  24% {
    transform: rotate(-3deg);
  }

  25% {
    transform: rotate(3deg);
  }

  26% {
    transform: rotate(-3deg);
  }

  27% {
    transform: rotate(3deg);
  }

  28% {
    transform: rotate(-3deg);
  }

  29% {
    transform: rotate(3deg);
  }

  30% {
    transform: rotate(-3deg);
  }

  31% {
    transform: rotate(3deg);
  }

  32% {
    transform: rotate(-3deg);
  }

  33% {
    transform: rotate(3deg);
  }

  34% {
    transform: rotate(-3deg);
  }

  35% {
    transform: rotate(3deg);
  }

  36% {
    transform: rotate(-3deg);
  }

  37% {
    transform: rotate(3deg);
  }

  38% {
    transform: rotate(-3deg);
  }

  39% {
    transform: rotate(3deg);
  }

  40% {
    transform: rotate(-3deg);
  }

  41% {
    transform: rotate(3deg);
  }

  42% {
    transform: rotate(-3deg);
  }

  43% {
    transform: rotate(3deg);
  }

  44% {
    transform: rotate(-3deg);
  }

  45% {
    transform: rotate(3deg);
  }

  46% {
    transform: rotate(-3deg);
  }

  47% {
    transform: rotate(3deg);
  }

  48% {
    transform: rotate(-3deg);
  }

  49% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  51% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

.contacts_phone_dring:after {
  display: block;
  content: "";
  background-image: url(/assets/images/wave.svg);
  background-size: contain;
  width: 13px;
  height: 31px;
  position: absolute;
  right: 130%;
  top: 50%;
  transform: translateY(-50%) scale(1);
  opacity: 0;
  animation: 4s show infinite;
}

.contacts_phone_dring:before {
  display: block;
  content: "";
  background-image: url(/assets/images/wave.svg);
  background-size: contain;
  width: 13px;
  height: 31px;
  position: absolute;
  left: 130%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg) scale(1);
  opacity: 0;
  animation: 4s show2 infinite;
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translateY(-50%) scale(1);
  }

  45% {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
  }

  51% {
    opacity: 0;
    transform: translateY(-50%) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-50%) scale(1);
  }
}

@keyframes show2 {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg) scale(1);
  }

  45% {
    opacity: 1;
    transform: translateY(-50%) rotate(180deg) scale(1.2);
  }

  51% {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg) scale(1);
  }
}

main {
  background-color: #fff;
  margin-top: 147px;
}

.for_article .head {
  padding: 20px;
}

article {
  margin: 0 auto;
  padding: 70px 20px;
  width: 100%;
  max-width: 860px;
}

article h1 {
  font-family: MontserratBlack;
  font-size: 65px;
  line-height: 70px;
  color: var(--color3);
  padding: 0 0 35px;
  margin: 0;
  font-weight: normal;
}

article .sub_title {
  font-family: MontserratBlack;
  font-size: 32px;
  line-height: 40px;
  color: var(--color1);
  padding: 0 0 30px;
}

article p,
article li {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 29px;
  color: var(--title);
  margin-bottom: 20px;
  margin-top: 0;
}

article li::marker {
  color: var(--color2);
  font-size: 30px;
}

article h2 {
  font-family: MontserratSemiBold;
  font-size: 32px;
  line-height: 40px;
  color: var(--title);
  margin: 0 0 20px 0;
  padding: 10px 0 0;
}

article ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
}

article ul li {
  position: relative;
  padding-left: 25px;
}

article ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--color2);
  display: inline-block;
  /* border-radius: 50%; */
  position: absolute;
  top: 10px;
  left: 0;
}

article ul.yellow li:before {
  background-color: var(--color3);
}

article .montage {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}

article .montage div {
  width: 93px;
  height: 100px;
  background-image: url(/assets/images/montage.svg);
  background-size: contain;
}

article .montage_text {
  padding-top: 20px;
  text-align: center;
  font-family: MontserratBold;
  font-size: 20px;
  line-height: 29px;
  color: var(--color1);
}

article .montage_quest {
  padding-bottom: 30px;
  padding-top: 20px;
  text-align: center;
  font-family: MontserratBold;
  font-size: 32px;
  line-height: 40px;
  background-image: linear-gradient(to top, var(--color2), var(--color3));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.montage_number {
  display: flex;
  justify-content: center;
}

footer{

  padding:40px 20px;
 background-color:rgb(26, 34, 44, 1);
}

.footer_wrap{
	display:flex;
	justify-content:center;
}

.footer_logo {
    margin-bottom: 20px;
    width: 137px;
    height: 100px;
    background-image: url(/assets/images/logo_footer.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.copyright{
	  text-align: center;
	color:var(--color_menu);
	 font-size: 20px;
	
}

@media only screen and (max-width: 1300px) {
	
	
	
	
	nav ul.menu li.menu_hover a:after { 
  display:none;
}
	
	
	
	
  nav ul li a {
    padding-left:90px;
  }

  .advantages_number_flex {
    align-items: center;
  }

  .advantages_text-wrap div {
    font-size: 22px;
  }

  .advantages_text-wrap div {
    gap: 25px;
  }

  .advantages_title h2 {
    font-size: 45px;
  }

  .advantages_number_flex-side1 span:nth-child(1),
  .advantages_number_flex-side1 span:nth-child(2) {
    font-size: 100px;
  }

  .advantages_number_flex-side2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1150px) {
  nav ul li a {
    font-size: 20px;
  }

  .wrap_header_title h1 {
    font-size: 45px;
    line-height: 59px;
  }
}

@media only screen and (max-width: 1100px) {
  .contacts_phone_number a {
    font-size: 27px;
  }

  .contacts_subtitle {
    font-size: 30px;
    line-height: 40px;
  }

  .contacts_title {
    padding: 40px 20px;
  }

  .contacts_title h2 {
    font-size: 35px;
  }

  .reviews_slider {
    position: relative;
  }
  .reviews_slider:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 70px;
    height: 29px;
    background-image: url(/assets/images/arw2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
  }

  .reviews_slider .container_slider .btn_right:after {
    display: none;
  }

  .reviews_slider .container_slider .btn_left:after {
    display: none;
  }

  .steps_text {
    padding: 0 20px 40px;
  }

  .advantages_number_flex-side2 {
    text-align: center;
  }

  .steps_title {
    padding: 40px 20px;
  }

  .steps_title h2 {
    font-size: 35px;
  }

  .doc_title {
    font-size: 30px;
  }

  .doc_content {
    font-size: 23px;
  }

  .advantages_text .s-side {
    display: none;
  }

  .advantages_text .w-side {
    width: 50%;
  }

  .advantages_text-wrap div {
    gap: 25px;
  }

  .advantages_number_flex {
    align-items: center;
    justify-content: center;
  }

  .advantages_number_flex {
    flex-direction: column;
    gap: 25px;
    padding: 40px 20px;
  }

  .advantages_text {
    padding: 40px 20px;
  }

  .advantages_title {
    padding: 40px 20px;
  }

  .advantages_number_flex {
    padding: 40px 20px;
    gap: 25px;
  }

  .our_work_item-title {
    padding-top: 15px;
    font-size: 20px;
  }

  .production_item {
    padding: 60px 0 0 0;
  }

  .our_work_item-title span {
    font-size: 18px;
  }

  .our_work .cont_flex {
    padding-bottom: 60px;
  }

  .service .cont_flex {
    gap: 50px;
  }

  .service_item_title {
    font-size: 20px;
  }

  .cont_tytle {
    font-size: 30px;
    line-height: 40px;
  }

  .cont_flex h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .production_item-title a {
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  nav ul li a {
    padding-left: 50px;
  }

  nav ul li a:hover:after {
    display: none;
  }

  .wrap_header_contact a {
    font-size: 27px;
  }

  .wrap_header_contact span {
    font-size: 25px;
  }

  .wrap_header_title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .head {
    padding-top: 20px;
  }

  .wrap_header_contact {
    top: 18%;
  }
}

@media only screen and (max-width: 950px) {
  /* .reviews_slider .list_slider li .reviews_slider_wrap{
    min-height: 100%;
  }  */
  
  
  nav ul li.down::after {
    display: none;
}

  nav ul li a {
    padding-left: 30px;
  }

  .wrap_header_title {
    bottom:40%;
  }
}

@media (hover: none) or (max-width: 860px) {
  .contacts_phone_dring {
    right: 120%;
  }

  .doc_content {
    font-size: 20px;
    line-height: 26px;
  }

  .doc_title {
    padding-top: 15px;
    font-size: 25px;
  }

  .steps_num {
    max-width: 135px;
  }

  .arrow {
    bottom: 25px;
  }

  .steps_list .steps_li {
    padding: 20px 0;
  }

  .advantages_text-wrap div {
    font-size: 20px;
    line-height: 26px;
  }

  .advantages_number_flex-side1 span:nth-child(1),
  .advantages_number_flex-side1 span:nth-child(2) {
    font-size: 80px;
    line-height: 80px;
  }

  .advantages_number_flex-side2 {
    font-size: 25px;
    text-align: center;
  }

  .advantages_title h2 {
    font-size: 35px;
  }

  .advantages_text-wrap div .txt {
    width: calc(100% - 130px);
  }

  .advantages_text {
    gap: 25px;
  }

  .service_item li {
    transform: rotateY(0);
  }

  .container2 {
    padding: 0;
  }

  .our_work_item-photo:hover::after {
    display: none;
  }

  .our_work_item-photo:hover::before {
    display: none;
  }

  .our_work .list_slider li:first-child .our_work_item-mob::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 70px;
    height: 29px;
    background-image: url(/assets/images/mob.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
  }

  .our_work .cont_flex {
    padding: 0 20px 60px;
  }

  .service_item li {
    width: 50%;
  }

  .service .cont_flex h2 {
    transform: translateY(40px);
  }

  .service .cont_flex {
    align-items: start;
  }

  .production_item-title a span:before {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/assets/images/arr_m.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
  }

  .production_item-title a {
    padding-right: 20px;
  }

  .production_item-title a:hover span:before {
    display: none;
    content: "";
  }

  /* .production_item{

   padding: 50px 0 0 0;
    margin: 0 auto;
  } */

  .cont_flex {
    gap: 50px;
  }

  .wrap_production_item{
    display: flex;
    justify-content: center;

  }

  .production_item{
    max-width: 650px;
  }


  .production_item li {
    width: 50%;
  }

  .logo .video {
    display: none;
  }

  .wrap_header {
    top: 150px;
  }

  .mob_menu_container .menu,
  .mob_menu_container .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: MontserratSemiBold;
  }
  
  
  .menu .menu_item_cont .grid {
    height: auto;
}

.menu .menu_item_cont
 {
    position: static;
 }   

  .mob_menu_container .menu ul {
    padding-top: 20px;
    display: block;
  }

  .mob_menu_container {
    padding: 20px 20px 0 20px;
    background-color: rgb(26, 34, 44);
    position: fixed;
    left: 0%;
    /* transform: translateX(100%); */
    /* animation: 0.1s open_tab_menu1 forwards; */
    top: 140px;
    width: 100%;
    min-height: 100%;
    z-index: 10001;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .mob_menu_container .menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .mob_menu_container .menu li {
    padding-bottom: 20px;
  }

  .mob_menu_container .menu li ul li {
    padding-bottom: 15px;
    font-family: Montserrat;
  }

  .mob_menu_container .menu li ul li:last-child {
    padding-bottom: 0;
  }

  .mob_menu_container .menu a {
    text-decoration: none;
    color: #fff;
    font-family: var(--h2);
    font-size: 20px;
  }

  .mob_menu_container .menu ul a {
    font-size: 17px;
  }

  .close_menu {
    z-index: 1000000000000;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 30px;
    height: 30px;
    background-image: url(/assets/images/close.svg);
    background-size: cover;
    cursor: pointer;
  }

  nav ul li a {
    padding-left: 30px;
  }

  .burger {
    display: block;
  }

  .wrap_header_contact,
  .wrap_header_title,
  .wrap_header_work {
    position: relative;
    padding-bottom: 45px;
  }

  .wrap_header_contact a {
    max-width: 450px;
    margin: 0 auto;
  }

  .container_title {
    max-width: 650px;
    margin: 0 auto;
    padding-top:20px;
  }

  .wrap_header_title h1 {
    text-align: center;
  }

  .wrap_header_work {
    position: relative;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .wrap_header_work span {
    color: var(--color_menu);
    font-size: 27px;
  }

  .wrap_header_work:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/assets/images/silver_map.svg);
  }

  .nav {
    display: none;
  }

  .logo {
    width: 100%;
    height: 100vh;
    min-height: 800px;
    max-height: 800px;
  }
}

@media only screen and (max-width: 650px) {
  article {
    padding: 40px 20px;
  }

  article h1 {
    font-size: 50px;
    line-height: 55px;
    padding: 0 0 25px;
  }

  article .sub_title {
    font-size: 25px;
    line-height: 35px;
    padding: 0 0 25px;
  }

  article p,
  article li {
    font-size: 18px;
    line-height: 28px;
  }

  article h2 {
    font-size: 25px;
    line-height: 35px;
  }

  article .montage_quest {
    font-size: 25px;
    line-height: 30px;
  }

  .contacts_phone_dring {
    right: 50%;
    transform: translateX(50%);
    top: -92px;
  }

  .contacts_phone {
    padding: 80px 20px 40px;
  }

  .contacts_subtitle {
    font-size: 22px;
    line-height: 32px;
  }

  .reviews_slider .list_slider li {
    background-color: var(--bg);
  }

  .reviews_slider_wrap {
    background-color: transparent;
  }

  .reviews_slider_wrap {
    border-radius: 0;
  }

  .steps_num {
    max-width: 90px;
  }

  .doc_title {
    padding-bottom: 15px;
  }

  .advantages_text-wrap {
    flex-direction: column;
    gap: 25px;
  }

  .advantages_text {
    flex-direction: column;
  }

  .advantages_text .w-side {
    width: 100%;
  }

  .service_item_pic1 img,
  .service_item_pic2 img,
  .service_item_pic3 img {
    width: 85%;
  }

  .service_item li.service_decor {
    position: relative;
    display: block;
  }

  .service_item li.service_decor::after {
    display: block;
    content: "";
    position: absolute;
    left: -50px;
    bottom: 25px;
    width: 120%;
    height: 108%;
    background-image: url(/assets/images/welder_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }

  .service_item li.service_decor::before {
    display: none;
    content: "";
    position: absolute;
    left: -73px;
    bottom: -50px;
    width: 200px;
    height: 180px;
    background-image: url(/assets/images/flash.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1000;
  }

  .service .wrap {
    padding: 15px 0 60px;
  }

  .service_item {
    margin: -10px;
  }

  .serv_cont {
    padding: 10px;
  }

  .service .cont_flex {
    gap: 55px;
  }

  .service .cont_flex {
    flex-direction: column;
  }

  .production_item {
    padding: 60px 0 0 0;
  }

  .cont_tytle {
    font-size: 22px;
    line-height: 32px;
  }

  .cont_flex h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .cont_flex h2:after {
    top: -15px;
    left: 15px;
    transform: scale(0.7) translateY(-50px);
  }

  .cont_flex h2:before {
    transform: scale(0.7) translateX(-50px);
  }

  .start.cont_flex h2:after,
  .start.cont_flex h2:before {
    transform-origin: 0 50%;
    opacity: 1;
    transform: scale(0.7) translate(0);
  }

  .cont_flex h2 {
    padding: 0 0 0 60px;
  }

  .wrap_header_title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .wrap_header_work span {
    font-size: 25px;
  }

  .logo {
    min-height: 750px;
    max-height: 750px;
  }

  .wrap_header_contact a {
    max-width: 350px;
    font-size: 25px;
  }

  .container_title {
    max-width: 650px;
    margin: 0 auto;
    padding-top: 35px;
  }
}

@media only screen and (max-width: 550px) {
  .contacts_subtitle {
    font-size: 19px;
    line-height: 29px;
  }

  .reviews .wrap {
    padding: 40px 0 40px;
  }

  .service_item_pic1 img,
  .service_item_pic2 img,
  .service_item_pic3 img {
    width: 100%;
    max-width: 100%;
  }
  .serv_cont {
    width: 100%;
    padding: 0 25px 20px;
  }

  .service_item {
    margin: -25px;
    padding-top: 20px;
  }

  .wrap {
    padding: 40px 0 40px;
  }

  .our_work .cont_flex {
    padding-bottom: 30px;
    gap: 10px;
  }

  .cont_flex {
    flex-direction: column;
    align-items: start;
    gap: 15px;
  }
  .cont_flex h2 {
    font-size: 23px;
    line-height: 33px;
  }

  .cont_tytle {
    font-size: 19px;
    line-height: 29px;
  }

  .production_item {
    padding: 30px 0 0 0;
  }
}

@media only screen and (max-width: 450px) {

  
.burger {
    width: 55px;
    height: 39px;
}

.burger.menu_open {
    background-position: -58px;
}
  

	
	
header {
  height:116px;
}	
	
	
  article ul li:before {
    top: 8px;
  }

  main {
    margin-top: 116px;
  }

  article {
    padding: 30px 20px 40px;
  }

  article h1 {
    font-size:35px;
    line-height: 40px;
    padding: 0 0 20px;
  }

  article .sub_title {
    font-size: 22px;
    line-height: 28px;
    padding: 0 0 20px;
  }

  article .montage_text {
    font-size: 18px;
    line-height: 29px;
  }

  article .montage_quest {
    font-size: 22px;
    line-height: 28px;
  }

  article p,
  article li {
    font-size: 17px;
    line-height: 25px;
  }

  article h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .contacts_phone_number a {
    font-size: 21px;
  }

  .contacts_title {
    padding: 30px 20px;
  }

  .contacts_title h2 {
    font-size: 25px;
  }

  .contacts_subtitle {
    padding: 0 20px 30px;
  }

  .serv_cont {
    width: 100%;
    padding: 0 30px 20px;
  }

  .reviews .wrap {
    padding: 30px 0 30px;
  }

  .service_item_title {
    font-size: 18px;
  }

  .steps_text {
    padding: 0 20px 30px;
  }

  .steps_list .steps_li {
    border-top: 1px solid var(--color3);
  }

  .steps_list {
    border-bottom: 1px solid var(--color3);
  }

  .steps_side1 {
    padding-right: 15%;
  }

  .advantages_text-wrap div .txt {
    width: calc(100% - 100px);
  }

  .advantages_title h2 {
    font-size: 25px;
  }

  .advantages_text {
    padding: 40px 20px;
  }

  .advantages_number_flex {
    padding: 40px 20px;
    gap: 15px;
  }

  .advantages_title {
    padding: 40px 20px;
  }

  .steps_title h2 {
    font-size: 25px;
  }

  .steps_num {
    max-width: 50px;
    font-size: 35px;
    line-height: 45px;
  }

  .arrow svg {
    width: 25px;
  }

  .steps_title {
    padding: 30px 20px;
  }

  .arrow {
    bottom: 50%;
    width: 25px;
    transform: translateY(50%);
    width: 25px;
  }

  .doc_title {
    padding-top: 9px;
    padding-bottom: 12px;
    font-size: 20px;
    font-family: "MontserratSemiBold";
  }

  .doc_content {
    font-size: 16px;
    line-height: 22px;
  }

  .advantages_number_flex-side2 {
    font-size: 20px;
  }

  .advantages_text-wrap div {
    font-size: 18px;
    line-height: 24px;
  }

  .advantages_text-wrap div {
    gap: 15px;
  }

  .advantages_text-wrap div .icn {
    width: 85px;
    height: 85px;
  }

  .advantages_number_flex-side1 span:nth-child(1),
  .advantages_number_flex-side1 span:nth-child(2) {
    font-size: 70px;
    line-height: 55px;
  }

  .our_work_item-photo {
    padding: 0;
  }

  .our_work_item-title {
    font-size: 18px;
  }

  .service .wrap {
    padding: 5px 0 40px;
  }

  .wrap {
    padding: 30px 0;
  }

  .production_item {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    padding: 30px 0 0 0;
  }

  .cont_flex {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .container {
    padding: 0 20px;
  }

  .production_item-title a {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .production_item li {
    width: 100%;
    padding: 0;
  }

  .production_item-photo {
    padding: 4px;
  }

  .head {
    padding: 15px;
  }

  .float .head {
    padding: 20px;
  }

  .mob_menu_container {
    padding: 15px 20px 0 20px;
  }

  .container_title {
    padding-top: 0;
  }

  .wrap_header_title h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .wrap_header_work span {
    font-size: 19px;
    line-height: 29px;
  }

  .logo {
    min-height: 700px;
    max-height: 700px;
  }

  .wrap_header_contact a {
    max-width: 280px;
    font-size: 21px;
  }

  .wrap_header_contact span {
    font-size: 19px;
  }

.logotype {
    width: 200px;
    height: 60px;
}

  .mob_menu_container {
    top: 100px;
  }

  .wrap_header {
    padding: 0 15px;
  }
}

@keyframes open_tab_menu1 {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
