﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

.text-red {
    color:#ed141f;
}

.popular {
    padding: 25px 0 80px;
    color: rgba(0, 0, 0, 0.25)
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


.path {
    overflow: hidden;
    padding-bottom: 20px;
    font-size: 13px;
}
.path li {
    float: left;
    line-height: 19px;
    margin-right: 5px;
    list-style: none;
}
.path li a {
    color: #818181;
    margin-right: 3px;
}


h1.main-title {
    margin-bottom: 20px;
    font-size: 28px;
}

@media (max-width: 1024px) {
    h1.main-title {
        font-size: 21px;
        line-height: 1.2;
    }
}




.psdoc-main {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.psdoc-main-category__wrap {
    width: 200px;
    display: block;
    flex: 1 0 auto;
}

.psdoc-main-category {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 30px 0 rgba(82, 81, 138, 0.10);
    padding: 12px 24px;
}

.psdoc-main-category > .psdoc-trees {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.psdoc-main-category > .psdoc-trees .psdoc-trees__node.active {
    font-weight: 600;
}

@media (max-width: 1024px) {
    .psdoc-main {
        flex-direction: column;
    }
    .psdoc-main-category__wrap {
        width: auto;
    }
    .psdoc-main-category > .psdoc-trees {
        flex-direction: row;
        flex-wrap: wrap;
    }
}




.catalog-bnr {
    margin: 20px 0;
    display: flex;
    gap: 20px;
}

.catalog-bnr .catalog-bnr-item {
    display: block;
    position: relative;
    padding: 20px 165px 20px 20px;
    width: 50%;
    flex: 0 1 auto;
    border: 1px solid #DFD9D9;
    border-radius: 6px;
    height: 200px;
    color: #363636;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .catalog-bnr .catalog-bnr-item {
        width: 100%;
    }
}

.catalog-bnr .catalog-bnr-item .catalog--bnr-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    position: relative;
    padding: 30px 150px 10px 0;
}

.catalog-bnr .catalog-bnr-item .catalog--bnr-title::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #363636;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.catalog-bnr .catalog-bnr-item:hover {
    color: #00a25d;
    text-decoration: none;
    background: rgba(220, 220, 220, 0.27);
}

.catalog-bnr .catalog-bnr-item:hover .catalog--bnr-title::before {
    width: 105px;
    background: #00a25d;
}

.catalog-bnr .catalog-bnr-item::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.8;
    z-index: 0;
    transition: all 0.3s ease;
}

.catalog-bnr .catalog-bnr-item > * {
    position: relative;
    z-index: 1;
}

.catalog-bnr .catalog-bnr-item:hover::before {
    opacity: 0.6;
    background-size: 320px;
}

.catalog-bnr .catalog-bnr-bg1::before {
    background: url(/style/image/bnr-1.png) no-repeat right center;
    background-size: 220px;
}
.catalog-bnr .catalog-bnr-bg2::before {
    background: url(/style/image/bnr-2.png) no-repeat right center;
    background-size: 220px;
}






.product-list-grid {
    display: grid;
    margin: 0;
    gap: 24px;
    grid-template-columns: repeat(12, 1fr);
}

.product-list-grid .product-image {
    display: flex;
    gap: 12px;
}
.product-list-grid .block-item-3 {
    grid-column-start: span 3;
}

.product-list-grid .block-item-4 {
    grid-column-start: span 4;
}

.product-list-grid .block-item-5 {
    grid-column-start: span 5;
}

.product-list-grid .block-item-7 {
    grid-column-start: span 7;
}

.product-list-grid .block-item-9 {
    grid-column-start: span 9;
}



.catalog-list-grid {
    display: grid;
    margin: 0;
    gap: 12px;
    grid-template-columns: repeat(12, 1fr);
}


.catalog-list-grid .catalog-item {
    grid-column-start: span 3;
    margin: 0;
    box-shadow:  0 0 1px 0 #6a6a6aba;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
    padding: 0;
    position: relative;
}
.catalog-list-grid .catalog-item:hover {
    box-shadow: 0 0 6px 0 #6a6a6aba;
}



@media (max-width: 767px) {
    .catalog-list-grid .catalog-item {
        grid-column-start: span 6;
    }
}

.catalog-list-grid .ci-pic {
    overflow: hidden;
    position: relative;
}
.catalog-list-grid .ci-pic img {
    display: block;
    width: 100%;
    border-radius: 12px 12px 0 0;
}

.catalog-list-grid .ci-mid-wrapper {
     padding: 10px;
}

.catalog-list-grid .ci-product-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #2b2829;
    height: 54px;
    margin: 5px 0 5px 0;
    overflow: hidden;
}
.catalog-list-grid .ci-product-name a {
    color: #2b2829;
    text-decoration: none;
}
.catalog-list-grid .ci-product-name a:hover {
    text-decoration: none;
    color: #ed141f;
}

.catalog-list-grid .b-avail {
    color: #535353;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.catalog-list-grid .b-avail i {
    font-style: normal;
    font-weight: 600;
    color: #000;
}

.catalog-list-grid .b-time-deliv {
    color: #535353;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    margin: 0 5px 10px 0;
}
.catalog-list-grid .b-time-deliv i {
    font-style: normal;
    font-weight: 600;
    color: #000;
}

.catalog-list-grid .b-price {
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    color: #2b2829;
    white-space: nowrap;
    margin: 12px 0 0 0;
    text-align: left;
}





@media (min-width:576px) {
    .container {
        max-width: 540px
    }
    .catalog-list .ci-inner {
        padding: 0;
        box-shadow: none;
        transition: none;
    }
    .catalog-list .ci-product-name {
        margin: 0 0 10px 0;
    }
}

@media (min-width:768px) {
    .popular {
        padding: 40px 0
    }
    .container {
        max-width: 720px
    }
}


@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}



.catalog-list-grid .product-image {
    display: flex;
    gap: 12px;
}

.product-image .image-preview {
    width: 60px;
    flex: 0 1 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-image .image-preview img {
    display: block;
    width: 100%;
    border-radius: 0;
}

#mainImage {
    transition: opacity 0.3s ease;
}

.product-image .image-preview-border {
    border: 2px transparent solid;
    border-radius: 2px;
    padding: 3px;
    cursor: pointer;
}

.product-image .image-preview-border img {
    border-radius: 2px;
}

.product-image .image-preview-border.selected {
    border: 2px #00a25d solid;
    border-radius: 5px;
    padding: 3px;
}

.product-image img.product-image-big {
    display: block;
    width: 100%;
    border-radius: 12px;
}

.product-params  {
    padding: 0 0 7px 0;
    font-size: 14px;
    font-weight: 500;
}

.product-params-table {
    width: 100%;
    max-width: 600px;
}
.product-params-table td {
    color: #343434;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 5px 0;
    vertical-align: top;
}
.product-params-table tr td:first-child {
    color: #8d8d8d;
    padding-right: 15px;
    width: 40%;
}


.product-cart-title {
    font-size: 16px;
    color: #363636;
    margin-bottom: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
}

.product-cart-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #2b2829;
    white-space: nowrap;
    margin: 12px 0 0 0;
    text-align: left;
}



.product-price {
    padding: 30px;
    border-radius: 12px;
    background: #ebebeb80;
}

.product-price hr {
    margin: 20px 0 10px 0;
}

.product-price  hr.product-cart {
    margin: 15px 0;
}


.product-price-title {
    font-size: 18px;
    font-weight: 500;
    color: #363636;
    margin-bottom: 7px;
}


.product-price-now {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #2b2829;
    white-space: nowrap;
    margin: 12px 0 0 0;
    text-align: left;
}

.product-price-old {
    font-weight: 400;
    font-size: 16px;
    color: #847e7e;
    white-space: nowrap;
    text-decoration: line-through;
    padding-left: 7px;
}



.product-add {
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
}

.product-add input[type="checkbox"] {
    vertical-align: middle;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #9a9a9a;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: -3px 3px 0 -25px;
}

.product-add input[type="checkbox"]:checked {
    background-color: #00a25d;
    border-color: #00a25d;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}


.product-add span {
    display: block;
    vertical-align: middle;
    margin-left: 25px;
}

.product-add-info {
    white-space: nowrap;
    margin: 3px 0 0 25px;
}

.product-add-info a {
    text-decoration: none;
    line-height: 1;
    color: #2b2829;
    border-bottom: 1px #2b2829 dashed;
    cursor: pointer;
}

.product-add-info a:hover {
    text-decoration: none;
}

.product-price-sm {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #2b2829;
    white-space: nowrap;
    margin: 6px 0 0 25px;
    display: block;
}

.product-stock {
    font-weight: 400;
    font-size: 14px;
    padding-top: 8px;
}

.product-stock span {
    vertical-align: middle;
}

.product-cart-title .delivery-info {
    display: none;
}

.product-cart-title .delivery-info-empty {
    font-weight: 400;
}

.product-form-block {
    padding-top: 20px;
}

.product-form-cart {

}

.cdek_address_show {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#cdek_widget {
    position: relative;
    z-index: 1;
    height: 500px;
    margin-bottom: 10px;
}

.cdek_flat {
    display: none;
}

.cdek_price {
    font-weight: 500;
}

.cdek_price u {
    font-weight: 400;
    color: #847e7e;
    white-space: nowrap;
    text-decoration: line-through;
    padding-right: 10px;
}


.delivery-action {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    color: #00a25d;
}

@media (max-width: 1024px) {
    .product-list {
        max-width: 768px;
        margin: 0 auto;
    }
    .product-list-grid {
        display: flex;
        flex-direction: column;
    }
    .product-image .image-preview {

    }
    .product-list-grid .product-image {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    #cdek_widget {
        margin-bottom: 50px;
    }
    .product-list {
        max-width: 450px;
        margin: 0 auto;
    }
}

.cart-button {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #00a25d;
    color: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border: 0;
}

.cart-button:hover {
    background: #0aaf69;
    color: #fff;
    text-decoration: none;
}

.b-base-soc-list {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0 -5px;
    padding: 10px 0;
}
.b-base-soc-list > li {
    padding: 0 5px;
}
.b-base-soc-list a {
    width: 30px;
    display: block;
}
.b-base-soc-list img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 440px) {
    .b-base-soc-list {
        margin: 0 -3px;
        flex-wrap: wrap;
    }
    .b-base-soc-list li {
        padding: 0 3px 5px 3px;
    }
    .b-base-soc-list li a {
        width: 28px;
    }
    .b-base-soc-list-black li a,
    .b-base-soc-list-white li a {
        width: 30px;
        padding: 3px;
        height: 30px;
    }
}




.about {
    overflow: hidden;
    position: relative;
    font-size: 16px
}

.about-title,
.about h1 {
    margin: 0 0 24px;
    font-size: 28px;
    font-weight: 600;
}

.about-wrap {
    padding: 50px 0 0 0;
    background: #F7F7F8
}

.about-text {
    color: #333;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.5;
}

.about-text h2 {
    font-size: 20px;
    margin: 20px 0 10px 0;
}

.about-text h3 {
    font-size: 16px;
    margin: 20px 0 10px 0;
}

.about-text p {
    margin: 10px 0;
}

.about-text ol {
    padding: 0;
    margin: 10px 10px 10px 25px;;
}

.about-text ol li {
    position: relative;
    margin: 10px 0;
    padding-left: 5px;
    font-size: 14px;
    line-height: 1.5;
}

.about-text ul {
    list-style: none;
    padding: 0;
    margin: 10px;
}

.about-text ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
    font-size: 14px;
    line-height: 1.5;
}

.about-text ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    font-size: 22px;
    line-height: 1;
}

.about-text a {
    text-decoration: underline;
    color: #056f41;
}

.about-text .contact-info {
    box-shadow: 0 0 6px 0 #6a6a6aba;
    padding: 10px 20px;
    margin: 15px 0;
    border-radius: 12px;
}

.about-text .contact-small {
    margin-top: 15px;
}

.about-text .contact-small p {
    font-size: 12px;
    margin: 7px 0;
}

.status-pay {
    background: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 460px;
    margin: 30px auto;
}
.status-pay .success-icon, .status-pay .error-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.status-pay h1 {
    text-align: center;
    margin-bottom: 15px;
}
.status-pay p {
    font-size: 15px;
}

/* Modal window */

#modal .modal_bg {position: fixed; left: 0; right:0; top: 0; bottom: 0; background: #00000066; display: flex; align-items: center; justify-content: center; z-index: 1000;}
#modal .modal_window {min-width: 290px; max-width: 500px; margin: 0 15px; border-radius: 6px; padding: 25px; background: #fff; position: relative; box-sizing: border-box;}
#modal .modal_close {position: absolute; z-index: 999; width: 35px; right: 5px; top: 5px; height: 35px; background: url(/style/image/modal-close.svg) center no-repeat; cursor: pointer;}
#modal .modal_title {font-size: 18px; font-weight: 600; line-height: 28px; text-align: left;}
#modal .modal_text {font-size: 14px; font-weight: 400; line-height: 24px; text-align: left; margin: 10px 0;}
#modal .modal_text p {margin: 0;}
#modal .modal_btn {display: flex; margin-top: 20px;}
#modal .modal_success {font-size: 18px; padding: 8px 10px; min-width: 100px; text-align: center; border-radius: 6px; border: #00a25d 2px solid; background: #00a25d; color: #fff; font-weight: 500; cursor: pointer;}
#modal .modal_cancel {font-size: 18px; padding: 8px 10px; border-radius: 6px; border: #00a25d 2px solid; background: transparent; color: #00a25d; font-weight: 500; cursor: pointer;}

