.a-stroke .text {
    fill: none;
    stroke-width: 1.3;
    stroke-linejoin: round;
    stroke-dasharray: 80 330;
    stroke-dashoffset: 0;
    animation: stroke 6s infinite cubic-bezier(0.4, 0, 1, 1);
    font-family: Tahoma, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-anchor: middle;
}
.a-stroke .text:nth-child(5n + 1) {
    stroke: #337AB7;
    animation-delay: -1.2s;
}
.a-stroke .text:nth-child(5n + 2) {
    stroke: #357fbf;
    animation-delay: -2.4s;
}
.a-stroke .text:nth-child(5n + 3) {
    stroke: #3784c7;
    animation-delay: -3.6s;
}
.a-stroke .text:nth-child(5n + 4) {
    stroke: #3174af;
    animation-delay: -4.8s;
}
.a-stroke .text:nth-child(5n + 5) {
    stroke: #2f6fa7;
    animation-delay: -6s;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: -400;
    }
}
.zakaz h1{
    padding: 0px 0px 30px 0px;
}
.zakaz__grid{
    padding: 0 30px 30px 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    
}
.zakaz__grid-img{
    align-items: flex-start;
    display: flex;
        flex-direction: column;
        gap: 30px;
    
}
.zakaz__grid-img img {
    border-radius: 10px;
    max-width: 600px;
    width: 100%;
}
.zakaz__grid-img a {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 2px solid #e74c3c;
    cursor: pointer;
    border-radius: 10px;
    padding: 8px 10px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-color: #2c4c54;
    color: #fff;
    box-shadow: 0 0 40px 40px #2c4c54 inset, 0 0 0 0 #2c4c54;
    -webkit-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.zakaz__grid-img a:hover {
    color: #527c82;
    box-shadow: 0 0 10px 0 #527c82 inset, 0 0 10px 4px #527c82;
}



  
  .heading {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    color: rgb(16, 137, 211);
  }
  
  .form {
    margin-top: 20px;
  }
  
  .form .input {
    box-sizing: border-box;
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
 
    box-shadow: #cff0ff 0px 10px 10px -5px;
    border-inline: 2px solid transparent;
  }
  
  .form .input::-moz-placeholder {
    color: rgb(170, 170, 170);
  }
  
  .form .input::placeholder {
    color: rgb(170, 170, 170);
  }
  
  .form .input:focus {
    outline: none;
    border-inline: 2px solid #12B1D1;
  }
  
  .form .forgot-password {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
  }
  
  .form .forgot-password a {
    font-size: 11px;
    color: #0099ff;
    text-decoration: none;
  }
  
  .form .login-button {
    display: block;
    max-width: 300px;
    width: 100%;
    font-weight: bold;
    background: #2c4c54;
    color: white;
    padding-block: 15px;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
    border: none;
    transition: all 0.2s ease-in-out;
  }
  
  .form .login-button:hover {
    transform: scale(1.03);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
  }
  
  .form .login-button:active {
    transform: scale(0.95);
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
  }
  
  .social-account-container {
    margin-top: 25px;
  }
  
  .social-account-container .title {
    display: block;
    text-align: center;
    font-size: 10px;
    color: rgb(170, 170, 170);
  }
  
  .social-account-container .social-accounts {
    padding-top: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
    
  }
  
  .social-account-container .social-accounts .social-button {
    background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgb(112, 112, 112) 100%);
    border: 5px solid white;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 12px 10px -8px;
    transition: all 0.2s ease-in-out;
  }
  
  .social-account-container .social-accounts .social-button .svg {
    fill: white;
    margin: auto;
  }
  
  .social-account-container .social-accounts .social-button:hover {
    transform: scale(1.2);
  }
  
  .social-account-container .social-accounts .social-button:active {
    transform: scale(0.9);
  }
  
  .agreement {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  
  .agreement a {
    text-decoration: none;
    color: #0099ff;
    font-size: 9px;
  }
  .formin{
    display: flex;
    gap: 20px;
    flex-direction: column;

  }
  .formine{
    display: flex;
    gap: 20px;
    flex-direction: row;
  }
  .contact__grid-text{
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  #contact .form{
    margin-top: 0px;
  }
  /*****************Стили для модалки************************************/
 @keyframes open {
    0% {
         
     opacity: 0;
         }
         100% {
     
 opacity: 1;
         } 
     
 }
 @keyframes open-text {
    0% {
         
         transform:scale(.2);
         }
         100% {
     
         transform:scale(1);
         } 
     
 }
 @keyframes hide {
    0% {
         
         transform:scale(1);
         }
         100% {
     
         transform:scale(.2);
         } 
     
 }
 .overlay-modal[style*="block"] {
 
  animation: open .6s linear 0s 1 normal none;
       opacity: 1;
 }
 .overlay-modal {
     display: none;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 999999999;
     overflow-y: auto; 
     padding: 15px 15px;
     background: rgba(0, 0, 0, .6);
     opacity: 0;
     transition: opacity .15s linear;
     animation: hide .6s linear 0s 1 normal none;
 }

 .ar-modal-dialog {
     position: relative;
     box-sizing: border-box;
         margin: 5% auto;
      z-index: 1010;
     transition: .3s linear;
     transition-property: opacity, transform;
      animation: open-text .4s linear 0s 1 normal none;
      max-width: 800px;
      background: rgb(229, 235, 255);
      border-radius: 10px;
      padding: 20px;
      border: 5px solid rgb(255, 255, 255);
      box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;   
 }
 .re{
    background: red;
    line-height: 0;
 }


 .input-file {
    width: 100%;
    position: relative;
    display: inline-block;
}
.input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
.input-file span {
    display: block;
    box-sizing: border-box;
    width: 100%;
    background: white;
    border: none;
    padding: 15px 20px;
    border-radius: 10px;
   
    box-shadow: #cff0ff 0px 10px 10px -5px;
    border-inline: 2px solid transparent;
}
textarea{
    font-size: 16px;
    color: #000;
    padding: 15px 20px;
    border: 0;
    border-radius: 10px;
}



 .uk-icon {
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
 button.ar-icon:not(:disabled) {
     cursor: pointer;
 }
 .ar-icon {
     color: #000;
 }
 [class*=ar-modal-close-] {
     position: absolute;
     z-index: 1010;
     top: 10px;
     right: 10px;
     padding: 5px;
     border: 0;
 }
 .ar-close {
     color: #999;
     transition: .1s ease-in-out;
     transition-property: color, opacity;
 }
 .ar-icon {
     margin: 0;
     border: none;
     border-radius: 0;
     overflow: visible;
     font: inherit;
     color: inherit;
     text-transform: none;
     padding: 0;
     background-color: transparent;
     display: inline-block;
     fill: currentcolor;
     line-height: 0;
 }
 button.ar-icon:not(:disabled) {
     cursor: pointer;
 }
 .ar-icon:not(.ar-preserve) [stroke*="#"]:not(.ar-preserve) {
     stroke: currentcolor;
 }
 [class*=ar-modal-close-]:first-child+* {
     margin-top: 0;
 }
.isb{
    padding: 20px 15px;
    border-radius: 10px;
    background: #e5ebff;
    margin-bottom: 30px;
    position: relative;
}
 .isb h1 {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #000407 20%, #0ec9e1 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    text-align: center;
}
.table-striped>tbody>tr:nth-child(odd) {
    background-color: #e5ebff;
}
th {
    text-align: left;
}
.btn-sm, .btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn-danger {
    margin: 8px;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.wid {
    max-width: 350px;
    width:100%;
    border-radius: 10px;
}
.container-5 {
    font-size: 18px;
    filter: drop-shadow(1px 2px 1px #0033c3);
    text-decoration: none;
}
.container-5:hover {
    animation: blur 1s ease-out;
    color: #000;
}
span.mr-2{
    font-weight: 600;
}
@keyframes blur {
    from {
      text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff, 0px 0px 25px #fff,
        0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff, 0px 0px 25px #fff,
        0px 0px 25px #fff, 0px 0px 50px #fff, 0px 0px 50px #fff;
    }
  }
  .mse2-row a{
    font-size: 18px;
    font-weight: 600;
  }
  .mse2-row{
    padding: 5px 0;
  }
  .error-body h1 {
    color: #f33155;
    font-size: 210px;
    font-weight: 900;
    line-height: 210px;
}
#wrapper .error-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.error-body p{
    text-align: center;
}
.mse2-row p {
  
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 @media only screen and (min-width: 320px) and (max-width: 768px) {
    .error-body h1 {
        color: #f33155;
        font-size: 130px;
        font-weight: 900;
        line-height: 130px;
    }
    .container-5 {
        font-size: 14px;
        filter: drop-shadow(1px 2px 1px #0033c3);
        text-decoration: none;
    }
    .isb h1 {
        margin-bottom: 20px;
        background: linear-gradient(180deg, #000407 20%, #0ec9e1 60%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 24px;
        text-align: center;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .form .login-button {
        display: block;
        max-width: 800px;
        width: 100%;
        font-weight: bold;
        background: #2c4c54;
        color: white;
        padding-block: 10px;
        margin: 20px auto;
        border-radius: 10px;
        box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
        border: none;
        transition: all 0.2s ease-in-out;
    }
    .ar-modal-dialog {
        position: relative;
        box-sizing: border-box;
        margin: 5% auto;
        z-index: 1010;
        transition: .3s linear;
        transition-property: opacity, transform;
        animation: open-text .4s linear 0s 1 normal none;
        max-width: 800px;
        background: rgb(229, 235, 255);
        border-radius: 10px;
        padding: 10px;
        border: 5px solid rgb(255, 255, 255);
        box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
    }
    textarea {
        font-size: 16px;
        color: #000;
        padding: 10px 10px;
        border: 0;
        border-radius: 10px;
    }
    .form .input {
        box-sizing: border-box;
        width: 100%;
        background: white;
        border: none;
        padding: 10px 10px;
        border-radius: 10px;
        box-shadow: #cff0ff 0px 10px 10px -5px;
        border-inline: 2px solid transparent;
    }
    .input-file span {
        display: block;
        box-sizing: border-box;
        width: 100%;
        background: white;
        border: none;
        padding: 10px 10px;
        border-radius: 10px;
        box-shadow: #cff0ff 0px 10px 10px -5px;
        border-inline: 2px solid transparent;
    }
 .formine {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.heading {
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    color: rgb(16, 137, 211);
}
 }
 /*****************Стили для модалки************************************/
 .modal3 {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.modal-content3 {
    background-color: #0ef6bb;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    font-size: 16px;
    margin-top: 100px;
    border-radius: 10px;
}
 .zakaz{
    margin-bottom: 30px;
 }
 .client__grid{
    position: relative;
    background-color: #2c4c54;
    padding: 100px 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px
 }
.kt-row-layout-top-sep {
    height: 26px;
}

.kt-row-layout-top-sep {
    position: absolute;
    top: -1px;
    left: 0;
    overflow: hidden;
    right: 0;
}
.kt-row-layout-top-sep svg {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
    width: 100.2%;
    height: 100%;
    display: block;
}
.client__grid-block{
    display: flex;
        align-items: center;
        flex-direction: column;
        gap: 20px;
}
.client__svg{

    padding: 20px;
    border-radius: 25%;
    border: 2px solid #eee;
    transition: all .3s ease-in-out;
}
.client__grid-block p{
    font-size: 18px;
    color: #fff;
    padding: 0 10px;
}

.contact__grid{
    padding: 0 30px 30px 30px;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 50px;
    align-items: start;
}
.contact__grid-block {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
 @media only screen and (min-width: 320px) and (max-width: 1050px) {
    .zakaz h1{
        padding: 30px 0px 30px 0px;
    }
    .a-stroke .text {
        fill: #337AB7;
        stroke-width: 1.5;
        stroke-linejoin: round;
        stroke-dasharray: 80 330;
        stroke-dashoffset: 0;
        animation: stroke 6s infinite cubic-bezier(0.4, 0, 1, 1);
        font-family: Tahoma, sans-serif;
        font-size: 45px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-anchor: middle;
    }
    .zakaz__grid-img img {
        border-radius: 10px;
        max-width: 1200px;
        width: 100%;
    }
    .zakaz__grid {
        padding: 0 10px 20px 10px;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
 }
 @media only screen and (min-width: 320px) and (max-width: 768px) {
    .contact__grid {
        padding: 0 10px 10px 10px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: start;
    }
    .client__grid{
        position: relative;
        background-color: #2c4c54;
        padding: 50px 10px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px
     }
    }
