@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

html {
  width: 100%;
  height: 100%; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
 /* background: #222120; */
  overflow-x: hidden;
	background: var(--black_bg, #1D1B1A);

}




.box_text .wr_flex.bordered div.item:nth-child(3) > div {
	color: #fff;
}





.top_mob_menu .footer_title{
  color: #727272;
  text-align: left;
}



.t_text p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #DBD6D6;
  margin: 20px 0;
}

.descr_1{
  margin-top: 30px;
  width: calc(55% - 20px);
  margin-right: 20px;
}

.descr_1.descr_3 {
  width: 100%;
  margin-right: 0;
}

.descr_1 img {
  max-width: 100%;
  height: auto;
}

.descr_1 h3{
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  margin: 30px 0;
}

.descr_1 ul{
  padding-left: 20px;
}
.descr_1 ul li{
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: #DBD6D6;
  list-style: disc;
  line-height: 28px;

}

.descr_1 p{
  margin-top: 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: #DBD6D6;
}


.descr_2{
  margin-top: 30px;
  width: 45%;
}

.descr_2 h3 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
}

.descr_2 h4{
  margin-top: 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}

.descr_2 p:first-child{
  margin: 0;
}

.descr_2 p{
  margin: 10px 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: #DBD6D6;
}

.descr_text p{
  text-indent: unset !important;
  padding-right: 20px;
}

.title_div{
  text-align: center;
  max-width: 800px;
  margin: auto 50px;
  padding: 40px 0;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 70px;
  color: #fff;
  text-transform: uppercase;
}

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

.wr_box .box{
  width: 40%;
}

.wr_box .box p{

  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: #DBD6D6;
}

.wr_box .box ul{
  padding-left: 20px;

}

.wr_box .box ul li{
      list-style: disc;
      font-family: "Inter";
      font-weight: 400;
      font-size: 18px;
      color: #DBD6D6;
 }

.wr_box .box h3{
  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  color: #DBD6D6;
}

.box1{
  margin-top: 30px;
  width: 70%;
}

.box1 h3{
  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 24px;
  color: #DBD6D6;

}

.box1 p {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  color: #DBD6D6;
}







.partners .wr_b_text2{
  max-width: 1000px;
  margin: 0 auto;
}

.partners .wr_b_text{
  max-width: 645px;
  margin: 0 auto;
}

.partners .wr_b_text h3{
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 72px;
  color: #fff;
  padding-bottom: 20px;
}
.partners .wr_b_text ul li{
  list-style: disc;
  margin-bottom: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #DBD6D6;
  line-height: 20px;
}

.partners .wr_b_text p{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #DBD6D6;
  line-height: 20px;

}

.responsive_img{
  max-width: 100%;
  height: auto;
}

.lm{
  margin-left: 0 !important;
  margin-right: 20px;
}
.properties{
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;

}

.w30 > .vartist{
  margin-top: 100px;
  z-index: 200;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 14px;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #EA7D1A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 20px;
}

.under_subtext{
  margin-bottom: 40px;
  display: flex;
  justify-content: right;

}

.under_subtext p{
  padding-right: 15%;
  max-width: 50%;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #DBD6D6;
}

.custom_padding{
  padding: 100px 0px !important;
}

.col15 .number, .col15_2 .number{
  max-width: 180px;
}

.custom_padding .text{
  text-indent: 35% !important;
}
._0_{
  background: none !important;
  padding-top:100px !important;
	padding-bottom:50px !important;
}

.up_case{
  text-transform: uppercase;
}

.license_grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.license_grid .item img{
  max-width: 100%;
  height: auto;
}

/***************partners***********/
.partners {
  border-top: 1px solid #727272;
  padding: 50px 0; }
.partners img {
  max-width: 100%;
  height: auto; }
.partners .left_title {
  font-family: "Oswald";
  font-size: 32px;
  font-weight: 400;
  color: #DBD6D6;
  text-transform: uppercase;
  margin-bottom: 20px; }
.partners .title_post {
  margin-top: 20px;
  max-width: 600px;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px; }
.partners .text {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #DBD6D6; }
.partners .mt20 {
  margin-top: 20px; }
.partners .vartist {
  margin-top: 35px;
  z-index: 200;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  font-size: 14px;
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #EA7D1A;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  text-align: center; }
.partners .text_bottom {
  
  margin-top: 100px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #DBD6D6; }

  .sm-size{
    max-width: 560px;
  }

.w20 {
  width: 20%; }

.w80 {
  margin-left: 20px;
  width: calc(80% - 20px); }
/*************vacncii**************/
.vacncii {
  width: 100%; }
.vacncii ._acc {
  width: 100%; }
.vacncii ._acc .gpt-accordion-content {
  padding-left: 15%; }
.vacncii ._acc .gpt-accordion-content ul {
  margin-top: 30px; }
.vacncii ._acc .gpt-accordion-content ul li {
  position: relative;
  color: #DBD6D6;
  margin-bottom: 10px;
  padding-left: 15px; }
.vacncii ._acc .gpt-accordion-content ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #DBD6D6;
  border-radius: 50%; }
.vacncii ._acc .custom_width {
  margin-top: 30px;
  max-width: 180px; }
.vacncii ._acc .num {
  font-family: "Oswald";
  font-size: 16px;
  text-transform: uppercase;
  color: #727272;
  padding-top: 22px;
  width: 15%; }

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

.wr_line{
  position: relative;
}

.wr_line p{
  padding-top: 110px;
  max-width: 200px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #727272;
}


.text_404{
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
}
.text_404 h1{
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 100px;
  color: #727272 !important;
}
.text2{
  margin-top: 20px;
  font-family: "Oswald", sans-serif;
  color: #727272;	
}

.descr_text.text2{
	text-indent: 50%;
}
.descr_text.text2 p{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 125%;
letter-spacing: -1%;
text-transform: uppercase;
	color: #DBD6D6;
}

.descr_text.text2 p span{
color: #EA7D1A;
}



.post--service .descr_text.text2 {
  margin: 0;
  padding: 0;
}

.text_oferta{
  padding: 110px 15px 0 15px;
  max-width: 900px;
  margin: 0 auto;
}

.text_oferta h2{
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 40px;
  color: #DBD6D6;

}

.text_oferta p{
  margin: 25px 0;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #DBD6D6;

}

.text_404 p{
  padding-top: 50px !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #727272 !important;
}

.custom-accordion-content p{
  color:#DBD6D6 !important;
  text-transform: uppercase;
}

.custom-accordion-item.active .title_acc{
  color: #ec7d2c !important;
}

.title_acc{
 color:#DBD6D6 !important;
}

.under_line{
  z-index: 100;
  max-width: 100%;
  position: absolute;
  top: 0;
  left:50%;
  transform: translate(-50%);
}

.custom-accordion-tab-container .num{
  width: 15%;
  color: #727272;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.border_top{
  border-top: 1px solid #727272;
  margin-top: 30px;
  padding-bottom: 20px;
}

.boreder_r{
  border-right: 1px solid #727272;
}

.boreder_r .number{
  padding-top: 20px;
  color: #727272;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Inter";
}


.w30 .sub_title{
  padding-top: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "Oswald";
}

.cat_list li {
  display: flex;
  justify-content: space-between;
	padding-right: 10px;
}

.cat_list{
  padding-left: 20px;
  padding-top: 30px;
}

.cat_list li{
  border-bottom: 1px solid #727272;
  margin-bottom: 15px;
}

.cat_list li a{
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
}

.cat_list li img{
  transform: rotate(-90deg);
}

.descr_text p{
  text-indent: 30%;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 400;
  color: #FFF;
}




  
  


      .popup-overlay1 {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .popup-overlay1.active {
      opacity: 1;
      pointer-events: all;
    }

    .popup1 {
      background: white;
      padding: 20px;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
      transform: scale(0.8);
      opacity: 0;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    .popup-overlay1.active .popup {
      transform: scale(1);
      opacity: 1;
    }

.no-scroll {
  overflow: hidden; }

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.wr_flex {
	z-index:10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.col15 {
  width: 15%; }

.col85 {
  width: 85%; }

.header {
  background-color: #e17023;
  color: #fff;
  padding: 20px 40px;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: "Inter"; }

.logo {
  /*z-index: 5000;*/
  font-size: 24px;
  font-weight: bold;
  text-transform: lowercase;
  line-height: 1.2; }

.logo small {
  font-size: 10px;
  display: block;
  font-weight: normal; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px; }

.nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Inter"; }

.left_block {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.right-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }

.search {
  position: relative; }
  .search .icon_search {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 25px;
    height: 25px;
    background: url(../img/lupa.png) no-repeat center;
    border: none;
    outline: none;
    cursor: pointer; }

.langs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  opacity: 0.7; }
  .langs span {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px; }


.wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}

.wpml-ls-legacy-list-horizontal ul li a span{
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.phone {
  color: #fff;    
  font-family: "Inter";
  font-weight: 700;
  font-size: 20px;
  margin-right: 25px; }

.contact-button {
  cursor: pointer;
  display: inline-block;
  padding: 18px 30px;
  color: white;
  background: url(../img/btn_header.png) no-repeat;
  background-size: 100%;
  border: none;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  text-transform: uppercase; }

.burger {
  width: 24px;
  height: 16px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.burger span {
  height: 2px;
  background: white;
  width: 100%; }

.top_banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top_banner .bg_left {
    height: 960px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%; }
  .top_banner .bg_right {
    position: relative;
    height: 960px;
    background: #222;
	  background: url(../img/noise-small.webp) repeat;
	  background-size: 30%;
  background-repeat: repeat;
    width: 50%; }
    .top_banner .bg_right::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background: url(../img/smoo.svg) left no-repeat;
      background-size: cover;
      z-index: 0; }
    .top_banner .bg_right .inner_images {
      max-width: 100%;
      height: auto;
      position: absolute;
      top: 340px;
      right: 15px;
mix-blend-mode: overlay;
		z-index: 10;
}
    .top_banner .bg_right .wr_text {
      z-index: 10;
      position: absolute;
      bottom: 100px; }
    .top_banner .bg_right .sub_text {
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      text-transform: uppercase;      
      color: #fff;
font-size: 140px;
  line-height: 100%;
  letter-spacing: -0.05em;
  mix-blend-mode: overlay;
  opacity: 30%;
}
    .top_banner .bg_right .text_right {
      z-index: 10;
      position: absolute;
      right: 20px;
      bottom: 100px;
      max-width: 200px; }
      .top_banner .bg_right .text_right p {
        font-size: 16px;
        font-family: "Inter";
        font-weight: 400;
        text-transform: uppercase;
        line-height: 20px;
        color: #DBD6D6; }
    .top_banner .bg_right .vartist {
      z-index: 200;
      cursor: pointer;
      position: absolute;
      right: 35%;
      bottom: 110px;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg);
      font-size: 14px;
      padding: 10px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: #EA7D1A;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      line-height: 20px; }
  .top_banner .top_title {
    position: absolute;
	   mix-blend-mode: plus-lighter;
    top: 150px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .top_banner .text-gradient-left {
    font-family: "Oswald", sans-serif;
    font-size: 150px;
    font-weight: 900;
	color: #EB7D1A;   
    text-transform: uppercase; }
  .top_banner .text-gradient-right {
    font-family: "Oswald", sans-serif;
    position: relative;
    font-size: 150px;
    font-weight: 900;
    color: #EB7D1A;
    text-transform: uppercase;
    margin-left: 20px; }
    .top_banner .text-gradient-right .top_text {
      font-family: "Oswald", sans-serif;
      position: absolute;
      top: -20px;
      left: 0;
      font-size: 26px;
      text-transform: uppercase;
      color: #fff; }
    .top_banner .text-gradient-right .boot_text {
      position: absolute;
      bottom: -80px;
      left: 0;
      font-size: 17px;
      max-width: 255px;
      text-transform: uppercase;
      color: #DBD6D6;
      line-height: 22px; }
      .top_banner .text-gradient-right .boot_text::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 2px;
        background: url(../img/ua_icon.svg) no-repeat center;
        width: 16px;
        height: 16px; }

.section_01 {
  position: relative;
  max-width: 1920px;
  padding: 120px 40px 60px;
  margin: 0 auto;
  background: #222120; }
  .section_01::after {
	  z-index:0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 407px;
    background: url(../img/top_gradient.png) no-repeat center; }
  .section_01 .number {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    text-transform: uppercase;
    line-height: 22px; }
  .section_01 .text {
    text-indent: 40%;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    color: #DBD6D6;
font-style: Medium;
font-size: 72px;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -2%;
text-align: justify;
}
    .section_01 .text span {
      color: #EA7D1A; }

.section {
  position: relative;
  max-width: 1920px;
  padding: 50px 40px;
  margin: 0 auto;}
  .section .number {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #727272 !important;
    text-transform: uppercase;
    line-height: 30px; }
  .section .text {
    text-indent: 50%;
    font-family: "Oswald", sans-serif;
    font-size: 72px;
    font-weight: 500;
    color: #DBD6D6;
    line-height: 65px;
line-height: 110%;
  letter-spacing: -2%;}
    .section .text span {
      color: #EA7D1A; }

.wr_slider {
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden; }
  .wr_slider .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .wr_slider .swiper-wrapper .swiper-slide {
      padding-right: 40px;
      border-right: 1px solid #727272; }
    .wr_slider .swiper-wrapper .swiper-slide img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.industry-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px; }

.industry-item {
  border: 1px solid #727272;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.industry-item img {
  width: 100%;
  height: auto;
  display: block;
max-height: 550px;}

.industry-number{
  position: absolute;
  top: 15px;
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
	color: #727272;

}

.industry-text {
  padding: 35px 15px 30px 15px;
	position: relative;
	max-height: 100px;
	
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.industry-title {
  font-family: "Oswald", sans-serif;
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-left: 25px; 
	  max-width: 80% !important;
}
  .industry-title::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #EA7D1A; }

.industry-desc {
  font-family: "Inter", sans-serif;
  width: 260px;
  text-align: right;
  font-size: 16px;
  color: #fff; }

.accordion-item h2 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-weight: 400; }

.accordion-item.active h2 {
  color: #EA7D1A; }

.wr_accardeon {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  
    .wr_accardeon .col15 .number, .wr_accardeon2 .col15 .number {
      padding-top: 45px;
      color: #fff;
      font-family: "Oswald", sans-serif;
      font-weight: 300;
      font-size: 32px; 
	  text-transform: uppercase;
}
      .wr_accardeon .col15 .number span {
        font-size: 14px; }

.tabs_acc {
  padding-top: 25px;
  width: 35%;
  border-right: 1px solid #727272; }

.full_img {
  margin-top: 50px;
  margin-left: 30px;
  width: calc(50% - 30px);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 600px;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out; }

.accordion-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #727272;
  overflow: hidden; }

.accordion-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-right: 15px; }

.accordion-caret-container {
  margin-left: auto; }

.accordion-item h2 {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.accordion-item .display {
  padding: 0 1rem;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden; }

.accordion-item.active .display {
  max-height: 500px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease; }

.active .accordion-caret {
  -webkit-transform: rotate(0deg) translate(-0.3rem, -0.45rem);
          transform: rotate(0deg) translate(-0.3rem, -0.45rem);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.accordion-caret {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.list {
  padding-top: 15px;
  max-width: 350px; }
  .list li {
    margin-bottom: 15px;
    padding-left: 17px;
    position: relative; }
    .list li::after {
      content: "";
      position: absolute;
      top: 8px;
      left: 0;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      background: #EA7D1A; }
    .list li a {
      font-size: 16px;
      font-weight: 400;
      font-family: "Inter", sans-serif;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 25px; }

.mt35 {
  margin-top: 35px; }

.calc-btn {
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer;
  background-color: #ec7d2c;
  color: white;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 25px;
  border: none;
  border-radius: 8px 0 0 8px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; 
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);}
  .calc-btn::after {
    -webkit-transform: rotate(55deg);
            transform: rotate(55deg);
    /*content: ""; */
    position: absolute;
    right: 10px;
    top: 0px;
    width: 0;
    height: 100%;
    border-top: 60px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 46px solid #222120; }

.calc-btn-wrapper {
  display: inline-block;
  border-radius: 8px; }

.wr_btn {
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0; }
  .wr_btn .link {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    color: #ec7d2c;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none; }
    .wr_btn .link::after {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      content: "";
      background-color: #ec7d2c;
      position: absolute;
      left: 0;
      top: 30px;
      width: 100%;
      height: 1px; }

.link:hover::after {
  top: 33px; }

.item_link {
  padding: 25px 15px 25px 0px;
  text-align: right; }
  .item_link a {
    position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #EA7D1A;
    text-decoration: none; }
    .item_link a::after {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      content: "";
      background-color: #ec7d2c;
      position: absolute;
      left: 0;
      top: 24px;
      width: 100%;
      height: 1px; }

.item_link a:hover::after {
  top: 28px; }

.wr_accardeon2 {
  border-top: 1px solid #727272; }

/* Общие стили для текста */
/* Первый аккордеон */
.accordion-item h2 {
  color: #fff; }

.accordion-item.active h2 {
  color: #EA7D1A; }

.accordion-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-right: 15px; }

.accordion-caret-container {
  margin-left: auto; }

.accordion-caret {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.accordion-item.active .accordion-caret {
  -webkit-transform: rotate(0deg) translate(-0.3rem, -0.45rem);
          transform: rotate(0deg) translate(-0.3rem, -0.45rem); }

.accordion-content.display {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }

.accordion-item.active .accordion-content.display {
  max-height: 550px;
	
	max-height: 100%;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease; }

/* Второй аккордеон */
.accordion2-item h2 {
  color: #fff;
  padding: 25px 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 22px; }

.accordion2-item.active h2 {
  color: #EA7D1A; }

.accordion2-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-right: 15px; }

.accordion2-caret-container {
  margin-left: auto; }

.accordion2-caret {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.accordion2-item.active .accordion2-caret {
  -webkit-transform: rotate(0deg) translate(-0.3rem, -0.45rem);
          transform: rotate(0deg) translate(-0.3rem, -0.45rem); }

.accordion2-content.display {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }

.accordion2-item.active .accordion2-content.display {
  max-height: 1000px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease; }


/* Контейнеры */
.wr_accardeon, .wr_accardeon2 {
  position: relative;
  z-index: 100;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.col15, .col15_2 {
  width: 15%; }

.col15 .number, .col15_2 .number {
  color: #727272;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  font-size: 18px; }

.col15 .number span, .col15_2 .number span {
  font-size: 14px; }

.tabs_acc, .tabs_acc2 {
  padding-top: 25px;
  width: 35%;
  border-right: 1px solid #727272; }

.full_img, .full_img2 {
  margin-top: 50px;
  margin-left: 30px;
  width: calc(50% - 30px);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
 /* min-height: 600px; */
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out; }

.accordion-item, .accordion2-item {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #727272; }

.wr_accardeon2 {
  position: relative;
  z-index: 10; }
  .wr_accardeon2 .smoog {
    position: absolute;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1; }

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px; }

.text_center {
  position: relative;
  font-family: "Inter", sans-serif;
  margin: 120px auto;
  padding: 0 20px;
  max-width: 460px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 26px;
  color: #EA7D1A; }
  .text_center::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 86px;
    width: 25px;
    background: url(../img/scobka.svg) no-repeat;
    background-size: contain; }
  .text_center::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 86px;
    width: 25px;
    background: url(../img/scobka.svg) no-repeat;
    background-size: contain;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.inner_text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 30px; }

.line {
  max-width: 1920px;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background: #727272; }

.right_part {
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .right_part .box_text {
    width: 37%;
	  margin-right: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
    margin-left: auto; }
    .right_part .box_text .item {
      width: 49%; }
      .right_part .box_text .item p {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        line-height: 22px; }
      .right_part .box_text .item .link_btn {
        display: inline-block;
        margin-top: 40px;
        position: relative;
        color: #EA7D1A;
        font-family: "Oswald", sans-serif;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        text-decoration: none; }
        .right_part .box_text .item .link_btn::after {
          content: "";
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          position: absolute;
          top: 22px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #EA7D1A; }

.right_part .box_text .item .link_btn:hover::after {
  top: 28px; }

.construct {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .construct .bordered {
    border-top: 1px solid #727272;
    border-bottom: 1px solid #727272;
    margin-bottom: 50px; }
  .construct .centr {
    border-right: 1px solid #727272;
    border-left: 1px solid #727272; }
  .construct .box_img {
    width: 40%;
    margin-left: -100px; }
    .construct .box_img img {
      max-width: 100%;
      height: auto; }
  .construct .box_text {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .construct .box_text .item {
      width: 33.3%;
      padding: 40px 20px; }
      .construct .box_text .item .num {
        color: #EA7D1A;
        font-family: "Oswald", sans-serif;
		font-weight: 600;
		font-style: SemiBold;
		font-size: 153px;
		leading-trim: NONE;
		line-height: 100%;
		letter-spacing: -5%;
		text-transform: uppercase;
		  margin-bottom: 20px; 
}
      .construct .box_text .item .text_numbet {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #fff; }
    .construct .box_text .text_block {
      width: 33.3%; }
      .construct .box_text .text_block .title {
        color: #fff;
        font-family: "Oswald", sans-serif;
        font-size: 25px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 30px; }
      .construct .box_text .text_block .descr {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-align: justify;
        color: #fff; }
    .construct .box_text .wr_img {
      width: 60%; }
      .construct .box_text .wr_img img {
        max-width: 100%; }

.video {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px; }

.fs {
  font-size: 52px /* !important */;
  margin-top: 60px; }

.text_left {
  text-align: left;
  color: #727272;
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; }

.text_right {
  text-align: right;
  color: #727272;
  font-family: "Oswald", sans-serif;
  font-size: 120px;
  font-weight: 600;
  text-transform: uppercase; }

.margin-right250{
	margin-right:10%;
}

.product {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	  position: relative;
}

.item_grid {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  cursor: pointer; }

.item_grid.empty-block {
  cursor: default;     
}


.product.grid::after {
  content: "";
  background: url(../img/smoo2.svg) no-repeat bottom;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
	opacity: .3;
	mix-blend-mode: color-dodge;
}

.product.grid::before {
  content: "";
  background: url(../img/smoo3.webp) no-repeat top;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
	opacity: .12;
}


  .item_grid .wr_text {
   /* padding: 20px; */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: scale(1);
            transform: scale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: #1d1b1a; */}
    .item_grid .wr_text .inner {
      position: relative;
      border: 1px solid #727272;
      min-height: 100%;
      padding: 30px 20px; }
      .item_grid .wr_text .inner span {
        color: #EA7D1A;
        font-family: "Oswald", sans-serif;
        font-size: 120px;
        font-weight: 600;
        text-transform: uppercase;
opacity: 0.23;
  line-height: 1;}
      .item_grid .wr_text .inner p {
        position: absolute;
        left: 20px;
        bottom: 30px;
        color: #fff;
        font-family: "Oswald", sans-serif;
        font-size: 32px;
        line-height: 40px;
        font-weight: 400;
        text-transform: uppercase;
font-style: Regular;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
		  max-width: 80%;
}

/*
.item_grid:hover .wr_text {
  -webkit-transform: scale(0);
          transform: scale(0); } */

.bg1 {
  grid-column: span 2; }

.bg6 {
  grid-column: span 2; }

.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.wr_box_bg {
  margin: 115px 0 200px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.icons{
	position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.bg_gray {
	position: relative;
	
  width: 400px;
  height: 415px;
  padding: 88px 54px;
  background: url(../img/bg_gray.png) no-repeat;
	background: #DBD6D6;
	clip-path: polygon(0 -120%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  background-size: cover;
  margin-right: 40px; }
  .bg_gray p {
    margin-bottom: 28px;
    color: #EA7D1A;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase; }
  .bg_gray strong {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    color: #1D1B1A; }

.bg_orange {
	position: relative;
	
  width: 400px;
  height: 415px;
  padding: 88px 54px;
  background: url(../img/bg_orange.png) no-repeat;
	background: #EA7D1A;
	clip-path: polygon(0 -120%, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  background-size: cover; }
  .bg_orange p {
    margin-bottom: 28px;
    color: #fff;
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase; }
  .bg_orange strong {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: justify;
    color: #fff; }

.centre_block {
  margin: 60px auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .centre_block .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .centre_block .inner .num {
      width: 130px;
      text-align: right;
      font-family: "Oswald", sans-serif;
      font-size: 72px;
      font-weight: 500;
      color: #EA7D1A; }
      .centre_block .inner .num p {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #fff; }
  .centre_block .in_text {
    position: relative;
    color: #EA7D1A;
    max-width: 400px;
    text-align: justify;
    font-family: "Inter", sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    padding: 0 20px; }
    .centre_block .in_text::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 86px;
      width: 25px;
      background: url(../img/scobka.svg) no-repeat;
      background-size: contain; }
    .centre_block .in_text::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 86px;
      width: 25px;
      background: url(../img/scobka.svg) no-repeat;
      background-size: contain;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.a_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mt50 {
  margin-top: 55px; }

.bg_btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
  background: url(../img/bg_btn.png) no-repeat center;
  background-size: cover;
  text-align: center;
  width: 89%;
  padding: 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400; }
  .bg_btn::after {
    content: "";
    position: absolute;
    bottom: -85px;
    right: -2px;
    border-top: 60px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 46px solid #222120;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg); }

.product_more {
  position: relative;
  color: #EA7D1A;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none; }
  .product_more::after {
    content: "";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #EA7D1A; }

.product_more:hover::after {
  top: 28px; }

/*----------------------------------*/
.custom-accordion-item {
  /* border-top: 1px solid #727272;*/
 border-bottom: 1px solid #727272; 
  padding: 30px 0;
  position: relative;
  overflow: hidden; }

.services  .title_acc{
	font-family: Oswald, sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 72px;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -2%;

}

.custom-accordion-tab-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.custom-accordion-caret-container {
  position: relative;
  width: 25%;
  text-align: right; }
  .custom-accordion-caret-container img {
    max-width: 100%; }

.custom-accordion-item span {
  position: absolute;
  top: -15px;
  right: 0;
  display: inline-block;
  color: var(--color-span);
  padding-right: 5%;
  padding-left: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: 2rem; }

.services  .custom-accordion-content{
  width: 100%;
}

.bg_img_serv{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.custom-accordion-content {
  width: 60%;
  padding-left: 15%;
  max-height: 0px;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  overflow: hidden; }
  .custom-accordion-content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff; }

.custom-accordion-item.active .custom-accordion-content {
  max-height: 500px;
  -webkit-transition: max-height 1s ease;
  transition: max-height 1s ease;
  overflow: hidden; }

.custom-accordion-caret {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.custom-accordion-item.active .custom-accordion-caret {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }

.num_item {
  width: 15%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #727272; }

.faq_title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #727272;
  margin-bottom: 30px; 	
line-height: 125%;
letter-spacing: -1%;
text-transform: uppercase;
	transition: all 1s ease;

}

.title_acc {
  cursor: pointer;
  width: 60%;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 22px;
  font-weight: 400;
  color: #fff; 
transition: all 1s ease;}

.custom-accordion-item.active .title_acc {
  margin-bottom: 30px;
  color: #ec7d2c; }

.text_left_c {
  text-align: left;
  color: #DBD6D6;
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase; 
text-indent: 50%;
}

.text_right_c {
  color: #DBD6D6;
  font-family: "Oswald", sans-serif;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
	text-indent: 50%;
}

.no_bg {
  background: transparent !important; }

._acc {
  width: 50%; }
  ._acc .gpt-accordion-item {
    position: relative;
    border-bottom: 1px #727272 solid;
    overflow: hidden;
    padding: 20px 0; }
  ._acc .gpt-accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    cursor: pointer; }
  ._acc .gpt-accordion-icon {
    /* Placeholder for caret styles */ }
  ._acc .gpt-accordion-item p {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #DBD6D6; }
  ._acc .gpt-caret {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 1rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -webkit-transform: rotate(-90deg) translate(-0.3rem, -0.45rem);
            transform: rotate(-90deg) translate(-0.3rem, -0.45rem); }
  ._acc .gpt-accordion-item.active .gpt-caret {
    -webkit-transform: rotate(0deg) translate(-0.3rem, -0.45rem);
            transform: rotate(0deg) translate(-0.3rem, -0.45rem); }
  ._acc .gpt-accordion-content {
    max-height: 0px;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    overflow: hidden; }
  ._acc .gpt-accordion-item.active .gpt-accordion-content {
    max-height: 500px;
    -webkit-transition: max-height 1s ease;
    transition: max-height 1s ease; }
  ._acc .gpt-accordion-item.active .title_accordion {
    color: #EA7D1A; }
  ._acc .gpt-accordion-item.active .contact_box {
    padding-left: 30%; }
  ._acc .contact_box {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out; }
    ._acc .contact_box li {
      position: relative;
      border-bottom: 1px solid #727272;
      padding: 15px 0; }
      ._acc .contact_box li:last-child {
        border-bottom: none; }
      ._acc .contact_box li .icon_tel {
      /*  position: absolute; */
        top: 58px;
        left: 0; 
  height: 30px;}
      ._acc .contact_box li .icon_mail {
         /*  position: absolute; */
        top: 18px;
        left: 0;
 height: 18px;}
      ._acc .contact_box li .tel {
        position: relative;
        font-family: "Oswald", sans-serif;
        font-size: 42px;
        font-weight: 400;
        text-transform: uppercase;
        color: #DBD6D6;
        padding-left: 40px; 

}
      ._acc .contact_box li .mail {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
        color: #fff;
        padding-left: 40px; 
align-items: center;
  display: flex;
gap: 10px;
}
      ._acc .contact_box li .under {
        display: block;
        -webkit-transition: .8s ease-in-out;
        transition: .8s ease-in-out;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #727272;
        text-align: right; }

.banner_img {
  position: relative;
  width: calc(50% - 20px);
  padding-left: 20px;
  height: 630px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .banner_img .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 30px;
    left: 30px; }
    .banner_img .social a {
      display: block;
      margin-right: 15px; }
      .banner_img .social a img {
        max-width: 100%; }

.form {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 15px; }
  .form .wr_input {
    width: 100%;
    border-bottom: 1px solid #727272; }
    .form .wr_input input {
      background: transparent;
      border: none;
      outline: none;
      width: 100%;
      display: block;
      padding: 20px 0; }
    .form .wr_input textarea {
      background: transparent;
      width: 100%;
		height: 100px;
      border: none;
      outline: none;
      padding: 20px 0; 
}
  .form ::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .form :-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .form ::-ms-input-placeholder {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .form ::placeholder {
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400; }
  .form .sumbt {
    position: relative;
    margin-top: 30px;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    background: url(../img/bg_btn.png) no-repeat center;
	  background: #EA7D1A;
	  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
    background-size: cover;
    text-align: center;
    padding: 20px 0;
    font-family: "Oswald", sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400; }
    .form .sumbt::after {
      content: "";
      display: inline-block;
      position: absolute;
      bottom: -85px;
      right: -2px;
      border-top: 60px solid transparent;
      border-bottom: 72px solid transparent;
      border-left: 46px solid #222120;
      -webkit-transform: rotate(50deg);
              transform: rotate(50deg); }

.footer {
  position: relative;
  margin-top: 100px;
  border-top: 2px solid #727272; }
  .footer::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: url(../img/footer_smoo.svg) no-repeat;
	  background-position:bottom;
    background-size: 100%;
    z-index: -1;
opacity: 0.25;
 }
  .footer .copyrigt {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #DBD6D6; }
  .footer .footer_bottom {
    border-top: 2px solid #727272; }
  .footer .container {
    position: relative; }
  .footer .left {
    border-right: 2px solid #727272;
padding-right: 50px;}
.first-vw35{
    border-right: 2px solid #727272; 
}
  .footer .right {
    border-left: 2px solid #727272; 
padding-left: 50px;}
  .footer .vw15 {
    
	  padding-top: 60px;
    width: 15%; }
  .footer .vw35 {
    width: 35%;
    padding: 40px;
padding-top: 60px;}
  .footer .logo {
    font-family: "Oswald", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff; }
  .footer .footer_title {
	  color:#727272;
	  position: relative;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase; }
    .footer .footer_title::after {
      content: "";
      position: absolute;
      left: 0;
      top: 40px;
      width: 100%;
      height: 1px;
      background: #727272; }
  .footer .menu_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .menu_nav li {
      width: 50%; }
      .footer .menu_nav li a, .footer .menu_nav_mobile li a  {
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #DBD6D6; }

.footer .menu_nav_mobile{
	margin: 7.5px 0;
}

.footer .menu_nav_mobile li {
	padding: 7.5px 0;
}

.designer-info-block{
	font-family: Inter;
  color: #727272;
	display: flex;
  flex-flow: wrap;
  gap: 5px;
}
.show_mob{
	display:none;
}

  .footer .sub_text {
    margin-top: 30px;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    color: #DBD6D6; }
    .footer .sub_text span {
      color: #EA7D1A; }
  .footer .company_list {
    margin-top: 20px;
	  width: 50%;
}
.footer .wr_flex{
	justify-content: initial;
}
    .footer .company_list li {
      margin-bottom: 12px; }
      .footer .company_list li a {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #DBD6D6; }
  .footer .product_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .product_list li {
		border-bottom: 1px solid #727272;
      width: 46%;
      margin-bottom: 12px; }
      .footer .product_list li a {
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #DBD6D6;
        }
  .footer .services_list {
    margin-top: 20px; }
    .footer .services_list li {
      margin-bottom: 12px; 
 border-bottom: 1px solid #727272;}
      .footer .services_list li a {
        font-family: "Inter", sans-serif;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        color: #DBD6D6;
        }





/* Важная часть */
.popup__bg {

  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  overflow-y: scroll;
  background: rgba(29, 27, 26, 0.98);
}

.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.popup {

  /*background: rgba(29, 27, 26, 0.92);*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }
  .popup .footer_popap {
    padding: 20px;
    border-top: 1px solid #727272;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%; }
    .popup .footer_popap .top_text {
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      color: #464040;
      text-align: right; }
    .popup .footer_popap .tel {
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      font-size: 40px;
      text-transform: uppercase;
      text-align: right;
      color: #DBD6D6; }
    .popup .footer_popap .mail {
      padding-top: 20px;
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 28px;
      font-weight: 400;
      color: #DBD6D6;
      text-align: right; }
    .popup .footer_popap .vw15 {
      width: 15%; }
    .popup .footer_popap .vw30 {
      padding: 0 15px;
      width: 28%; }
    .popup .footer_popap .social {
      padding-top: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .popup .footer_popap .social a {
        display: block;
        margin-right: 15px; }
        .popup .footer_popap .social a:last-child {
          margin-right: 0; }
        .popup .footer_popap .social a img {
          max-width: 100%; }





  .popup .form_popap {
    margin-top: 10vh; }
  .popup .title_form_popup {
    margin: 0 auto;
    max-width: 480px;
    font-size: 30px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #DBD6D6; }
  .popup .form {
    padding: 15px;
    max-width: 860px; }
    .popup .form .wr_input {
      width: 100%;
      border-bottom: 1px solid #727272; }
      .popup .form .wr_input input {
        color: #DBD6D6;
        background: transparent;
        border: none;
        outline: none;
        width: 100%;
        display: block;
        padding: 20px 0; }
      .popup .form .wr_input textarea {
        margin-top: 10px;
        color: #DBD6D6;
        background: transparent;
        width: 100%;
        border: none;
        outline: none;
        padding: 0px; }
    .popup .form ::-webkit-input-placeholder {
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; }
    .popup .form :-ms-input-placeholder {
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; }
    .popup .form ::-ms-input-placeholder {
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; }
    .popup .form ::placeholder {
      text-transform: uppercase;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400; }
    .popup .form .sumbt {
      position: relative;
      margin-top: 30px;
      overflow: hidden;
      outline: none;
      border: none;
      display: block;
      width: 100%;
      height: 80px;
      cursor: pointer;
      color: #fff;
      background: url(../img/bg_btn.png) no-repeat center;
      background-size: cover;
      text-align: center;
      padding: 20px 0;
      font-family: "Oswald", sans-serif;
      font-size: 28px;
      text-transform: uppercase;
      font-weight: 400; }
      .popup .form .sumbt::after {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: -85px;
        right: -2px;
        border-top: 60px solid transparent;
        border-bottom: 72px solid transparent;
        border-left: 46px solid #222120;
        -webkit-transform: rotate(50deg);
                transform: rotate(50deg); }














.modal-bg .footer::after{
  display: none;
}

.dum_menu{
  position: absolute;
  left: 0;
  bottom: auto;
  max-width: 100%;
  height: auto;
}


.top_mob_menu .footer_popap {
  padding: 20px;
  border-top: 1px solid #727272;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: auto;
  left: 0px;
  width: 100%; }
 .footer_popap .top_text {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #464040;
  text-align: right; }
 .footer_popap .tel {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  text-align: right;
  color: #DBD6D6; }
 .footer_popap .mail {
  padding-top: 20px;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #DBD6D6;
  text-align: right; }
 .footer_popap .vw15 {
  width: 15%; }
 .footer_popap .vw30 {
  padding: 0 15px;
  width: 28%; }
 .footer_popap .social {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
 .footer_popap .social a {
  display: block;
  margin-right: 15px; }
 .footer_popap .social a:last-child {
  margin-right: 0; }
 .footer_popap .social a img {
  max-width: 100%; }


























.popup.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

/* Конец важной части */
/* Далее код для стилизации формы */
.close-popup {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer; }

.close-popup:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.popup label {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.popup .label__text {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #cfd0d3;
  margin-bottom: 5px; }

.popup input {
  height: 45px;
  font-size: 18px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfd0d3; }

.popup input:focus {
  border-bottom: 1px solid #2982ff; }

.popup input:focus + .label__text {
  color: #2982ff; }

.popup textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  border-bottom: 1px solid #cfd0d3;
  font-size: 18px;
  padding-top: 5px; }

.popup textarea:focus {
  border-bottom: 1px solid #2982ff; }

.popup textarea:focus + .label__text {
  color: #2982ff; }

.popup button {
  width: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 18px;
  border: 2px solid #2982ff;
  background: #2982ff;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }

.popup button:hover {
  background: #fff;
  color: #2982ff;
  -webkit-transition: 0.5s all;
  transition: 0.5s all; }




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

.modal-bg {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  background: rgba(29, 27, 26, 0.98);
  overflow-y: scroll;
}

.modal-bg.is-active {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s all;
}

.modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  transition: 0.5s all;
}

.modal-window.is-active {
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s all;
}

.modal-title {
  max-width: 480px;
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #DBD6D6;
}

.modal-title span{
  color: #ec7d2c;
}

.btn-close-modal {
  transition: 0.5s ease-in-out;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
}

.btn-close-modal:hover {
  transform: rotate(180deg);
}

/* Остальные стили формы можно перенести, если она будет использоваться */

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





.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  text-align: center;
  color: #fff;
}

.breadcrumbs {
  padding: 25px 0;
  border-bottom: 1px solid #727272;
}
  .breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs ul li {
      position: relative;
      margin-right: 20px;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #727272; }
      .breadcrumbs ul li a {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: #DBD6D6; }








.none_after::after {
  display: none; }

.second_screen {
  position: relative; }
  .second_screen .top_gradient {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    max-width: 1920px;
    width: 100%;
    height: auto;
    z-index: 0; }
  .second_screen .top_bg {
	  z-index: 10;
	  position: inherit;
	  
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
    height: 560px;
    border-radius: 350px;
    border: 1px solid #727272;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top; }
  .second_screen p {
	  z-index: 10;
  position: inherit;
	  
    text-align: center;
    padding-top: 150px;
    padding-bottom: 10px;
    color: #DBD6D6;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase; }
  .second_screen h1 {
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    color: #EA7D1A;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase; 
font-size: 153px;
line-height: 100%;
letter-spacing: -5%;
	  
	  mix-blend-mode: plus-lighter;
}

.list_comoany {
  width: 50%;
  padding-top: 50px; }
  .list_comoany li {
    position: relative;
    padding-bottom: 30px;
    padding-left: 25px;
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #DBD6D6; }
    .list_comoany li::after {
      content: "";
      width: 12px;
      height: 12px;
      position: absolute;
      top: 20px;
      left: 0;
      background: #EA7D1A;
      border-radius: 50%; }
    .list_comoany li p {
      padding-top: 20px;
      font-family: "Inter", sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #DBD6D6; }

.wr_about2 {
  width: 50%;
  padding-top: 50px;
  margin-left: 25px;
  width: calc(50% - 25px); }
  .wr_about2 img {
    max-width: 100%;
    height: auto; }

.full_text {
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  padding: 15px 0;
  font-family: "Oswald", sans-serif;
  font-size: 96px;
  font-weight: 600;
  text-transform: uppercase;
  color: #727272; }
  .full_text span {
    color: #DBD6D6; }

.wr_gradient {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding: 110px 15px 0 15px; }
  .wr_gradient img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    height: auto;
z-index: -1;}
  .wr_gradient .top_title_form {
    font-family: "Oswald", sans-serif;
    font-size: 68px;
    line-height: 90px;
    font-weight: 500;
    color: #DBD6D6;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center; }

.company_slogan {
  width: 78%;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #727272; 

font-style: SemiBold;
font-size: 153px;
line-height: 100%;
letter-spacing: -5%;
text-align: justify;
text-transform: uppercase;

}

.wr_slogan {
  max-width: 1920px;
  margin: 40px auto;
  padding: 40px 40px;
	border-bottom: 1px solid #727272;
}

.wr_slogan .wr_flex{
  align-items: end;
}

  .wr_slogan .box_info {
    width: 22%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }
    .wr_slogan .box_info .number {
      font-family: "Oswald", sans-serif;
      font-size: 68px;
      line-height: 68px;
      font-weight: 500;
      color: #EA7D1A; }
    .wr_slogan .box_info .text_info {
      text-align: left;
      margin-left: 20px;
      max-width: 190px;
      font-family: "Inter", sans-serif;
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      line-height: 20px; }

    .title_page_gray{
      width: 78%;
      font-family: "Oswald", sans-serif;
      font-size: 96px;
      font-weight: 600;
      color: #727272;
      line-height: 120px;
      text-transform: uppercase;
    }

.align_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.wr_company_info {
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  max-width: 1920px;
  padding: 60px 15px 20px 15px;
  margin: 0 auto; }
  .wr_company_info .start_year {
    width: 40%; }
    .wr_company_info .start_year p {
      font-family: "Oswald", sans-serif;
      font-size: 168px;
      font-weight: 500;
      color: #EA7D1A; }
  .wr_company_info .wr_img {
    width: 30%; }
    .wr_company_info .wr_img img {
      max-width: 100%;
      height: auto; }
  .wr_company_info .text {
    margin-left: 40px;
    width: calc(30% - 40px); }
    .wr_company_info .text h2 {
      font-family: "Oswald", sans-serif;
      font-size: 32px;
      line-height: normal;
      font-weight: 400;
      color: #DBD6D6;
      padding-bottom: 20px; }
    .wr_company_info .text p {
      font-family: "Inter", sans-serif;
      font-size: 22px;
      font-weight: 400;
      color: #fff;
      line-height: 30px;
      text-align: justify; }

.category_product {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px; }
  .category_product .item {
    margin-bottom: 60px;
border-bottom: 1px solid #727272;
}
.category_product .item:last-child{
	margin-bottom: 0px;
}
    .category_product .item .descr_text {
      width: 50%; }
      .category_product .item .descr_text .title_product {
        width: 95%;
        font-family: "Oswald", sans-serif;
        font-size: 46px;
        font-weight: 500;        
        color: #DBD6D6;
        padding-bottom: 60px;
font-size: 72px;
  leading-trim: NONE;
  line-height: 110%;
  letter-spacing: -2%;
}
      .category_product .item .descr_text .number_cat {
        width: 5%;
        color: #EA7D1A;
        font-family: "Inter", sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 46px;
        text-transform: uppercase; }
    .category_product .item .img_product {
      margin-left: 50px;
      width: calc(50% - 50px);
      background-position: top;
      background-repeat: no-repeat;
      background-size: cover; }

.align_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important; }

.sub_category {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  border-top: 1px solid #727272; }
  .sub_category .item {
    padding: 15px;
    width: 33.333%; }

    .sub_category .item .title_sub {
      width: 70%;
      font-family: "Oswald", sans-serif;
      font-size: 28px;
      font-weight: 500;
      text-transform: uppercase;
      color: #DBD6D6;
      height: 130px;
      overflow: hidden; }
    .sub_category .item .align_end {
      margin-bottom: 20px; }
    .sub_category .item .link {
      width: 30%;
      text-align: right; }
      .sub_category .item .link a {
        position: relative;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #ec7d2c;
        font-family: "Oswald", sans-serif;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none; }
        .sub_category .item .link a::after {
          -webkit-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
          content: "";
          background-color: #ec7d2c;
          position: absolute;
          left: 0;
          top: 30px;
          width: 100%;
          height: 1px; }
  .sub_category .img_sub {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px; }

.string {
  max-width: 1000px;
  margin: auto; }

.post {
  position: relative; }
  .post .title_post {
    color: #DBD6D6;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 25px; }
  .post .descr_text {
    padding-top: 20px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #DBD6D6; }
  .post .mt20 {
    margin: 20px 0; }
  .post .vartist {
    margin-top: 35px;
    z-index: 200;
    cursor: pointer;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    font-size: 14px;
    padding: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #EA7D1A;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 20px;
    text-align: center; }
  .post .bott_descr {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #DBD6D6;
    text-align: right;
    margin-top: 50%; }
  .post .w75 {
    width: calc(75% - 30px);
    margin-right: 30px; }
  .post--service .w25 + .w75 {
    margin-right: 0;
  }
  .post .w50 {
    margin-right: 10px;
    width: calc(50% - 10px); }
    .post .w50:last-child {
      margin-right: 0; }
  .post .w25 {
    width: 25%; }
  .post img {
    width: 100%; }
  .post .part {
    width: 48%;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #DBD6D6;
    margin-bottom: 30px; }
  .post .smoog_post {
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1; }
  .post .wr_text {
    position: relative;
    padding-left: 35%; }
    .post .wr_text .text1 {
      margin-top: 45px;
      font-family: "Inter", sans-serif;
      font-size: 24px;
      font-weight: 400;
      color: #fff; }
    .post .wr_text .text2 {
      margin-top: 20px;
      font-family: "Inter", sans-serif;
      font-size: 18px;
      font-weight: 400;
      color: #DBD6D6; }
    .post .wr_text .text3 {
      font-family: "Oswald", sans-serif;
      font-weight: 500;
      font-size: 60px;
      color: #EA7D1A; }
    .post .wr_text .centre_block {
      display: block;
      padding: 0; }
    .post .wr_text .text_center {
      margin: 0;
      padding-top: 16px;
      text-align: center; }

@media screen and (max-width: 1500px) {
.top_banner .bg_right .sub_text {  
  font-size: 120px;
	}

.industry-title {  
  font-size: 14px;
  line-height: 240%;
  letter-spacing: -2%;
  text-transform: uppercase;
  text-align: center;
	font-weight: 400;
}
	
	.industry-desc {  
  font-size: 16px;  
  font-size: 14px; 
  line-height: 140%;
  letter-spacing: -1%;
		color: #727272;
}
	
}

@media screen and (max-width: 1280px) {
	
	.grid3 {
  grid-template-columns: 1fr;
}
	
	.industry-text { 
  height: 150px; 
		max-height: 150px; 
  gap: 20px;
}
	
	.industry-desc {
  text-align: left;
		width: 100%;
}
	
	
	.top_banner .bg_right .wr_text {
  bottom: 285px;
  left: 20px;
}

  .contact-button{
    padding: 10px 12px;
  }

  .phone{
    margin-right: 2px;
  }


  .nav{
    gap: 18px;
  }

  .title_page_gray{
    width: 100%;
    font-size: 30px;
    line-height: normal;
    text-align: center;
  }
  .right_part {
    margin-top: 0; }

  .nav a {
    font-size: 14px; }

  .top_banner .text-gradient-left {
    font-size: 90px; }

  .top_banner .text-gradient-right {
    font-size: 90px; }

  .top_banner .bg_right .sub_text {
    font-size: 60px; }

  .section_01 .text {
    font-size: 30px;
    line-height: 40px; }

  .construct .box_text .item .num {
    font-size: 90px; } }
@media screen and (max-width: 1200px) {
.wr_slider .swiper-wrapper .swiper-slide {
  padding-right: 20px;
  border-right: 1px solid #727272;
	}}

@media screen and (max-width: 1185px) {

   .footer_popap .tel{
    font-size: 30px;
  }

   .footer_popap .tel{
    font-size: 30px;
  }
  .popup .footer_popap .tel{
    font-size: 30px;
  }

  .nav, .langs, .phone {
    display: none; }

  .footer .company_list li a {
    font-size: 14px; }

  .sub_category .item {
    width: 48%; }

  .post .bott_descr {
    margin-top: 0 !important; }

  .popup .footer_popap{
    position: static;
  }

  .popup .footer_popap .vw30{
    width: 50%;
  }

  .popup .footer_popap .vw15{
    width: 50%;
  }
  .popup .footer_popap .tel{
    text-align: left;
  }

  .popup .footer_popap .top_text{
    text-align: left;
  }

  .popup .form_popap{
    margin-top: 30px;
  }


  .footer_popap{
    position: static;
  }

  .footer_popap .vw30{
    width: 50%;
  }

  .footer_popap .vw15{
    width: 50%;
  }
  .footer_popap .tel{
    text-align: left;
  }

  .footer_popap .top_text{
    text-align: left;
  }

  .form_popap{
    margin-top: 30px;
  }











}
@media screen and (max-width: 1024px) {

  .services ._acc{
    width: 100%;
  }

  .bg_img_serv{
    height: 300px;
  }

  .modal-bg .wr_slogan{
    display: none;
  }

  .top_mob_menu .vw15{
    border-left:none;
    border: none;
  }


  .top_mob_menu  ul{
    text-align: left;
  }


  .descr_1,.descr_2{
    width: 100%;
    margin-right: 0;
  }

  .title_div{
    font-size: 40px;
  }

  .wr_box .box{
    width: 100%;
    margin-bottom: 20px;
  }
  .box1{
    width: 100%;
  }

  .wr_gradient .top_title_form{
    font-size: 40px;
    line-height: normal;
  }


  .under_subtext p{
    max-width: 100%;
    padding-right: 0;
  }
  .w20{
    width: 100%;
  }

  .w80{
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .partners .text_bottom{
    max-width: 100%;
  }

  .partners{
    text-align: center;
  }

  .partners .vartist{
    margin: 20px  auto;
  }

  .post .wr_text .text3 {
    text-align: center; }

  .post .wr_text .centre_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .post .w50 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  .post .wr_text {
    padding-left: 0; }

  .post .vartist {
    margin: 20px auto; }

  .post .w75 {
    width: 100%;
    margin-right: 0;
    text-align: center; }

  .post .w25 {
    width: 100%;
    text-align: center; }

  .post .bott_descr {
    margin-top: 20px !important;
    text-align: center; }

  .sub_category .item .title_sub {
    font-size: 24px !important; }

  .category_product .item .descr_text {
    width: 100% !important; }

  .category_product .item .img_product {
    width: 100% !important;
    margin: 0 !important;
    height: 500px; }

  .list_comoany {
    width: 100%; }

  .wr_about2 {
    width: 100%;
    margin: 0; }
    .wr_about2 img {
      width: 100%; }

  .section_01 {
    padding: 100px 15px 50px; }

  .wr_slogan .wr_flex{
    align-items: end;
  }

  .wr_slogan .company_slogan {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px; }

  .wr_slogan .box_info .number {
    font-size: 36px; }

  .full_text {
    font-size: 36px; }

  .wr_company_info .wr_img img {
    display: block;
    margin: 0 auto; }

  .second_screen .top_bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 300px; }

  .second_screen h1 {
    font-size: 40px; }

  .wr_company_info {
    text-align: center; }
    .wr_company_info .wr_flex {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .wr_company_info .start_year {
      width: 100%; }
    .wr_company_info .wr_img {
      text-align: center;
      width: 100%; }
    .wr_company_info .text {
      margin: 0;
      width: 100%; }

  .hide_mob {
    display: none; }

  .footer .vw15 {
    text-align: center;
    width: 100%;
    padding: 10px; }

  .footer .vw35 {
    text-align: center;
    width: 100%;
    padding: 10px; }

  .construct .box_img {
    width: 100%;
    margin-left: 0; }

  .construct .box_text .item {
    width: 100%;
    padding: 20px; }

  .construct .box_text {
    width: 100%; }

  .construct .centr {
    border: none; }

  .right_part .box_text .item {
    width: 100%; }

  .right_part .box_text {
    margin-top: 20px;
    width: 100%; }

  .col85 {
    width: 100%; }

  .section .text {
    width: 100%; }

  .section .text {
    font-size: 40px;
    line-height: 45px; }

  .top_banner .text-gradient-left {
    font-size: 70px; }

  .top_banner .text-gradient-right {
    font-size: 70px; }

  .top_banner .bg_right .sub_text {
    font-size: 40px; }

  .top_banner .bg_right .wr_text {
    bottom: 340px;
    left: 10%; }

  .top_banner .bg_right .inner_images {
    position: static; }

  .top_banner .bg_right {
    width: 100%;
    height: auto; }

  .top_banner .bg_left {
    width: 100%;
    height: 500px; }

  .product {
    grid-template-columns: repeat(2, 1fr);
	gap: 20px}

  .item_grid {
    min-height: 200px; }

  .item_grid .wr_text .inner span {
    font-size: 40px; }

  .item_grid .wr_text .inner p {
    font-size: 20px;
    line-height: 22px; }

  .calc-btn {
    padding: 10px;
    font-size: 16px; }

  .wr_btn .link {
    font-size: 16px; }

  .col15, .col15_2 {
    width: 100%; }

  .text_left, .text_right {
    font-size: 90px; }

  .bg_gray {
    margin-right: 0;
	margin-bottom: 100px; }
	
	.wr_box_bg {
  margin: 115px 0 0 0;
}

  .bg_gray, .bg_orange {
    width: 100%;
    height: auto; }

   .footer_popap .mail{
    text-align: left;
  }

   .footer_popap .tel{
    font-size: 28px;
  }

  .popup .footer_popap .mail{
    text-align: left;
  }

  .popup .footer_popap .tel{
    font-size: 28px;
  }
}


@media screen and (max-width: 768px) {
	
	.wr_slider .swiper-wrapper .swiper-slide {
  padding-right: 15px;
}
	
	.container {
  padding: 0 15px;
}
	
	.designer-info-block{
  flex-flow: column;
}
	
	.custom-accordion-item {
  padding: 15px 0;
 }
	
	.section, .section_01 {
        padding: 50px 15px 25px;
    }
	.section .text {
        font-size: 25px;
        line-height: 110%;
        letter-spacing: -2%;
    }
	
	.custom-accordion-content {
  padding-left: 0;
}
	
	.accordion2-content.display .descr_text{
	margin-top: 20px;
}
	
	.descr_text p {
  font-size: 18px;
}
	
	.item_grid {
    margin: 5px;
  }
	
	 .product {
    gap: 0px;
  }
	
	.wr_accardeon .col15 .number, .wr_accardeon2 .col15 .number {
  margin-left: auto;
		text-align: right;
}
	
	.bg_gray, .bg_orange  {
		padding: 88px 15px;}

 .accordion-item.active h2 { 
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -2%;
}

	
  .left_block{
    width: 40%;
  }

  .custom_padding .text{
    text-indent: unset !important;
  }

  .custom_padding{
    padding:50px 0 !important;
  }


  .w30{
    width: 100% !important;
  }

  .w70{
    width: 100% !important;
  }

  .full_img{
    margin-left: 0;
  }

   .footer_popap{
    display: block;
  }

  .footer_popap .vw30{
    width: 100%;

  }

  .footer_popap .vw15{
    width: 100%;

  }


  .popup .footer_popap{
    display: block;
  }

  .popup .footer_popap .vw30{
    width: 100%;

  }

  .popup .footer_popap .vw15{
    width: 100%;

  }

  .popup .title_form_popup{
    font-size: 22px;
    padding-top: 30px;
  }

  .w30 > .vartist{
    margin: 20px 0 30px 0;
  }

  .vacncii ._acc .num{
    width: 5%;
    padding-top: 0;
  }
  .form .sumbt {
    font-size: 24px; }

  .post .wr_text .text3 {
    font-size: 32px; }

  .post .part {
    width: 100%; }

  .sub_category .item:first-child {
    border-top: none;
    border-bottom: none; }

  .sub_category .item .title_sub {
    width: 100%;
    overflow: auto;
    height: auto; }

  .sub_category .item .link {
    width: 100%;
    text-align: left; }

  .sub_category {
    display: block; }
    .sub_category .align_end {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; }

  .sub_category .item {
    width: 100%; }

  .wr_slogan .box_info .text_info {
    text-align: center;
    margin: 0;
    max-width: 100%; }

  .wr_slogan {
    text-align: center; }
    .wr_slogan .wr_flex {
      display: block; }

  .wr_slogan .box_info {
    display: block;
    width: 100%; }

  .company_slogan {
    width: 100%; }

  .category_product .item .descr_text .title_product {
    font-size: 26px !important;
    padding: 0 !important; }

  .custom-accordion-content, .title_acc, ._acc, .banner_img {
    width: 100%; }
	
	.banner_img {
  height: 290px;
}

  ._acc .gpt-accordion-item p {
    font-size: 24px; }

  ._acc .contact_box li .tel {
   /* font-size: 24px;	*/
}
	
	._acc .contact_box li .mail {
  padding-left: 0px;
}

  .a_center {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right; }

  .product_more {
    margin-top: 20px; }

  .title_acc {
    font-size: 20px; }

  .text_right_c, .text_left_c {
    font-size: 36px; }

  .bg_btn {
    width: 100%; }

  .fs {
    font-size: 36px !important;
    line-height: 40px; }

  .text_left, .text_right {
    font-size: 60px; }

  .video iframe {
    height: 400px; }

  .construct .box_text .text_block {
    width: 100%; }

  .construct .box_text .wr_img {
    width: 100%;
    margin-top: 20px; }

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

  .item_grid .wr_text .inner {
    padding: 10px; }

  .item_grid .wr_text {
    padding: 0px; }

  .item_grid .wr_text .inner p {
    font-size: 14px;
    line-height: 22px; }

  .header {
    padding: 15px 20px; }

  .section_01 .text {
    font-size: 24px;
    line-height: 28px; }

  .tabs_acc, .tabs_acc2 {
    width: 100%; 
  border-right: none;
	}

  .wr_btn .link {
    font-size: 14px; }

  .calc-btn {
    padding: 12px;
    font-size: 14px; }

  .wr_accardeon, .wr_accardeon2 {
    -webkit-box-orient: vertical;
	padding: 0 15px;
	}

  .full_img, .full_img2 {
    width: 100%;
    min-height: 300px;
    background-size: cover;
	 
	  display:none;
  }
	.full_img-mob{
		min-height: 300px;
		background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
	}

  .accordion2-item h2 {
    font-size: 18px;
    padding: 15px 0; } 


	.show_mob  {display: block;}
	footer .mobile-accordion-section .custom-accordion-item.active .custom-accordion-tab-container{
		border-bottom: 1px solid #727272;
	}
	
	.mobile-accordion-section{
		margin: 20px 0 ;
	}
	
	.footer .mobile-footer-layout{
		padding: 35px 15px 0;
	}
	
	.footer .footer_title::after {
  content: none;
}

.custom-accordion-item {
  border-top: 0;
  border-bottom: 1px solid #727272;
}
	
	  .second_screen .top_bg {
    height: 200px;
  }
	
	.wr_slogan {
    padding: 20px 15px;
		margin: 20px auto;
}
	  .wr_slogan .company_slogan {
    text-align: center;
  }
	.category_product {
  padding: 0 15px;
}
	.category_product .item {
  margin-bottom: 20px;
}
	.category_product .item .descr_text .title_product {
		width: 80%;}
	
	 .category_product .item .img_product {
    height: 200px;
  }
	.boreder_r{
		border:0;
	}
	.cat_list {
  padding-left: 0px;
}
	.footer {
  margin-top: 20px;
}
}


@media screen and (max-width: 680px) {
	
	.centre_block .in_text {
  font-size: 19px;
  margin: 0 auto;
}	
	.centre_block .inner {
  margin-left: 50%;
}
	.centre_block .inner .num {
  text-align: left;
}
	
	.full_img-mob{
		min-height: 250px;
	}
	
	  .top_banner .bg_right {
    width: 100%;
    height: auto;
    min-height: 250px;
		  max-height: 300px;
		
  }
	
	  .top_banner .bg_left {
    width: 100%;
    height: auto;
    min-height: 375px;
		    margin-top: 120px;
  }
	
  .contact-button {
    display: none; }

  .top_banner .bg_right .wr_text {	
	top: -325px;
  flex-flow: row;
  display: flex;
  gap: 5px;
  left: 59%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 228px;
  mix-blend-mode: plus-lighter;}

  .top_banner .bg_right .vartist {
    right: 5%; 

    bottom: 10px;
    width: 120px;
    height: 120px;
    font-size: 17px;
	}

  .top_banner .bg_right .sub_text {
    font-size: 26px; }

  .top_banner .bg_right .text_right {
    bottom: 240px;
	
	bottom: 0;
    top: -100px;
	right: 20px;
	left: 62%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);}

  .top_banner .text-gradient-left {
    font-size: 30px;
	
	font-weight: 600;
    font-style: SemiBold;
    font-size: 45px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -5%;}

  .top_banner .text-gradient-right {
    font-size: 30px;
	
	font-weight: 600;
    font-style: SemiBold;
    font-size: 45px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: -5%;
	text-align: right;}

 .top_banner .top_title {
    top: 73px;
    max-width: 100%;
    padding-left: 10px;
	 
    flex-flow: column;
    left: 62%;
  }

  .top_banner .text-gradient-right .top_text {
   top: -40px;
    font-weight: 400;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -2%;
    text-align: right;
    text-transform: uppercase;
    left: -114px;
    width: 80px;}

  .top_banner .text-gradient-right .boot_text {
bottom: -420px;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -1%;
    text-transform: uppercase;
    max-width: 371px;
    width: 284px;
    left: -111px;
    text-align: left;
    font-family: Inter;
	}
.top_banner .bg_right .inner_images {
    margin-top: auto;
    margin-top: 121px;
    width: 60%;
  }

		.wr_slider .swiper-wrapper .swiper-slide {
  padding-right: 10px;
}

}



@media screen and (max-width: 480px) {

  .header{
    padding: 15px !important;
  }

  .logo img{
    max-width: 100%;
    height: auto;
  }
  .left_block{
    width: 33% !important;
  }

  .full_img, .full_img2{
    margin-left: 0 !important;
  }

  ._0_{
    padding: 0 15px !important;
  }

  .section .text{
    padding: 15px 0;
  /*  text-indent: unset !important; */
  }

  .bg_img_serv{
    height: 200px;
  }

  .descr_text p{
    text-indent: unset;
  }

  .cat_list li a{
    font-size: 18px;
  }

  .breadcrumbs ul li{
    margin-bottom: 15px;
  }
  .license_grid{
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 10px;
  }

  .wr_gradient .top_title_form {
    font-size: 40px;
    line-height: normal; }

  .wr_company_info .text {
    font-size: 40px; }

  .second_screen h1 {
    font-size: 32px;
    text-shadow: 0 0 black;
  }

  .second_screen p{
    font-size: 28px;
    padding-top: 75px;
  }

  ._acc .contact_box li .tel {
    font-size: 20px;
		
font-weight: 400;
font-size: 34px;
line-height: 100%;
letter-spacing: -2%;
	  padding-left: 0;}
	
	._acc .gpt-accordion-item.active .contact_box {
  padding-left: 0%;
}

  ._acc .gpt-accordion-item p {
    font-size: 20px;
    width: 90%; }

  .text_right_c, .text_left_c {
    font-size: 24px; }

  ._acc .contact_box li .mail {
    font-size: 14px; }

  .text_left, .text_right {
    font-size: 34px; }

  .fs {
    font-size: 26px !important;
    line-height: 30px !important;
    margin-top: 30px; }

  .accordion-item h2 {
    font-size: 18px;
    padding: 15px 0; }

  .list li a {
    font-size: 14px; } 

}

@media screen and (max-width: 375px) {

  .left_block{
    width: 30% !important;
  }

  .wpml-ls-legacy-list-horizontal a{
    padding: 5px 8px 5px !important;
  }



}

.w30 {
  width: 17.5%; }
  .w30 .sub_title {
    color: #fff; }

.w70 {
  width: 82.5%; }
  .w70 .custom-accordion-item {
    border-top: none; }


  
.lightboxpreview {
  transition: all .3s linear;
  padding-top:60%;
  cursor:pointer;
  background-size:cover;
}

.lightbox-content {
  max-height:75svh;
  height:75svh;
}

.lightbox-close {
  cursor:pointer;
  margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;}

.modalscale {transform:scale(0);
  opacity:0;}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {width:100%;
  height:100%;
  position:absolute;
  top:0;
  object-fit:cover;
  cursor:pointer;}

.lightbox-container {
  width:100vw;
  height:100svh;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:rgba(0,0,0,.6);
  z-index:9999;
  opacity:0;
  pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
  cursor:pointer;
  position:absolute;
  font-size:50px;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
  right:50px;}

.lightbox-image {
  width:100%;
  max-height:95vh;
  object-fit:cover;
}

@keyframes slideleft {
  33% {transform:translateX(-300px);
    opacity:0;
  }
  66% {transform:translateX(300px);
    opacity:0;
  }
}


.slideleft {
  animation-name: slideleft;
  animation-duration: .5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {transform:translateX(300px);
    opacity:0;}
  66% {transform:translateX(-300px);
    opacity:0;}
}


.slideright{
  animation-name: slideright;
  animation-duration: .5s;
  animation-timing-function: ease;
}


