.section-d__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

@media (max-width:840px) {
    .section-d__list {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}



@media (max-width:840px) {

}

.head-board__box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.element_shop_item {
    background: white;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px
}

.element_news_item {
    background: #6588ff17;
    border-radius: 7px;
}

.element__details {
    padding: 20px
}

.element__images {
    margin: 0 !important
}

.element__images img {
    border-radius: 7px;
    background: #ffffff
}

.detail_name {
    font-size: 18px
}

.block__list {
    border-radius: 7px;
    padding: 70px 50px !important
}

@media (max-width:840px) {
    .block__list {
        padding: 40px 25px !important
    }
}

.about__image {
    padding-right: 0 !important
}

.about__image img {
    border-radius: 7px
}

.main-banner {
    color: white;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    
}

.main-banner__back {
    z-index: 5;
    opacity: 0.9;
    top: 0
}
.main-banner__back.slide-background {
    /* filter: brightness(0.6); */
}
.main-banner__title.slide-title::after {
    content: '';
    display: block;
    background-image: url(../img/arrow-banner.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-banner__title.slide-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.main-banner__title {
    background-color: #FFFFFF4D;
    padding: 20px;
    border-radius: 20px;
    color: #030404;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 400;
}
.main-banner__img {
    z-index: 7
}

.relative {
    z-index: 10;
    position: relative
}

.intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.block_shop_search.filter {
    padding: 20px;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.button.button_text.filter__close {
    right: 10px;
    position: fixed;
    width: fit-content;
    top: unset;
}

.swiper-product {
    height: 400px
}

.swiper-thumb-product {
    height: 400px
}

@media (max-width:840px) {
    .swiper-thumb-product {
        height: 100px
    }
}

.shop_id_img {
    border-radius: 30px
}

.shop_id_img {
    border-radius: 20px
}

.offer_product .offer__button {
    border-radius: 15px
}

.block_shop_search.filter .button {
    border-radius: 15px
}

.contacts__map {
    margin: 0;
    margin-top: 50px
}

.contacts__map .map {
    position: static
}

.contacts__map iframe {
    position: static !important;
    height: 400px !important
}

.footer__menu {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width:840px) {
    .footer__menu {
        gap: 15px;
        margin-bottom: 25px
    }
}

.section-text {
    padding: 70px 0
}

.section-text__title {
    margin-bottom: 40px;
    font-size: 60px
}

@media (max-width:840px) {
    .section-text__title {
        font-size: 40px
    }
}

.section-text .gallery-item {
    height: auto
}

.section-text br {
    display: none
}

.navigation_horizontal .navigation__menu {
    padding-top: 7px;
    gap: 2px 0
}

.footer__info p {
    font-style: italic;
    font-weight: 600
}

.contacts__container {
    margin-top: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px
}

@media (max-width:840px) {
    .contacts__container {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.contacts__list {
    background-color: #6588ff17;
    border-radius: 40px;
    padding: 70px 50px !important
}

@media (max-width:840px) {
    .contacts__list {
        padding: 40px 30px !important
    }
}

.contacts__list .button {
    margin-bottom: 15px
}

.contacts__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    gap: 30px
}

@media (max-width:840px) {
    .contacts__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.positive__icon {
    height: 30px;
    margin: auto;
    margin-bottom: 30px
}

.positive__icon img {
    width: auto;
    height: 100%
}

.block_positives__buket {
    margin: 0
}



.widjet-callback {
    z-index: 50;
    position: fixed;
    bottom: 40px;
    right: 40px
}

@media (max-width:840px) {
    .widjet-callback {
        bottom: 20px;
        right: 20px
    }
}

.widjet-callback__head {
    position: relative;
    z-index: 10;
    cursor: pointer;
    background: #6588ff17;
    border-radius: 100px;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:840px) {
    .widjet-callback__head {
        width: 70px;
        height: 70px
    }
}

.widjet-callback__head img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:840px) {
    .widjet-callback__head img {
        width: 35px;
        height: 35px
    }
}

.widjet-callback__content {
    z-index: 5;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    bottom: 120%;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.widjet-callback__content.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:840px) {
    .widjet-callback__content {
        gap: 5px;
        bottom: 110%
    }
}

.widjet-callback__item {
    background: #6588ff17;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:840px) {
    .widjet-callback__item {
        width: 50px;
        height: 50px
    }
}

.widjet-callback__item img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain
}

.button-up {
    cursor: pointer;
    position: fixed;
    z-index: 30;
    width: 45px;
    height: 45px;
    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;
    bottom: 40px;
    border-radius: 30px;
    padding: 0;
    left: 30px;
    background: #5B82C1;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0
}

.button-up.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.button-up img {
    width: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.button-up:hover {
    background: #030404 !important;
    border-color: #030404 !important
}

@media (max-width:840px) {
    .button-up {
        left: 20px;
        bottom: 20px
    }
}

.payment_box {
    display: none
}

.popup-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
    background: black;
    position: fixed;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    visibility: hidden;
    opacity: 0
}

.popup-background.active {
    visibility: visible;
    opacity: 0.5
}

.popup {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 90;
    background: #1e1f22;
    position: fixed;
    width: 550px;
    height: 430px;
    border-radius: 30px;
    padding: 60px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    -webkit-transform: translateY(220px);
    transform: translateY(220px);
    opacity: 0
}

@media (max-width:840px) {
    .popup {
        width: 350px;
        border-radius: 20px;
        height: 400px;
        padding: 40px
    }
}

.popup.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.popup__title {
    font-size: 30px
}

@media (max-width:840px) {
    .popup__title {
        font-size: 24px
    }
}

.popup__close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 15px;
    position: absolute;
    width: 20px;
    right: 45px;
    top: 55px;
    cursor: pointer
}

@media (max-width:840px) {
    .popup__close {
        right: 30px;
        top: 30px
    }
}

.popup__head {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

@media (max-width:840px) {
    .popup__head {
        padding-right: 30px
    }
}

.popup__container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.popup__content {
    width: 100%
}

.popup__input {
    position: relative
}

.popup__input .input {
    padding-right: 60px
}

.popup__input .input-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0;
    padding: 15px;
    height: 100%
}

.popup__input .img {
    width: auto;
    height: 15px
}

.popup__field {
    display: -ms-grid;
    display: grid;
    gap: 15px
}

.popup .button {
    height: 50px;
    font-size: 18px;
    padding: 0 90px
}

@media (max-width:840px) {
    .popup .button {
        padding: 0 40px
    }
}

.popup-search {
    max-width: 1200px;
    width: 100%;
    top: 80px;
    bottom: auto;
    padding: 20px 30px;
    height: 90px;
    background: #6588ff17;
    border-radius: 30px;
}

.popup-search__container {
    gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popup-search__input {
    color: white;
    padding: 0 20px;
    background: #2b2b2b;
    border-radius: 20px
}

.popup-search__button {
    cursor: pointer;
    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;
    background: #5B82C1;
    border-radius: 50px;
    min-width: 50px;
    height: 50px
}

.popup-search__button img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 12px
}

.woocommerce-checkout #payment ul.payment_methods li img {
    display: none !important
}
.no-results {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  color: #999;
}