body {
    max-width: 1400px;

    margin: 0 auto;
    padding: 0;

    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

* {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.catalog-screen {
    width: 100%;
    height: 100vh;
    height: 50vh;
    padding: 100px 0 0 50px;
    box-sizing: border-box;
    position: relative;
    background: url(../img/form-bg.jpeg) center center/cover no-repeat;
    background-attachment: fixed;
}

.catalog-screen p {
    width: 50%;
}

.catalog-category {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog-item {
    width: calc(33.333333333333333% - 10px);
    margin: 20px 0 0 0;
    position: relative;
}

.catalog-item a {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
}

.category-img {
    width: 100%;
    height: 300px;
    position: relative;
}

.catalog-descr {
    padding: 20px;
    background: #c5c5c5;
}

.descr-text {
    margin: 0 0 10px 0;
    display: block;
}

.btn-wrap {
    width: 100%;
    display: block;
    background: #c5c5c5;
    padding: 0 0 20px 20px;
    box-sizing: border-box;
}

.buy-btn {
    width: 150px;
    height: 50px;
    font-size: 20px;
    border: 2px solid #000;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    background: #00000000;
}