@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Semibold.woff2'),
        url('../fonts/Gilroy-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-UltraLight.woff2'),
        url('../fonts/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gilroy', sans-serif;
    background: #FBFBFB;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 48px;
}

.container--heading {
    max-width: 1688px;
    width: 100%;
}

.container--page {
    max-width: 1292px;
    width: 100%;
}

.logo {
    flex: none;
    width: 247px;
    height: 88px;
}

.button {
    background: #0B9CEF;
    color: #FFFFFF;
    padding: 16px 32px;
    border-radius: 25px;
    border: 1px solid transparent;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    flex: none;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.button--bottom-indent {
    margin-bottom: 24px;
}

.button:hover {
    color: #0B9CEF;
    background-color: #FFFFFF;
    border: 1px solid #0B9CEF;
}

/* ---------- HOMEPAGE----------  */

.banner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 552px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 76px auto;
}

.banner--one {
    background: #000000 url(../images/banner-homepage-one.webp) no-repeat center;
    background-size: cover;
}

.banner--two {
    background: #000000 url(../images/banner-homepage-two.webp) no-repeat center;
    background-size: cover;
}

.banner__wrapper {
    display: flex;
    align-items: center;   
    gap: 26px;
}

.banner__wrapper .wpcf7 {
    flex: none
}

.banner__content {
    width: 100%;
}

.bannner__title {
    font-weight: 900;
    font-size: 54px;
    line-height: 70px;
    text-transform: uppercase;
    font-style: italic;
    color: #FFFFFF;
    max-width: 954px;
}

.banner__description {
    max-width: 600px;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    color: #FFFFFF;
}

.banner__form {
    max-width: 418px;
    height: fit-content;
    background: #FFFFFF;
    padding: 24px 36px;
    border-radius: 8px;
    text-align: start;
}

.form__title {
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 13px;
    line-height: 12px;
}

.form__title--comments {
    margin-bottom: 20px;
}

.form__input {
    background: #F1F1F1;
    border: 0;
    border-radius: 4px;
    padding: 10px 14px;
    margin-top: 10px;
    width: 100%
}

.form__button {
    width: 100%;
}

.example {}

.last-articles {
    display: flex;
    justify-content: space-between;
}

.last-articles__aside {
    text-align: center;
}

.last-articles__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 68px;
}

/* ---------- HEADER----------  */

.header-page {
    background: linear-gradient(90deg, rgb(11, 156, 239, .75) 6.67%, rgb(163, 212, 239, .75) 94.66%), url('../images/banner-top-page.jpg') no-repeat center;
    background-size: cover;
    padding: 24px 0;
    margin: 0 auto 80px;
    max-width: 1824px;
}

.header__nav {
    box-shadow: 0px 11px 19px rgba(0, 0, 0, 0.04);
    height: 48px;
}

.header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px auto;
    gap: 15px;
}


.header__phone {
    font-weight: 600;
    font-size: 26px;
    line-height: 160%;
    flex: none;
}

.header__button--mobile {
    display: none;
}

.breadcrumbs-wrapper {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #FFFFFF;
}

.breadcrumbs-wrapper a {
    color: #FFFFFF;
}

/* ---------- HEADER END----------  */

/* ---------- PRICE----------  */

.heading {
    font-size: 44px;
    font-weight: 900;
    font-style: italic;
    line-height: 52px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 48px;
}

.list__item {
    max-width: 348px;
    height: 672px;
}

.list__item--popular {
    max-width: 348px;
    height: 528px;
}

.list__item--popular:last-child .card__button {
    padding: 8px 42px;
    margin: 0 42px 28px;    
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;   
    padding: 56px 36px;
    width: 100%;
    height: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    background-color: #FFFFFF;
}

.last-articles__card {
    padding: 0;
}

.card__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 28px;
    text-align: center;
}

.card__picture {
    max-height: 136px;
    object-fit: cover;
    margin-bottom: 30px;
}

.card__picture--homepage {
    max-width: 170px;
    max-height: 100%;
    margin-bottom: 62px;
}

.card__picture--last-articles {
    width: 100%;
    max-height: 200px;
    margin-bottom: 0;
}

.card__picture--last-articles img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card__title {
    min-height: 80px;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}

.price-value {
    font-size: 18px;
    line-height: 30px;
}

.card__button {
    padding: 16px 64px;
    margin: 0 auto 28px;
    width: fit-content;
}

.list__item--popular .card__button:hover {
    color: #FFFFFF;
    background-color: #0B9CEF;
    border: 1px solid #0B9CEF;
    cursor: default;
}

.card__descriprion--homepage {
    text-align: center;
}

/* ---------- PRICE END----------  */

/* ---------- DELIVERY----------  */
.courier__content {
    display: flex;
    align-items: center;
    border: 1px solid #EBEBEB;
    background: #fff;
    border-radius: 8px;
    padding: 0px 64px;
    margin-bottom: 64px;
}

.courier__picture {
    margin-right: 48px;
}

.courier__image {
    max-width: none;
    vertical-align: top;
}

.courier__description {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222129;
}

.courier-services {
    display: flex;
    justify-content: center;
    gap: 56px;
    flex-wrap: wrap;
}

.courier-services__item {
    display: flex;
    flex: 1 1 47%;
    width: 568px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    padding: 24px;
}

.courier-services__item::before {
    content: '';
    display: block;
    flex: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 24px;
}

.time::before {
    background: #0B9CEF url(../images/clock.svg) no-repeat center;
}

.call::before {
    background: #0B9CEF url(../images/call.svg) no-repeat center;
}

.item-services__title {
    font-style: normal;
    font-weight: 500;
    font-size: 22.84px;
    line-height: 30px;
    color: #222129;
    margin: 0px 0px 22px 0px;
}

.item-services__text {
    font-style: normal;
    font-weight: 500;
    font-size: 18.84px;
    line-height: 30px;
    color: #222129;
}

.delivery-location {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #222129;
}

.delivery-location__list {
    margin: 0;
}

.delivery-location__item {
    color: #0B9CEF;
    margin-bottom: 8px;
}

.delivery-location__link {
    color: #0B9CEF;
}

/* ---------- DELIVERY END----------  */

/* ---------- GEOLOCATION----------  */

.geolocation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-top: 52px;
}

.contacts {
    background: #FFFFFF;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 56px 96px;
    flex: 1 1 48%;
}

.contacts__title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    color: #222129;
    text-align: center;
    margin-bottom: 84px;
}

.contacts__address {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #222129;
    margin-bottom: 33px;
}

.contacts__data {
    display: flex;
    align-items: center;
    color: #222129;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}

.contacts__data::before {
    content: '';
    display: block;
    flex: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 16px;
}

.location {
    margin-bottom: 32px;
}

.location::before {
    background: #0B9CEF url(../images/location.svg) no-repeat center;
}

.phone {
    margin-bottom: 56px;
}

.phone::before {
    background: #0B9CEF url(../images/phone.svg) no-repeat center;
}

.contacts__work {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #222129;
}

.geolocation__map {
    flex: 1 1 50%;
}

/* ---------- GEOLOCATION END----------  */

/* ---------- FOOTER ----------  */
.footer {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #000000;
    background: #FFFFFF;
    padding: 60px 0 30px;
    margin-top: 60px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.footer-bottom {
    display: flex;
    padding-top: 30px;
    box-sizing: border-box;
    justify-content: space-between;
    border-top: 1px solid #EFEFEF;
}

.footer__nav {
    display: flex;
    justify-content: space-evenly;
    flex: 0 0 50%
}

.nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav__item {
    margin-top: 18px;
    color: #000000;
}

.nav__item:first-child {
    margin-top: 0px;
}

.footer__info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.call-block {
    display: flex;
    flex-direction: column;
}

.footer__time-work::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/clock-footer.svg) no-repeat center;
    margin-right: 16px;
    flex: none;
}

.footer__location::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/location-footer.svg) no-repeat center;
    margin-right: 16px;
    flex: none;
}

.footer-paymets {
    max-width: 336px;
    width: 100%;
}

.footer__phone {
    text-decoration: none;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 160%;
    color: #000000;
    margin-bottom: 20px;
    width: 169px;
}

.footer__time-work {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.footer__location {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.copyright {
    max-width: 340px;
}

.paymet__list {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0 5px;
}

.paymet__item {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
}

.write-me {
    width: 303px;
}

.write-me__link {
    text-decoration: none;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 160%;
    color: #000000;
}


/* ---------- FOOTER end ----------  */

/* ---------- COMMENTS ---------- */
.feedbacks {
    display: grid;
    grid-auto-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
}

.feedback {
    margin: 0 auto;
    /* max-width: 1380px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 6px;
}

.feedback .inner {
    max-width: 1136px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.feedback .wrap {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 0 5px;
    width: 235px;
}

.feedback__author {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.author__name,
.author__age {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

.feedback__text {
    max-width: 754px;
    width: 100%;
}

.feedback__text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #939393;
}

.feedback__data {
    align-self: flex-end;
}

.feedback__data span a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #939393;

}

.comment-list {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}

/* ---------- COMMENT FORM ---------- */

.comment-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1150px;
    width: 100%;
}

.comment-reply-title {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #1B1918;

}

.form__input--comments,
.form__textarea--comments {
    background: #F1F1F1 !important;
    opacity: 1 !important;
    border: 0.5px solid #0B9CEF !important;
}

.form__textarea--comments {
    height: 260px;
    resize: none;
    padding: 28px 36px;
    border-radius: 8px;
    margin: 0 !important;
}

.form__input--comments {
    padding: 12px 35px !important;
    max-width: 640px;
}

.comments__button {
    width: 100%;
    margin-top: 30px;
    border-radius: 15px;
}

/* ---------- COMMENT FORM end ---------- */


#mega-menu-wrap-max_mega_menu_2 {
    display: none;
}

.wrapper {
    height: 100%;
    background: #F5F5F5;
}

.order__container {
    max-width: 1244px;
    margin: 0 auto;
}

.order__title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38px;
    text-align: center;
    color: #222129;
    margin-bottom: 80px;
}

.contact__specialist {
    margin: 80px 0px 94px;
}

.order__payment-choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
}

.choice-payment__element {
    width: 348px;
    text-align: center; 
}

.choice-content {
    background: #FFFFFF;
    border-radius: 6px;
    height: 400px;
    padding: 55px;

}

.choice-payment__picture {
    display: flex;
    height: 143px;
    justify-content: center;
}

.choice-payment__image {
    max-width: none;
}

.choice-payment__description {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    text-align: center;
    color: #222129;

    margin-top: 75px;
}


.choice-payment__mastercard {
    display: flex;
    flex-direction: column;
    align-self: center;
}

/* Геолокация  ======== */
.container__gelocation {
    max-width: 1592px;
    margin: 0 auto;
}

.gelocation {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
    justify-content: center;
}

.contact__items {
    margin: 0px 24px 24px 0px;
}

.contact__item {
    background: #FFFFFF;
    box-shadow: 0px 11.5279px 23.0558px rgba(0, 0, 0, 0.06);
    border-radius: 6.91673px;
    text-align: left;
    padding: 53px 85px 167px 102px;
}

.contact__title {
    font-style: normal;
    font-weight: 500;
    font-size: 27.6669px;
    line-height: 170%;
    color: #222129;
    text-align: center;
    margin: 0px 0px 84px 0px;
}

.contact__address {
    font-style: normal;
    font-weight: 500;
    font-size: 20.7502px;
    line-height: 160%;
    color: #222129;

    max-width: 336px;
    margin: 0px 0px 33px 0px;
    position: relative;
    padding-left: 28px;
}

.contact__address::before {
    content: '';
    background: url('../images/gelocation.svg') no-repeat;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 6px;
    left: -5px;
}

.contact__iphone {
    margin: 0px 0px 54px 0px;
    padding-left: 28px;
    position: relative;
}

.contact__iphone::before {
    content: '';
    background: url('../images/gelocation-call.svg') no-repeat;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 6px;
    left: -5px;
}

.iphone-contact {
    color: #222129;
    text-decoration: none;
    font-weight: 500;
    font-size: 20.7502px;
    line-height: 160%;
}

.contact__work {
    font-style: normal;
    font-weight: 400;
    font-size: 18.4446px;
    line-height: 160%;
    color: #222129;
}

.gelocation__items {
    flex: 1 1 50%;
}

/* Конец Блок Оплата ==============
===================== */


/* Блок Контакты ==============
===================== */
.contacts__container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 46px;
}

.left__contacts {
    width: 878px; 
}

.left__contacts p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #222129;
}

.contacts__menu {
    margin: 0;
}

.contacts__link {
    color: #0496EA;
}

.contacts__list {
    font-style: normal;
    font-weight: 600;
    font-size: 25.618px;
    line-height: 26px;
    color: #0496EA;
}

.contacts__list:not(:last-child) {
    margin-bottom: 10px;
}

.right__contacts {
    width: 572px;
}

.contacts__form {   
    width: 100%;
    height: fit-content;
    background: #FFFFFF;
    padding: 40px 50px 0;
    border-radius: 6px;
    text-align: start;
}

.contacts__form-title {
    text-align: center;
}

.wpcf7-form-control-wrap textarea {
    resize: none;
    height: 150px;
}

.form__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #222129;

}

.button__form {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    /* identical to box height, or 26px */
    background: #0496EA;
    width: 100%;
    color: #FFFFFF;
    border-radius: 25px;
    padding: 13px 0px;
}

/* Конец Блока Контакты ==============
===================== */

/* Блока Статья ==============
===================== */
.direction__container {
    max-width: 1590px;
    margin: 0 auto;
    padding: 0 15px;
}

.direction__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.direction__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #222129;
}

.direction__date {
    display: flex;
    align-items: center;
}

.date__month {
    position: relative;
}

.date__month::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../images/page-time.svg') no-repeat;
    position: absolute;
    top: 4px;
    left: -30px;
}

.date__quantity {
    margin: 0px 0px 0px 61px;
    position: relative;
}

.date__quantity::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url('../images/page-quantity.svg') no-repeat;
    position: absolute;
    top: 4px;
    left: -30px;
}

.body__picture {
    float: right;
    width: 800px;
    margin: 0 0 24px 24px;
}

/* Конец Блока Статья ==============
===================== */

/* ---------- ARTICLES ---------- */

.archive-articles {
    display: grid;
    max-width: 1380px;
    gap: 30px;
    margin: 0 auto;
}

.articles {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

/* single-product */

.container-medium {
    padding: 0 165px;
}

.card-certificate--detail {
    max-width: 408px;
    width: 100%;
    padding: 56px 62px 40px;
    border: 1px solid #EBEBEB;
    border-radius: 7px;
    background-color: #FFFFFF;
    margin-left: 72px;
    margin-bottom: 72px;
    float: right;
    text-align: center;
}

.card-certificate__picture--detail {
    display: block;
    max-width: 284px;    
    margin-bottom: 16px;
}

.post-ratings img {
    width: 20px;
    margin: 8px;
}

.post-ratings-loading {
    text-align: center;
}

.card-certificate__image--detail {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.name-category {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 16px;
    color: #636363;
    text-align: center;
    margin: 8px 0;
}

.card-certificate__card-action {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    max-width: 232px;
    text-align: center;
    margin: 0 auto 24px;
}

.card__button-buy--detail {
    margin-bottom: 36px;
}

.card__price--detail {
    margin-bottom: 20px;
}

.detail__heading {
    clear: none;
}

.article {
    margin: 0 auto;
    max-width: 1380px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 28px 28px 28px 50px;
    background: #FFFFFF;
    border-radius: 6px;
}

.article .inner {
    max-width: 1136px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.article .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 5px;
    max-width: 251px;
    width: 100%;
}

.article__avatar {
    max-width: 251px;
    min-width: 175px;
    width: 100%;
}

.article__title {
    max-width: 768px;
    font-style: normal;
    font-weight: 400;
    font-size: 22.88px;
    line-height: 120%;
    text-align: center;
    color: #222129;
}

.article__avatar img {
    width: 100%;
}

.article__author {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.author__name,
.author__age {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}

/* .article__text {
    max-width: 754px;
    width: 100%;
} */

.article__text p {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #939393;
}

.article__data {
    align-self: flex-end;
}

.article__data span {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    color: #939393;

}

.wrap-vr {
    display: flex;
    margin: 0 10px;
    padding: 10px 0;
    height: 100%;
    box-sizing: border-box;
}

.vr {
    display: inline;
    height: 100%;
    border-left: 1px solid #d5cbcbEC;

}

.gr {
    display: inline;
    width: 100%;
    border-bottom: 1px solid #d5cbcb;
}

/* ---------- ARTICLES end ---------- */

/* ---------- ORDERING ---------- */

.info__item {
    display: flex;
    max-width: 628px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 52px 33px 40px 33px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
}

.ordering__info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr));
    max-width: 1293px;
    /* justify-items: center; */
    gap: 37px;
    margin: 0 auto;
}

.info__item .wrap {
    margin-left: 45px;
}

.info__pic {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #0B9CEF;
    border-radius: 50%;
    box-shadow: 0px 32.882px 43.1577px rgba(11, 156, 239, 0.13);
}

.info__pic img {
    width: 35px;
}

.info__subtitle {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 28.84px;
    color: #222129;
}

.article__text {
    margin: 0;
    max-width: 754px;
    font-style: normal;
    font-weight: 500;
    font-size: 18.84px;
    line-height: 130%;
    color: #636363;
}

.ordering__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 142px;
}

.ordering__bottom .wpcf7 {
    width: 50%;
}

.ordering__form {
    width: 100%;
    height: fit-content;
    background: rgba(0, 0, 0, 0);
    padding: 40px 50px 0;
    border-radius: 6px;
    text-align: start;
}


/* ---------- ORDERING end ---------- */

.products__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
    gap: 24px;    
}

.products__list>.product {
    display: flex;
    flex-direction: column;
    max-width: 333px;
    width: 100%;
    height: auto;
    padding: 40px 50px 0;
    border: 1px solid #EBEBEB;
    background-color: #ffffff;
    text-align: center; 
}

.woocommerce-loop-product__link > img {    
    min-height: 232px;
    object-fit: cover;
}

.woocommerce-Price-amount>bdi {
    border: 1px solid #0B9CEF;
    padding: 5px 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.woocommerce-loop-product__title {
    font-size: 13px;
    min-height: 59px;
}

.dgwt-wcas-search-wrapp {
    margin: 0;
}

.dgwt-wcas-search-input {
    height: auto !important;
    padding: 16px 24px !important;
}


/* woo pagination */

.wp-pagenavi {
    display: flex;
    justify-content: center;
    text-align: center;    
}

.wp-pagenavi a,
.wp-pagenavi span {     
    display: block;
    width: 25px;
    height: 25px;
    margin: 6px;    
    padding: 0;
    border: 1px solid #0B9CEF;
    border-radius: 50%;
}

.homepage-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-testimonials {
    font-size: 36px;
    line-height: 68px;
    font-weight: 600;
}

.homepage-testimonials__all {
    text-align: center;
    margin-top: 24px;
}

.homepage-testimonials__link  {
    color: #0B9CEF;
}

.comment-text {
    text-align: justify;
}

.slick-track {
    display: flex !important;
    gap: 20px;
}

.comments-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-rating {
    display: flex;
    flex-direction: row;
}