<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    transition: 0.22s ease-out;
}

body {
    /*font-family: 'Inter', serif;*/
    font-family: 'Pragmatica', serif;
    font-style: normal;
    color: #050505;
    background: #F5F5F5;
}

section {
    padding: 20px 0;
}

h1 {
    font-weight: 400;
    font-size: 35px;
    line-height: 40px;
    /* identical to box height, or 114% */
    letter-spacing: -0.012em;

    color: #000000;

    margin-bottom: 0;
}

h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
}

a {
    /*color: inherit;*/
}

a:hover {
    text-decoration: unset;
}

.button-round {
    text-align: center;
    background: #F5F5F5;
    border-radius: 123px;
    padding: 12px 20px;

    color: #050505;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    letter-spacing: 0.01em;
    white-space: nowrap;
    text-decoration: unset;
}

.overflow {
    z-index: 9;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 220ms; 
    transition: all 220ms;
}

.overflow.show {
    opacity: 1;
    visibility: visible;
}

.dropdown-toggle::after {
    border-top: unset;
    border-right: unset;
    border-bottom: .12em solid #050505;
    border-left: .12em solid #050505;
    transform: rotate(-45deg);

    display: inline-block;
    margin-left: 0.6em;
    vertical-align: 0.255em;
    content: "";

    width: 8px;
    height: 8px;
}

.dropdown-menu {
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
}

/* Content Start */

.main {
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    max-width: 1600px;
    margin: auto;
    background: #FFFFFF;
}

.content {
    width: 100%;
    height: 100%;
    padding: 20px 20px 20px 196px;
}

.content section:first-child {
    padding-top: 0;
}

.content .banner {
    width: 100%;
    padding-bottom: 20px;
}

.content .banner .banner-wrapper .banner-item
{
    display: flex;
}

.content .banner .banner-wrapper .description {
    display: flex;
    flex-direction: column;
    justify-content: center;

    background: #F5F5F5;
    padding: 60px 20px;
}

.content .banner .banner-wrapper .description &gt; div {
    padding-bottom: 20px;
}

.content .banner .banner-wrapper .description .title {
    font-weight: 700;
    font-size: 27px;
    line-height: 36px;
    /* or 133% */
    letter-spacing: -0.01em;
}

.content .banner .banner-wrapper .description .color {
    color: #FF6A00;
}

.content .banner img {
    width: 100%;
    padding: unset;
    object-fit: cover;
}

.content .banner .banner-dots {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
}

.content .banner .banner-dots li {
    border-radius: 50%;
    background: #C2C8CC;
    width: 4px;
    height: 4px;
    margin: 0 2px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    transition: all ease-in-out .3s;
    cursor: pointer;
    overflow: hidden;
    box-shadow: none;
    outline: none;
    border: none;
}

.content .banner .banner-dots li button
{
    display: none;
    opacity: 0;
    visibility: hidden;
}

.content .banner .banner-dots li.slick-active {
    width: 24px;
    border-radius: 4px;
    background: #757575;
    cursor: unset;
}

.content .category-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}

.content .category-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    /*flex-basis: 120px;*/

    font-size: 13px;
    line-height: 16px;
    text-align: center;
    /*white-space: nowrap;*/
    color: #151719;
    text-decoration: unset;

    height: 152px;
    /*width: 120px;*/

    overflow: hidden;

    padding: 0 10px;
}

.content .category-item-image-wrapper {
    width: 100%;
    height: 120px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.content .category-item-image-wrapper img {
    width: 100%;
}

.content .category-item-text-wrapper {
    width: 100%;
    height: 32px;

    display: flex;
    justify-content: center;
    align-items: start;
}

.section-title {
    font-size: 22px;
    line-height: 28px;

    /* Greys/Grey90 */
    color: #1A1A1A;
}

.content .promotions .promotions-list {
    /*display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    /*flex-wrap: nowrap;*/
    margin: 0 -11px;
}

.content .promotions .promotions-list .slick-track {
    display: flex;
}

.content .promotions .promotions-item {
    /*display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 10px;*/
}

.content .promotions .promotions-item img {
    width: 100%;
}

.content .items-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.often-viewed img {
    width: 100%;
    height: 100%;
}

.content .brands {
    position: relative;
}

.content .brands .brands-list {
    display: flex;
    flex-wrap: wrap;
}

.content .brands .brands-list .brand {
    padding: 12px 28px;
    margin: 10px;

    height: 88px;

    border: 1px solid #DBDBDB;
    border-radius: 345px;

    font-weight: 400;
    font-size: 39px;
    line-height: 64px;
    color: #050505;
    white-space: nowrap;
    text-decoration: unset;

    opacity: 0.8;
}

.content .links {
    padding-top: 30px;

    display: flex;
    justify-content: space-between;
}

.content .links .link-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    background: #F5F5F5;

    width: calc(50% - 15px);
    height: 230px;
    padding: 10px;

    font-size: 20px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;
    text-align: center;
}

.content .links .link-block img {
    padding-bottom: 20px;
}
/* Content End */

/* Modal menu Start */

.modal-menu {
    z-index: 10;
    position: fixed;
    top: 0;
    left: -500px;
    height: 100%;
    width: 450px;
    background: white;
    box-shadow: 0px 12px 44px rgba(21, 23, 25, 0.16), 0px 7px 12px rgba(21, 23, 25, 0.02);
    padding: 10px 10px 20px 36px;

    display: flex;
    flex-direction: column;
    -webkit-transition: all 220ms;
    transition: all 220ms;
}

.modal-menu.show {
    left: 0;
}

.modal-menu .button-close {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.modal-menu .title {
    font-weight: 500;
    font-size: 27px;
    line-height: 36px;
    /* identical to box height, or 133% */
    letter-spacing: -0.01em;

    /* Greys/Grey90 */
    color: #1A1A1A;
}

.modal-menu .shop {
    padding-top: 50px;
    padding-bottom: 20px;
}

.modal-menu .shop p {
    margin: unset;
    opacity: 0.7;
}

.modal-menu .shop .shop-info {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    /* grey90 */
    color: #050505;
}

.modal-menu .shop .shop-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    opacity: 1;

    /* Greys/Grey90 */
    color: #1A1A1A;

    padding-bottom: 10px;

    cursor: pointer;
}

.modal-menu .shop .shop-contacts {
    padding-top: 20px;
}

.modal-menu .shop .shop-contacts .phone {
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    text-decoration: unset;
}

.modal-menu .shops {
    padding-top: 50px;
}

.modal-menu .shop-item {
    display: block;
    padding-bottom: 20px;
    color: inherit;
    text-decoration: unset;
}

.modal-menu .shop-item .shop-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;

    /* Greys/Grey90 */
    color: #1A1A1A;

    position: relative;
}

.modal-menu .shop-item .shop-address {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    opacity: 0.7;
}

.modal-menu .shop-item .shop-title svg {
    display: none;

    position: absolute;
    top: 6px;
    right: 100px;

    width: 25px;
    height: 25px;
}

.modal-menu .shop-item.active .shop-title svg {
    display: block;
}

.modal-menu .navigation {
    padding-top: 30px;

    display: flex;
    flex-direction: column;
}

.modal-menu .navigation .navigation-item {
    padding-bottom: 15px;

    font-weight: 400;
    font-size: 22px;
    line-height: 28px;

    color: #1A1A1A;
    text-decoration: unset;
}

.modal-menu .navigation .navigation-item.search {
    color: #757575;
    font-size: 15px;
    line-height: 20px;
}

.modal-menu .footer {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.modal-menu .footer a {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    /* Greys/Grey90 */
    color: #1A1A1A;

    text-decoration: unset;
}

.modal-menu .footer ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    margin: unset;
}

.modal-menu .footer ul li {
    padding-right: 5px;
}

.modal-menu .footer ul li:not(:last-child)::after {
    content: 'В·';
    padding-left: 5px;
}

.modal-menu .footer .legal_information {
    font-size: 13px;
    line-height: 16px;
    /* identical to box height, or 123% */
    letter-spacing: 0.01em;

    /* Greys/Grey50 */
    color: #757575;
}

.modal-menu &gt; hr {
    width: 100%;
    height: 1px;
    background: #E1E4E6;
    transform: scaleX(2);
    margin: 0;
}
/* Modal menu End */

/* 404 */

.block_404 { height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; }
    .block_404_img { margin: 0; padding: 0; }
    .block_404_title { color: #1A1A1A; font-size: 17px; font-weight: 500; line-height: 24px; margin: -20px auto 8px; }
    .block_404_desc { max-width: 320px; margin: 0 auto 36px; color: #757575; font-size: 15px; line-height: 20px; }
    .block_404_btn { padding: 0; margin: 0; }
        .block_404_btn a { display: inline-block; padding: 12px 24px; text-decoration: none; background: #0068B4; color: #FFF; font-size: 17px; line-height: 24px; }
        .block_404_btn a:hover { opacity: 0.7; }


/* end 404 */</pre></body></html>