/*@font-face {*/

/*    font-family: 'icomoon';*/

/*    src: url('../fonts/IcoMoon-Free.ttf?v1');*/

/*}*/



@font-face {
    font-family: "FontAwesome";
    src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2");
}


.good-card__price {
    margin-left: 24px;
}
.icon--pm-support .path1::before {
    content: "";
    color: #68737b;
}

.icon--pm-support .path2::before {

    content: "";
    margin-left: -1.0341796875em;
    color: #d5786e;

}

.icon--pm-quality .path1::before {
    content: "";
    color: #fff;
}

.icon--pm-quality .path2::before {
    content: "";
    margin-left: -0.814453125em;
    color: #68737b;
}

.icon--pm-quality .path3::before {
    content: "";
    margin-left: -0.814453125em;
    color: #fff;
}

.icon--pm-quality .path4::before {
    content: "";
    margin-left: -0.814453125em;
    color: #68737b;
}

.icon--pm-quality .path5::before {
    content: "";
    margin-left: -0.814453125em;
    color: #fff;
}

.icon--pm-quality .path6::before {
    content: "";
    margin-left: -0.814453125em;
    color: #68737b;
}

.icon--pm-quality .path7::before {
    content: "";
    margin-left: -0.814453125em;
    color: #d5786e;
}

.icon--pm-return .path5::before {
    content: "";
    margin-left: -0.919921875em;
    color: #596a76;
}

.icon--pm-return .path4::before {
    content: "";
    margin-left: -0.919921875em;
    color: #d5786e;
}

.icon--pm-return .path3::before {
    content: "";
    margin-left: -0.919921875em;
    color: #596a76;
}

.icon--pm-return .path2::before {
    content: "";
    margin-left: -0.919921875em;
    color: #596a76;
}

.icon--pm-return .path1::before {

    content: "";
    color: #596a76;

}

.product_meta {
    display: none;
}

.path1,
.path2,
.path3,
.path4,
.path5,
.path6,
.path7 {
    font-style: normal !important;
}

.icon--arrow-down::before {

    content: "";

}

.icon--cart::before {
    content: "";
}

.header__info-item {
    text-transform: uppercase;
}

.language-switcher {
    margin-top: 10px;
}

.language-switcher a {
    font-weight: 600;
    color: #666;
    text-decoration: none;
}


form.fast-order-form {
    /* background: #f8f8f8; */
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .3);
    padding: 10rem 15rem;
    /* border-radius: var(--ui-radius); */
    margin-bottom: 15px;
    border: 2px solid red;
    /* border-radius: 0; */
}

p.fast-order_title {
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}

input#fast-phone {
    border: 2px solid;
    border-radius: 3px;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

input#fast-phone::placeholder {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
}

.js-phone-mask::placeholder {
    color: #000000;
}

.accordion {
    /* border: 1px solid #ddd; */
    /* border-radius: 5px; */
    margin: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid;
    color: #000000;
    /* font-weight: 600; */
}

.accordion-header {
    /* background-color: #f7f7f7; */
    padding: 10px 0;
    cursor: pointer;
    display: flex;
     align-items: center; 
         font-weight: 600;
}

.accordion-content p {
    margin: 0;
}

.accordion span.icon--arrow-down {
    font-size: 6px;
    margin: 0 10px 0 auto;
}

.accordion-content {
    display: none;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.accordion .icon-arrow {
    transition: transform 0.3s;
}

.accordion .icon-arrow.open {
    transform: rotate(180deg);
}

.accordion-header img {
    width: 30px;
    margin-right: 10px;
}


.accordion-header svg {
    /* width: 30px; */
    font-size: 24px;
    margin-right: 10px;
}

.accordion-header [class^="icon--"] {
    display: flex;
    justify-content: center;
    font-size: 26px;
    width: 27px;
    margin-right: 12px;
}

.checkout-delivery-type .u-radio__inner {
        border: none;
    background: transparent !important;
    padding: 10px 0;
}

.checkout-delivery-type {
    margin-bottom: 15px;   
}

.checkout-delivery-type .u-radio__title{
    font-size: 13rem;
    margin-top: 3px;
}

.fast-order-form .contacts-sale__avatar {
    
    background: var(--color-orange);
    max-width: 70rem;
    width: 70rem;
    height: 70rem;
    margin-right: 15rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60rem;
    flex: 0 0 70rem;
    border-radius: 50%;
    position: relative;
    z-index: 0;
}
.logo {
    margin: 0 auto 0 0;
}

.footer__payments-card-list img {
        background: white;
    height: 32px;
    border-radius: 5px;
}

.card-page__settings-footer-payments img {
    border-radius: 5px;
    border: 1px solid #dddddd;
}
#fast-phone.is-invalid {
    animation: cycle 2s linear infinite;
}

p.product_with_form {
    text-align: center;
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    margin: -5px 0 10px 0px;
}


.review-block {}

.row.layout__reviews {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.review-block {
    display: flex;
    width: 100%;
    height: 306px;
    margin-bottom: 15px;
    /* padding: 10px; */
    /* border: 1px solid; */
    padding-bottom: 15px;
    border-bottom: 1px solid #d0d0d0;
}

.review-block .reviews-section__list-col {
    
}

.layout__reviews .reviews-section__list-col {
    flex: auto;
    width: 100%;
    flex-shrink: 0;
    max-width: 100%;
    max-height: 306px;
    margin-bottom: 15px;
    background: transparent;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}


.layout__reviews .reviews-section__list-col:hover {
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

.layout__reviews .reviews-card__inner {
    display: flex;
    height: 100%;
}

.layout__reviews .reviews-card__picture {
    width: 50%;
    flex-shrink: 0;
    margin-right: 15px;
    margin-bottom: 0;
}

.layout__reviews .reviews-card__picture img {
    /* height: 100%; */
    /* width: auto; */
    /* max-width: 100%; */
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: min-content;
}

.layout__reviews article.reviews-card {
    display: block;
    height: 100%;
    background: transparent;
    box-shadow: none;
    /* border-bottom: 1px solid; */
}

.layout__reviews .reviews-card__picture button {
    display: none !important;
}

form.create-review-form {
    margin: 15px 0;
}

ul#rating-stars {
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 10px;
}

ul#rating-stars li {
    display: inline-block;
    margin-right: 5px;
}

ul#rating-stars li [type="checkbox"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul#rating-stars li [type="checkbox"]:focus {
    outline: 0;
}

ul#rating-stars li [type="checkbox"]:not(:checked).star:before {
    content: "\f006";
}

ul#rating-stars li [type="checkbox"]:checked.star:before {
    content: "\f005";
}

ul#rating-stars li:hover [type="checkbox"].star::before,
ul#rating-stars li:hover~li [type="checkbox"].star::before,
ul#rating-stars li:focus~li [type="checkbox"].star::before {
    content: "\f005";
}

.u-textarea-label span.u-input-label__title {
    margin-top: -20px;
}

@media screen and (min-width: 954px) {
    .order-page .u-nav.header__nav {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .review-block {
        flex-direction: column;
        height: auto;
    }
    
   .layout__reviews .reviews-card__inner {
    flex-direction: column;
    /* flex-wrap: wrap; */
    }
    
    .layout__reviews .reviews-card__picture {
        width: 100%;
        max-height: 400px;
    }
    
    .layout__reviews .reviews-card__content {
        width: 100%;
    }
    
    .layout__reviews .reviews-section__list-col {
        max-height: max-content;
    }
    .layout__reviews .reviews-card__picture img {
        height: auto;
        width: 100%;
        max-height: 100%;
        /* object-fit: cover; */
    }
    
}

@keyframes cycle {
  0% { transform: rotate(0); }
  25% { transform: rotate(-5deg); } /* Лівий край вгору, правий вниз */
  50% { transform: rotate(5deg); }  /* Лівий край вниз, правий вгору */
  75% { transform: rotate(-5deg); }
  100% { transform: rotate(0); } /* Повернення до початкового стану */
}

