.catalog-block .tab-btn{
    display: inline-flex;
    padding: 15px 38px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: rgba(244, 126, 124, 0.20);
    color: var(--main);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity:.6;
    cursor:pointer;
}

.catalog-block .swiper-pagination-bullet {
    background: var(--main);
    transition: width .2s;
}

.catalog-block .swiper-pagination-bullet-active{
    background:var(--main);
    width:37px;
    height:10px;
    border-radius:5px;
    transition: width .5s;
}

@media(max-width:1100px){
    .catalog-block .nav-holder{
        top:unset !important;
        right:unset !important;
        margin-top:10px;
    }
}

.catalog-block .tab-btn:not(:first-child){
    margin-left:30px;
}

.catalog-block .tab.active{
    display:flex;
}

.catalog-block .tab{
    display:none;
}

.catalog-block .tabs-inner{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
    margin-left:auto;
    margin-right:auto;
}

.catalog-block .tovar-price{
    display:flex;
    flex-direction:row;
}

.catalog-block .tabs-holder{
    margin-top:50px;
}

.catalog-block .tovar_price{
    display:flex;
    flex-direction: row;
    margin-top:auto;
    align-items:center;
}

.catalog-block .tovar_photo{
    width: fit-content;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
    background: #FCFCFC;
}

.catalog-block .catalog-tabs{
    position:relative;
}

.catalog-block .swiper-button-prev3{
    background-image: url(./images/slider-right.png);
    background-repeat: no-repeat;
    right: 0px;
    width: 20px;
    height: 30px;
    transform: rotateZ(180deg);
    padding-left: 20px;
    cursor:pointer;
}

.catalog-block .swiper-button-next3{
    background-image: url(./images/slider-right.png);
    background-repeat: no-repeat;
    right: 0px;
    width: 20px;
    height: 30px;
    padding-right: 20px;
    cursor:pointer;
}

.catalog-block .tovar_name{
    margin-top:16px;
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}

.catalog-block .tovar_proiz{
    margin-top:10px;
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 21px */
    opacity:0.3;
}

.catalog-block .tovar_photo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.catalog-block .tovar{
    width: 100%;
    /*min-width: 270px;*/
    min-height: 400px;
    background:#fff;
    cursor:pointer;
}

.catalog-block .tovar{
    padding:14px;
    position:relative;
}

.catalog-block .tovar-inner{
    display:flex;
    flex-direction:column;
    height:100%;
}

.catalog-block .tovar_price .arrow{
    margin-left:auto;
}

.catalog-block .tovar_price .price{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
}

.catalog-block .tab-btn.active{
    border-radius: 8px;
    background: linear-gradient(283deg, #DE0000 7.15%, #FF2507 90.61%), rgba(244, 126, 124, 0.20);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity:1;
}

.catalog-block .tab-buttons{
    position:relative;
    display:flex;
    flex-direction:row;
}

.catalog-block .nav-holder{
    position:absolute;
    display:flex;
    flex-direction:row;
    width:fit-content;
    right: 0;
    top: 5px;
    z-index:1;
    text-align:center;
    align-items:center;
}

.catalog-block .stocks-section{
    margin-top:30px;
    overflow:hidden;
}

.catalog-block .stocks-inner{
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap:5px;
}

.catalog-block .stock_item__outer{
    border-radius: 10px;
    background: linear-gradient(283deg, #DE0000 7.15%, #FF2507 90.61%);
    position:relative;
}

.catalog-block .stock_item__inner{
    padding:50px;
    display:flex;
    flex-direction: row;
}

.catalog-block .stock_item__inner .icon img{
    position:absolute;
    transform: rotate(-9deg);
    bottom:-12px;
    right:52px;
    max-height: 180px;
    max-width: 180px;
}

@media(max-width:1120px){
    .catalog-block .stock_item__inner .icon img{
        max-height: 100px;
        max-width: 100px;
        right: 0;
    }
}

@media(max-width:900px){
    .catalog-block .stock_item__inner .icon img{
        display:none;
    }
}

@media(max-width:550px){
    .catalog-block .stocks-inner{
        grid-template-columns: 1fr;
    }
}

.catalog-block .stock_item__inner .icon .icon_bg{
    border-radius: 283px;
    opacity: 0.2;
    width: 283px;
    height: 283px;
    background: #fff;
    top:37px;
    position:absolute;
}

.catalog-block .item__info{
    display:flex;
    flex-direction: column;
}

.catalog-block .stock_item__inner .title{
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    margin-bottom:22px;
}

.catalog-block .stock_item__inner .subtitle{
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 28.8px */
}

@media(max-width:1200px){
    .catalog-block .tabs-inner{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width:1000px){
    .catalog-block .tab-buttons{
        display:flex;
        flex-direction:column;
    }
    .catalog-block .tab-btn:not(:first-child){
        margin-left:0px;
        margin-top:20px;
    }
}

@media(max-width:900px){
    .catalog-block .tabs-inner{
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:600px){
    .catalog-block .tabs-inner{
        grid-template-columns: 1fr;
    }
}

.catalog-block .theme-modal .modal-cat-inner {
    overflow-x:hidden;
}

.catalog-block .theme-modal .modal-cat-inner{
    display:flex;
    padding-top:25px;
    padding-left:25px;
    padding-bottom: 53px;
    padding-right:73px;
    height:100%;
}

.catalog-block .theme-modal .left-side{
    width:50%;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-right:65px;
}


.catalog-block .theme-modal .left-side-gallery{
    width:100%;
    margin-top:auto;
}

.catalog-block .theme-modal .swiper-holder{
    position:relative;
    width:99%;
    overflow:hidden;
    text-align:center;
}

.catalog-block .theme-modal .swiper-holder .swiper-slide{
    width:100%;
    height:100%;
    border-radius: 10px;
}

.catalog-block .theme-modal .swiper-holder .swiper-slide img{
    object-fit:cover;
    max-height:100px;
    max-width:115px;
    width:100%;
    height:100%;
    border-radius: 10px;
}

.catalog-block .theme-modal .right-side{
    width:50%;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.catalog-block .theme-modal .buttons a{
    margin-right:30px;
}

.catalog-block .theme-modal .btn_download{
    color:var(--main);
    padding:15px 50px;
    display:flex;
    width:max-content;
    max-width:unset;
    
}

.catalog-block .theme-modal .btn_order{
    padding:15px 50px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 10px;
    background: linear-gradient(283deg, #DE0000 7.15%, #FF2507 90.61%);
    box-shadow: 0px 0px 9px 0px rgba(255, 255, 255, 0.37) inset, 0px 27px 45px -21px rgba(109, 0, 0, 0.65), 0px 5px 0px -2px #BF0000;
    color:white;
}

.catalog-block .theme-modal .right-side .price-section{
    margin-top:auto;
}

.catalog-block .theme-modal .right-side .price-section .price{
    padding-bottom: 20px;
}

.catalog-block .theme-modal .right-side .type{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    opacity:.3;
    padding-bottom:12px;
    padding-top:20px;
}

.catalog-block .theme-modal .right-side .title{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 36px */
    padding-bottom:14px;
}

.catalog-block .theme-modal .right-side .desc{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    opacity:.6;
    
}

.catalog-block .theme-modal strong{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    
}

.catalog-block .theme-modal .right-side .price{
    color: var(--darky);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
}

.catalog-block .theme-modal .right-side .buttons{
    display:flex;
    flex-direction:row;
}

.catalog-block .theme-modal .left-side-img{
    width: 541.584px;
    height: 400px;
    border-radius: 8.429px 0px 0px 8.429px;
    background: #FCFCFC;
    display:flex;
    align-items: center;
}

.catalog-block .theme-modal .left-side-img img{
    width:100%;
    height:50%;
    object-fit:contain;
}

.catalog-block .theme-modal .swiper-button-next-modal{
    width: 50px;
    height: 50px;
    background-image: url(./images/arrow-next.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    right: 42px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.catalog-block .theme-modal .swiper-button-prev-modal{
    width: 50px;
    height: 50px;
    background-image: url(./images/arrow-prev.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 15px;
    left:35px;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.catalog-block .theme-modal .swiper-holder .modal-thumbs .swiper-slide img{
    max-width:350px;
    max-height:350px;
    margin-left:auto;
    margin-right:auto;
}

.catalog-block .theme-modal .swiper-modal .swiper-slide{
    width:25%;
}

@media(max-width:1150px){
    .catalog-block .theme-modal .modal-cat-inner{
        flex-wrap: wrap;
        overflow-y: scroll;
        padding-left:25px;
        padding-right:25px;
        padding-top:25px;
        padding-bottom:25px;
    }
    .catalog-block .theme-modal .right-side .desc{
        padding-bottom:20px;
    }
    .catalog-block .theme-modal .left-side{
        width:100%;
        margin-right:0px;
    }
    .catalog-block .theme-modal .right-side{
        width:100%;
        margin-top:20px;
    }
    .catalog-block .theme-modal .swiper-modal .swiper-holder{
        width:100%;
        text-align:center;
    }
    .catalog-block .theme-modal .swiper-button-next-modal{
        right:0;
    }
    .catalog-block .theme-modal .swiper-button-prev-modal{
        left:0;
    }
    .catalog-block .theme-modal .left-side-img{
        
        max-height:300px;
    }
    .catalog-block .theme-modal .swiper-holder .modal-thumbs .swiper-slide img{
        max-height:280px;
        max-width:280px;
    }
}

@media(max-width:600px){
    .catalog-block .theme-modal .right-side .buttons{
        flex-direction:column;
    }
    .catalog-block .theme-modal .right-side .buttons .btn_order{
        margin-top:20px;
        max-width: 238px;
    }
    .catalog-block .theme-modal .swiper-button-next-modal{
        width:40px;
        /*top: 30px;*/
        /*height:40px;*/
    }
    .catalog-block .theme-modal .swiper-button-prev-modal{
        width:40px;
        /*top:30px;*/
        /*height:40px;*/
    }
    .catalog-block .theme-modal .swiper-modal .swiper-slide{
        width:50%;
    }
}