.burger__content{
    /* display: none; */
    /* transform: translateY(-830px); */
    transform: translateY(-900px);
    display: flex;
}
.filter__content{
    transform: translateY(-1000px);
    display: none;
}

header {
    padding-top: 47px;
    padding-bottom: 29px;
    box-shadow: 0px 10px 30px 0px rgba(141, 114, 32, 0.05);
}
.header__top {
    display: flex;
    margin-bottom: 50px;
}
.header__top-logo {
    margin-right: 27px;
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
}
.header__top-logo svg{
    margin: auto 0;
}
.header__top-logo p {
    color:  #C92071;
    font-size: 36.395px;
    font-weight: 600;
}
.header__top-search--mini{
    display: none;
}
.header__top-search--mini--open{
    display: block !important;
}
.header__top-search {
    max-width: 559px;
    width: 100%;
    min-height: 60px;
    height: 100%;
    padding: 16px 18px 16px 24px;
    position: relative;
    color:  #666;
    background: var(--light-gray-3, #F5F5F5);
    border-radius: 8px;
    margin-right: 48px;
}
.header__top-search::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background-image: url('../images/icons/search.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
  
}
.header__top-search-input{
    background-color: transparent;
    border: none;
    outline: none;
    max-width: 100%;
    width: 100%;
}
.header__top-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.75px;
    padding-right: 30px;
    text-decoration: underline;
    text-align: center;
    margin: auto 0;
    cursor: pointer;
}
.header__top-btn {
    font-size: 14px;
    font-weight: 700;
    max-width: 114px;
    width: 100%;
    height: 40px;
    line-height: 22px; 
    text-align: center;
    letter-spacing: 0.75px;
    background-color: #EE4266;
    border: none;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 70px auto 0;
    color: white;
    cursor: pointer;
}
.header__top-basket {
    position: relative;
    margin: auto 0;
    cursor: pointer;
}

.header__top-basket span{
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #EE4266;
    top: -5px;
    right: -9px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.header__top-basket-img {
    display: block;
    max-width: 100%;
}
.footer__content-title{
    display: flex;
    gap: 8px;
    margin-bottom: 35px;
}
.footer__content-title svg{
    margin: auto 0;
}
.footer__content-title p {
    color:  #FFF;
    font-size: 36.395px;
    font-weight: 600;
}

/* .footer__content-title{
    color:  #C92071;
    font-size: 36.395px;
    font-weight: 600;
    position: relative;
    padding-left: 41px;
}
.footer__content-title::before{
    position: absolute;
    content: "";
    width: 33px;
    height: 33px;
    left: 0;
    background-image: url('../images/icons/logo-ico.png');
} */
/* .header__menu {
} */
.header__menu-list {
    display: flex;
    gap: 32px;
    padding: 0;
}
.header__menu-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: 0.75px;
}
/* .header__menu-item:hover {
    color:  #C92071;
    border-bottom: 2px solid #C92071;
    border-right: 2px;
} */
.header__menu-item--active{
    font-weight: 700;
    line-height: 24px; 
    color:  #C92071;
    border-bottom: 2px solid #C92071;
    border-right: 2px;
}

.top{
    padding: 124px 0 53px;
    position: relative;
    background:#F5F5F5;
    margin-bottom: 38px;
}
.top::after{
    position: absolute;
    content: "";
    width: 140px;
    height: 140px;
    /* right: -70px; */
    right: 37px;
    top: 78px;
    background-image: url('../images/decor/top.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.top__inner {
   position: relative;
}
.top__item{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.top__inner::after {
    display: flex;
    position: relative;
 }
.top__content {
    display: flex;
    flex-direction: column;
    max-width: 510px;
    width: 100%;
}
.top__content-subtitle {
    color: var(--warning, #F6AA1C);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
}
.top__content-title {
    color: var(--dark-gray, #1F1F1F);
    font-size: 64px;
    font-weight: 800;
    line-height: 66px; 
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.top__content-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 34px; 
    letter-spacing: 0.75px;
    margin-bottom: 40px;
}
.top__content-btn {
    display: flex;
    max-width: 220px;
    width: 100%;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: var(--primary, #C92071);
    border: none;
    color: white;
    cursor: pointer;
}
.top__img{
    display: inline-block;
    margin: 0 auto;
    z-index: 999 !important;
    position: relative;
}
.top__img img{
    transform: rotate(-19.343deg);
    z-index: 999 !important;
    position: relative;
}
.slick-initialized .slick-slide {
    display: flex;
}
.top .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute; */
    /* bottom: 53px;
    left: 0;
    right: 0; */
    gap: 5px;
}
.top .slick-dots button{
    border-radius: 50%;
    border: none;
    width: 12px;
    height: 12px;
    background-color: #CCCCCC;
    padding: 0;
    font-size: 0;
    cursor: pointer;
}
.top .slick-dots li.slick-active button{
    background-color: #C92071;
}

.action{
    margin-bottom: 100px;
}
.action__title{
    margin-bottom: 20px;
    color: var(--dark-gray-2, #474747);
    font-size: 24px;
    font-weight: 700;
    line-height: 38px; 
    letter-spacing: 0.75px;
}
.action__inner {
    display: flex;
    justify-content:space-between;
    gap: 12px;
}
.action__item {
    max-width: 405px;
    width: 100%;
    min-height: 251px;
    height: 100%;
    background-color: #D8E3F2;
    position: relative;
    cursor: pointer;
}

.action__item-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 405px !important;
    width: 100%;
    min-height: 251px !important;
    height: 100%;
}
.action__item-content {
    padding: 34px 0 35px 30px;
    z-index: 2 !important;

}
.action__item-discount, .product__item-discount {
    margin-bottom: 10px;
    padding: 5px 15px;
    max-width: 100px;
    max-height: 32px;
    height: 100%;
    width: 100%;
    border-radius: 29px;
    background-color: #E7FF86;
    color: var(--dark-gray-2, #474747);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.75px;
}
.action__item-name {
    color: var(--dark-gray, #1F1F1F);
font-size: 32px;
font-weight: 700;
line-height: 36px; 
letter-spacing: 1px;
margin-bottom: 34px;
}
.action__item-btn {
    /* max-width: 153px;
    width: 100%;
    min-height: 48px;
    height: 100%; */
    /* display: flex;
    justify-content: center;
    align-items: center; */
    padding: 14px 40px;
    border-radius: 8px;
    background-color: white;
    color: var(--primary, #C92071);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.75px;
    z-index: 2 !important;
}
.action__item-images-1{
    /* display: flex;
    justify-content: end;
    margin-top: auto; */
    position: absolute;
    background-image: url('../images/action-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 230.679px;
    width: 100%;
    height: 232px;
    bottom: 0;
    right: 0;
z-index: 1 !important;
}
.action__item-images-2{
    position: absolute;
    background-image: url('../images/action-2.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 230.679px;
    width: 100%;
    height: 240px;
    bottom: 0;
    right: 0;
}
.action__item-images-3{
    position: absolute;
    background-image: url('../images/action-3.png');
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 230.679px;
    width: 100%;
    height: 257px;
    bottom: 0;
    right: 0;
}
/* .action__item-images img {
    max-width: 355.679px;
    width: 100%;
    height: 236px;
    margin-top: auto;
} */

.categories{
    margin-bottom: 123px;
}
.categories__title {
    color: var(--dark-gray-2, #474747);
font-size: 24px;
font-weight: 700;
line-height: 38px; 
letter-spacing: 0.75px;
text-align: center;
margin-bottom: 20px;
}
.categories__inner {
    display: flex;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}
.categories__item {
    display: flex;
    flex-direction: column;
}
.categories__item-img {
    padding: 20px;
    border-radius: 150px;
    background-color: white;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-bottom: 12px;
}
.categories__item-img svg:hover path {
    color: #C92071;
 
}
.categories__item-img svg:hover path {
        fill: #C92071;
}
.categories__item-name {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px; 
    letter-spacing: 0.75px;
    text-align: center;
}
.product{
    margin-bottom: 120px;
}

.product-list{
    margin-bottom: 120px;
    margin-top: 40px;
}
.product__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.product__top-title {
    color: var(--dark-gray-2, #474747);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.75px;
}
.product__top-link {
    padding-right: 34px;
    position: relative;
    color: var(--primary, #C92071);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.75px;
    cursor: pointer;
}
.product__top-link::after {
position: absolute;
content: "";
width: 24px;
height: 24px;
right: 0;
top: 50%;
transform: translateY(-50%);
background-image: url('../images/icons/arr-pink.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.product__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 40px 24px;
}
.product__item {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.product__item-top {
    padding: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 6px 16px 30px 0px rgba(105, 98, 98, 0.05);
    width: 292px;
height: 321px;
}
.product__item-image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto 0;
}
.product__item-content {
    display: flex;
    flex-direction: column;
}
.product__item-name {
    color: var(--light-gray, #8F8F8F);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px; 
    letter-spacing: 0.75px;
}
.product__item-model {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px; 
    letter-spacing: 0.75px;
}
.product__item-price {
    color: var(--dark-gray, #1F1F1F);
font-size: 24px;
font-weight: 700;
line-height: 38px; 
letter-spacing: 0.75px;
}
.product__item-price span {
    color: var(--light-gray, #8F8F8F);
    font-weight: 400;
text-decoration: line-through;
margin-right: 8px;
}

.about-product{
    padding-top: 88px;
    margin-bottom: 108px;
}
.about-product__inner {
    display: flex;
    gap: 67px;
}
.about-product__image {
    position: relative;
    z-index: 2;
    /* width: 573px; */
height: 330px;
}
.about-product__image::before {
    position: absolute;
    content: "";
    width: 573px;
    height: 358px;
    z-index: 1;
    background-image: url('../images/decor/about-product-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    top: -40px;
}
.about-product__content {
    display: flex;
    flex-direction: column;
}
.about-product__subtitle {
    color: var(--primary, #C92071);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0.75px;
    margin-bottom: 17px;
}
.about-product__title {
    color: var(--dark-gray-2, #474747);
    font-size: 48px;
    font-weight: 700;
    line-height: 50px; 
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.about-product__text {
    color: var(--dark-gray-2, #474747);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.75px;
    margin-bottom: 30px;
}
.about-product__btn {
    max-width: 200px;
    min-height: 40px;
    font-weight: 700;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #C92071;
    border: none;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.footer{
    background-color:  #1F1F1F;
}
.footer__content {
    padding-top: 72px;
    display: flex;
    padding-bottom: 34px;
}
.footer__content-item {
    display: flex;
    flex-direction: column;
}
.footer__content-item--1{
    margin-right: 205px;
}
.footer__content-item--2{
    max-width: 135px;
    width: 100%;
margin-right: 102px;
}
.footer__content-item--3{
margin-right: 168px;
}
.footer__content-logo{
    margin-bottom: 35px;
}
.footer__content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: white;
    margin-bottom: 40px;
}
.footer__content-socials {
    display: flex;
    gap: 30px;
}
.footer__content-socials svg a{
    cursor: pointer;
}
.footer__content-menu-item {
    display: flex;
    flex-direction: column;
}
.footer__content-menu-title {
    color:#FFF;
font-size: 18px;
font-weight: 600;
margin-bottom: 28px;
}
.footer__content-menu-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.footer__content-menu-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: white;
    margin-bottom: 14px;
}
.footer__content-menu-phone {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: white;
}
.footer__copy {
    /* border-top: 1px solid white;
    opacity: 0.3; */
    border-top: 1px solid rgba(255, 255, 255,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
}


.product-list__top-form{
    display: inline-block;
}
.product-list__top-form-select{
    background-color: transparent;
    color:  #474747;
font-size: 16px;
font-weight: 700;
line-height: 28px; 
letter-spacing: 0.75px;
cursor: pointer;
padding: 16px 66px 16px 15px;
appearance: none;
max-width: 332px;
width: 100%;
}
.select-wrapper{
    position: relative;
}
.select-wrapper::after{
    position: absolute;
    content: "";
    width: 11px;
    height: 6px; 
    pointer-events: none;
    background-image: url('../images/icons/arr-select.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.product-list__filter{
    display: none;
    cursor: pointer;
}

.product-list__top-form-select--span{
    font-weight: 400;
    color: red !important;
}
.product-list__aside-name{
    color: #474747;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
    width: 100%;
}
.product-list__aside-form-label{
    cursor: pointer;
}
.product-list {
    margin-bottom: 140px;
}
.product-list__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}
.product-list__top-title {
    color:  #474747;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.75px;
    margin: auto 0;
}
.product-list__top-title span{
    font-weight: 400;
}
.product-list__wrapper{
display: flex;
gap: 28px;
}
.product-list__aside{
    display: inline-flex;
    padding: 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    max-width: 308px;
    width: 100%;
    height: 720px;
    height: 100%;
}
.product-list__aside-form-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-list__aside-title{
    color:  #474747;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; 
letter-spacing: 0.75px;
}
.product-list__aside-form-label {
    color:  #474747;
font-size: 14px;
font-weight: 500;
line-height: 22px; 
letter-spacing: 0.25px;
}

.product-list__content{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-gap: 18px 14px;
}
.product__item-img{
    max-width: 262px;
    width: 100%;
max-height: 240px;
height: 100%;
}

.product-item{
    margin-bottom: 80px;
}
.product-item__inner {
    display: flex;
    gap: 40px;
}
.product-item__slide {
}
.product-slide {
    max-width: 700.731px;
    width: 100%;
    min-height: 571px;
}
.product-slide__big {
    max-width: 700.731px;
    width: 100%;
    height: 571px;
}
.product-slide__big-item {
   padding: 162px 101px;
   /* background-color: #E2E3FF; */
   border-radius: 4px;
}
.product-slide__big-item img{
        max-width: 498.423px;
        width: 100%;
        height: 248px
}

.slick-slider .product-slide__thumb {
    width: 117.811px;
    height: 96px;

}
.product-slide__thumb-item {
    padding: 27px 17px;
    /* background-color: red; */
    margin-top: 20px;
    max-width: 117.811px;
    width: 100%;
    height: 96px;
    cursor: pointer;
    border-radius: 4px
    ;

    margin-right: 23px;
}
.product-slide__thumb-item img{
    object-fit: cover;
    width: 83.798px;
    height: 41.695px;
}
.product-item__content {
}
.product-item__content-title {
    color: #1F1F1F;
    font-size: 32px;
    font-weight: 700;
    line-height: 36px; 
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.product-item__content-article {
    color:  #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px; 
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.product-item__content-box-rating {
    display: flex;
    margin-bottom: 20px;
}
.product-item__content-stars {
    display: flex;
    gap: 4.84px;
}

.product-item__content-rating {
    padding: 5px 10px;
    border-radius: 4px;
    background-color:  #F6AA1C;
    display: flex;
    gap: 3.55px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    margin-right: 10px;
}
.product-item__content-rating-num {
    color:  #8F8F8F;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px; 
    letter-spacing: 0.25px;
    margin: auto 0;
}
.product-item__content-box-price {
    display: flex;
    flex-direction: row;
    color:  #474747;
    margin: auto 0;
    margin-bottom: 16px;
}
.product-item__content-price {
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 36px; 
letter-spacing: 1px;
}
.price-span__left {
    font-size: 16px;
font-weight: 400;
line-height: 36px; 
letter-spacing: 0.75px;
}
.price-span__right {
    color:  #CCC;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.75px;
    text-decoration-line: line-through;
    padding-left: 10px;
}
.product-item__content-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}
.product-item__content-item p{
    color:  #474747;
    font-size: 18px;
    font-weight: 500;
}
.product-item__content-item .product-item__content-subtitle{
    margin-bottom: 5px;
}
.product-item__content-form {
    display: flex;
    flex-direction: column;
}
.filter-sizes{
    margin-bottom: 10px;
}
.filter-color{
    margin-bottom: 18px;
}
.product-item__content-subtitle {
    color:  #8F8F8F;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.product-item__content-item-colors, .product-item__content-item-sizes {
    display: flex;
    gap: 10px;
}
.product-item__content-btn {
    max-width: 220px;
    width: 100%;
    min-height: 48px;
    /* height: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border-radius: 8px;
    background-color: #FFB31F;
    border: none;
    cursor: pointer;
}
.product-item__check-box{
    display: inline-flex;
    justify-content: center;
    color:  #474747;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    background-color: transparent;
    width: 48px;
    height: 48px;
    vertical-align: sub;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #666666;
}
.product-item__radio{
    display: inline-flex;
    justify-content: center;
    color:  #474747;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    background-color: transparent;
    width: 48px;
    height: 48px;
    vertical-align: sub;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid #666666;
    border-radius: 50%;
    border: none;

    position: relative;
}
.product-item__radio--1{
    background-color: #6FEEFF;
}
.product-item__radio--2{
    background-color: #FF6969;
}
.product-item__radio--3{
    background-color: #5E5E5E;
}
.product-item__radio--4{
    background-color: #6D70B7;
}
.radio:checked + .product-item__radio{
    border: 5px solid #C92071 !important;
}
.star{
    display: block;
    margin-right: 10px !important;
    display: flex;
    align-items: center;
}
.footer-flex{
    display: flex;
}

.filter__content-top{
    display: flex;
    justify-content: space-between;
}

.filter__content .product-list__aside{
    width: 100%;
    max-width: 100%;
}

.off{
    opacity: .4;
    background: #1F1F1F;
}
.hidden{
    cursor: none ;
    visibility: hidden;
}
