body {
    scroll-behavior: smooth;
}
a {
    transition: color .3s ease;
}
footer .container .site-info .menu_footer>div ul li a:hover,
footer .container .site-info .social_footer .social_icon_footer li a:hover,
 ul.social_contact li:hover a {
    color: var(--Accent)!important;
}
section.container.first_section {
    min-height: 674px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.first_section {
  background: 
    linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), 
    var(--bg-desktop);
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .first_section {
    background: 
      linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%), 
      var(--bg-mobile);
      background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
  }
}

h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin: 0 0 24px 0;
    color: var(--White);
    width: 38%;
    max-width: 100%;
}

section.container.first_section p{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 64px 0;
    color: var(--White);
    width: 560px;
    max-width: 100%;
}
.btn_hero {
    display: flex;
    gap: 32px;
}
.btn.activity {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--White);
    padding: 16px 32px;
    background-color: var(--Accent);
    border-radius: 14px;
}
.btn.more {
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: var(--White);
    padding: 16px 32px;
    background-color: transparent;
    border-radius: 14px;
    border: 1px solid #fff;
}
section.activity.container {
    padding-top: 80px;
    padding-bottom: 80px;
}
h2 {
    font-weight: 700;
    font-size: 64px;
    line-height: 120%;
    color: var(--Black);
    margin: 0 0 46px 0;
    text-align: center;
}
.activities {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.activity-item {
    flex: 0 1 50%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0.5px solid #fff;
}
h3.activity-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: var(--White);
    padding-left: 8px;
    margin: 0;
}
section.about {
    background: #4C4C4C;
    padding: 162px 0;
}
.about_inner.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 136px;
}
.about_inner.container .about_left {
    flex: 0 1 41.5%;
}
.about_inner.container .about_right {
    flex: 0 1 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.about_inner.container .about_right>div {
    flex: 0 1 48%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 4px;
    padding: 40px 40px 40px 38px;
    min-height: 236px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #646464;
}
.about_inner.container .about_right>div h3 {
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
}
.about_inner.container .about_right>div p {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}
.about_inner.container .about_left h2 {
    font-weight: 600;
    font-size: 96px;
    text-transform: uppercase;
    text-align: left;
    color: var(--White);
    margin: 0 0 24px 0;
} 
.about_inner.container .about_left p{
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 44px 0;
    color: var(--White);
}
.about_inner.container .about_left a {
    padding: 16px 99px 16px 47px;
    border-radius: 16px;
    position: relative;
    display: inline-block;
}
.about_inner.container .about_left a:after {
    content: url("data:image/svg+xml,%3csvg width='44' height='24' viewBox='0 0 44 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M40 12L2.66667 12' stroke='white' stroke-width='2' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M31.9999 21.3335L41.3333 12.0002L31.9999 2.66683' stroke='white' stroke-width='2' stroke-linecap='square'/%3e%3c/svg%3e");
    position: absolute;
/*     right: 47px; */
    top: 16px;
	margin-left: 8px;
    width: 44px;
    height: 24px;
}
.team.container {
    padding-right: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}
.team_inner.container {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 75px 0;
}
.team_inner.container h2 {
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    color: var(--Black);
    margin: 0;
    text-align: center;
}
.team_inner.container p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--Black);
    margin: 0;
    width: 492px;
    max-width: 100%;
}
.team_front-slide img {
    width: 100%;
}
.navigation {
    width: 158px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}
.swiper-button-next.team_nav, 
.swiper-button-prev.team_nav {
    position: relative;
    top: 24px;
}
.swiper-button-next.team_nav, .swiper-rtl .swiper-button-prev.team_nav {
    right: 0;
    width: 64px;
    height: 64px;
    background: var(--Accent);
    border-radius: 50%;
    border: 1.23px solid var(--Accent);
}
.swiper-button-prev.team_nav, .swiper-rtl .swiper-button-next.team_nav{
    left: 0;
    opacity: 1!important;
    width: 64px;
    height: 64px;
    background: var(--Accent);
    border-radius: 50%;
    border: 1.23px solid var(--Accent);
}
.swiper-button-next.team_nav.swiper-button-disabled, 
.swiper-button-prev.team_nav.swiper-button-disabled
{
    opacity: 1!important;
    border: 1.23px solid #D8D8D8;
    border-radius: 50%;
    background: transparent;
}
.swiper-button-next.team_nav:after, 
.swiper-button-prev.team_nav:after {
    content: '';
}
.swiper-button-next.team_nav svg, 
.swiper-button-prev.team_nav svg {
    width: 28px;
    height: 28px;
}
.swiper-button-next.team_nav svg path, 
.swiper-button-prev.team_nav svg path {
    stroke: #fff;
}
.swiper-button-next.team_nav.swiper-button-disabled svg path, 
.swiper-button-prev.team_nav.swiper-button-disabled svg path {
    stroke: var(--Accent);
}
section.news.container {
    padding-top: 159px;
    padding-bottom: 159px;
    background-color: #4C4C4C;
}
.news_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 53px 0;
}
.news_inner h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 123%;
    color: var(--White);
    margin: 0;
}
.news_inner .btn_news {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--White);
    padding: 8px 59px 8px 16px;
    background-color: var(--Accent);
    border-radius: 8px;
    text-transform: uppercase;
    position: relative;
}
.news_inner .btn_news:after {
    content: url("data:image/svg+xml,%3csvg width='29' height='17' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.3635 8.5L1.75746 8.5' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M21.0909 14.7222L27.2424 8.49995L21.0909 2.27772' stroke='white' stroke-linecap='square'/%3e%3c/svg%3e");
    position: absolute;
    right: 16px;
    top: 7px;
    width: 29px;
    height: 16px;
}
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.news-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
    min-height: 400px;
   
}
.news-card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 182px;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 70%);

}
.news-content {
    padding: 0 24px 26px 24px;
}

.news-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: var(--White);
    min-height: 78px;
    margin: 0 0 4px 0;
    width: 75%;
    max-width: 100%;
}

.news-excerpt {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--White);
    position: relative;
    z-index: 10;
    width: 85%;
    max-width: 100%;
}

.news-button {
  display: inline-block;
  padding: 10px 24px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #000;
  text-decoration: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  transition: background .3s;
  z-index: 10;
  position: relative;
}
.news-button:visited {
    color: #fff;
}
.news-button:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
section.contact.container {
    padding-top: 199px;
    padding-bottom: 134px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.contact.container .contact_left {
    flex: 0 1 48%;
}
section.contact.container .contact_right {
    flex: 0 1 40.6%;
    padding: 32px 36px;
    background-color: #F2F6F8;
    border-radius: 25px;
}
section.contact.container .contact_left p.red_title {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    letter-spacing: 0.01px;
    text-transform: uppercase;
    color: var(--Accent);
    margin: 0 0 9px 0;
}
section.contact.container .contact_left h2 {
    font-weight: 600;
    font-size: 44px;
    line-height: 123%;
    text-align: left;
    margin: 0 0 12px 0;
}
section.contact.container .contact_left p{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    margin: 0 0 60px 0;
}
ul.social_contact {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 244px;
    max-width: 100%;
}
ul.social_contact li {
    display: flex;
    align-items: center;
    gap: 6px;
}
ul.social_contact li:last-child {
    align-items: flex-start;
}
ul.social_contact li,
ul.social_contact li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 122%;
    color: var(--Black);
}
.custom-contact-form .form-row {
    margin-bottom: 24px;
}
.custom-contact-form input,
.custom-contact-form textarea {
    width: 100%;
    padding: 0 24px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    box-sizing: border-box;
    color: var(--Black);
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
    color: #646464;
}
.custom-contact-form textarea {
    min-height: 115px;
    resize: vertical;
    padding: 13.5px 24px;
}

.custom-contact-form input:focus,
.custom-contact-form textarea:focus {
    outline: none;
    background: #eef3f7;
    border: 1px solid #000;
}

.custom-contact-form .form-row.submit-row button {
    font-family: 'Montserrat';
    background: var(--Accent);
    color: #fff;
    border: 1px solid var(--Accent);
    border-radius: 20px;
    font-size: 18px;
    line-height: 100%;
    padding: 17px 25px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-weight: 600;
    transition: background .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.custom-contact-form .form-row.submit-row button:hover {
    background: #fff;
    color: var(--Accent);
    border: 1px solid var(--Accent);
}

/*activity page*/
.first_section_activity {
    background-image: linear-gradient(#000000B2,#000000B2), url("/wp-content/uploads/2025/09/napryamy_diyalnosti-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 122px;
    padding-bottom: 260px;
    position: relative;
    min-height: 711px;
}
.first_section_activity h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 122%;
    text-transform: uppercase;
    color: var(--White);
    margin: 0 0 10px 0;
}
.first_section_activity h1 span {
    font-weight: 800;
    font-size: 103px;
    line-height: 122%;
    text-transform: uppercase;
    color: var(--White);
}
.first_section_activity p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--White);
    margin: 0;
    width: 714px;
    max-width: 100%;
}
.first_section_activity a.bottom_page {
    position: absolute;
    height: 60px;
    bottom: 80px;
    right: 60px;
}
section.auto_bussines {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 124px;
    padding-bottom: 124px;
}
section.auto_bussines h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0 0 32px 0;
    text-align: left;
}
section.auto_bussines>div {
    flex: 0 1 50%;
}
section.auto_bussines.avia>div:first-child {
    display: flex;
    justify-content: flex-end;
}
section.auto_bussines.avia>div:first-child
section.auto_bussines div:last-child h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 125%;
    text-transform: uppercase;
    margin: 0 0 24px 0;
    text-align: left;
}
.accordion {
    border-top: 2px solid #969696;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}
.accordion-item {
    border-bottom: 2px solid #969696;
}
.accordion-header {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 30px;
    line-height: 125%;
    font-weight: bold;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}
.accordion-header .icon {
    transition: transform 0.3s ease;
    height: 40px;
}
.accordion-header.active .icon {
    transform: rotate(180deg);
}
.accordion-content {
    display: none;
    padding: 0 0 12px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.accordion-content p {
    margin: 0;
    flex: 0 1 100%;
}
section.auto_bussines .accordion-content .logo_diller {
    flex: 0 1 10%;
}
section.auto_bussines .accordion-content .content_diller {
    flex: 0 1 85%;
}
section.auto_bussines .accordion-content .content_diller ul.social_contact {
    margin: 0;
    width: auto;
    gap: 14px;
}
section.auto_bussines .accordion-content .content_diller .btn.activity {
    margin: 20px 0 0 0;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    color: var(--Accent);
    font-size: 18px;
    font-weight: 600;
}
section.auto_factory {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 124px;
    padding-bottom: 124px;
    background-color: #4C4C4C;
}
section.auto_factory div:first-child {
    width: 648px;
}
section.auto_factory div:last-child {
    width: 560px;
}
section.auto_factory div:first-child h2 {
    font-weight: 800;
    font-size: 44px;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--White);
    margin: 0 0 32px 0;
    text-align: left;
}
section.auto_factory div:first-child p {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--White);
}
section.auto_factory div:first-child ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
section.auto_factory div:first-child ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: var(--White);
}
section.auto_bussines.avia {
    flex-direction: row-reverse;
    background-color: #4C4C4C;
}
section.auto_bussines.avia div:last-child h2 {
    color: var(--White);
    text-align: left;
}
section.auto_bussines div:last-child h2 {
    text-align: left;
}
section.auto_bussines.avia .accordion-header,
section.auto_bussines.avia .accordion-content p{
    color: #fff;
}
/*about*/
main#about .first_section_activity {
    background-image: linear-gradient(#000000B2,#000000B2), url("/wp-content/uploads/2025/09/pro_nas-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 134px;
    padding-bottom: 272px;
    position: relative;
    min-height: 711px;
}


/* Mission Values Section */
.mission-values {
    padding-top: 142px;
    padding-bottom: 142px;
}
.mission_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 51px 0;
    padding-left: 0;
}
.mission_top h2,
.about_tabs_inner h2,
.gallery_inner h2 {
    font-weight: 800;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    text-align: left;
}
.mission_top h2 span,
.about_tabs_inner h2 span,
.gallery_inner h2 span {
    font-weight: 800;
    font-size: 103px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: justify;
    vertical-align: middle;
    text-transform: uppercase;
}
.mission_top h2 {
    width: 50%;
}
.about_tabs_inner h2,
.gallery_inner h2 {
    width: 33%;
}
.mission_top p {
    font-weight: 400;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0px;
    vertical-align: middle;
    margin: 0 0 21px 0;
    flex: 0 1 40%;
}
.mission_slide {
    border: 1px solid #CC142B;
    background: #CC142B26;
    padding: 30px 32px;
    border-radius: 14px;
    height: auto;
    width: 33%;
}
.mission_slide h3 {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0 0 14px 0;
}
.mission_slide p {
    font-weight: 500;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0;
}
.mission_bottom {
    overflow: hidden;
    position: relative;
}
.mission_bottom>div {
    display: flex;
    gap: 60px;
}
.swiper-slider.mission_bottom .swiper-wrapper {
    padding-bottom: 44px;
  
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    border: 1px solid #646464;
}
.swiper-pagination-bullet-active {
    background: var(--Accent);
    border: 1px solid var(--Accent);
}
.content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

/* Text Content */
.text-content {
    padding-right: 40px;
}

.section-title {
    font-size: 48px;
    font-weight: 900;
    color: var(--text-dark);
    line-height: 1.1;
    margin-bottom: 30px;
    letter-spacing: -0.02em;
}

.section-description {
    font-size: 16px;
    color: var(--text-light);
    line-height: 1.6;
    max-width: 400px;
}

section.time.container {
    background: #4C4C4C;
    padding-top: 188px;
    padding-bottom: 188px;
}


 .tabs {
}

.tab-buttons {
  display: flex;
  gap: 12px;
}

.tab-btn {
  flex: 1;
  padding: 0 0 4px 0;
  width: 185px;
  border: none;
  border-bottom: 5px solid #969696;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
background: transparent;
  cursor: pointer;
  transition: background 0.3s;
  color: #969696;
}

.tab-btn.active {
    border-bottom: 5px solid var(--Accent);
    color: var(--Accent);
}
.time .tabs .tab-container {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tab-inner {
    position: relative;
	flex: 0 1 40%;
}
.tab-inner .abs{
    position: absolute;
    z-index: 10;
    top: 0;
    right: -115px;
    font-weight: 800;
    font-size: 103px;
    line-height: 122%;
    text-transform: uppercase;
    color: var(--Accent);
}
.tab-inner .abs span {
    color: #CC142B26;
     -webkit-text-stroke: 1px var(--Accent); /* червона обводка */
     mix-blend-mode: overlay; /* дозволяє “змішуватись” з фоном */
    pointer-events: none;
}
.main-slider {
 
  margin-bottom: 12px;
  position: relative;
}
.main-slider .swiper-slide {
	background: #4C4C4C;
	width: 100%!important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main-slider img {
	width: 100%;
	height: 350px;
	object-fit: cover;
  display: block;
}

.thumb-slider {
  width: 560px;
  position: relative;
}
@media (min-width: 1600px) {
	.thumb-slider {
		width: 698px;
	}
}
.thumb-slider .swiper-slide {
  width: 2000px;

  cursor: pointer;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-slider img {
  width: 100%;
  height: auto;
}
.swiper-button-next.gallery, 
.swiper-button-prev.gallery {
    color: #fff;
    top: 50%;
    border-radius: 50%;
    background: radial-gradient(47.5% 47.5% at 50% 50%, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    backdrop-filter: blur(4px);
    width: 40px;
    height: 40px;
}
.swiper-button-next.gallery::after,
.swiper-rtl .swiper-button-prev.gallery::after {
    content: url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.75 24.5L19.25 14L8.75 3.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.swiper-button-prev.gallery::after,
.swiper-rtl .swiper-button-next.gallery::after {
    content: url("data:image/svg+xml,%3csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.25 3.5L8.75 14L19.25 24.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    padding: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
.swiper-button-next.gallery.swiper-button-disabled, 
.swiper-button-prev.gallery.swiper-button-disabled {
    opacity: 1;
}
.tab-content {
    display: none;
    border: none;
    justify-content: space-between;
    padding: 101px 0 0 0;
}

.time  .tab-content.active {
    display: flex;
    align-items: center;
}
/* .time .tab-content .swiper-slider {
    width: 536px;
    position: relative;
} */
#tab12.swiper-slide.team_front-slider h3{
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 4px 0;
}
#tab12.swiper-slide.team_front-slider p {
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 4px 0;
}

.time .tab-content .tab_text {
    flex: 0 1 43%;
   
}
.time .tab-content .tab_text p,
.time .tab-content .tab_text ul {
 	font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0px;
    text-align: justify;
    vertical-align: middle;
    color: #fff;	
}
.time .tab-content .tab_text h3 {
	font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: 0px;
    color: #fff;
	margin: 0 0 10px 0;
}
section.about_tabs.container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.about_tabs_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabs.zasnovnyk {
    display: flex;
    gap: 32px;
    width: 500px;
}
.tabs.zasnovnyk .tab-btn {
    flex: 1;
    padding: 14px 32px;
    width: auto;
    border: 1px solid #969696;
    border-radius: 20px;
    background: #F2F6F8;
    font-weight: 600;
    font-style: Bold;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s;
    color: #969696;
}
.tabs.zasnovnyk .tab-btn.active {
    background: var(--Accent);
    color: #fff;
    border: 1px solid var(--Accent);
}
.about_tabs .tab-content.active {
     display: flex;
}
.about_tabs .tab-content#tab11 {

    flex-direction: column;
    gap: 74px;
}
.about_tabs .tab-content#tab11>div {
    display: flex;
    gap: 88px;
}
.about_tabs .tab-content#tab11>div .content_tab {
    display: flex;
    flex-direction: column;
}
.about_tabs .tab-content#tab11>div .content_tab h3 {
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
        margin: 0 0 44px 0;
}
.about_tabs .tab-content#tab11>div .content_tab p{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin: 0 0 30px 0;
}
.about_tabs .tab-content#tab11>div .content_tab p:nth-child(3) {
    margin: 0 0 102px 0;
}
.about_tabs .tab-content#tab11>div .content_tab blockquote p {
font-weight: 400;
font-style: Italic;
font-size: 32px;
line-height: 100%;
letter-spacing: 0px;

}
blockquote {
    margin: 0;
}
.about_tabs .tab-content#tab11>div:nth-child(2) p{
    
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
    margin: 0 0 30px 0;
}
.about_tabs .tab-content#tab11>div:nth-child(3) .content-tab p{
    
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 100%;
letter-spacing: 0px;
vertical-align: middle;
    margin: 0 0 30px 0;
}

.about_tabs .tab-content#tab11>div:nth-child(3) .content_tab {
    justify-content: space-between;
}
.about_tabs .tab-content#tab12 .team_front-slider h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin: 16px 0 4px;
}
.about_tabs .tab-content#tab12 .team_front-slider p {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    min-height: 40px;
    margin: 0 0 16px;
}
.tab-content#tab12 .team_front-slider {
    position: relative;
}
.tab-content#tab12 .navigation {
    width: 100%;
    position: absolute;
    top: 32%;
    justify-content: space-between;
}

.tab-content#tab12 .navigation .swiper-button-next.team_nav.swiper-button-disabled, .swiper-button-prev.team_nav.swiper-button-disabled {
    background: #fff;
}
.tab-content#tab12 .navigation 
.about_tabs .tab-content#tab12 .team_front-slider p.desc {
    font-size: 18px;
    margin: 0;
}
section.gallery.container {
    background: #4C4C4C;
    padding-top: 80px;
    padding-bottom: 80px;
}
section.gallery.container .gallery_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 44px 0;
}
.gallery_inner h2 {
    color:#fff;
}
.gallery_inner h2 span{
    color:#fff;
}
.gallery_inner .btn {
    background: #F2F6F8;
    border: 1px solid #969696;
    border-radius: 20px;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: #000;
padding: 14px 32px;
}
.gallery_image {
    display: flex
;
    flex-wrap: wrap;
    gap: 20px;
}
.image_inner {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.first_section_activity.careera {
    background-image: linear-gradient(#000000B2, #000000B2), url('/wp-content/uploads/2025/09/karyera-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 130px;
    padding-bottom: 269px;
    position: relative;
    min-height: 711px;
}
.first_section_activity.careera p:nth-child(2) {
    margin: 0 0 14px 0;
}
.first_section_activity.careera p:nth-child(3) {
    font-weight: 600;
}
section.why.container {
    padding-top: 140px;
    padding-bottom: 140px;
}
section.why.container h2 {
    font-weight: 800;
    font-size: 60px;
    line-height: 120%;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 48px 0;
    width: 760px;
    max-width: 100%;
}
.why_list {
    display: flex;
    gap: 75px;
    justify-content: space-between;
}
.why_list_inner {
    background: #F2F6F8;
    border-radius: 14px;
    padding: 30px 32px;
}
.why_list_inner h3 {
    font-weight: 700;
    font-size: 31px;
    line-height: 120%;
    margin: 0 0 14px 0;
}
.why_list_inner p {
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    margin: 0;
}
section.auto_bussines.avia.careera2.container {
    padding-top: 106px;
    padding-bottom: 106px;
}

section.auto_bussines.avia.careera2 div:last-child h2 {
    margin: 0 0 32px 0;
}
section.auto_bussines.avia.careera2 .accordion-header, 
section.auto_bussines.avia.careera2 .accordion-content p,
section.auto_bussines.avia.careera2 .accordion-content ul {
    color: #fff;
}
section.auto_bussines.avia.careera2 .accordion-header {
    text-transform: uppercase;
        padding: 24px 20px;
}
ul.vacance {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
section.invite {
    padding-top: 100px;
    padding-bottom: 100px;
}
.invite_inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 54px 0;
}
.invite_inner h2 {
    font-weight: 800;
    font-size: 64px;
    line-height: 120%;
    margin: 0;
    width: 872px;
    max-width: 100%;
    text-align: left;
}
.invite_inner h2 span {
    color: var(--Accent);
}
.invite_inner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    width: 312px;
    max-width: 100%;
}
.invite_form {
    background: #F2F6F8;
    padding: 52px;
}
.invite_form h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    margin: 0 0 44px 0;
}

.form-group {
    margin-bottom: 32px;
}

.form-group-row {
    display: flex;
    gap: 20px;
}

.form-group.half {
    width: 50%;
}

.form-group input {
    width: 100%;
    padding: 20.5px 24px;
    border-radius: 20px;
    border: none;
    background: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
}
.form-group input::placeholder {
    color: #646464;
}
.file-upload-row {
    display: flex;
    align-items: center;
    position: relative;
}

.custom-file-label {
    flex: 1;
    background: #fff;
    padding: 20.5px 24px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #646464;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 40px;
}

.custom-upload-button {
    background: #ffff;
    padding: 20px 30px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    font-size: 22px;
    line-height: 130%;
    color: #323232;
}

.custom-file-input {
    display: none;
}
.form-group.submit-row {
    margin: 0;
}
.form-group.submit-row .submit-button {
    background-color: var(--Accent);
    color: #fff;
    padding: 24px 113px;
    border: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    width: 464px;
    max-width: 100%;
}
.wpcf7-not-valid-tip {
/*     position: absolute;
    left: 6px;
    bottom: -36px; */
    font-size: 12px;
	margin-top: 5px;
	margin-left: 7px;
}
/* .invite_form .wpcf7-not-valid-tip {
    bottom: -44px;
} */
.first_section_activity.contact {
    background-image: linear-gradient(#000000B2, #000000B2), url('/wp-content/uploads/2025/09/kontakty_persha_sekcziya-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    min-height: 530px;
}
#contact section.contact.container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.map-container {
  display: flex;
  /* border-radius: 40px; */
  overflow: hidden;
  margin: 0 0 150px 0;
}

.map-container .accordion {
  width: 40%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: absolute;
  margin: 30px;
  z-index: 10;
  border: none;
}

.map-container .accordion-item {
  border-bottom: 1px solid #969696;
  cursor: pointer;
}

.map-container .accordion-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.map-container .accordion-title .icon svg {
    width: 30px;
    height: 30px;
}
.map-container .accordion-title .arrow-icon {
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.map-container  .accordion-item.active .accordion-title .arrow-icon {
  transform: rotate(180deg); /* Повертаємо вниз */
}

.map-container .accordion-content {
    display: none;
    padding: 0 15px 18px 15px;
}
.map-container .accordion-content ul.social_contact {
    width: auto;
    gap: 15px;
}
.map-container .accordion-item.active .accordion-content {
    display: block;
}
.map-container .accordion-item:first-child .accordion-title {
    border-top: 1px solid #969696;
}
.map {
    width: 100%;
    height: 580px;
}

main#archive {
    padding-top: 54px;
    padding-bottom: 150px;
}
.tabs-wrapper h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    margin: 0 0 31px 0;
    text-align: left;
    color: var(--Black);
}
.tabs-wrapper .tabs {
    display: flex;
    gap: 74px;
    margin-bottom: 32px;
    justify-content: space-between;
}

.tabs-wrapper .tab-button {
    padding: 14px;
    border: 1px solid #969696;
    background:#F2F6F8;
    border-radius: 20px;
    cursor: pointer;
    flex: 0 1 33%;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-align: center;
    color: #969696;
}

.tabs-wrapper .tab-button.active {
  background: var(--Accent);
  color: #fff;
  border-color: transparent;
}

.tabs-wrapper .tab-content {
  display: none;
  padding: 0;
}

.tabs-wrapper .tab-content.active {
  display: block;
}
.articles-grid {
    display: flex;
    gap: 26px 42px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.article-card {
  background: #F2F6F8;
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.2s;
  flex: 0 1 31%;
  padding: 20px
}

.article-card:hover {
  transform: translateY(-5px);
}
.article-card a {
    color: #000;
}
.article-card img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  border-radius: 8px;
}

.article-card h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #000;
    margin: 16px 0 32px;
    min-height: 58px;
}

.article-card p {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #646464;
}

.top-news {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 74px;
    align-items: flex-start;
}
.top-news-image {
    flex: 0 1 78%;
    position: relative;
    border-radius: 28px;
    height: 452px;
}
.top-news-image::before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.25%, rgba(0, 0, 0, 0.65) 100%);
    width: 100%;
    height: 100%;
    border-radius: 28px;
}
.top-news-image img {
    width: 100%;
    max-width: 100%;
    height: 452px;
    object-fit: cover;
    display: block;
    border-radius: 28px;
}
.top-news-image_content {
    position: absolute;
    bottom: 36px;
    left: 34px;
}
.top-news-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 1 22%;
}

.top-news-image_content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #F8F8F8;
    margin: 0 0 42px 0;
    max-width: 636px;
    width: 100%;
}
.top-news-image_content h3 a {
    color: #F8F8F8;
}
.date_content {
    display: flex;
    gap: 24px;
    align-items: center;
}
.date_content span,
.date_content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #F8F8F8;
}
.date_content p {
    text-transform: uppercase;
}


.single-news {
  padding: 54px 0 150px;
}


main.single-news .news-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    color: #000;
    margin: 0 0 32px 0;
    min-height: auto;
    width: 100%;
}

.news-meta {
    display: flex;
    gap: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #646464;
    margin-bottom: 54px;
}
.news-source {
    text-transform: uppercase;
}
.news-featured-image img {
  width: 100%;
  height: auto;
  margin-bottom: 44px;
}

main.single-news .news-content {
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000;
}

main.single-news .news-content p {
  margin-bottom: 20px;
}
main.single-news .news-content p:last-child {
    margin-bottom: 0;
}

.news-content ul {
    margin: 20px 0;
}

.news-content ul li {
    margin-bottom: 10px;
    list-style: disc;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
  margin-top: 30px;
}

.left-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.right-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.double-image-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.large-vertical img,
.large-vertical video {
  height: 100%;
  max-height: 768px;
  object-fit: cover;
}

.large-horizontal img,
.large-horizontal video {
  object-fit: cover;
   height: 372px;
  max-height: 372px;
}

.small img,
.small video {
  object-fit: cover;
  height: 372px;
  max-height: 372px;
}


#load-more {
    display: block;
    margin: 64px auto 0;
    padding: 18px 36px;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;

  background: var(--Accent);
  color: #fff;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
}

#load-more:hover {
  background: #b51e1e;
}
button {
    font-family: 'Montserrat', sans-serif;
}

.btn_news.mob {
    display: none;
}


            .lang-dropdown {
                position: relative;
                display: inline-block;
                cursor: pointer;
                font-size: 16px;
                color: #6B6B6B;
            }
            .lang-current {
                display: flex;
                align-items: center;
                gap: 4px;
                padding: 0 0 6px 0;
            }
            .lang-list {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                /* background: #fff; */
                border: none;
                list-style: none;
                padding: 0;
                margin: 0;
                min-width: 48px;
                z-index: 999;
            }
            .lang-list li {
                padding: 0;
            }
            .lang-list li a {
                text-decoration: none;
                color: #6B6B6B;
            }
            .lang-list li a:hover {
                color: var(--Accent);
            }
            .lang-dropdown:hover .lang-list {
                display: block;
            }
.custom-contact-form .form-row.submit-row button:hover svg path {
    stroke: var(--Accent);
}
@media (min-width: 1025px) and (max-width: 1344px) {
    .about_inner.container .about_right>div {
        flex: 0 1 47%;
    }
    .article-card {
        flex: 0 1 30%;
    }
}
@media(max-width:1024px) {
    .menu-toggle {
        display: flex!important;
    }
    .main-navigation ul {
        display: none!important;
    }
  
    .about_inner.container,
    .team_inner.container,
    .news_inner {
        flex-direction: column;
    }
    section.container.first_section {
        min-height: 844px;
        justify-content: flex-end;
        padding-bottom: 39px;
    }
    header#masthead {
        padding: 20px 0;
    }
    a.custom-logo-link,
    a.custom-logo-link img {
        width: 90px;
    }
    h1 {
        font-size: 32px;
        text-align: center;
		width: 100%;
    }
    section.container.first_section p {
        font-size: 20px;
        margin:  0 0 32px 0;
        text-align: center;
		width: 100%;
    }
    .btn_hero {
        flex-direction: column;
        gap: 18px;
    }
    .btn.activity,
    .btn.more {
        text-align: center;
        font-size: 16px;
        padding: 14px;
    }
    h2 {
        font-size: 36px;
        margin: 0 0 24px 0;
    }
    section.activity.container {
        padding-top: 46px;
        padding-bottom: 46px;
    }
    .activity-item {
        flex: 0 1 100%;
        min-height: 160px;
    }
    h3.activity-title {
        font-size: 16px;
        font-weight: 600;
        padding-left: 4px;
    }
    .activity-icon img {
        width: 16px;
    }
    section.about {
        padding: 54px 0;
    }
    .about_inner.container {
        gap: 32px;
    }
    .about_inner.container .about_left h2 {
        font-size: 64px;
        margin:  0 0 16px 0;
    }
    .about_inner.container .about_left p {
        font-size: 14px;
        margin:  0 0 20px 0;
    }
    .about_inner.container .about_left a {
        padding: 14px;
        border-radius: 16px;
        position: relative;
        display: block;
    }
    .about_inner.container .about_left a:after {
        content: url("data:image/svg+xml,%3csvg width='29' height='17' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.3635 8.5L1.75746 8.5' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M21.0909 14.7222L27.2424 8.49995L21.0909 2.27772' stroke='white' stroke-linecap='square'/%3e%3c/svg%3e");
        position: absolute;
        padding-left: 8px;
/*         right: 30px;
        top: 15px; */
        width: 37px;
        height: 16px;
    }
    .about_inner.container .about_right {
        gap: 14px;
    }
    .about_inner.container .about_right>div {
        width: 48%;
        min-height: 118px;
        height: auto;
        gap: 2px;
        border-radius: 8px;
        padding: 20px;
    }
    .about_inner.container .about_right>div h3 {
        font-size: 22px;
    }
    .about_inner.container .about_right>div p {
        font-size: 10px;
    }
    .team.container {
        padding-top: 36px;
        padding-bottom: 100px;
    }
    .team_inner.container {
        align-items: center;
        margin: 0;
    }

    .team_inner.container h2 {
        font-size: 48px;
        line-height: 66px;
        text-align: center;
        margin:  0 0 16px 0;
    }
    .team_inner.container p {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        margin: 0;
    }
    .swiper-button-next.team_nav, .swiper-button-prev.team_nav {
        top: 59vh;
    }
    section.news.container {
        padding-top: 44px;
        padding-bottom: 45px;
    }
    .news_inner {
        align-items: flex-start;
        margin: 0 0 36px;
    }
    .news_inner h2 {
        font-size: 40px;
        text-align: left;
    }
    .news_inner .btn_news {
        display: none;
    }
    .btn_news.mob {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: var(--White);
        padding: 15px;
        background-color: var(--Accent);
        border-radius: 8px;
        text-transform: uppercase;
        position: relative;
        margin-top: 32px;
        text-align: center;
    }
    .btn_news.mob:after {
        content: url("data:image/svg+xml,%3csvg width='29' height='17' viewBox='0 0 29 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M26.3635 8.5L1.75746 8.5' stroke='white' stroke-linecap='square' stroke-linejoin='round'/%3e%3cpath d='M21.0909 14.7222L27.2424 8.49995L21.0909 2.27772' stroke='white' stroke-linecap='square'/%3e%3c/svg%3e");
        position: absolute;
        padding-left: 8px;
        width: 37px;
        height: 16px;
    }
    .news-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
    }
    .news-card {
        min-height: 300px;
    }
    .news-card:after {
        height: 136px;
    }
    .news-content {
        padding: 0 18px 18px;
    }
    .news-title {
        font-size: 24px;
        width: 100%;
        min-height: 58px;
    }
    .news-excerpt {
        font-size: 12px;
        width: 100%;
        margin: 0 0 8px 0;
    }
    .news-button {
        font-size: 12px;
        padding: 6px 18px;
        border-radius: 7.5px;
        border: 0.75px solid #FFFFFF;
    }
     section.contact.container {
        padding-top: 60px;
        padding-bottom: 60px;
        flex-direction: column;
        gap: 36px;
    }
    section.contact.container .contact_left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    section.contact.container .contact_left p.red_title {
        font-size: 14px;
        margin: 0 0 14px 0;
        text-align: center;
    }
    section.contact.container .contact_left h2 {
        font-size: 36px;
        text-align: center;
    }
    section.contact.container .contact_left p {
        font-size: 16px;
        text-align: center;
        margin: 0 0 44px 0;
    }
    ul.social_contact li {
        justify-content: center;
    }
    section.contact.container .contact_right {
        padding: 32px 24px;
        width: 100%;
    }
    .custom-contact-form textarea {
        height: 115px;
    }
    .custom-contact-form .form-row {
        margin-bottom: 12px;
    }
    .custom-contact-form .form-row.submit-row {
        margin-bottom: 0;
        margin-top: 32px;
    }
    .mob_logo {
        display: block;
    }
    .pc_logo {
        display: none;
    }
    footer .container .site-info .logo_footer {
        display: flex;
        justify-content: center;
    }
  
    .first_section_activity {
        min-height: 774px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-top: 0;
        padding-bottom: 80px;
		background-position: center;
    }
    .first_section_activity h1 {
        font-size: 24px;
        margin: 0 0 14px 0;
        text-align: left;
        width: 50%;
    }
    .first_section_activity h1 span {
        font-size: 52px;
    }
    .first_section_activity p {
        font-size: 14px;
    }
    .first_section_activity a.bottom_page {
        display: none;
    }
    section.auto_bussines,
    section.auto_factory,
    section.auto_bussines.avia {
        flex-direction: column;
        gap: 18px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    section.auto_bussines>div,
    .accordion {
        width: 100%!important;
    }
    section.auto_factory div:first-child,
    section.auto_factory div:last-child {
        width: 100%;
    }
    section.auto_factory div:first-child p,
    section.auto_factory div:first-child ul li {
        font-size: 14px;
    }
    section.auto_bussines div:last-child h2,
    section.auto_factory div:first-child h2 {
        font-size: 30px;
        margin: 0 0 24px 0;
    }
    .accordion-header {
        font-size: 18px;
        padding: 10px 20px;
    }
    .accordion-header .icon {
        height: 20px;
    }
    .accordion-header .icon svg {
        width: 20px;
        height: 20px;
    }
    .accordion-content {
        font-size: 14px;
        padding: 0 20px 10px;
    }
    main#about .first_section_activity {
        min-height: 774px;
        padding-top: 0;
        padding-bottom: 80px;
		background-position: center;
    }
    .mission-values {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .mission_top {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin: 0 0 32px 0;
    }
    .mission_top h2, .about_tabs_inner h2, .gallery_inner h2 {
        font-size: 24px;
    }
    .mission_top h2 span, .about_tabs_inner h2 span, .gallery_inner h2 span {
        font-size: 54px;
    }
    .mission_top p {
        font-size: 14px;
        margin: 0;
        flex: 0 1 auto;
    }
    .mission_slide {
        width: auto;
    }
    .mission_slide h3 {
        font-size: 20px;
        margin: 0 0 8px;
    }
    .mission_slide p {
        font-size: 14px;
    }
    .mission_bottom>div {
        flex-direction: column;
        gap: 30px;
    }
    section.time.container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .time .tab-content.active {
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        gap: 32px;
    }
    .tab-buttons {
        overflow: scroll;
    }
    .time .tab-content .tab_text {
        font-size: 14px;
    }
    .tab-btn {
        font-size: 12px;
        width: 120px;
		flex: 1 0 120px;
    }
    .tab-content {
        padding: 55px 0 0;
    }
    .tab-inner .abs {
        font-size: 56px;
        right: -15px;
    }
    .main-slider {
        width: calc(100vw - 32px);
        margin-bottom: 8px;
    }
    .thumb-slider {
        width: calc(100vw - 32px);
		position: relative;
    }
    section.about_tabs.container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about_tabs_inner {
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
    }
    .about_tabs .tab-content#tab11>div {
        flex-direction: column;
        gap: 12px;
    }
    .about_tabs .tab-content#tab11>div:nth-child(2) {
        flex-direction: column-reverse;
    }
    .tabs.zasnovnyk {
        width: auto;
        gap: 16px;
    }
    .tabs.zasnovnyk .tab-btn {
        padding: 14px 20px;
        font-size: 14px;
    }
    .about_tabs .tab-content#tab11 {
        padding: 32px 0 0;
        gap: 0;
    }
    .about_tabs .tab-content#tab11>div .content_tab h3 {
        font-size: 32px;
        margin: 0 0 14px;
        text-align: justify;
    }
    .about_tabs .tab-content#tab11>div .content_tab p {
        font-size: 14px;
        margin: 0 0 24px;
    }
    .about_tabs .tab-content#tab11>div .content_tab p:nth-child(3) {
        margin: 0 0 24px;
    }
    .about_tabs .tab-content#tab11>div .content_tab blockquote p{
        font-size: 24px;
        text-align: justify;
        margin: 0 0 18px;
    }
    .about_tabs .tab-content#tab11>div:nth-child(3) .content_tab blockquote p{
        margin: 0;
    }
    .about_tabs .tab-content#tab12 .team_front-slider h3 {
        font-size: 18px;
        margin: 20px 0 4px;
    }
    .about_tabs .tab-content#tab12 .team_front-slider p {
        font-size: 12px;
        margin: 0 0 12px;
        min-height: 30px;
    }
    .about_tabs .tab-content#tab12 .team_front-slider p.desc {
        font-size: 14px;
        margin: 0;
    }
    .tab-content#tab12 .swiper-wrapper {
        padding-bottom: 70px;
    }
    .tab-content#tab12 .navigation {
        top: 96%;
    }
    .tab-content#tab12 .navigation .swiper-button-next.team_nav, 
    .tab-content#tab12 .navigation .swiper-button-prev.team_nav {
        top: 92%;
    }
    .tab-content#tab12 .navigation .swiper-button-next.team_nav, 
    .tab-content#tab12 .navigation .swiper-rtl .swiper-button-prev.team_nav {
        width: 40px;
        height: 40px;
        right: 35%;
    }
    .tab-content#tab12 .navigation .swiper-button-prev.team_nav, 
    .tab-content#tab12 .navigation .swiper-rtl .swiper-button-next.team_nav {
        width: 40px;
        height: 40px;
        left: 35%;
    }
    .tab-content#tab12 .navigation .swiper-button-next.team_nav svg, 
    .tab-content#tab12 .navigation .swiper-button-prev.team_nav svg {
        width: 24px;
        height: 24px;
    }
    section.gallery.container {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    section.gallery.container .gallery_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        margin: 0 0 32px;
    }
    .gallery_inner .btn {
        font-size: 14px;
        padding: 14px 24px;
        background: #646464;
        border-radius: 12px;
        color: #fff;
    }
    .gallery-layout {
        margin-top: 0;
        gap: 8px;
        display: flex;
        flex-direction: column;
    }
    .right-column,
    .double-image-row {
        gap: 8px;
    }
    .large-horizontal img,
    .small img,
    .large-vertical img {
        height: auto;
    }
    #load-more {
        margin: 34px auto 0;
        font-size: 16px;
        padding: 14px 36px;
    }
    .first_section_activity.careera {
        padding-top: 0;
        padding-bottom: 80px;
        min-height: 774px;
    }
    section.why.container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    section.why.container h2 {
        font-size: 40px;
        margin: 0 0 32px;
    }
    .why_list {
        flex-direction: column;
        gap: 20px;
    }
    .why_list_inner {
        border-radius: 10px;
        padding: 20px 24px;
    }
    .why_list_inner h3 {
        font-size: 22px;
        margin: 0 0 8px;
    }
    .why_list_inner p {
        font-size: 14px;
    }
    section.auto_bussines.avia.careera2.container {
        padding-top: 40px;
        padding-bottom: 40px;
        flex-direction: column-reverse;
    }
    section.auto_bussines.avia.careera2 div:last-child h2 {
        font-size: 40px;
        margin: 0 0 24px;
    }
    section.auto_bussines.avia.careera2 .accordion-header {
        padding: 14px 20px;
    }
    ul.vacance {
        padding-inline-start: 20px;
    }
    section.invite {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .invite_inner {
        flex-direction: column;
        margin: 0 0 32px;
        align-items: flex-start;
    }
    .invite_inner h2 {
        font-size: 36px;
    }
    .invite_inner p {
        display: none;
    }
    .invite_form {
        padding: 24px 16px;
    }
    .invite_form h3 {
        font-size: 18px;
        margin: 0 0 24px;
    }
    .form-group-row {
        flex-direction: column;
        gap: 0;
    }
    .form-group.half {
        width: 100%;
    }
    /* .form-group {
        margin-bottom: 12px;
    } */
    .form-group input {
        padding: 16px 20px;
        font-size: 16px;
    }
    .file-upload-row {
        flex-direction: column-reverse;
        align-items: stretch;
    }
    .custom-file-label {
        margin-right: 0;
        padding: 16px 20px;
        font-size: 16px;
    }
    .custom-upload-button {
        padding: 16px 20px;
        font-size: 16px;
        margin-bottom: 12px;
        text-align: left;
    }
    .form-group.submit-row .submit-button {
        padding: 12px;
        font-size: 16px;
        margin-top: 24px;
    }
    .first_section_activity.contact {
        padding-bottom: 80px;
        min-height: 385px;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .first_section_activity.contact h1 {
        width: 100%;
    }
    #contact section.contact.container {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #contact section.contact.container .contact_left {
        align-items: flex-start;
    }
    #contact section.contact.container .contact_left h2,
    #contact section.contact.container .contact_left p {
        text-align: left;
    }
    #contact ul.social_contact li {
        justify-content: flex-start;
    }
    .custom-contact-form .form-row.submit-row button {
        font-size: 16px;
    }
    section.maps {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    .map-container {
        margin: 0;
        /* border-radius: 20px; */
        flex-direction: column;
    }
    .map {
        height: 475px;
    }
    .map-container .accordion {
        position: static;
        margin: 0;
        padding: 40px 12px 0;
        background: #F2F6F8;
        border-radius: 0;
    }
    .map-container .accordion-title {
        font-size: 16px;
        padding: 14px 15px;
    }
    .map-container .accordion-content {
        padding: 0 15px 12px 15px;
    }
    main#archive {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .tabs-wrapper h1 {
        font-size: 32px;
    }
    .top-news {
        flex-direction: column;
        margin-bottom: 32px;
    }
    .top-news-image,
    .top-news-image img,
    .top-news-image::before {
        border-radius: 10px;
        height: auto;
    }
    .top-news-image_content {
        bottom: 5px;
        left: 10px;
    }
    .top-news-image_content h3 {
        font-size: 22px;
        margin: 0 0 12px 0;
    }
    .tabs-wrapper .tabs {
        overflow: scroll;
        gap: 32px;
    }
    .tabs-wrapper .tab-button {
        font-size: 18px;
        flex: 1 0 70%;
    }
    .article-card {
        flex: 0 1 100%;
    }
    .single-news {
        padding: 60px 0;
    }
    main.single-news .news-title {
        font-size: 32px;
        text-align: left;
    }
    .news-meta {
        margin-bottom: 32px;
        font-size: 14px;
    }
    main.single-news .news-content {
        font-size: 16px;
    }
    .news-featured-image img {
        margin-bottom: 24px;
    }
    header .container .site-branding {
        order: 0;
        padding-right: calc(100% - 184px);
    }
    header .container nav#site-navigation {
        order: 2;
    }
    .lang-dropdown {
        margin-right: 16px;
    }
	section.auto_bussines .accordion-content .logo_diller {
    	flex: 0 1 20%;
	}
	section.auto_bussines .accordion-content .content_diller {
    	flex: 0 1 70%;
	}
	section.auto_bussines .accordion-content .content_diller ul.social_contact li,
	section.auto_bussines .accordion-content .content_diller ul.social_contact li a {
		font-size: 14px;
		justify-content: flex-start;
	}
	section.auto_bussines .accordion-content .content_diller .btn.activity {
		font-size: 14px;
		margin: 14px 0 0;
	}
	.time .tab-content .tab_text h3 {
		font-size: 22px;
	}
	.time .tab-content .tab_text p, .time .tab-content .tab_text ul {
		font-size: 14px;
	}
    section.auto_bussines.avia>div:first-child,
    section.auto_bussines>div:first-child,
    .auto_factory>div:last-child {
        justify-content: center;
        display: flex;
    }
}




@media(max-width: 901px) {
   
}