:root {
--dark-bg: #161716;
--accent-green:#89BC47;
}

html {
scroll-behavior: smooth;
}




* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #062511;
	font-weight: 300;
	background: #FEFEFE;
}

section {
	margin-top: 100px;
}

p {
	line-height: 1.5em;
}

a {
	transition: all 1s ease;
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 90px;
	font-weight: 700;
	line-height: 76.01px;
}

h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #062511;
}

h2 {
	font-size: 45px;
	width: 30%;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #062511; /* Колір фону прелоадера */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  flex-direction:column;
}

.loader {
        margin: auto;
    background: url(https://apmetsa.eu/wp-content/uploads/2024/10/logo.svg) no-repeat center;
    background-size: 150px;
    width: 300px;
    height: 300px;
    /* width: 100%; */
    position: relative;
    top: 25%;
}


.loader2 {
     border: 5px solid #FCFFE4;
    border-top: 5px solid #084503;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s ease-in-out infinite;
    position: relative;
    margin: auto;
    top: -25%;
    /* right: 50%; */
    transform: translate(0%, -50%);
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.container {
	width: 100vw;
	padding-left: 100px; 
	padding-right: 100px; 
	box-sizing: border-box;
	max-width: none;
}

header {
	color: #fff;
	position: absolute;
	padding-top: 20px;
	left: 50%;
	transform: translate(-50%, 0%);
}

.hero {
	height: 100vh;
	background: url(../img/hero-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	display: flex;
    align-items: flex-end;
}

.offer__desc_content {
display:flex;
gap:71px;
align-items: flex-end;
}

.hero-repair {
background: url(https://apmetsa.eu/wp-content/uploads/2025/02/image-1-_39_.webp);
background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.header__content {
	display: flex;
	justify-content: space-between;
}

.header__nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__menu {
	display: flex;
	list-style: none;
}

.menu__item {
	padding: 5px 0px;
  	position: relative;
  	text-decoration: none;
  	color: #fff;
  	display: block;
  	transition: color .45s;
  	margin-right: 30px;
}

.menu__item::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: 1px;
  	background-color: #fff; /* Колір підкреслення */
  	transition: width .45s ease;
}

.menu__item:hover {
  color: #fff;
}

.menu__item:hover::after {
  width: 100%;
}

.language {
	display: flex;
	margin-left: 30px;
}

.language img {
	width: 15px;
	margin-right:5px;
}

.header__divider {
	width: 200px;
	height: 1px;
	background:#FFFFFF33;
}

/* Стиль контейнера випадаючого списку */
.language-dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-transform:uppercase;
}

/* Стиль для основного поля вибору */
.selected-language {
	padding: 3px 0px;
  	color: #FFFFFF;
  	position: relative;
  	text-decoration: none;
  	display: block;
  	transition: color .45s;
}

.selected-language::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: 1px;
  	background-color: #fff; /* Колір підкреслення */
  	transition: width .45s ease;
}

.selected-language:hover {
  color: #fff;
}

.selected-language:hover::after {
  width: 100%;
}

/* Стиль випадаючого меню */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 1;
  list-style:none;
}

/* Стиль посилання з анімацією підкреслення */
.dropdown-content a {
	font-size: 14px;
  position: relative;
  padding: 10px 0px;
  text-decoration: none;
  color: #ffffff80;
  display: block;
  transition: color .45s;
  width: fit-content;
}

.dropdown-content a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff; /* Колір підкреслення */
  transition: width .45s ease;
}

.dropdown-content a:hover {
  color: #fff;
}

.dropdown-content a:hover::after {
  width: 100%;
}

/* Показати випадаюче меню при наведенні */
.language-dropdown:hover .dropdown-content {
  display: block;
}

.hero {
	margin-top: 0px;
}

.hero__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 50px;
}


.text__decoration {
	font-weight: 700;
	font-size: 200px;
    color: #FFFFFF08;
	-webkit-mask: linear-gradient(#000 0 0) text;
	mask: linear-gradient(#000 0 0) text;
	backdrop-filter: blur(4px);
	-webkit-text-stroke: 1px #FFFFFF21;
	font-family: "Arial Hebrew", sans-serif;
	transition: all .45s ease;
	cursor: default;
	line-height: 1em;
}

.text__decoration:hover {
	color: #FFFFFF10;
}

.offer {
	width: 600px;
}

.offer__repair {
	width:655px;
}

.offer__title {
	width: 400px;
	margin-bottom: 25px;
}

.offer__repair .offer__title {
font-size:70px;
width:100%;
}

.offer__desc {
	width:552px;
}

.slider-container {
            width: 335px; /* Ширина слайдера */
            height: 263px; /* Висота слайдера */
            overflow: hidden;
            position: relative;
            border-radius: 10px;
        }

.slider {
            display: flex;
            width: 400%; /* 4 картки по 100% ширини */
            transition: transform 0.5s ease-in-out;
        }

.slide {
            width: 335px; /* Фіксована ширина для коректного відображення */
            color:#fff;
            height: 100%;
            flex-shrink: 0;
            background: #161716;
            padding:20px 15px;
            height:242px;
            display: flex;
    flex-direction: column;
    justify-content: space-between;
        }
        .slide_desc {
        font-size:14px;
        }
        .repair_about-content {
        width:80%;
        display:flex;
        flex-direction:column;
        gap:30px;
        align-items:center;
        text-align:center;
        margin:0 auto;
        }
        .repair_about-content img {
        width:58px;
        }
        
        .slide__title {
        display:flex;
        justify-content:space-between;
        width:100%;
        align-items:center;
       
        }

        /* Пагінація */
.pagination {
            position: absolute;
            
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 8px;
            bottom:0px;
        }

.dot {
            width: 6px;
            height: 6px;
            background: #FFFFFF80;
            border-radius: 50%;
            cursor: pointer;
            transition: background 0.3s;
        }

.dot.active {
 			width: 8px;
            height: 8px;
            background: #fff;
        }
        .slider-title {
        font-size:18px;
        color:#fff;
        }

.about__content {
	display: flex;
	justify-content: space-between;
    margin-bottom:20px;
}

.about__desc {
	margin-left: 20px;
	width: 70%;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	list-style: none;
	justify-content: space-between;
}

.gallery__item {
	width: calc(25% - 5px);
	margin-right:5px;
	border-radius: 4px;
}

.gallery__item:last-child {
	margin-right: 0px;
}

.gallery__item__wrapper {
	overflow: hidden;
	height: 264px;
    border-radius: 4px;
}

.gallery__item__wrapper img {
	width: 100%;
	border-radius: 4px;
	transition: .45s ease all;
}

.gallery__item__wrapper:hover .gallery__item_img {
	transform: scale(1.2);
}

.gallery__video {
	width: 100%;
	margin-right:0px;
	margin-bottom: 5px;
}

.video-container {
  width: 100%;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.plant__desc {
	margin-left: 20px;
	width: 70%;
}

.plant__content {
	display: flex;
	justify-content: space-between;
}

.plant__image {
	width: 100%;
	margin: 30px 0px;
	border-radius: 4px;
}

.accordion .accordion-item {
  padding: 15px 0px;
  border-top: 1px solid #06251133;
}

.accordion button {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  width: 100%;
  color: #062511;
  border: none;
  background: none;
  outline: none;
  align-items: center;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
}
.accordion button .accordion-title {
  font-size: 25px;
  font-weight: 600;
  display: flex;
}
.accordion button .icon {
  display: flex;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #062511;
  border-radius: 122px;
  justify-content: center;
  align-items: center;
}
.accordion button .icon::before {
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  background: currentColor;
  position: absolute;
}
.accordion button[aria-expanded=true] {

}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: fit-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  margin-top: 15px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  padding-left: 50px;
}

.accordion-content-text-title {
	font-size: 20px;
	font-weight: 600;
}

.accordion_number {
	display: flex;
	width: 45px;
	margin-right: 5px;
}

.accordion__list {
	list-style-type: square;
	list-style-position: inside;
}

.accordion__note {
	font-size: 12px;
}

.recruiting__desc {
	margin-left: 20px;
	width: 70%;
}

.recruiting__content {
	display: flex;
	justify-content: space-between;
}

.recruiting__list {
	display: flex;
	justify-content: space-between;
}

.recrute__title {
	width: 30%;
}

.recrute__list {
	list-style: none;
	width: 70%;
	margin-left: 20px;
}

.recrute__number {
	font-weight: 600;
	display: flex;
	width: 28px;
	margin-right: 5px;
}

.recrute__item {
	font-size: 14px;
	display: flex;
	align-items: baseline;
	border-top: 1px solid #0000001A;
	padding: 5px 0px;
}

.recrute__item:last-child {
	border-bottom: 1px solid #0000001A;
}

.recrute__list-first {
	margin-right: 20px;
	margin-left: 0px;
}

.recruiting__list:last-child {
	margin-top: 30px;
}

.contact__content {
	display: flex;
	justify-content: space-between;
}

.contact__link img {
	margin-right: 10px;
}

.contact__title {
	width: 100%;
}

.contact__info {
	width: 50%;
}

.contact__item {
	margin-bottom: 20px;
}

.contact__item_title {
	font-size: 20px;
}

.contact__link {
	display: flex;
	color: #062511;
	font-size: 18px;
	margin-top: 10px;
}

.contact__list {
	display: flex;
	margin-top: 30px;
	flex-wrap: wrap;
}


.contact__link_text {
	color: #062511;
	padding: 2px 0px;
  	position: relative;
  	text-decoration: none;
  	transition: color .45s;
  	max-width: fit-content;
}

.contact__link_text::after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: 1px;
  	background-color: #062511; /* Колір підкреслення */
  	transition: width .45s ease;
}

.contact__link_text:hover {
  color: #062511;
}

.contact__link_text:hover::after {
  width: 100%;
}

.contact__item {
	margin-right: 20px;
}

.contact__full {
	width: 100%;
}

.social__list {
	display: flex;
	list-style: none;
	margin-top: 10px;
}

.social__item {
	margin-right: 10px;
}

.social__link img {
	transition: .45s ease all;
}

.social__item:hover .social__link img {
	transform: scale(1.1);
}

.contact__form {
	padding: 20px;
	background: #FEFEFE;
	box-shadow: 5px 7px 35.1px 0px #0000000D;
	border-radius: 6px;
}

.contact__form_title {
	font-size: 30px;
}

.contact__form_text {
	font-size: 18px;
	margin: 15px 0px;
}

.contact-us__form {
	display: flex;
    flex-direction: column;
}

.form__input {
	border:none;
	padding: 13px 15px;
	outline: none;
	border-bottom: 1px solid #0000001A;
	font-weight: 300;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #062511;
	margin-bottom: 10px;
    width:100%;
}

.form__input::placeholder {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	color: #062511;
	opacity: 0.3;
	font-weight: 300;
}

.form__input:hover {
	border-bottom: 1px solid #062511;
}

.form__input:focus {
	border-bottom: 1px solid #062511;
	background-color: #F8F8F8;
}

.form__textarea {
	min-height: 190px;
}

.cta {
	background-color: #084503;
	border:none;
	outline: none;
	font-family: "Inter", sans-serif!important;
	font-size: 14px!important;
	text-transform: uppercase;
	font-weight: 400!important;
	letter-spacing: 0.02em!important;
	padding: 12px 0px;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #084503;
	transition: all 1s ease;
    width: 100%;
}

.wpcf7-spinner {
display:none!important;
}


.cta:hover {
	background-color: #FEFEFE;
	border: 1px dashed #084503;
	color: #084503;
}

footer {
	background: url(../img/footer_bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 122px;
	margin-top: -122px; 
}

.footer__content {
	display: flex;
	justify-content: space-between;
	padding: 20px 0px;
}

.footer__logo img {
	width: 146px;
}

.footer__divider {
	width: 200px;
	height: 1px;
	background:#FFFFFF33;
	margin-right: 30px;
}

.footer__rights {
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}

.navbar {
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: white;
}

.burger {
  width: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 20px;
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background: white;
  transition: all 0.3s;
}

/* Повноекранне меню */
.menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #062511;
  color: white;
  transform: translateY(-200%);
  transition: transform 0.3s ease;
  z-index: 100;
  padding: 20px;
}

.mobile__menu {
	display: flex;
	flex-direction: column;
}

/* Посилання в меню */
.menu nav a {
  font-size: 16px;
  font-weight: 300;
  color: white;
  text-decoration: none;
  margin: 15px 0;
  transition: color 0.3s;
}

.menu nav a:hover {
  color: #aaa;
}

/* Кнопка закриття */
.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 26px;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

/* Активне меню на весь екран */
.menu.active {
  transform: translateY(0);
}

/* Анімація для бургер-меню */
.burger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.recrute__title_mob {
	display: none;
}

.pgc-rev-scroll-bar-thumb-item-wrap {
border-radius:3px!important;
}

.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-wrap img {
border-radius:3px!important;
}

.pgc-rev-scroll-bar-thumb-simple-border .pgc-rev-scroll-bar-thumb-item-wrap img {
border-radius:3px!important;
}

.pgc-rev-scroll-bar-thumb-item-inner {
border-radius:3px!important;
}

.cssbuttons-io-button {
  background: #084503;
  color: white;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  width:fit-content;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #084503;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #7b52b9;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}

.info__img {
width:calc(50% - 10px);
border-radius:5px;
}

.info_cotainer {
display:flex;
justify-content: space-between;
}

.repair_benefits {
margin-top:60px;
}

.repair__benefits-list {
display:flex;
gap:20px;
justify-content:space-between;
flex-wrap:wrap;
list-style:none;
}

.repair__benefit-item {
    width: calc(33.333% - 15px);
color:#fff;
background:var(--dark-bg);
padding:15px;
border-radius:5px;
height:157px;
display:flex;
flex-direction:column;
justify-content:space-between;
}

.repair__benefit-heading {
display:flex;
justify-content:space-between;
align-items:center;
}

.repair__benefit-title {
color:#fff;
font-size:18px;
}

.repair__benefit-count {
display:flex; 
width:34px;
height:34px;
background:var(--accent-green);
justify-content:center;
align-items:center;
border-radius:50%;
}

.repair__benefit-desc {
font-size:14px;
font-weight:300;
}

.steps {
padding: 100px 0px;
background:url(https://apmetsa.eu/wp-content/uploads/2025/02/Frame-104-scaled.webp);
background-size:cover;
background-position:center;
}

.step__title {
color:#fff;
margin-bottom:30px;
}

.tabs {
  height:572px;

  overflow:hidden;
}
.tabs .tab-header {
  float:left;
  width:35%;
  border-left: 1px solid #FFFFFF33;
  
}
.tabs .tab-header > div {
  height:50px;
  line-height:50px;
  font-size:16px;
  color:#888;
  cursor:pointer;
  padding-left:20px;
}
.tabs .tab-header > div:hover,
.tabs .tab-header > div.active {
  color:#fff;
  border-left: 1px solid var(--accent-green);
}
.tabs .tab-header div i {
  display:inline-block;
  margin-left:10px;
  margin-right:5px;
}
.tabs .tab-content {
  position:relative;
  height:100%;
  overflow:hidden;
  border-top: 1px solid #FFFFFF33;
}

.tabs .tab-content > div {
  position:absolute;
  color:#fff;
  top:-200%;
  transition:all 500ms ease-in-out;
  
}
.tabs .tab-content > div.active {
  top:0px;
}


.tab_count {
display: flex;
width:70px;
padding:10px 0px;
background:var(--accent-green);
color:#fff;
justify-content:center;
border-radius:3px;
}

.step__content {
display:flex;
align-items:center;
gap:50px;
margin-top:0px;
}

.step__info {
width:80%;
margin:20px 0px;
}

.step__title {
font-size:30px;
}

.step-cta {
    display: flex;
    width: 100%;
    justify-content: center;
}
.step-cta:hover {
background:transparent;
color:#fff;
}

.tabs-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-top:30px;
}

.tabs-gallery label {
  order: 1;
  display: flex;
  width:33.3333%;
  justify-content:center;
  padding:10px 0px;
  cursor: pointer;
  transition: all ease 0.2s;
  border-bottom: 1px solid #0000001A;
  color:#0625114D;
}

.tabs-gallery .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1rem;
  background: #fff;
  
}

.tabs-gallery input[type=radio] {
  display: none;
}

.tabs-gallery input[type=radio]:checked + label {
  border-bottom:1px solid var(--accent-green);
  color:#062511;
}

.tabs-gallery input[type=radio]:checked + label + .tab {
  display: block;
}





@media (max-width: 1400px) {
	.container {
		padding-left: 20px; 
		padding-right: 20px; 
	}
	.text__decoration {
    	font-size: 170px;
    }
    h2 {
    	font-size: 35px;
    }
    .contact__link {
	    font-size: 16px;
	}
	.menu__item {
	    margin-right: 20px;
	}
	.footer__divider {
		width: 100px;
	}
	.language {
	    margin-left: 20px;
	}
    .tabs {
    display: flex;
    justify-content: space-between;
    }
    .tabs .tab-content {
    width: 62%;
}
}

@media (max-width: 1200px) {
	.menu__item {
        margin-right: 15px;
        font-size: 14px;
    }
    .header__divider {
	    width: 100px;
	}
	.language {
	    margin-left: 15px;
	}
	.hero__content {
	    padding-bottom: 30px;
	}
	section {
	    margin-top: 50px;
	}
	.hero {
		margin-top: 0px;
	}
	h1 {
	    font-size: 60px;
	    line-height: 60px;
	}
	h2 {
        font-size: 30px;
    }
    .gallery__item__wrapper {
	    height: auto;
	}
	.contact__content {
	    flex-direction: column;
	}
	.contact__info {
	    width: 100%;
	}
	.footer__menu {
		display: none;
	}
	.footer__divider {
		display: none;
	}
    .offer__repair {
    width: 50%;
}
.offer__repair .offer__title {
    font-size: 50px;
    }
    .repair__benefit-item {
    width: calc(50% - 15px);
    }
    .tabs .tab-header > div {
    height:auto;
        line-height: 1.5em;
    padding: 10px 15px;
    }
    .tabs {
    height: 465px;
    }
    .gallery-repair-header {
    width:100%;
    }
    
    
  
}

@media (max-width: 992px) {
	.header__menu {
		display: none;
	}
	.header__divider {
		display: none;
	}
	.navbar {
	  display: flex;
	}
	.hero__content {
	    align-items: flex-start;
	    padding-bottom: 10px;
	    flex-direction: column;
	}
	.offer {
		width: 100%;
		margin-bottom: 20px;
	}
	.about__content {
		flex-direction: column;
	}
	h2 {
        width: 100%;
        margin-bottom: 20px;
    }
    .about__desc {
	    margin-left: 0px;
	    width: 100%;
	}
	.plant__content {
		flex-direction: column;
	}
	.plant__desc {
		margin-left: 0px;
	    width: 100%;
	}
	.accordion button .accordion-title {
	    font-size: 20px;
	}
	.accordion_number {
	    width: 35px;
	}
	.accordion button .icon {
	    width: 26px;
	    height: 26px;
	}
	.recruiting__content {
		flex-direction: column;
	}
	.recruiting__desc {
		margin-left: 0px;
	    width: 100%;
	}
        .tabs {
        height: 490px;
    }
    .tabs-gallery label {
    font-size: 14px;
}
}

@media (max-width: 768px) {
	.text__decoration {
        font-size: 120px;
    }
    .gallery__item {
	    width: calc(50% - 5px);
	    margin-right: 0px;
	    margin-bottom: 5px;
	}
	.gallery__video {
		width: 100%;
	}
	.accordion button .accordion-title {
	    font-size: 18px;
	}
	.recruiting__list {
	    flex-direction: column;
	}
	.recrute__title_mob {
		display: flex;
	}
	.recrute__title_mob-hidden {
		display: none;
	}
	.recrute__title {
		width: 100%;
	}
	.recrute__list {
		margin-top: 20px;
	    width: 100%;
	    margin-left: 0px;
	}
        .repair__benefit-item {
        width: 100%;
    }
        .tabs {
        height: 570px;
        flex-direction:column;
    }
    .tabs .tab-header {
    width: 100%;
    border-left:none;
    display: flex
;
    flex-wrap: wrap;
    }
    .tabs .tab-header > div:hover, .tabs .tab-header > div.active {
    color: #fff;
    border-bottom: 1px solid var(--accent-green);
    border-left:none;
}
.tabs .tab-content {
        width: 100%;
    }
    .step__title {
    font-size: 22px;
}
.step__desc {
font-size:14px;
}
.steps {
    padding: 60px 0px;
    }
    .step__title {

    margin-bottom: 20px;
}
.tabs-gallery label {
    width: 100%;
    padding: 10px 20px;
    flex-wrap: wrap;
}
.tabs-gallery {
    gap:5px;
}

}

@media (max-width: 576px) {
	body {
		font-size: 15px;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	.text__decoration {
        font-size: 80px;
    }
    .accordion button .accordion-title {
        font-size: 16px;
    }
    .accordion_number {
        width: 21px;
    }
    .accordion button .accordion-title {
        font-size: 16px;
        width: 85%;
    }
    .contact__form {
	    padding: 15px;
	}
	.contact__form_title {
		font-size: 20px;
	}
	.contact__form_text {
		font-size: 16px;
	}
	.play_button {
		width: 60px;
		height: 60px;
	}
    .info_cotainer {
    flex-direction:column;
}
.info__img {
width:100%;
}
.info__img:first-child {
margin-bottom: 10px;
}
body {
    overflow-x: hidden;
}
.offer__repair .offer__title {
        font-size: 35px;
        line-height: 1.3em;
    }
    .offer__desc_content svg {
    display:none;
    }
    .slide {
        height: 160px;
        border-radius: 8px;
    }
    .slider-container {

    height: 180px;
    }
    .repair_about-content {
    width: 100%;
    font-size: 14px;
    gap: 20px;
}
.repair__benefit-title {
    font-size: 16px;
}
.tabs .tab-header > div {
        width: 100%;
        padding:7px 10px;
    }
        .tabs {
        height: 900px;
    }
    .step__content {
    gap: 20px;
    }
    .steps {
    padding: 100px 0px;
    background: url(https://apmetsa.eu/wp-content/uploads/2025/02/AdobeStock_227368937-1-1.png);
    background-size: cover;
    background-position: center;
    }
    
  
}