#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #D89B31;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}
/* Анимации */
  [data-animate] {
    opacity: 0;
    transition: opacity 0.8s ease, transform 0.8s ease;
  }

  .fade-in {
    transform: translateY(30px);
  }

  .slide-left {
    transform: translateX(-50px);
  }

  .slide-right {
    transform: translateX(50px);
  }

  .zoom-in {
    transform: scale(0.95);
  }

  [data-animate].animated {
    opacity: 1;
    transform: translate(0) scale(1);
  }

  .delay-1 { transition-delay: 0.2s; }
  .delay-2 { transition-delay: 0.4s; }
  .delay-3 { transition-delay: 0.6s; }

  html {
    scroll-behavior: smooth;
  }

  .scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 4px;
    background: #D89B31;
    z-index: 1000;
    transition: width 0.1s ease-out;
  }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Logo */
.logo-img{
  height: 40px;
  width: auto;
    margin-right: 40px;
}
.maintext{
font-size: 52px;
    color: #D89B31;
    font-family: Eurostile-Bla, sans-serif;
    margin-left: 20px;

}
.bckgnd-main{
    background:
    linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), /* затемнение */
    url("../img/header_bcg.jpg") no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper{
max-width: 1530px;
margin: 0 auto;
    padding: 0 20px
}
 /* Language Основные стили */
  .language-switcher {
    --primary-color: #D89B31;
    --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: inline-block;
    margin-left: 15px;
  }

  .lang-buttons {
    display: flex;
    gap: 5px;
    background: rgba(0, 0, 0, 0.05);
    padding: 5px;
    border-radius: 50px;
  }

  .lang-form {
    margin: 0;
    padding: 0;
  }

  /* Стили кнопок */
  .lang-btn {
    position: relative;
    border: none;
    background: transparent;
    color: #333;
    padding: 8px 15px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: var(--transition);
    font-weight: 500;
  }

  /* Активная кнопка */
  .lang-btn.active {
    background: var(--primary-color);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(216, 155, 49, 0.3);
  }

  /* Анимация при наведении */
  .lang-btn:not(.active):hover {
    background: rgba(0, 0, 0, 0.1);
  }

  /* Элементы кнопки */
  .lang-flag {
    font-size: 1.2em;
    margin-right: 0px;
  }

  /* Эффект нажатия */
  .lang-btn:active {
    transform: scale(0.95);
  }

  /* Плавное изменение opacity при переключении */
  html {
    transition: opacity 0.3s ease;
  }
  /* Стиль для кнопки "Войти" */
  .btn-warning {
    background-color: #D89B31;
    border-color: #D89B31;
    color: white;
    font-weight: 600;
    padding: 8px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .btn-warning:hover {
    background-color: #c68c2a;
    border-color: #c68c2a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }

  .btn-warning:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  /* Эффект при клике на кнопку "Войти" */
  .btn-warning:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 120px;
    margin-left: -60px;
    margin-top: -60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    transform: scale(0);
  }

  @keyframes ripple-effect {
    100% {
      transform: scale(2);
      opacity: 0;
    }
  }

  .btn-warning:not(:active):after {
    animation: ripple-effect 0.6s ease-out;
  }

  .btn-warning:focus:not(:active):after {
    animation: ripple-effect 0.6s ease-out;
  }

/* -----------КНОПКА СЛЕВА -----------------------*/


.mainwarp {
        padding-top: 150px;
        padding-bottom: 150px;
        align-items: flex-start;
        transition: all 0.5s ease;
        justify-content: space-between;
    display: flex;
    }

    .mainborder {
        border-radius: 20px;
        background-color: rgba(255, 255, 255, 0);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 800px;
        width: 100%;
        padding: 40px;
        /*box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);*/
        transition: all 0.5s ease;
        position: relative;
        overflow: hidden;

    }


    .maintext {
        font-family: "Eurostile-Bla", sans-serif;
        color: #ffffff;
        font-size: 52px;
        line-height: 1.3;
        margin-bottom: 20px;
        position: relative;
        padding-left: 20px;
    }

    .button {
        display: inline-block;
        background-color: #D89B31;
        color: #fff;
        border: none;
        padding: 15px 10px;
        margin-left: 40px;
        font-size: 24px;
        border-radius: 17px;
        cursor: pointer;
        transition: all 0.3s;
        font-family: "Eurostile-Reg", sans-serif;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .button::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
        transition: 0.5s;
        z-index: -1;
    }

    .button:hover {
        background-color: #c68c2a;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(216, 155, 49, 0.4);
    }

    .button:hover::before {
        left: 100%;
    }

    @media (max-width: 768px) {
        .mainwarp {
            margin-left: 20px;
            padding-top: 80px;
        }

        .mainborder {
            padding: 30px;
            max-width: 90%;
        }

        .maintext {
            font-size: 1.5rem;
        }
    }
.hd_items{
      padding: 80px 0;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.hd_item{
    border-radius: 25px;
    padding: 45px 0;
    background-color: #fff;
    width: 250px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* ГЕОГРАФИЯ СПРАВА ***************/

.map-block {
    flex: 1;
    max-width: 600px;
}

.map-content {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
}

.map-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background: #D89B31;
    transition: all 0.5s ease;
}

.map-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.map-content:hover::before {
    width: 16px;
}

.map-title {
    font-family: "Eurostile-Bla", sans-serif;
    color: #333;
    font-size: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #D89B31;

}

.map-image-wrapper {
    position: relative;
    height: 300px;
    margin-bottom: 20px;
}

.map-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-point {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
    color: inherit; /* ← чтобы currentColor работал от background */
}


/* Позиции точек (настройте под вашу карту) */
.map-point.eu { top: 54%; left: 25%;
background: #1042d9;
color: #1042d9;}
.map-point.cn { top: 67%; left: 56%;;
background: #f80303;
color: #f80303;}
.map-point.jp { top: 65%; left: 66%;
background: #aad326;
color: #aad326;}
.map-point.kr { top: 65%; left: 62%;
background: #1bb80a;
color: #1bb80a;}
.map-point.kz {
    top: 56%; left: 35%;
background: #03aff8;
color:#03aff8;}

.map-legend {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "Eurostile-Reg", sans-serif;
    font-size: 1rem;
    color: #333;
}

.legend-marker {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

/* Цвета маркеров */
.legend-marker.eu { background: #0a30ef; }
.legend-marker.cn { background: #e74c3c; }
.legend-marker.jp { background: #aad326; }
.legend-marker.kr { background: #1bb80a; }
.legend-marker.kz { background: #07abc8; }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 currentColor;
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

/* Адаптация */
@media (max-width: 1200px) {
    .mainwarp {
        flex-direction: column;
    }

    .map-block {
        margin-left: 0;
        margin-top: 40px;
        max-width: 100%;
    }

    .map-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .map-content {
        padding: 20px;
    }

    .map-title {
        font-size: 1.5rem;
    }

    .map-legend {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
  .mainwarp {
    flex-direction: column;
    align-items: center;
  }

  .mainborder, .map-block {
    max-width: 100%;
  }

  .maintext {
    font-size: 28px;
    text-align: center;
  }
}
/*Наши услуги*/
.services{
    padding: 80px 0;
    background:#F1F1F1;
}

.service-text {
        font-size: 54px;
        color: #D89B31;
        text-align: center;
        position: relative;
    font-family: "Eurostile-Bla", sans-serif;
    font-weight: bold;
    display: block;
    margin: 0 auto 60px;
    width: fit-content;
    }
.service-text:after {
        content: '';
        display: block;
        width: 80px;
        height: 4px;
        background: #D89B31;
        margin: 20px auto 0;
    }
.service-table {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin: 0 auto;
        max-width: 1100px;
    }
.table{
        flex: 1;
        min-width: 300px;
        max-width: 350px;
        background: white;
        border-radius: 10px;
        padding: 30px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-family: Eurostile-Reg,sans-serif;

}
.table:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
.table-text h2 {
        font-size: 1.8rem;
        color: #222;
        margin-bottom: 10px;
        line-height: 1.3;
      font-weight: bold;

    }
.table-text p {
        color: black;
        line-height: 1.6;
        font-size: 1.1rem;
    text-align: left;
    }
@media (max-width: 768px) {
        .service-table {
            flex-direction: column;
            align-items: center;
        }

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

        .service-text {
            font-size: 2rem;
            margin-bottom: 40px;
        }
    }
.img-fluid{
   align-self: end; /* Прижимаем изображение к низу */
        padding-top: 20px;
}
/*Proccess raboty*/
.process {
  padding: 80px 0;
    background-color: #F1F1F1;
}
.block{
    border-radius: 20px;
    background-color: #ffffff;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.title {
  position: relative;
  z-index: 1;

}
.wrapper h2.title{
    justify-content: center;
    text-align: center;

}
h2.title {
  font-size: 48px;
  margin-bottom: 50px;
    font-weight: normal;
    color: #383838;
     font-family: Eurostile-Bla, sans-serif;
}
h2.title::after{
    content: "";
    display: block;
    width: 450px;
    height: 4px;
    background: #D89B31;
    margin: 10px auto 0;
}

h3.title {
  font-size: 24px;
  margin-bottom: 10px;
    font-family: Eurostile-Reg,sans-serif;
    font-weight: bold;
}

.text {
    font-family: Eurostile-Med,sans-serif;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
    text-align: left;

}

.accent {
  color: #D89B31;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 30px;
}

.item {
  position: relative;
  padding: 0;
}

.num {
  font-size: 120px;
  font-weight: 900;
  color: #F4C06B;
  opacity: 0.35;
  position: absolute;
  top: -120px;
  left: 40px;
  z-index: 0;
}

.up {
  transform: translateY(-30px);
}
/*WHYUS*/
.whyus {
  padding: 80px 0;
  background-color: #F1F1F1;
}

.whyus_wp {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.whyus_cap {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 60px;
    text-align: left    ;
    font-family: Eurostile-Bla, sans-serif;
    font-weight: normal;
}
.whyus_cap::after {
    content: "";
    display: block;
    width: 420px;
    height: 4px;
    background: #D89B31;
    margin:  10px 0 0 30px;
}

.whyus_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
}

.whyus_itm {
  padding: 0;
  position: relative;
}

.whyus_itm h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.3;
    text-align: left;
     font-family: "Roboto", sans-serif;
    font-weight: bold;


}

.whyus_itm p {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
    text-align: left;
     font-family: Eurostile-Reg, sans-serif;
    font-weight: lighter;

}

@media (max-width: 991px) {
  .whyus_items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }

  .whyus_cap {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .whyus_items {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .whyus_cap {
    font-size: 30px;
  }

  .whyus_itm h2 {
    font-size: 20px;
  }

  .whyus_itm p {
    font-size: 15px;
  }
}
/*ABOUT*/
.about {
    padding: 100px 0;
    background-color: #F1F1F1;
    text-align: center;
}

.about .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about_h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #383838;
    font-family: Eurostile-Bla, sans-serif;
    font-weight: bold;
}
.about h1::after {
content: "";
    display: block;
    width: 200px;
    height: 4px;
    background: #D89B31;
    margin: 10px auto 0;
}

.about_p {
    font-size: 20px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 40px;

    font-weight: normal;
}

.about_graf_wp {
    margin-top: 60px;
    height: 54px;
    width: 100%;
    background-image: url("../img/zaisan_about.png");

}
.text1{
    font-family: Eurostile-Med,sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.6;
    color: #333; /* основной цвет текста */
    margin-bottom: 20px;
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*FORM*/
/* Форма */
.form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 20px;
    gap: 40px;
    background-color: #F1F1F1;
}

.form_img img {
    max-width: 350px;
    height: auto;
    margin-top: 150px;
    margin-right: 40px;
}

.form_wp {
    max-width: 500px;
    width: 100%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    margin-top: 60px;
}

.form_title {
    font-size: 32px;
    color: #383838;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Поля ввода */
.form_item {
    margin-bottom: 20px;
}

.form_input, .form_msg {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 15px;
    outline: none;
    transition: 0.3s;
    box-sizing: border-box;
}

.form_input:focus, .form_msg:focus {
    border-color: #333;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

/* Радио кнопки */

.options {
    margin-top: 10px;
}

.form_label {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.options_item {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 10px;
}

/* скрываем стандартную радио кнопку */
.options_input {
    display: none;
}

/* стиль для кастомного квадрата */
.options_label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 28px;
}

/* внешний квадрат с скруглением */
.options_label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #333;
    border-radius: 4px; /* ← тут квадрат со скруглением */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    box-sizing: border-box;
    transition: border-color 0.3s, background-color 0.3s;
}

/* внутренняя черная точка (квадрат) */
.options_label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 2px; /* скругление внутреннего квадрата */
    transition: transform 0.2s ease;
}
/* активная радио-кнопка */
.options_input:checked + .options_label::after {
    transform: translateY(-50%) scale(1);
}

/* Текстовое поле */
.form_msg {
    height: 80px;
    resize: vertical;
    margin-bottom: 20px;
}

/* Элементы формы */
.form_item {
    margin-bottom: 20px;
}

/* Кнопка отправки */
.form_button {
    display: block;
    width: 100%;
    padding: 18px;
    font-size: 20px;
    color: #fff;
    background: #333;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
}

.form_button:hover {
    background: #555;
}

/* Адаптив */
@media (max-width: 768px) {
    .form {
        flex-direction: column;
        gap: 20px;
    }

    .form_img img {
        max-width: 250px;
    }
}
/*footer*/
.footer {
  /*display: flex;*/
 /* justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;*/
  background: #000;
  color: #fff;
  padding: 10px 0px;
  font-family: 'Eurostile-Reg', sans-serif;
}
.footer-wp {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
    gap: 40px;
    margin-top: 12px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.footer-logo {
  font-family: 'Eurostile-Bol', sans-serif;
  font-size: 32px;
  margin-bottom: 10px;
  letter-spacing: 15px;
    margin-left: 20px;
}

.footer-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-line {
  width: 1px;
  background: #fff;
  height: auto;
  align-self: stretch;
}

.footer-contacts {
  font-size: 1px;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.footer-text{
    color: #ffffff;
    font-size: 12px;
    margin: 0;
}
.footer-email{
    color: #ffffff;
    font-size: 15px;
}
.footer-contacts p {
    margin: 0;
    line-height: 1.4;
}
.footer-contacts a {
  color: #D89B31;
  text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
}

.footer-contacts a:hover {
  text-decoration: underline;
}

.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;

}

.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  transition: color 0.3s;
}

.footer a:hover {
  color: #D89B31;
}

.footer-year {
  margin-top: 10px;
  font-size: 15px;
  color: #ffffff;
}

/* Адаптация под телефон */
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }

  .footer-left, .footer-right {
    max-width: 100%;
    margin-bottom: 30px;
    align-items: center;
  }

  .footer-info {
    flex-direction: column;
    align-items: center;
  }

  .footer-line {
    display: none;
  }

  .footer-right {
    align-items: center;
  }

  .footer a {
    margin-bottom: 10px;
  }

  .footer-year {
    margin-top: 10px;
  }
}

.btn-gold {
    background-color: #D89B31;
    color: white;
    border: none;
}

.btn-gold:hover {
    background-color: #b97f20;
    color: white;
}

.btn-outline-gold {
    color: #D89B31;
    border: 1px solid #D89B31;
    background-color: transparent;
}

.btn-outline-gold:hover {
    background-color: #D89B31;
    color: white;
}
.cabinet-png{
    width: 30px;
    height: 30px;
}
.soc-seti {
    display: flex;
    background-color: #F1F1F1;
    gap: 24px;
    justify-content: center;
}
.whatsapp{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
}
.instagram{
    background-color: #e8b13f;
    border-radius: 5px;
    padding: 10px;
}
.telegram{
     background-color: #afdfea;
    border-radius: 5px;
    padding: 10px;
}
