/* .nav-pills .nav-link.active {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
} */


#pills-tab .nav-item:first-child button.nav-link {
    border-top-left-radius: 10px;
}

/* Применяем скругление к последнему элементу */
#pills-tab .nav-item:last-child button.nav-link {
    border-top-right-radius: 10px;
}

.catalogTutorial {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    gap: 40px;
    flex-wrap: wrap;
    /* align-content: space-between; */
}

.catalogTutorialLink {
    width: calc(33% - 35px);
    border: 2px solid #3391c5;
    border-radius: 10px;
}

.catalogTutorialLink a {
    text-decoration: none;
    font-weight: 400;
    font-size: 23px;
    color: #1a1a18;
}

.catalogTutorialEl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
}

.catalogTutorialElText {
    width: calc(100% - 70px);
}

.catalogTutorialElImg {
    height: 50px;
    width: 50px;
    background-position: center;
    background-repeat: no-repeat;
    
}

.instructionDownload{
    background-image: url('../images/offer/instructionDownload.svg');
}

.ruDownload{
    background-image: url('../images/offer/ruDownload.svg');
}

.catalogDownload{
    background-image: url('../images/offer/catalogDownload.svg');
}

.catalogTutorialLink:hover .instructionDownload{
    background-image: url('../images/offer/instructionDownloadWhite.svg');
}

.catalogTutorialLink:hover .ruDownload{
    background-image: url('../images/offer/ruDownloadWhite.svg');
}

.catalogTutorialLink:hover .catalogDownload{
    background-image: url('../images/offer/catalogDownloadWhite.svg');
}



.catalogTutorialLink:hover {
    background-color: #3391c5;
}

.catalogTutorialLink:hover .catalogTutorialElText {
    color: #fff;
}

/* .catalogTutorialLink:hover .catalogTutorialElImg {
    background-image: url('../images/offer/download_white.svg');
} */

.tab-content {
    height: auto;
}

.nav-pills .nav-link {
    padding: 0;
    height: 60px;
}

.sliderContainer {
    height: 600px;
}

.slick-track {
    height: 500px;
}

.sliderContainer {
    position: relative;
}

.slider-arrows {
    position: absolute;
    bottom: 10%;
}


.product {
    height: auto;
}

#offers-table {
    width: 100%;

}



#offers-table tr {
    display: flex;
    gap: 10px;
    height: 50px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
}

#offers-table th {
    width: 100px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#offers-table td {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.15);
    background: #f5f5f5;
    height: 60px;
    border-radius: 10px;
}

#offers-table td:first-child {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #1a1a18;

}

#offers-table td:nth-child(2) {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #3391c5;
    width: 60px;

}

#offers-table td:nth-child(3) {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    width: 60px;
    
}

.dropDown {
    display: none;
}

.sliderNavEl {
    height: auto;
    background-color: #fff;
    height: 180px;
}

.slider-nav {
    margin-top: 40px;
    height: 300px;
}

.slider-nav img {

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}




.slider-nav .glide__slide .active {
    border: 2px solid #3391c5;
}

.slider-nav .glide__slides {
    display: flex;
    flex-wrap: wrap;
    /* Enable wrapping */
    justify-content: flex-start;
}




/* .slider-nav .glide__slide.active {
    border: 2px solid #ff0000;
} */

.thumbnail-slider-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.thumbnail-slider-prev,
.thumbnail-slider-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    opacity: 0.7;
}

.thumbnail-slider-prev:hover,
.thumbnail-slider-next:hover {
    opacity: 1;
}




.thumbnail-slider-controls {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.thumbnail-slider-prev,
.thumbnail-slider-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    opacity: 0.7;
}

.thumbnail-slider-prev:hover,
.thumbnail-slider-next:hover {
    opacity: 1;
}

.glide__track {
    height: 100%;
}

.glide__slides {
    height: 100%;
}

.productInfo {
    margin-top: 40px;
    /* background-color: #fff; */

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.glide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.glide__slide img {
    width: 80%;
}


.productVideoContainer {
    width: 1000px;
    height: 600px;
}

.productDescription table{
    width: 100% !important;
}


@media (max-width: 600px) {


    .thumbnail-slider-controls {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .thumbnail-slider-prev,
    .thumbnail-slider-next {
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: #f0f0f0;
        background-repeat: no-repeat;
        background-position: center;
        border: none;
        opacity: 0.7;
    }

    .thumbnail-slider-prev:hover,
    .thumbnail-slider-next:hover {
        opacity: 1;
    }
}

@media (max-width: 1440px) {
    #addButton {
        font-size: 12px;
    }

}


@media (max-width: 1260px) {

    .formButton {
        position: fixed;
        right: 45px;
        bottom: 90px;

    }

    .placeResult {
        flex-direction: column;
        align-items: center;
        height: auto;
        padding: 10px;
        bottom: 10px;
    }


    .orderButton {
        width: 300px;
    }

    .countItems {
        width: 300px;
    }

    .linkContacts {
        width: 100%;
    }

    .linkContactsEl {
        width: 100%;
    }

    .catalogTutorialElText {
        font-size: 18px;
    }

    .nav-pills .nav-link {
        font-size: 18px;
    }



    .sliderImg img {
        width: 100%;
    }

    .quantity-input form {
        height: 100%;
        width: 100%;
    }

    .offerCount {
        flex-direction: column;
        gap: 10px;
    }


    .table td {
        height: auto;
        padding-bottom: 50px;
    }

    .inputCount {
        width: 100%;
        height: 30px;
    }

    #addButton {
        font-size: 14px;
        width: 100%;
        height: 50px;
    }

    .modal-dialog {
        /* width: 95vw;
            margin: auto; */
        margin-top: 120px;
    }

    .tab-content {
        padding: 20px;
        padding-bottom: 0px;
    }

    .physicalForm {
        width: 100%;
        gap: 20px;
    }

}



@media (max-width: 900px) {



    .productTitle {
        height: auto;
    }

    .modal-dialog {

        width: 95vw;
        margin: auto;
        margin-top: 120px;
    }

    .modal-lg,
    .modal-xl {
        max-width: 95vw;
    }

}

@media (max-width: 1024px) {
    .catalogTutorial {
        gap: 20px;
    }

    .catalogTutorialLink {
        width: calc(33% - 15px);
    }

    .productVideoContainer {
        width: 800px;
        height: 400px;
    }
}



@media (max-width: 800px) {
    .nav-pills .nav-link {
        font-size: 16px;
    }

    .catalogTutorial {
        gap: 20px;
    }

    .catalogTutorialLink {
        width: calc(33% - 12px);
    }

    .modal-dialog {

        width: 95vw;
        margin: auto;
        margin-top: 120px;
    }

    .productVideoContainer {
        width: 600px;
        height: 300px;
    }
}

@media (max-width: 700px) {
    .catalogTutorial {
        gap: 10px;
    }

    .catalogTutorialLink {
        width: calc(33%);
    
    }

    .table td {
        font-size: 14px;
        word-break: break-word;
    }

    .modal-dialog {

        width: 95vw;
        margin: auto;
        margin-top: 120px;
    }

    .slick-slide img {
        width: 100%;
    }

    .productInfoChoice {
        display: none;
    }

    .productTabContent {
        display: none;
    }
    .dropDown {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.15);
        padding: 10px;
    }

    .dropDown details {
        border-bottom: 2px solid #F2F2F2;
    }

    .dropDown details:last-child {
        border-bottom: none;
    }

    .dropDown summary {
        height: 50px;
        margin-top: 20px;
        font-size: 20px;
        font-weight: 600;
    }



    details>summary {
        list-style-type: none;
        width: 100%;
    }
    details > summary::-webkit-details-marker {
        display: none;
      }

    details>summary::after {
        display: inline-block;
        width: 19px;
        /* Ширина вашего SVG */
        height: 11px;
        /* Высота вашего SVG */
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5558 1.0025L10.0025 9.55585L1 0.553349' stroke='%231A1A18' stroke-linecap='round'/%3E%3C/svg%3E%0A");

        content: '';
        margin-left: 10px;
    }


    details[open]>summary::after {
        margin-left: 10px;
        background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.929504 9.62134L9.48285 1.06799L18.4853 10.0705' stroke='%231A1A18' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    }
    

    .catalogTutorialElText {
        font-size: 16px;
    }

    .catalogTutorialLink {
        width: calc(50% - 10px);
    }

    .productVideoContainer {
        width: 500px;
        height: 300px;
    }
}

@media (max-width: 600px) {
    .nav-pills .nav-link {
        font-size: 14px;
    }

    .catalogTutorialEl {
        padding: 0 10px;
    }

    .catalogTutorialElImg {
        width: 50px;
    }

    .modal-dialog {

        width: 95vw;
        margin: auto;
        margin-top: 120px;
    }

}

@media (width < 550px) {

    .formButton {
        position: fixed;
        right: 15px;
        bottom: 180px;
        box-shadow: 0px 2px 15px 0px black;
    }

    .placeResult {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        padding: 10px;
        bottom: 10px;
        width: 95%;
        left: 2.5%;
        gap: 10px;
        border-radius: 15px;
    }


    .orderButton {
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
    }

    .countItems {
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
    }

    .countItems .count {
        font-weight: 500;
        font-size: 16px;
    }



    .nav-pills .nav-link {
        font-size: 12px;
    }

    .catalogTutorialEl {
        padding: 0 5px;
    }

    .table td {
        font-size: 12px;
    }

    .inputCountBtn1 {
        display: none;
    }

    .inputCountBtn2 {
        display: none;
    }

    .table th {
        font-size: 14px;
    }

    #addButton {
        font-size: 10px;
    }

    .tab-content {
        padding: 10px;
    }

    .sliderContainer {
        height: 320px;
    }


    .offersList{
        font-size: 20px;
    }


    .glide__slide {
        width: 100%;
        height: 100%;
    }

    .glide__slide img {
        width: 300px;
        height: auto;
    }

    .glide__slide .sliderNavEl {
        width: 100%;
    }

    .slider-nav {
        display: none;
    }


    .glide__slide {
        height: 400px;
    }

    .glide__slide img {
        width: 320px;
    }

    #offers-table td:first-child {

        font-size: 16px;

    }

    #offers-table td:nth-child(2) {

        font-size: 18px;

    }

    .catalogTutorialElText {
        font-size: 14px;
    }

    .productVideoContainer {
        width: 320px;
        height: 200px;
    }
}

/* @media (min-width: 576px) {
        .modal-dialog {
            max-width: 95vw;

        }
    } */

@media (width < 480px) {
    .formButton {
        position: fixed;
        right: 20px;
        bottom: 150px;
    }

    .placeResult {
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
        padding: 10px;
        bottom: 20px;
        width: 95%;
        left: 2.5%;
        gap: 10px;
        border-radius: 15px;
    }


    .orderButton {
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
        height: 40px;
    }

    .countItems {
        width: 100%;
        border-radius: 10px;
        font-size: 16px;
        height: 40px;
    }

    .countItems .count {
        font-weight: 500;
        font-size: 16px;
    }

    .nav-pills .nav-link {
        font-size: 10px;
    }

    .catalogTutorial {
        flex-direction: column;
    }

    .catalogTutorialLink {
        width: 100%;
    }



    .linkContacts a {
        font-size: 14px;
    }

    .modal-dialog {
        margin-top: 80px;
        width: 95vw;
    }

    .productHead {
        height: auto;
    }




}


@media (width < 400px) {
    .table th {
        font-size: 12px;
    }

    .table td {
        font-size: 10px;
    }
}

/* Стили для формы */


.mainFormContainer {
    display: flex;
}

.order_list {
    flex: 3;
}

.mainForm {
    flex: 7;
}

.order_list_less_800{
    display: none;
}

.order_list_over_800{
    display: block;
}

@media (max-width: 800px) {


    .order_list_over_800{
        display: none;
    }

    .order_list_less_800{
        display: block;
    }
  
}