.head {
    height: 180px;
    min-height: auto;
}
* {
    box-sizing: border-box;
}

.cart-list.custom_scroll_1 {
    max-height: 208px;
    scrollbar-color: auto;
    scrollbar-width: auto;
    overflow: auto;
    padding-right: 5px;
    width: calc(100% + 10px);
}

.custom_scroll_1::-webkit-scrollbar {
    width: 2px;
}
.custom_scroll_1::-webkit-scrollbar-track {
    background: #2D3035;        /* цвет дорожки */
}
.custom_scroll_1::-webkit-scrollbar-thumb {
    background-color: #377DFF;
    border-radius: 20px;
}

img.lock-svg {
    width: 17px;
    margin-right: 4px;
    transform: translateY(2px);
}

.group-b {
    display: flex;
    align-items: flex-start;
    gap: 1px;
    flex-direction: column;
}

h1.shop-h1 {
    color: #FFF;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 106%;
}

img.slide-image {
    width: 148px!important;
    height: 99px!important;
    object-fit: fill;
}

p.shop-p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 158%;
    opacity: 0.64;
}

p.info-payment-secure {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;
    line-height: 16px;
}

.modal-form.auth-shop {
    background-image: url(/img/shop/auth/background-1.png);
    background-repeat: no-repeat;
    width: 830px;
    border-radius: 8px;
    height: 578px;
    position: relative;
}

img.absolute-background {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
}

img.close-form {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
    transition: 0.3s;
}

p.top-section-text-main {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.section-main-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

p.text-info {
    color: rgba(255, 255, 255, 0.57);
    text-align: center;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.2px;
    max-width: 420px;
}

section.section-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.modal-form-auth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 80px);
    align-items: center;
    margin: 40px;
}

button.custom-button-5 {
    border-radius: 13px;
    width: 315.354px;
    height: 73.101px;
    border: none;
    outline: solid 7px #6c77ff00;
    background: linear-gradient(90deg, #6e79ff, #454CA4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}

img.close-form:hover {
    filter: brightness(3.5);
}

.bottom-info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

p.text-auth {
    color: #FFF;

    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.head {
    overflow: unset;
}

img.header-thor {
    display: none;
}

p.text-info-b {
    color: #C2C2C2;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.2px;
}

ch {
    color: #5662F6;
}

ch {
    color: #5662F6;
}

.custom-button-5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6e79ff;
    background-image: url(/img/shop/main/load.svg);
    background-position: center;
    background-size: 61%;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.custom-button-5.load:after {
    opacity: 1;
}

.custom-button-5.load {
    pointer-events: none;
}

cw {
    color: white;
}

button.custom-button-5:hover {
    outline: solid 7px #6c77ff6b;
}

p.title-category {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

p.category-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.15px;
}



h4.h4-slide-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px; /* 178.571% */
    text-transform: uppercase;
}

p.title-product {
    color: #FFF;
    font-weight: 700;
    opacity: 0.7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding-right: 18px;
}

button.custom-button-2.disable {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

p.cost-main {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 18px;
}

p.cost-old {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-decoration: line-through;
    opacity: 0.52;
}

.cost-project {
    display: flex;
    align-items: center;
    gap: 10px;
}

img.cart-ico-a {
    width: 44.695px;
    height: 42.755px;
}

.cart-object {
    display: flex;
    width: 100%;
    height: 63.168px;
    border-radius: 6px;
    background: #181B21;
    align-items: center;
    gap: 18px;
    padding: 0px 18px;
    box-sizing: border-box;
    border: solid 1px #1D2025;
    position: relative;
    transition: 0.3s;
    overflow: hidden;

    &:hover > .close-ico{
        transform: scale(1);
        pointer-events: all;
    }

    &:hover{
        border-color:rgba(167, 168, 170, 0.10);
    }
}

.close-ico {
    position: absolute;
    right: 12px;
    transform: scale(0);
    pointer-events: none;
    transition: 0.3s;
    cursor: pointer;

    &.load {
        transition: 0s;
        width: 76px;
        height: 78px;
        transform: scale(1) translateX(30px) !important;
    }

    &:hover {
        filter: drop-shadow(2px 4px 6px #393939);
    }

    &:active {
        transform: scale(1.02)!important;
    }
}

p.info-text-a {
    color: #EF3C5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
}

.top-info-buy:after {
    background: #1d2025;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-image: url(/img/shop/main/load-ico.svg?v2);
    background-position: center;
    background-size: 16%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.2s;
}


.top-info-buy.load:after{
    opacity: 1;
}

p.title-donate {
    color: #FFF;
    font-weight: 700;
    opacity: 0.7;
    font-size: 21px;
}

p.cost-info-a {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

p.text-info-main {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
}

p.cost-old-price {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 0px;
    opacity: 0.52;
    text-decoration: line-through;
    margin-top: 9px;
    text-align: right;
}

.custom-button-3 {
    border-radius: 6px;
    background: #377DFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    color: #FAFCFD;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    display: flex;
    transition: 0.3s;
    align-items: center;
    justify-content: center;

    &:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #377DFF;
        background-image: url(/img/shop/main/load.svg);
        background-position: center;
        background-size: 61%;
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
    }

    &:not(.load).disable {
        pointer-events: none;
        cursor: default;
        opacity: 0.5;
    }

    &.load:after{
        opacity: 1;
    }

    & > .numeric-content-button-3 {
        opacity: 0;
        pointer-events: none;
        transform: translateY(15px);
    }

    &:hover > .main-content-button-3, &.active > .main-content-button-3 {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-15px);
    }

    &:hover > .numeric-content-button-3, &.active > .numeric-content-button-3 {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0px);
    }

    &.width65{
        width: 65%;
    }
}

p.count-text {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.numeric-content-button-3 {
    display: flex;
    width: 100%;
    gap: 5px;
    padding: 13px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: 0.3s;
}

.custom-button-4 {
    border-radius: 8px;
    width: 32.111px;
    height: 32.468px;
    display: flex;
    align-items: center;
    background: rgba(112, 162, 255, 0.30);
    justify-content: center;
    transition: 0.3s;

    &:hover{
        background: #5792FF;
    }
}

button.custom-button-2 {
    border-radius: 6px;
    background: #377DFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    width: 100%;
    height: 48px;
    outline: none;
    border: none;
    color: #FAFCFD;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    padding: 0px 13px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: relative;

    &:active {
        transform: scale(1.02);
    }

    &:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #377DFF;
        background-image: url(/img/shop/main/load.svg);
        background-position: center;
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
        left: 0;
    }

    &.load:after {
        opacity: 1;
    }
}

p.left-info-buy {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

ul.disable-ul {
    border-radius: 8px;
    padding: 15px 8px;
    background: linear-gradient(90deg, #73737336 0%, rgba(217, 217, 217, 0.00) 100%);
    display: grid;
    gap: 9px;
}

.info-block-list {
    display: grid;
    gap: 15px;
}

.top-info {
    display: grid;
    gap: 17px;
}

p.right-info-buy {
    color: #FFF;
    font-size: 18.7px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top-info-buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

p.curse-select {
    color: #FAFCFD;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.select-section-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #22262D;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    height: 48px;
    gap: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.button-shop-1 {
    border-radius: 6px;
    background: #E2AE02;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    outline: none;
    border: none;
    cursor: pointer;
    height: 48px;
    width: 100%;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FAFCFD;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    position: relative;
    gap: 5px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    &.purple {
        background: #7A00D8;
    }

    &:active {
        transform: scale(1.02);
    }

    &.purple:after {
         content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #7A00D8;
        background-image: url(/img/shop/main/load.svg);
        background-position: center;
        background-size: 61%;
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
    }

    &:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: #e2ae02;
        background-image: url(/img/shop/main/load.svg);
        background-position: center;
        background-size: 61%;
        opacity: 0;
        transition: 0.3s;
        pointer-events: none;
    }

    &.load:after {
        opacity: 1;
    }

    &.load {
        pointer-events: none;
    }

    &.disable {
        pointer-events: none;
        opacity: 0.7;
    }

}

img.ico-star {
    margin-top: -4px;
}

.right-cart-object {
    display: grid;
    gap: 2px;
}

.cart-list {
    display: grid;
    gap: 9px;
}

.block-left-shop {display: grid;gap: 31px;}

.shop-main {
    display: flex;
    margin-top: 40px;
    gap: 30px;
    align-items: flex-start;
}

.right-shop {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    width: 100%;
    align-items: start;
}

.top-info-shop {
    background-image: url(/img/shop/main/background-top.png);
    height: 276px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 60px;
}

.shop {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

section.section-info-shop {
    max-width: 390.506px;
    display: grid;
    gap: 15px;
}

.object-donate {
    height: auto;
    border-radius: 6px;
    background: #1D2025;
    position: relative;
    animation: slideFadeIn 0.3s ease-out forwards;

    &:hover > .top-object-donate > .background-product {
        opacity: 1;
    }

    &:hover > .top-object-donate > .learn-more-object {
        opacity: 0.8;
        transform: translateY(0px);
        pointer-events: all;
    }
}

.discount-block {
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    background-image: url(/img/shop/main/discount.svg);
    position: absolute;
    padding: 9px 12px;
    display: flex;
    font-weight: 800;
    min-width: 110px;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: -14px;
    z-index: 2;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    animation: slideFadeIn 0.4s ease-out forwards;
}

img.background-product {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
}

img.image-donate-1 {
    pointer-events: none;
    z-index: 1;
    object-fit: contain;
    width: 70%;
    height: 70%;
}

img.ico-cart {
    width: 25px!important;
    height: 25px!important;
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.top-object-donate {
    width: 100%;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.description-product {
    display: none;
}

img.background-product-main {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: 0.3s;
    pointer-events: none;
    opacity: 1;
}

.learn-more-object {
    width: 80%;
    display: flex;
    position: absolute;
    bottom: 23px;
    left: 23px;
    z-index: 2;
    cursor: pointer;
    gap: 7px;
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
    transition: 0.4s;

    &:hover {
        opacity: 1!important;
    }

    &:hover > img {
        transform: translateX(5px);
    }

}

img.arrow-right-shop {
    transition: 0.3s;
}

p.learn-more {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}



p.text-button-3 {
    color: #FAFCFD;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.bottom-object-donate {
    padding: 30px;
}

.group-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.main-content-button-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transition: 0.3s;
    transform: translateY(0px);
}

.top-block-info {
    border-radius: 8px;
    background: linear-gradient(90deg, #17c25c2b 0%, rgba(217, 217, 217, 0.00) 100%);
    padding: 15px 8px;
}

ul.confirm-ul {
    display: grid;
    gap: 9px;
}

li.confirm-li {
    display: flex;
    gap: 9px;
}

.left-shop {
    width: 271px;
    border-radius: 12px;
    background: #1D2025;
    padding: 36px 26px;
    display: grid;
    gap: 32px;
}

.object-slider-main {
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-object-slider {
    max-width: 90%;
}

.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    gap: 6px;
}

button.owl-dot {
    border-radius: 1px;
    opacity: 0.3;
    background: #FFF;
    width: 16px;
    height: 3px;
    transition: 0.3s;
    outline: none;
    border: none;
}

button.owl-dot.active {
    width: 24px;
    opacity: 1;
}

.slider {
    position: relative;
}

.content-slide {
    gap: 14px;
    display: grid;
    justify-items: center;
}

.object-slide {
    width: 223px;
    height: 265.537px;
    border-radius: 6px;
    background: linear-gradient(180deg, #F8DE00 0%, #C77500 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-info {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

li.li-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 51px;
    position: relative;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 12px;
    box-sizing: border-box;
    transition: 0.3s;

    &.active, &:hover{
        padding-left: 12px;
    }
    
    &.active:after, &:hover:after {
        background: #181B21;
        width: 100%;
    }

    &.active:before, &:hover:before {
        height: 39px;
    }

    &:before {
        background: #377DFF;
        box-shadow: 0px -3px 74.4px 3px #377DFF;
        position: absolute;
        content: "";
        width: 2px;
        height: 0px;
        z-index: 1;
        left: 0px;
        transition: 0.2s;
    }

    &:after {
        content: "";
        position: absolute;
        z-index: 0;
        width: 0%;
        height: 100%;
        left: 0;
        transition: 0.4s;
        top: 0;
        border-radius: 6px;
    }
        
}

.object-section-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2a2f39;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04);
    height: 48px;
    gap: 1px;
    cursor: pointer;
    transition: 0.3s;
    color: #FAFCFD;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list-section-1 {
    display: none;
}

.custom-section-1 {
    min-width: 87px;
}

.bottom-info-buy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.info-buy {
    display: grid;
    gap: 17px;
}

li.confirm-li {
    display: flex;
    align-items: center;
}

li.disable-li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.right-info {
    position: relative;
    z-index: 1;
}


ul.ul-categorys {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
@media (max-width: 1360px) {
    .top-header {
        width: calc(100% + 30px);
        border-radius: 0px;
        margin-left: -15px;
        padding-left: 25px;
    }
    .logotype-link {
        margin-left: 0px;
    }
}
@media (max-width: 1230px) {
    .right-shop {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1230px) {
    .right-shop {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 950px) {
    .shop-main {
        display: flex;
        flex-direction: column;
    }
    
    .left-shop {
        width: 100%;
    }
    .block-left-shop.slider-a {
        display: none;
    }
    .cart-list.custom_scroll_1 {
        grid-template-columns: repeat(2, 1fr);
    }
    .top-info-shop {
        display: none;
    }
    .shop {
        margin-top: 0px;
    }
    .info-buy {
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
        left: 0;
        padding: 15px;
        background: #1d2025;
    }
    .learn-more-object {
        opacity: 1;
        transform: translateY(0px);
    }
}


@media (max-width: 680px) {
    .right-shop {
        grid-template-columns: repeat(1, 1fr);
    } 
}

@media (max-width: 460px) {
    .cart-list.custom_scroll_1 {
        grid-template-columns: repeat(1, 1fr);
    }
}