/* Пользовательские стили*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@600;700&family=Montserrat:wght@400;500;600;800&family=Oswald:wght@400;500&display=swap");
body {
    background-color: #f6f6f6;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
}
.img-responsive {
    width: 100%;
}
.b-menu {
    height: 110px;
    padding: 0;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(169,163,163,.3);.footer__column-item
}
.b-menu__logo img {
    width: auto !important;
}

/* Меню */
.b-slim_menu {
    text-align: center;
}
li.b-slim_menu__item a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Заголовок H1 */
.col-md-7 {
    width: 75%;
}
.b-mainslider__head {
    color: white;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 80px;
}

.b-mainslider__head a {
    color: #a10f2b;
}
.b-mainslider__head a:hover {
    color: #c73d3d;
}


#mainslider,
.parallax-two,
#photos,
#work,
#faq,
#reviews,
#feedback,
#feature,
#photos2 {
    margin-bottom: 75px;
}
#photos3 {
    margin-bottom: 20px;
}
/* Паралакс mainslider */

#mainslider > .parallax {
    height: 100vh;
    background-size: cover;
    background-position: unset;
}

.b-mainslider__overlay {
    background-color: rgba(0,0,0,.4);
    /*display: flex;*/
    align-items: center;
}
.b-mainslider__head a {
    color: #ffffff;
}

.btn-main:hover {
    color: #ffffff;
    background: #c73d3d;
    border: 2px solid #c73d3d;
}

/* Блок - WHAT DO WE OFFER */
.b-feature__head,
.b-catalog__head,
.b-faq__head,
.b-work__head,
.b-manufacture__head,
.b-feedback__head,
.b-reviews__head {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 60px;
    text-align: center;
    color: #333333;
}

.b-feature__head::after,
.b-catalog__head::after,
.b-faq__head::after,
.b-work__head::after,
.b-manufacture__head::after,
.b-feedback__head::after,
.b-reviews__head::after {
    content: "";
    width: 70px;
    height: 10px;
    background-color: #333333;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.b-feature__item_image img {
    width: 50px;
    margin-bottom: 20px;
}

.b-feature__text {
    color: #555;
    line-height: 23px;
    padding: 0px 150px 40px 150px;
}
.cards__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.b-feature__item {
    width: 25%;
    min-height: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 45px 45px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #eee;
    margin-bottom: 0;
    transition: all .3s;
}
.b-feature__item:hover {
    border-bottom: 2px solid #333;
    cursor: pointer;
    padding: 15px 45px 35px;
}
.b-feature__inner {
    width: 100%;
    text-align: center;
}
.b-feature__inner > h4 {
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.b-feature__inner > p {
    font-size: 14px;
    color: #555;
}
._images__row {
    width: 100%;
    background-color: #f6f6f6;
}
._b-photos-block {
    padding: 0;
}

.b-photos {
    padding: 0;
}
.b-photos__photo--thumbs {
    overflow: hidden;
    margin-bottom: 0;
}
.b-photos__photo img:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}

/* Catalog */

.b-catalog {
    padding: 0;
}
.b-catalog__head {
    background-color: #f6f6f6;
}
.b-catalog__reload {
    background-color: #ffffff;
    padding: 30px 0;
}

.b-item__head--small {
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 22px;
}
.b-item__head a {
    color: #333;
}
.b-item__head a:hover {
    color: #c73d3d;
}
.b-item.b-item--main_button--buy.wow.fadeInUp.animated > .b-badges {
    top: 17px;
}
.b-item__price-text {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
}
.b-item__pricewrap {
    text-align: start;
    padding: 10px 20px 0;
}
.b-item__price,
.b-item__price_cur {
    color: #333;
    font-size: 20px !important;

    padding-right: 2px;
}

.b-item__price .ruble, .b-item__price_cur {
    vertical-align: baseline;
}
.b-catalog__item {
    padding: 0;
    transition: all .3s;
    border: 1px solid #f7e5e5;
    margin: 5px;
    width: 23%;
}

.b-catalog__thumbs .b-item {
    border: none;
    display: flex;
    flex-direction: column;
}
.b-catalog__item:hover {
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.i-cart__submit {
    min-width: 100px !important;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #a10f2b;
    border-radius: 50px;
    color: #a10f2b;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}
.b-item__quantity {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.b-quantity {
    height: 38px;
    /*width: 48%;*/
}
.btn-buy:hover {
    background: #a10f2b;
}
ul.pagination.down {
    margin-top: 40px;
}

/* Блок Special */

.parallax-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-position: center center;
    background-image: url("../../img/back_m_3_2_1.jpg");
}

.parallax-two__info {
    text-align: center;
    width: 100%;
    padding: 0 40px;
    /*-webkit-transform: translate(0%, -100%);*/
    /*-ms-transform: translate(0%, -100%);*/
    /*transform: translate(0%, -100%);*/
    /*opacity: 0;*/
    -webkit-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}
.parallax-two__info._active {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1
}
.parallax-two__h2 {
    color: #f00;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Oswald', sans-serif;
}
.parallax-two__description {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 40px;
}
.parallax-two__btn a {
    padding: 17px 25px;
    background-color: red;
    border-radius: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.parallax-two__btn a:hover {
    color: #111;
}

/* Блок Manufacture*/

.manufacture__text {
  /*-webkit-transform: translate(0%, 100%);*/
  /*-ms-transform: translate(0%, 100%);*/
  /*transform: translate(0%, 100%);*/
  /*opacity: 0;*/
  -webkit-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.manufacture__text._active {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}
.manufacture__text > p {
    margin-top: 10px;
    font-size: 16px;
}

.manufacture__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0 40px;
  /*-webkit-transform: translate(0%, 50%);*/
  /*-ms-transform: translate(0%, 50%);*/
  /*transform: translate(0%, 50%);*/
  /*opacity: 0;*/
  -webkit-transition: all .8s ease 0s;
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}
.manufacture__info > .item {
    width: 25%;
    padding: 0 20px;
    text-align: center;
}
.manufacture__info > .item > .icon img {
    width: 50px;
    margin-bottom: 30px;
}
.manufacture-info__number > .number {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.manufacture-info__number > .text {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.manufacture__icon img {
    max-width: 50px;
    margin-bottom: 20px;
}

.manufacture__info > .item > .info > .description {
    font-size: 0.8rem;
}

.manufacture__info._active {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}

/* Блок Delivery */
#work, .b-faq {
    border-bottom: 1px solid #cdcdcd;
}
.b-faq {
    padding: 0;
}

.b-work {
    padding: 0;
}
.b-work__next_wrapper {
    display: none;
}
.b-work__overlay {
    background: transparent !important;
}
.b-work__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 40px 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.b-work__image {
    margin: 0;
}
._card-delivery__icon {
    width: 90px;
    height: 90px;
    background: #f7f7f7;
    border-radius: 50%;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
._card-delivery__icon.images {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

._card-delivery__info {
    background-color: #ffffff;
    padding: 30px 30px 30px 65px;
}
.card-delivery__title {
    font-size: 21px;
    color: #111;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}
.b-work__text {
    margin-right: 0;
}

/* Блок Faq */

.b-faq__title::before {
    content: '\2714';
    font-size: 24px;
    font-weight: 600;
    position: absolute;
    padding-right: 50px;
    left: -38px;
}
.b-faq__title {
    color: #333;
    padding: 0;
    margin: 10px 0 20px;
    font-family: 'Oswald', sans-serif;
    background: transparent;
    font-weight: normal;
    text-align: start;
    position: relative;
    margin-left: 40px;
}

.b-faq__text {
    padding-left: 38px;
    margin-bottom: 30px;
}
/* Блок Reviews */

.b-reviews {
    padding: 0;
}

/* Блок Feedback */

.feedback__description {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

.feedback__description {
    text-align: start;
    font-size: 18px;
    line-height: 25px;
}

.feedback__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.feedback__img > img {
    width: 23%;
    margin-bottom: 30px;
}

.card-feedback {
    background: #f7f7f7;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    -webkit-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
}
.card-feedback._active {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    opacity: 1;
}
.card-feedback__item {
    width: 30%;
    border-top: 2px solid #72c02c;
    padding: 25px;
}
.card-feedback__title {
    font-size: 30px;
    line-height: 40px;
}

.card-feedback__separator {
    margin: 20px 0;
    height: 1px;
    background: #333;
    width: 40px;
}
.card-feedback__description {
    line-height: 30px;
    color: #5a5858;
    padding-bottom: 30px;
    border-bottom: 1px solid #e7e1e1;
}

/* Footer */

.b-footer {
    background: #000;
    padding-top: 15px;
    overflow: hidden;
}
.b-social__link {
    background-color: #cdcdcd;
    color: #333333;
    border: none;
}
.footer {
    background: black;
}
.links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
}
.footer__row {
    width: 1110px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
}

.footer__column-item {
    color: #cdcdcd;
    /*width: 33.333%;*/
    width: 50%;
    text-align: center;
    border-right: 1px solid #6a5c5c;
}
.footer__column-item:nth-child(2) {
    border-right: none;
}
.footer__column-item a {
    color: #cdcdcd;
}

.footer__column-icon {
    font-size: 50px;
    margin-bottom: 15px;
}
.footer__column-title {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.footer__column-description a {
    font-size: 12px;
    font-weight: bold;
    color: #cdcdcd;
}
.footer__column-description a:hover {
    text-decoration: underline;
}
.parallax-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
    text-align: center;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-position: center center;
    background-image: url("/wa-data/public/shop/img/back_m_3_2_1.jpg") !important;
}
.text-center.wow.fadeInUp.animated {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    background: #000;
    padding-bottom: 30px;
}
.parallax-three__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* Slick slider */

.slider__review {
    font-size: 13px;
    color: #6c6c6c;
    margin: 0 25px 20px 0;
    background: #ffffff;
    padding: 25px;
}

.slider__review-after {
    position: relative;
}
.slider__review-after:after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 5px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 0;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.05));
}
.slider__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider__author-avatar {
    width: 50px;
    margin-right: 10px;
    border-radius: 50%;
}
.slider__author-name {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
.slick-list {
    overflow: hidden;
}

/* Лента слайдов */
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: revert;
}
.slick-dots li {
    list-style: none;
    margin: 5px;
    border: none !important;
}

/* Активная точка */
.slick-dots li.slick-active button {
    background: #333;
    border: 1px solid #333;
}

/* Элемент точки */
.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #cdcdcd;
}

/* Видео */

.intro {
    max-height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
    /*background: url("/wa-data/public/shop/video/cover.jpg") center no-repeat;*/
    background-size: cover;
}
.intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, .4);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.intro__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
.intro__title {
    margin: 0;
    font-size: 45px;
    color: #fff;
    text-align: center;
}
.video {
    position: relative;
    z-index: 1;
    padding-bottom: 56.25%;
}
.video__media {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}


.b-mainslider__overlay {
    background-color: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-mainslider {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-mainslider__button {
    text-align: center;
}


/* Корзина */

.b-order__header {
    background: none;
}
.wa-submit-button {
    background: #a10f2b;
}

/* Thumbs */

.b-buy__line_price-thumb {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-bottom: 5px;
}

.b-buy__line .b-quantity {
    margin-right: 5px;
}

.btn-thumb {
    text-align: center;
    padding: 10px 0px;
}

/* PopUp */

.popup, .auth-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.popup._active, .auth-modal._active {
    opacity: 1;
    visibility: visible;
}
.popup__body, .auth-modal__body {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px;
}
.popup__content {
    text-align: center;
    color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.auth-modal__content {
    width: 800px;
    height: 680px;
    color: #000;
    position: relative;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    background-color: #FFFFFF;
}
.auth-modal__bg {
    position: absolute;
    right: 410px;
    width: 390px;
    height: 100%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-position: center center;
    background-image: url(/wa-data/public/shop/img/modal-bg_1.jpg);
    /*clip-path: ellipse(83% 70% at 17% 30%);*/
    clip-path: ellipse(83% 110% at 17% 30%);
}
.auth-modal__form {
    width: 400px;
    height: 100%;
    background-color: #ffffff;
    color: #757575;
    font-size: 14px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.auth-modal__title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
}
.auth-type-wrapper, .wa-auth-adapters {
    text-align: center;
    margin: 10px 0 20px 0;
}

/*.auth-modal__social-icon > a > i {*/
/*    display: inline-block;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    background: #6172a9;*/
/*    padding: 11px;*/
/*    border-radius: 50%;*/
/*    color: #fff;*/
/*}*/
.sign-up__text.or {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.sign-up__text.or:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cdcdcd;
    display: block;
    top: calc(50%);
    position: absolute;
}
.or__text {
    z-index: 100;
    width: 50px;
    text-align: center;
    background-color: #ffffff;
}

section.page-section.social-auth-wrapper.wa-auth-adapters {
    width: 100%;
}


.wa-login-form-wrapper input[type="text"],
.wa-login-form-wrapper input[type="email"],
.wa-login-form-wrapper input[type="password"]{
    width: 100% !important;
    height: 54px;
    padding-left: 15px !important;
}
.js-wa-form-item {
    height: 350px;
}
.wa-login-form-wrapper input[type="password"]{
    margin-bottom: 10px;
}
.wa-login-submit {
    padding: 10px 35px;
    min-width: 100px !important;
    background: #fff;
    border: 1px solid #a10f2b !important;
    border-radius: 50px;
    color: #a10f2b;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.wa-login-submit:hover {
    background: #a10f2b;
    color: #ffffff;
}
.wa-buttons-wrapper {
    text-align: center;
    /*margin-top: 40px;*/
}
.popup__close, .auth-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: black;
    z-index: 100;
}
.popup__close i, .auth-modal__close i {
    font-size: 30px;
    color: #333;
    z-index: 1000;
}
.popup__close:hover, .auth-modal__close:hover {
    cursor: pointer;
    transition: .2s;
    transform: rotate(45deg);
}
.popup__img {
    display: contents;
}
.b-feature__item._active {
    background-color: #fff;
    justify-content: center;
    width: 370px;
}
.b-feature__item._active img {
    visibility: visible;
}
.b-feature__item._active > .b-feature__item_image img {
    margin-bottom: 0px;
}
.b-feature__item._active > .b-feature__item_image{
    width: auto;
}

/* Карточка товара в модальном окне */

/*.b-catalog__carousel.b-catalog__carousel--small.i-catalog__carousel.b-slick {*/
/*    display: flex;*/
/*}*/
/*.slick-track {*/
/*    width: 800px !important;*/
/*    display: flex;*/
/*}*/
/*.b-catalog__carousel--small .b-item {*/
/*    height: 300px;*/
/*}*/

/*.item.slick-slide.slick-current.slick-active,*/
/*.item.slick-slide.slick-active {*/
/*    width: auto !important;*/
/*}*/


.b-catalog__carousel {
    display: flex;
}
.b-item {
    height: 280px;
}
.b-item >.b-badges {
    top: 10px;
}

.b-small-list {
    display: flex;
}
.b-small-list__item {
    border: 1px solid #d5d2d2;
    flex-direction: column;
    margin-right: 10px;
    width: 250px;
    /*height: 350px !important;*/
    height: auto;
    padding: 20px;
}
.b-small-list__img_wrap {
    margin-bottom: 20px;
}
.b-small-list__text_wrap {
     width: 100%;
    margin-bottom: 40px;
}
.b-small-list__price_wrap, .b-small-list__buy_wrap {
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

/* Звезды рейтинга */

.b-rating__catalog {
   order: 4;
}

.b-buy__line_price > .b-quantity {
    max-width: 150px;
}
.b-menu__auth i {
    color: #4c4949;
}
.b-menu__auth i:hover {
    cursor: pointer;
}
.link__personal-area a i {
    color: #a10f2b;
}
.b-item__category-name {
    font-size: 17px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    line-height: 22px;
    margin-top: 20px;
}
.badge-text-block {
    top: 15px !important;
}


/* Медиа запросы */

@media(max-width: 320px) {
    .card-feedback__title {
        font-size: 25px;
        line-height: 35px;
    }
    .b-catalog__carousel {
        flex-direction: column;
    }
    .b-item {
        margin-bottom: 10px !important;
        height:auto;
        width: 100%!important;
    }
}

@media (width: 375px) {
    .slider__review {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 414px) {
    .b-small-list {
        flex-direction: column;
    }
    .b-small-list__item {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .b-mainslider__head {
        line-height: 50px;
    }
    .col-md-7 {
        width: 100%;
    }
    .slider__item {
        padding: 0 10px;
    }
    .parallax-three {
        background-attachment: fixed;
        -webkit-background-size: cover;
        background-position: center center;
        height: 440px;
    }
    .footer__column-item {
        border-right: none;
        padding: 30px 0;
        border-bottom: 1px solid #383838;
        width: 100%;
    }
    .footer__column-item:nth-child(3) {
        border-bottom: none;
    }
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feedback__img {
        margin-bottom: 0px;
    }
    .feedback__img > img {
        padding: 5px 15px;
        width: 100%;
    }
    .feedback__description {
        width: 100%;
    }
    .manufacture__info > .item {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .manufacture__info {
        -webkit-transform: translate(0%, 20%);
        -ms-transform: translate(0%, 20%);
        transform: translate(0%, 20%);
        margin-top: -40px;
    }
    .manufacture__text {
        -webkit-transform: translate(0%, 20%);
        -ms-transform: translate(0%, 20%);
        transform: translate(0%, 20%);
        margin-top: -55px;
    }
    .b-feature {
        margin-bottom: 20px;
    }
    .b-feature__item {
        width: 100% !important;
        height: auto;
        background: white;
        margin-bottom: 20px;
        justify-content: center;
    }
    .cards__row {
        background: transparent;
    }
    ._b-photos-block {
        width: 100%;
    }
    #mainslider > .parallax {
        background-attachment: inherit;
        -webkit-background-size: cover;
        background-position: center center;
    }
    .manufacture {
        margin-bottom: 150px;
    }
    .footer__column-item:nth-child(2) {
        border-bottom: none;
    }
    .fancybox-inner {
        height: 500px;
        padding: 50px 0 40px;
    }
    .fancybox-outer, .fancybox-inner {
        max-height: 800px !important;
    }
    .auth-modal__form {
        width: 100%;
    }
    .auth-modal__bg {
        width: 0;
    }
}

@media (min-width: 576px) {
    ._b-photos-block {
        width: 33.333%;
        flex-wrap: nowrap;
    }
    .fancybox-close {
        top: 22px;
        right: 20px;
    }
}

@media (max-width: 767px) {
    .b-feature__text, .b-feature__item_image {
        padding: 0;
    }
    .b-cart__item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #cart__added > .h3,
    .b-cart__name {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 30px;
    }
    .b-catalog__item {
        width: 100%;
    }
    .b-quantity {
        max-width: 130px;
    }
}

@media (max-width: 991px) {
    .card-feedback__item {
        width: 100%;
    }
    .card-feedback__description {
        border-bottom: none;
    }
    .card-feedback__item._mad {
        width: 100% !important;
    }
    .b-faq__title {
        line-height: 25px;
    }
    .b-work__item {
        padding: 10px 0 0px 45px;
        margin-bottom: 5px;
    }
    .b-work--light .b-work__overlay {
        padding-bottom: 30px;
    }
    .cards__row {
        background: transparent;
    }
    .b-feature__item {
        width: 50%;
        background-color: #ffffff;
    }
    .b-feature__head,
    .b-catalog__head,
    .b-faq__head,
    .b-work__head,
    .b-manufacture__head,
    .b-feedback__head,
    .b-reviews__head {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 45px;
    }
}

@media (max-width: 1024px) {
    .footer__row {
        width: auto;
    }
    .auth-modal__bg {
        clip-path: ellipse(74% 94% at 17% 30%);
    }
}

@media (min-width: 1200px) {
    ._delivery-block {
        width: 33.333%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-3 .b-item .btn-buy {
        width: 100% !important;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .b-item__quantity {
        flex-wrap: wrap !important;
    }
    .b-quantity {
        margin-bottom: 10px;
    }
    .b-buy__line_price > .b-quantity {
        margin-bottom: 0px;
    }
}
@media(max-width: 1366px) {
    .auth-modal__bg {
        clip-path: ellipse(83% 99% at 17% 30%);
    }
}















