body{
   margin: 0 !important;
}
*{
 margin-bottom: 0 !important;
}
b{
    font-weight: 600 !important;
}

.btn-style a
 {
   background: linear-gradient(111.28deg, #41A9FF 1.97%, #3CA928 84.32%);
   border-radius: 50px !important;
   padding: 8px 20px !important;
   color: #fff !important;
   font-size: 15px !important;
   font-weight: 600 !important;
}
.btn-style a:hover
 {
   background: linear-gradient(111.28deg, #41A9FF 1.97%, #41A9FF 84.32%);
}
.elementskit-menu-close .elementskit-menu-hamburger-icon, 
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
    margin-bottom: 4px !important;
 }
button.elementskit-menu-hamburger.elementskit-menu-toggler {
    padding-top: 11px !important;
}

.header-section{
    position:absolute;
    top:-100px;
    transition:.3s all;
}
.header-section.fixed{
    position:fixed;
    top: 0px !important ;
    z-index: 9 !important;
    width: 100% !important;
    background: #fff;
    box-shadow: 1px 1px 10px 1px #00000026;
}

#site-header.fixed{
    position: fixed !important;
    top: 0px !important ;
    z-index: 9 !important;
    width: 100% !important;
    background: #fff;
    box-shadow: 1px 1px 10px 1px #00000026;
}


.contact-form {
   display: flex;
   gap: 20px;
/*   flex-wrap: wrap;*/
}
.w-50 {
   flex: 0 0 calc(50% - 20px) !important;
   width: 50% !important;
}
input {
    width: 100%;
    margin-bottom: 15px !important;
    background: #000000;
    border: 1px solid #616161 !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
    color: #D9D9D9 !important;
}
textarea {
    width: 100%;
    margin-bottom: 0px;
    background: #000000;
    border: 1px solid #616161 !important;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    color: #D9D9D9 !important;
    height: 155px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    max-width: max-content;
    padding: 10px 40px !important;
    color: #fff !important;
    margin-top: 10px;
}
.vacancies span {
    font-size: 16px;
}
.line-on-number:before {
    content: '';
    background-color: #D9D9D9;
    width: 1px;
    height: 97%;
    position: absolute;
    top: 20px;
    left: 20px;
}
.wpcf7-response-output {
    color: #fff;
    font-size: 16px;
    margin-top: 15px !important;
}



@media only screen and (max-width: 1024px) {
 .btn-style a {
   width: 100%;
   max-width: max-content;
   margin-top: 12px;
   margin-left: 18px;
}
input {
    width: 100%;
}
textarea {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}
.w-50 {
   flex: 0 0 calc(100% - 0px) !important;
   width: 100% !important;
}
.contact-form {
   flex-wrap: wrap;
   gap: 0;
}
.w-50 p {
    margin-top: 0 !important;
}
}