.about {
    padding-bottom: 30px;
}

.products .about-stats-swiper {
    margin-top: 0px;

}
.form-agreement{
    display: block;
}
.form-agreement input[type="checkbox"]{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.footer .links-footer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}
@media (max-width: 1200px) {
    .footer .links-footer {
        margin-top: 15px;
        justify-content: flex-start;
    }
}
@media (max-width: 768px) {
   .links-footer .footer-developer-link{
        display: none;
   }
}