/* зачем тебе левый padding для враппера? */

/* непонятный фон мешает */
.section-1_absolute-bg {
    display: none;
}



/* ПЕЧИ JAVA HERE */
._subtitle-1 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}
._subtitle-b {
    color: #242622;
}
._orange-font {
    color: #F47716 !important;
}
._image-abs {
    position: relative;
    width: 100%;
}
._image-abs img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-position: center;
    object-fit: cover;
    pointer-events: none;
}
.sec-catalog {
}
.sec-catalog__layout {
    margin-top: 71px;
    padding-top: 88px;
    background-image: url(../imgs/pechka/catalog/background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 333px;
}
.sec-catalog__title2 {
    color: #fff;
}
.sec-catalog__inner {
    margin-top: 47px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sec-catalog__item {
    width: 100%;
    max-width: 384px;
    position: relative;
}
.sec-catalog__item-next .sec-catalog__item-image::before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    left: -48px;
    z-index: 3;
    top: calc(50% - 36px);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    background: url(../imgs/pechka/catalog/gonext.svg) no-repeat center center, linear-gradient(180deg, #FF8851 0%, #F43416 100%);
    box-shadow: 0px 20px 40px rgba(255, 19, 0, 0.15), inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
}
.sec-catalog__item-image {
    padding-bottom: 73.44%;
}
.sec-catalog__item-image img {
    border-radius: 12px;
}
.sec-catalog__item-name {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    color: #FFFFFF;
}
.sec-catalog__item-info {
    margin-top: 11px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFF;
}
.sec-catalog2 .sec-catalog__layout {
    margin-top: 0;
    padding-top: 166px;
    padding-bottom: 203px;
    background: url(../imgs/pechka/catalog2/background.png) center center/cover no-repeat;
}
.sec-catalog2 .sec-catalog__subtitle {
    margin-top: 11px;
}
.sec-catalog2 .sec-catalog__item {
    max-width: 282px;
}
.sec-catalog2 .sec-catalog__item-name {
    margin-top: 17px;
}
.sec-catalog2 .sec-catalog__item-info {
    margin-top: 4px;
}
.sec-catalog2 .sec-catalog__item-image {
    padding-bottom: 100%;
}
.sec-catalog__title3 {
    color: #fff;
    margin-top: 25px;
}
.sec-catalog2__number {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF8851 0%, #F43416 100%);
    box-shadow: 0px 20px 40px rgba(255, 19, 0, 0.15), inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 20px;
    line-height: calc(34/20 * 100%);
    text-align: center;
    color: #FFFFFF;
}

.sec-var {
    margin-top: -130px;
    padding-inline: 10px;
}
.sec-var__layout {
    width: 100%;
    max-width: 1200px;
    padding: 32px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 8px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
}
.sec-var__left {
    width: 100%;
    max-width: 316px;
    position: relative;
    z-index: 3;
}
.sec-var__bg {
    position: absolute;
    left: 0;
    bottom: -32px;
    width: 100%;
    max-width: 316px;
    height: auto;
    display: block;
    pointer-events: none;
    z-index: -1;
}
.sec-var__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: #242622;
}
.sec-var__link {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    color: #1E73BE;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 6px
}
.sec-var__price {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    color: #242622;
    margin-top: 30px;
}
.sec-var__price-no {
font-weight: 400;
text-decoration-line: line-through;
}
.sec-var__price-yes {
    font-weight: 700;
}

.sec-var__button {
    margin-top: 190px;
    width: 100%;
    max-width: 316px;
    background: linear-gradient(180deg, #FFBC51 0%, #F47716 100%);
    box-shadow: 0px 20px 30px rgba(255, 95, 0, 0.15), 0 4px 0 #C84E05, inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(24/14 * 100%);
    text-transform: uppercase;
    text-align: left;
    color: #0D0600;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    padding-inline: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.sec-var__button:after {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(180deg, #ecb456 0%, #fe8f38 100%);
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.sec-var__button:hover::after {
    opacity: 1;
}
.sec-var__button::before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 48px;
    height: 48px;
    background-color: linear-gradient(60deg, rgb(90, 140, 255) -16.1%, rgb(67, 214, 255) 8.36%, rgb(143, 63, 255) 76.63%);
    border-radius: 8px;
    background-image: url(../imgs/max.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.sec-var__mid {
    width: 100%;
    max-width: 463px;
    overflow: hidden;
    position: relative;
}
.sec-var__mid .swiper-slide {
    width: 100%;
    padding-bottom: 96.33%;
}

.sec-var .swiper-button-prev {
    left: unset !important;
    right: 80px;
}
.sec-var .swiper-button-next {
    right: 24px;
    transform: rotate(180deg);
}

.sec-var .swiper-button-prev img,
.sec-var .swiper-button-next img {
    width: 24px;
    height: 24px;
    pointer-events: none;
    user-select: none;
}
.sec-var .swiper-button-prev,
.sec-var .swiper-button-next {
    user-select: none;
    top: unset;
    bottom: 24px !important;
    width: 48px;
    height: 48px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
}

.sec-var .swiper-button-prev:hover,
.sec-var .swiper-button-next:hover {
    background-color: #dbeeff;
}
.sec-var .swiper-button-prev::after,
.sec-var .swiper-button-next::after {
    content: unset;
}
.sec-var .swiper-pagination {
    top: unset;
    bottom: 24px !important;
    text-align: left;
    left: 24px !important;
}
.sec-var .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-inline: 4px;
    border-radius: 2px;
    background-color: #1E73BE;
    transition: all 0.25s ease-in-out;
    opacity: 1;
}
.swiper-j2 .swiper-j1 .swiper-pagination-bullet {
    background-color: rgba(207, 207, 207, 1);
}
.sec-var .swiper-pagination-bullet:hover,
.sec-var .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F47716;
}
.sec-var__right {
    width: 100%;
    max-width: 309px;
}
.sec-var__videos {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sec-var__video {
    width: 100%;
    padding-bottom: 69.58%;
}
.sec-var__video img {
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}
.sec-market {
    margin-top: -253px;
}
.sec-market__inner {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.sec-market__card {
    max-width: unset !important;
    padding: 24px 24px 35px 24px;
    border: 1px solid #DEDEDE;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
}
.sec-market__card-top {
    display: flex;
    flex-direction: column;
    gap: 7px;
    justify-content: space-between;
    height: 100%;
    max-height: 471px;
}
.sec-market__card-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 122%;
    text-align: center;
    color: #242622;
}
.sec-market__card-image {
    width: 100%;
    max-width: 336px;
    overflow: hidden;
    padding-bottom: 50px;
    position: relative;
}
.swiper-j2-wrapper {
    height: unset !important;
}
.sec-market__titext {
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    color: #242622;
}
.swiper-j2 .top-swiper-buttons {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-j2 .top-button {
    margin: unset !important;
    position: static !important;
    width: 72px !important;
    height: 72px !important;
    background: linear-gradient(180deg, #FF8851 0%, #F43416 100%), #FFFFFF;
    box-shadow: 0px 20px 40px rgba(255, 19, 0, 0.15), inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    position: relative !important;
    overflow: hidden;
    z-index: 3;
}
.swiper-j2 .top-button::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transition: all 0.25s ease-in-out;
    background: linear-gradient(180deg, #ff7b3e 0%, #ca2b13 100%), #FFFFFF;
}
.swiper-j2 .top-button:hover::before {
    opacity: 1;
}
.sec-market__swiper-wrapper .swiper-slide {
    padding-bottom: 100.9% !important;
}
.sec-market .swiper-button-prev {
    left: 0;
}
.sec-market .swiper-button-next {
    right: 0;
    transform: rotate(180deg);
}

.sec-market .swiper-button-prev img,
.sec-market .swiper-button-next img {
    width: 24px;
    height: 24px;
    pointer-events: none;
    user-select: none;
}
.sec-market .swiper-button-prev,
.sec-market .swiper-button-next {
    user-select: none;
    top: unset;
    bottom: 0;
    width: 48px;
    height: 48px;
    background-color: #1E73BE;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.25s ease-in-out;
}

.sec-market .swiper-button-prev:hover,
.sec-market .swiper-button-next:hover {
    background-color: #154e80;
}
.sec-market .swiper-button-prev::after,
.sec-market .swiper-button-next::after {
    content: unset;
}
.sec-market .swiper-pagination {
    top: unset;
    bottom: 18px !important;
}
.sec-market .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-inline: 4px;
    border-radius: 2px;
    background-color: #1E73BE;
    transition: all 0.25s ease-in-out;
    opacity: 1;
}
.sec-market .swiper-pagination-bullet:hover,
.sec-market .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #F47716;
}
.sec-market__card-link {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    color: #1E73BE;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 6px
}
.sec-market__card-link:hover {
    color: #154e80;
}
.sec-market__card-review {
    margin-top: 32px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: #242622;
}
.sec-market__card-video {
    margin: 16px -24px 0 -24px;
    display: flex;
    padding-bottom: 62.876%;
    position: relative;
    width: unset !important;
}
.sec-market__card-video::before {
    content: '';
    display: block;
    width: 54px;
    height: 57px;
    background-image: url(../imgs/pechka/market/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: calc(50% - 27px);
    top: calc(50% - 28.5px);
    user-select: none;
    pointer-events: none;
    z-index: 3;
}

.sec-market__card-price {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    color: #242622;
}
.sec-market__card-price span {
    font-weight: 600;
}
.sec-market__card-button {
    margin-inline: auto;
    margin-top: 8px;
    width: 100%;
    max-width: 316px;
    background: linear-gradient(180deg, #FFBC51 0%, #F47716 100%);
    box-shadow: 0px 20px 30px rgba(255, 95, 0, 0.15), 0 4px 0 #C84E05, inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: calc(24/14 * 100%);
    text-transform: uppercase;
    text-align: left;
    color: #0D0600;
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    min-height: 96px;
    padding-inline: 24px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.sec-market__card-button:after {
    pointer-events: none;
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(180deg, #ecb456 0%, #fe8f38 100%);
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.25s ease-in-out;
}
.sec-market__card-button:hover::after {
    opacity: 1;
}
.sec-market__card-button::before {
    content: '';
    flex-shrink: 0;
    display: block;
    width: 48px;
    height: 48px;
    background-color: linear-gradient(60deg, rgb(90, 140, 255) -16.1%, rgb(67, 214, 255) 8.36%, rgb(143, 63, 255) 76.63%);
    border-radius: 8px;
    background-image: url(../imgs/max.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.sec-variant {
    margin-top: 120px;
}
.sec-variant .sec-catalog__item-name,
.sec-variant .sec-catalog__item-info {
    color: #242622;
}
.sec-market2 {
    margin-top: 65px;
}
.sec-whole__layout {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 142px;
    justify-content: space-between;
}
.sec-market2 .sec-market__card-top {
    max-height: 449px;
}
.swiper-j2 .swiper-j1 .swiper-button-prev,
.swiper-j2 .swiper-j1 .swiper-button-next {
    background-color: rgba(239, 239, 239, 1) !important;
    bottom: calc(50% - 24px);
}

.swiper-j2 .swiper-j1 .swiper-button-prev:hover,
.swiper-j2 .swiper-j1 .swiper-button-next:hover {
    background-color: rgb(207, 207, 207) !important;
}
.swiper-j2 .swiper-j1 .swiper-wrapper {
    margin-top: 25px;
}
.swiper-j2 .swiper-j1 .swiper-slide {
    margin-top: 0 !important;
}
.swiper-j2 .sec-market__card-top {
    max-height: 524px !important;
}
.swiper-j2 .sec-market__card-video::before {
}
.sec-nazvanie {
    min-height: unset !important;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #242622;
    padding: 4px 12px;
    border: 1px solid rgba(36, 38, 34, 1);
    max-width: 130px;
    display: inline-block;
    margin-inline: auto;
    border-radius: 4px;
}
.swiper-j1 {
    height: 100% !important;
}
.swiper-j1 .swiper-slide {
    padding-bottom: 100.9%;
}
.swiper-j2 {
    margin-top: 56px !important;
    padding-top: 96px !important;
    overflow: hidden;
    gap: unset !important;
    margin-top: 20px;
    position: relative;
}
.sec-variant__item-about {
    position: absolute;
    left: 32px;
    bottom: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}
.sec-twenty .sec-catalog__item {
    max-width: 282px
}
.sec-twenty .sec-catalog__item-image {
    padding-bottom: 100%;
}
.sec-world .sec-catalog__item {
    max-width: 221px;
    padding: 0 !important;
}
.sec-world .sec-catalog__item-image {
    padding-bottom: 152.04%;
}
.sec-world__from {
    position: absolute;
    bottom: 37px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
}
.sec-world__from-flag {
    position: static !important;
    max-width: 49px !important;
    height: auto !important;
    border-radius: 50% !important;
    border: 6px solid #DEDEDE;
}
.sec-world__from-country {
    flex-shrink: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    color: #FFFFFF;
}
.sec-world .sec-catalog__layout {
    position: relative;
    padding-bottom: 497px;
    background: url(../imgs/pechka/world/background.png) center center/cover no-repeat;
}
.sec-world .sec-world__land {
    overflow: hidden;
    border-radius: 60px;
    position: absolute;
    left: -21px;
    right: -20px;
    bottom: -130px;
    width: auto;
    max-width: 1920px;
    height: 100%;
    max-height: 599px;
}
.sec-world .sec-world__land img {
    vertical-align: top;
    object-position: center;
    width: 100%;
    height: 100%;
}
._newcoursor {
    display: none !important;
}
@media (min-width: 1231px) {
    .sec-variant__subtitle {
        margin-top: 15px;
        line-height: 125%;
    }
}
@media (max-width: 1230px) {
    .sec-nazvanie {
        margin-top: 20px;
    }
    .swiper-j2 .sec-whole__layout {
        max-height: 155px;
    }
    .swiper-j2 .sec-market__card-top {
        max-height: 483px !important;
    }
    .swiper-j2 {
        margin-top: 40px !important;
        padding-top: 90px !important;
    }
    .sec-catalog__title3 {
        margin-top: 35px;
    }
    ._subtitle-1 {
        margin-top: 30px;
    }
    .sec-catalog__title2._h2 {
        font-size: 46px;
    }
    .sec-catalog__layout {
        margin-top: 60px;
        padding-top: 80px !important;
        border-radius: 0 0 35px 35px;
        padding-bottom: 300px;
    }
    .sec-catalog__item-next .sec-catalog__item-image::before {
        left: -42px;
    }
    .sec-catalog__inner {
        margin-top: 45px;
    }
    .sec-catalog__item-name {
        margin-top: 25px;
    }
    .sec-catalog__item-info {
        margin-top: 20px;
    }
    ._title-1 br,
    ._subtitle-1 br,
    .sec-catalog__item-name br,
    .sec-catalog__item-info br {
        display: none;
    }
    .sec-catalog__item-next .sec-catalog__item-image::before {
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: -30px;
    }
    .sec-market__card {
        padding: 20px 15px 15px 15px;
    }
    .sec-market__card-video {
        margin: 10px -15px 0 -15px;
    }
    .sec-market__inner {
        max-width: 952px;
        margin-inline: auto;
    }
    .sec-market__card-top {
        max-height: 397px;
    }
    .sec-market__card-link {
        margin-top: 10px;
    }
    .sec-market .swiper-button-prev,
    .sec-market .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .sec-market .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .sec-market__card-review,
    .sec-market__card-price {
        margin-top: 25px;
    }
    .sec-market__card-button {
        margin-top: 10px;
    }
    .sec-market .swiper-pagination {
        bottom: 10px !important;
    }
    .sec-market__card-button {
        line-height: 124%;
        min-height: 80px;
        padding-inline: 12px;
        gap: 10px;
    }
    .sec-market__card-button::before {
        width: 40px;
        height: 40px;
    }
    .sec-market__card-name {
        font-size: 22px;
    }
    .sec-market__card-name br {
        display: none;
    }
    .sec-market2 .sec-market__card-top {
        max-height: 382px;
    }
    .sec-catalog2__number {
        width: 72px;
        height: 72px;
        line-height: 102%;
        font-size: 18px;
    }
    .sec-catalog2 .sec-catalog__inner {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
    }
    .sec-catalog2 .sec-catalog__item {
        max-width: 330px;
        background-color: #0000000a !important;
        padding-bottom: 10px;
    }
    .sec-catalog2 .sec-catalog__item-name,
    .sec-catalog2 .sec-catalog__item-info {
        padding-inline: 5px;
    }
    .sec-catalog2 .sec-catalog__item-name {
        margin-top: 20px;
    }
    .sec-catalog2 .sec-catalog__item-info {
        margin-top: 10px;
    }
    .sec-catalog2 .sec-catalog__layout {
        padding-bottom: 210px;
    }
    .sec-var {
        margin-top: -150px;
    }
    .sec-var__layout {
        padding: 20px;
        gap: 8px;
    }
    .sec-var__left {
        max-width: 316px;
    }
    .sec-var__title {
        font-size: 22px;
    }
    .sec-var__title br {
        display: none;
    }
    .sec-var__link {
        font-size: 16px;
        margin-top: 5px;
    }
    .sec-var__price {
        font-size: 20px;
        margin-top: 10px;
    }
    .sec-var__button {
        min-height: 80px;
        margin-top: 105px;
    }
    .sec-var__bg {
        margin-inline: auto;
        right: 0;
        max-width: 230px;
        bottom: -20px;
    }
    .sec-var__mid {
        max-width: 323px;
    }
    .sec-var__right {
        max-width: 212px;
    }
    .sec-world .sec-world__land {
        width: calc(100% + 41px);
        left: -20px;
        right: 0;
        max-height: 540px;
        bottom: -100px;
    }
}
@media (max-width: 992px) {
    .sec-market__titext {
        font-size: 18px;
    }
    .swiper-j2 {
        margin-top: 30px !important;
        padding-top: 70px !important;
    }
    .swiper-j2 .top-button {
        width: 50px !important;
        height: 50px !important;
    }
    .sec-catalog__title3 {
        margin-top: 25px;
    }
    ._subtitle-1 {
        font-size: 21px;
        margin-top: 15px;
    }
    .sec-catalog__layout {
        margin-top: 40px;
        padding-top: 60px !important;
        border-radius: 0 0 30px 30px;
        padding-bottom: 280px;
    }
    .sec-catalog__title2._h2 {
        font-size: 30px;
    }
    .sec-catalog__inner {
        margin-top: 35px;
    }
    .sec-catalog__item-name {
            font-size: 18px;
            margin-top: 20px;
    }
    .sec-catalog__item-info {
        margin-top: 15px;
    }
    .sec-catalog__item-next .sec-catalog__item-image::before {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
        left: -25px;
    }
    .sec-market__inner {
        gap: 5px;
        max-width: unset;
        /* padding-inline: 5px; */
    }
    .sec-market__card {
        padding: 15px 5px 10px 5px;
    }
    .sec-market__card-top {
        max-height: 328px;
    }
    .sec-market__card-price {
        font-size: 18px;
    }
    .sec-market__card-name {
        font-size: 17px;
    }
    .sec-market__card-video {
        margin: 10px -5px 0 -5px;
    }
    .sec-market__card-video::before {
        width: 38px;
        height: 40px;
        left: calc(50% - 19px);
        top: calc(50% - 20px);
    }
    .sec-market .swiper-button-prev, .sec-market .swiper-button-next {
        width: 35px;
        height: 35px;
    }
    .sec-market .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    .sec-market .swiper-pagination {
        bottom: 6px !important;
    }
    .sec-market__card-link {
        margin-top: 10px;
    }
    .sec-market__card-review, .sec-market__card-price {
        margin-top: 10px;
    }
    .sec-market__card-button {
        line-height: 160%;
        min-height: 75px;
        padding-inline: 10px;
        text-align: left;
        margin-top: 10px;
    }
    .sec-market__card-button::before {
        width: 35px;
        height: 35px;
        position: static;
        bottom: 10px;
        left: 25px;
    }
    .sec-market2 .sec-market__card-top {
        max-height: 391px;
    }
    .sec-twenty .sec-catalog__inner {
        align-items: unset !important;
        flex-wrap: wrap;
    }
    .sec-twenty .sec-catalog__item {
        max-width: calc(50% - 5px);
        padding-bottom: 10px;
    }
    .sec-world .sec-world__land {
        max-height: 340px;
        bottom: -40px;
    }
    .sec-world .sec-catalog__layout {
        padding-bottom: 360px;
    }
    .sec-catalog2 .sec-catalog__layout {
        padding-bottom: 150px;
    }
    .sec-var {
        margin-top: -120px;
    }
    .sec-var__bg {
        max-width: 210px;
        bottom: -30px;
    }
    .sec-var__layout {
        flex-wrap: wrap;
        gap: 20px 10px;
    }
    .sec-var__right {
        max-width: unset;
    }
    .sec-var__videos {
        flex-direction: row;
    }
    .sec-var__video {
        padding-bottom: 34%;
    }
    .sec-var__button {
        min-height: 70px;
        margin-top: 105px;
    }
    .sec-var .swiper-button-prev,
    .sec-var .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .sec-var .swiper-button-prev {
        right: 65px;
    }
    .sec-var .swiper-button-next {
        right: 20px;
    }
    .sec-var .swiper-pagination {
        left: 20px !important;
        bottom: 20px !important;
    }
    .sec-var .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}
@media (max-width: 767px) {
    ._newcoursor {
        display: flex !important;
    }
    ._title-1 {
        font-size: 30px !important;
    }
    .sec-catalog__title3 {
        margin-top: 15px;
    }
    ._subtitle-1 {
        font-size: 17px;
        margin-top: 10px;
    }
    .sec-catalog {
        padding: 0;
    }
    .sec-catalog__layout {
        margin-top: 30px;
        padding-top: 45px !important;
        border-radius: 0 0 20px 20px;
    }
    .sec-catalog2 .sec-catalog__inner {
        justify-content: start !important;
        margin-top: 25px;
        overflow-x: scroll;
        flex-wrap: nowrap;
    }
    .sec-catalog__item {
        background-color: #00000075;
        border-radius: 12px;
        padding-bottom: 20px;
        min-width: 300px;
    }
    .sec-catalog__item-name {
        padding-inline: 10px;
    }
    .sec-catalog__item-info {
        padding-inline: 10px;
        margin-top: 5px;
    }
    .sec-catalog__item {
    max-width: 400px;
    }
    .sec-catalog__item-next .sec-catalog__item-image::before {
        left: calc(50% - 20px);
        top: -20px;
        transform: rotate(90deg);
        border-radius: 12px;
    }
    .sec-market__container {
        /* padding: 0; */
    }
    .sec-market__inner {
        margin-top: 20px;
        justify-content: start;
        padding-bottom: 5px;
    }
    .sec-market__card {
        padding: 20px 10px 10px 10px;
    }
    .sec-market__card-button {
        text-align: left;
    }
    .sec-market__card-button::before {
        width: 35px;
        height: 35px;
        position: static;
    }
    .sec-market2 .sec-market__card-top {
        max-height: 371px;
    }
    .sec-variant .sec-catalog__inner {
        justify-content: start;
        flex-direction: row;
        align-items: start;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin-top: 10px;
    }
    .sec-variant .sec-catalog__item {
        min-width: 300px;
        background-color: #0000000a;
    }
    .sec-world .sec-catalog__inner {
        margin-top: 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow: scroll;
        width: unset;
        max-width: unset;
        margin-inline: -20px;
        padding-inline: 20px;
    }
    .sec-world .sec-catalog__item {
        min-width: 250px;
    }
    .sec-world__from {
        bottom: 20px;
        gap: 10px;
    }
    .sec-world__land {
        max-height: 370px;
        bottom: 0;
    }
    .sec-world .sec-catalog__layout {
        padding-bottom: 360px;
    }
    .sec-var {
        padding-inline: 0;
    }
    .sec-var__layout {
        gap: 10px 5px;
        padding: 10px;
    }
    .sec-var__mid {
        max-width: 50%;
    }
    .sec-var__left {
        max-width: 49%;
    }
    .sec-var__bg {
        max-width: 181px;
        bottom: -10px;
    }
    .sec-var__title {
        font-size: 20px;
    }
    .sec-var__link {
        font-size: 16px;
    }
    .sec-var__price {
        font-size: 16px;
        margin-top: 10px;
    }
    .sec-var__button {
        min-height: 60px;
        margin-top: 105px;
        gap: 4px;
        padding-inline: 4px;
    }
    .sec-var__button::before {
        width: 40px;
        height: 40px;
    }
    .sec-catalog .sec-catalog2{
        ._coursor {
            display: flex;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
    .sec-variant {
        ._coursor {
            display: flex;
            margin-top: 10px;
            margin-bottom: 10px;
        }
    }
}
@media (max-width: 640px) {
    .sec-variant .sec-catalog__item {
        width: 100%;
        max-width: 440px;
    }

}
@media (max-width: 575px) {
    .sec-var__layout {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
    }
    .sec-var__bg {
        bottom: -15px;
        max-width: 40.665%;
        left: unset;
        right: 0;
    }
    .sec-var__button {
        min-height: 65px;
        gap: 10px;
        padding-inline: 10px;
        max-width: unset;
        margin-top: 30px;
    }
    .sec-var__left {
        max-width: unset;
    }
    .sec-var__mid {
        max-width: unset;
    }
}
@media (max-width: 574px) {
    .swiper-j2 .sec-market__card-top {
        max-height: 687px !important;
    }
    .swiper-j2 .sec-whole__layout {
        height: unset;
        max-height: unset !important;
        gap: 10px;
    }
    .swiper-j2 .swiper-j1.sec-market__card-image {
        max-width: unset !important;
    }
    .swiper-j2 .swiper-j1 .swiper-slide {
        max-width: unset !important;
    }
    .swiper-j2 .sec-market__card-top {
        max-height: 688px !important;
    }
    .sec-nazvanie {
        margin-top: unset !important;
    }
}
@media (max-width: 425px) {
    ._title-1 {
        font-size: 25px !important;
    }
    .sec-var__bg {
        max-width: 38.665%;
    }
    .sec-var__layout {
        padding: 20px 15px;
    }
}


/* МОБИЛЬНЫЕ ПАЛАТКИ JAVA HERE */
.sec-better {
    margin-top: 120px;
}
.sec-better__inner {
    margin-top: 56px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 10px;
}
.sec-better__item {
    width: 100%;
    max-width: 588px;
}
.sec-better__item-image {
    width: 100%;
    padding-bottom: 54.422%;
}
.sec-better__item-image img {
    border-radius: 24px;
    border: 1px solid #DEDEDE;
}
.sec-better__item-name {
    margin-top: 32px;
    font-weight: 500;
    font-size: 26px;
    line-height: 130%;
    text-align: center;
    color: #242622;
}
.sec-better__item-text {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    color: #242622;
    position: relative;
    z-index: 5;
}
.sec-better__item._first-item .sec-better__item-about {
    position: absolute;
    right: 42px;
    top: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 91px;
    background-image: url(../imgs/palatki/better/marka.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.sec-better__item._first-item .sec-better__item-info {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3);
}

.sec-better__item._last-item .sec-better__item-about {
    position: absolute;
    right: 189px;
    top: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(180deg, #FF8851 0%, #F43416 100%);
    box-shadow: 0px 20px 40px rgba(255, 19, 0, 0.15), inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
}
.sec-better__item._last-item .sec-better__item-about img {
    width: 24px;
    height: 24px;
    position: static;
    border: unset;
}
.sec-better__item-more {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #242622;
    position: absolute;
    right: 28px;
    top: 32px;
}
.sec-choice {
    position: relative;
    padding: 120px 0 100px 0;
}
.sec-choice__inner {
    margin-top: 56px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}
.sec-choice__inner._new-inner {
    margin-top: 40px;
}
.sec-choice__item {
    width: 100%;
    max-width: 384px;
    padding: 32px;
    border-radius: 12px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 560px;
    position: relative;
}
.sec-choice__item._big-item {
    text-align: center;
    max-width: 588px;
    min-height: 560px;
    border-radius: 24px;
    border: 1px solid #DEDEDE;
}
.sec-choice__item._bake {
    background: url(../imgs/palatki/choice/bake.png), #fff;
}
.sec-choice__item._long-bake {
    background: url(../imgs/palatki/choice/long-bake.png), #fff;
}
.sec-choice__item._hot01 {
    background-image: url(../imgs/palatki/choice/hot01.png);
}
.sec-choice__item._hot02 {
    background-image: url(../imgs/palatki/choice/hot02.png);
}
.sec-choice__item._hot03 {
    background-image: url(../imgs/palatki/choice/hot03.png);
}
.sec-choice__item-title {
    font-size: 26px;
    font-weight: 500;
    line-height: 130%;
    color: #242622;
}
.sec-choice__item-name {
    font-size: 24px;
    font-weight: 500;
    line-height: 130%;
    color: #242622;
    margin-top: 72px;
}

.sec-choice__item._hot01 .sec-choice__item-number,
.sec-choice__item._hot01 .sec-choice__item-text,
.sec-choice__item._hot01 .sec-choice__item-name {
    color: #FFFFFF;
}
.sec-choice__item._hot02 .sec-choice__item-number,
.sec-choice__item._hot02 .sec-choice__item-text,
.sec-choice__item._hot02 .sec-choice__item-name {
    color: #FFFFFF;
}
.sec-choice__item-text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #242622;
}
.sec-choice__item-link {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    display: inline-block;
    color: #1E73BE;
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 6px
}
.sec-choice__item-link:hover {
    color: #154e80;
}
.sec-choice__item._bake .sec-choice__item-link {
    margin-top: 12px;
}
.sec-choice__item._bake .sec-choice__item-title {
    padding-bottom: 8px;
}
.sec-choice__number {
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    width: 72px;
    height: 72px;
    background: linear-gradient(180deg, #FF8851 0%, #F43416 100%);
    box-shadow: 0px 20px 40px rgba(255, 19, 0, 0.15), inset 0px 10px 15px rgba(255, 255, 255, 0.25), inset 0px -4px 10px rgba(255, 255, 255, 0.2);
    font-weight: 600;
    font-size: 20px;
    line-height: calc(34/26 * 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}
@media (max-width: 1230px) {
    .sec-better__inner {
        margin-top: 45px;
        gap: 25px 10px;
    }
    .sec-better__item {
        max-width: 471px;
    }
    .sec-better__item._first-item .sec-better__item-about {
        right: 32px;
        top: 32px;
        width: 81px;
        height: 81px;
    }
    .sec-better__item-name {
        margin-top: 20px;
        font-size: 24px;
    }
    .sec-better__item-text {
        margin-top: 10px;
    }
    .sec-better__item-more {
        right: 14px;
        top: 14px;
    }
    .sec-better__item._last-item .sec-better__item-about {
        right: 145px;
        top: 85px;
        width: 42px;
        height: 42px;
    }
    .sec-choice__item {
        background-size: contain !important; 
        min-height: 450px !important;
        padding: 20px;
    }
    .sec-choice__inner {
        margin-top: 40px;
    }
    .sec-choice__number {
        width: 62px;
        height: 62px;
    }
    .sec-choice__item-title br,
    .sec-choice__item-name br,
    .sec-choice__item-text br {
        display: none;
    }
    .sec-choice__item-title {
        line-height: 120%;
        padding-bottom: unset !important;
    }
    .sec-choice__item-text {
        margin-top: 10px;
    }
    .sec-choice__inner._new-inner {
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .sec-nazvanie {
        margin-top: 15px;
    }
    .swiper-j2 .sec-whole__layout {
        max-height: 112px;
    }
    .swiper-j2 .swiper-j1 .swiper-wrapper {
        margin-top: 10px;
    }
    .swiper-j2 .sec-market__card-top {
        max-height: 366px !important;
    }
    .wwiper-j2 .sec-market__card-image {
        padding-bottom: 20px;
    }
    ._oldcoursor {
        display: flex !important;
    }
    .sec-better__inner {
        margin-top: 35px;
        gap: 15px 10px;
    }
    .sec-better__item {
        max-width: 359px;
    }
    .sec-better__item._first-item .sec-better__item-about {
        right: 22px;
        top: 22px;
        width: 71px;
        height: 71px;
    }
    .sec-better__item._first-item .sec-better__item-info {
        font-size: 14px;
    }
    .sec-better__item-name {
        margin-top: 10px;
        font-size: 22px;
    }
    .sec-better__item-text {
        margin-top: 5px;
    }
    .sec-better__item-name br,
    .sec-better__item-text br {
        display: none;
    }
    .sec-better__item._last-item .sec-better__item-about {
        right: 85px;
        top: 60px;
    }
    .sec-better__item._last-item .sec-better__item-more {
        right: unset;
        top: 6px;
        left: 12px;
        max-width: 290px;
    }
    .sec-better__item._last-item .sec-better__item-more br {
        display: none;
    }
    .sec-choice__inner._new-inner {
        margin-top: unset;
        overflow: scroll;
        margin-inline: -20px;
        padding-inline: 20px;
        padding-bottom: 5px;
    }
    .sec-choice{
        ._coursor{
            display: flex;
        }
    }
    .sec-choice__item {
        min-height: 342px !important;
    }
    .sec-choice__inner._new-inner .sec-choice__item {
        min-width: 300px !important;
        min-height: 437px !important;
    }
    .sec-choice__item.sec-choice__item._big-item {
        padding: 15px;
    }
    .sec-choice__item-title {
        font-size: 20px;
    }
    .sec-choice__item-text {
        margin-bottom: 0px !important;
        margin-top: unset !important;
    }
    .sec-choice__item-title,
    .sec-choice__item-name {
        padding-bottom: 6px !important;
    }
    .sec-choice__item-name {
        font-size: 20px;
        margin-top: 60px;
    }
    .sec-choice__item-link {
        margin-top: unset !important;
    }
}
@media (max-width: 767px) {
    .sec-better{
        ._coursor{
            display: flex ;
        }
    }
    .sec-better__inner {
        flex-wrap: nowrap;
        overflow-x: scroll;
        gap: 15px;
        margin-top: 10px;
    }
    .sec-better__item {
        min-width: 300px;
        max-width: 455px;
    }
    .sec-better__item._last-item .sec-better__item-about {
        right: 130px;
        top: 80px;
    }
    .sec-better__item._last-item .sec-better__item-more {
        max-width: 172px;
        left: unset;
        right: 10px;
        top: 7px;
    }
    .sec-choice__inner:not(._new-inner) {
        flex-direction: column;
    }
    .sec-choice__item.sec-choice__item._big-item {
        min-height: 88vw !important;
    }
    .sec-choice__item {
        position: relative;
        overflow: hidden;
        z-index: 3;
    }
    .sec-choice__item:not(._big-item):not(._hot01)::after {
        content: '';
        display: block;
        position: absolute;
        inset: 0;
        background-color: #ffffff69;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .sec-choice{
        padding-bottom: 25px;
    }
}
@media (max-width: 425px) {
    .sec-better__item._last-item .sec-better__item-more {
        max-width: 320px;
        right: 10px;
        top: 4px;
        left: 10px;
    }
    .sec-better__item._last-item .sec-better__item-about {
        right: 90px;
        top: 60px;
    }
    .sec-better__item._first-item .sec-better__item-about {
        right: 10px;
        top: 10px;
        width: 66px;
        height: 66px;
    }
    .sec-better {
        margin-top: 50px;
    }
    .sec-twenty{
        margin-top: 50px;
    }
    .sec-variant {
        margin-top: 50px;
    }
    .sec-choice{
        padding-top: 50px;
    }
    .section-4_thankyou{
        margin-top: 50px;
    }
    .sec-market2-1{
        padding-top: 25px;
        margin-top: 25px;
        padding-bottom: 25px;
      }
      .section-3_thankyou{
        margin-top: 25px;
      }
      .sec-market2-2 {
        padding-top: 60px;
        margin-top: 50px;
        padding-bottom: 25px;
      }
      .sec-choice__item-text{
        margin-bottom: 0 !important;

      }
      .sec-choice__item-title{
        padding-bottom: 0 !important;
      }
}
@media (min-width: 767px) and (max-width: 992px) {
    .swiper-j2 {
        min-height: 820px;
    }
}

.sec-type{
    font-family: Golos Text;
font-size: 24px;
font-weight: 500;
line-height: 28.8px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #C9C9C9;
margin-inline: auto;
margin-bottom: 32px;
}

@media (max-width: 768px) {
    .sec-type{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .quiz-counter {
        width: 62px;
        height: 62px;
    }
    .sec-variant{
        margin-top: 50px;
    }
}

.swiper-j3 .sec-market__card.swiper-slide {
    height: auto !important;
}
.swiper-j3 .swiper-j1 {
    padding-bottom: 38px !important;
    height: auto !important;
}
.swiper-j3 .sec-market__card-top {
    max-height: 476px !important;
}
.swiper-j3 .swiper-pagination {
    bottom: 12px !important;
}
.swiper-j3 .sec-market__card-link {
    margin-top: 12px !important;
}
.swiper-j3 .sec-market__card-review {
    margin-top: 29px !important;
}
.swiper-j3 .sec-market__card-video {
    margin: 11px -24px 0 !important;
}
.swiper-j3 .sec-market__card-price {
    margin-top: 23px !important;
}
.swiper-j3 .sec-market__card-button {
    margin-top: 10px !important;
}
@media (max-width: 1230px) {
    .swiper-j3 .sec-market__card.swiper-slide {
        height: auto !important;
    }
    .swiper-j3 .swiper-j1 {
        padding-bottom: 38px !important;
        height: auto !important;
    }
    .swiper-j3 .sec-market__card-top {
        max-height: 381px !important;
    }
    .swiper-j3 .swiper-pagination {
        bottom: 12px !important;
    }
    .swiper-j3 .sec-market__card-link {
        margin-top: 10px !important;
    }
    .swiper-j3 .sec-market__card-review {
        margin-top: 20px !important;
    }
    .swiper-j3 .sec-market__card-video {
        margin: 10px -15px 0 !important;
    }
    .swiper-j3 .sec-market__card-price {
        margin-top: 20px !important;
    }
    .swiper-j3 .sec-market__card-button {
        margin-top: 10px !important;
    }
}
@media (max-width: 991px) {
    .swiper-j3 .sec-market__card.swiper-slide {
        height: auto !important;
    }
    .swiper-j3 .swiper-j1 {
        padding-bottom: 34px !important;
        height: auto !important;
    }
    .swiper-j3 .sec-market__card-top {
        max-height: 329px !important;
    }
    .swiper-j3 .swiper-pagination {
        bottom: 8px !important;
    }
    .swiper-j3 .sec-market__card-link {
        margin-top: 10px !important;
    }
    .swiper-j3 .sec-market__card-review {
        margin-top: 15px !important;
    }
    .swiper-j3 .sec-market__card-video {
        margin: 10px -5px 0 !important;
    }
    .swiper-j3 .sec-market__card-price {
        margin-top: 15px !important;
    }
    .swiper-j3 .sec-market__card-button {
        margin-top: 10px !important;
    }
}
@media (max-width: 766px) {
    .swiper-j3 .sec-market__card.swiper-slide {
        height: auto !important;
    }
    .swiper-j3 .swiper-j1 {
        padding-bottom: 34px !important;
        height: auto !important;
    }
    .swiper-j3 .sec-market__card-top {
        max-height: 422px !important;
    }
    .swiper-j3 .swiper-pagination {
        bottom: 8px !important;
    }
    .swiper-j3 .sec-market__card-link {
        margin-top: 10px !important;
    }
    .swiper-j3 .sec-market__card-review {
        margin-top: 15px !important;
    }
    .swiper-j3 .sec-market__card-video {
        margin: 10px -10px 0 !important;
    }
    .swiper-j3 .sec-market__card-price {
        margin-top: 15px !important;
    }
    .swiper-j3 .sec-market__card-button {
        margin-top: 10px !important;
    }
}
@media (max-width: 425px) {}
.sec-choise_abs-imgs{
    z-index: 1;
    position: absolute;
    width: 104%;
    right: -2%;
    top: -15%;
    height: 531px;
    background: url('../imgs/abs/choise-bg.png') center center/cover no-repeat;
}