
h1{
    font-size: 67px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 120%;
    max-width: 1000px;
}
h1 .card-label{
    margin-left: 0px;
    position: relative;
    bottom: 40px;
}
.post-header{
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 100%;
}
.item-row{
    display: flex;
    height: 410px;
    margin-bottom: 40px;
}
main .item-row .item-slider{
    width: 730px;
    background-color: var(--white);;
    border-radius: var(--box-radius);
    position: relative;
    margin-left: 0;
}
.item-slider .movie-label{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    background-color: black;
    border-radius: 15px;
    height: 30px;
    width: 160px;
    font-size: 12px;
    color: white;
    z-index: 3;
    left:30px;
    top:20px;
    text-decoration: none;
}
.item-slider .movie-label:hover{
    cursor: pointer;
}

.item-slider .movie-label svg{
    left: 10px;
    position: relative;
    width:21px;
    height:15px;
    fill: white;
}

main .item-slider .arrow{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;

}
main .item-slider .arrow:after{
    display: none;
}
main .item-slider .arrow.right{
    border-right: 12px solid black;
}
main .item-slider .arrow.left{
    border-left: 12px solid black;
}
main .item-row .item-control{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 50px;
}
.item-slider .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.item-slider .swiper-slide > img{
   /* max-height: 420px; */
    height: 100%;
    width: 100%;
    object-fit: contain;
    user-select: none;
}

.item-row .labels{
    margin-bottom: 50px;
}
.item-row .labels .card-label{
    margin: 0 15px 0 0;
}
.item-row .labels .card-label:last-child{
    margin: 0;
}
.item-row .old-price{
    font-size: 54px;
    color:#b6b6b6;
    text-decoration: line-through;
    font-weight: 600;
    line-height: 74.5%;
    margin-bottom: 22px;
}
.item-row .price{
    font-size: 40px;
    font-weight: 600;
    line-height: 75%;
}
.item-row .item-control button{
    margin-top: 40px;
    width: 400px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
    border-radius: var(--box-radius);
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.btn-action:not(:disabled):active{
    top:1px;
    left: 1px;
}
.item-row .item-control .social-media{
    margin-top: 40px;
    display: flex;
    width: 100%;
    padding-left: 40px;

}
.item-control .social-media .link{
    text-decoration: none;
    color:black;
    font-size: 14px;
    font-weight: 400;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
}
.item-control .social-media .link:last-child{
    margin-right: 0;
}
.item-control .social-media .link > span{
    border-bottom: 1px solid black;
}
.item-control .social-media .link:hover{
    cursor: pointer;
}
.item-control .social-media svg{
    fill:black;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
main .consultation-box{
    margin-top: 80px;
    margin-bottom: 20px;
}
main .catalog{
    margin-top: 80px;
    margin-bottom: 80px;
}
main .product-tabs{
    text-decoration: none;
    padding-top: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 107%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    color: black;
    border-bottom: 1px dotted var(--but-color);
}
main .product-tabs:last-child{
    margin-right: 0;
}
main .product-tabs:hover{
    cursor: pointer;
}
.sticky-product {
    position: fixed;
    top:80px;
    width: 100%;
    z-index: 5;
    background-color: #efefef;
}
.hide-sticky{
    z-index: 10;
    display: none;
}
.sticky-product .top-shadow{
    height: 2px;
    margin-bottom: 8px;
    box-shadow: 0px 3px 5px 2px rgba(198,198,198,0.3);
    background-color: rgba(198,198,198,0.4);

}
.sticky-product .bottom-shadow{
    height: 2px;
    margin-top: 8px;
    box-shadow: 0px 3px 5px 2px rgba(198,198,198,0.3);
    background-color: rgba(198,198,198,0.4);
}
.sticky-product .sticky-item-row{
    height: 60px;
    display: flex;
    padding-left: 50px;
    z-index: 4;
    align-items: center;
    width: 1280px;
    margin: auto;
}
.sticky-product .sticky-item-row .item-header{
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 100%;
    position: relative;
    flex-grow: 1;

}
.sticky-product .sticky-item-row .item-header .card-label{
    position: relative;
    bottom: 12px;
    margin-left: 12px;
}
.sticky-product .sticky-item-row .item-control{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    min-width: 720px;
    justify-content: end;
    padding-right: 20px;
}
.sticky-product .prices{
    display: inline-flex;
    align-items: center;
}
.sticky-product .sticky-item-row .old-price{
    font-size: 34px;
    font-weight: 400;
    color:#b6b6b6;
    text-decoration: line-through;
    margin-right: 16px;
}
.sticky-product .sticky-item-row .price{
    font-size: 26px;
    font-weight: 600;
}
.sticky-product .sticky-item-row button > svg{
    display:none;
}
.sticky-product .sticky-item-row button > span{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: white;
}
.sticky-product .sticky-item-row button{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    width: 180px;
    height: 60px;
    border-radius: var(--box-radius);
    border: none;
    outline: none;
}
.sticky-product .sticky-item-row .social-media{
    display: flex;
    flex-direction: column;
}
.sticky-product .sticky-item-row .social-media .link{
    margin-bottom: 8px;
}
.sticky-product .sticky-item-row .social-media .link:last-child{
    margin-bottom: 0;
}
@media (max-width: 640px) and (orientation: portrait){

    h1{
        font-size: 37px;
        margin-bottom: 12px;
        line-height: 110%;
        max-width: initial;
    }
    h1 .card-label{
        bottom: 16px;
        line-height: 100%;
    }
    .post-header{
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 100%;
    }
    .item-row{
        display: flex;
        flex-direction: column;
        height: auto;
        margin-bottom: 20px;
    }
    main .item-row .item-slider{
        width: 100%;
        border-radius: var(--box-mob-radius);
        margin-left: auto;
    }
    main .item-row .item-slider .swiper-wrapper{
        align-items: center;
    }
    .item-slider .movie-label{
        border-radius: 8px;
        height: 15px;
        width: 116px;
        font-size: 10px;
        left:10px;
        top:10px;
    }
    .item-slider .movie-label svg{
        left: 4px;
        scale: 0.72;
    }
    main .item-slider .arrow{
        top:55%;
    }

    main .item-row .item-control{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        padding-left: 0;
    }
    .item-slider .swiper-slide{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item-slider .swiper-slide > img{
       /* max-height: 215px;*/
        object-fit: contain;
    }

    .item-row .labels{
        margin: 20px 0;
        width: 100%;
    }
    .item-row .labels .card-label{
        margin: 0 10px 0 0;
    }
    .item-row .labels .card-label:last-child{
        margin: 0;
    }
    .item-row .old-price{
        font-size: 24px;
        line-height: 74.5%;
        margin-bottom: 0;
        margin-right: 18px;
    }
    .item-row .price{
        font-size: 20px;
        line-height: 75%;
        padding-top: 2px;
    }
    .item-row .item-control button{
        margin-top: 20px;
        width: 380px;
        height: 40px;
        font-weight: 400;
        border-radius: var(--box-mob-radius);
        font-size: 16px;
    }

    .item-row .item-control .social-media{
        margin-top: 20px;
        display: flex;
        width: 100%;
        padding-left: 0;
        justify-content: center;

    }
    .item-control .social-media .link{
        font-size: 12px;
    }

    .item-control .social-media svg{
        margin-right: 5px;
        scale: 0.99;
    }

    main .consultation-box{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    main .catalog{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .nav-tab > li{
        order:2
    }
    main .tb-content{
        padding: 0;
    }
    .tb-content .nav-tab > li.add-tabs{
        padding: 14px 0 13px 0;
        order: 1;
        margin: 0 0 20px 0;
        flex-basis: 100%;
        border-bottom: 1px solid var(--but-color);
        line-height: 100%;
    }
    main .product-tabs{
        padding-top: 0;
        font-size: 12px;
        line-height: 100%;
        margin-right: 20px;
    }
    .sticky-product {
        position: fixed;
        top: 50px;
        width: 100%;
    }

    .sticky-product .top-shadow{
        height: 1px;
        margin-bottom: 2px;
        box-shadow: 0px 1px 3px 1px rgba(198,198,198,0.3);
    }
    .sticky-product .bottom-shadow{
        height: 1px;
        margin-top: 2px;
        box-shadow: 0px 1px 3px 1px rgba(198,198,198,0.3);
      }
    .sticky-product .sticky-item-row{
        height: 50px;
        padding-left: 20px;
        justify-content: space-between;
        width: 100%;
    }
    .sticky-product .sticky-item-row .item-header{
        font-size: 16px;

    }
    .sticky-product .sticky-item-row .item-header .card-label{
        position: relative;
        bottom: 12px;
        margin-left: 4px;
    }
    .sticky-product .sticky-item-row .item-control{
        min-width: initial;
        padding-right: initial;
    }
    .sticky-product .sticky-item-row .old-price{
        font-size: 16px;
        margin-right: 0;
        margin-bottom: 3px;
        line-height: 100%;
    }
    .sticky-product .sticky-item-row .price{
        font-size: 12px;
        line-height: 100%;
    }
    .sticky-product .prices{
        flex-direction: column;
        align-items: center;
    }
    .sticky-product .sticky-item-row button > svg{
        display: inline-block;
        width: 17px;
        height: 17px;
        fill: white;
    }
    .sticky-product .sticky-item-row button > span{
        display: none;
    }
    .sticky-product .sticky-item-row button{
        width: 90px;
        height: 30px;
        border-radius: var(--box-mob-radius);
    }
    .sticky-product .sticky-item-row .social-media{
        display: none;
    }
}