/* HEADER */
nav.categories-menu-nav li.categories-menu-sub__item a {
    text-transform: none;
}

.header-social {
    padding-left: 20px;
}

.header-social--mobile {
    padding-left: 5px;
}

.header-social--mobile .header-social__items {
    column-gap: 5px;
}

.header-social__items {
    display: flex;
    column-gap: 3px;
}

.header-social__item img {
    width: 30px;
}

.promo-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    background-color: #fbcd15;
    text-decoration: none;
    z-index: 99999;
    position: fixed;
    width: 250px;
    right: 77px;
    top: 40%;
    z-index: 1010;
    overflow: hidden;
    white-space: nowrap;
    transform: rotate(-90deg);
    margin-right: -180px;
    cursor: pointer;
}

.promo-banner__title {
    font-size: 18px;
    color: #000;
}

.promo-banner__title:hover,
.promo-banner__title:focus {
    color: #000;
}

.popup-form.popup-form--promo {
    max-width: 390px;
}

.popup-form__socials {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.popup-form__social {
}

.popup-form__social img {
    width: 40px;
}

.form-subheading--promo {
    margin-bottom: 10px;
}

@media(min-width: 991px) {
    .header-social--mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .cart-sum .amount {
        display: none;
    }

    .promo-banner {
        display: none;
    }
}

/* ReCaptcha */
.cf7sr-g-recaptcha {
    transform: scale(.90);
    transform-origin:0 0;
}

/* FAQ Section */
.service-faq {
    /*padding: 80px 0;*/
}

.service-faq h2 {
    text-align: center;
;
    margin-bottom: 20px;
}

.service-faq__item {
    margin-bottom: 10px;
}

.service-faq__header {
    background-color: #f0f0f0;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

.service-faq__header::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../img/icons/checkmark.png");
    background-size: cover;
}

.service-faq__header span {
    padding-left: 30px;
}

.service-faq__body {
    display: none;
    padding: 10px;
}

.service-faq__body p {
    margin: 10px 0;
}

.service-faq__body ul, .service-faq__body ol {
    padding-inline-start: 30px;
    list-style-type: disc;
}

.service-faq__body li {
    margin-bottom: 5px
}

/* PRODUCT */
.product-btn-unavailable {
    font-family: roboto, sans-serif;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    max-width: 100%;
    line-height: 1;
    background-color: #f4002c;
    color: #fff;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding: 13px 29px;
    margin-top: 15px;

}

.product-btn-unavailable:hover,
.product-btn-unavailable:focus {
    background-color: #b76b79;
    color: #fff;
}

/* MAINPAGE */
.trust-us .partner-logo {
    display: flex;
    align-items: center;
    height: 170px;
}

@media(max-width: 768px) {
    .trust-us .col-sm-3 {
        width: 50%;
    }

    .trust-us .partner-logo {
        height: auto;
    }

    .brand-items .col-sm-6 {
        width: 50%;
    }
}

.partner-logo--bg-grey {
    background-color: lightgray;
}

/* WIDGET SOCIAL */
.widget-social {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1010;
}

.widget-social__inner {
    position: relative;
}

.widget-social__btn {
    width: 55px;
    height: 55px;
    background-image: url("/wp-content/themes/profil21/img/icons/widget-social/widget-icon.svg");
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e3e3e3;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.widget-social__btn.active {
    animation: pulse 2s infinite;
    background-color: #f4002c;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

.widget-social__items {
    position: absolute;
    bottom: 100%;
    right: 0;
    display: none;
    margin-bottom: 10px;
}

.widget-social__items.active {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.widget-social__item {
    display: block;
    width: 55px;
    height: 55px;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 50%;
}

.widget-social__item--wa {
    background-color: #01e675;
    background-image: url("/wp-content/themes/profil21/img/icons/widget-social/wa.svg");
}


.widget-social__item--phone {
    background-color: #f4002c;
    background-image: url("/wp-content/themes/profil21/img/icons/widget-social/phone.svg");
    background-size: 25px 25px;
}

.widget-social__item--tg {
    background-color: #24A1DE;
    background-image: url("/wp-content/themes/profil21/img/icons/widget-social/telegram2.svg");
    background-size: 50px 50px;
}

@media (max-width: 991px) {
    .widget-social {
        display: block;
    }
}

@media (max-width: 768px) {
    .widget-social {
        bottom: 175px;
        right: 30px;
    }
}


.slick-next:before,
.slick-prev:before{
    color: #ff254c;
}

.woocommerce-product-gallery__wrapper {
    margin: 30px 0;
}

.woocommerce-product-gallery__image {
    padding: 5px;
    text-align: center;
}

.woocommerce-product-gallery__image img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.slick-prev, .slick-next {
    z-index: 1;
}

.slick-dots {
    text-align: center;
    margin-top: 10px;
}

.mfp-figure {
    max-width: 90%;
    margin: 0 auto;
}

.woocommerce-product-gallery__image img{

}

.name_company{
    margin-bottom: 30px
}

footer.main-footer .address{
    margin: 30px 0 0;
}

footer.main-footer .header-email,
footer.main-footer .header-inn_kpp{
        margin-bottom: 5px;
}
footer.main-footer .header-email a,
footer.main-footer .header-inn_kpp{
    color: #fff;
    font-size: 100%;
    line-height: 1.2;
    text-decoration: none;
}

footer.main-footer .header-email a:hover{
text-decoration: underline;
}

.sale-product-item .sale-item-photo img{
    width: auto;
}

/* MODAL FORM */
.popup-form form .polytics-link-wrap {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 0;
    position: relative;
}

.polytics-link-wrap .wpcf7-form-control-wrap {
    position: static;
}

.popup-form .polytics-link-wrap span.wpcf7-not-valid-tip {
    text-align: left;
    top: -10px;
    right: 0;
}

.polytics-link-inner {
    text-align: left;
}

.polytics-link-wrap .wpcf7-list-item {
    display: inline;
}

/* Информационная плашка над шапкой */
.top-info-bar {
    background: #e30613;
    color: #ffffff;
    padding: 8px 0;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 99999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.top-info-bar__content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.top-info-bar a {
    color: #fff;
    text-decoration: underline;
}

.top-info-bar a:hover {
    text-decoration: none;
}

.js-close-info-bar {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.85;
    padding: 0 8px;
}

.js-close-info-bar:hover {
    opacity: 1;
}


@media (max-width: 768px) {
    .top-info-bar {
        font-size: 13px;
        padding: 7px 0;
    }
    .top-info-bar__content {
        padding: 0 50px 0 20px;
    }
}

.top-info-bar.active{
    display: none;
}

.top-info-bar:not(.active) + .topline nav.main-menu .menu-opener-inner-wrap,
.top-info-bar:not(.active) + .topline nav.main-menu{
top: auto;
}

@media only screen and (max-width: 991px) {
    .top-info-bar:not(.active) + .topline nav.main-menu .menu-wrap {
    top: auto;
}
}