/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
*/
@import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:wght@400..800&display=swap');
* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button ::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}

a:visited,
a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/* CSS Variables (Brand Colors from Brand Book) */
:root {
  /* Brand Colors from Brand Book */
  --white: #ffffff;
  --primary-background: #161c33;
  --secondary-background: #1e1f27;
  --primary-color: #363636;
  --primary-color-light: #d6dad7;
  --primary-blue: #161c33;
  --secondary-blue: #182c4b;
  /*--secondary-color: rgba(255, 92, 0);*/
  --secondary-color: ##25c337;
  --third-color: #4170a5;
  --fourth-color: #141414;
  --text-light: rgba(255, 255, 255, 0.8);
  --secondary-color-light: rgba(255, 92, 0, 0.5);
  --primary-gradient: linear-gradient(90deg, var(--secondary-color) 0%, var(--third-color) 50%, var(--secondary-color) 100%);
  
  /* Typography */
  --font-primary: "Wix Madefor Text", sans-serif;
  /* Spacing */
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 16px;
  --spacing-lg: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 48px;
  --spacing-xxxl: 64px;
  /* Font sizes */
  --font-xs: 13px;
  --font-sm: 14px;
  --font-base: 16px;
  --font-md: 18px;
  --font-lg: 20px;
  --font-xl: 24px;
  --font-xxl: 32px;
  --font-xxxl: 40px;
  --font-xxxxl: 64px;
  --weight-bold: 500;
  --weight-regular: 300;
  --weight-semiBold: 600;
  --weight-extraBold: 800;
  --weight-meduim: 500;
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s ease;
  --grey: rgba(20, 20, 20, 0.5);
  --grey-15: rgba(20, 20, 20, 0.15);
      --swiper-navigation-size: 35px !important;
}

body {
  background-color: var(--white);
  color: var(--primary-color);
  font-family: var(--font-primary);
  font-size: var(--font-base);
  line-height: 1.5;
  font-weight: 400;
  overflow-x: hidden;
}

a {
  color: var(--primary-color);
}

.container{ 
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 3;
  position: relative;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
  z-index: 3;
  position: relative;
}

.mobil-first-banner{
    display: none;
    position: relative; 
            background-position: center;
}
.mobil-first-banner .banner_container{ 
    width: 100%;
    height: 100%;
    position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
}


.language_switcher ul{
	display: flex;
	gap: 10px;
	margin-left:30px;
}
.language_switcher ul li a:hover,
.language_switcher ul li.current-lang a{
	color: #ffffff;
  -webkit-text-stroke: 1px #ffffff;
}

.button__primary {
  background: #004796;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: var(--font-sm);
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
  position: relative;
}

.button__primary:hover {
  background: var(--primary-gradient);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  color: var(--white);
  cursor: pointer;
}



.btn-primary { 
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-primary:hover {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}


.title {
  font-size: var(--font-xxxl);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.body__active {
  overflow: hidden !important;
}

.header {
  z-index: 50;
  position: relative;
  width: 100%;
  top: 0;
  background: var(--secondary-background);
}

.header.sticky {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 999;
    
    -webkit-animation: sticky 0.5s;
    animation: sticky 0.5s;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}

@keyframes sticky {
    0%{
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100%{
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
}	

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 170px;
  height: 80px;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
  
}

.header__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;

}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header__nav li a{
	color: #fff;
  padding: 10px;
  position: relative;
}

.header__nav li a:hover:after,
.header__nav li a:hover:before {
  width: 50%;
}
.header__nav li a:after {
  left: 50%;
}
.header__nav li a:before {
  right: 50%;
}
.header__nav li a:after,
.header__nav li a:before {
  display: block;
  position: absolute;
  content: "";
  height: 2px;
  background: #25c337;
  bottom: -1px;
  width: 0;
  -moz-transition: width 0.35s;
  -o-transition: width 0.35s;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
}

.header__link:hover {
  color: #25c337;
  cursor: pointer !important;
}


button.header__mobile-menu {
  font-size: 24px;
    background: none;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
    z-index: 1000;
background-color: transparent;
    transition: all 0.3s ease-in-out;

}
.header__mobile-menu span{
  display: block;
    width: 24px;
    height: 2px;
    margin: 5px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
.header__mobile-menu.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.header__mobile-menu.open span:nth-child(2) {
    opacity: 0;
}
.header__mobile-menu.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}


.header__menu .header__list.active {
    right: 0;
}


@media (min-width: 900px) {
  .header__mobile-menu {display: none;}
}
@media (max-width: 900px) {
.header__nav {
  justify-content: flex-end;
}
.header__menu .header__list{
  display: block;
  position: fixed;
    right: -100%;
    top: 0;
    min-width: 270px;
    height: 100vh;
    text-align: center;
    background: var(--secondary-background);
    color: white;
    padding: 100px 20px 20px 20px;
    transition: right 0.5s ease;
    z-index: 999;
  }
  .header__list li a {display: block; padding: 10px 0;font-size: 16px;font-weight: 600;}
}


.footer {
  position: relative;
 /* top: -175px;*/
  background: var(--secondary-background);
 
  padding-top: 40px;
  color: var(--white);
}

.social_title{
  padding: 10px 0;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.footer__social_link {
  text-transform: none;
  list-style-type: none;
}

.footer__social_link a {
  line-height: 1;
      transition: all 0.3s linear 0s; 
}
.footer__social_link a svg{  
    border-radius: 10px;

      transition: all 0.3s linear 0s; 
}
.footer__social_link a svg path {
  fill: var(--white);
      transition: all 0.3s linear 0s; 
}
.footer__social_link a:hover svg{ 
  background: #fff;
}
.footer__social_link a:hover svg path{
  fill: var(--secondary-color);
}

.footer__row {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}



.footer__row:last-child {
  padding-top: 32px;
  padding-bottom: 0;
}

.footer__row:last-child::before {
  display: none;
}

.footer__row_text {
  font-size: 13px;
  color: var(--white);
}

.footer__row_text a {
  color: var(--white);
}

.footer__logoBlock {
  width: 146px;
  height: 40px;
  z-index: 20;
  display: block;
  position: relative;
}

.footer__logoBlock img {
  position: relative;
  object-fit: contain;
}

.footer__column {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 25px;
}

.footer__column_title {
  color: var(--white);
  font-size: 18px;
  font-weight: var(--weight-bold);
  line-height: 140%;
  margin-bottom: 21px;
  text-transform: uppercase;
}

.footer__column_text {
  margin-bottom: 14px;
  color: var(--white);
  display: block;
}

.footer__column_button {
  border-radius: 90px;
  border: 1px solid var(--primary-background);
  background: var(--primary-background);
  font-size: 14px;
  color: var(--white);
  padding: 13px 28px;
  font-weight: var(--weight-bold);
  line-height: 100%;
  margin-bottom: 16px;
}

.footer__column_button:last-child {
  color: var(--primary-background);
  background: var(--white);
}

.footer__column .contacts_item { 

}
 
.footer__column .contacts_item a{
    display: flex;
    align-items: center;
    line-height: 20px;
    text-align: left;
    padding: 10px 0px;
	  color: #fff;
	}



.site-copy a:hover,
.footer__column .contacts_item a:hover{
	color: #8eadcf;
}
/* 

.contacts_phone.contacts_item a{
    display: flex;
    align-items: center;
    line-height: 20px;
    text-align: left;
    margin-top: 15px;
    padding: 10px 0px; 
    font-weight: 700;
	}

.contacts_phone .ico {
  background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 480.56 480.56" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z" fill="%23363636" data-original="%23000000" style="" class=""/><path d="M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z" fill="%23363636" data-original="%23000000" style="" class=""/><path d="M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z" fill="%23363636" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g></g></svg>');
}

.contacts_phone.contacts_item a:hover{
  color: var(--secondary-color);
}
.contacts_phone.contacts_item a:hover .ico {
  background-size: cover;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs" version="1.1" width="512" height="512" x="0" y="0" viewBox="0 0 480.56 480.56" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><g xmlns="http://www.w3.org/2000/svg"><g><path d="M365.354,317.9c-15.7-15.5-35.3-15.5-50.9,0c-11.9,11.8-23.8,23.6-35.5,35.6c-3.2,3.3-5.9,4-9.8,1.8 c-7.7-4.2-15.9-7.6-23.3-12.2c-34.5-21.7-63.4-49.6-89-81c-12.7-15.6-24-32.3-31.9-51.1c-1.6-3.8-1.3-6.3,1.8-9.4 c11.9-11.5,23.5-23.3,35.2-35.1c16.3-16.4,16.3-35.6-0.1-52.1c-9.3-9.4-18.6-18.6-27.9-28c-9.6-9.6-19.1-19.3-28.8-28.8 c-15.7-15.3-35.3-15.3-50.9,0.1c-12,11.8-23.5,23.9-35.7,35.5c-11.3,10.7-17,23.8-18.2,39.1c-1.9,24.9,4.2,48.4,12.8,71.3 c17.6,47.4,44.4,89.5,76.9,128.1c43.9,52.2,96.3,93.5,157.6,123.3c27.6,13.4,56.2,23.7,87.3,25.4c21.4,1.2,40-4.2,54.9-20.9 c10.2-11.4,21.7-21.8,32.5-32.7c16-16.2,16.1-35.8,0.2-51.8C403.554,355.9,384.454,336.9,365.354,317.9z" fill="%23004796" data-original="%23000000" style="" class=""/><path d="M346.254,238.2l36.9-6.3c-5.8-33.9-21.8-64.6-46.1-89c-25.7-25.7-58.2-41.9-94-46.9l-5.2,37.1 c27.7,3.9,52.9,16.4,72.8,36.3C329.454,188.2,341.754,212,346.254,238.2z" fill="%23004796" data-original="%23000000" style="" class=""/><path d="M403.954,77.8c-42.6-42.6-96.5-69.5-156-77.8l-5.2,37.1c51.4,7.2,98,30.5,134.8,67.2c34.9,34.9,57.8,79,66.1,127.5 l36.9-6.3C470.854,169.3,444.354,118.3,403.954,77.8z" fill="%23004796" data-original="%23000000" style="" class=""/></g></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g><g xmlns="http://www.w3.org/2000/svg"></g></g></svg>');
} */



.site-copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding: 15px 0;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--fourth-color);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--third-color);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--secondary-color) var(--fourth-color);
  scroll-behavior: smooth;
}












  iframe {width: 100%;}
  .prev {
    right: 50px;
  }
  .tab {font-size: 12px;}
  .third__item-row {flex-wrap: wrap;}

  .prev,
  .next {
    width: 40px;
    height: 41px;
    top: 4px;
  }
  
  
  .header__menu .button__primary {
    padding: 8px 8px;
    font-size: 12px;
	    display: none;
  }

  .modal .contact__form {
    max-width: 100%;
    padding: 50px 16px;
    right: -110vh;
  }

  .container {
    padding: 0 20px !important;
  }

  .title {
    margin-bottom: 16px;
    padding-top: 10px;
    font-size: var(--font-xl);
    font-style: normal;
  }

  .contact {
    padding: 90px 0 0px;
  }

  .contact__white .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }

  .contact__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 59px;
  }

  .contact__form_title {
    text-align: center;
  }

  .contact__form_desciption {
    text-align: center;
    margin-bottom: 21px;
  }

  .contact__form_desciption br {
    display: none;
  }

  .contact__form_text {
    text-align: center;
    margin-bottom: 24px;
    font-size: 20px;
  }

  .contact__form {
    text-align: center;
    max-width: 390px;
    margin: 0 auto;
  }

  .contact__form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .contact__form_button {
    width: 100%;
  }

  .contact__column_title {
    font-size: 19px;
    margin-bottom: 28px;
  }

  .contact__form_flex {
    gap: 10px;
    margin-top: 16px;
  }

  .contact__form_oferta {
    text-align: center;
  }

  .contact__form_input {
    margin-bottom: 16px;
    padding: 15px 18px;
    font-size: 15px;
  }

  .contact__column {
    position: relative;
  }

  .contact__column:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -32px;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
  }

  .contact__column_button {
    width: 101%;
    padding: 14px 36px;
    margin-bottom: 15px;
    height: 51px;
  }

  .contact__column_block:before {
    top: -29px;
    width: 100%;
  }

  .contact__column_text {
    margin: 60px 0 19px;
  }

  .contact__column_button img {
    width: 35px;
    height: 23px;
  }

  .footer {
    padding-top: 32px;
  }

  .footer__row {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  
  }

  .footer__row:last-child {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .footer__row:before {
    display: none;
  }

  .footer__column_title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .footer__column_text:last-child {
    margin-bottom: 0;
  }

  .footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    right: 5px;
  }

  .footer__text {
      color: #fff;
  }

  .footer__logoBlock {
    width: 118px;
  }

  .footer__column {
    padding: 0px 0;
    max-width: 100%;
    -ms-grid-column: 1 !important;
    grid-column-start: 1 !important;
    -ms-grid-column-span: 1 !important;
    grid-column-end: 2 !important;
    -ms-grid-row: auto !important;
    grid-row-start: auto !important;
    position: relative;
  }


.footer__column_item h3{
font-size: 24px;
}
  .footer__row_text {
    font-size: 12px;
    position: relative;
    padding-top: 15px;
  }
  .footer__row_text:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background: var(--primary-color-light);
}
.title-separator.title-separator_footer{
  height: 2px;
  display: block;
  margin: 0;
}
.title-separator.title-separator_footer:before, .title-separator.title-separator_footer:after {
  height: 2px;
}
.footer__column.footer__column_services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer__column_item2 {
    display: flex;
    gap: 50px;
    padding-top: 5px;
}
nav.footer_services_nav {
    display: flex;
    gap: 50px;
}
.footer_item_services {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer_item_services li{
  list-style: none;
}
.footer_item_services a {
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 25px;
    color: #fff;
    position: relative;
}
.footer_item_services a:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'auto';
    content: "\e91d";
    font-size: 12px;
    color: #25c337;
}

@media (max-width: 600px) {
  /*
  .first {
    padding-top: 20px;
  }
*/

  .first__title {
    font-weight: var(--weight-extraBold) !important;
    font-size: var(--font-xxxl);
    padding: 20px 0;
    margin-bottom: 0;
  }

  .first__text {
    padding-top: 0;
  }

  .first__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    height: auto;
  }

  .first__col {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .first__col:first-child {
    margin-bottom: 24px;
    max-width: 100%;
  }

  .first__col:last-child {
    width: 90%;
    right: 0%;
    position: relative;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
  }

  .first__text {
    text-align: center;
  }

  .second__row {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .second__col {
    width: 100%;
    max-width: 100%;
  }

  .third__block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .third__title {
    padding-bottom: 20px;
  }

  .third__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .third__item {
    padding: 10px;
  }

  .third__item-title {
    font-size: var(--font-sm);
  }

  .fourth__grid {
    padding-top: 0px;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .fourth__item-icon {
    width: 80px;
    height: 80px;
  }

  .fourth__item-icon svg {
    width: 60px;
    height: 60px;
  }

  .fourth__item {
    padding: 10px;
  }

  .ourTeam {
    padding: 20px 0;
  }

  .ourTeam__swiper_block {
    padding: 20px 15px;
  }

  .ourTeam__swiper_position {
    font-size: var(--font-xs);
  }

  .ourTeam__title {
    padding-bottom: 10px;
  }

  .bt-90 {
    padding: 11px 36px;
  }
 

  .footer__row:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__row:last-child {
    gap: 10px;
  }

.product__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

  .product__col {
    width: 100%;
    max-width: 100%;
  }

  .product__table_table {
    width: 100%;
    max-width: 100%;
  }
}






/* Базовый скрытый стиль */
.animate {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* Активная анимация */
.animate_t {
    opacity: 1;
}

.fadeInUp.animate_t {
    animation: fadeInUp 0.8s ease-out;
}

.fadeInLeft.animate_t {
    animation: fadeInLeft 0.8s ease-out;
}

.fadeInRight.animate_t {
    animation: fadeInRight 0.8s ease-out;
}

/* Кастомные анимации через keyframes */
.fadeInUp.animate_t {
  animation: fadeIn 1.4s ease-out forwards;
}

.fadeInUp.animate_t {
  animation: fadeInUp 0.8s ease-out forwards;
}

.fadeInLeft.animate_t {
  animation: fadeInLeft 0.8s ease-out forwards;
}

.fadeInRight.animate_t {
  animation: fadeInRight 0.8s ease-out forwards;
}


.third__item.animate_t {
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
}
.third__item.animate_t:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
    scale: 1.035;
}


/* Keyframes остаются без изменений */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


 




.swiper-slide {

    text-align: center;
}

.product__swiper-slide.swiper-slide {
    min-height: auto;
}

.slider-container {
    padding: 100px;
}

.slider-sub-title {
    font-size: 20px;
    font-weight: 600; 
    color: #ffffff;
}

.slider-title {
    font-size: 40px;
    font-weight: bold; 
    color: #ffffff;
    padding: 50px 0px;
    opacity: 1;
}

.swiper-slide {
  z-index: auto;
}

.swiper-slide-active {
  z-index: 9999;
}

.slider-buttton {
	margin-top:20px;
    font-weight: 600; 
/*    border: solid 1px #ffffff;*/
    padding: 10px 15px;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    z-index: 99;
}

.slider-title { 
    line-height: 1;
    color: #FFFFFF;
    margin: 10px 0;
	opacity: 0; 
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 1s ease 1s;
}
 
.swiper-slide-active .slider-title {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
    transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .8s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
	transition: .5s .8s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
}

.slider-sub-title {
	opacity: 0;	
	padding-bottom: 5px;
} 
.swiper-slide-active .slider-sub-title {
   opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.swiper-slide-active .slider-buttton {
    animation: zoomIn 2s;
}
/**************************************************************/

.hero-slider .head_primary{
	font-size: 72px;
	font-weight: 700;
  color:#25c337;
  line-height: 1.2;

}

.hero-slider .head_description{
	font-size: 28px;
	font-weight: 600;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.blackfont {
color: black !important;
}

.whitefont {
color: #ffffff !important;
}

@media (max-width: 991px) {
  .hero-slider {
  height: 640px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
  height: 640px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
 

.slider-controls .swiper-pagination-bullet,
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#945cb4;
  transition:all .2s ease;
  margin: 0 4px;
}

.slider-controls .swiper-pagination-bullet-active,
.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:center;
  position: relative !important;
  margin: 0 10px;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top:90%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style { 
  transition:all .4s ease;
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
}

.hero-style .slide-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.slide-text-bottom{
  padding-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}


/*=============================*/
.scrollTop{
	background-size: contain;
	width:40px;
	height:50px;
	bottom:20px;
	right:2%;
	opacity: 0.9;
	-webkit-animation-name: pulse; 
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-name: pulse;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
.scrollTop:hover{
	opacity: 1;
}
/***********************/
a.scrollTop span:nth-of-type(1) {
	position: absolute;
	top: 0;
	right: 25%;
	width: 15px;
	height: 15px;
	border-left: 1px solid #25c337;
	border-bottom: 1px solid #25c337;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
	opacity: 0;
	box-sizing: border-box;
}

a.scrollTop span:nth-of-type(2) {
	position: absolute;
	right: 42%;
	top: 10px;
	width: 1px;
	height: 60px;
	background: #25c337;
	-webkit-animation: sdb07 3s infinite;
	animation: sdb07 3s infinite;
}
a.scrollTop span:nth-of-type(2):before {
    position: absolute;
    top: 5px;
    left: -2px;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 0px;
    background-color: rgb(255 255 255 / 0.5);
    -webkit-animation: sdb1110 3s infinite;
    animation: sdb1110 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/******************************************************/
@-webkit-keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}
@keyframes sdb1110 {
  0% {
    opacity: 0;
  }
  40% {
    transform: translate(0,  50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'auto';
  src:  url('/wp-content/themes/militdronemulti/assets/font/auto.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
}
body{
padding: 0;
margin: 0;
box-sizing: border-box;
}


:root {
--header-height: 100px;
--header-mobile-height: 70px;
--header-bg: rgb(83 80 80 / 45%);
--header-text: #fdfcf9;
--header-text-light: #ffffff;
--header-border: rgba(0, 0, 0, 0.1);
--accent-color: #e0a36f;
--btn-bg: #bda492;
--btn-text: #ffffff;
--transition: all 0.5s ease;
--size-title: 44px;
--size-description:16px;
--color-title:#3a3a3a;
--size-subtitle:24px;
}

/*******************/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  z-index: 1000;
  background-color: var(--header-bg);
  transition: transform 1s ease, opacity 0.4s ease, background-color 0.4s ease;
  box-shadow: 0 2px 15px rgb(0 0 0 / .2);
  opacity: 1;
}
.site-header.transparent-header {
background-color: #393838bf;
box-shadow:  0 2px 15px rgb(0 0 0 / .2);
backdrop-filter: none;
-webkit-backdrop-filter: none
}
.site-header.scrolled {
height: calc(var(--header-height) - 20px);
background-color: var(--header-bg);
box-shadow: 0 2px 15px rgb(0 0 0 / .1);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px)
}
.header-container {
display: flex;
align-items: center;
justify-content: space-between;
height: var(--header-height);
padding: 0 30px;
max-width: 1600px;
margin: 0 auto
}
.scrolled .header-container{
height: calc(var(--header-height) - 20px);
}
.header__menu {
    width: 80%;
}
.header-hidden {
transform: translateY(-100%);
opacity: 0;
}
.site-header.scrolled:not(.header-hidden) {
transform: translateY(0)
}
.scrolled .header__logo {
    width: 145px;
    height: 60px;
  }

nav ul {
list-style: none;
display: flex;
justify-content: center;
gap: 2rem;
}

nav a {
text-decoration: none;
font-size: 20px;
transition: color 0.3s;
}
nav a:hover {
color: #25c337;
}

/***********/
/* section#home{
min-height: 100vh;
} */


/***********/
.container{
    max-width: 1170px;
    margin: 0 auto;
}

.block__title{
    font-size: var(--size-title);
    font-weight: 600;
    line-height: 50px;
    color: #3a3a3a;
}
.block__title span{
  color:#25c337
}
.text,
.block__description{
    font-size: var(--size-description);
    line-height: 26px;
    color: #292929;
    font-weight: 400;
}

.title-separator {
    width: 46px;
    height: 3px;
    background-color: #25c337;
    position: relative;
    display: inline-block;
    margin: 0 auto;
    top: 4px;
}
.title-separator:before,
.title-separator:after {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #25c337;
    display: inline-block;
    position: absolute;
}

.title-separator:before {
    right: -5px;
}

.title-separator:after {
    right: -10px;
}
.block-container {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

/*****what-do section*****/

section#what-do{
    padding:60px 0;
}

.service-block {
    display: flex;
    flex-wrap: wrap;
}
.service {
    width: 33.333%;
    overflow: hidden;
    position: relative;
}
.service-image img{
    transition: .4s ease;
}
.service-image img:hover{
    transform: scale(1.2);
}
.service-image img {
    width: 100%;
    height: 100%;
}
.caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 0 10%;
    text-align: center;
    pointer-events: none;
    font-size: 18px;
    line-height: 26px;
}

.services__text-background {
    left: 0;
    bottom: -18px;
    width: 100%;
    position: absolute;
    z-index: 0;
    font-size: 120px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    pointer-events: none;
}
.service.service-1 {
    background-color: #25c337;
}
.services__text-background.text-color-01 {
    color: #ffffff;
    opacity: 0.19;
}
.service.service-3 {
    background-color: #f3f3f3;
}
.services__text-background.text-color-02 {
    color: #e6e6e6;
}
.service.service-5 {
    background-color: #292929;
}
.services__text-background.text-color-03 {
    color: #373737;
}
.vert-wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}
.vert {
    display: table-cell;
    vertical-align: middle;
}
.vert h3{
    font-size:var(--size-subtitle);
    line-height: 1.3;
    font-weight: 600;
    padding-bottom: 15px;
}
.service-5 .vert h3{
    color: #25c337;
}

/********/
section#result {
    padding: 60px 0;
}
.result-items{
    width: 100%;
    display: flex;
    gap: 10px;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'auto' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #25c337;;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-wrech1:before {
    content: "\e936";
}
.icon-wrech2:before {
    content: "\e937";
}
.icon-wrech3:before {
    content: "\e945";
}
.result-item {
    display: flex;
    gap: 25px;
    padding: 0 15px;
}
.box__icon {
    width: 67px;
    min-width: 67px;
    position: relative;
    font-size: 46px;
    line-height: 1;
}
.box__icon:before {
    content: '';
    width: 3px;
    height: 46px;
    background-color: #25c337;
    display: block;
    position: absolute;
    top: 1px;
    right: -2px;
}
.box__title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 37px;
    color: #3a3a3a;
    font-weight: 600;
    text-transform: inherit;
    padding: 0 0 8px 0;
    /* margin: -9px 0 0 0; */
}
.box__content .text{
    line-height: 1.2;
}
/*****services****/

section#services{
    background-size: cover;
    padding: 75px 0 60px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;

}
.service-items{
    display: flex;
    gap: 40px;
}
.service-item{
    width: 33.333%;
}

.service-title-block{
   margin-bottom: 40px;
}
.service-title{
      color: #fff;  
}
.service-title span{
    color:#25c337
}
.marker-list{
    list-style-position: inside;
    list-style: none;
}
.service-text{
    color: #fff;
    padding-bottom: 30px;
}
.marker-list>li{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding-left: 33px;
    margin-bottom: 8px;
    color: #fff;
}
.marker-list>li:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-family: 'auto';
    content: "\e91d";
    font-size: 15px;
    color: #25c337;
}
  .button-jerry {
    overflow: visible;
    
}
.home-btn{
  font-size: 16px;
  color: #000;
  text-decoration: none;  
   max-width: 220px;
   width: auto;
   display: flex;
   background-color: #25c337;
   justify-content: center;
   align-items: center;
   cursor: pointer;
   padding: 5px 10px;
   border:1px solid #fff;
    position: relative;
    transition: all.5s ease-in;
    font-weight: 600;
}
.home-btn:hover{
  color: #fff !important;
  border:1px solid #25c337;
}

.button-jerry:hover .button-jerry-line:nth-child(1) {
    animation: move1 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(2) {
    animation: move2 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(3) {
    animation: move3 1500ms infinite ease;
}

.button-jerry:hover .button-jerry-line:nth-child(4) {
    animation: move4 1500ms infinite ease;
}



.button-jerry-line {
    display: block;
    position: absolute;
    border: 0 solid #000000;
    color:#fff;
}

.button-jerry-line:nth-child(1) {
    bottom: -1px;
    left: -1px;
    border-left-width: inherit;
}

.button-jerry-line:nth-child(2) {
    top: -1px;
    left: -1px;
    border-top-width: inherit;
}

.button-jerry-line:nth-child(3) {
    top: -1px;
    right: -1px;
    border-right-width: inherit;
}

.button-jerry-line:nth-child(4) {
    right: -1px;
    bottom: -1px;
    border-bottom-width: inherit;
}

@keyframes move1 {
    0% {
        height: calc(100% + 1px);
        bottom: -1px;
    }

    54% {
        height: 0;
        bottom: calc(100% + 1px);
    }

    55% {
        height: 0;
        bottom: -1px;
    }

    100% {
        height: calc(100% + 1px);
        bottom: -1px;
    }
}

@keyframes move2 {
    0% {
        width: 0;
        left: -1px;
    }

    50% {
        width: calc(100% + 1px);
        left: -1px;
    }

    100% {
        width: 0;
        left: calc(100% + 1px);
    }
}

@keyframes move3 {
    0% {
        height: calc(100% + 1px);
        top: -1px;
    }

    54% {
        height: 0;
        top: calc(100% + 1px);
    }

    55% {
        height: 0;
        top: -1px;
    }

    100% {
        height: calc(100% + 1px);
        top: -1px;
    }
}

@keyframes move4 {
    0% {
        width: 0;
        right: -1px;
    }

    55% {
        width: calc(100% + 1px);
        right: -1px;
    }

    100% {
        width: 0;
        right: calc(100% + 1px);
    }
}  
/***********/
#why-choice{
padding: 60px 0;
}
.why-choice-block{
    padding-top: 40px;
}
.choose-items {
    display: flex;
    gap: 30px;
}
.choose-item {
    width: 33.333%;
    position: relative;
    text-align: center;
    background-color: #f9f9f9;
    transition: background-color 0.2s linear, box-shadow 0.2s linear;
    padding: 0 25px 60px;
}
.icon-wrapper {
    display: inline-block;
    margin-top: 52px;
    background: #fff;
    border-radius: 50%;
}
.icon-wrapper>span {
    display: block;
    width: 103px;
    height: 103px;
    margin: 0 auto;
    background: #25c337;
    border-radius: 50%;
}

.icon-wrapper>span i {
    font-size: 46px;
    line-height: 104px;
    color: #ffffff;
}
.icon-tool:before {
    content: "\e91a";
}
.icon-808728:before {
    content: "\e946";
}
.icon-612844:before {
    content: "\e964";
}
.choose-item .title {
    margin: 33px auto 16px;
}
.choose-item.active {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.choose-item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 0%;
    height: 4px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #25c337;
    transition: width 0.2s linear;
}

.choose-item:hover {
    background-color: #ffffff;
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
}
.choose-item:hover:before {
    width: 100%;
}
.choose-item.active:before{
width: 100%;
}
.choose-item .box__title{
    padding: 30px 0 15px;
}
/********/
#how-works{
    padding: 60px 0;
}
.work-block .block__title,
.work-block .block__description{
    color:#fff;
}
.work-block .block__title span{
     color: #25c337;
}
.work-items {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    gap: 40px;
    justify-content: center;
}
.work-item {
    width: 25%;
}
.promo{
    position: relative;
    margin-top: 40px;
    display: flex;
    justify-content: right;
}
.promo .promo__marker {
    font-size: 400px;
    font-weight: 400;
    line-height: 1;
    color: #25c337;
    width: 28%;
    height: 100%;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    top: -75px;
    left: -14px;
    z-index: 1;
}
.promo .promo__content {
    position: relative;
    z-index: 2;
    width: 73%;
    overflow: hidden;
}
.promo .promo__img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 300px;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}
/* .promo .promo__img:hover .overlay { */
.promo .promo__img .overlay {
  height: 100px; /* Висота тексту при наведенні */
}
 .text-how {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 1px;
    font-weight: 600;
    width: 80%;
}


/***********/
section#car-repair {
    padding: 120px 0;
}
.car-repair-block {
    display: flex;
    gap: 40px;
}
.car-repair-item{
    width: 49%;
}
.car-repair-item .text{
    padding:30px 0 25px;
}
.repair-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.repair-item{
    width: 48%;
}
.stat-box02 {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.stat-box02 .stat-box02__value {
    font-size: 45px;
    line-height: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #25c337;
    position: relative;
    padding: 0 22px 0 0;
}

.stat-box02 .stat-box02__value .number {
    display: flex;
}

.stat-box02 .stat-box02__value .count {
    font-size: 55px;
}

.stat-box02 .stat-box02__value:before {
    content: '';
    width: 3px;
    height: 46px;
    background-color: #25c337;
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
}

.stat-box02 .stat-box02__value+.stat-box02__title {
    margin-left: 15px;
}

.stat-box02 .stat-box02__title {
    margin: 2px 0 0 0;
    padding: 0;
    text-align: left;
}

.stat-box02 .stat-box02__title>* {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-transform: inherit;
    margin: 0;
    padding: 0;
}
.video-block {
    position: relative;
    display: inline-block;
}

.video-block .video-block__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    top: 0;
    fill: #ffffff;
}

.video-block .video-block__icon span {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
    width: 99px;
    height: 99px;
    background-color: #25c337;
    border-radius: 50%;
    transition: background-color 0.2s linear;
}

.video-block .video-block__icon span>* {
    width: 35px;
    height: auto;
}

.video-block img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.video-block:hover .video-block__icon span {
    background-color: #2d2d2d;
    color: #ffffff;
}

/**********/
#google-map{
    position: relative;
}
#google-map iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-google__box01 {
    background-color: rgba(64, 64, 64, 0.9);
    width: 371px;
    padding: 65px 40px 62px 52px;
    position: relative;
    z-index: 9;
}

.map-google__box01> :nth-child(1) {
    margin-top: 0;
}

.map-google__title {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 0 0 25px 0;
    margin-top: 34px;
}

.footer-map {
    min-height: inherit;
    height: inherit;
}

.contact-info-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
    color: #d4d4d4;
}

.contact-info-item a {
    color: #d4d4d4;
    text-decoration: none;
    transition: color 0.2s linear;
}

.contact-info-item a:hover {
    color: #ffffff;
}
.contact-info-item .item-icon {
    position: relative;
    top: 2px;
}

.contact-info-item .item-icon+.item-description {
    margin-left: 13px;
}

.contact-info-item .item-description span {
    color: #ffffff;
}

.contact-info-item+.contact-info-item {
    margin-top: 8px;
}
.icon-locate:before {
    content: "\e90b";
}
.icon-phone:before {
    content: "\e931";
}
.icon-email:before {
    content: "\e932";
}
.icon-clock:before {
    content: "\e90a";
}


/*********/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center; /* Форма буде в центрі */
  z-index: 1000;
  opacity: 0; /* Початкова прозорість для плавної появи */
  transition: opacity 0.3s ease-in-out; /* Плавна зміна прозорості фону */
}

.modal.active {
  opacity: 1; /* Фон стає видимим */
}

.modal-content {
  
  /* height: 400px; */
  background-color: white;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  position: relative;
  transform: translateY(100vh); /* Початкова позиція - за межами екрану знизу */
  transition: transform 0.5s ease-in-out; /* Плавна анімація виїзду */
}

.modal.active .modal-content {
  transform: translateY(0); /* Форма виїжджає до центру */
}
.modal-content h3{
font-size: 32px;
line-height: 37px;
font-weight: 700;
padding-bottom: 16px;
margin: 0;}
.modal-content h3 span{
color:#25c337;
}
.close-btn {
  position: absolute;
  top: -20px;
  right: -30px;
  font-size: 40px;
  cursor: pointer;
  color:#25c337;
}
/***********/
#testemonials{
    padding:60px 0;
    background-color:#2d2d2d;
}
.container-testemonials{
    height:550px;
    position:relative;
    overflow: hidden;
}
.section__text-background{
     width: 100%;
    position: absolute;
    z-index: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    pointer-events: none;
    font-size:180px;
    margin-top: 200px
}
.swiper-containerr{
    height:500px;
}
.slide-testemonials{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    color: #fff;
}
.swiper-paginationn{
    text-align:center;
}
.slide-testemonials  .item__img {
    width: 100px;
    height: 100px;
	background: #fff;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
	
	display: flex;
    align-items: center;
    justify-content: center;
}

.slide-testemonials  .item__img .slide_initials{
	font-size: 26px;
    line-height: 1;
	color: #363636;
}
.slide-testemonials  .item__img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.slide-testemonials  .item__img .icon {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #25c337;
    color: #5e5e5e;
    position: absolute;
    top: 0px;
    left: -7px;
    border-radius: 50%;
    text-align: center;
}

.slide-testemonials .item__img .icon:before {
    content: "“";
    font-size: 30px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    top: 5px;
}

.slide-testemonials .item__description,
.slide-testemonials .item__autor {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.slide-testemonials .item__description {
    font-size: 20px;
    line-height: 28px;
    margin-top: 27px;
    color: #5e5e5e;
}

.slide-testemonials .item__description p {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    color: #fff;
}

.slide-testemonials .item__autor {
    margin-top: 17px;
    font-size: 15px;
    color: #d4d4d4;
}

.slide-testemonials .item__autor span {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #25c337;
    text-transform: uppercase;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d4d4d4c4;
  opacity: 0.5;
  transition: all .5s ease;
      margin: 0 8px !important;
}

.swiper-pagination-bullet-active {

  background: #25c337;
    width: 16px;
    opacity: 1;
    border-radius: 8px;
}
/***********/
.car-sales{
  padding: 60px 0;
}

.third__block-car{
  text-align: center;
}

.title-separator-car{
  margin: 15px 0 30px;

}
.car-page{
  margin: 30px auto 0;
  color: #000;
  padding: 7px 10px;
  font-weight: 600;
}
/*************/
.modal-content.modal-content2 {
    max-width: 500px;
}
form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    max-width: 150px;
    margin: 0 auto;
}

form{
    padding: 20px 0 5px;
}
  .form-container {
  max-width: 800px;
  margin: 20px auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-group-item{
  width: 31%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.form-group-title{
  font-weight: 600;
}
.form-group {
  display: flex;
  flex-direction: column;
}
label {
  font-size: 12px;
  color: #4a5568;
  margin-bottom: 5px;
  font-weight: 600;
}
input {
  padding: 8px;
  border: 1px solid #e2e8f0;
  background-color: #edf2f7;
  font-size: 15px;
  width: 100%;
  line-height: 22px;
}
input[type="submit"] {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  padding: 8px 16px;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: #f7fafc;
}
textarea {
  border: 1px solid #e2e8f0;
  background-color: #edf2f7;
  height: 170px;
  padding: 8px;
  width: 100%;
  font-size: 15px;
}
.full-width input.wpcf7-form-control.wpcf7-submit.has-spinner {
width: auto;
padding: 8px 20px;
font-weight: 600;
}
.note {
  font-size: 12px;
  color: #718096;
  margin-top: 5px;
}
.full-width {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wpcf7-not-valid-tip {
font-size: 12px !important}

/***********/
section#cars {
    padding: 120px 0;
    min-height: 80vh;
}
.third__title {
  padding-bottom: 50px;
  text-align: center;
}

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

.third__item {
  border: 1px solid #25c337;
  padding: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

.third__item-img {
  border-radius: 20px;
}
.third__item-img-link{
    position: relative;
}

.third__item-title {
  font-size: var(--font-md);
  font-weight: 600;
  line-height: 1.2;
  padding-top: 10px;
  text-align: left;
}

.third__item-info {
  font-size: var(--font-base);
  font-weight: 400;
  line-height: 1.2;
  padding: 10px 0;
}

.third__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.third__item-link{
  color:#000;
}
/***********************/
.custom-portfolio-section {
  padding: 60px 0 90px;
  text-align: center;
  position: relative;
  overflow: hidden; /* Обрізаємо крайні слайди */
}

.custom-portfolio-swiper-container {
  width: 100%;
  padding: 20px 0;
  position: relative;
}
.swiper-wrapper {
  transition-timing-function: linear; /* Плавний перехід */
}

.custom-portfolio-slide {

  opacity: 0.6;
  transition: opacity 0.3s, transform 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.custom-portfolio-slide img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.swiper-slide-active.custom-portfolio-slide {
  opacity: 1;
  transform: scale(1.2); /* Більше масштабування для активного слайда */
}
.custom-portfolio-slide-content {
  width: 65%;
  position: absolute;
  bottom: -50px; /* Початкова позиція тексту поза видимим полем */
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
.swiper-slide-active .custom-portfolio-slide-content {
  bottom: 20px; /* Виїжджає знизу */
  opacity: 1;
}
.custom-portfolio-swiper-button-next, .custom-portfolio-swiper-button-prev {
  position: relative;
}

@media (max-width: 768px) {
.swiper-slide {
  width: 50%; /* 2 слайди на мобільних */
}
.custom-portfolio-slide img {
  height: 200px;
}
.custom-portfolio-swiper-button-next, .custom-portfolio-swiper-button-prev {
  top: 10px;
  transform: none;
}
}
.custom-portfolio-items{
  display:flex;
  padding-bottom: 50px;
}
.custom-portfolio-item{
  width: 50%;
  min-height:100px;
  text-align: left;
}
.custom-portfolio-navigation {
display: flex;
justify-content: center;
gap: 20px; /* Відстань між стрілками */
margin-top: 20px; /* Відступ від слайдера */
}

.custom-portfolio-swiper-button-next,
.custom-portfolio-swiper-button-prev {
    width: 65px; /* Розмір кнопки */
    height: 65px;
    border: none;
    border-radius: 50%; /* Робимо круглими */
    color: #25c337;
    font-size: 50px; /* Розмір іконки */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s ease; /* Плавна зміна кольору при наведенні */
    position: relative; /* Для псевдоелементів */
    border: 1px solid #25c337;
}

.custom-portfolio-swiper-button-next:hover,
.custom-portfolio-swiper-button-prev:hover {
    background-color: #25c337; /* Темніший відтінок при наведенні */
    color:#fff;
}

.custom-portfolio-swiper-button-prev::before {
    content: '\2039';
    font-family: Arial, sans-serif;
    position: absolute;
    top: 45%;
    left: 48%;
    transform: translate(-50%, -50%);
}

.custom-portfolio-swiper-button-next::before {
    content: '\203A'; /* Unicode для правої стрілки (>>) */
    font-family: Arial, sans-serif; /* Використовуй шрифт із підтримкою символів */
    position: absolute;
    top: 45%;
    left: 48%;
    transform: translate(-50%, -50%);
}
.media-left {
    background: #fff;
    padding: 10px 5px;
    position: relative;
}
.media-left .project-subtitle {
    background: #25c337;
    position: absolute;
    top: -100%;
    left: 0;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 20px;
}
.media-left .project-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
}

/***********************/
.single_content {
padding:60px 0;
}
.single_content-items {
    display: flex;
    width: 1120px;
    margin: 0 auto;
}
.single_content .container-single {
    max-width: 800px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.header_single p {
    font-size: var(--size-title);
    font-weight: 600;
    line-height: 50px;
    color: #fff;
}
.single_content h1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 42px;
    font-weight: 600;
}
.single_content h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    font-weight: 600;
}

.single_content h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    font-weight: 600;
}

.single_content h4 {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

ul,ol {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.single_content li {
    list-style-type: disc;
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.entry-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.entry-content {    
    padding: 15px;
    border-radius: 5px;
}

.header_single {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height:350px;
    position: relative;
}
.header_single::before{
content: '';
    width: 100%;
    height: 100%;
    background-color: #000000bf;
    top: 0;
    position: absolute;
}
.header_single .container-single{
    display: flex;
    align-items: flex-start;
    height: 350px;
    flex-direction: column;
    position: relative;
    z-index: 2;
    justify-content: center;
    max-width:1080px;
    margin:0 auto;
    padding-top: 100px;
}
.site_breadcrumbs-single {
padding:10px 0 0;
color:#fff;
border-bottom:none;
}
.site_breadcrumbs-single span a{
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}
.site_breadcrumbs-single .breadcrumb_last{
    color:#25c337;
    font-weight:600;
}
  .sidebar {
    background-color: #f4f4f4;
    padding: 20px;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 15px;
}

.post-card {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background-color: #fff;
    padding: 20px 5px;
    text-decoration: none;
    color: #333;
    border:1px solid #25c337;
    transition: transform 0.2s;
    flex-direction:column;
    gap:10px;
}

.post-card:hover {
    transform: translateY(-2px);
}

.post-card img {
    width: 100%;
    height:160px;
    object-fit: cover;
}

.post-card h3 {
    font-size: 22px;
    margin: 0;
    font-weight:600;
    line-height: 1.4;
}

.no-posts {
    font-size: 16px;
    color: #666;
}

@media (max-width: 768px) {
div#sidebar{
    display: none;
}
}
/****************/
section#product {
    padding: 120px 0;
}
.product_codified{
  color: #fff;
    background: var(--secondary-color);
    padding: 6px 10px;
    display: inline-block;
    text-transform: uppercase;
  }
  .third__item-img-link .product_codified{
    position: absolute;
    bottom: 0;
    left: 0;
}
.product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 gap: 30px;
  padding: 30px 0;
}

.product__col {
  max-width: 50%;
  width: 100%;
  position: relative;
}

.product__swiper {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.product__swiper-slide {
  border-radius: 20px;
  padding: 0 8%;
  overflow: hidden;
}

.product__swiper_imgBlock {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  border: 2px solid var(--secondary-color);
}

.product__block {
  position: sticky;
  top: 100px;
}
.product__block table td{
     border: 1px solid var(--primary-color-light);
     padding: 5px;
}
.product__title {
  font-size: var(--font-xxxl);
  text-align: left;
    margin-bottom: 20px;
}

.product__price {
  font-size: var(--font-xl);
  font-weight: var(--weight-semiBold);
  color: var(--primary-color);
  display: block;
  padding: 10px 0;
}

.order-button {
  color: #000;
  font-weight:600;
  max-width:150px;
}

.product__text {
  font-size: var(--font-base);
  font-weight: var(--weight-semiBold);
  color: var(--primary-color-light);
  display: block;
  padding: 10px 0;
}

.product__table {
  padding: 0 0 30px;
}

.product__table_table {
  padding: 30px 0;
  max-width: 70%;
  margin: 0 auto;
  width: 100%;
}

.product__table_table_tr {
  border-bottom: 1px solid var(--primary-color-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-align: left;
  background: #f1f1f1f1;
}

 
.product__remark{
  margin-top: 15px;
  padding: 15px; 
}

.product__table_table_th {
  padding: 15px 10px 15px 15px ;
  width:260px;
  height: -webkit-fill-available;
  color: #ffffff;
  background:#2d2d2d;

}

.product__table_table_td {
  padding: 15px; 
  width: calc(100% - 260px);
}
/********** */
.contact-form{
  padding:60px 0;
}

.contact-form-container{
  display:flex;
  gap:60px;
  justify-content: center;
}
.form-item-column {
    display: flex;
    gap: 20px;
}
.contact-form-item{
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
  padding:50px 30px;
  background-color:#fff; 
  width: 55%; 
}
.contact-form-item .block__title span{
  color:#25c337;
}
.contact-form-item p{
  line-height:1.2
}

.contact-inform-item{
  width: 40%;
}

.contact-info-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  align-items: center;
  justify-content: center;
  color: #000;
  height:100%;
}

.info-item {
    text-align: center;
}
h6.info__title{
  font-size: 24px;
  font-weight: 600;
  padding: 15px 0 10px;
}

.info__icon {
  color: #25c337;
  font-size:24px;
}

.icon-locate:before {
  content: "\e90b";
}
.icon-phone:before {
  content: "\e931";
}
.icon-email:before {
  content: "\e932";
}
.icon-arrowhead-pointing-to-the-right:before {
  content: "\e929";}

.gallery-slider {
    max-width: 600px; /* Встановіть бажану максимальну ширину */
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden; /* Переконайтеся, що зайві слайди не видно */
}

.swiper-wrapper {
    width: 100%; /* Забезпечте, щоб обгортка займала всю ширину контейнера */
}
                     
.gallery-swiper-wrapper{
  padding-bottom:20px;
}
.swiper-slide {
    width: 100%; /* Кожен слайд має займати 100% ширини контейнера */
    box-sizing: border-box; /* Урахування padding і border у ширині */
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 500px; /* Обмеження висоти зображення */
}




@media (max-width: 900px) {

/**********/
.service-block{
  flex-direction: column;
}
.service-image{
  display: none;
}
.service {
  width: 100%;
}
.caption {
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
}
/***********/
.result-items {
    flex-direction: column;
    row-gap: 30px;
}
/********/
.service-items {
    flex-direction: column;
}
.service-item {
  width: 100%;
}
/**********/
.car-repair-item-video{
  display: none;
}
.car-repair-item {
  width: 100%;
}

/****/
.choose-items {
    flex-direction: column;
}
.choose-item {
    width: 100%;
}
/*******/
.work-items{
  flex-direction: column;
}

.work-item{
  width: 75%;
  margin: 0 auto;
}
}

@media (max-width: 768px) {
.repair-items {
  justify-content: center;
} 
.repair-item {
    width: 40%;
} 
.stat-box02 .stat-box02__value{
  padding-right: 15px;
}
.stat-box02 .stat-box02__value:before {
  height: 40px;
}
.stat-box02 .stat-box02__value .count {
    font-size: 34px;
}
#google-map iframe{
  display: none;
}
.container-map {
    padding: 0 !important;
}
.map-google__box01{
  width: 100%;
  padding: 65px 20px;
}

.third__grid {
  grid-template-columns: repeat(1, 1fr);
 }
.modal-content {
  width: 100%;
  height: 100%;
  padding: 50px 15px 30px;
  overflow-y: scroll;
}
.close-btn {
  top: -10px;
  right: 15px;
  font-size: 50px;
}
.form-group-item {
  width: 100%;
}
.slide-testemonials .item__description p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 15px;
  }
.slide-testemonials .item__description p {
    font-size: 18px;
    line-height: 22px;
}
.custom-portfolio-items{
  flex-direction: column;
  padding-bottom: 20px;
}
.custom-portfolio-item{
    width: 100% !important;
}
.custom-portfolio-slide-content {
    width: 90%;
}
.media-left {
  padding: 5px;
  height:50px;
}
.custom-portfolio-item h2.block__title{
    line-height: 1;
}
h4.project-title.th-title {
  line-height: 1.2;
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 35px;
}

.custom-portfolio-navigation {
    justify-content: right;
}

.custom-portfolio-swiper-button-next, .custom-portfolio-swiper-button-prev{
  width: 40px;
  height: 40px;
}

.footer__column_item2 .footer_services_nav {
  flex-direction: column; 
  gap: 5px;
}

p.footer__text.white-opacity br{
  display: none;
}

section.header_single {
  min-height: 300px;
}

.header_single .container-single-header{
  height: 240px;
  width: calc(100% - 20px);
  padding-left: 20px;
  justify-content: end;
}

.site_breadcrumbs-single{
  padding: 0;
  margin: 0;
}

.container-single .post-thumbnail{
  padding: 0 15px;
}

section#product {
  padding: 120px 0 30px;
}

h2.product__table_title.title {
  text-align: left;
}

.product__row {
  flex-direction: column;
  gap: 10px;
}

.product__col {
  max-width: 100%;
}

h1.product__title.title {
  font-size: 34px;
}

.product__table_table.mt-4.w-full.max-w-lg.table-auto {
  max-width: 100%;
  padding:10px 0;
}

.product__table_table_tr.align-top {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.product__table_table_th,
.product__table_table_td {
  width:100%;
}

.contact-form {
  padding: 20px 0;
  background-position: right;
}

.contact-form-container {
  flex-direction: column;
}

.contact-form-item {
  width: 100%;
  box-shadow: none;
  padding: 0;
}
.contact-form-item p br {
    display: none;
}
.form-item-column {
  flex-direction: column;
}
.contact-info-item {
    width: 100%;
}
.contact-inform-item {
    width: 100%;
}
}

@media (max-width: 500px) {
.header-container {
  padding: 0;
}
#home {
  height: 650px;
}
.hero-slider .swiper-container {
  height: 650px;
}
.hero-slider .slide-inner {
  height: 650px;
}
.hero-slider .head_primary {
  font-size: 48px;
}
.caption{
  min-height: 320px;
}
.services__text-background {
  bottom: 0px;
  font-size: 56px;
}
.icon-wrapper {
  margin-top: 30px;
}
.choose-item{
  padding-bottom:30px;
}
.work-item {
  width: 100%;
}
.promo .promo__marker {
    font-size: 150px;
    top: -50px;
    left: 0px;
}
.promo .promo__content {
  width: 83%;
}
.repair-items {
    overflow: hidden;
}
.repair-item {
  width: 48%;
}
.stat-box02 .stat-box02__value .count {
  font-size: 30px;
  line-height: 18px;
}
.stat-box02 .stat-box02__title>* {
  font-size: 16px;
}
.slide-testemonials {
  padding: 0 25px;
}
.slide-testemonials .item__img {
  width: 130px;
}
.slide-testemonials .item__img .icon{
  width: 50px;
  height: 50px;
}
.footer__column {
    flex-direction: column;
    gap: 30px;
    align-items: center;
}
p.footer__text.white-opacity {
    text-align: center;
}
.footer__column.footer__column_services{
    align-items: center;
    padding-top: 20px;
}
.footer__row_text.white-opacity.site-copy {
    flex-direction: column;
    gap: 10px;
}
}

@media (max-width: 400px) {
.header-container {
  padding: 0;
}
#home {
  height: 550px;
}
.hero-slider .swiper-container {
  height: 550px;
}
.hero-slider .slide-inner {
  height: 550px;
}
.hero-slider .head_primary {
  font-size: 42px;
}
.caption{
  min-height: 320px;
}
.services__text-background {
  bottom: 0px;
  font-size: 52px;
}
.icon-wrapper {
  margin-top: 30px;
}
.choose-item{
  padding-bottom:30px;
}
.work-item {
  width: 100%;
}
.promo .promo__marker {
    font-size: 130px;
    top: -50px;
    left: 0px;
}
.stat-box02 .stat-box02__value+.stat-box02__title {
    margin-left: 20px;
}

.repair-item {
  width: 55%;
}
.stat-box02 .stat-box02__value:before {
  height: 36px;
  top: -12px;
}
.stat-box02 .stat-box02__value {
  padding-right: 15px;
  min-width: 110px;
}

}