.front__tabs {
  position: fixed;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: none;
  width: 100%;
  padding: 0 16px 22px;
  left: 0;
  top: 136px;
}
.front__nav {
  background: #363c69;
}
.iiis {
  width: 100%;
  text-align: center;
}
.front__label.mb-8.mb-md-64.text-uppercase.text-white {
 
}
.front__tabs .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: center;
}
#front {
  font-size: 0px;
 }
 .front__tabs {
  position: fixed;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: none;
  width: 100%;
  padding: 0 16px 22px;
  left: 0;
  top: auto;
  bottom: 10px;
}
body .footer.mpag {
  margin-top: auto;
 }

.front__nav {
  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;
  text-align: center;
  border: 2px solid #fff;
  height: 128px;
  padding-top: 18px;
  cursor: pointer;
  -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
  -o-transition: .3s cubic-bezier(.25,.1,.25,1);
  transition: .3s cubic-bezier(.25,.1,.25,1);
  width: 100%;
  padding-bottom: 10px;
}

.front__nav {
  background: #363c69;
}
.front__tabs .white_link.col-md-4.pb-8.d-flex {
  width: 13% !important;
  flex: 0 0 18%;
}
.front__nav span {
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.front__nav svg {
  width: 41px;
  height: 41px;
}
.hiden_sect {display: none}
.front__nav {
  background: #363c69;
  position: relative;
}
/*.front__nav:hover  .hiden_sect{
  display: block;
  position: absolute;
  font-size: 13px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  bottom: 100%;
  background: #363c69;
  
}*/
 
.front__item {
  padding-top: 50px; 
}
.front__nav:hover  .hiden_sect {color:#fff}
.hiden_sect p {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}
.row.mb-16.mb-md-24.pt-24 {
  margin-top: 100px;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert5 {
  display: none !important;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert4 {
  display: none !important;
}

.front__tabs {
  position: absolute;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: none;
  width: 100%;
  padding: 0 16px 22px;
  left: 0;
  top: auto;
  bottom: auto;
  top: -172px;
}
.front__nav svg {
  width: 64px;
  height: 64px;
  display: block;
}
.front__nav {
  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;
  text-align: center;
  border: 2px solid #fff;
  height: 168px;
  padding-top: 18px;
  cursor: pointer;
  -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
  -o-transition: .3s cubic-bezier(.25,.1,.25,1);
  transition: .3s cubic-bezier(.25,.1,.25,1);
  width: 100%;
  padding-bottom: 10px;
}
.front__nav svg {
  width: 40px;
  height: 40px;
  display: block;
}
.front__tabs {
  top: -204px;
}
.white_link.col-md-2.pb-8.d-flex {
  width: 24% !important;
  flex: 0 0 24.66667%;
}
.white_link.col-md-2.pb-8.d-flex {
  width: 24% !important;
  flex: 0 0 19%;
  max-width: 16%;
}
.front__nav {
  background: transparent;
 }
.nolist {}
.nolist li {}
.nolist li a {}
.nolist li span {}
 
 
 
 
 .nolist li span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
 .nolist li a {
  color: #fff;
  font-weight: bold;
}
 
 
 .nolist {
  padding: 0;
  list-style: none;
}
 
 .nolist li {
  margin-bottom: 25px;
}
.nolist li span {
  display: block;
  font-size: 14px;
  margin-top: 0;
  color: rgba(255,255,255,.8);
}

/* ==========================================================================
   Форма обратной связи
   ========================================================================== */

.feedback-form-container {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 450px;
    margin: 0 auto;
}

.form-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px;
    text-align: center;
}

.form-description {
    color: #7f8c8d;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #f8f9fa;
}

.form-input:focus {
    outline: none;
    border-color: #3498db;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
}

.form-input.error {
    border-color: #e74c3c;
    background: #fdf2f2;
}

.error-message {
    display: block;
    color: #e74c3c;
    font-size: 12px;
    margin-top: 5px;
    min-height: 18px;
}

.submit-btn {
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.submit-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #2980b9 0%, #2573a7 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.submit-btn:disabled {
    background: #bdc3c7;
    cursor: not-allowed;
    transform: none;
}

.btn-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.form-agreement {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ecf0f1;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 12px;
    line-height: 1.4;
    color: #7f8c8d;
}

.checkbox-label input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 16px;
    height: 16px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background: white;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark {
    background: #3498db;
    border-color: #3498db;
}

.checkbox-label input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.agreement-text a {
    color: #3498db;
    text-decoration: none;
    transition: color 0.3s ease;
}

.agreement-text a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.form-message {
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    display: none;
}

.form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    display: block;
}

.form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    display: block;
}

.feedback-form-container {
  background: transparent;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 200%;
  margin: 0 auto;
}
.form-title {
   font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.allf {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.form-group {
  width: 31%;
}
.submit-btn {
  width: 31%;
  height: 66px;
}
.submit-btn {
  width: 100%;
  padding: 18px;
  background: #363c69;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.agreement-text {
  color: #fff;
}
.agreement-text a {
  color: #fff;
  text-decoration: underline
}
.submit-btn {
  width: 31%;
}
.form-description {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-size: 14px;
  margin-top: 20px;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert4 {
  display: flex !important;
  margin-top: 20px;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert5 {
  display: flex !important;
  margin-top: 20px;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert6 {
  display: flex !important;
  margin-top: 20px;
}
#front .h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 64px;
}
.nolist li a {
  color: #95a0ea;
  font-weight: bold;
  font-size: 22px;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert5  svg {
  width: 65px !important;
  height: 50px !important;
}
.col-md-4.pb-8.pb-md-0.d-flex.ert4  svg {
  width: 65px !important;
  height: 50px !important;
}

.row.mb-16.mb-md-24.pt-24 {
  margin-top: 100px;
  justify-content: center;
}
main {
  margin-top: 30px;
}
 


/* Анимации */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.shake {
    animation: shake 0.5s ease-in-out;
}

/* Адаптивность */
@media (max-width: 768px) {
    .feedback-form-container {
        padding: 30px 25px;
        margin: 0 15px;
    }
    
    .form-title {
        font-size: 20px;
    }
    
    .form-input {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .submit-btn {
        padding: 16px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .feedback-form-container {
        padding: 25px 20px;
    }
    
    .form-title {
        font-size: 18px;
    }
    
    .form-description {
        font-size: 13px;
    }
    
    .checkbox-label {
        font-size: 11px;
    }
}
@media all and (max-width:1000px) {
    .front__nav span {
  display: block;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 14px;
  display: none;
}
.front__nav {
  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;
  text-align: center;
  border: 2px solid #fff;
  height: 58px;
  padding-top: 18px;
  cursor: pointer;
  -webkit-transition: .3s cubic-bezier(.25,.1,.25,1);
  -o-transition: .3s cubic-bezier(.25,.1,.25,1);
  transition: .3s cubic-bezier(.25,.1,.25,1);
  width: 100%;
  padding-bottom: 10px;
}
 
.front__nav:hover  .hiden_sect {
  display: none !important;

}
.white_link.col-md-2.pb-8.d-flex {
  width: 18%;
}

  .front__nav {
    height: 58px;
    padding-top: 9px;
   
  }
  body .footer.mpag {
  margin-top: auto;
  margin-bottom: 100px;
}
.front__tabs {
  
  bottom: 0;
}
}
.feedback-form-container{
    background:#060d46;
    padding:40px;
    border-radius:20px;
}

.form-title{
    color:#fff;
    font-size:56px;
    margin-bottom:15px;
}

.form-description{
    color:#fff;
    margin-bottom:40px;
}

.allf{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    align-items:flex-start;
}

.form-group{
    flex:1;
    min-width:280px;
}

.form-input{
    width:100%;
    height:58px;
    padding:0 20px;
    border-radius:15px;
    border:none;
    background:#efefef;
    box-sizing:border-box;
    font-size:18px;
}

.message-group{
    width:100%;
    flex:none;
}

.form-textarea{
    height:140px;
    padding:20px;
    resize:none;
}

.submit-btn{
    width:280px;
    height:58px;
    border:none;
    border-radius:15px;
    background:#4b4f92;
    color:#fff;
    font-size:20px;
    cursor:pointer;
    transition:.3s;
}

.submit-btn:hover{
    opacity:.9;
}

.form-agreement{
    margin-top:30px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.3);
    color:#fff;
}

.error-message{
    display:block;
    color:#ff8c8c;
    font-size:14px;
    margin-top:5px;
}

.error{
    border:2px solid red;
}

@media(max-width:768px){

    .allf{
        flex-direction:column;
    }

    .form-group,
    .submit-btn{
        width:100%;
    }

    .form-title{
        font-size:38px;
    }

}
.messengers{
    display:flex;
    align-items:center;
    gap:10px;
}

.messengers .menu__link img{
    width:25px;
    height:25px;
    object-fit:contain;
}
.header__max-link{
    display:flex;
    align-items:center;
    margin-right:12px;
}

.header__max-link img{
    width:28px;
    height:28px;
    object-fit:contain;
}

/* скрыть на десктопе */
@media (min-width:1200px){
    .header__max-link{
        display:none;
    }
}