 .footer-ks {
     margin-top: 75px;
     background-color: transparent;
     color: white;
     border-radius: 50px;
     padding: 50px;
     margin-bottom: 20px;
     /* border-bottom: 1px solid red; */

     padding-left: 0px;
     padding-right: 0px;
 }

 .footer-ks .footer-copyrights-section {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .footer-ks .footer-copyrights-section a,
 .footer-ks .footer-copyrights-section p {
     font-size: 16px;
     line-height: 28px;
     font-weight: 400;
     text-decoration: none;
     color: #696A78;
     position: relative;
     display: flex;
     align-items: center;
     gap: 25px;
 }

 .footer-ks .footer-copyrights-section .footer-links {
     display: flex;
     align-items: center;
     gap: 25px;
 }

 .footer-ks .footer-copyrights-section .footer-links a:not(:first-child)::before {
     position: relative;
     content: "";
     width: 4px;
     height: 4px;
     flex: 0 0 4px;
     background-color: #696A78;
     border-radius: 4px;
     gap: 25px;
 }

 /* KOLUMNY */

 .ks-footer-col-inside {
     display: flex;
     justify-content: space-between;
     gap: 25px;
     border-top: 1px solid #4C4C58;
     padding-top: 80px;
 }


 /* LEWA KOLUMNA */

 .footer-ks .logo-page-footer {
     max-width: 300px;
     /* max-height: 80px; */
     display: block;
 }

 .footer-ks .logo-page-footer img {
     width: 100%;
     height: auto;
     object-fit: contain;
 }



 .footer-ks .social-media-footer {
     display: flex;
     gap: 10px;
     margin-top: 25px;
 }

 .footer-ks .social-media-footer a {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 0px;
     margin: 0px;
     width: 50px;
     height: 50px;
     flex: 0 0 50px;
     border-radius: 50px;
     border: 1px solid #898994;
     transition: all 0.2s;
 }

 .footer-ks .social-media-footer a svg {
     width: 12px;
     height: 12px;
     flex: 0 0 12px;
     fill: #FFFFFF;
     transition: all 0.2s;
     object-fit: contain;
 }


 /* KOLUMNY */

 .footer-ks .ks-single-footer-col h3 {
     font-size: 14px;
     line-height: 24px;
     color: #898994;
     font-weight: bold;
     margin: 0px;
 }

 .footer-ks .ks-single-footer-col .single-el-in-col {
     display: flex;
     flex-direction: column;
     gap: 10px;
     margin-top: 25px;
 }

 .footer-ks .ks-single-footer-col .single-el-in-col h4 {
     font-size: 16px;
     line-height: 24px;
     font-weight: 500;
     color: #FFFFFF;
     margin: 0px;
 }

 .footer-ks .ks-single-footer-col .single-el-in-col .single-el-with-icon {
     display: flex;
     gap: 10px;
     font-size: 16px;
     line-height: 24px;
     color: white;
     text-decoration: none;
 }

 .footer-ks .ks-single-footer-col .single-el-in-col .single-el-with-icon p {
     font-size: 16px;
     line-height: 24px;
     color: white;
     text-decoration: none;
     margin: 0px;
 }

 .footer-ks .ks-single-footer-col .single-el-in-col .single-el-with-icon svg {
     flex: 0 0 16px;
     width: 16px;
     height: 16px;
     object-fit: contain;
     fill: #898994;
 }

 .footer-ks .ks-single-footer-col .single-el-in-col .single-el-with-icon.ks-footer-link {
     align-items: center;
 }


 @media screen and (max-width: 1250px) {
     .ks-footer-col-inside {
         flex-wrap: wrap;
         gap: 60px 25px;
     }

     .ks-footer-col-inside .ks-single-footer-col {
         flex: 0 0 calc(50% - 20px);
     }

 }

 @media screen and (max-width: 800px) {
     .footer-ks .footer-copyrights-section {
         flex-direction: column;
     }
 }



 @media screen and (max-width: 768px) {
     .ks-footer-col-inside .ks-single-footer-col {
         flex: 0 0 100%;
     }
 }

 @media screen and (max-width: 480px) {
     .footer-ks .footer-copyrights-section .footer-links {
         flex-direction: column;
         gap: 10px;
     }

     .footer-ks .footer-copyrights-section a,
     .footer-ks .footer-copyrights-section p {
         flex-direction: column;
         gap: 6px;
     }
 }