

/* Start:/local/components/seokey/etn.selector/templates/.default/style.css?178101372534131*/
.main-etn {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}


.main-etn h1 span {
    color: #9e2026;
}

.main-etn .search-etn{
    display: flex;
    position: relative;
}

.main-etn .search-etn input.button{
    max-width: 200px;
    margin-left: 20px;
}

.main-etn .search-etn input{
    padding: 20px 10px;
    border-radius: 5px;
}
.main-etn .search-etn input.form-control{
  padding-left: 70px;
}

.main-etn .search-etn > svg{
    position: absolute;
    height: 35px;
    width: 35px;
    left: 18px;
    top: 15px;
    fill: #adbac6;
    pointer-events: none;
}
.main-etn__left {
    width: 54%;
    z-index: 2;
    position: relative;
}
.main-etn__right {
    position: absolute;
    right: 0;
    z-index: 0;
    height: stretch;
    width: 50%;
}
.main-etn__right .bg-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: stretch;
}

.popular-prof {
    width: 100%;
    z-index: 2;
}

.popular-prof h2{
    text-transform: none;
    font-size: 18px;
}

.popular-professions {
    width: 100%;
    margin-top: 34px;
    font-family: Arial, sans-serif;
}

.popular-professions__title {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #1d1d1f;
}

.popular-professions__wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.popular-professions__slider {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding: 2px 56px 6px 0;
}

.popular-professions__slider::-webkit-scrollbar {
    display: none;
}

.profession-card {
    flex: 0 0 auto;
    min-width: 144px;
    height: 58px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
    white-space: nowrap;
}

.profession-card:hover {
    border-color: #c8102e;
    box-shadow: 0 6px 18px rgba(17, 24, 39, 0.08);
}

.profession-card.is-active {
    color: #c8102e;
    border-color: #f2c9d0;
    background: #fff4f5;
}

.profession-card__icon {
    width: 22px;
    height: 22px;
    color: currentColor;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.profession-card__icon svg {
    width: 22px;
    height: 22px;
    display: block;
}

.popular-professions__arrow {
    position: absolute;
    z-index: 3;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.popular-professions__arrow:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.18);
}

.popular-professions__arrow--prev {
    left: -20px;
    display: none;
}

.popular-professions__arrow--next {
    right: 0;
}

.popular-professions__arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 768px) {
    .popular-professions {
        margin-top: 24px;
    }

    .popular-professions__slider {
        gap: 10px;
        padding-right: 48px;
    }

    .profession-card {
        min-width: auto;
        height: 52px;
        padding: 0 15px;
        font-size: 13px;
    }

    .popular-professions__arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
}

.background-content--back {
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50vh;
    background: #ffffff;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 17%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0) 100%);
}


.etn-catalog-section {
    position: relative;
    z-index: 3;
    padding: 34px 0 54px;
    background: #f3f4f6;
}

.etn-catalog-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 24px;
    align-items: start;
}

.etn-catalog-card,
.etn-kit-aside,
.etn-benefits-line {
    background: #fff;
    border: 1px solid #e9edf2;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, 0.04);
}

.etn-catalog-card {
    overflow: hidden;
}

.etn-catalog-card__header {
    padding: 26px 28px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.etn-catalog-label {
    margin-bottom: 7px;
    color: #9e2026;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.etn-catalog-card__header h2 {
    margin: 0;
    color: #111827;
    font-size: 26px;
    line-height: 1.18;
    font-weight: 900;
    text-transform: none;
}

.etn-link-button {
    flex: 0 0 auto;
    min-height: 40px;
    padding: 0 15px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
}

.etn-link-button:hover {
    border-color: #9e2026;
    color: #9e2026;
    background: #fff7f7;
}

.etn-kit-table {
    border-top: 1px solid #eef1f4;
}

.etn-kit-table__head,
.etn-kit-row {
    display: grid;
    grid-template-columns: minmax(250px, 1.45fr) minmax(150px, .9fr) minmax(90px, .48fr) minmax(135px, .62fr);
    gap: 18px;
    align-items: center;
}

.etn-kit-table__head {
    padding: 14px 28px;
    background: #fbfbfc;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
}

.etn-kit-row {
    padding: 16px 28px;
    border-top: 1px solid #eef1f4;
}

.etn-kit-product {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
}

.etn-kit-product__text {
    min-width: 0;
}

.etn-kit-product strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 900;
}

.etn-kit-product span {
    display: block;
    color: #7d8794;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
}

.etn-photo {
    width: 100%;
    min-height: 138px;
    border: 1px dashed #cfd6df;
    border-radius: 10px;
    background: linear-gradient(135deg, #eef1f5 0%, #dfe4eb 100%);
    color: #8a94a3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.etn-photo--small {
    flex: 0 0 54px;
    width: 54px;
    height: 62px;
    min-height: 62px;
    border-radius: 8px;
    font-size: 9px;
}

.etn-photo--tiny {
    flex: 0 0 44px;
    width: 44px;
    height: 52px;
    min-height: 52px;
    border-radius: 8px;
    font-size: 8px;
}

.etn-kit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.etn-kit-tags span {
    min-width: 30px;
    height: 25px;
    padding: 0 8px;
    border: 1px solid #e3e7ec;
    border-radius: 6px;
    background: #fff;
    color: #667085;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
}

.etn-kit-tags span:nth-child(1) {
    color: #c17b12;
    border-color: #f1dab5;
    background: #fffaf0;
}

.etn-kit-tags span:nth-child(2) {
    color: #2e7d54;
    border-color: #cce9d7;
    background: #f5fff8;
}

.etn-kit-tags span:nth-child(3) {
    color: #3366a8;
    border-color: #d0dff2;
    background: #f6f9ff;
}

.etn-kit-tags span:nth-child(4) {
    color: #b13b57;
    border-color: #efcbd3;
    background: #fff6f8;
}

.etn-kit-period {
    color: #111827;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
}

.etn-kit-select button {
    display: block;
    margin: 0 0 4px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
}

.etn-kit-select button:hover {
    color: #9e2026;
}

.etn-kit-select span {
    color: #9e2026;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
}

.etn-products-showcase {
    margin: 0 28px 28px;
    padding: 18px;
    border-radius: 12px;
    background: #151922;
    color: #fff;
    overflow: hidden;
}

.etn-products-showcase__top {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.etn-products-showcase__top h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 900;
    text-transform: none;
}

.etn-products-showcase__top button {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(255,255,255,.72);
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
}

.etn-products-track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
}

.etn-good-card {
    flex: 0 0 174px;
    min-width: 174px;
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    color: #111827;
    scroll-snap-align: start;
}

.etn-good-card__badge {
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    background: #9e2026;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.etn-good-card__fav {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #e4e8ee;
    border-radius: 50%;
    background: #fff;
    color: #667085;
    font-size: 16px;
    line-height: 26px;
    cursor: pointer;
}

.etn-good-card h4 {
    min-height: 50px;
    margin: 10px 0 4px;
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
    text-transform: none;
}

.etn-good-card__art {
    margin-bottom: 10px;
    color: #8b93a1;
    font-size: 11px;
    line-height: 1.2;
}

.etn-good-card__price {
    margin-bottom: 5px;
    color: #111827;
    font-size: 20px;
    line-height: 1;
    font-weight: 900;
}

.etn-good-card__stock {
    margin-bottom: 12px;
    color: #168a43;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 900;
}

.etn-good-card__stock::before {
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    background: currentColor;
    display: inline-block;
    vertical-align: middle;
}

.etn-good-card__stock--wait {
    color: #d68a00;
}

.etn-good-card__actions {
    display: grid;
    grid-template-columns: 1fr 34px;
    gap: 6px;
}

.etn-good-card__actions button {
    min-height: 34px;
    padding: 0 5px;
    border: 1px solid #f0c8cf;
    border-radius: 6px;
    background: #fff;
    color: #9e2026;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    cursor: pointer;
}

.etn-products-showcase__more {
    margin-top: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-decoration: none;
}

.etn-products-showcase__more:hover {
    color: #f4c5cb;
}

.etn-kit-aside {
    position: sticky;
    top: 18px;
    padding: 24px 20px;
}

.etn-kit-aside__head {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.etn-kit-aside__head h2 {
    margin: 0 0 5px;
    color: #111827;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.etn-kit-aside__head span {
    display: block;
    color: #8b93a1;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
}

.etn-kit-aside__head button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #9e2026;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    cursor: pointer;
}

.etn-kit-aside__list {
    border-top: 1px solid #eef1f4;
}

.etn-kit-aside-item {
    padding: 14px 0;
    border-bottom: 1px solid #eef1f4;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto 18px;
    gap: 10px;
    align-items: center;
}

.etn-kit-aside-item__text {
    min-width: 0;
}

.etn-kit-aside-item strong {
    display: block;
    margin-bottom: 5px;
    color: #111827;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 900;
}

.etn-kit-aside-item span {
    display: block;
    color: #8b93a1;
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
}

.etn-kit-aside-item b {
    color: #111827;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.etn-kit-aside-item > button {
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9aa3af;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}

.etn-kit-total-line {
    padding: 18px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.etn-kit-total-line span,
.etn-kit-total-line strong {
    color: #111827;
    font-size: 18px;
    line-height: 1;
    font-weight: 900;
}

.etn-kit-main-btn,
.etn-kit-cp-btn {
    width: 100%;
    min-height: 50px;
    margin-bottom: 12px;
    border-radius: 8px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.etn-kit-main-btn {
    border: 1px solid #9e2026;
    background: #9e2026;
    color: #fff;
}

.etn-kit-main-btn:hover {
    background: #86181f;
}

.etn-kit-cp-btn {
    border: 1px solid #d9a1aa;
    background: #fff;
    color: #9e2026;
}

.etn-kit-cp-btn:hover {
    background: #fff7f7;
}

.etn-kit-notes {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid #eef1f4;
    border-radius: 10px;
    background: #fff;
}

.etn-kit-notes div {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 700;
}

.etn-kit-notes div:last-child {
    margin-bottom: 0;
}

.etn-kit-notes div::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #9e2026;
    font-weight: 900;
}

.etn-benefits-line {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
}

.etn-benefits-line__item {
    padding: 24px 22px;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    border-right: 1px solid #eef1f4;
}

.etn-benefits-line__item:last-child {
    border-right: 0;
}

.etn-benefits-line__icon {
    width: 42px;
    height: 42px;
    border: 1px solid #f0c8cf;
    border-radius: 12px;
    background: #fff8f9;
    color: #9e2026;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
}

.etn-benefits-line strong {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.etn-benefits-line span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .etn-catalog-grid {
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 18px;
    }

    .etn-kit-table__head,
    .etn-kit-row {
        grid-template-columns: minmax(220px, 1.2fr) minmax(140px, .8fr) 88px 124px;
        gap: 12px;
    }

    .etn-good-card {
        flex-basis: 166px;
        min-width: 166px;
    }
}

@media (max-width: 991px) {
    .main-etn {
        display: block;
        padding-bottom: 26px;
    }

    .main-etn__left {
        width: 100%;
    }

    .main-etn__right {
        position: relative;
        width: 100%;
        height: 240px;
        margin-top: 20px;
    }

    .main-etn__right .bg-img {
        height: 240px;
        border-radius: 14px;
        background-position: center top;
    }

    .background-content--back {
        display: none;
    }

    .etn-catalog-grid {
        grid-template-columns: 1fr;
    }

    .etn-kit-aside {
        position: static;
    }

    .etn-benefits-line {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .etn-benefits-line__item:nth-child(2n) {
        border-right: 0;
    }

    .etn-benefits-line__item:nth-child(n + 3) {
        border-top: 1px solid #eef1f4;
    }
}

@media (max-width: 768px) {
    .main-etn h1 {
        font-size: 30px;
        line-height: 1.15;
    }

    .main-etn h1 br,
    .main-etn .main-etn__left p br {
        display: none;
    }

    .main-etn .search-etn {
        display: block;
    }

    .main-etn .search-etn input.form-control {
        padding-left: 54px;
        margin-bottom: 12px;
    }

    .main-etn .search-etn input.button {
        max-width: none;
        width: 100%;
        margin-left: 0;
    }

    .main-etn .search-etn > svg {
        top: 14px;
        width: 24px;
        height: 24px;
    }

    .etn-catalog-section {
        padding: 22px 0 34px;
    }

    .etn-catalog-card__header {
        padding: 20px;
        display: block;
    }

    .etn-catalog-card__header h2 {
        font-size: 22px;
    }

    .etn-link-button {
        width: 100%;
        margin-top: 14px;
    }

    .etn-kit-table__head {
        display: none;
    }

    .etn-kit-row {
        padding: 16px 20px;
        display: grid;
        grid-template-columns: 54px minmax(0, 1fr);
        grid-template-areas:
            'photo title'
            'props props'
            'period period'
            'select select';
        gap: 10px 12px;
        align-items: start;
    }

    .etn-kit-product {
        display: contents;
    }

    .etn-kit-product .etn-photo {
        grid-area: photo;
    }

    .etn-kit-product__text {
        grid-area: title;
        align-self: center;
    }

    .etn-kit-tags {
        grid-area: props;
    }

    .etn-kit-period {
        grid-area: period;
    }

    .etn-kit-select {
        grid-area: select;
    }

    .etn-kit-tags::before,
    .etn-kit-period::before,
    .etn-kit-select::before {
        margin-bottom: 7px;
        color: #8b93a1;
        display: block;
        font-size: 10px;
        line-height: 1;
        font-weight: 900;
        text-transform: uppercase;
        flex: 0 0 100%;
    }

    .etn-kit-tags::before {
        content: 'Защитные свойства';
    }

    .etn-kit-period::before {
        content: 'Срок носки';
    }

    .etn-kit-select::before {
        content: 'Подобрать товар';
    }

    .etn-products-showcase {
        margin: 0 12px 18px;
        padding: 14px;
        border-radius: 12px;
    }

    .etn-products-showcase__top h3 {
        font-size: 16px;
    }

    .etn-products-showcase__top button {
        white-space: nowrap;
    }

    .etn-products-track {
        margin-right: -14px;
        padding-right: 14px;
    }

    .etn-good-card {
        flex-basis: 168px;
        min-width: 168px;
    }

    .etn-kit-aside {
        padding: 20px;
    }

    .etn-kit-aside-item {
        grid-template-columns: 44px minmax(0, 1fr) 18px;
    }

    .etn-kit-aside-item b {
        grid-column: 2 / 3;
        margin-top: -4px;
    }

    .etn-kit-aside-item > button {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .etn-benefits-line {
        grid-template-columns: 1fr;
    }

    .etn-benefits-line__item {
        border-right: 0;
        border-top: 1px solid #eef1f4;
    }

    .etn-benefits-line__item:first-child {
        border-top: 0;
    }
}

@media (max-width: 480px) {
    .main-etn__right,
    .main-etn__right .bg-img {
        height: 190px;
    }

    .profession-card {
        height: 48px;
        padding: 0 12px;
        font-size: 12px;
    }

    .profession-card__icon,
    .profession-card__icon svg {
        width: 19px;
        height: 19px;
    }

    .etn-catalog-card__header h2 {
        font-size: 20px;
    }

    .etn-kit-product strong {
        font-size: 14px;
    }

    .etn-products-showcase__top {
        align-items: flex-start;
    }

    .etn-good-card {
        flex-basis: 156px;
        min-width: 156px;
    }

    .etn-photo {
        min-height: 118px;
    }

    .etn-photo--small {
        width: 52px;
        height: 60px;
        min-height: 60px;
    }

    .etn-kit-aside__head h2 {
        font-size: 20px;
    }
}


.etn-catalog-section,
.main-etn {
    overflow-x: hidden;
}

.etn-catalog-grid,
.etn-catalog-main,
.etn-catalog-card,
.etn-kit-table {
    min-width: 0;
}

.etn-products-showcase[hidden] {
    display: none !important;
}

.etn-kit-row.is-active {
    background: #fffafa;
    box-shadow: inset 4px 0 0 #9e2026;
}

.etn-kit-select__btn {
    transition: color .2s ease;
}

.etn-kit-row.is-active .etn-kit-select__btn {
    color: #9e2026;
}

.etn-products-showcase.is-open {
    animation: etnOptionsOpen .18s ease-out;
}

@keyframes etnOptionsOpen {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.etn-good-card {
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    border: 1px solid transparent;
}

.etn-good-card:hover {
    transform: translateY(-2px);
    border-color: #f0c8cf;
    box-shadow: 0 12px 26px rgba(0,0,0,.14);
}

.etn-good-card__actions button:first-child {
    font-size: 9px;
}

.etn-good-card__actions button:first-child:hover {
    background: #9e2026;
    border-color: #9e2026;
    color: #fff;
}

.etn-kit-aside-item.is-updated {
    animation: etnAsideUpdated .45s ease;
}

@keyframes etnAsideUpdated {
    0% { background: #fff4f5; }
    100% { background: transparent; }
}

@media (max-width: 991px) {
    .etn-catalog-section .container {
        width: 100%;
        max-width: 100%;
    }

    .etn-products-showcase {
        width: auto;
    }
}

@media (max-width: 768px) {
    .etn-catalog-grid {
        display: block;
    }

    .etn-catalog-card,
    .etn-kit-aside,
    .etn-benefits-line {
        border-radius: 10px;
    }

    .etn-kit-row.is-active {
        box-shadow: inset 3px 0 0 #9e2026;
    }

    .etn-products-showcase {
        margin: 0 10px 14px;
        padding: 12px;
    }

    .etn-products-showcase__top {
        gap: 8px;
    }

    .etn-products-track {
        gap: 9px;
    }

    .etn-good-card {
        flex: 0 0 150px;
        min-width: 150px;
        padding: 8px;
    }

    .etn-good-card h4 {
        min-height: 46px;
        font-size: 11px;
    }

    .etn-good-card__price {
        font-size: 17px;
    }

    .etn-good-card__actions {
        grid-template-columns: 1fr;
    }

    .etn-good-card__actions button[aria-label="В корзину"] {
        display: none;
    }

    .etn-kit-aside {
        margin-top: 16px;
    }
}


.popular-professions__arrow--prev {
    display: flex;
}

.popular-professions__arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.popular-professions__slider {
    min-width: 0;
    flex: 1 1 auto;
}

.etn-products-showcase {
    position: relative;
}

.etn-products-track {
    scroll-behavior: smooth;
    scrollbar-width: none;
    padding-left: 2px;
    padding-right: 2px;
}

.etn-products-track::-webkit-scrollbar {
    display: none;
}

.etn-products-arrow {
    position: absolute;
    z-index: 8;
    top: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 50%;
    background: #ffffff;
    color: #111827;
    box-shadow: 0 12px 28px rgba(0,0,0,.24);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease, box-shadow .18s ease;
}

.etn-products-arrow:hover {
    transform: translateY(-50%) scale(1.04);
    box-shadow: 0 14px 32px rgba(0,0,0,.3);
}

.etn-products-arrow--prev {
    left: 8px;
}

.etn-products-arrow--next {
    right: 8px;
}

.etn-products-arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

@media (max-width: 768px) {
    .popular-professions__arrow--prev {
        left: 0;
    }

    .popular-professions__arrow--next {
        right: 0;
    }

    .etn-products-arrow {
        width: 34px;
        height: 34px;
        font-size: 25px;
    }

    .etn-products-arrow--prev {
        left: 4px;
    }

    .etn-products-arrow--next {
        right: 4px;
    }
}


@media (min-width: 992px) {
    .popular-professions__wrap {
        overflow: visible;
    }

    .popular-professions__slider {
        width: 100%;
        max-width: 100%;
        gap: 16px;
        padding: 2px 0 6px;
        scroll-snap-type: x mandatory;
    }

    .profession-card {
        flex: 0 0 calc((100% - 80px) / 6);
        min-width: 0;
        scroll-snap-align: start;
    }

    .popular-professions__arrow {
        top: 50%;
        transform: translateY(-50%);
        width: 46px;
        height: 46px;
        font-size: 28px;
        font-weight: 800;
    }

    .popular-professions__arrow:hover {
        transform: translateY(-50%) scale(1.03);
    }

    .popular-professions__arrow--prev {
        left: -50px;
    }

    .popular-professions__arrow--next {
        right: -50px;
    }
}

.popular-professions__arrow {
    visibility: visible;
}

.popular-professions__arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.etn-products-showcase {
    overflow: visible;
}

.etn-products-track {
    scroll-snap-type: x mandatory;
}

.etn-products-arrow {
    border: 0;
    color: #111827;
}

.etn-products-arrow--prev {
    left: -18px;
}

.etn-products-arrow--next {
    right: -18px;
}

@media (max-width: 991px) {
    .popular-professions__slider {
        padding-right: 54px;
    }

    .profession-card {
        flex: 0 0 auto;
        min-width: 148px;
    }

    .popular-professions__arrow {
        top: 50%;
        transform: translateY(-50%);
    }

    .popular-professions__arrow:hover {
        transform: translateY(-50%) scale(1.03);
    }
}

@media (max-width: 768px) {
    .popular-professions__arrow--prev {
        left: -6px;
    }

    .popular-professions__arrow--next {
        right: -6px;
    }

    .etn-products-arrow--prev {
        left: 2px;
    }

    .etn-products-arrow--next {
        right: 2px;
    }
}


.etn-selector .etn-search-field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.etn-selector .etn-search-field .form-control {
    width: 100%;
}

.etn-search-dropdown {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    max-height: 330px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid #e7ebf0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(17, 24, 39, 0.16);
}

.etn-search-option {
    width: 100%;
    padding: 12px 14px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #111827;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.etn-search-option:hover {
    background: #fff4f5;
    color: #9e2026;
}

.etn-search-option strong {
    min-width: 0;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.etn-search-option span {
    color: #8b93a1;
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.etn-search-empty,
.etn-empty {
    padding: 18px 20px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.etn-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.etn-kit-select__btn:disabled {
    color: #9aa3af;
    cursor: default;
}

.etn-selector.is-loading .js-etn-search-button,
.etn-selector.is-loading .etn-link-button {
    opacity: .7;
    pointer-events: none;
}

@media (max-width: 768px) {
    .etn-selector .etn-search-field {
        width: 100%;
    }

    .etn-search-dropdown {
        top: calc(100% - 4px);
    }
}

.etn-catalog-section[hidden] {
    display: none !important;
}

.main-etn .search-etn button.button {
    flex: 0 0 200px;
    max-width: 200px;
    margin-left: 20px;
    min-height: 64px;
    padding: 0 18px;
    border: 0;
    border-radius: 5px;
    background: #9e2026;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}

.main-etn .search-etn button.button:hover {
    background: #86181f;
}

.etn-selector:not(.has-kit) .js-etn-change-profession {
    display: none;
}

@media (max-width: 768px) {
    .main-etn .search-etn button.button {
        width: 100%;
        max-width: none;
        margin-left: 0;
        min-height: 56px;
    }
}

.etn-selector .main-etn,
.etn-selector .main-etn .container,
.etn-selector .main-etn__left {
    overflow: visible;
}

.etn-selector .main-etn__left {
    z-index: 40;
}

.etn-selector .popular-prof {
    z-index: 5;
}

.etn-selector .main-etn .search-etn {
    z-index: 80;
    overflow: visible;
}

.etn-selector .main-etn .search-etn > svg {
    z-index: 3;
    display: block;
    color: #adbac6;
    fill: #adbac6;
}

.etn-search-dropdown {
    z-index: 2000;
    max-height: none;
    overflow: visible;
}

.etn-search-option {
    min-height: 43px;
}

.etn-catalog-card__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 12px;
}

.etn-gender-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

.etn-gender-filter select {
    width: 132px;
    height: 40px;
    padding: 0 34px 0 12px;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    outline: none;
    cursor: pointer;
}

.etn-gender-filter select:focus {
    border-color: #9e2026;
}

@media (max-width: 768px) {
    .etn-catalog-card__actions {
        margin-top: 14px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .etn-gender-filter {
        justify-content: space-between;
    }

    .etn-gender-filter select {
        width: 170px;
    }

    .etn-link-button {
        margin-top: 0;
    }
}


.etn-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.etn-loader.is-active {
    display: flex;
}

.etn-loader__overlay {
    position: absolute;
    inset: 0;
    background: rgba(9, 15, 24, .46);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.etn-loader__box {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 320px;
    padding: 30px 26px 28px;
    border: 1px solid rgba(181, 31, 41, .12);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(15, 23, 42, .24);
    text-align: center;
}

.etn-loader__mark {
    width: 68px;
    height: 34px;
    margin: 0 auto 18px;
    border: 5px solid #af1f29;
    border-radius: 12px;
    position: relative;
}

.etn-loader__mark::before,
.etn-loader__mark::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 8px;
    background: #fff;
    transform: translateY(-50%);
}

.etn-loader__mark::before {
    left: -7px;
}

.etn-loader__mark::after {
    right: -7px;
}

.etn-loader__spinner {
    width: 52px;
    height: 52px;
    margin: 0 auto 18px;
    border: 4px solid #edf0f4;
    border-top-color: #af1f29;
    border-radius: 50%;
    animation: etn-loader-spin .75s linear infinite;
}

.etn-loader__title {
    margin-bottom: 7px;
    color: #071225;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

.etn-loader__note {
    color: #64748b;
    font-size: 14px;
    line-height: 1.4;
}

body.etn-loader-open {
    overflow: hidden;
}

@keyframes etn-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

.etn-kit-select {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.etn-kit-select__btn.js-etn-toggle {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111827;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
    transition: color .18s ease;
}

.etn-kit-select__btn.js-etn-toggle:hover,
.etn-kit-row.is-active .etn-kit-select__btn.js-etn-toggle {
    color: #9e2026;
}

.etn-kit-select__btn:disabled {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9aa3af;
    box-shadow: none;
    cursor: default;
}

.etn-kit-select__count {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9e2026;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
    text-align: left;
    cursor: pointer;
    transition: color .18s ease;
}

.etn-kit-select__count:hover {
    color: #7f171d;
}

.etn-kit-select__single {
    display: inline;
    color: #9e2026;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 900;
}

.etn-good-card h4,
.etn-good-card .etn-photo,
.etn-good-card__price,
.etn-good-card__stock,
.etn-good-card__actions button {
    cursor: pointer;
}

.etn-good-card__fav {
    cursor: default;
}

/* End */
/* /local/components/seokey/etn.selector/templates/.default/style.css?178101372534131 */
