img {
    max-width: 100%;
    max-height: 100%;
}

.description *:last-child {
    margin-bottom: 0;
}

.page--about .footer {
    margin-top: 0;
}

.main--about .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
@media (min-width: 1360px) {
    .main--about .container {
        max-width: 1330px;
    }
}
.main--about + .footer {
    margin-top: 0;
}

.about {
    padding-bottom: 120px;
}
@media screen and (max-width: 1199px) {
    .about {
        padding-bottom: 75px;
    }
}
@media screen and (max-width: 575px) {
    .about {
        padding-bottom: 50px;
    }
}
.about__title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 110%;
    max-width: 810px;
    margin: 0 auto;
}
@media screen and (max-width: 1199px) {
    .about__title {
        font-size: 26px;
        max-width: 630px;
    }
}
@media screen and (max-width: 575px) {
    .about__title {
        font-size: 24px;
        text-align: left;
    }
}
.about__img {
    margin-top: 40px;
}
.about__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}
.about__description {
    max-width: 810px;
    margin: 40px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
@media screen and (max-width: 1023px) {
    .about__description {
        font-size: 16px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 575px) {
    .about__description {
        margin: 40px 0 0;
        text-align: left;
    }
}
@media screen and (max-width: 375px) {
    .about__description {
        max-width: 290px;
    }
}
.about__row {
    margin-top: 80px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 35px 175px;
}
@media screen and (max-width: 1199px) {
    .about__row {
        margin-top: 35px;
        gap: 50px;
    }
}
@media screen and (max-width: 1023px) {
    .about__row {
        margin-top: 30px;
        gap: 30px;
    }
}
@media screen and (max-width: 575px) {
    .about__row {
        gap: 20px 40px;
        justify-content: flex-start;
    }
}
.about-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    max-width: calc(33.3333333333% - 116.6666666667px);
    text-align: center;
}
@media screen and (max-width: 1199px) {
    .about-item {
        max-width: calc(33.3333333333% - 33.3333333333px);
    }
}
@media screen and (max-width: 1023px) {
    .about-item {
        max-width: calc(33.3333333333% - 20px);
    }
}
@media screen and (max-width: 575px) {
    .about-item {
        max-width: calc(50% - 20px);
        text-align: left;
        align-items: flex-start;
    }
}
.about-item * {
    margin: 0;
}
.about-item__number {
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
    vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
    .about-item__number {
        font-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    .about-item__number {
        font-size: 80px;
    }
}
.about-item__number span {
    font-size: 40px;
    margin-left: -20px;
}
@media screen and (max-width: 1023px) {
    .about-item__number span {
        font-size: 30px;
        margin-left: -10px;
    }
}
@media screen and (max-width: 575px) {
    .about-item__number span {
        font-size: 40px;
        margin-left: -21px;
    }
}
.about-item__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 137%;
}
@media screen and (max-width: 1023px) {
    .about-item__title {
        font-size: 14px;
    }
}
@media screen and (max-width: 575px) {
    .about-item__title {
        font-size: 16px;
    }
}

.buyers {
    padding: 80px 0 0;
    position: relative;
}
@media screen and (max-width: 1199px) {
    .buyers {
        padding-top: 75px;
    }
}
@media screen and (max-width: 1023px) {
    .buyers {
        padding-top: 0;
    }
}
.buyers::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    height: 438px;
    background: #171717;
    content: "";
}
@media screen and (max-width: 1023px) {
    .buyers::before {
        height: 400px;
        top: 400px;
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 575px) {
    .buyers::before {
        height: 430px;
        top: 257px;
    }
}
.buyers .container {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}
@media screen and (max-width: 1023px) {
    .buyers .container {
        flex-direction: column;
        justify-content: flex-start;
        gap: 40px;
        align-items: center;
    }
}
@media screen and (max-width: 575px) {
    .buyers .container {
        padding-top: 370px;
    }
}
.buyers-img {
    overflow: hidden;
}
.buyers-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}
.buyers-img--big {
    position: absolute;
    left: -70px;
    top: 0;
    width: 701px;
    height: 703px;
}
@media screen and (max-width: 1199px) {
    .buyers-img--big {
        height: auto;
        left: 0;
        width: calc(100% - 470px - 120px);
    }
}
@media screen and (max-width: 1023px) {
    .buyers-img--big {
        position: relative;
        left: unset;
        top: unset;
        width: 500px;
    }
}
@media screen and (max-width: 575px) {
    .buyers-img--big {
        width: 340px;
        height: 340px;
        position: absolute;
        left: 0;
        top: 0;
    }
}
.buyers-img--small {
    margin-top: 50px;
    height: 380px;
}
@media screen and (max-width: 575px) {
    .buyers-img--small {
        margin-top: 40px;
        height: 315px;
    }
}
@media screen and (max-width: 1023px) {
    .buyers-img--small img {
        object-position: center;
    }
}
.buyers__content {
    width: 100%;
    max-width: 470px;
    padding-top: 20px;
}
@media screen and (max-width: 1023px) {
    .buyers__content {
        padding-top: 0;
        max-width: 500px;
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .buyers__content {
        max-width: 288px;
        text-align: left;
    }
}
.buyers__title {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
@media screen and (max-width: 575px) {
    .buyers__title {
        font-size: 16px;
    }
}
.buyers__description {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-top: 50px;
}
@media screen and (max-width: 575px) {
    .buyers__description {
        font-size: 16px;
        margin-top: 30px;
    }
}

.brands {
    padding: 140px 0 0;
}
@media screen and (max-width: 1199px) {
    .brands {
        padding: 75px 0 0;
    }
}
@media screen and (max-width: 1023px) {
    .brands {
        padding-top: 50px;
    }
}
@media screen and (max-width: 575px) {
    .brands {
        padding-top: 60px;
    }
}
.brands__title {
    max-width: 665px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
}
@media screen and (max-width: 575px) {
    .brands__title {
        text-align: left;
        font-size: 16px;
    }
}
.brands__row {
    margin-top: 60px;
}
@media screen and (max-width: 1199px) {
    .brands__row {
        margin-top: 35px;
    }
}
@media screen and (max-width: 1023px) {
    .brands__row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, max-content));
        justify-content: center;
        align-items: stretch;
        grid-gap: 45px;
    }
}
@media screen and (max-width: 575px) {
    .brands__row {
        margin-top: 45px;
    }
}
.brands__subrow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 115px;
}
@media screen and (max-width: 1023px) {
    .brands__subrow {
        grid-template-columns: minmax(0, 145px);
        grid-gap: 30px;
    }
}
.brands__subrow:not(:first-child) {
    padding-top: 15px;
}
@media screen and (max-width: 1023px) {
    .brands__subrow:not(:first-child) {
        padding-top: 0;
    }
}
.brands-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.brands__button {
    display: block;
    width: max-content;
    margin: 60px auto 0;
    background-color: #171717;
    padding: 15px 55px;
    color: #FFF !important;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    transition: all ease 0.4s;
    opacity: 1;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .brands__button:hover {
        opacity: 0.6;
    }
}
@media screen and (max-width: 575px) {
    .brands__button {
        margin-top: 50px;
    }
}

.shops {
    padding: 120px 0 0;
}
@media screen and (max-width: 1199px) {
    .shops {
        padding: 75px 0 0;
    }
}
@media screen and (max-width: 575px) {
    .shops {
        padding-top: 50px;
    }
}
.shops__title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .shops__title {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .shops__title {
        font-size: 32px;
    }
}
.shops__row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 1199px) {
    .shops__row {
        margin-top: 35px;
        grid-gap: 25px;
    }
}
@media screen and (max-width: 1023px) {
    .shops__row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media screen and (max-width: 575px) {
    .shops__row {
        margin-top: 30px;
        grid-template-columns: minmax(0, 1fr);
        grid-gap: 30px;
    }
}
.shops-item__img {
    height: 300px;
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
    .shops-item__img {
        height: 245px;
    }
}
@media screen and (max-width: 1023px) {
    .shops-item__img {
        height: auto;
    }
}
.shops-item__img img {
    width: 100%;
    height: 100%;
    object-position: top left;
    object-fit: cover;
}
.shops-item__content {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
}
.shops-item__content * {
    margin: 0;
}
.shops-item__title {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.shops-item__date {
    color: #939393;
}
.shops-item__instagram {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
}

.join {
    padding: 120px 0;
    color: #FFF;
    text-align: center;
    font-weight: 500;
}
@media screen and (max-width: 1199px) {
    .join {
        padding: 75px 0;
    }
}
@media screen and (max-width: 575px) {
    .join {
        padding: 60px 0;
    }
}
.join .container {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 655px;
    gap: 30px;
}
@media screen and (max-width: 1023px) {
    .join .container {
        max-width: 100%;
    }
}
.join__title {
    font-size: 40px;
    line-height: 100%;
    margin: 0;
    color: inherit;
    font-weight: inherit;
}
@media screen and (max-width: 1023px) {
    .join__title {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .join__title {
        max-width: 265px;
    }
}
.join__row {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
    max-width: 75%;
}
@media screen and (max-width: 1023px) {
    .join__row {
        max-width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .join__row {
        gap: 15px;
    }
}
.join-item {
    color: inherit;
    font-size: 24px;
    line-height: 140%;
}
@media screen and (max-width: 1023px) {
    .join-item {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .join-item {
        font-size: 24px;
    }
}

.gender {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 575px) {
    .gender {
        grid-template-columns: minmax(0, 1fr);
    }
}
.gender-item {
    height: 720px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 100%;
}
@media screen and (max-width: 1199px) {
    .gender-item {
        height: 500px;
    }
}
@media screen and (max-width: 575px) {
    .gender-item {
        height: 480px;
    }
}
.gender-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.gender-item__button {
    background-color: rgba(23, 22, 22, 0.5);
    padding: 15px 45px;
    color: #FFF;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    position: absolute;
    display: block;
    z-index: 1;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: all ease 0.4s;
}
@media screen and (max-width: 1023px) {
    .gender-item__button {
        bottom: 55px;
    }
}
@media screen and (max-width: 575px) {
    .gender-item__button {
        padding: 15px 35px;
        font-size: 20px;
        letter-spacing: unset;
    }
}
@media (hover: hover) and (pointer: fine) {
    .gender-item__button:hover {
        background-color: rgb(23, 22, 22);
    }
}
