.popup.active, .modal-window.is-active{
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.popup, .modal-window { 
  top: 50%;
  left: 50%;
  -webkit-transform: translate(100%, -50%) scale(1);
  transform: translate(100%, -50%) scale(1);  
}


@media screen and (max-width: 640px) {
.custom-accordion-item span {
  font-size: 3rem;
}
}


.popup__bg, .modal-bg{
	z-index:1000;
}

main.main {
  overflow-x: clip;
}

	.licenze.under_subtext{
		margin: 30px 0;
	}

.centre_block {
  max-width: 650px;
}

.licenze + .wr_gradient{
	margin-top: 0; 
}

  .main .container {
    overflow-x: clip;
}

.contact-box ._acc .col15{
  max-width:60%;
	width:60%;
}

.contact-box ._acc .col15 .number{
  max-width: 350px;
}


.footer .product_list li, .footer .services_list li{
  padding-bottom: 12px;
}


.main{margin-top: 60px;}

.accordion-item h2, ._acc .gpt-accordion-item.active .title_accordion, ._acc .gpt-accordion-item p {
  width: calc(100% - 50px);
}

.gpt-caret{margin-right: 10px}

.contact-box .banner_img {
  height: auto;
}

.wr_btn {
  margin: 30px 10px 30px 0;
}

.text_center::after, .text_center::before {
  height: 100%;
}

html {
  scrollbar-color: #EA7D1A #fff;
	scrollbar-width: thin;
}

.header{
	padding: 0 !important;
	position:fixed;	
	z-index: 300;
  background-color: transparent;
	clip-path: none !important;
	max-width: 100vw;
	backdrop-filter: none;
}

.custom-accordion-item.active .title_acc{
	margin-bottom: 0px;
}

.descr_text.text2 p {
text-indent: 0 !important;
}
.is-search-icon{
	background-color: #EA7D1A;
}

.is-search-icon svg, .is-form-style .is-search-submit path {
 fill:#fff;
	stroke: #fff;
}


.is-search-submit {
  height: 80px !important;
}

.is-search-icon {
  height: 80px !important;
  align-items: center;
  display: flex !important;
  text-align: center;
	
}

.is-search-icon svg{
  margin-left: 7px;
}

.is-search-icon:hover path,.is-search-icon:hover svg{
	fill: #EA7D1A !important;
	stroke: #EA7D1A !important;
}

.is-form-style.is-form-style-3 input.is-search-input{
	height:80px !important;
}

.custom-accordion-caret-container{
	height:45px;
}

.custom-accordion-item.active .custom-accordion-content {
	margin-top: 20px;
}

.custom-accordion-content {
  padding-left: 11%;
}
.custom-accordion-item .custom-accordion-content {
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}

.custom-accordion-content p {
line-height:150%;
}

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

.sub_category .item {
  max-height: 500px;
  overflow: clip;
	margin-bottom:40px;
}

.post .w50 .background-image-block {
  height: calc(100% - 20px);
  min-height: 400px;
}
.post .w50  .title_post{
	max-width: 100%;
}

.contact-button {
  background: url(img/btn_header.png) no-repeat;
    background-size: auto;
  background-size: 100%;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 80% 100%, 0 100%);
	text-align: center;
  background-position: center;
}

.second_screen .top_gradient {
  width: auto;
  height: auto;
}


.contact-button:hover {
	color: #FCC510;
}

.wr_box_bg {
  margin: 115px 0 100px 0;
}

.industry-title::after {
  width: 10px;
  height: 10px;
}

.accordion-item.active .accordion-content.display {
  max-height: 550px;
}

.calc-btn-wrapper .calc-btn {
  padding: 15px 25px;
}

.mail a, a{
	color: #fff;
}

.mail:hover a, .news-card:hover .news-card__title, .news-card:hover .newsdesc-right-box .count, .news-card:hover .newsdesc-right-box a, .sub_category .item:hover .title_sub {
	border-color: #EA7D1A;
	color: #EA7D1A;
}

.footer-tel {
	margin-top: 10px;
}
.sub_category .item .title_sub{
	height: auto;
}
.sub_category {
  justify-content: left;
}
.footer-tel .icon_tel{margin-top: 4px;}

.social img:hover{	
	filter: drop-shadow(0 0 7px #EA7D1A);
}

.section .text.fs {
  margin-top: 0px;
}

.post .w50 img {
  height: 524px;
  object-fit: cover;
}


.post .w50 .image-block {
  width: 100%;
  height: 100%; 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
	min-height: 800px;
}

.second_screen .top_bg{
	position:relative;	
}

.second_screen h1 {
z-index:10;
	position:relative;	
}

.second_screen .top_bg:after{
	 content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
	z-index:0;
	border-radius: 350px;
}

.custom-accordion-caret-container img {
  max-height: 40px;
}

.list li:hover a{
	color: #EA7D1A;
}


.top_banner .text-gradient-right .boot_text{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 125%;
letter-spacing: -1%;
text-transform: uppercase;
}

.title_div {
  line-height:1.1;
}

main ul li::marker {
  color: #EA7D1A;
}

textarea{resize: vertical;}

.show_mob {
    display: none !important;
  }

	
	.modal-bg, .popup__bg {
  height: 100%;
  overflow: auto;
}
	
	.popup.active {
  height: 100%;
  overflow: auto;
}
	
	.popup__bg {  
  overflow-y: auto;
}

.mt70{
	margin-top: 70px;
}

.mt25{
	margin-top: 25px;
}
.mb25{
	margin-bottom: 25px;
}

.mb120{
	margin-bottom:  120px;
}

.mb40{
	margin-bottom:  40px;
}

.banner_img {
  height: 640px;
}

.bg_img_serv {
  height: 398px;
}
.accordion-item h2 {
  max-width: 95%;
}

.industry-item img {
  height: 100%;
  object-fit: cover;
}

.industry-desc {
  padding-top: 8px;
}

.full_img, .full_img2 {
  margin-bottom: 50px;
}

.post--service.post .w25 {
  display: flex;
  flex-direction: column;
}

.post--service.post .w25 .descr_text:last-child {
    margin-top: auto;
	margin-bottom: 30px;
}

.post--service.post .container .wr_flex:first-child {
    border-bottom: 1px solid #727272;
}

.year-big{
	font-family: Oswald;
font-weight: 600;
font-style: SemiBold;
font-size: 202px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -5%;
text-transform: uppercase;
	color: #EA7D1A;
}
.grid3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
	margin-bottom: 40px;
}

.grid2{display: grid;
	grid-template-columns: 1fr 1fr ;
	gap: 40px;
	}

.right_desc {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: -2%;
  text-align: left;
}



.right_title {
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: -2%;
  text-transform: uppercase;
	margin-bottom: 25px;
}

.text_block {
  color: #DBD6D6;
}
.image_block, .image_block div{
	min-height: 550px;
height: auto;
}

.image_block div{
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}

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

.wr_slogan {
  z-index: 10;
  position: relative;
}


.partner-item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	color: #DBD6D6;
	border-bottom: 1px solid #727272;
}

.partner-name{
	margin-bottom: 20px;
	padding-left: 20px;
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
}

.section-image{
	background-repeat: no-repeat;
}

.ourteam-title-col .text.center-text{
	max-width:700px;
	margin: 0 auto;
} 

.partner-name::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #EA7D1A;
}
.partner-desc{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
}

.section-image {
  background-size: 100%;
}

h2.losung p{
	font-family: Oswald;
font-weight: 600;
font-style: SemiBold;
font-size: 120px;
leading-trim: NONE;
line-height: 115%;
letter-spacing: -5%;
text-transform: uppercase;
	color: #727272;
}

h2.losung p span{
	color: #DBD6D6;
}


.team-gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(100px, auto);
  gap: 40px;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.member-pos-1 {
grid-column: 1 / span 1;
  grid-row: 1 / span 1;
  align-self: end;
  z-index: 2;
}

.member-pos-2-large {
grid-column: 3 / span 2;
  grid-row: 1 / span 2;
  z-index: 2;
}

.member-pos-3{
	grid-column: 5 / span 1;
  grid-row: 1 / span 1;
  z-index: 2;
}

.member-pos-4{
	grid-column: 6 / span 1;
  grid-row: 1 / span 1;
  z-index: 2;
}

.member-pos-5{
	grid-column: 6 / span 1;
  grid-row: 2 / span 1;
  z-index: 2;
}

.member-info {
	color: #DBD6D6;
}
.member-info .member-name {
	font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
	margin-bottom: 10px;
}

.team-member:hover .member-info .member-name{
		color: #EA7D1A;
	}

.big-statement{
	font-size: 153px;
}

.member-pos-2-large .member-info .member-name {
font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
}

.member-info .member-title {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;

}

.team-member {
  display: flex;
  flex-direction: column;
	gap: 30px;
  height: 100%;
  min-height: 400px;
}

.member-image {
  height: revert;
  flex: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.centre_block .in_text::before, .centre_block .in_text::after {
  height: 100%;
	background-size: contain;
}
.section .text.center-text{
	text-indent: 0%; 
  text-align: center;
	margin-top: -35px;
}
.mrauto{margin-right: auto;}
.mlauto{margin-left: auto;}

.big-statement{
	text-align: center;
	line-height: 1.1;
}
.facts-about-section .centre_block .in_text{
	max-width: 500px;
	color:  #FFFFFF;
  margin: 0 auto;
}

.facts-about-section .centre_block.year-big {
	max-width: 1000px;
	margin-bottom: 20px;
}

.facts-about-section .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;
}

.facts-about-section .box_info .number {
  font-family: "Oswald", sans-serif;
  font-size: 68px;
  line-height: 68px;
  font-weight: 500;
  color: #EA7D1A !important;
}
.facts-about-section .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;
}

.about-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr) repeat(2, 1fr) repeat(2, 1fr);
    grid-template-rows: repeat(2, auto); 
    gap: 15px; 
}

.about-grid-item {
    padding: 20px; 
    box-sizing: border-box; 
    display: flex; 
    flex-direction: column;
    align-items: flex-start; 
}

.about-main-photo {
    grid-column: 1 / span 2; 
    grid-row: 1 / span 2; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
	min-height: 400px;    
    padding: 0;
}



.about-text-block h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;

}

.about-text-block {
    font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
	color: var(--gray_01, #DBD6D6);

}

/* Явное размещение текстовых блоков */
.about-mission {
    grid-column: 3; /* Колонка 3 */
    grid-row: 1; /* Строка 1 */
}

.about-values {
    grid-column: 4; /* Колонка 4 */
    grid-row: 1; /* Строка 1 */
}

.about-professionalism {
    grid-column: 3; /* Колонка 3 */
    grid-row: 2; /* Строка 2 */
}

.about-strategy {
    grid-column: 4; /* Колонка 4 */
    grid-row: 2; /* Строка 2 */
}

/* Стиль для правых блоков с изображениями (каждый занимает 2 колонки, 1 строку) */
.about-right-photo {
    grid-column: 5 / span 2; /* Занимает колонки 5 и 6 */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px; /* Минимальная высота для правых блоков с фото */
    padding: 0; /* Убираем padding для фонового изображения */
}

/* Явное размещение верхнего правого фото */
.about-right-photo-top {
    grid-row: 1; /* Строка 1 */
}

/* Явное размещение нижнего правого фото */
.about-right-photo-bottom {
    grid-row: 2; /* Строка 2 */
}

.about-grid-item.about-main-photo{
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
}

.container:has(.breadcrumbs) {
    border-bottom: 1px solid #727272;
}
.breadcrumbs {
    border-bottom: 0;
}

.under_line {
  z-index: 0;
}

.section_01 {
  background: 0;
}

.breadcrumbs ul li:first-child{
padding-left: 15px;
}

.breadcrumbs ul li {
  margin: 0px;
}

.breadcrumbs ul {
  position: relative;
	gap: 8px;
}

.breadcrumbs ul li:first-child::after {
  content: "";
  position: absolute;
top: 50%;
  left: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #EA7D1A;
  transform: translateY(-50%);
}

.industry-title::after {
  top: 12px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  line-height: inherit;
}

.descr_2 ul{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
	color: #DBD6D6;
	list-style: "-";

}
.descr_2 ul li{
	list-style: "-";
}

.post .part {
  width: 100%;
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
text-align: justify;
	margin-bottom: 0;
}

.smoog_post{
opacity: 0.15;
mix-blend-mode: color-dodge;
}

.breadcrumbs ul {
  flex-flow: wrap;
}

.video_grid .item .title {
  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
}
.video_grid .item .num {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
text-align: right;

}

.popup .footer_popap {
  position: relative;
}

.form_popap .footer_popap .vw15, .form_popap .footer_popap .vw30 {
  border-right: 2px solid #727272;
}

.form_popap .footer_popap {
  align-items: start;
  padding: 0;
}
.form_popap .footer_popap.hide_mob {
	margin-top: 80px;
}

.form_popap  .footer_popap .vw30, .form_popap .footer_popap .vw15 {
  padding: 40px 50px 120px;
}

.popup .footer_popap .top_text, .footer .footer_popap .top_text  {
  color: #727272;
}

.popup .footer_popap .mail{
	padding-top: 0;
}

.popup .footer_popap .vw30:last-child {
  border-right: 0;
}

.footer .vw35.first-vw35{
	width: 30%;
}


.popup .footer_popap .social a, .footer_popap .social a {
  margin-right: 0px;
}
.popup .footer_popap .social, .footer_popap .social {
 gap:12px;
}

.social a img {
  min-width: 22px;
}

.contact-box {
	border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
}

.contact-box ._acc {
  border-right: 1px solid #727272;
  padding: 20px 0;
}
/*
.contact-box ._acc .gpt-accordion-item:last-child {
  border-bottom: 0;
  padding: 20px 0 0;
} */

 .contact-box .banner_img {
  margin: 20px 0;
}


.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    padding-bottom: 35px;
	z-index: 10;
	position: relative;
}

.review-card {
    display: flex;
    flex-direction: column; 
    padding: 35px;
	padding-left: 25px;
	border: 1px solid #727272;
}

.review-card__header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 20px;
	gap: 10px;
}

.review-card__company-info {
    display: flex;
    align-items: center;
    max-width: 180px;
	min-width: 80px;
}

.review-card__body {
	display: flex;
    flex-direction: column;
	gap:25px;	
    flex-grow: 1;
	margin-bottom: 50px;
	color: #DBD6D6;
}

h3.review-card__company-name{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
}

.review-card__body p{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;

}

.review-card__footer {
    display: flex;
    align-items: center;
    gap: 18px;
}
.review-card__author-photo{
	width: 78px;
height: 78px;
border-radius: 50%;
}
.review-card__author-name{
	font-family: Inter;
font-weight: 600;
font-style: Semi Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
	color:#DBD6D6;
}

.review-card__author-position{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
color:#727272;
}

.review-card__stars{display: flex;
gap: 5px;}
.star{
	width:42px;
	height: 42px;
	display: block;
	background: url("img/Star-nofilled.svg");
	 background-repeat: no-repeat;
}
.star.filled{	     
	background: url("img/Star-filled.svg");
	 background-repeat: no-repeat;
}

.review-stars p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.review-stars p br {
  display: none;
}

.review-stars .wpcf7-list-item-label {
  cursor: pointer;
  font-size: 0;
}

.review-stars input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.review-stars .wpcf7-list-item-label::before {
  display: block;
  aspect-ratio: 72/69;
  width: 72px;
  transition: all 0.2s ease-in-out;
  -webkit-mask: url('img/Star-empty.svg');
  mask: url('img/Star-empty.svg');
    mask-size: auto;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #EA7D1A;
}

.review-stars .wpcf7-list-item-label.hovered::before,  .review-stars .wpcf7-list-item-label.selected::before {
  -webkit-mask: url('img/Star-filled.svg'); 
}


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; 
		color:  #727272;
}
   textarea {
      background: transparent;
      width: 100%;
		height: 100px;
      border: none;
      outline: none;
      padding: 20px 0; 
		color:  #727272;
}
  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; }
 .reviews-form-box form .sumbt {
	  font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
text-align: center;
width: 100%;
height: 51px;
padding-top: 13px;
padding-right: 32px;
padding-bottom: 13px;
padding-left: 32px;
	 border: 0px;
	 clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
	 transition: all 0.3s ease;
	 cursor: pointer;
	 background-color: #EA7D1A;
  color: #fff;
   }
[type="checkbox"]{
	max-height: 14px;
	max-width: 14px; 
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #EA7D1A;
}

.form-group-checkbox .wpcf7-list-item  label {
display: flex;
	gap: 5px;
	margin: 30px 0;
	
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0%;
	color: var(--gray_02, #727272);
}
.contact-form-header{display: flex;
  flex-flow: column;
  gap: 30px;
	color: #DBD6D6;}

.review-title{
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
}

.pre-title {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -1%;
}
.reviews-form-box form .sumbt:hover{
	background-color: #EA7D1A;
	border-color: #fff;
	color: #fff;
}

.review-box ._acc{
	width:100%;
}

.container.faq  .custom-accordion-item:last-child{
	border-bottom: 0;
}

.centre_block .inner .num {
  line-height: 1.1;
}

.contact-box ._acc .col15{
	display:flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
	max-width: 300px;
}
.sub_category{border-top: 0;}

.col15 .number, .col15_2 .number {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 125%;
letter-spacing: -1%;
text-transform: uppercase;

}


/* --- Адаптивность для сетки отзывов --- */
@media (max-width: 768px) {
    .review-grid {
        grid-template-columns: 1fr; /* На мобильных устройствах будет 1 колонка */
    }
}



.contact-box .grid2{
	gap:0;
}

.reviews-form-box {
    padding: 40px;
	margin: 20px;
	border: 1px solid var(--gray_02, #727272);
    width:100%;
}

.review-form {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Вертикальный отступ между элементами формы */
}

.review-form__group {
    display: flex;
    flex-direction: column;
}

.review-form__stars-input {
    display: flex;
    flex-direction: row-reverse; /* Разворачиваем звезды для CSS-логики */
    justify-content: flex-end; /* Прижимаем к левому краю */
}

/* Скрываем стандартные радио-кнопки */
.review-form__stars-input input[type="radio"] {
    display: none;
}

.review-form__consent {
    flex-direction: row;
    align-items: center;
    gap: 10px;
}


.partners {
  border-top: 0;
  padding: 0 0 50px 0;
	position: relative;
	text-align: left;
}

.partners  .wr_b_text ul{
	padding-left: 15px;
}
.wr_video iframe{border-radius: 8px;}

.partners .w20 {
  width: 20%;
  display: flex;
  flex-flow: column;
}

.partners .text_bottom {
  margin-top: auto;
}

.partners img {
  width: 100%;
  object-fit: contain;
}

.partners::after {
  content: "";
  background: url(img/smoo3.webp) no-repeat top;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
background-position: bottom;
  background-size: 100%;
  z-index: -1;
  opacity: 0.25;

}

.partners h2 {
	font-family: Oswald;
font-weight: 500;
font-style: Medium;
font-size: 72px;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -2%;
margin-bottom: 20px;
}

.partners .wr_b_text{
	color: #FFFFFF;
	margin-top: 50px;
}
.wr_box .box {
  line-height: 1.7;
}

.vacncii ._acc .gpt-accordion-content ul li {
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 145%;
letter-spacing: -1%;

}

.botton_404 {
  margin: 80px;
  text-align: center;
}

.title_acc {
  width: 100%;
	align-items: center;
  display: flex;
}

a.error404-to-front:visited {
  color: #fff;
}

.error404-to-front {
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 3%;
  text-transform: uppercase;
  background-color: #EA7D1A;
  padding: 20px 40px;
  color: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);}

.search-container{
	margin-top: 80px
}

.search-container .page-title {
	font-family: Oswald;
font-weight: 500;
font-style: Medium;
font-size: 60px;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -2%;
text-align: justify;
	color: #DBD6D6
}

.search-container .page-title span{
	color: #EA7D1A
}

.search-container .page-header{
	margin-bottom: 40px;
}

.search-container article {
margin: 20px 0;
	padding: 20px 0 ;
	border-bottom: 1px solid #727272;
}

.search-container article a{
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: justify;
text-transform: uppercase;
	color: #fff !important;
	transition: all ease 0.3s;
}

.search-container article a:hover{
	color: #EA7D1A !important;
}

.search-container .entry-summary p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #DBD6D6;
}




.search-submit {
  padding: 5px 60px !important;
  background-color: #EA7D1A !important;
  border: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  color: #fff !important;
  font-family: Oswald;
  font-weight: 500;
  font-style: Medium;
  font-size: 29px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  text-transform: uppercase;
	cursor: pointer;
}

.popup .form .sumbt{
		background: 0;
		background-color: #EA7D1A;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);	
	}

.footer-btn input {
  padding: 15px 40px !important;
  background-color: #EA7D1A !important;
  border: 0 !important;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
	cursor: pointer;
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-align: center;
text-transform: uppercase;
margin-top: 40px;
}

.footer-form-header h3{
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 22px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
	margin: 0;
	color: #727272;
}

.top_banner .text-gradient-right .top_text {
font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
  color: #fff;
}

.top_banner .text-gradient-right .boot_text{
	color: #DBD6D6;
}





.product.grid {
  --gap: 40px;
  --line-offset: calc(var(--gap) / 2);
  --line-thickness: 2px;
  --line-color: #727272; 
  display: grid; 
  gap: var(--gap);
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
	padding: 19px 0px;
	border-bottom: 2px solid #727272;
	border-top: 2px solid #727272;
}

.item_grid {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}

.item_grid::after {
  content: "";
  position: absolute;
  left: calc(var(--line-offset) * -1);
  width: calc(100% + var(--gap));         
  height: var(--line-thickness);
  top: calc(100% - (var(--line-thickness) / 2) + var(--line-offset));
  background: var(--line-color);
  pointer-events: none;
  z-index: 1;
}

.item_grid::before {
  content: "";
  position: absolute;
  top: calc(var(--line-offset) * -1);
  height: calc(100% + var(--gap));        
  width: var(--line-thickness);
  left: calc(100% - (var(--line-thickness) / 2) + var(--line-offset));
  background: var(--line-color);
  pointer-events: none;
  z-index: 1;
}


.product.grid::before, .product.grid::after {
z-index: -1;
}

.item_grid:hover .inner span{
	opacity: 1;
}

.item_grid:hover .wr_text .inner p {  
  color: #EA7D1A;  
}

@media screen and (max-width: 768px) {
    .item_grid {
    margin: -1px -1px;
    border: 1px solid #727272;
  }
	  .product.grid {
	padding: 0px ;
}  
	
	.item_grid::after, .item_grid::before {
  content: none;
}
	
	.product.grid {
  --gap: 0px;
  border: 0;
}
	
}


.section_01 .text, .company_slogan {
  text-align: left;
}

.text_left {
  line-height: 0.5;
  padding-top: 20px;
}

._acc .gpt-accordion-item.active .contact_box{
	padding-top: 20px;
}


* {
	 transition: all 0.3s ease;
}

.accordion-item h2 {
	 transition: all 0.3s ease;
}

.header a:hover, .header span:hover {
  color: #FCC510;
}

.gpt-accordion-item.active .gpt-caret, .custom-accordion-item.active .custom-accordion-caret img, .accordion-item.active .accordion-caret-container img , .active .accordion-caret{
border: 1px solid #727272;
  border-radius: 50%;
  padding: 5px;
  aspect-ratio: 1;
  width: 40px;
  text-align: center;
  align-items: center;
  display: flex;
}
.custom-accordion-item.active .custom-accordion-caret img{
	margin:auto;
}

p.copyrigt.designer-info{
	color:#727272;
}

.copyrigt.designer-info a, ._acc .contact_box li .tel:hover a{
	color:#DBD6D6;
}

.footer a:hover, ._acc .contact_box li .tel:hover a{
	color:#EA7D1A !important;
}

body:has(.second_screen > .top_gradient) .header {
  clip-path: none;
}

.accordion-item:hover h2, .accordion2-item:hover h2, .industry-item:hover .industry-title {
  color: #EA7D1A;
}

.calc-btn:hover, .top_banner .bg_right .vartist:hover, .bg_btn:hover, .wpcf7-form-control.wpcf7-submit.sumbt:hover, .footer-btn input:hover{
	color: #EA7D1A !important;
	background-color: #fff !important;
}
.bg_btn::after {
	content: none;
}

.video .descr, img.full_img2 {
  border-radius: 8px;
  overflow: hidden;
}

.industry-title {
font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
	text-align:left;	
	color: #DBD6D6;
}


.industry-text {
  max-height: fit-content;
  flex-flow: column;
  gap: 10px;
	
}

.industry-desc {
  max-width: 70%;
	text-align:left;
	width: 70%;
	padding-left: 25px;
}

@media screen and (max-width: 1280px) {
	
	.item_grid .wr_text .inner p {
  font-size: 26px;
}
	
	.industry-item{
		max-height: 500px;
	}
	.industry-item .industry-text{
		min-height: 180px;
		height: auto;
		max-height: auto;
	}
	

  .col15, .col15_2, .col85 {
    width: 100%;
  }
	.tabs_acc, .tabs_acc2 {
  width: 45%;
}
	
	.post .w50 .image-block {
	min-height: 500px;
}
	
	.big-statement {
  font-size: 73px;
}
	
  .industry-desc {
    text-align: left;
    max-width: 100%;
  }
}

.calc-btn{
	padding: 25px 25px;
}

.bg_btn{
	background: 0;
	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%);
  background-color: #EA7D1A;
	
	flex: 1;
}

.wr_flex.a_center.mb120{
	gap: 40px;
}


.no-results.not-found .page-content p{
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
color: #FFFFFF;
	margin-bottom:20px;
}

.search-field {
  background: transparent;
  border: none !important;
  padding: 20px 0;
  border-bottom: 1px solid #727272 !important;
  border-radius: 0 !important;
  margin-right: 20px;
}

.modal-bg  .footer .footer_title {
  padding-bottom: 20px ;
  border-bottom: 1px solid #727272 ;
}

.footer .footer_title::after {
  content: none;
}

.modal-bg .footer .right, .modal-bg .footer .vw35 {
  padding-left: 20px;
  padding-right: 20px;
}

.modal-bg .footer .first-vw35 {
  border-right: 2px solid #727272;
  padding-left: 0;
	width:30%;
}

.wr_gradient{
	margin-top: 0px;
}

.properties_box {
	margin-bottom: 20px;
}

.post {
  margin: 0 ;
}

.properties_box .w30{
	display: flex;
	flex-flow: column;
}

.properties_box .w30 .vartist.open-popup{
	margin: auto 40px 30px;
}



.properties_box .custom-accordion-item:first-child{
	padding-top: 0px;
}

.modal-footer .container  .vw35{
	width:30%;
}
.modal-footer .container  .vw15{
	width:20%;
}

.mobile-accordion-section{padding: 0 15px;}

.modal-bg  .wpcf7-spinner{
	display:none;
}

.footer .wr_flex .right:last-child {
  width:20%;
	padding-bottom: 40px;
}
.footer .container {
  position: relative;
  padding: 0 0 0 40px;
}

.modal-header{border-bottom: 1px solid #727272;
padding-bottom: 20px;}

.modal-form-container .wr_slogan{margin-top:0;
margin-bottom: 0 ;
	border-bottom: 0;
}

.footer.top_mob_menu.modal-footer{
	margin-top: 0;
}

.modal-title{
	font-family: Oswald;
font-weight: 500;
font-style: Medium;
font-size: 72px;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -2%;
	max-width: 55% ;
}

.top_mob_menu .footer_popap{
	padding: 0;	
}

.top_mob_menu .footer_popap .vw15, .top_mob_menu .footer_popap .vw30 {
	border-right: 2px solid #727272;
}

.top_mob_menu .footer_popap .vw30:last-child {
	border-right:0;
}

.footer_popap .vw30, .footer_popap .vw15 {
  padding: 40px 50px 120px;
}
.modal-bg {
	height: 100%;
overflow: auto;
	background: url(img/footer_smoo.svg) no-repeat;
	background-color: rgba(29, 27, 26, 0.98);
}

.modal-bg::after, .popup-bg::after{
	display:none;
}

.footer_popap .tel {
  font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
}
.second_screen h1 {
  max-width: 80%;
}

.bacground-smoo::after {
  content: "";
  width: 100%;
  height: 120%;
  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;
}

.modal-bg::after, .popup-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -30px;
  right: 0;
  background: url(img/footer_smoo.svg) no-repeat;
  background-position: bottom;
  background-size: 200%;
  z-index: -1;
  opacity: 0.25;
mix-blend-mode: Color-dodge
}

.footer_popap .top_text {
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 20px;
leading-trim: CAP_HEIGHT;
line-height: 120%;
letter-spacing: -1%;
text-align: right;
}

.footer-tel{
	display: flex;
  gap: 10px;
	align-items: center;
}

.footer-mail{
	margin-top: 30px;
}

.top_mob_menu .footer_popap { 
  align-items: start; 
}

.footer_popap .mail {
  padding-top: 0px;  
}


.news-grid-wrapper, .news-card--full-width {
  width: 100%;
}

.news-row-2-cols{
	display: grid;
grid-template-columns: 1fr 1fr;
	gap: 20px;
} 

.news-row-4-cols{
	display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
} 

.news-card{
    background-image: var(--bg-image); /* Используем CSS-переменную для динамического URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	min-height: 720px;
	margin-bottom:20px;	
	display: flex;
}

.news-row-4-cols .news-card{
	min-height: 640px;	
}

.news-row-2-cols .news-card, .news-row-4-cols .news-card{
	margin-top:20px;
}

.desc-news-box {
  margin-top: auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  backdrop-filter: blur(15px);
  backdrop-filter: box-shadow: -7px 1px 20px 0px #0A0B0B0A inset;
  backdrop-filter: blur(15px);
  box-shadow: -7px 1px 20px 0px #0A0B0B0A inset;
  padding: 25px 28px;
	color: #fff;
	gap: 30px;
}

.newsdesc-right-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  text-align: right;
}  
.news-card__title  {
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;
	color: #fff;
	max-width: 80%;
}

.news-row-4-cols .desc-news-box .news-card__title{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
} 

.newsdesc-right-box{
	color: #fff;
}

.newsdesc-right-box .count{
	font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
text-align: right;
	color: #fff;
}

.newsdesc-right-box a{
	font-family: Oswald;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 3%;
text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
	color: #fff;
}

.post-main .image-block img{
	width: 100%;
	max-height: 720px;
	object-position:center;
	object-fit:cover;
}

.post-main .text-block {
	color:#fff;
	max-width: 850px;
	margin: 60px auto 30px;
}

.post-main .text-block {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
text-align: justify;	
}

.post-main .text-block *{
margin: 25px 0;	
}

.post-main .text-block h3 {
	font-family: Oswald;
font-weight: 400;
font-style: Regular;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -2%;
text-transform: uppercase;	
	margin: 30px 0;
}

.post-main .text-block h4 {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
text-align: justify;
}

.other-news .right-all-news {
  display: flex;
  justify-content: space-between;
}

.other-news .right-all-news p.text-left {
  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:#727272;
}

.modal-bg .wr_slogan{
	padding-left: 0;
	padding-right: 0;
}

.footer_popap.hide_mob .vw15:first-child{
	padding: 40px 50px 90px 0;
}

.footer .footer_title{
	color:#727272 !important;
}

.wr_slogan .box_info{margin-top: 20px;}

.post .w25 {
  display: flex;
  flex-flow: column;
	height: fit-content;
}
.post .w75 .background-image-block {
height: calc(100% - 20px);
	min-height: 400px;
}

.footer_popap .tel a {
  color: #DBD6D6;
}

.post .w25 img {
  max-height: 220px;
	object-fit: cover;
}

.post--service.post .w25 {
  height: auto;
}

.post  .w50 img {
 height: 504px;
	object-fit: cover;
}

.post .descr_text.text2:last-child {
  margin-top:auto;
}

.text-block ul li{
	list-style: outside;
} 

.wr_flex .w50 .wr_text img {
	max-height: 220px;
}

._acc .contact_box li .tel {
  margin-right: auto;
  width: fit-content;
  min-width: 354px;
	text-align: end;
}

._acc .gpt-accordion-header {
  align-items: center;
  gap: 20px;
}

._acc .gpt-caret {
  position: relative; 
	padding: 0;
}

._acc .gpt-accordion-header {
  justify-content: space-between;
}

.main > .container:nth-child(1){
	padding: 0;
}

.footer_popap .vw15 {
  width: 15%;
}

.footer_popap .vw30 {
  width: 28%;
}

.construct{
	position: relative;
}

.orange-bg{
	width:782px;
	aspect-ratio:1;
	background-color: #EA7D1A;
	position: absolute;
	z-index:-1;
	bottom:0;
	right: 100px;
	filter: blur(4000px);
	opacity:0.2;
}

.full_img-mob{
	border-radius: 8px;
}

.custom-accordion-item span {
  position: static;
  margin-left: auto;
}

.partners .wr_b_text2 p {
  padding-top: 20px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #DBD6D6;
}

.partners .wr_b_text2 h3 {
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 25px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: -2%;
  color: #DBD6D6;
}

.w50 .part{
	margin-bottom: 20px;
}

	.footer .footer_title{
		border-bottom: 1px solid #727272;
	}
	
.footer .custom-accordion-content{
	padding-left: 0;
}
.top_banner .text-gradient-right .top_text {
  white-space: nowrap;
}

@media screen and (max-width: 680px) {
	.bg_btn{
width: 100%;	
	flex: auto;
}
	
  .product_more {
    margin-top: 0px;
  }
	
  .top_banner .text-gradient-right .top_text {
	  font-size: 17px;}}


@media screen and (max-width: 1750px) {
	.big-statement {
  font-size: 83px;
}
	
	.right_part {
  margin-top: 20px;
}
	.popup .footer_popap .tel, .footer-tel .tel {
  font-size: 32px;
}
	
	.construct .box_text .item .num {
  font-size: 115px;
}
	.about-main-photo {
		grid-column: 1;}
	
	.about-mission {
  grid-column: 2 /span 2;
}
	
	

.about-values {
  grid-column: 4/span 2;
}
	
	about-right-photo {
		grid-column: 6 / span 1;}
	.about-professionalism {
  grid-column: 2/ span 2;
}
	
	.about-strategy {
  grid-column: 4 / span 2;
}
	
	.about-right-photo {
  grid-column: 6 / span 1;
}
	
}

@media screen and (max-width: 1500px) {
	
	.front-pro .col85{
		width: 100%
	}
	
	.right_part .box_text {
		width: 100%;
	}
	
	.construct .box_text .text_block {
  width: 50%;
}
	
	.construct .box_text .wr_img {
  width: 45%;
}
	
	.construct .box_text .item .num {
    font-size: 90px;
  }
		
	
		.right_part {
		width: 100%;
}
	
	.team-gallery {
  gap: 20px;
}
	
	.footer_popap .vw30, .footer_popap .vw15 {
  padding: 40px 30px 120px;
}
	
	.footer_popap.hide_mob .vw15:first-child {
  padding: 40px 30px 90px 0;
}
	
		.popup .footer_popap .tel, .footer-tel .tel {
  font-size: 20px;
}
	
	.footer_popap .top_text{
		font-size: 16px;
	}
	
	.icon_tel{
		width: 14px;
	}
	
	
  .industry-desc {
    padding-top: 0;
  }
	
	.modal-title {  
  font-size: 35px;
}
	
	footer .vw35 {
  width: 30%;
}
	

.modal-bg .footer .right .vw15 {
	padding-top: 60px;
  width: 20%;
}
	.footer_popap .tel {
  font-size: 24px;
		justify-content: center;
}
	
	.news-row-4-cols .news-card, .news-row-2-cols .news-card, .news-card{
	min-height: 520px;
}
	

	.news-row-4-cols{
grid-template-columns: 1fr 1fr;
}
	
	.post .w50 img {
		height: 520px;
}
	
			._acc .gpt-accordion-item.active .contact_box {
  padding-left: 0;
}
	li .tel a {
		font-size: 32px;
	}
	
	.contact_box  .icon_tel {
    width: auto;
		height: 25px;
  }
	
	.text_left_c {
  text-indent: 0%;
}
	
	.section .text.center-text {
  margin-top: 10px;
}
	
}

  .top_banner .top_title {
    z-index: 10;
  }

@media screen and (max-width: 1024px) {
	
	.second_screen h1 {
  font-size: 52px;
}
	
	.modal-bg .footer .wpcf7 {
		padding-top: 40px;
	}
	.footer-btn input {
		margin-top: 30px ;}
	
	.modal-bg .footer .right, .modal-bg .footer .vw35 {
  padding-left: 0;
  padding-right: 0;
}
	
	 .top_banner .bg_left {
    height: 660px;
  }
	
	.top_banner .bg_right {
    height: 0px;
  }
	
	  .top_banner .text-gradient-left, .top_banner .text-gradient-right {
    font-size: 60px;
  }
	
	  .item_grid .wr_text .inner p {
    line-height: 1.1;
  }
	
	 .footer .footer_title {
    border-bottom: 0;
  }
	
	.custom-accordion-item {
  padding: 20px 0;
}
	
	  footer .mobile-accordion-section .custom-accordion-item.active .custom-accordion-tab-container {
    border-bottom: 1px solid #727272;
    padding-bottom: 20px;
  }
	
	._acc .gpt-accordion-item p {
  font-size: 28px;
}
	
	.industry-text {
  min-height: 150px;
}
	
	.industry-title {
font-size: 26px;
}
	
	.industry-title::after{
		top: 6px;
	}
	
	
	._acc .contact_box li .tel {
  min-width: 0;
}
	
	.show_mob {
    display: block !important;
  }
		.post .w50 img {
		height: 420px;
}
	
		.news-row-4-cols .news-card, .news-row-2-cols .news-card, .news-card{
	min-height: 420px;
}
	
	
	.review-stars .wpcf7-list-item-label::before {
  width: 42px;
}
	
	.mt70{
	margin-top: 35px;
}
	.grid3 {
	grid-template-columns: 1fr;
	gap: 40px;
	margin-bottom: 30px;
}
	
	.grid2{
	grid-template-columns: 1fr;
	gap: 30px;
	}
	
	.image_block, .image_block div{
	min-height: 350px;}
	
  .bg_img_serv {
    height: 300px;
  }
		.services .title_acc {
  font-size: 55px;
}
	
	.year-big {
  font-size: 120px;
  letter-spacing: -2%;
}
		
h2.losung p{
font-size: 80px;
	}
	
	.team-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
	
	
.member-pos-1 {
grid-column: 3 / span 1;
  grid-row: 2 / span 1;
  align-self: end;
  z-index: 2;
}

.member-pos-2-large {
grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  z-index: 2;
}

.member-pos-3{
	grid-column: 3 / span 1;
  grid-row: 1 / span 1;
  z-index: 2;
}

.member-pos-4{
	grid-column: 4 / span 1;
  grid-row: 1 / span 1;
  z-index: 2;
}

.member-pos-5{
	grid-column: 4 / span 1;
  grid-row: 2 / span 1;
  z-index: 2;
}
	
	  .about-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto, auto);
    gap: 15px;
  }

	
	.about-grid-item{
		grid-column: auto / span 1 !important;
    grid-row: auto / span 1 !important;
	}
	.about-grid-item.about-main-photo {
  grid-row: auto / span 2 !important;
}
	
	.mb120{
		margin-bottom:  60px;}
		
			.wr_gradient {
  padding: 80px 15px 0 15px;
}


	.contact-box ._acc .col15 {
 gap:20px;
}
	.reviews-form-box {
  margin: 0px;		
			padding: 25px;
}
.contact-box .grid2 {
  gap: 0;
	margin-bottom: 20px;
}
	
	.review-card__stars {
  display: flex;
  gap: 3px;
}
	.star {
  width: 26px;
  height: 26px;
}
	
	.review-grid {
    grid-template-columns: 1fr;
  }
	

	
	
	.modal-bg .footer .footer_title {
  padding-bottom: 0;
  border-bottom: 0;
}
	.modal-bg .title_acc{
		width: 100%
	}
	
	
	.hide_mob {
    display: none !important;
  }
	.first-row, .second-row{
  display: flex;
  gap: 20px;
  justify-content: space-between;
		padding: 0px 0px 20px;
}

	.button50{
		max-width: 50%;
	}
	.button50 .icon_tel{
		width: 14px;
	}
	.second-row {    
    padding: 20px 15px;
		border-top: 1px solid var(--gray_02, #727272);
	border-bottom: 1px solid var(--gray_02, #727272);
		margin-bottom: 10px;
	}
	
	.mail{
		  text-transform: lowercase !important;
	}
	
	.popup .form {
  padding: 15px 0;
}
	.popup .form .sumbt{
		background: 0;
		background-color: #EA7D1A;
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%);
		font-size:24px;
	}
	
	.first-row .social {
  max-width: 25%;
}
	
	.first-row .mail-top {
  max-width: 80%;
}
	
	.social a {
  display: block;
  margin-right: 5px;
}
	
	.first-row .mail-top img {
  width: 16px;
}
	
.footer-mail {
  margin-top: 25px;
}
	
	.footer_popap .top_text {
 font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 13px;
line-height: 120%;
letter-spacing: -1%;
text-align: right;	
}
	 .footer_popap .tel {
    font-size: 16px;
    justify-content: center;
	}
	.mobile-accordion-section{
		padding:0;
	}
	
		
	 .modal-bg .wr_slogan {		 
		 padding: 20px 0 0 0;
		 display: block;
  }
 .modal-bg .footer {
  margin-top: 20px;
}
	
	.footer .wr_flex .right:last-child{
		width: 100%;
	}
	.footer {
  border-top: 1px solid #727272;
}
	.news-card__title{
font-family: Inter;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: -1%;
max-width: 70%;
} 
	.newsdesc-right-box a {
  font-size: 14px;
  padding-bottom: 5px;
}
	
	.modal-bg .footer .mobile-footer-layout{padding: 0;}
	footer.footer .custom-accordion-item {
		border-bottom: 1px solid #727272;
	}
	
	.facts-about-section .centre_block.year-big {
  max-width: 100%;
}
	.partners .w20 {
  width: 100%;
		margin-top: 20px;
}
	
	.lm {
  margin-right: 0px;
}
	

	
	.partners::after {
  width: 1500px;
  margin-left: -850px;
}
	
	.centre_block {
  margin: 20px auto 30px; 
}
	
		.under_line {
  max-width: 250%;
}
	
	  .custom-accordion-content {
    width: 100%;
  }
	
	.bg_left::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
	.top_banner .text-gradient-right .boot_text {
  bottom: -105px;
}
	
	.footer .services_list li, .footer .product_list li {
  border-bottom: 0;
}
	
	.mobile-footer-bottom-section{
		margin-top: 20px;
	}
	
}


@media screen and (max-width: 768px) {
	
	  .item_grid .wr_text .inner p {
    font-size: 18px;
  }
	
	.construct .box_text .wr_img img {
  max-height: 200px;
}
	
		.contact-box ._acc {
  border-right: 0;
}
	.wr_btn {
  max-width: auto;
}
		
	  .construct .box_text .wr_img , .construct .box_text .text_block {
    width: 100%;
	text-align: center;
  }
	 .tabs_acc, .tabs_acc2 {
    width: 100%;
  }
	
		.post .w50 .image-block {
	min-height: 320px;
}
	
	.big-statement {
  font-size: 43px;
}
	
	.under_line {
  max-width: 464%;
}
	
	.industry-grid {
  gap: 20px;
}
	
	  .centre_block .inner {
    margin-left: auto;
  }
	
		.centre_block {
  margin: 20px 0 30px; 
}
	 .centre_block .in_text {
    font-size: 19px;
    margin: 20px auto;
  }
	
	.form {
  padding: 0;
}
	

	
	.about-grid-item {
  padding: 20px 0 ;
}
	
	.popup .footer_popap .social, .footer_popap .social {
 gap:5px;
}
	
	.wr_gradient {
  padding: 50px 15px 0 15px;
}
	
			.post .w50 img {
		height: 320px;
}
	
	.wr_line + .section.no_bg  {
    padding: 0px 15px 25px;
  }
	
.mb40{
	margin-bottom:  20px;
}
	
	.mb120{
	margin-bottom:  40px;
}
	
	.services .title_acc {
  font-size: 40px;
}
	
  .banner_img {
    min-height: 290px;
  }
	
	.bg_img_serv {
    height: 250px;
  }

  .custom-accordion-content, .title_acc, ._acc, .banner_img {
    width: 100%;
  }
	
	h2.losung p{
font-size: 35px;
	}
	
		.year-big {
  font-size: 60px;
  letter-spacing: -2%;
}

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

  .team-member {
    grid-column: auto / span 1 !important; 
    grid-row: auto / span 1 !important;
  }

  .member-pos-2-large {
    grid-column: 1 / span 2 !important; 
    grid-row: 1 / span 1 !important;
  }
	
		.about-grid-container { 
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto, auto);
	}
	
		.about-grid-item.about-main-photo {
  grid-row: auto / span 1 !important;
}
	
	.post--service.post .w25 .descr_text:last-child {
  width: 100%;
}
	
	.review-card {
  padding: 15px;
}
		.review-stars .wpcf7-list-item-label::before {
  width: 32px;
}
	
	.modal-bg .footer .right, .modal-bg .footer .vw35 {
  padding-left: 0px;
  padding-right: 0px;
}


	
	.modal-bg .footer .mobile-footer-layout  .footer_title {
  padding-bottom: 0px;
  border-bottom: 0;
}
	
	.modal-bg .footer .mobile-footer-layout .mobile-accordion-section {
    margin: 0;
  }
	.modal-bg .footer .footer-btn p {
		text-align: left;
	}
	
	.modal-bg .footer .footer-btn input {
		margin-top: 20px;
	}
	
	.modal-bg .footer .vw15 {
    padding-bottom: 20px;
  }
	
	.footer-form-header h3 {
  text-align: left;
font-size: 17px;
line-height: 100%;
letter-spacing: -2%;		
}
	
	.modal-title{
		display: block;
			max-width: 100%;
		font-family: Oswald;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 110%;
letter-spacing: -2%;
		text-align: start;
	}
	.modal-bg .box_info{
		display: none;
	}
	
	
.news-row-2-cols, .news-row-4-cols{
grid-template-columns: 1fr ;
}
	  .news-card__title {
    font-size: 14px;
		  line-height: 1.1;
  }
	
	.newsdesc-right-box {
  min-width: 95px;
}
	
	.newsdesc-right-box .count {
  font-size: 14px;
}
	.news-row-2-cols .news-card, .news-row-4-cols .news-card {
  margin: 0px;
}
	.news-grid-wrapper .line{
		display: none;
	}
	
			.news-row-4-cols .news-card, .news-row-2-cols .news-card, .news-card{
	min-height: 320px;
}
	
	.industry-item img {
  max-height: 320px;
}
	
	.popup .footer_popap .tel {
    font-size: 16px;
  }
	
	.popup .footer_popap .top_text {
  font-size: 14px;
		text-transform: lowercase;
}
	.footer-tel {
  gap: 4px;
}
	
	  .button50 .icon_tel {
    width: 12px;
  }
	
  .second-row {
    padding: 20px 0px;
  }
	
	.vw15.right .wpcf7{
		padding-top:20px
	}
	
	
  ._acc .gpt-accordion-item p {
    width: 80%;
  }
	
	  .section_01 {
    padding: 90px 15px 25px;
  }
	
	.right_part .box_text {
		margin-right: 150px;}
	
	.text_center {
  margin: 25px auto;
		font-size: 18px;
}
	
	.right_part div.box_text:nth-child(1){
		margin-right: 0px;
	}
	
	.video {
  padding: 0 15px;
}
	
	  ._0_ {
    padding: 20px 15px !important;
  }
	
	  .construct .box_text .item {
    width: 100%;
    padding: 20px 0;
  }
	
	.section_01.none_after.licenze{
		padding: 20px 15px 25px;  
	}
	
		.industry-title {
font-size: 18px;
line-height: 120%;
}
	
	.industry-title::after{
		top:6px;
		width: 10px;
  height: 10px;
	}
	
	.industry-item{
		max-height: 450px;
		top: 10px;
	}
	.industry-item .industry-text{
		min-height: auto;
		height: auto;
		max-height: auto;
		gap: 15px;
	}
	
	.industry-desc {
  padding-left: 15px;
		width: 100%;
}
	
	.industry-number {
  font-size: 14px;
}
	
	элемент {
}
.footer .footer_title {
  border-bottom: 0;
}
	.custom-accordion-content {
  padding-left: 0;
}
	
	  footer .mobile-accordion-section .custom-accordion-item.active .custom-accordion-tab-container {
    border-bottom: 1px solid #727272;
    padding-bottom: 20px;
  }
	
	.bg_left{
		z-index: 10;
		position: relative;
	}
	
	.bg_right{
		height: 0;
	}
	.top_banner .bg_right .inner_images{
		display: none;
	}
	
	  .second_screen h1 {
    font-size: 38px;
  }
	
		  .second_screen p {
    font-size: 22px;  }

	.main {
  margin-top: 73px;
}
	
}

@media screen and (max-width: 680px) {
  .top_banner .text-gradient-left, .top_banner .text-gradient-right {
    font-size: 45px;
  }
	.top_banner .bg_right .wr_text{
  width: 258px;
  right: 0px;
  transform: translate(-50%);
  left: 62%;
		top: -300px;
	}
	.top_banner .bg_right .text_right{
		top: -250px;
  transform: translate(-50%);
left: 70%;
    width: fit-content;
	}
	.top_banner .text-gradient-right .boot_text{
		bottom: -300px;
	}
	.top_banner .bg_right .vartist{
		bottom: 85px;
    width: 100px;
    height: 100px;
	}
	
	  .top_banner .bg_left {
    height: 350px;
		  min-height: 350px;
  }
	  .top_banner .bg_right {
    height: 0px;
    min-height: 0;
  }
	.top_banner .text-gradient-right .top_text {
  white-space: normal;
}
			
	  .second_screen h1 {
    font-size: 32px;
  }
	
	  .second_screen p {
    font-size: 20px;  }
	
	 .wr_slogan .box_info .text_info, .wr_slogan .company_slogan {
    text-align: left;
  }
	
  .wr_slogan .box_info {
    display: flex;
	  gap: 20px;
  }
	
	.col15 .number, .col15_2 .number {
  max-width: 100%;
}	
	
	.reviews-form-box {
    padding: 20px;
  }

	
.section.no_bg.custom_padding + .centre_block{
	margin-top: 0;
}
	
	 ._acc .gpt-accordion-item p {
    font-size: 18px;
  }
	
	.vacncii ._acc .gpt-accordion-content {
  padding-left: 0%;
}
	
	  .license_grid {
    grid-template-columns: repeat(1, 1fr);
  }
	
	.lightbox_img_wrap {
  min-height: 320px;
}
	
	.right-block {
  gap: 5px;
}
	
	.licenze.under_subtext{
		margin: 20px 0;
	}
	
	 .top_banner .top_title {
    top: 87px;
    max-width: 100%; 
   flex-flow: initial;
    left: 50%;
    padding-left: 0;
  }
	
	 .top_banner .bg_right .wr_text {
    width: 340px;
    right: 0px;
    transform: translate(-50%);
    left: 50%;
    top: -393px;
    text-align: center;
    display: ruby;
  }
	
	  .top_banner .bg_right .vartist {
    bottom: 260px;
    width: 130px;
    height: 130px;
    right: 56%;
  }
	
	 .top_banner .bg_right .sub_text {
    font-size: 28px;
		 color: #DBD6D6;
		 opacity: 0.9;
  }
	
	  .top_banner .text-gradient-left, .top_banner .text-gradient-right {
    font-size: 28px;
  }
	
	.top_banner .text-gradient-right {
    margin-left: 10px;
  }
	
	  .top_banner .bg_right .text_right {
    top: 150px;
    transform: translate(-50%);
    left: 70%;
    width: max-content;
  }
	
	 .top_banner .bg_right {
    height: 250px;
  }
	
	  .top_banner .bg_left {
    height: 350px;
    min-height: 350px;
		  margin-top: 170px;
  }

  .top_banner .text-gradient-right .boot_text {
    bottom: 0;
    width: 260px;
    left: 20px;
    top: 449px;
  }
	
.top_banner .text-gradient-right .boot_text::after {
  left: -20px;
  top: 2px;
}
	
  .top_banner .text-gradient-right .top_text {
    white-space: nowrap;
    left: 0;
    top: -30px;
    width: 100%;
    text-align: center;
  }
	
	.top_banner .text-gradient-right {
  position: static;
}
	
}

@media screen and (max-width: 480px) {
  .logo img {
    height: 28px;
  }
}
