@import url("reset.css");
@import url("fonts.css");
@import url("screen1.css");
@import url("products.css");
@import url("why-we.css");
@import url("scheme.css");
@import url("fz2.css");
@import url("footer.css");
.copyright{
    text-align: center;
      margin: 25px 0px;
}
.copyright a{
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.copyright b{
    font-weight: 500;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    .stage:before{
        line-height: 68px;
    }
    .products__charasteristics-btn{
        line-height: 32px;
    }
    .products__one-category{
        line-height: 32px;
    }
}