.main-page-catalog {
    padding-top: 48px;
    padding-bottom: 55px;
}

.grid {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 24px;
}

/* clearfix */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 30%;
}

.grid-item {
    height: 226px;
    float: left;
    background: #f9f9f9;
    border-radius: 20px;
    margin-bottom: 46px;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
    overflow: hidden;
}

.grid-item img {
    max-width: 185px;
    height: auto;
    mix-blend-mode: multiply;
}

.grid-item--width2 {
    width: 40%;
}
.grid-item--width3 {
    width: 60%;
}

.grid-item--height2 {
    height: 350px;
}
.grid-item--height3 {
    height: 450px;
}
.grid-item--height4 {
    height: 700px;
}

.grid-item img{
    transition: all 0.8s;
}

.wide {
    height: 350px;
    width: 696px;
}

.high-1 {
    height: 450px;
    width: 336px;
}

.high-1 img {
    max-width: 283px;
    max-height: 260px;
    height: auto;
}

.wide img {
    max-width: 340px;
    height: auto;
}

.small {
    width: 326px;
    height: 226px;
    padding-top: 28px;
}

.small img {
    width: 178px;
    height: 157px;
}

.square {
    width: 324px;
    height: 336px;
    justify-content: space-between;
}

.main-page-catalog .square img {
    max-width: 246px;
    max-height: 230px;
}

.main-page-catalog .wide {
    justify-content: space-between;
}

.main-page-catalog .wide img {
    max-width: 340px;
    height: auto;
}

.main-page-catalog .category-title {
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #000000;
}

.main-page-catalog .high-1 {
    padding-top: 51px;
    justify-content: space-between;
}

.main-page-catalog .high-1 .img-wrap {
    justify-content: center;
}

.img-wrap {
    width: 100%;
    max-height: 88%;
    display: flex;
    justify-content: end;
}
.catalog-mobile {
    display: none;
}

.catalog-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.35px;
    text-transform: uppercase;
    color: #1a1a1a;
    transition: all 0.2s linear;
}

.catalog-link:hover {
    text-decoration: underline;
}
