body{
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #fff !important; 
}

.container{
    max-width: 1350px;
    margin: 0 auto;
}

.categ-wrapper{
    display: flex;
    justify-content: space-between;
}

.main-wrapper-product{
    display: flex;
    column-gap: 70px;
    margin-top: 50px;
}

.put{
    margin-top: 20px;
}

.put a{
    font-weight: 400;
    font-size: 13px;
    color: #444;
}

h1, h2{
    color: #257985;
    margin: 30px 0 0 0;
}

h2{
    margin-top: 45px;
}


h1 span, h2 span{
    font-weight: 700;
    color: #ff4447;
}

h2, h2 span{
    font-size: 2rem;
}

.strelka{
    font-weight: 700;
    color: #ff4447;
}

.tovar h1{
    font-weight: 700;
    font-size: 36px;
    color: #5ea8a7;
    position: relative;
}

.tovar h1 span{
    color:#ff4447;
}

.tovar h2{
    position: relative;
    font-weight: 700;
    font-size: 32px;
    color: #5ea8a7;
    width: 60%;
}

.tovar h2 span{
    color: #ff4447;
}

.but1 {
  margin: 10px;
}

.gallery{
    display: flex;
}

#product-gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; 
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
}

#product-gallery-modal.open {
    display: flex;
}

#product-gallery-modal .modal-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

#product-gallery-modal .modal-image {
    width: 755px;
    object-fit: contain;
    border-radius: 5px;
}

#product-gallery-modal .modal-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
    z-index: 10;
}

#product-gallery-modal .modal-nav {
    position: absolute;
    top: 50%;
    width: 103%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    transform: translateX(-6%);
    padding: 0 20px;
    box-sizing: border-box;
}

#product-gallery-modal .modal-nav button {
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    font-size: 21px;
    width: 25px;
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider {
    margin-left: 35px;
}

.slider ul {
    padding: 0;
    margin: 0;
    }

 .slider ul li {
        display: none;
    }
    
    .slider ul li:first-child {
        display: block;
    }

.slider ul li img {
    width: 550px;
    height: 405px;
    object-fit: cover;
    border: 1px solid #F5F5F5;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.2s ease;
}

.slider ul li img:hover {
    border: 1px solid #f07c00;
    opacity: 0.75;
}

.content_novost1 ul li img{
    width: 100%;
    height: 100%;
}

.slider-nav{
    width: 100%; /* Растягиваем на всю ширину */
    overflow: hidden;
}

.slider-nav ul{
    display: flex;
    flex-direction: column;
    gap: 20px; /* Расстояние между миниатюрами */
    margin: 0;
    padding: 0;
}

.slider-nav .bx-viewport{
    display:block;
    width:102px !important;
}

.slider-nav ul li{
    display: block;
    box-sizing: border-box;
    height: 100px;
    width: 100px;
}

.slider-nav ul li img{
    transition: 0.2s ease;
    object-fit:cover;
    height: 100px;
    width: 98px;
    border-radius: 3px;
    cursor: pointer;
}

.slider-nav ul li img:hover{
    border: 1px solid #f07c00;
    opacity: 0.75;
}

.slider-nav .bx-wrapper{
    display: block;
    width:105px;
    box-shadow: none;
}

.slider-nav .active img {
    border: 1px solid #DCDCDC;
    }

.modal-slider {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
}
.modal-slider.open {
    display: flex;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    background: #fff;
    padding:40px;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
}

.modal-image {
    width: 500px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    border-radius: 3px;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: #f07c00;
    cursor: pointer;
}

.modal-nav {
    position: absolute;
    top: 50%;
    width: 500px;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-content:hover .modal-nav {
    opacity: 1;
    pointer-events: auto;
}

.modal-nav button {
    background-color: rgba(0,0,0,0.5);
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    transition: background 0.3s ease;
}

.modal-nav button:hover {
    color: #f07c00;
}

.tovar{
    background: #ffffff;
}

.but1{
    display: flex;
    gap: 9px;
    position: relative; 
    width: fit-content;
   /* width: 350px;*/
    cursor: pointer;
}

.but1 a{
    display: flex;
    gap: 9px;
}

.but1_ic{
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='30' height='30' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.8333 13.3333V15.8333M15.8333 15.8333V18.3333M15.8333 15.8333H18.3333M15.8333 15.8333H13.3333' stroke='%23257985' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M16.6667 7.5V7.35703C16.6667 6.91499 16.4911 6.49107 16.1785 6.17851L12.9882 2.98816C12.6756 2.67559 12.2517 2.5 11.8097 2.5H11.6667M16.6667 7.5H13.3333C12.4128 7.5 11.6667 6.75381 11.6667 5.83333V2.5M16.6667 7.5V10M11.6667 2.5H5.00001C4.07954 2.5 3.33334 3.24619 3.33334 4.16667V15.8333C3.33334 16.7538 4.07954 17.5 5.00001 17.5H10' stroke='%23257985' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}

.but1 p{
    padding-top: 6px;
    margin: 0;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #257985;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 18px;
}

.but1 p:hover{
    color: #a2dde5;
}

.knopki_fix{

    max-width: 40%;
}

@media (max-width:1300px) {
    .knopki_fix{
        width: 40%;
    }
    .but_tov1 a{
        width: 72%;
    }
}

@media (max-width:1160px){
    .knopki_fix{
        position: relative;
        float: left;
        top: 530px;
    }

    .slider-title{
        position: relative;
        top:-333px;
    }

    .text2_tovar{
        margin-top:280px;
    }

    .slider10{
        left: -200px;
    }
}

#teh_har{
    scroll-margin-top: 8rem;
}

#markirovka{
    scroll-margin-top: 8rem;
}

#stand_mod{
    scroll-margin-top: 8rem;
}

#chertezh{
    scroll-margin-top: 8rem;
}
/*
.but_tov1{   
    display: flex;
    max-width: 92%;
    height: 49px;
    border: 2px solid #257985;
    border-radius: 5px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #257985;
    text-align: center;
    position: relative;
    margin-bottom:10px;
    outline: none;  
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
*/
.but_tov1 a{
    display: flex;
    max-width: 92%;
    height: 49px;
    border: 2px solid #257985;
    border-radius: 5px;
    background: #fff;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #257985;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
    outline: none;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.but_tov1 a:hover{
    background: #257985;
    color: #fff !important;
    cursor: pointer;
}
/*
.but_tov1:hover{
    background: #257985;
    color: #fff !important;
    cursor: pointer;
}*/

.price_tovar{ 
    position: relative;
    display: flex;
    width: 45.5%;
    height: 49px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='250' height='49' viewBox='0 0 250 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0H250V49H43.239L0 0Z' fill='%235ea8a7' /%3e%3c/svg%3e");
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    z-index: 2;
    align-items: center;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    justify-content: center;
}
 
.but_tov2{
    border-radius: 5px;
    border: none;
    width: 45.5%;
    height: 49px;
    background: #257985;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    top: -49px;
    left: 283px;
}

.but_tov2:hover{
    border: 2px solid #257985;
    background: #fff;
    color: #257985;
}

.three1_but_ic{
    position:relative;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M15.8333 13.3333V15.8333M15.8333 15.8333V18.3333M15.8333 15.8333H18.3333M15.8333 15.8333H13.3333' stroke='%23257985' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3cpath d='M16.6667 7.5V7.35703C16.6667 6.91499 16.4911 6.49107 16.1785 6.17851L12.9882 2.98816C12.6756 2.67559 12.2517 2.5 11.8097 2.5H11.6667M16.6667 7.5H13.3333C12.4128 7.5 11.6667 6.75381 11.6667 5.83333V2.5M16.6667 7.5V10M11.6667 2.5H5.00001C4.07954 2.5 3.33334 3.24619 3.33334 4.16667V15.8333C3.33334 16.7538 4.07954 17.5 5.00001 17.5H10' stroke='%23257985' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}

.knopki4{
    column-count: 2;
    width: 550px;
    position: relative;
    margin-top: 50px;
}

.text2_tovar {
    margin-top: 20px;
}

.text2_tovar p{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    color: #444;
    margin: 20px 0 0 0;
}

.text2_tovar ul{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    margin-top: 10px;
    color: #444;
    cursor: text;
    line-height: 136%;
}

.text2_tovar2 li{
    list-style-type: disc;
    padding-bottom: 10px;
    cursor: text;
}

.kart_chert{
    margin-top: 20px;
}

.table_char{
    width: 57%;
    margin-top: 30px;
    border-collapse: collapse;
}

.table_char th{
    background: #257985;
    color: #fff;
    vertical-align: middle;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
}

.table_char th:first-child{
    text-align: left; 
    padding-left: 30px; 
    border-right: 1px solid #fff; 
    width: 50%;
}

.table_char tr{
    height: 35px;
}

.table_char td:last-child{
    text-align: center;
}

.table_char td:first-child{
    text-align: left; 
    padding-left: 30px; 
    border-right: 1px solid #257985;
}

.table_char td{
    border: 1px solid #257985;
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    color: #444;
}

.table_char tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.pam_tabl{
    color: #ff4447;
   margin-top: 10px;
}

.text_mark{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #514f4f;
    position: relative;
    width: 100%;
    margin-top: 15px;
}

.mark1, .mark1_bottom{
    display: flex;
    align-items: center;
    margin-top: 20px;
    column-gap: 2px;
}
.mark1, .mark1_bottom{
    margin-top: 2px;
}

.mark1_bottom .mark_razd{
    border: 0; 
    width: 14px;
    height: 0px;
}


.mark_razd, .mark1_bottom .mark_razd{
    margin: 0 10px;
}

.mark_bl1{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    line-height: 136%;
    text-align: justify;
    color: #fff;
    width: 60px;
    height: 45px;
    background: #257985; 
    text-align: center;
    padding-top: 8px;
    top: 0px;
}

.mark_bl2{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    width: 45px;
    height: 20px;
    background: #5ea8a7;
    text-align: center;

}

.mark_razd{
    border: 2px solid #444; 
    width: 10px;
    height: 0px;
}

.three1_but a{
    display: flex;
    gap: 9px;
}

.three1_but p{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #257985;
    width: 90%;
    margin: 0;
}

.text2_tovar1{
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 20px;
    color: #444;
}

.text2_tovar2{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #444;
    width: 55%;\
    margin: 20 0 0 0;
}

.mark2{
    width: 57%;
    border-collapse: collapse;
    margin-top: 20px;
}

.mark2 td:nth-child(1){
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    background-color: #5ea8a7;
    width: 6%;
    text-align: center; 
    padding: 0; 
    border-bottom: 1px solid #fff;
}

.mark2 td:nth-child(2){
    background-color: #257985;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    text-align: left; 
    padding-left: 20px; 
    width: 38%; 
    border-bottom: 1px solid #fff;
}

.mark2 td span{
    font-weight: 700; 
    color: #257985;
}

.mark2 td:nth-child(3){
    text-align: left; 
    padding-left: 20px; 
    border: 1px solid #257985;
    width: 58%;
    background-color: #fff;
    font-family: var(--font-family);
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

.mark2 tr:nth-child(1){
    height: 83px;
}

.mark2 tr:nth-child(2){
    height: 66px;
}

.mark2 tr:nth-child(3){
    height: 66px;
}

.mark2 tr:nth-child(4){
    height: 45px;
}

.three1_but{
    display: inline-block;
    margin-left: auto;
}

@media (max-width:1300px) {
    .three1_but{
        top: -190px;
    }
}

.text2_tovar2 span{
    font-weight: 700;
}

.price_tovar2{
    width: 45.5%;
    height: 49px;
    position: relative;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='250' height='49' viewBox='0 0 250 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 0H250V49H43.239L0 0Z' fill='%235ea8a7' /%3e%3c/svg%3e");
}

.slider10 ul li{
    width: 338px; 
    object-fit: contain;
}

.slider10 ul li:nth-child(1){
    width: 300px;
}

.slider102 ul li img{
    width: 100px; 
    height: 100px; 
    object-fit: cover;
}

.bilet{
    width: 722px;
    max-height: 722px;
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1010;
}

.bilet__overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.bilet__box{
    margin: 0px auto;
    width: 722px;
    height: 722px;
    background: #FFFFFF;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.52);
    position: relative;
    border-radius: 5px;
    overflow: auto;
}

.bilet:target {
    display: block;
    opacity: 1; /* делаем окно видимым */
    pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
}

.close_bilet{
    position: absolute;
    top: 22px;
    left: 672px;
    font-weight: 700;
    font-size: 34px;
    color: #257985;
    transform: rotate(45deg);
    cursor: pointer;
}

.zag_bilet{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 34px;
    color: #444;
    position: absolute;
    left: 215px;
    top: 122px;
}

.text_bilet{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color: #444;
    position: absolute;
    width: 552px;
    top: 193px;
    left: 85px;
}

.text_bilet1{
    font-weight: 700;
    top: 130px;
    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    color: #444;
    position: absolute;
    width: 552px;
    left: 85px;
}

.text_bilet2{
    font-weight: 700; 
    top: 182px; 
    color: #257985;
    cursor: pointer;

    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 552px;
    left: 85px;
}

.text_bilet3{
    font-weight: 700; 
    top: 212px;

    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 552px;
    left: 85px;
    color: #444;
}

.text_bilet4{
    font-weight: 700; 
    top: 242px; 
    cursor: pointer;

    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 552px;
    left: 85px;
    color: #444;
}

.text_bilet5{
    font-weight: 700; 
    top: 272px; 
    color: #257985; 
    cursor: pointer;

    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    position: absolute;
    width: 552px;
    left: 85px;
}

.text_bilet6{
    width: 538px; 
    top: 364px;

    font-weight: 400;
    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    color: #444;
    position: absolute;
    left: 85px;
}

.text_bilet7{
    width:538px; 
    top: 484px;

    font-weight: 400;
    font-family: var(--font-family);
    font-size: 20px;
    text-align: center;
    color: #444;
    position: absolute;
    left: 85px;
}

.bilet_pole1_text{
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #444;
    position: absolute;
    top: 267px;
    left: 211px;
}

.bilet_pole1:hover{
    position: absolute; 
    top: 288px;
    left: 211px;
    border: 2px solid #257985;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
    height: 50px;
    background: #fff;
    outline:none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #444;
}

.bilet_pole1{
    position: absolute; 
    top: 288px;
    left: 211px;
    align-items: center; 
    cursor: text;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    width: 300px;
    height: 50px;
    background: #f5f5f5;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #444;
}

.bilet_pole1:focus{
    position: absolute; 
    top: 288px;
    left: 211px;
    font-family: var(--font-family);
    border: 2px solid #257985;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
    height: 50px;
    background: #fff;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #444;
} 

.bilet_pole2_text{
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #444;
    position: absolute;
    top: 358px;
    left: 211px;
}

.bilet_pole2:hover{
    position: absolute; 
    top: 379px;
    left: 211px;
    border: 2px solid #257985;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
    height: 50px;
    background: #fff;
    outline: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #444;
}

.bilet_pole2{
    position: absolute; 
    top: 379px;
    left: 211px;
    align-items: center; 
    cursor: text;
    border: 2px solid #c0c0c0;
    border-radius: 5px;
    width: 300px;
    height: 50px;
    background: #f5f5f5;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #444;
}

.bilet_pole2:focus{
    position: absolute; 
    top: 379px;
    left: 211px;
    font-family: var(--font-family);
    border: 2px solid #257985;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 300px;
    height: 50px;
    background: #fff;
    font-weight: 400;
    font-size: 17px;
    text-align: justify;
    color: #444;
} 

.bilet_btn{
    position: absolute;
    top: 550px;
    left: 211px;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    font-weight: 700;
    font-size: 21px;
    text-align: justify;
    color: #fff;
    border-radius: 5px;
    width: 300px;
    height: 50px;
    background: #257985;
    border: none;
    padding-left: 80px; 
}

.bilet_btn:hover{
    position: absolute;
    top: 550px;
    left: 211px;
    align-items: center;
    cursor: pointer;
    font-weight: 700;
    font-size: 21px;
    text-align: justify;
    color: #257985;
    border: 2px solid #257985;
    border-radius: 5px;
    width: 300px;
    height: 50px;
    background: #fff;
    padding-left: 78px; 
}

.bilet_data1{
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    color: #444;
    position: absolute;
    top: 449px;
    left: 211px;
}

.line_zak{
    border: 1px solid #444;
    width: 538px;
    height: 0px;
    position: relative;
    top: 329px;
}
