:root {
    --c1: #89b48c;
    --c1: #46af4e;
    --c2: #3c5859;
    --c3: #3f3939;
    --c4: #9b6062;
    --c5: #d0b2ba;
    --c6: #dfd9db;
}

body {

    background-color: #f5f5f7;
    font-family: 'Open Sans', Arial, sans-serif !important;
}
.nowrap {
    white-space: nowrap;
}
.substrate {
    background-color: #d7ded8;
    padding-bottom: 2rem;
}
.background-dark {
    background-color: #6e7887;
    color: white;
}
.flexn {
    flex:none;
}
.flex1 { flex:1; }
.flex2 { flex:2; }
.flex3 { flex:3; }
.w20p {width: 20%}
.modal {
    background: #303c4acc;
}
.banner {
    background: url('images/bg1.jpg');
    background-size: cover;
    margin-top: -160px;
    padding-top: 160px;
    height: 660px;
    overflow: hidden;
    width: 100%;
}
a.logo-container {
    text-decoration: none;
}
.product-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}
nav.nav.nav-pills.flex-column.flex-sm-row {

    margin-top: 4px;
}

.w100 {
    width: 100%;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--c3);
}
nav a {
    color: #333;
    border-bottom: 2px solid var(--c1);
    border-radius: 0 !important;
}
nav a:hover {
    color: var(--c1);
    border-bottom: 2px solid var(--c1);
    /*background-image: linear-gradient(0, rgb(70 175 78 / 17%), transparent 25%,transparent);
    */
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--c1) !important;
}
a.nav-link {
    color: var(--c3);
    font-size: 17px;
    padding: 10px 0;
    font-weight: bold;
}

.card {
    
    border:none;
    overflow: hidden;
}

.badge-success {
    color: var(--c2);
    background-color: var(--c1);
}
.badge-danger {
    color: var(--c6);
    background-color: var(--c4);
}
.badge-warning {
    color: var(--c3);
    background-color: #ffc107;
}


.logo {
    font-family: 'Righteous', cursive;
    font-size: 40px;
    line-height: 1;
}
.logo-title {
    text-transform:  uppercase;
    line-height: 1;
}
.logo-container {
    margin: 0.5rem 0;
    font-size: 14px;
    letter-spacing: 1.8px;
}

.fa { color: var(--c1);}
.fa-inverse { color: white; }

span.txt {
    font-weight: bold;
    white-space: nowrap;
    color: var(--c2);
}

a.flex-sm-fill.text-sm-center.nav-link:last-child {
    color: #b74844;
}

.slider {
    margin-top:10px;
}


.logo-container {
    color: #333;
    white-space: nowrap;
}
.logo-container span {
    color: #46af4e;
}
.logo-container:hover {
    text-decoration: none;
    color: #333;
}


/* slider */
body .ui-widget-header {
    background: #46af4e;
}
.ui-slider .ui-state-default,
.ui-slider .ui-widget-content .ui-state-default,
.ui-slider .ui-widget-header .ui-state-default,
.ui-slider .ui-button,
html .ui-slider .ui-button.ui-state-disabled:hover,
html .ui-slider .ui-button.ui-state-disabled:active {
    border: 2px solid #ffffff !important;
    background: #46af4e !important;
    font-weight: normal;
    color: #454545;
    border-radius: 50% !important;
    transform: scale(1.2);
}
.ui-slider .ui-widget.ui-widget-content {
    /* border: 1px solid #c5c5c5; */
    background: #ecf1f7;
    border: none;
}
.ui-slider .ui-widget.ui-widget-content .ui-slider-handle {
    cursor: grab;
}
.formfind{

    font-weight: 600;
}

.header-contact-block {
    height: 2.4rem;
    border-radius: 1.2rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 13px -5px #00000078;
}
.header-contact-block .icon {
    display: flex;
    width: 2.4rem;
    align-items: center;
    justify-content: center;
    flex: none;
}
.header-contact-block .title {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-row .col-block {
    flex: 1;
    margin: 0.5rem;
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 2%) 10px 10px 10px;
    box-shadow: 0px 0px 13px -5px #00000078;
}
.flex-row .col-block:first-child { margin-left: 0;}
.flex-row .col-block:last-child { margin-right: 0;}

.block-description {
    font-size: 1.2rem;
    margin: 1rem 0;
    color: #444;
}
.block-image-icon {
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
    margin: 0 1rem 0 0;
    background-color: white;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.block-link {
    border-radius: 1rem;
    padding: 1rem;
    transition: 0.3s;
    position: relative;
    background: #303c4a;
    cursor: pointer;
    color: white;
    box-shadow: 4px 4px 8px 0px #0000003d;
    margin-right: 2px;
    margin-bottom: 2px;
}
.block-link .link {
    color: white;
}
.block-link:hover {
    background: #303c4a;
    background: #252d36;
    box-shadow: 0px 0px 0px 0px #0000003d;
    /*transform: translateX(2px) translateY(2px);*/
    margin-left: 2px;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.block-link.active:hover {
    /*transform: none;*/

}
.block-image-icon img {
    max-width: 100%;
    max-height: 100%;
}

.block-form {

    background: white;
    padding: 2rem 1rem;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 1%) 10px 10px 10px;
    box-shadow: 0px 0px 13px -5px #00000078;
}
.xsd-form-container {
    max-width: 640px;
    margin: 0 auto;
}
.block-link:before {
    content: '';
    opacity: 0;
    osition: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.block-link:hover .link {
    color: white;
}
.block-link.active:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #303c4acc;
    z-index:1000;

    opacity: 1;
    transform: none;
    transition: opacity 0.3s ease, transform 0.3s step-start;
}

.block-link .block-content {
    display: none;
}
.block-link.active .block-content {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1010;
    background: white;
    padding: 1rem;
    border-radius: 1rem;
    color: #333;
    box-shadow: rgb(0 0 0 / 25%) 2px 2px 10px;
    font-size: 1.2rem;
    padding-right: 16px;
    padding-left: 16px;
    cursor: default;
}

.block-link.active .block-content img {
    max-width: 100%;
}
.block-content .block-content-close {
    flex: none;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 1rem;
    position: absolute;
    right: 0;
    top: 0;

    color: #555;
    font-size: 2rem;
    transition: 0.3s;
    margin: 0.125rem 0.125rem 0.5rem 1rem;

    user-select: none;
    -webkit-user-select: none;
    transform: rotate(45deg);
    background: white;
}
.block-content .block-content-close:hover {
    background-color: #F0F0F0;
}

.faq-item {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    cursor: pointer;
}
.faq-item .l {
    width: 100%;
}
.faq-item .ctrl {
    flex: none;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #555 3px solid;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 1rem;
    /* margin-top: 4rem; */
    color: #555;
    font-size: 3rem;
    transition: 0.3s;
    margin: 0.5rem 0.5rem 0.5rem 1rem;
    
    user-select: none;
    -webkit-user-select: none;
}
.faq-item.opened .ctrl {
    transform: rotate(45deg);
}
.faq-item .q {
    background: white;
    padding: 1rem;
    border-radius: 1rem 1rem 1rem 0;
    box-shadow: rgb(0 0 0 / 7%) 0px 2px 0px 0px;
    position: relative;

}
.faq-item .q:after {
    border: 50px solid transparent;
    border-bottom-color: white;
    position: absolute;
    left: -10px;
    content: '';
    bottom: 0;
    box-shadow: rgb(0 0 0 / 7%) 0px 2px 0px 0px;
    border: 5px solid transparent;
    border-right: 5px solid white;
    border-bottom: 5px solid white;

}
.faq-item .a {
    background: white;

    border-radius: 1rem 1rem 0 1rem;
    box-shadow: rgb(0 0 0 / 7%) 0px 2px 0px 0px;

    background: #46af4e;
    color: white;

    padding: 0;
    height: 0;
    opacity: 0;
    margin-top:0;

    transition: 0.1s;

    position: relative;
}
.faq-item.opened .a {
    padding: 1rem;
    height: auto;
    opacity: 1;
    margin-top: 1rem;
}
.faq-item.opened  .a:after {
    border: 50px solid transparent;
    border-bottom-color: white;
    position: absolute;
    right: -10px;
    content: '';
    bottom: 0;
    box-shadow: rgb(0 0 0 / 7%) 0px 2px 0px 0px;
    border: 5px solid transparent;
    border-left: 5px solid #46af4e;
    border-bottom: 5px solid #46af4e;

}

.xsd-tabs .tab-pane {
    background: white;
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 2%) 10px 10px 10px;
    box-shadow: 0px 0px 13px -5px #00000078;

}
.xsd-tabs .nav-pills {
    font-size: 1.3rem;

}
.xsd-tabs .nav-link {
    font-weight: bold;
    color: #46af4e;
}
.xsd-tabs .nav-link.active {
    background-color: white !important;
    color: #444;
    border-radius: 1rem 1rem 0 0;
    /* box-shadow: 0px 0px 4px -5px #00000078; */
    box-shadow: 0px -4px 4px -5px #00000078;
}
.header-contacts .fa-stack {
    flex: none;
}
.header-contacts-separator {
    width: 0.5rem;
    flex: none;
}
.section-list {
    flex-wrap: wrap;
    gap: 1rem;
}
.section-item {
    background: white;
    border-radius: 1rem;
    flex: 1;

    overflow: hidden;
    box-shadow: 0px 0px 13px -5px #00000078;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    min-width: 30%;

}
.section-item:hover {
    color: #ffffff;
    background: #46af4e;
}

.section-item img {
    flex: 1;
    margin: 1rem 1rem 0;
    border-radius: 0.5rem;
    object-fit: cover;
}
.section-item .title {
    flex: none;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0rem 1rem 1rem;
    text-align: center;
    line-height: 1.25;
}
@media (min-width: 992px) {
    .section-item {
        max-width: calc((100% - 2rem) / 3)
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .header-logo {
        order: 1;
        margin: 1rem;
    }

    .header-address {
        order: 2;
        font-size: 15px;
    }

    .header-contacts {
        order: 3;
        font-size: 15px;
    }
    .banner {
        margin-top: -250px;
    }
}

@media (max-width: 768px) {
    .xsd-tabs .nav-pills {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .xsd-tabs .nav-link.active {
        border-radius: 1rem;
        box-shadow: none;
    }
    .product-detail-first-line {
        flex-direction: column !important;
    }
    .flex-row .col-block {
        margin: 1rem 0;
    }
    .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 10000;
        background: white;
        min-width: 320px;
        padding: 1rem;
        box-shadow: rgb(0 0 0 / 25%) 0 0 10px;
        transform: translateX(-100%);
        transition: 0.3s;
    }
    .main-menu-shadow {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 99;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease, transform 0.3s step-end;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background: radial-gradient(ellipse at center center, rgba(49, 48, 48, 0.5) 0px, #303c4afa 80%) repeat scroll 0% 0% #3535353b;
        opacity: 0;
    }
    .main-menu-shadow.opened {
        opacity: 1;
        transform: none;
        transition: opacity 0.3s ease, transform 0.3s step-start;

    }
    .main-menu.opened {
        transform: translateX(0);
        overflow-y: auto;
    }
    .nav-pills .nav-link {
        padding-left: 1rem;
    }
    /* fix height main image product */
    .product-item-detail-slider-container {
        max-height: none;
    }

    .section-item {
        min-width: calc(100% - 2rem);

    }
}
.product-item-label-top {
    left: 5px;
    top: 5px;
}

.xsd-form-control {
    background: #ecf1f7;
    border: none;
    transition: 0.3s;
}
.xsd-form-control:focus {
    background-color: inherit!important;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 1rem;
}
.bx-breadcrumb .bx-breadcrumb-item a{
    color: #b74843
}
.header-contact-block span.txt {
    margin-right: 1rem;
}

.xsd-content:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -16px;
    border: 12px solid transparent;
    border-top: 12px solid #d7ded8;
}

.price-color-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.price-title {
    flex: 1;
}
.price-color {
    flex: none;
    width: 1rem;
    height: 1rem;
    border-radius: 3px;
    margin-right: 0.5rem;
}
.price {
    font-weight: bold;
    font-size: 2rem;
    white-space: nowrap;
    padding-left: 0;

}

.xsd-block {
    background: white;
    padding: 2rem 1rem;
    border-radius: 1rem;
    box-shadow: rgb(0 0 0 / 1%) 10px 10px 10px;
    box-shadow: 0px 0px 13px -5px #00000078;
}
footer h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
footer a.text-muted {
    color: #aeb9cc;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    display: block;
    padding: 0px 0px 4px;
    text-decoration: none;
}
footer a.text-muted:hover {
    color: #46af4e !important;
}
.footer-contact-block {
    margin-bottom: 2rem;
}
.company-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.company-address {
    font-size: 0.8rem;
    line-height: 1.25;
    color: #AAA;
    margin: 1rem 0;
}
a.company-phone {
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
}
.company-email {
    color: #6c757d;
    font-size: 14px;
    white-space: nowrap;
}
.company-email a {
    color: #46af4e;
    font-size: 14px;
    text-decoration: none;
}

.xsd-block-color {
    width: 4rem;
    height: 2rem;
    border-radius: 1rem;
    margin: 0rem 0 0 0.7rem;
    box-shadow: rgba(0,0,0,0.33) 2px 2px 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.7;
    color: white;
}
.xsd-block-color.all-in-line {
    width: auto;
    aspect-ratio: 1;
    border-radius: 0.25rem;
    margin-bottom: 1rem;
    cursor: default;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    flex: 1;
    min-width: 64px;
    height: 64px;
    opacity: 1 !important;
}
.xsd-block-color.all-in-line img {
    left: 0;
    top: 0;
    max-width: none !important;
    width: 64px;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.8;
}

.xsd-block-color.active {
    opacity: 1;
    box-shadow: none;
}

.xsd-input-group-text {
    border: none;
    background: #b8c4d2;
}

#buyForm .selectorColor {
    gap: 4px;
    margin-left: 0;
    margin-right: 0;
}
#buyForm .selectorColor .xsd-block-color {
    margin: 0;
    border-radius: 4px;
}
#buyForm .selectorColor .xsd-block-color.active {
    border: white 3px solid;
}
#buyForm .bg-dec {
    background: #fffcea;
}
#buyForm sup {
    top: 0.5em;
}
#selectorPopupS {
    height: 32px;
}
.not-offer {
    font-size: 13px;
    color: #b0b0b7;
}