.shops-archive {

}

.shops-archive__title {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
}

.shops-archive__blocks {
    margin-top: 25px;
}

.shop-block {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6.4vw;
}

.shop-block:not(:last-child) {
    margin-bottom: 40px;
}

.shop-block__image {
    overflow: hidden;
    position: relative;
}

.shop-block__image::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.shop-block__image--mob {
    display: none;
}

.shop-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.shop-block__route {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);
    padding: 12px 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: max-content;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
}

.shop-block__route:hover {
    color: #fff;
}

.shop-block__route:hover span {
    text-decoration: underline;
}

.shop-block__info {
    padding-right: 7.52vw;
}

.shop-block__title {
    font-size: 26px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    color: inherit;
    position: relative;
    overflow: hidden;
    padding-bottom: 3px;
}

.shop-block__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    transform: translateY(300%);
    transition: all ease .4s;
}

.shop-block__title:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.shop-block__subtitle {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 0;
    margin-top: 12px;
}

.shop-block__contacts {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
}

.shop-block__bottom-content *,
.shop-block__contacts * {
    font-family: inherit !important;
}

.shop-block__contacts li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    font-size: 18px;
    line-height: 140%;
    width: 100%;
}

.shop-block__contacts a {
    color: inherit;
}

.shop-block__contacts svg {
    aspect-ratio: 1;
    flex: 0 0 14px;
}

.shop-block__bottom {
    margin-top: 40px;
}

.shop-block__bottom-title {
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.shop-block__bottom-content {
    font-size: 18px;
    line-height: 160%;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
}

.shop-block__bottom-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 198px;
    background: linear-gradient(179.74deg, rgba(255, 255, 255, 0) 2.5%, #FFFFFF 56.82%);
    z-index: 1;
}

.shop-block__bottom-content *:last-child {
    margin-bottom: 0;
}

.shop-block__bottom-link {
    display: block;
    width: max-content;
    margin-top: 15px;
    text-decoration: underline;
    text-underline-position: under;
    color: inherit;
}

@media (max-width: 1023px) {
    .shop-block {
        grid-template-columns: minmax(0, 1fr);
        gap: 0;
    }

    .shop-block__image--pc {
        display: none;
    }

    .shop-block__image--mob {
        display: block;
    }

    .shop-block__image {
        margin-top: 30px;
        aspect-ratio: 345 / 355;
    }

    .shop-block:not(:last-child) {
        margin-bottom: 70px;
    }

    .shop-block__title {
        font-size: 24px;
    }

    .shop-block__contacts {
        margin-top: 15px;
    }

    .shop-block__info {
        padding-right: 0;
    }

    .shop-block__contacts li {
        gap: 10px;
    }

    .shop-block__bottom-link {
        font-size: 18px;
        margin: 15px auto 0;
    }

    .shop-block__route {
        padding: 12px 20px;
        width: 75%;
    }
}

@media (max-width: 575px) {
    .page-top .container,
    .shops-archive .container {
        padding-inline: 15px;
    }

    .shop-block__contacts li {
        font-size: 14px;
    }
}

.shop-single__top {
    max-width: 910px;
    margin-inline: auto;
}

.shop-single__title {
    font-size: 32px;
    line-height: 110%;
    font-weight: 500;
    margin-bottom: 0;
}

.shop-single__contacts {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
}

.shop-single__contacts svg {
    min-width: 17px;
    width: 17px;
}

.shop-single__contacts li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-size: 18px;
    line-height: 140%;
}

.shop-single__contacts a {
    color: inherit;
}

.shop-single__contacts a:hover {
    text-decoration: underline;
}

.shop-single__about {
    margin-top: 50px;
}

.shop-single__about-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
}

.shop-single__about-content {
    font-size: 18px;
    line-height: 160%;
}

.shop-single__about-content * {
    font-family: inherit !important;
}

.shop-single__about-content *:last-child {
    margin-bottom: 0;
}

.shop-single__social {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.shop-single__social-title {
    margin-bottom: 0;
    font-style: italic;
    font-size: 20px;
    line-height: 140%;
}

.shop-single__social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
    gap: 10px;
}

.shop-single__social-list a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-single__slider {
    margin-top: 60px;
}

.shop-single__slider .swiper-button-prev,
.shop-single__slider .swiper-button-next {
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 50%);
    z-index: 1;
    color: #202020;
    transition: all ease .4s;
}

.shop-single__slider .swiper-button-prev::after,
.shop-single__slider .swiper-button-next::after {
    border: none;
}

.shop-single__slider .swiper-button-prev {
    left: 20px;
}

.shop-single__slider .swiper-button-next {
    right: 20px;
}

.shop-single__slider video,
.shop-single__slider img {
    width: 100%;
    aspect-ratio: 420 / 310;
    object-fit: cover;
    object-position: center;
}

.map {
    position: relative;
    margin-top: 85px;
}

.map__block iframe {
    width: 100%;
    height: 586px;
}

.shop-mini {
    position: absolute;
    z-index: 1;
    right: 7%;
    bottom: 0;
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 307px;
}

.shop-mini__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 0;
}

.shop-mini__contacts {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 20px;
}

.shop-mini__contacts li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    font-size: 20px;
    line-height: 140%;
}

.shop-mini__contacts a {
    color: inherit;
}

.shop-mini__contacts svg {
    min-width: 21px;
    width: 21px;
}

.shop-mini__button {
    transition: all ease .4s;
    margin-top: 35px;
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 12px;
    border: 1px solid #111;
    background-color: #111;
}

.seo-info {
    margin-top: 90px;
}

.seo-info__title {
    font-weight: 400;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 0;
}

.seo-info__inner {
    overflow: hidden;
    margin-top: 40px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
}

.seo-info__inner * {
    font-family: inherit !important;
}

.seo-info__inner:last-child {
    margin-bottom: 0;
}

.seo-info__inner::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(179.74deg, rgba(255, 255, 255, 0) 3.27%, #FFFFFF 111.36%);
    z-index: 1;
}

.seo-info__inner.active {
    max-height: revert;
    overflow: revert;
    -webkit-line-clamp: unset;
    display: revert;
}

.seo-info__inner.active::after {
    display: none;
}

.seo-info__button {
    margin-top: 40px;
    display: block;
    width: max-content;
    cursor: pointer;
    font-size: 20px;
    line-height: 140%;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .shop-single__title {
        font-size: 24px;
    }

    .shop-single__contacts {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 12px;
        margin-top: 20px;
    }

    .shop-single__slider {
        margin-top: 40px;
    }

    .map {
        margin-top: 60px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    .shop-mini {
        padding: 0;
        position: revert;
        max-width: 100%;
        z-index: unset;
        bottom: unset;
        right: unset;
    }

    .shop-mini__contacts {
        gap: 32px;
    }

    .map__block {
        width: 100vw;
    }

    .map__block iframe {
        height: 420px;
    }

    .seo-info {
        margin-top: 60px;
    }

    .seo-info__inner {
        margin-top: 30px;
        -webkit-line-clamp: 10;
    }

    .seo-info__button {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .shop-single__social {
        margin-top: 40px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .shop-single__social-list {
        gap: 30px;
    }

    .shop-single__social-list img {
        min-width: 42px;
        width: 42px;
        height: 42px;
    }

    .shop-single__slider video,
    .shop-single__slider img {
        aspect-ratio: 345 / 355;
    }
}

@media (hover: hover) and (pointer:fine) {
    .shop-mini__button:hover {
        color: #111;
        background-color: transparent;
    }

    .seo-info__button:hover {
        text-decoration: none;
    }

    .shop-mini__contacts a:hover {
        text-decoration: underline;
    }

    .shop-single__slider .swiper-button-prev:hover,
    .shop-single__slider .swiper-button-next:hover {
        background-color: #111;
        color: #fff;
    }

    .shop-single__slider .swiper-button-prev:hover::after,
    .shop-single__slider .swiper-button-next:hover::after {
        background-color: unset;
    }
}
.brands-row {
    margin-top: 100px;
    max-width: 1090px;
    margin-inline: auto;
}

.brands-row__title {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}

.brands-row__list {
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 40px 80px;
    font-size: 15px;
    line-height: 120%;
}

.brands-row__list a {
    color: inherit;
}

.card-marker--new {
    background-color: #000;
    color: #fff;
    padding: 2px;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    vertical-align: top;
}

.brands-row__list .accent {
    font-weight: 700;
}

@media (max-width: 991px) {
    .brands-row {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .brands-row__title {
        text-align: left;
    }

    .brands-row__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 20px;
        justify-content: revert;
    }
}

@media (hover: hover) and (pointer:fine) {
    .brands-row__list a:hover {
        text-decoration: underline;
    }
}
