html{
    background-color: black;
    scroll-behavior: smooth;
}



.conteiner{
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.rigth_header_content>a>img{
    width: 30px;
    box-sizing: border-box;
}


.header_wrapper{
    padding-left: 70px;
    padding-right: 70px;
    margin-top: -8px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
}

.left_header_txt{
    display: flex;
    flex-direction: column;
}

.left_high_header_txt{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 21px;
    line-height: 144%;
    color: #fff;
}

.left_low_header_txt{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 198%;
    color: #fff;
    margin-top: -15px;
}

.rigth_header_content{
    display: flex;
    align-items: center;
    gap: 23px;
    justify-content: space-between;
    list-style: none;
}

.rigth_header_content>li>a{
    text-decoration: none;
    color: white;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 219%;
    text-align: right;
    height: 30px;
}
.rigth_header_content>a:hover{
    border-bottom: 1px solid white;
}
.overview_wrapper{ 
    display: flex;
    
}
.first_path{
    background-color: #191919;
}
.left_overview_content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url("./img/icon.png");
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}
.left_overview_content>img{
    max-width: 950px;
}
.nike_blue{
    width: 100%;
    background-color: #194056;;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
}
.main_photo{
    padding-top: 35px;
    box-sizing: border-box;
    display: block;
    width: 70%;
    border-radius: 50%;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
    z-index: 1000;
}
.right_overview_content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.right_overview_content>h2{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 69px;
    line-height: 130%;
    text-transform: uppercase;
    color: white;
    text-align: center;
    max-width: 450px;
    width: 100%;
}
.right_overview_content>h3{
    color: white;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 175%;
    max-width: 450px;
}

.right_overview_content>p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 198%;
    color: white;
    text-align: center;
    max-width: 450px;
}


.zag_form{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 135%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    max-width: 450px;
}
.text_form{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #fff;
    max-width: 450px;
}
.wrapper_form{
    background-color: #191919;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form_text{
    display: flex;
    flex-direction: column;
    padding-left: 77.5px;
}
.tg_form{
    display: flex;
    flex-direction: column;
    padding-right: 77.5px;
    gap: 20px;
}

.tg_form>input{
    border: 1px solid #fff;
    width: 460px;
    height: 40px;
    background-color: black;
    color: #fff;
}

.tg_form>input::placeholder{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding-left: 5px;
}

.form_btn{
    height: 45px;
}


.wrapper_made_work{
    display: flex;
    gap: 120px;
    justify-content: center;
    padding: 120px 0px 119px 0px;
}


.left_made_work{
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.right_made_work{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.left_made_work>p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.right_made_work>p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 22px;
    line-height: 141%;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}



body {
    scroll-behavior: smooth;
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #191919;
    color: #ffffff;
}

.why-choose-us {
    width: 100%;
    max-width: 1920px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0px 50px 0p;
    background-color: #151416;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
}

.title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
}

.features {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-between;
    gap: 30px;
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
}

.feature-item {
    flex: 1;
    max-width: 300px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icon img {
    width: 60px;
    height: auto;
    margin-bottom: 20px;
    filter: invert(50%) sepia(100%) hue-rotate(30deg) saturate(1000%); /* Для золотистого оттенка */
}

.text {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.icon_svg{
    width: 100px;
}


.how-we-work-section {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-bottom: 40px;
    background-color: #151416;
}

.how-we-work-container {
    max-width: 1200px;
    width: 100%;
    margin-top: 100px;
}

.how-we-work-title {
    font-size: 36px;
    font-weight: bold;
    color: #ffb84d; /* Золотистый */
    margin-bottom: 20px;
}

.how-we-work-description {
    font-size: 18px;
    color: #f0e5d6;
    margin-bottom: 40px;
}

.how-we-work-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.how-we-work-step {
    flex: 1;
    max-width: 250px;
    background-color: #3c322a;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #ffffff;
    transition: transform 0.3s ease;
}

.how-we-work-step:hover {
    transform: scale(1.05);
}

.how-we-work-circle {
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
    background-color: #ffffff;
    color: #3c322a;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 50%;
}

.how-we-work-step-title {
    font-size: 18px;
    color: #ffb84d; /* Золотистый */
    margin-bottom: 10px;
}

.how-we-work-step-description {
    font-size: 14px;
    color: #f0e5d6;
}



.portfolio-section {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #194056;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
.portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    width: 100%;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.portfolio-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item>img {
    padding-top: 20px;
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.portfolio-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0;
}

/* Контейнер с Flexbox */
.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    height: 50px;
}

/* Элемент футера */
.footer-item {
    flex: 1 1 auto;
    text-align: center;
}

/* Текст */
.footer-text {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 135%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}














.hero {
    position: relative;
    width: 100%;
    height: 500px; /* Высота экрана */
    background: url("./img/Container.png") center/cover no-repeat; /* Замените на ваш фон */
}

/* Затемнение */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный слой */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

/* Текст */
.hero-content {
    max-width: 800px;
}

.hero-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 40px;
    line-height: 135%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.hero-subtitle {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 187%;
    text-align: center;
    color: #fff;
}

.hero-description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 202%;
    text-align: center;
    color: #fff;
}





.link_phone>img{
    width: 60px;
    display: block;

}
.call_back{
    position: fixed;
    z-index: 50;
    bottom: 30px;
    right: 30px;
    display: none;
}






#popup__toggle{bottom:30px;right:0px;position:fixed;z-index:999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(images/mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}



  .container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 600px;
    background-color: #194056;
  }

  .image {
    padding-top: 30px;
    flex: 1 1 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 60%;
  }

  .image img {
    max-width: 100%;
    height: auto;
    object-fit: contain; /* Сохраняет пропорции изображения */
    border-radius: 10px; /* Добавляет плавные углы (можно убрать) */
  }

  .content {
    flex: 1 1 50%;
    padding: 20px;
    text-align: left;
  }

  .content h1 {
    max-width: 900px;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
  }

  .content h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: normal;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.6;
  }



.navbar{
    display: none;
}
  .burger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .burger span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: white;
  }
  
  .menu {
    list-style: none;
    display: none;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    top: 84px;
    background-color: #444;
    border-radius: 5px;
    z-index: 10;
    max-width: 991px;
    right: 0;
    left: 0;
    opacity: 0.9;


  }
  
  .menu li a {
    text-decoration: none;
    color: white;
  }
  
  .menu.active {
    margin-top: 15px;
    padding-top: 20px;
	max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    font-size: 20px;
    gap: 30px;
    padding-bottom: 40px;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
    color: white;
    text-align: center;

  }

  #menu>li{
    border-bottom: 1px solid white;
  }




  .custom-section {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #333;
    gap: 20px;
  }
  
  /* Левая часть: Карта */
  .custom-map {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .custom-map img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  /* Правая часть: Список */
  .custom-content {
    flex: 1 1 50%;
    max-width: 50%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    color: white;
    text-align: left;
  }
  
  .custom-content div {
    font-size: 16px;
    line-height: 1.5;
  }




  .highlight-box {
    max-width: 900px;
    padding: 20px;
    border-radius: 10px;
    background-color: #1A1A1A;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    border: 1px solid #FFD700;
    transition: transform 0.3s, background-color 0.3s, color 0.3s;
}

.highlight-box:hover {
    background-color: #FFD700;
    color: #1A1A1A;
    transform: translateY(-5px);
}

.highlight-box h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.highlight-box p {
    font-size: 1rem;
    margin: 0;
    line-height: 1.5;
}





.fixforce-section {
    margin-top: 40px;
    width: 90%;
    max-width: 800px;
    background-color: #1A1A1A;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #FFD700;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.features-list li {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #FFD700;
    border-radius: 5px;
    transition: transform 0.2s, background-color 0.2s;
}

.features-list li:hover {
    background-color: #FFD700;
    color: #1A1A1A;
    transform: translateY(-5px);
}

.features-list h2 {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
}

.features-list p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}




.portfolio-section {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background-color: #194056;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
    width: 100%; /* Занимает всю ширину */
    box-sizing: border-box; /* Учитывает отступы и границы */
}

.portfolio-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px; /* Добавляем внутренние отступы для адаптивности */
    box-sizing: border-box; /* Учитывает padding */
}

.portfolio-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
    width: 100%;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%; /* Занимает всю ширину */
    box-sizing: border-box; /* Учитывает внутренние отступы */
}

.portfolio-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio-item>img {
    padding-top: 20px;
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
}

.portfolio-item:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}



.service-area { 
    margin-top: 40px;
    max-width: 1050px;
    width: 90%;
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
  }
  
  .service-area-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .service-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00bcd4; /* Акцентный цвет */
  }
  
  .service-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  
  .service-locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    text-align: left;
  }
  
  .service-locations {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .service-locations li {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: #2e2e2e;
    transition: background-color 0.3s ease, transform 0.3s ease;
  }
  
  .service-locations li:hover {
    background-color: #00bcd4;
    color: #1a1a1a;
    transform: scale(1.05);
  }
  
  @media (max-width: 768px) {
    .service-title {
      font-size: 28px;
    }
  
    .service-description {
      font-size: 16px;
    }
  
    .service-locations-grid {
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
  