/* new-style */

body {
    min-width: 360px;
}


.main-direction__btn_fiolet {
    background-color: #979dff;
}

.main-direction__btn {
    max-width: 165px;
    height: 76px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-shop {
    margin: 0 70px 0 0px;
    position: relative;
}

.nav-shop__link {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    position: relative;
    display: block;
}

.subheading {
    font-size: 40px;
    text-transform: none;
}

.text_transform_none {
    text-transform: none;
    margin-bottom: 0;
}

.breadcrumbs__link_mod {
    color: #bdbdbd;
}

.breadcrumbs__link_mod::after {
    display: none;
}

.nav-shop__wr {
    position: absolute;
    top: 75%;
    padding-top: 15px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.nav-shop__list {
    background-color: #ffffff;
    padding: 20px 20px 30px 30px;
    width: 210px;
    border-right: 3px;
    box-shadow: 0px -2px 14px -5px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    position: relative;
}

.nav-shop__list:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    top: -10px;
    box-shadow: 0px -2px 14px -5px rgba(0, 0, 0, 0.4);
}

.nav-shop:hover .nav-shop__wr {
    opacity: 1;
    visibility: visible;
}

.nav-shop__item {
    list-style: none;
}

.nav-shop__item:not(:first-child) {
    margin-top: 10px;
}

.nav-shop__item-link {
    color: black;
    font-weight: 500;
    font-size: 15px;
}

.nav-shop__item-link:hover {
    text-decoration: underline;
}

.nav-shop__link:hover {
    text-decoration: underline;
}

.breadcrumbs_mod {
    padding-top: 10px;
    padding-bottom: 0;
}

.product-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.border_none {
    border: none !important;
}

.item-prod {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
}

.section-list_cart {
    margin: 28px -10px 0 -10px;
}

.item-prod {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #ededed;
    padding: 20px;
}

.item-prod__top {
    display: flex;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    align-items: center;
}

.item-prod__img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #ededed;
    max-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.item-prod__img a {
    border-radius: inherit;
}

.item-prod__img img {
    border-radius: inherit;
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover;
}

.item-prod__content {
    width: calc(100% - 75px);
    padding-left: 15px;
}

.item-prod__title {
    color: #000000;
    font-size: 20px;
    font-family: "Museo Cyrl";
    font-weight: 400;
}

.item-prod__sybtitle {
    font-size: 16px;
    font-weight: 500;
}

.item-prod__info {
    margin-top: 10px;
    color: #737373;
    font-size: 14px;
    font-weight: 500;
}

.item-prod__item {
    display: flex;
    margin: 20px -5px;
    justify-content: center;
    height: 96px;
}

.item-prod-item-img {
    margin: 0 5px;
    width: calc(33.33% - 10px);
    border: 1px solid #ededed;
    justify-content: center;
    align-items: center;
    padding: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-prod-item-img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-prod-item-img img {
    max-width: 100%;
    max-height: 100%;
}

.item-prod__btn {
    display: flex;
    justify-content: center;
}

.btn-type-5 {
    width: 100%;
    background-color: #e9e9e9;
    border-radius: 25px;
    text-transform: uppercase;
    text-align: center;
    padding: 15px;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 700;
    color: #9a9a9a;
}

.btn-type-5:hover {
    color: #ffffff;
    background-color: #48d739;
}

.btn-type-6 {
    background-color: #ffffff;
    border-radius: 25px;
    text-transform: uppercase;
    border: 1px solid #48d739;
    text-align: center;
    padding: 15px;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 700;
    color: #48d739;
}

.btn-type-6:hover {
    background-color: #48d739;
    color: #ffffff;
}

.wr-btn-site {
    display: flex;
    justify-content: center;
}

.nav-toggle__btn_icon {
    padding-left: 36px;
    position: relative;
}

.nav-toggle__btn_icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../img/svg/ico-nav-toogle.svg) center/100% 100% no-repeat;
    opacity: 0.4;
}

.btn-i {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    margin-left: auto;
    transition: 0.4s;
    border: 1px solid #e8e8e8;
}

.btn-i::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/icon-i.png) center/auto no-repeat;
    background-size: contain;
    width: 7px;
    height: 20px;
    transition: 0.4s;
}

.btn-i:hover {
    border-color: #4fd545;
    background-color: #4fd545;
}

.btn-wr-col {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 0;
}

.btn-item {
    color: #6cd74f;
    font-weight: 700;
    text-align: center;
    padding: 9px 48px;
    border: 1px solid #d8d8d8;
    border-radius: 18px;
    background-color: #ffffff;
    transition: 0.4s;
}

.btn-item:hover {
    background-color: #e1f5e0;
    color: #6cd74f;
}

.btn-item_active {
    background-color: #6cd74f !important;
    color: #ffffff !important;
}

.btn-item:not(:last-child) {
    margin-right: 10px;
}

.ca-items {
    margin-top: 32px;
    position: relative;
}

.js-ca-items {
    padding-left: 30px;
    padding-right: 30px;
}

.slick-slider {
    min-width: 0;
}

.ca-item__link {
    display: flex;
    align-items: center;
    transition: 0.4s;
    font-size: 22px;
    font-family: "Museo Cyrl";
    color: #a4a4a4;
    margin-right: 20px;
    padding-bottom: 7px;
    position: relative;
}

.ca-item__link span {
    margin-left: 10px;
    border-radius: 13px;
    background-color: #e0e0e0;
    width: 45px;
    height: 25px;
    display: flex;
    font-weight: 300;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.ca-items__btn {
    width: 10px;
    height: 18px;
    background: url(../img/btn-arows.png) center/contain no-repeat;
    cursor: pointer;
    animation: 0.3s;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.ca-items__btn:hover {
    opacity: 1;
}

.ca-items__btn_right {
    right: 0;
}

.ca-items__btn_prve {
    transform: translateY(-50%) rotate(180deg);
    left: 0;
}

.slick-disabled {
    pointer-events: none;
    opacity: 0.3;
}

.js-ca-items {
    border-bottom: 1px solid #e2e2e2;
}

.ca-items__item_active .ca-item__link {
    color: #48d739;
}

.ca-items__item_active .ca-item__link::before {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #48d739;
    bottom: 0;
}

.ca-items__item_active .ca-item__link span {
    background-color: #48d739;
}

@media (max-width: 1200px) {
    .img-slider__title {
        font-size: 60px;
    }

    .img-slider__item {
        min-height: 350px;
    }
}

@media (max-width: 992px) {
    .img-slider__title {
        font-size: 40px;
    }

    .item-prod {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .search-field {
        padding: 0 90px 0 20px !important;
        height: 50px !important;
    }

    .search-form__btn {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        right: 10px;
    }

    .el-search {
        position: relative;
    }

    .search-form__more-img {
        width: 30px;
        height: 30px;
        right: 40px;
    }

    .search-form__more {
        width: 40px;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .search-form__more-img {
        top: 50% !important;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }

    .img-slider__title {
        font-size: 25px;
    }
    .img-slider__item {
        min-height: 250px;
    }

    .category-section__head_icon {
        flex-direction: column;
        align-items: flex-start;
    }

    .category-section__head_icon .btn-i {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .user-bar__img img {
        width: 28px !important;
    }

    .header {
        padding-right: 10px;
    }

    .nav-shop {
        display: none;
    }

    .item-prod {
        width: calc(100% - 30px);
    }

    .btn-wr-col {
        flex-direction: column;
    }

    .btn-wr-col .btn-item:not(:first-child) {
        margin-top: 15px;
    }
}
