


.btn-primary-1{
    position: fixed; 
    top: 90px; 
    left: 10px; 
    z-index:1000; 
    background-color: #618ac8; 
    border: 0;
    color: #ffffff;
}

.section-title-general {
  text-align: center;
  padding-bottom: 50px;
}
.section-title-general h2 {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 0px;
  margin: 0;
  color: #000000;

  border-radius: 50px;

}
.my-button:hover {
  background-color: transparent;/* Новый цвет фона при наведении */
  color: #618ac8; /* Цвет текста при наведении */

}
    .btn-primary:hover {
  background-color: transparent;/* Новый цвет фона при наведении */
  color: #618ac8; /* Цвет текста при наведении */

}
    .btn-primary{
        border: 20;
          border-color: #618ac8;
        background-color: #618ac8;
    }

.btn-primary:active {
  background-color: gray; /* Цвет фона при нажатии */
  color: black; /* Цвет текста при нажатии */
  border-color: darkred; /* Цвет рамки при нажатии */
}
.general{
    font-size: 1.5em; vertical-align: middle; color: #618ac8; 
}
.btn-custom-1{
    width: 40%; 
    background-color: #618ac8;; 
    border: 0;
    color:#ffffff;
}
#content-section .btn-custom-1:hover {
  background: #5697d0;
}
.portfolio-description p {
    text-align: justify;
}
.portfolio-video p{
    padding-bottom:1rem; 
    padding-left: 30px;
    font-size: 2rem;
    color:#618ac8;
}
.portfolio-icon p{
    padding-bottom:1rem; 
    padding-left: 10px;
   font-size: 1.5rem; 
   color:#618ac8;

}
.bi-file-pdf-fill{
    font-size: 2rem; 
    color:#618ac8;
}
.bi-file-arrow-down-fill{
    font-size: 2rem; 
    color:#618ac8;
}
.bi-file-play-fill{
    font-size: 2rem; 
    color:#618ac8
}
.img-fluid{
    height: 400px; object-fit: cover;
}
.portfolio-info p{
    text-align: justify;
}
p{
    text-align: justify;
}
.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #618ac8;


  text-align: center;
 width: 70%;


      
}


.btn-get-started:hover {
  background: #5697d0;
  color: #fff;
}
.btn-get-started-1 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #618ac8;
  text-align: center;


    position: fixed; 
    bottom: 20px; 
    left: 10px; 
    z-index:1000; 
    background-color: #618ac8; 
    border: 0;
    color: #ffffff;

}
.btn-get-started-1:hover {
  background: #5697d0;
  color: #fff;
}
.mx-auto {
  width: 100%;
  display: flex;
  justify-content: center; 
}
   .order-form-container {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            padding: 70px;
        }
        
        .order-form {
            width: 100%;
            max-width: 600px;
            padding: 30px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }
        
        @media (max-width: 768px) {
            .order-form {
                padding: 20px;
                width: 95%;
            }
        }


         .min-width-150 {
        min-width: 150px;
    }
    .nowrap {
        white-space: nowrap;
    }
    .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table {
        width: 100%;
        margin-bottom: 0;
    }
     .table td {
        word-wrap: break-word;
        white-space: normal;
    }

    /* Стили для важных уведомлений */
.important-notice {
  background-color: #fff8e6;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.notice-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #d39e00;
}

.notice-header i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
}

.notice-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.notice-content p {
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: #495057;
}

.notice-content ul {
  padding-left: 1.5rem;
  margin-bottom: 0;
  color: #6c757d;
}

.notice-content li {
  margin-bottom: 0.5rem;
}


.important-notice {
  animation: pulse 5s infinite;
}

  .btn-group {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 100px;
  }
  
  @media (max-width: 768px) {
    .btn-group .btn {
      width: 100%;
      margin: 0.25rem 0;
    }
  }

.card-header {
    font-weight: 500;
}

.form-label {
    font-weight: 500;
    margin-bottom: 0.5rem;
}


@media (max-width: 768px) {
    .card-body .col-md-6, 
    .card-body .col-md-4,
    .card-body .col-md-3 {
        margin-bottom: 1rem;
    }
}