body {
    background-color: #fafafa;
}

.s-card {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 20px;
}

.s-card-slider {
    width: 511px;
    height: 503px;
    display: flex;
}

.slid-btn-block {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    margin-top:5px;
}

.slid-btn {
    width: 70%;
    border: 0;
}

.slid-next,
.user-slid-next {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/вправо.png');
}

.slid-next:hover,
.user-slid-next:hover {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/вправо-hover.png');
}

.slid-pred,
.user-slid-pred {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/влево.png');
}

.slid-pred:hover,
.user-slid-pred:hover {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/влево-hover.png');
}

.slid-block {
    width: 30px;
    height: 30px;
    transform: scale(0.6);
    cursor: pointer;
    margin-top: -10px;
    margin-right: 20px;
}

.slid-scrol {
    transform: scale(0.6);
}

.slid-btn1 {
    width: 70%;
    border: 0;
    margin: 0px 0px;
    background: #d3dce3;
}

.btn-clos {
    box-shadow: 1px 1px 2px #fff inset;
}

.slider-nav {
    margin-right: 10px;
    display: block;
    height: 527px;
    overflow-y: auto;
    top: 18px;
    margin-top: 7px;
    padding-top: 0px;
}

.slider-nav__item {
    height: 84px;
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 4px;
}

.bnt-slider {
    height: 81px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 4px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 4px;
    padding-top: 4px;
}

.bnt-slider img {
    max-height: 100%;
    max-width: 100%;
}

.slider-block {
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
}

.swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.vendor {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-bottom: 40px;
}

.title {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #4D4D4D;
}

.testimonials {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.testimonials__link {
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #5D71DD;
    border-bottom: 1px solid #5D71DD;
}

.rating {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.rating img:not(:last-child) {
    margin-right: 4px;
}

.available {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #808080;
    margin-bottom: 40px;
}

.price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}

.price__current {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #4D4D4D;
    margin-right: 40px;
}

.price__old {
    font-size: 18px;
    line-height: 25px;
    color: #808080;
    text-decoration: line-through;
    transform: translateY(-5px);
}

.buy {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background-color: #5D71DD;
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.btn-center {
    text-align: center;
}

.modal-open {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #5D71DD;
    border-bottom: 1px solid #5D71DD;
}

@import 'global.css';
@import 'normalize.css';

:root {
    --gutter: 20px;
}

.s-container {
    margin: 0 auto;
}

.height {
    height: 3000px;
}

.btn-add {
    padding-right: 10px;
}

.s-gallery-header {
    padding: 0.1rem 0.3rem;
}

.s-gallery-form {
    border: 1px solid #D9D9D9;
}

.s-gallery-footer {
    /*display: flex;*/
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.4rem;
    border-top: 1px solid #dee2e6;
    color: white;
    background-color: #d3dce3;
    box-shadow: 1px 1px 2px #fff inset;
    border-top: 1px solid #aaa;
}

.s-w-img {
    max-height: 525px;
    margin: 10px auto 10px;
}

.s-w {
    text-align: center;
}

.slider-row {
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #aaa;
}

/* удалить из input файл не выбран */
input[type='file'] {
    color: transparent;
}

.btn-block {
    margin-right: 10px;
}

.img-container {
    position: relative;
    width: 350px;
}

.img-source {
    border-radius: 5px;
}

.expand-icon {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.modal-content {
    animation-name: zoom;
    animation-duration: 0.6s;
}

.c-s-n {
    max-width: 100%;
}


.tt1 {
    height: 350px;
}


input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 3px 7px;
    cursor: pointer;
    background-color: #0d6efd;
    font-size: 0.96rem;
    border-radius: 5px;
    margin-right: 6px;
}

.custom-file-upload:hover {
    background-color: #0a53be;
    border-color: #0a58ca;
}

.img-s {
    height: 516px;
    overflow: hidden;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.in {
    color: black;
    margin-right: 16px;
    box-shadow: 1px 1px 2px #fff inset;
}

.bnt-label {
    border: 1px solid #0d6efd;
    border-radius: 3px;
    color: #000;
    background: #0d6efd;
    margin-right: 12px;
    font-family: Font Awesome 6 Free;
    font-weight: 360;
    padding: 3px 7px;
    cursor: pointer;
    font-size: 15px;
    box-shadow: 1px 1px 2px #fff inset;
}

.bnt-label:hover {
    color: #fff;
    background: #0b5ed7
}

.no-sliders {
    display: block;
}

.no-img {
    height: 545px;
    text-align: line-height;
    padding-top: 80px;
    display: block;
}

.no-img a {
    font-size: 22px;
}

.rr {
    border: 2px solid #f17c05;
}

.slid-up {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/вправо.png');
    transform: rotate(-90deg);
    margin-left: -35px;
}

.slid-up:hover {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/вправо-hover.png');
    transform: rotate(-90deg);
}

.slid-dn {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/вправо.png');
    transform: rotate(90deg);
    margin-top: 10px;
    margin-left: -35px;
}

.slid-dn:hover {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('/assets/img/icons/вправо-hover.png');
}

.div-slider {
    display: block;
}

.text18 {
    font-size: 18px;
    text-decoration: none;
    color: white;
}

.pag_slide {
    margin-top: 4px;
    margin-bottom: 4px;
    justify-content: center;
}

.button-slider {
    margin-top: 7px;
}

.nav-slider {
    /*! margin-left: 120px; */
    text-align: center;
}


.slide_img:hover {
    cursor: pointer;
}

.foot-bl-end{
    display:flex;
}

.textcont{
    
display:block;
width: 50px;
    height: 20px;
}

 .no-visual-search {
        pointer-events: none;
    }

.views {
    margin-top: 3px;
    display: block;
    text-decoration: none;
    background-color: #c5cacf;
    color: #000;
    border-radius: 5px;
}


.views::before {
    margin-right: 0.9em;
}

@media screen and (max-width: 1920px) {
    .s-w-img {
        max-width: 368px;
    }

    .card-slider {
        max-width: 100px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 1600px) {
    .s-w-img {
        max-width: 704px !important;
        object-fit: contain;
    }

    .card-slider {
        max-width: 100px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }
}

@media screen and (max-width: 1400px) {
    .s-w-img {
        max-width: 704px !important;
    }

    .card-slider {
        max-width: 100px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }

    /*    .button-slider{*/
    /*    display:none;*/
    /*}*/
}

@media screen and (max-width: 1200px) {

    .text-center {
        max-width: 1000px;
    }

    .card-slider {
        max-width: 116px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }

    /*    .button-slider{*/
    /*    display:none;*/
    /*}*/
}

@media screen and (max-width: 992px) {

    .text-center {
        max-width: 750px;
    }

    .card-slider {
        max-width: 104px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }

    /*    .button-slider{*/
    /*    display:none;*/
    /*}*/
}

@media screen and (max-width: 768px) {

    .text-center {
        max-width: 664px;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .card-slider {
        max-width: 136px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }

    .s-w-img {
        max-width: 521px !important;
        max-height: 511px;
    }

    .ruf {
        font-size: 22px !important;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    /*    .button-slider{*/
    /*    display:none;*/
    /*}*/

}

@media screen and (max-width: 576px) {

    .text-center {
        max-width: 664px;
    }

    .bnt-slider {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .photo {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .s-w-img {
        max-width: 451px !important;
        max-height: 511px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ruf {
        font-size: 16px !important;
    }

    .card-slider {
        max-width: 100px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }

    .div-slider {
        display: none;
    }

    .mainImg {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 518px !important;
    }

    .button-slider {
        margin-top: 0px;
    }

    .slid-block {
        margin-top: -5px;
    }

    /* .button-slider{
        display:none;
    } */
}

@media screen and (width < 576px) {

    .text-center {
        max-width: 664px;
    }

    .bnt-slider {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .photo {
        max-width: 100% !important;
        max-height: 100% !important;
    }

    .s-w-img {
        max-width: 451px !important;
        max-height: 511px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ruf {
        font-size: 16px !important;
    }

    .card-slider {
        max-width: 100px;
        max-height: 469px;
        padding-right: 0px;
        padding-left: 0px;
        margin-left: 0px;
        margin-bottom: 9px;
        padding-bottom: 13px;
    }

    .div-slider {
        display: none;
    }

    .mainImg {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
        height: 490px !important;
    }

    .button-slider {
        margin-top: 0px;
    }

    .slid-block {
        margin-top: -5px;
    }

    /* .button-slider{
        display:none;
    } */
}


/*@media screen and (max-width: 480px) {*/

/*    .s-w-img {*/
/*        max-width: 100% !important;*/
/*        max-height: 100% !important;*/
/*    }*/

/*    .photo {*/
/*        max-width: 100% !important;*/
/*        max-height: 100% !important;*/
/*    }*/

/*    .card-slider {*/
/*        max-width: 100px;*/
/*        max-height: 469px;*/
/*        padding-right: 0px;*/
/*        padding-left: 0px;*/
/*        margin-bottom: 9px;*/
/*        padding-bottom: 13px;*/
/*    }*/

/*    .div-slider {*/
/*        display: none;*/
/*    }*/

/*    .mainImg {*/
/*         margin-left: 0px;*/
/*         margin-top: 5px;*/
/*         height: 440px;*/
/*    }*/

/*    .ruf {*/
/*        font-size: 16px !important;*/
/*    }*/

/*    .text18{*/
/*         font-size: 14px;*/
/*    }*/

/*    .button-slider{*/
/*        display:none;*/
/*    }*/

/*}*/