.welcome__inner {
    padding-bottom: 80px;
}

.main__back-img {
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

h2 {
    font-size: 32px;
}

.hoodie__linkes-abs {
    position: fixed;
    right: 40px;
    bottom: 10px;
    display: flex;
    align-items: start;
    gap: 20px;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    transition: 0.3s all ease;
}

.hoodie__linkes-abs.active {
    opacity: 1;
    pointer-events: all;
}

.hoodie__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #c1f83c;
}

.hoodie__link div {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.hoodie__link h2 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.hoodie__link money {
    font-size: 11px;
}
.hoodie__link money f {
    text-decoration: line-through;
}

.welcome__img {
    transform: translate(-50%, 0%);
    margin-bottom: -150px;
    margin-left: 20px;
    width: 272px;
}

.welcome__inner-article {
    left: 100px;
    top: 100px;
}

.welcome__btn {
    z-index: 3;
    max-width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 0px;
    bottom: 40px;
}

.welcome__btn-pulse {
    background: #161616;
    animation: pulse 1.5s infinite;
    position: absolute;
    width: 155px;
    height: 155px;
    border-radius: 50%;
    margin-left: 2px;
    margin-bottom: 2px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

.welcome__link {
    background: #161616;
    min-width: 130px;
    max-width: 130px;
    min-height: 130px;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hoodie {
    background: #f2f2f2;
    color: #000000;
}

.hoodie__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.hoodie__descr-title {
    font-size: 42px;
    line-height: 51px;
}

.hoodie__descr-text {
    font-size: 16px;
    font-weight: 400;
    max-width: 320px;
    margin: 60px 0 30px;
}

.hoodie__descr-link {
    text-decoration: underline;
    font-size: 14px;
    display: block;
    max-width: 213px;
}

.hoodie__inner-content {
    position: relative;
    display: flex;
    align-items: center;
    margin: 80px 0px 0px -63px;
}

.hoodie__content-img {
    transform: rotate(5deg);
    border-radius: 25px;
    width: 348px;
    height: 532px;
}

.hoodie__content-article {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.hoodie__article-text {
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    width: max-content;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 3px 8px;
}

.hoodie__subtitle {
    margin: 20px 0 150px;
    font-size: 35px;
    font-weight: 600;
    max-width: 258px;
}

.hoodie__container {
    max-width: 1200px;
    overflow: visible;
}

.hoodie__inner-item {
    display: flex;
    justify-content: space-between;
}

.hoodie__item-title {
    font-size: 26px;
    margin: 30px 0;
    font-weight: 600;
    max-width: 195px;
}

.hoodie__item-text {
    max-width: 365px;
    font-size: 16px;
    font-weight: 400;
}

.hoodie__item-content {
    display: flex;
    position: relative;
}

.hoodie__item-img--box {
    max-width: 290px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    max-height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
    transform: matrix(0.984808, -0.173648, 0.173648, 0.984808, 0, 0);
}

.hoodie__item-img--box:nth-of-type(2) {
    margin-left: -60px;
    margin-top: -90px;
    transform: matrix(0.984808, 0.173648, -0.173648, 0.984808, 0, 0);
}

.hoodie__item-img--box:nth-of-type(2) img {
    transform: rotate(-10deg);
}

.hoodie__box-img {
    width: calc(100% - 20px);
    transform: rotate(10deg);
}

.hoodie__item-like {
    position: absolute;
    width: 70px;
    left: -60px;
    top: 60px;
    z-index: 3;
}

.hoodie__item-link {
    position: absolute;
    right: -100px;
    bottom: 40px;
    border-radius: 30px;
    background-color: #c1f83c;
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 10px;
}

.hoodie__item-link--img {
    width: 17px;
    height: 20px;
}

.hoodie__inner-list:nth-of-type(1) .hoodie__inner-item:nth-of-type(2) {
    flex-direction: column;
    margin-top: 80px;
}

.hoodie__inner-list:nth-of-type(1)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
}

.hoodie__item-list {
    display: flex;
    gap: 10px;
    width: 100%;
    list-style-type: none;
    margin: 60px 0px 156px;
}

.hoodie__item-item {
    position: relative;
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 233px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
}

.hoodie__item-item img {
    height: 233px;
}

.hoodie__item-item img:nth-of-type(2) {
    position: absolute;
    top: -20px;
    left: 15px;
    max-width: 70px;
    height: unset;
}

.hoodie__inner-list:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
}

.hoodie__inner-list:nth-of-type(2) .hoodie__inner-item {
    flex-direction: column;
}

.hoodie__inner-list:nth-of-type(2)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    a {
    width: 100px;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    margin-left: -40px;
}
.hoodie__inner-list:nth-of-type(2)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    a {
    margin-bottom: 134px;

    margin-left: -38px;
}
.hoodie__inner-list:nth-of-type(2)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    a
    img {
    width: 100% !important;
}

.hoodie__inner-list:nth-of-type(2)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    img:first-of-type {
    width: 423px;
}

.hoodie__inner-list:nth-of-type(2) .hoodie__inner-item article {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hoodie__inner-list:nth-of-type(2)
    .hoodie__inner-item
    article
    .hoodie__item-title {
    min-width: 160px;
}

.hoodie__inner-list:nth-of-type(2) .hoodie__inner-item:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
}

.hoodie__inner-list:nth-of-type(2)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
}

.hoodie__inner-list:nth-of-type(2) .hoodie__item-content img:nth-of-type(2) {
    position: absolute;
    bottom: 140px;
    right: 105px;
    width: 100px;
}

.hoodie__inner-list:nth-of-type(3) {
    margin-top: 180px;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    img:first-of-type {
    border-radius: 50%;
    max-width: 300px;
    margin-right: 100px;
    background: #fff;
    padding: 30px;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    a {
    position: absolute;
    bottom: 100px;
    right: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:first-of-type
    .hoodie__item-content
    a
    img {
    padding: 0 !important;
    width: 200px !important;
    margin-right: 0px !important;
    border-radius: unset !important;
}

.hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(2) {
    margin: 120px 0;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-content
    img:nth-of-type(2) {
    width: 320px;
    height: 273px;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr
    h5 {
    max-width: 241px;
}
.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr
    p {
    max-width: 241px;
}

/* .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(3){
  display: block;
} */
.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:nth-of-type(3)
    .hoodie__item-content {
    display: block;
    position: relative;
}

.hoodie__inner-list:nth-of-type(3)
    .hoodie__inner-item:nth-of-type(3)
    .hoodie__item-content
    .hoodie__item-item--img {
    position: absolute;
    left: -20px;
    bottom: 50px;
    z-index: 3;
    max-width: 60px;
}

.hoodie__inner-list:nth-of-type(4) {
    margin: 150px 0 200px;
}
.hoodie__inner-list:nth-of-type(4)
    .hoodie__item-content
    .hoodie__item-img:first-of-type {
    width: 70px;
    height: 67px;
    position: absolute;
    top: -51px;
    left: 78px;
    z-index: 3;
}
.hoodie__inner-list:nth-of-type(4) .hoodie__item-content a {
    position: absolute;
    bottom: -7px;
    right: 208px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hoodie__inner-list:nth-of-type(4) .hoodie__item-content a img {
    width: 110px !important;
    height: 30px !important;
    position: unset !important;
}
.hoodie__inner-list:nth-of-type(4) .hoodie__item-content .hoodie__item-box {
    width: 305px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    height: 305px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
    transform: matrix(0.984808, -0.173648, 0.173648, 0.984808, 0, 0);
    margin-top: -50px;
    margin-right: -50px;
    margin-left: -50px;
}

.hoodie__inner-list:nth-of-type(4)
    .hoodie__item-content
    .hoodie__item-box:first-of-type {
    transform: matrix(0.984808, 0.173648, -0.173648, 0.984808, 0, 0);

    z-index: 2;
    margin-top: 0px;
    margin-left: 0px;
}

.hoodie__inner-list:nth-of-type(4)
    .hoodie__item-content
    .hoodie__item-box
    .hoodie__item-img:nth-of-type(1) {
    width: 220px;
    height: 220px;
    position: unset;
}
.hoodie__inner-list:nth-of-type(4)
    .hoodie__item-content
    .hoodie__item-box
    .hoodie__item-img:nth-of-type(2) {
    width: 311px;
    height: 311px;
    position: unset;
}

.hoodie__inner-list:nth-of-type(4) .hoodie__item-descr:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
    z-index: 3;
}

.hoodie__inner-list:nth-of-type(4) .hoodie__item-descr:last-of-type p {
    max-width: 380px;
}

.hoodie__inner-list:nth-of-type(5) .hoodie__inner-item .hoodie__item-descr {
    border-radius: 30px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
    position: relative;
}

.hoodie__inner-list:nth-of-type(5) .hoodie__inner-item .hoodie__item-descr h5 {
    font-size: 22px;
    margin-top: 30px;
}
.hoodie__inner-list:nth-of-type(5) .hoodie__inner-item .hoodie__item-descr h5,
.hoodie__inner-list:nth-of-type(5) .hoodie__inner-item .hoodie__item-descr p {
    max-width: unset;
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item
    .hoodie__item-descr:first-of-type {
    max-width: 358px;
}
.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item
    .hoodie__item-descr:last-of-type {
    /*margin-right: -100px;*/
    max-width: 594px;
}

.hoodie__inner-list:nth-of-type(5) .hoodie__item-link {
    position: unset;
    background: unset;
    text-decoration: underline;
    padding: 0;
    margin-top: 40px;
}

.hoodie__inner-list:nth-of-type(5) .hoodie__item-number {
    position: absolute;
    left: 30px;
    top: -20px;
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item
    .hoodie__item-descr:last-of-type
    .hoodie__item-img {
    z-index: 3;
    min-width: 190px;
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item
    .hoodie__item-descr:last-of-type
    a {
    position: absolute;
    bottom: -60px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hoodie__inner-list:nth-of-type(5) .hoodie__inner-item:nth-of-type(2) {
    margin: 150px 0 260px;
}

.swiper-hoodie {
    overflow: hidden;
    pointer-events: none;
    max-width: 419px;
    border-radius: 15px;
    max-height: 317px;
}

.swiper-hoodie-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr:first-of-type {
    display: flex;
    align-items: center;
    min-width: 776px;
    transform: rotate(357deg);
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr:last-of-type {
    background: unset;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: end;
    padding: 0;
    box-shadow: unset;
    max-width: 218px;
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr:last-of-type
    .hoodie__item-number {
    position: unset;
}

.hoodie__inner-list:nth-of-type(5)
    .hoodie__inner-item:nth-of-type(2)
    .hoodie__item-descr:first-of-type
    .hoodie__item-link {
    position: absolute;
    right: 40px;
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    width: 120px;
    background-color: #c1f83c;
    height: 120px;
    /* animation: pulse 1.5s infinite; */
    padding: 0 10px;
    text-align: center;
}

.hoodie__inner-list:nth-of-type(6) .hoodie__inner-item {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.hoodie__inner-list:nth-of-type(6) .hoodie__item-content {
    border-radius: 30px;
    width: 244px;
    height: 112px;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
    position: relative;
    display: flex;
    justify-content: center;
    align-self: flex-end;
    margin: 40px 55px 0px 0px;
    z-index: 3;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transform: rotate(357deg);
}

.hoodie__inner-list:nth-of-type(6) .hoodie__item-content span {
    font-size: 26px;
}

.hoodie__inner-list:nth-of-type(6) .hoodie__item-content p {
    font-size: 16px;
    text-align: center;
}

.hoodie__inner-list:nth-of-type(7) {
    margin-top: 70px;
}

.hoodie__inner-list:nth-of-type(7) .hoodie__inner-item {
    flex-direction: column;
    align-items: start;
}

.hoodie__inner-list:nth-of-type(7) .hoodie__inner-item .hoodie__item-title {
    text-transform: uppercase;
    max-width: 300px;
}

.swiper-star {
    max-width: 356px;
    max-height: 540px;
    overflow: hidden;
    border-radius: 15px;
    pointer-events: none;
}

.hoodie__inner-item--swipers {
    display: flex;
    gap: 10px;
}

.swiper-gallery {
    height: max-content;
}

.circle {
    background: #fff;
    min-width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 25px;
    border-radius: 50%;
    font-weight: 600;
}

.about__list {
    display: grid;
    grid-template-columns: repeat(3, 31.5%);
}

.about__item:nth-child(5) .about__item-text {
    min-width: 162px;
}

.about__content-img {
    width: 295px;
    transform: unset;
}

.about__descr {
    margin-left: 60px;
}
.about__inner {
    padding-top: 50px;
}

.conf {
    margin-top: 50px;
    padding-top: 100px;
}
.conf__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.conf__title {
    margin-top: 30px;
}
.conf-gallery {
    margin-top: 92px;
}
.catalog {
    padding-top: 134px;
    margin-bottom: 125px;
}
.gallery .container {
    padding: 0 19px;
}
.gallery {
    margin-top: 163px;
}
.faq__title {
    margin-bottom: 31px;
}
.accordion {
    margin-bottom: 31px;
}
.conf__list {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(4, 24.2%);
    gap: 10px;
}

.conf__item-img {
    width: 100%;
    border-radius: 5px;
    max-height: 370px;
    min-height: 370px;
}
.contact {
    padding-top: 127px;
}
.contact__title {
    margin-bottom: 39px;
}

.wa {
    margin-top: 60px;
}

.wa__title {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.wa__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.wa__article {
    display: flex;
    align-items: center;
    gap: 15px;
}

.marque {
    margin-top: 80px;
}

.marque__slider {
    width: 100%;

    white-space: nowrap;
}
.marque__slider-slide {
    display: inline-block;
    width: 350px;
    height: 405px;
    margin: 0px -10px;
}
.marque__slider-slide img {
    width: 100%;
    height: auto;
    display: block;
}
.hoodie__item-link._relative,
.mob-start,
.line-icon__item{
    display: none;
}


@media (max-width: 1600px) {
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(3) {
        margin-left: -60px;
    }
    .hoodie__subtitle {
        margin-bottom: 200px;
    }
    .hoodie__inner-list:nth-of-type(7) {
        margin-top: 13px;
    }
    .main__back-img {
        left: -100px;
    }
}

@media (max-width: 768px) {
    .hoodie__linkes-abs {
        flex-direction: row-reverse;
        width: calc(100% - 30px);
        left: 15px;
        right: unset;
        bottom: 20px;
        align-items: unset;
        gap: 15px;
    }
    .hoodie__linkes-abs a img {
        width: 58px;
        height: 58px;
    }
    .hoodie__link,
    .hoodie__link div {
        width: unset;
        height: unset;
        width: 100%;
        border-radius: unset;
        border: unset;
        border-radius: 10px;
    }

    .hoodie__link h2 {
        font-size: 14px;
    }
    .hoodie__link money,
    .hoodie__link h2 br {
        display: none;
    }
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(3) {
        margin-left: 0px;
    }
    .hoodie__inner {
        flex-direction: column;
    }
    .wa__title {
        max-width: 200px;
        text-align: center;
    }
    .wa__article {
        flex-direction: column;
    }
    .marque__slider-slide {
        width: 282px;
        height: 364px;
    }
    .marque__slider-slide img {
        height: 100%;
    }
    .gallery {
        margin-top: 100px;
    }
    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:first-of-type
        .hoodie__item-content
        a {
        position: unset !important;
        margin: -15px 0px 5px !important;
    }

    .hoodie__inner .hoodie__inner-descr {
        margin-top: 65px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .hoodie__inner .hoodie__inner-descr .hoodie__descr-link {
        display: none;
    }
    .hoodie__inner .hoodie__inner-content {
        margin: 0;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .hoodie__inner .hoodie__inner-content .hoodie__article-img {
        position: absolute;
        left: -40px;
        bottom: 100px;
        z-index: 3;
        min-width: 89px;
    }

    .hoodie__inner .hoodie__inner-content .hoodie__article-text {
        position: absolute;
        left: -80px;
        z-index: 3;
        max-width: 149px;
        text-align: center;
        top: 40px;
    }
    .hoodie__descr-link.mobile {
        max-width: unset;
        margin-top: 20px;
    }
    .main__back-img {
        display: none;

        left: -116px;
        top: 20px;
        width: 946px;
    }

    .hoodie__subtitle {
        width: 100%;
        max-width: 283px;
        margin: 40px auto 170px;

        text-align: center;
    }

    .hoodie__item-number {
        display: none;
    }
    .hoodie__inner-item {
        flex-direction: column;
        gap: 130px;
    }
    .hoodie__item-descr {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .hoodie__item-descr .hoodie__item-title {
        margin-left: auto;
        margin-right: auto;
    }
    .hoodie__item-descr .hoodie__item-text {
        max-width: 323px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .hoodie__inner-list:nth-of-type(2) .hoodie__inner-item article {
        flex-direction: column;
    }

    .hoodie__content-img {
        width: 253px;
        height: 328px;
        transform: rotate(357deg);
    }

    .hoodie__inner-list:nth-of-type(2) {
        margin: 24px 0px 0px;
        gap: 50px;
        flex-direction: column;
    }

    .hoodie__inner-list:nth-of-type(2)
        .hoodie__inner-item
        article
        .hoodie__item-title {
        max-width: unset;
        margin-bottom: 15px;
    }
    .hoodie__inner-list:nth-of-type(2) .hoodie__inner-item {
        gap: 0px;
    }

    .hoodie__inner-list:nth-of-type(2)
        .hoodie__item-content
        img:nth-of-type(1) {
        transform: rotate(-20deg);
        margin-left: -80px;
        margin-top: -50px;
        margin-bottom: 0px !important;
    }
    .hoodie__inner-list:nth-of-type(2)
        .hoodie__item-content
        img:nth-of-type(2) {
        bottom: 49px;
        right: 5px;
        width: 118px;
    }
    .hoodie__inner-list:nth-of-type(2)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr {
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .hoodie__inner-list:nth-of-type(2)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-content
        img:nth-of-type(1) {
        transform: rotate(-33deg);
        margin-left: 0px;
        margin-right: -100px;
        margin-top: -60px;
    }

    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:first-of-type
        .hoodie__item-content
        img:first-of-type {
        background: unset;
        margin-right: 0px;
        padding: 20px;
    }

    .hoodie__descr-title {
        font-size: 38px;
        line-height: 40px;
        max-width: 316px;
    }
    .welcome__inner-article {
        right: 10px;
        top: 110px;
        left: unset;
        transform: rotate(37deg);
    }

    .hoodie__descr-text {
        margin: 45px 0;
    }
    .hoodie__inner-list:nth-of-type(3) {
        margin-top: 40px;
    }
    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:first-of-type
        .hoodie__item-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .welcome__article-img {
        max-width: 86px;
    }
    .hoodie__item-img--box {
        min-width: 280px;
        max-width: 280px;
        max-height: 259px;
        margin-left: -20px;
    }
    .hoodie__item-img--box:nth-of-type(2) {
        min-width: 280px;
        max-width: 280px;
        max-height: 327px;
        margin-left: -60px;
    }
    .hoodie__item-like {
        width: 93px;
        left: 73px;
        top: -82px;
    }
    .hoodie__item-link {
        right: 20px;
        bottom: -9px;
        padding: 5px 15px;
    }

    .hoodie__item-link--img {
        width: 21px;
        height: 25px;
    }

    .welcome__img {
        width: 220px;
        margin-bottom: -82px;
    }
    .welcome__btn {
        margin-top: 90px;
        display: none;
    }
    .hoodie__inner-list:nth-of-type(1) .hoodie__inner-item:nth-of-type(2) {
        margin-top: 50px;
    }
    .hoodie__inner-list:nth-of-type(1)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr {
        align-items: center;
        align-self: center;
        justify-content: center;
    }

    .hoodie__item-list {
        display: none;
    }
    .hoodie__inner-list:nth-of-type(1) .hoodie__inner-item:nth-of-type(2) {
        gap: 70px;
        align-items: center;
    }

    .hoodie__inner-list:nth-of-type(1)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__box {
        background-color: #fcfcff;
        border-radius: 20px;
        box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
        width: 351px;
        height: 445px;
    }

    .hoodie__inner-list:nth-of-type(1)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__box
        .hoodie__item-item--img {
        width: 100%;
        object-fit: contain;
        height: 100%;
    }
    .hoodie__inner-list:nth-of-type(1)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__box
        img:last-of-type {
        position: absolute;
        right: -20px;
        top: 20px;
        max-width: 70px;
    }

    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:first-of-type {
        background: rgba(255, 255, 255, 0.5);
        box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        max-width: 345px;
        margin: 0 auto;
        border-radius: 20px;
        gap: 50px;
    }
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:first-of-type h5 {
        margin-top: 70px;
    }

    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:first-of-type
        .hoodie__item-content
        img:nth-of-type(2) {
        position: unset;
        width: 215px;
    }
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(2) {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-content
        img:first-of-type {
        display: none;
    }
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(2) {
        margin-bottom: 102px;
    }
    .hoodie__inner-list:nth-of-type(3)
        .hoodie__inner-item:nth-of-type(3)
        .hoodie__item-content
        .hoodie__item-item--img {
        left: 50%;
        transform: translate(-50%, 0%);
        bottom: -70px;
        max-width: 230px;
        min-width: 230px;
        display: none;
    }
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(3) h5 {
        max-width: unset;
    }
    .hoodie__inner-list:nth-of-type(3) .hoodie__inner-item:nth-of-type(3) {
        gap: 20px;
    }
    .swiper-hoodie {
        width: 339px;
        height: 211px;
        margin: 0 auto;
    }
    .hoodie-swiper-mobile {
        margin-top: 129px;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .hoodie-swiper-mobile__wrap{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }
    .hoodie-swiper-mobile p {
        font-size: 20px;
        max-width: 130px;
        margin: 0 auto;
    }
    .hoodie-swiper-mobile span {
        font-size: 40px;
        font-weight: 400;
    }
    .hoodie__inner-list:nth-of-type(4) {
        margin: 80px 0 154px;
    }
    .hoodie__inner-list:nth-of-type(4) h5 {
        max-width: unset;
    }
    .hoodie__inner-list:nth-of-type(4) .hoodie__inner-item {
        gap: 30px;
    }

    .hoodie__inner-list:nth-of-type(4) .hoodie__item-content {
        flex-direction: column;
    }
    .hoodie__inner-list:nth-of-type(4)
        .hoodie__item-content
        .hoodie__item-box:first-of-type {
        width: 390px;
        height: 390px;
    }
    .hoodie__inner-list:nth-of-type(4)
        .hoodie__item-content
        .hoodie__item-box
        .hoodie__item-img:nth-of-type(1) {
        width: 291px;
        height: 291px;
    }
    .hoodie__inner-list:nth-of-type(4) .hoodie__item-content a {
        margin-right: -40px;
    }

    .hoodie__inner-list:nth-of-type(4)
        .hoodie__item-content
        .hoodie__item-img:first-of-type {
        width: 82px;
        height: 79px;
        top: -40px;
        left: -10px;
    }
    .hoodie__inner-list:nth-of-type(4)
        .hoodie__item-content
        .hoodie__item-box:last-of-type {
        display: none;
    }
    .hoodie__inner-list:nth-of-type(4)
        .hoodie__item-content
        .hoodie__item-img:nth-of-type(2) {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -22px;
        width: 158px;
        height: 38px;
    }
    .hoodie__inner-list:nth-of-type(4)
        .hoodie__item-content
        .hoodie__item-box.mobile {
        display: flex !important;
        transform: rotate(350deg);
        margin-top: 40px;
        margin-right: 0px;
    }
    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item
        .hoodie__item-descr:first-of-type {
        display: none;
    }
    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(1)
        .hoodie__item-descr:last-of-type
        p {
        display: none;
    }

    .hoodie__inner-item--swipers .swiper-star:not(:first-of-type) {
        display: none;
    }

    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr:first-of-type {
        min-width: unset;
        flex-direction: column;
        transform: unset;
        margin: 0 auto;
        gap: 80px;
    }

    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr:first-of-type
        .hoodie__item-img {
        width: 120%;
    }

    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr:first-of-type
        a
        .hoodie__item-img {
        width: 21px;
    }
    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr:first-of-type
        .hoodie__item-link {
        right: 0px;
        bottom: 50%;
        left: 50%;
        margin-bottom: -60px;
        transform: translate(-50%, 0%);
    }
    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item
        .hoodie__item-descr:last-of-type {
        border-radius: unset;
        padding: unset;
        background: unset;
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        box-shadow: unset;
        position: relative;
        max-width: 323px;
        margin: 0 auto;
    }

    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item
        .hoodie__item-descr:last-of-type
        h5 {
        font-size: 24px;
    }

    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item
        .hoodie__item-descr:last-of-type
        .hoodie__item-img {
        display: none;
    }
    .hoodie__inner-list:nth-of-type(5) .hoodie__inner-item:nth-of-type(2) {
        flex-direction: column-reverse;
        gap: 50px;
        margin: 150px 0 110px;
    }
    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr:last-of-type {
        max-width: unset;
    }
    .hoodie__inner-list:nth-of-type(5)
        .hoodie__inner-item:nth-of-type(2)
        .hoodie__item-descr:last-of-type
        p {
        display: none;
    }
    .hoodie__inner-item--swipers {
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .swiper-star {
        max-width: 400px;
        border-radius: 30px;
        height: 557px;
        overflow: hidden !important;
    }
    .swiper-hoodie-img {
        border-radius: 30px;
    }
    .hoodie__inner-list:nth-of-type(6) .hoodie__inner-item {
        align-items: center;
        gap: 25px;
    }
    .hoodie__inner-list:nth-of-type(6) .hoodie__inner-item h5 {
        margin-bottom: 0px;
        font-weight: 400;
    }
    .hoodie__inner-list:nth-of-type(6) .hoodie__item-content {
        margin: -125px 15px 0px 0px;
    }
    .hoodie__inner-list:nth-of-type(7) .hoodie__inner-item .hoodie__item-title {
        max-width: 354px;
        font-size: 35px;
        margin: 190px auto 20px;
        text-align: center;
    }

    .conf {
        margin-top: 0px;
        padding-top: 80px;
    }
    .conf-gallery {
        margin-top: 80px;
    }
    .welcome__btn {
        margin-top: 200px;
    }
    .welcome__icon2 {
        top: 10px;
        right: 20px;
    }
    .welcome__icon1 {
        margin-top: 100px;
        bottom: 250px;
    }
    .welcome__inner {
        padding-bottom: 90px;
    }
    .about__content-img {
        left: 10px;
    }
    .about__list {
        display: flex;
        flex-direction: column;
    }
    .about__item-text {
        max-width: unset;
    }
    .about__item-text {
        max-width: 200px;
    }

    .conf__list {
        display: none;
    }
    .about__descr {
        margin-left: 0px;
    }
    .create__list {
        display: grid;
        grid-template-columns: repeat(2, 49%);
    }
    .swiper-create-img {
        width: 175px;
    }
    .hoodie-vs-line .main__back-img{
        display: none !important;
    }
    .hoodie-vs-line:before{
        content: '';
        display: block;
        position: absolute;
        background: url(../img/line-h.svg) repeat-y left;
        left: calc(50% - 171px);
        transform: translateX(-50%);
        height: calc(100% - 110px);
        width: 39px;
        top: 110px;
    }
    .spot-block{
        position: relative;
    }
    .spot-block:before{
        content: '';
        display: block;
        position: absolute;
        background: url(../img/spot.svg) no-repeat center;
        max-width: 330px;
        width: 100%;
        height: 214px;
        top: 39px;
        z-index: 0;
        left: calc(50% - 30px);
        transform: translateX(-50%);
    }
    .spot-block .hoodie__inner-descr{
        position: relative;
    }
    .spot-block .hoodie__descr-title{
        font-size: 30px;
        line-height: 105%;
        text-align: left;
    }
    .hoodie-vs-line .welcome__inner-article{
        z-index: 1;
    }
    .hoodie-vs-line .hoodie__subtitle{
        margin-bottom: 70px;
    }
    .line-icon{
        position: relative;
    }
    .line-icon__item{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #C1F83C;
        left: calc(50% - 171px);
        transform: translateX(-50%);
        top: 0;
        padding: 5px;
    }
    .line-icon__item svg{
        height: auto;
        display: block;
    }
    .line-heart .line-icon__item{
        left: 0;
        top: -30px;
    }
    .hoodie-vs-line .hoodie__inner-list:nth-of-type(7) .hoodie__inner-item .hoodie__item-title{
        margin-top: 80px;
    }
    .hoodie-bottom{
        position: relative;
        background-color: white;
    }
    .bg-ttl{
        border-radius: 30px;
        padding: 20px 30px;
        background: rgba(255, 255, 255, 0.4);
        -webkit-backdrop-filter: blur(7px);
        backdrop-filter: blur(7px);
        box-shadow: 0px 0px 30px 0px rgba(17, 17, 17, 0.2);
    }
    .hoodie-vs-line .hoodie__inner-list:nth-of-type(4){
        margin-bottom: 50px;
    }
    .hoodie-vs-line .hoodie__inner-list:nth-of-type(5) .hoodie__inner-item:nth-of-type(2){
        margin-top: 50px;
    }
    .mob-start{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 0 30px;
    }
    .mob-start .hoodie__item-link{
        position: relative;
        right: 0;
        bottom: 0;
    }
    .hoodie__inner-list li.hoodie__inner-item.newspaper{
        margin-bottom: 50px !important;
    }
    .title-normal{
        font-weight: normal;
    }
    .bg-ttl--big{
        padding: 50px 30px;
        text-align: center;
    }
    .hoodie__inner-list:nth-of-type(5) .hoodie__inner-item a.hoodie__item-link._relative,
    .hoodie__item-link._relative{
        display: flex;
        position: relative;
        right: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        background-color: #c1f83c;
        padding: 5px 10px;
        text-decoration: none;
    }
}

@media (max-width: 480px) {
    .about__inner {
        padding-bottom: 430px;
    }
    .about__content {
        margin-top: 20px;
    }
    .about__content-img {
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}
