/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.header {
    width: 100%;
    padding: 0;

    /*margin-top: 35px;*/
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #7B4FA3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 64px;
}
@media(max-width: 375px){
    .header__top {
        padding: 0px 20px 0 18px;
    }
}

.header__logo {
    height: 27.80425453186035px;
    width: 83.41276550292969px;
    position: relative;
    top: -2px;
    left: 1px;
}
.header__logo--link{
    height: 27.80425453186035px;
}

.header__icons,
.header__icons .sale-basket-small-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header__icon {
    width: 28px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    position: relative;
    text-decoration: unset;
}

.header__social-link svg path,
.header__icon-title{
    transition: all 0.3s ease;
}
.header__icon:hover{
    text-decoration: unset;
}
.header__icon:hover .header__icon-title{
    color: #EF4A85;
}
.header__social-link:hover svg path{
    fill: #EF4A85;
}
.header__icon--dice{
    position: relative;
    left: 10px;
    top: 1px;
}

.header__icon--menu {
    background: unset;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
.header__icon--menu span {
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
    margin: 1px 0;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header__icon--menu.active span:nth-child(1) {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
    top: -3px;
    position: relative;
}
.header__icon--menu.active span:nth-child(2) {
    opacity: 0;
}
.header__icon--menu.active span:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
    top: 3px;
    position: relative;
}

.header__icon--heart {
    color: #fff;
    left: 4px;
    top: 1px;
    width: 19px;
}

.header__badge {
    position: absolute;
    top: -1px;
    right: -11px;
    background: #F85A9A;
    color: #fff;
    border-radius: 10px;
    width: 16.387958526611328px;
    height: 14.555183410644531px;
    text-align: center;

    font-family: 'Manrope', serif;
    font-weight: 500;
    font-size: 8.94px;
    line-height: 100%;
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__icon--bag{
    width: 16.9px;
    top: -1px;
    left: 3px;
}
.header__icon--user{
    top: -1px;
    left: 0px;
    width: 19px;
}

.header__search-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.header__catalog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    background: #80E0A7;
    color: #fff;
    border: none;
    width: 119px;
    height: 45px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 23px;

    font-family: Manrope;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;

    transition: all 0.3s ease;
}
.header__catalog-btn:hover{
    background-color: #D6306B;

    colot: white;
    text-decoration: unset;
}
.header__catalog-btn:hover>span{
    background: unset;
}
.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 2px solid #744A9E;

    width: 198px;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header__search-input {
    border: none;
    outline: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    background: transparent;
    color: #7B4FA3;
    padding: 0;
    padding-left: 37px;
    height: 45px;
    width: 134px;
}
.header__navigation-list--item-link:hover,
.header__navigation-list--item-link:focus,
.header__navigation-list--item-link:active{
    color: #858585!important;
    list-style: none;
    text-decoration: unset;
}
.intec-template .intec-template-layout-header{
    max-width: 100%;
}
.header__search-btn {
    background: transparent;
    border: none;
    padding: 0 12px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7B4FA3;
    height: 45px;
}

.mobile-menu {
    position: fixed;
    top: 64px; left: 0; right: 0; bottom: 0;
    background: #7B4FA3;
    z-index: 1000;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mobile-menu.open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.mobile-menu__content {
    padding: 24px 23px 0px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;

    margin-bottom: 135px;
}
.mobile-menu__main, .mobile-menu__sub {
    list-style: none;
    padding: 0;
    margin: 9px 0 0px 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.mobile-menu__sub{
    margin-top: 48px;
    gap: 20px;
}
.mobile-menu__main li {
    color: #fff;
    padding: 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.08);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
}
.mobile-menu__main li>a{
    text-decoration: unset;
    color: #fff;
    padding: 0;
    margin: 0;
    display: block;
}
.mobile-menu__main li>a:hover{
    text-decoration: unset;
    color: #fff;
}
.mobile-menu__main li::before{
    content: unset;
}
.mobile-menu__arrow {
    font-size: 18px;
    position: relative;
    top: -2px;
    right: -1px;
}
.mobile-menu__sub li,
.mobile-menu__sub li>a{
    color: #fff;
    padding: 0;
    height: 16px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    font-family: Manrope;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.39px;
}
.mobile-menu__sub li::before{
    content: unset;
}
.mobile-menu__call-btn {
    width: 100%;
    background: #F85A9A;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 14px 0;
    margin: 66px 0 0px 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -3px;
    height: 45px;

    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
}
a.mobile-menu__call-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
}
.mobile-menu__footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 34px;
    margin-top: 30px;
}
.mobile-menu__support {
    color: #ffffff7d;

    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.39px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}
.mobile-menu__support a {
    color: #fff;
    text-decoration: none;

    font-family: Manrope;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}
.mobile-menu__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.icon-tg, .icon-wa {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
}
.header__icon-title,
.header__social-links,
.header__brand-description,
.header__callback-btn,
.header__navigation{
    display: none;
}
.header__callback-btn{
    transition: all 0.3s ease;

    box-sizing: border-box;
}
.header__callback-btn:hover{
    text-decoration: underline;
}
#i-7-bitrix-menu-onlineservice-horizontal-1-custom-LkGdQnW4WHwB > div:nth-child(2) > div.menu-wrapper-4.intec-grid.intec-grid-nowrap.intec-grid-a-h-start.intec-grid-a-v-stretch > div,
#i-5-bitrix-menu-onlineservice-horizontal-1-custom-LkGdQnW4WHwB > div:nth-child(2) > div.menu-wrapper-4.intec-grid.intec-grid-nowrap.intec-grid-a-h-start.intec-grid-a-v-stretch > div{
    display: flex;
    align-items: center;
}
#i-5-bitrix-menu-onlineservice-horizontal-1-custom-LkGdQnW4WHwB > div:nth-child(2) > div.menu-wrapper-4.intec-grid.intec-grid-nowrap.intec-grid-a-h-start.intec-grid-a-v-stretch > div:hover{
    background: unset;
    background-color: unset!important;
}
.header__icon--user>svg{
    max-width: 16px;
}
.header__icon--user .header__icon-title{
    white-space: nowrap;    /* Запрещает перенос текста на новую строку */
    width: 100%;           /* Или фиксированная ширина, например 200px */
}
@media(max-width: 768px){
    .ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item.menu-item-section .menu-submenu{
        display: none!important;
    }
}
.ns-bitrix.c-menu.c-menu-horizontal-1 .menu-item.menu-item-section{
    background: unset!important;
}
@media(max-width: 374px){
    .header__search-row{
        padding-left: 10px;
        padding-right: 10px;
    }
    header__search{
        width: 170px;
    }
    .header__search-input{
        width: 107px;
        padding-left: 7px;
    }
}
@media(min-width: 375px){
    .header__search{
        width: 206px;
    }
}
@media(min-width: 576px){
    .header__search{
        width: 407px;
    }
    .header__icon{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0px;
    }
    .header__icons,
    .header__icons .sale-basket-small-items{
        gap: 30px;
        margin-left: auto;
    }
    .header__icon-title{
        display: block;

        display: block;
        font-family: Manrope;
        font-weight: 400;
        font-size: 7px;
        line-height: 100%;
        letter-spacing: 0;
        text-align: center;

        position: relative;
        top: 5px;

        color: #FFFFFF;
    }
    .header__icon--heart .header__icon-title{
        top: 4px;
    }
    .header__icon--bag  .header__icon-title{
        top: 5px;
    }
    .header__icon--user  .header__icon-title{
        top: 6px;
    }
    .header__social-links{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: 50px;
        gap: 15px;
    }
    .header__social-links-phone{
        font-family: Manrope;
        font-weight: 600;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0;
        color: #FFFFFF;
        text-decoration: unset;
    }
    .header__social-links-phone:hover{
        text-decoration: unset;
        color: #fff;
    }
    .header__social-links-icons{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 7px;
    }
    .header__social-link{
        width: 17px;
        height: 17px;
        display: block;
    }
    .header__social-link svg{
        width: 100%;
        height: 100%;
    }
    .header__top{
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
@media(max-width: 1200px){
    .header__icon--user  .header__icon-title{
        left: -4px;
    }
}
@media (min-width: 768px) {
    .header__search {
        width: 600px;
    }
    .header__brand-description{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 15px;
        gap: 3px;
    }
    .header__brand-description>span{
        font-family: Manrope;
        font-weight: 500;
        font-size: 10px;
        line-height: 100%;
        letter-spacing: 0.29px;
        color: #FFFFFF;
    }
}
@media (min-width: 991px) {
    .header__icons,
    .header__icons .sale-basket-small-items{
        margin-left: unset;
    }
    .header__social-links{
        margin-right: 29px;
        margin-left: auto;
    }
    .header__callback-btn{
        display: block;
        outline: none;
        border: 0;
        cursor: pointer;
        font-family: Manrope;
        font-weight: 700;
        font-size: 14px;
        line-height: 100%;
        letter-spacing: 0;
        color: #EF4A85;
        padding: 0;
        background: unset;
        margin-left: 25px;
    }
}
@media (min-width: 1200px) {
    #menuIcon.header__icon--menu{
        display: none;
    }
    .header__top{
        height: 85px;
    }
    .header__icons,
    .header__icons .sale-basket-small-items{
        gap: 28px;
    }
    .header__icon--dice{
        width: 55px;
    }
    .header__icon--heart{
        width: 74px;
    }
    .header__icon--bag{
        width: 56px;
    }
    .header__icon--user{
        width: 60px;
        height: 32px;
    }
    .header__icon>svg{
        width: 22px;
        height: 22px;
    }
    .header__top .header__icon>svg{
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }
    .header__icon-title{
        font-size: 14px;
    }
    .header__badge{
        top: -17px;
        right: 9px;
        width: 23px;
        height: 23px;
        font-size: 14px;
    }
    .header__social-link{
        width: 22px;
        height: 22px;
    }
    .header__social-links-phone{
        font-size: 16px;
        position: relative;
        top: 3px;
    }
    .header__social-links{
        gap: 39px;
    }
    .header__brand-description>span{
        font-size: 14px;
    }
    .header__logo{
        width: 177px;
        height: 54px;
    }
    .header__logo--link{
        height: 54px;
    }
    .header__brand-description{
        margin-left: 52px;
    }
    .header__icon-title,
    .header__icon--heart .header__icon-title{
        top: 8px;
    }
    .header__icon--bag .header__icon-title{
        top: 9px;
    }
    .header__icon--user .header__icon-title{
        top: 7px;
    }
    .header__social-links-icons{
        gap: 20px;
    }

    .header__catalog-btn{
        width: 191px;
        height: 55px;
        font-size: 16px;
        padding-right: 23px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__catalog-btn>.header__icon{
        width: 24px;
        height: 24px;

        background: unset;
    }
    .header__search {
        width: 330px;
    }
    .header__navigation{
        display: block;
    }
    .header__navigation-list{
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 15px;
        padding: 0;
        margin: 0;
    }
    .header__navigation-list--item{
        margin: 0;
        padding:0;
    }
    .header__navigation-list--item::before{
        content: unset;
    }
    .header__navigation-list--item-link{
        font-family: Manrope;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0;
        color: #858585;
        list-style: none;
        text-decoration: unset;
    }
    .header__search-row{
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (min-width: 1300px) {
    .header__search {
        width: 430px;
    }
    .header__brand-description {
        margin-left: 52px;
    }
}
@media (min-width: 1520px) {
    .header__top {
        height: 100px;
        padding: 0;
    }
    .header__social-links-icons {
        position: relative;
        top: -2px;
    }
    .header__brand-description {
        margin-left: 40px;
        top: 1px;
        position: relative;
    }
    .header__social-links {
        margin-right: 66px;
        margin-left: auto;
    }
    .header__icons,
    .header__icons .sale-basket-small-items{
        gap: 38px;
    }
    .header__icon--user{
        top: -3px;
        left: -21px;
    }
    .header__icon--user .header__icon-title {
        top: 14px;
    }
    .header__icon>svg{
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);

        max-width: 13px;
    }
    .header__search-btn>span{
        position: relative;
        left: -12px;
    }
    .header__catalog-btn>.header__icon>svg{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .header__icon--bag {
        width: 36px;
        top: -5px;
        left: -21px;
    }
    .header__icon--heart{
        left: -20px;
        top: -1px;
    }
    .header__icon--bag .header__icon-title {
        top: 19px;
    }
    .header__icon--heart .header__icon-title{
        top: 14px;
    }
    .header__icon--dice{
        left: 8px;
        top: -5px;
    }
    .header__icon--dice .header__icon-title{
        top: 15px;
    }
    .header__search-row{
        padding-left: 0;
        padding-right: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .header__callback-btn{
        font-size: 16px;
        margin-left: auto;
    }
    .header__navigation{
        margin-left: 24px;
    }
    .header__navigation-list{
        gap: 41px;
    }
    .header__search{
        width: 678px;
        height: 55px;
    }
    .header__catalog-btn{
        position: relative;
        top: -3px;
    }
}


#profileBtns{
    display: flex;
    gap: 28px;
    position: relative;
    top: 0px;
}
@media(min-width: 991px){
    #profileBtns{
        top: 8px;
    }
}
.ns-intec-universe.c-sale-basket-small.c-sale-basket-small-icons-1 .sale-basket-small-tab-counter{
    background: #EF4A85;
    background-color: #EF4A85 !important;
    text-align: center;

    right: 0!important;
}


#top_header-auth_reg-btns--wrapper{
    display: flex;
    flex-direction: row;
    gap: 5px;

    position: relative;
    top: -7px;
}
@media(max-width: 991px){
    #top_header-auth_reg-btns--wrapper{
        display: none;
    }
    #profile_fields--wrapper{
        display: none!important;
    }
}
#top_header-auth_reg-btns--wrapper a.top_header-btn{
    position: relative;
    left: -3px;
    top: -2px;

    height: 49px;

    border-width: 1px;
    padding-top: 15px;
    padding-right: 40px;
    padding-bottom: 15px;
    padding-left: 40px;

    border: 1px solid #FFFFFF;

    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;

    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#top_header-auth_reg-btns--wrapper a.top_header-btn.reg{
    position: relative;
    left: 0px;
    top: -2px;
}
#profile_fields--wrapper{
    position: absolute;
    z-index: 1;
    top: 39px;
    width: 317px;
    left: unset;
    right: 0;
    background: unset;
    padding-top: 0px;

    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
#profile_fields--wrapper .widgets{
    background-color: #FFF;
    border: 1px solid #FFF;
    padding: 18px 30px;
    display: flex;
    flex-direction: column;

    border-radius: 4px;
    gap: 7px;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}
#profile_fields--wrapper:before {
    content: " ";
    display: block;
    position: absolute;
    top: 6px;
    right: 115px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    z-index: 1;
}
#profile_fields--wrapper .widget .widget-item{
    display: flex;
    gap: 12px;

    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #352ca6;

    align-items: center;
}
#profile_fields--wrapper .widget .widget-item .icon>svg{
    width: 22px;
    height: 22px;
}
#profile_fields--wrapper .widget .widget-item:hover,
#profile_fields--wrapper .widget .widget-item:focus,
#profile_fields--wrapper .widget .widget-item:active{
    font-family: Manrope;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #352ca6!important;
}

#profile_fields--wrapper:hover,
#profileBtns a.header__icon.header__icon--user:hover +#profile_fields--wrapper,
#profile_fields--wrapper.hover{
    visibility: visible;
    opacity: 1;
}


/* Стили для выпадающего меню профиля */
#profile_fields--wrapper {
    position: absolute;
    top: 100%;
    right: 0px;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    border: 1px solid #e5e7eb;
    min-width: 280px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 8px;
}
#profile_fields--wrapper.profile-hover._hoverable,
#profileBtns a.header__icon.header__icon--user:hover +#profile_fields--wrapper._hoverable{
    right: 270px;
}

#profile_fields--wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/*#profile_fields--wrapper::before {
    content: '';
    position: absolute;
    top: -8px;
    right: 95px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}*/

#profile_fields--wrapper .widgets {
    padding: 16px 0;
}

#profile_fields--wrapper .widget {
    margin: 0;
}

#profile_fields--wrapper .widget-item {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    text-decoration: none;
    color: #374151;
    transition: all 0.2s ease;
    border: none;
    background: transparent;
    width: 100%;
    text-align: left;
}

#profile_fields--wrapper .widget-item:hover {
    background: #f8fafc;
    color: #1f2937;
    transform: translateX(4px);
}

#profile_fields--wrapper .widget-item:active {
    background: #f1f5f9;
    transform: translateX(2px);
}

#profile_fields--wrapper .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f3f4f6;
    margin-right: 16px;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

#profile_fields--wrapper .widget-item:hover .icon {
    background: #e5e7eb;
    transform: scale(1.05);
}

#profile_fields--wrapper .icon svg {
    color: #6b7280;
    transition: color 0.2s ease;
}

#profile_fields--wrapper .widget-item:hover .icon svg {
    color: #374151;
}

#profile_fields--wrapper .data {
    flex: 1;
}

#profile_fields--wrapper .data span {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    color: inherit;
}

/* Анимация появления для каждого элемента */
#profile_fields--wrapper .widget {
    opacity: 0;
    transform: translateX(20px);
    animation: slideInRight 0.3s ease forwards;
}

#profile_fields--wrapper .widget:nth-child(1) { animation-delay: 0.05s; }
#profile_fields--wrapper .widget:nth-child(2) { animation-delay: 0.1s; }
#profile_fields--wrapper .widget:nth-child(3) { animation-delay: 0.15s; }
#profile_fields--wrapper .widget:nth-child(4) { animation-delay: 0.2s; }
#profile_fields--wrapper .widget:nth-child(5) { animation-delay: 0.25s; }
#profile_fields--wrapper .widget:nth-child(6) { animation-delay: 0.3s; }
#profile_fields--wrapper .widget:nth-child(7) { animation-delay: 0.35s; }

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    #profile_fields--wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-top: 0;
        transform: translateY(0);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #profile_fields--wrapper::before {
        display: none;
    }

    #profile_fields--wrapper .widgets {
        max-width: 320px;
        width: 100%;
        max-height: 80vh;
        overflow-y: auto;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    }
}


#header-dropdown-panel-wrapper{

}

#header-dropdown-panel-wrapper .fields-wrapper{
    border-radius: 0px;
    padding: 30px;
}
#header-dropdown-panel-wrapper .fields-wrapper form{

}
#header-dropdown-panel-wrapper .fields-wrapper form .form-fields{
    display: flex;
    flex-direction: column;

    gap: 29px;

    margin-top: 7px;
}
#header-dropdown-panel-wrapper .fields-wrapper form .form-fields .field_wrapper{
    display: flex;
    flex-direction: column;

    height: 58px;
    box-sizing: border-box;
    justify-content: space-between;
}
#header-dropdown-panel-wrapper .fields-wrapper form .form-fields .field_wrapper input[type="text"],
#header-dropdown-panel-wrapper .fields-wrapper form .form-fields .field_wrapper input[type="password"]{
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;

    border-bottom: 1px solid #858585;
}
#header-dropdown-panel-wrapper .fields-wrapper form .form-fields .field_wrapper .form-field-name{
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;

}
#header-dropdown-panel-wrapper .fields-wrapper form .form-fields .field_wrapper .form-field-name>.required-field{
    font-family: "Manrope";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #EF4A85;

    position: relative;
    top: -3px;
    left: 2px;
}

#header-dropdown-panel-wrapper .fields-wrapper form .form-actions{
    display: flex;
    justify-content: space-between;

    margin-top: 29px;
}

#store_password{

}
#store_password input[type="checkbox"]{
    border-radius: 50%;
    position: relative;
    top: 2px;
    left: 0px;
}
#store_password label{
    font-family: Manrope;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    color: #858585;

    margin-left: 11px;
}
#forgot-password a{
    font-family: Manrope;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #80E0A7!important;
}
#forgot-password a:hover,
#forgot-password a:focus,
#forgot-password a:active{
    color: #80E0A7!important;
}

#header-dropdown-panel-wrapper .fields-wrapper form .form-actions.btns input[type="submit"]{
    width: 100px;
    height: 39px;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
    background-color: #80E0A7;

    border: 0;
    outline: none;


    font-family: Manrope;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
}
#header-dropdown-panel-wrapper .fields-wrapper form .form-actions.btns input[type="submit"]:hover{
    cursor: pointer;
}
#header-dropdown-panel-wrapper .fields-wrapper form .form-actions.btns a.register-btn{
    width: 147px;
    height: 39px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;

    background-color: #744A9E;

    font-family: Manrope;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: center;
}
#profile_fields--wrapper .data span{
    font-family: Manrope;
    font-weight: 500!important;
    font-size: 16px!important;
    line-height: 100%!important;
    letter-spacing: 0.29px!important;
    color: #858585!important;
}
#profile_fields--wrapper .widget .widget-item:hover .data span,
#profile_fields--wrapper .widget .widget-item:focus .data span,
#profile_fields--wrapper .widget .widget-item:active .data span{
    color: #222222!important;
}

.intec-content .intec-content-wrapper{
    margin-left: 10px;
    margin-right: 10px;
}
@media(min-width: 1520px){
    #navigation, #pagetitle{
        padding: 0;
    }
    /*.intec-template .intec-template-title{
        padding: 0;
    }*/
}
