:root{
    --column1:calc(100% / 12);
    --column2:calc(100% / 12 * 2);
    --column3:calc(100% / 12 * 3);
    --column4:calc(100% / 12 * 4);
    --column5:calc(100% / 12 * 5);
    --column6:calc(50%);
    --column7:calc(100% / 12 * 7);
    --column8:calc(100% / 12 * 8);
    --column9:calc(100% / 12 * 9);
    --column10:calc(100% / 12 * 10);
    --column11:calc(100% / 12 * 11);
    --column12:calc(100%);
}

.section-wrapper{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.section-wrapper{
    width: calc(100% - 60px);
}
.wrapper-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

ul{
    list-style: none;
    padding: 0;
}

h2 {
    font-size: 40px;
    line-height: 120%;
    font-weight: 600;
    margin: 0;
}

h3{
    font-weight: 600;
    font-size: 28px;
}

p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}
p+p{
    margin-top: 10px;
}
.page-top{
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
}


.page-top .wrapper {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}

.page-top h2{
    position: relative;
    font-size: 40px;
    font-size: 54px;
    z-index: 2;
    font-weight: 700;
    width: var(--column5) ;
}

.page-top img {
    position: absolute;
    width: 141%;
    height: 169%;
    right: -24.3%;
    top: -35%;
    object-fit: contain;
}

.page-top__image{
    width: var(--column7) ;
    position: relative;
    flex: 1 1;
    padding: 300px ;
}

.page-top__description {
    position: relative;
    padding: 70px 0;
    top: -5.3%;
    left: 1px;
    z-index: 2;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 2.77px 2.21px 0px #00000001, 0px 6.65px 5.32px 0px #00000002, 0px 12.52px 10.02px 0px #00000003, 0px 22.34px 17.87px 0px #00000003, 0px 41.78px 33.42px 0px #00000004, 0px 100px 80px 0px #00000005;
}

.page-top__description p {
    width: var(--column10);
}


.how-main{

}
.how-main h2+p {
    margin-top: 20px;
}

.how-main ul{
    margin: 60px 0 0;
    display: flex;
    gap: 30px;
    text-align: center;
    flex-wrap: wrap;
}


.how-main  li {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: calc(var(--column3) - 23px);
}

.how-main  li p{
    font-size: 16px;
    line-height: 142%;
}

.how-main__image-wrapper{
    padding: 40px 64px 35px;
    background: rgba(255, 255, 255, 1);
    border-radius: 15px;
}

.how-main__image-wrapper img{
    width: 100%;
    height: 100%;
    max-width: 170px;
}

.new-model {
    margin-top: 67px;
}

.new-model h2 +p{
    margin-top: 20px;
}
.new-model ul{
    display: flex;
    flex-direction: column;
    row-gap: 74px;
    margin-top: 80px;
}

.new-model li{
    display: flex;
    align-items: center;
    gap: 60px;
    height: 100vh;
    max-height: max-content;
}

.new-model__info{
    width: var(--column6);
    display: flex;
    position: relative;
    flex-direction: column;
    row-gap: 23px;
}

.new-model__image{
    position: relative;
    width: var(--column6);
    height: 100%;
}

.new-model__image img{
    width: 100%;
    height: 100%;
}

.new-model li:nth-child(2n){
    flex-direction: row-reverse;
}

.best-product {
    margin-top: 70px;
}

.best-product ul{
    margin-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 66px;
}

.best-product li{
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
}

.best-product__info  h3 {
    margin: 27px 0 23px;
}

.best-product li p {
    text-align: left;
    font-size: 16px;
}

.best-product li p span{
    font-weight: 700;
}

.best-product__info{
    width: calc(var(--column9) - 7px);
}

.best-product h2 + p{
    margin-top: 20px;

}

.simple-item{
    min-width: 247px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(var(--column3) - 23px);
}
.catalog-item .catalog-item-holder{

}
.catalog-item .catalog-item-holder>.text .item-desc .name a{
    font-size: 20px;
    margin: 22px 0 20px;
    line-height: 28px;
}
.catalog-item .catalog-item-holder>.text .order-desc .buy .price .value{
    font-size: 24px;
}

.card__cost{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card__cost span{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
}
.best-product__info-image{
    width: max-content;
    max-width: 70px;
}
.best-product__info-image img{
    width: 100%;
}

.card__cost button{
    border: none;
    background: rgba(183, 29, 44, 1);
    color: white;
    border-radius: 50px;
    font-size: 18px;
    padding: 11px 30px;
}

.card__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.advice{
    background: white;
    padding: 57px 0 70px;
    border-radius: 15px;
    margin: 89px auto 100px;
}

.advice__content{
    width: calc(var(--column10) - 3px);
}

.advice h2+p{
    margin: 22px 0 0;
}
.advice p + p {
    margin: 27px 0 0;
}

@media(max-width:1150px){
    .best-product ul{
        margin-top: 60px;
        gap: 64px;
    }
    .card{
        padding: 23px 15px;
    }
    .best-product {
        margin-top: 64px;
    }

    .best-product__info-image{
        max-width: 50px;
    }

    .card__cost button{
        font-size: 16px;
        padding: 11px 25px;
    }
    .card__image{
        width: 135px;
        height: 135px;
    }
    .best-product__info h3{
        font-size: 24px;
        margin: 15px 0 20px;
    }
    .card h3 {
        font-size: 18px;
        margin: 15px 0 23px;
    }
    .new-model {
        margin-top: 58px;
    }
    .new-model__image{
        min-height: 323px;
    }
    .new-model ul{
        margin-top: 59px;
        row-gap: 59px;
    }
    .new-model__info{
        row-gap: 16px;
    }

    .new-model li{
        gap: 20px;
    }
    .how-main ul{
        column-gap:20px;
        margin: 40px 0 0;
        row-gap: 36px;
    }
    .how-main li {
        gap: 12px;
        width: calc(var(--column6) - 10px);
    }
    .how-main {
        margin-top: 56px;
    }
    .how-main__image-wrapper{
        padding: 35px 96px;
    }
}

@media(max-width:1000px){
    .advice{
        padding: 40px 0;
        margin: 28px auto 100px;
    }
    .advice__content {
        width: calc(var(--column10) + 33px);
    }
    .advice h2+p {
        margin: 19px 0 0;
    }
    .advice p + p {
        margin: 23px 0 0;
    }
    .advice__content h2 {
        font-size: 24px;
    }
    .page-top .wrapper{
        gap: 0;
    }
    h2{
        font-size: 30px;
    }
    h3{
        font-size: 24px;
    }
    p{
        font-size: 16px;
        line-height: 136%;
    }
    .page-top h2{
        font-size: 26px;
        width: calc(var(--column5) - 30px);
    }
    .page-top__image{
        padding: 137px ;
    }
    .page-top img {
        width: 111%;
        height: 178%;
        top: -25%;
        right: -9%;
    }

    .page-top__description{
        padding: 40px ;
        top: -2.2%;
    }
    .page-top__description p{
        width: var(--column12);
    }
}

@media(max-width:700px){
    .advice{
        display: none;
    }
    .best-product{
        margin-top: 48px;
    }
    .best-product__info h3{
        font-size: 20px;
        margin: 0;
    }

    .best-product__container{
        margin-bottom: 10px;
    }

    .best-product ul {
        margin-top: 35px;
        gap: 38px;
    }
    .best-product li{
        gap: 23px;
    }
    .best-product li p{
        font-size: 13px;
    }
    .best-product h2 + p {
        margin-top: 14px;
    }
    .best-product__container{
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .best-product li{
        flex-direction: column;
        align-items: flex-start;
    }
    .best-product__info{
        width: var(--column12);
    }
    .new-model {
        margin-top: 61px;
    }
    .new-model__image {
        min-height: 273px;
        max-height: 273px;
    }
    .new-model h2 +p {
        margin-top: 14px;
    }
    .new-model ul {
        row-gap: 39px;
    }
    .new-model li{
        flex-direction: column;
        gap: 15px;
    }

    .new-model__info{
        width: var(--column12);
        row-gap: 12px;
    }
    .new-model__image{
        width: var(--column12);
    }
    .new-model li:nth-child(2n){
        flex-direction: column;
    }

    .how-main li p{
        font-size: 13px;
    }
    .how-main ul{
        row-gap: 44px;
    }
    .how-main__image-wrapper{
        overflow: hidden;
        position: relative;
        padding: 20px 94px 100px;
    }
    .how-main__image-wrapper img{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100%;
        height: 186px;
        width: 186px;
    }
    .how-main {
        margin-top: 19px;
    }
    .how-main li {
        width: var(--column12) ;
    }
    .section-wrapper{
        width: calc(100% - 40px);
    }
    .how-main h2{
        text-align: center;
    }
    .how-main h2+p {
        margin-top: 12px;
    }
    h2{
        font-size: 22px;
    }
    h3{
        font-size: 20px;
    }
    p{
        font-size: 13px;
        line-height: 21px;
    }
    .page-top{
        padding-top: 40px;
    }
    .wrapper-inside{
        width: calc(100% - 40px);
    }
    .page-top h2{
        font-size: 26px;
        width: var(--column8) ;
    }
    .page-top__image{
        width: 100%;
        padding: 89px;
    }
    .page-top img {
        width: 143%;
        height: 233%;
        top: -57%;
        right: -31%;
    }
    .page-top .wrapper{
        flex-direction: column;
        align-items: flex-start;
    }

    .page-top img{
        transform: rotate(15deg);
    }

    .page-top__description{
        padding: 30px;
        top: -2.7%;
    }
}

.simple-item .simple-item-holder .image .stamps{
    display: flex;
    flex-direction: column;
    gap: 10px;
}