@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

@media (max-width: 1500px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1360px;
    }
}

input[type="number"] {
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}
.hidden{
display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

section {
    position: relative;
    z-index: 1;
}

body {
    overflow-x: hidden;
}
body.modal-open{
    overflow-y: visible!important;
    padding-right: 0!important;
}
.no-scroll {
    overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input.form-control::placeholder,
textarea.form-control::placeholder,
select.form-control::placeholder {
    color: #FFFFFF80 !important;
    opacity: 1;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder {
    color: #FFFFFF80 !important;
}

input.form-control::-moz-placeholder,
textarea.form-control::-moz-placeholder,
select.form-control::-moz-placeholder {
    color: #FFFFFF80 !important;
    opacity: 1;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    font-display: swap;
    line-height: 17px;
    color: #262028;
}

.fiximage {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.fiximage img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    object-position: center;
    object-fit: cover;
    z-index: 1;
    border-radius: 5px;
}

.btn.btn-primary,
.btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FF8D28;
    border-radius: 90px;
    padding: 15px 50px;
border: 0;
}
.mt-20{
    margin-top: 20px;
}
.btn.btn-primary{
    margin-top: 15px;
}
.form-group{
    margin-bottom: 10px;
}
.btn.delete  {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 60px;
    padding: 12px 23px;
    width: max-content;
    border: 1px solid #E4E4E4;
}

.btn i {
    display: none !important;
}
.btn.btn-primary:hover,
.btn:hover {
    background: #F3790C;
    color: #FFFFFF;
}

.btn2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #EEEEEE;
    width: 100%;
    padding: 15px 50px;
    text-decoration: none;
}

.btn2:hover {
    background: #005AA9;
    color: #FFFFFF;
    border-color: #005AA9;
}

.btn2:hover svg path {
    fill: #FFFFFF;
}

.url {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #005AA9;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.url:hover {
    color: #FF8D28;
}

.url:hover svg path {
    fill: #FF8D28;
}

.url.onecart{
    border: 0;
    background: transparent;
    color: #005AA9;
padding: 15px 22px;
}
.url.onecart:hover{
    color: #004D90;
    text-decoration: underline;
}
.add-items {
    text-align: center;
    padding-top: 30px;
}
.add-items button,
.add-items a {
    border: 1px solid #005AA9;
    padding: 12px 38px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    text-decoration: none;
    color: #005AA9;

}
.add-items button:hover,
.add-items a:hover {
    background: #005AA9;
    color: #FFFFFF;
}
.add-items button:hover svg path,
.add-items a:hover svg path {

    fill: #FFFFFF;
}

.custom-select {
    position: relative;
}

.select-trigger {

    padding: 14px 14px 14px 20px;
    border: 1px solid #EEEEEE;
    border-radius: 44px;
    background: white;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #3E3E3E;
    min-width: 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.select-trigger .selected-text {
    /*white-space: nowrap;*/
}

.select-arrow {
    transition: transform 0.3s ease;
}

.custom-select.active .select-trigger {
    border-radius: 22px 22px 0 0;
}

.custom-select.active .select-arrow {
    transform: rotate(180deg);
}

.options-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #EEEEEE;
    border-top: none;
    border-radius: 0 0 22px 22px;
    z-index: 10;
}

.custom-select.active .options-container {
    display: block;
}

.option {
    padding: 13px 19px;
    cursor: pointer;
    transition: background-color 0.2s;
    color: #3E3E3E;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-align: left;
}

.option:last-child {
    border-bottom: none;
}

.option:hover {
    background-color: #F7F7F7;
}

.option.selected {
    background-color: #F7F7F7;
    color: #3E3E3E;
}

.form-select,
.form-control {
    border: 0;
    border-bottom: 1px solid #FFFFFF1A;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    padding: 0 0 15px 0;
    color: #FFFFFF80;
    background-color: transparent;
    border-radius: 0;
}

.form-select:hover,
.form-select:focus,
.form-control:hover,
.form-control:focus {
    outline: none;
    box-shadow: none;
    color: #FFFFFF80;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FFFFFF1A;

}

.filter-radio,
.delete-checkbox,
.filter-checkbox {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #ccc;
    cursor: pointer;
}

.delete-checkbox input {
    display: none;
    cursor: pointer;
}

.filter-radio {
    flex-direction: column;
    align-items: start;
}

.filter-radio,
.filter-checkbox {
    cursor: pointer;
    position: relative;
}

.filter-radio input,
.filter-checkbox input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.filter-radio label {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
}

.filter-checkbox label {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
}

.filter-checkbox label a,
.filter-radio label a {
    text-decoration: underline;
}

.delete-checkbox .checkmark {
    width: 18px;
    height: 18px;

    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    border: 1px solid #FF8D28;
}

.filter-checkbox .checkmark {
    width: 22px;
    height: 22px;
    display: inline-flex;
    margin-right: 10px;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    border: 1px solid #FF8D28;
    cursor: pointer;
}


.filter-checkbox input:checked + label .checkmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5157 2.40604C11.3053 2.19115 10.9641 2.19115 10.7537 2.40604L4.29885 8.99825L1.81771 6.46434C1.60731 6.24945 1.2662 6.24947 1.05576 6.46434C0.845345 6.67921 0.845345 7.02757 1.05576 7.24247L3.91788 10.1654C4.12821 10.3803 4.46957 10.3801 4.67982 10.1654L11.5157 3.18419C11.7261 2.96932 11.726 2.62093 11.5157 2.40604Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    left: 4px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center;
}


.filter-radio .checkmark {
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-right: 10px;
    border-radius: 100%;
    position: relative;
    flex-shrink: 0;
    border: 1px solid #AAAAAA;
    cursor: pointer;
}

.filter-radio input:checked + label .checkmark {
    border-color: #FF8D28;
}

.filter-radio input:checked + label {
    font-weight: 500;
}

.filter-radio input:checked + label .checkmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5157 2.40604C11.3053 2.19115 10.9641 2.19115 10.7537 2.40604L4.29885 8.99825L1.81771 6.46434C1.60731 6.24945 1.2662 6.24947 1.05576 6.46434C0.845345 6.67921 0.845345 7.02757 1.05576 7.24247L3.91788 10.1654C4.12821 10.3803 4.46957 10.3801 4.67982 10.1654L11.5157 3.18419C11.7261 2.96932 11.726 2.62093 11.5157 2.40604Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    left: 4px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center;
}


.delete-checkbox input:checked + .checkmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    left: 3px;
    top: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4689 2.18735C10.2776 1.99199 9.9675 1.99199 9.77619 2.18735L3.90813 8.18026L1.65255 5.87671C1.46128 5.68135 1.15118 5.68137 0.959872 5.87671C0.768584 6.07205 0.768584 6.38874 0.959872 6.5841L3.5618 9.24132C3.75301 9.43666 4.06334 9.43652 4.25447 9.24132L10.4689 2.89476C10.6602 2.69942 10.6601 2.38271 10.4689 2.18735Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
}

@media (min-width: 768px) {
    .form-control {
        font-size: 14px;
    }

    .container {
        padding-right: 24px;
        padding-left: 24px;
        position: relative;
    }

    .container > .row {
        margin-right: -24px;
        margin-left: -24px;
    }

    .container > .row > * {

        padding-right: 24px;
        padding-left: 24px;
    }

}

@media (max-width: 767px) {
    .mob-all .container-fluid,
    .mob-all .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .mob-all .container-fluid > .row,
    .mob-all .container > .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .mob-all .container-fluid > .row > *,
    .mob-all .container > .row > * {

        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .form-control {
        font-size: 16px;
    }
}

/*breadcrumb*/
.breadcrumbs {
    padding: 11px 0;
    border-bottom: 1px solid #EEEEEE;
}


.breadcrumb {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 0;
}

.breadcrumb a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    color: #1E1E1E;
}

.breadcrumb a svg {
    width: 18px;
    height: auto;
}

.breadcrumb span.separator {
    margin-top: -1px;
}

.breadcrumb span {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: none;
    color: #005AA9;
}

@media (min-width: 768px) {
    .breadcrumbs {
        padding: 14px 0;
    }

    .breadcrumb a {
        font-size: 14px;
    }

    .breadcrumb a svg {
        width: 20px;
        height: auto;
    }

    .breadcrumb span {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .breadcrumbs {
        padding: 19px 0;
    }

    .breadcrumb {
        gap: 10px;
    }

    .breadcrumb a {
        font-size: 15px;
    }

    .breadcrumb span {
        font-size: 15px;
    }
}


/*header*/
header {
    border-bottom: 1px solid #EEEEEE;
    background: #FFFFFF;

}

header.scrolled {
    position: fixed;
    left: 0px;
    padding-left: 16px!important;
    right: 0;
    top: 0;
    background: #FFFFFF;
    border: 0;
    box-shadow: 0px 0px 7px 1px #30303008;
    z-index: 999;
}


.header-block-bottom {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px 10px;
}


.catalog-btn a.btn {
    background: #005AA9;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    flex-direction: row;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
}

.catalog-btn a.btn:hover {
    background: #F3790C;
    color: #FFFFFF;
}

.catalog-btn a.btn span {
    display: inline-flex;
    width: 22px;
    height: 22px;
    align-items: center;
    justify-content: center;
}

.catalog-btn a.btn .close {
    display: none;
}

.catalog-btn a.btn.active {
    background: #FF8D28;
    border-color: #FF8D28;
}

.catalog-btn a.btn.active .close {
    display: block;
}

.catalog-btn a.btn.active .open {
    display: none;
}

.overlay-catalog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 104;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-catalog.active {
    display: block;
    opacity: 1;
}

.mini-cat-blok {
    visibility: hidden;
    opacity: 0;
    top: 30px;
    bottom: 30px;
    position: absolute;
    left: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 350px;
    width: 100%;
    background: #FFFFFF;
    padding: 25px 20px 20px 20px;
    z-index: 105;
    height: calc(100vh - 60px);
}

.mini-cat-blok.active {
    visibility: visible;
    opacity: 1;

}

.close-cat-menu {
    margin-top: -15px;
    margin-right: -10px;
}

.mini-cat-blok .mini-cat {

}

.mini-cat-blok .menu1 {
    grid-column: span 2;
}

.mini-cat-blok .menu-col1 {
    grid-column: span 2;
}

.mini-cat-blok .menu1 ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    flex-direction: column;
    list-style-type: none;
    margin-bottom: 25px;
}

.mini-cat-blok .menu1 ul li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #1E1E1E;
    text-decoration: none;
}

.mini-cat-blok .menu2 .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 10px;
    color: #1E1E1E;
	display:none;

}

.mini-cat-blok .menu2 ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 15px;

    margin-bottom: 25px;
    list-style-type: none;
}

.mini-cat-blok .menu2 ul li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #797676;
    text-decoration: none;
}

.menu-col1 ul {
    grid-template-columns: 1fr 1fr;
}

.menu-col2 ul {
    grid-template-columns: 1fr;
}

.menu-col3 ul {
    grid-template-columns: 1fr;
}

.mini-cat-blok .titles-modul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-cat-blok .menu-cat-block {
    overflow: auto;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
    height: 80vh;
}

.menu-cat-block .btn {
    grid-column: span 2;
    border: 1px solid #EEEEEE !important;
    background: #F7F7F7 !important;
    color: #1E1E1E !important;

}

.search-block {
    order: 4;
    grid-column: span 3;
    background: #F7F7F7;
    border-radius: 90px;
    padding: 10px 15px;
    padding-left: 41px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L13.8833 13.8833M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23AAAAAA' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-position: 15px center;
    background-repeat: no-repeat;
    margin-bottom: 13px;
    border: 1px solid #F7F7F7;
}

.search-block input:focus {
    outline: none;
    border: 0;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1E1E1E;

}

.search-block:hover {
    border-color: #005AA9;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 17.5L13.8833 13.8833M15.8333 9.16667C15.8333 12.8486 12.8486 15.8333 9.16667 15.8333C5.48477 15.8333 2.5 12.8486 2.5 9.16667C2.5 5.48477 5.48477 2.5 9.16667 2.5C12.8486 2.5 15.8333 5.48477 15.8333 9.16667Z' stroke='%23005AA9' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}


.search-block input {
    border: 0;
    box-shadow: none;
    background: transparent;
    color: #AAAAAA;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
}


.mini-search-blok {
    position: absolute;
   /* top: 159px;*/
    right: 0;
    padding-top: 14px;
   /* visibility: hidden;
    opacity: 0;*/
    z-index: 105;
    height: auto;
    width: 100%;
}

.header.scrolled .mini-search-blok {
   /* top: 52px;*/
    padding-top: 3px;
}

.mini-search {
    background: white;
    padding: 20px 10px;
    width: 100%;
}

.search-block:hover .mini-search-blok {
    /*visibility: visible;
    opacity: 1;*/
}

.mini-search .titles-modul {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 20px;
    grid-template: span 2;

}

.mini-search .titles-modul::after {
    width: 4px;
    height: 20px;
}

.mini-search-result {
    display: flex;
    flex-direction: column;
    gap: 10px;

}

.mini-search-result > div {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #7B7B7B;

}
.mini-search-result > div a {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #7B7B7B;
text-decoration: none;
}
.mini-search-result > div span {
    color: #1E1E1E;

}


.header-top-menu,
.header-top-social,
.shop-btn-block .compare,
.shop-btn-block .wishlist,
.shop-btn-block .acount {
    display: none;
}
.shop-btn-block .acount {
    border: 0;

}
.header-block-top .phone-block,
.header-block-bottom .phone-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.header-block-top .phone-block a,
.header-block-bottom .phone-block a {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    color: #1E1E1E;
    white-space: nowrap;
}

.header-block-top .phone-block a:hover,
.header-block-bottom .phone-block a:hover {
    color: #FF8D28;
}

.header-block-top .phone-block span,
.header-block-bottom .phone-block span {
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #00A887;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.shop-btn-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.shop-btn-block button,
.shop-btn-block > div > a,
.shop-btn-block > a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    border-radius: 100%;
    position: relative;
}
.shop-btn-block button span,
.shop-btn-block > div > a > span,
.shop-btn-block > a > span {
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #005AA9;
    font-weight: 400;
    font-size: 8px;
    line-height: 130%;
    color: #FFFFFF;
    border: 0.5px solid #005AA9;
}
.shop-btn-block > button.active,
.shop-btn-block > div > a.active,
.shop-btn-block > a.active,
.shop-btn-block > div > a:hover,
.shop-btn-block > button:hover,
.shop-btn-block > a:hover {
    background: #005AA9;
}
.shop-btn-block > button.active svg path,
.shop-btn-block > div > a.active svg path,
.shop-btn-block > a.active svg path,
.shop-btn-block > div > a:hover svg path,
.shop-btn-block > button:hover svg path,
.shop-btn-block > a:hover svg path {
    stroke: #FFFFFF;
}

.shop-btn-block > div > a.active > span,
.shop-btn-block > a.active > span,
.shop-btn-block > div > a:hover > span,
.shop-btn-block > a:hover > span {
    border-color: #FF8D28;
    background: #FF8D28;
    color: #FFFFFF;

}


.header-block-bottom .social-block {
    display: none;
}

.header.scrolled .header-block-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #EEEEEE;
    background: #FFFFFF;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 103;
}

.header.scrolled .shop-btn-block .compare,
.header.scrolled .shop-btn-block .wishlist,
.header.scrolled .shop-btn-block .acount {
    display: inline-flex;
}

.header-block-top .left {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.header.scrolled .header-block-top .left {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: auto auto;
    width: 100%;
    grid-auto-flow: column;
}

.header-block-top {
    border-bottom: 1px solid #EEEEEE;
    padding: 6px 0;
    margin-bottom: 12px;
}

.header-block-bottom .catalog-btn {
    order: 1;
}

.header-block-bottom .phone-block {
    order: 2;
}

.header-block-bottom .shop-btn-block {
    order: 3;
}

.header-block-bottom .search-block {
    order: 4;

}

.logo-top svg {
    width: 69px;
    height: auto;
}

.info-territory svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.info-territory {
    display: flex;
    gap: 5px;
    align-items: center;
    max-width: 170px;

}

.info-territory span {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;

}

.info-territory span span {
    color: #AAAAAA;

}

header.scrolled .phone-block,
header.scrolled .info-territory {
    display: none;
}

header.scrolled .header-block-top {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

header.scrolled .logo-top svg {
    width: 90px;
    height: auto;
}

header.scrolled .logo-top {
    order: 1
}

header.scrolled .search-block {
    margin-bottom: 0px;
    padding: 11px 15px 11px 41px;
    order: 2;
   /* margin-left: auto;*/
    min-width: 230px;
    width: 100%;
}

header.scrolled .phone-block {
    order: 3
}

header.scrolled .header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

header.scrolled {
    border-bottom: 1px solid #EEEEEE;
    padding: 5px 0;
}

@media (min-width: 768px) {
    .header-top-menu {
        display: flex;
    }

    .header-top-social {
        display: flex;
        align-items: center;
        gap: 9px;
    }

    .header-block-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .header-block-top .right {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 15px;
    }

    .header-top-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .header-top-menu ul li a {
        color: #1E1E1E;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        text-decoration: none;
    }

    .header-top-menu ul li a:hover {
        text-decoration: underline;
        color: #005AA9;
    }

    .logo-top svg {
        width: 111px;
        height: auto;
    }

    .header-block-bottom .social-block {
        display: flex;
    }

    .shop-btn-block .compare,
    .shop-btn-block .wishlist,
    .shop-btn-block .acount {
        display: flex;
    }

    .header-block-bottom {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-between;
        padding-bottom: 24px;
    }

    .header-block-bottom .logo-top {
        order: 1;
    }

    .header-block-bottom .catalog-btn {
        order: 2;
        max-width: 340px;
        width: 100%;
    }

    .header-block-bottom .shop-btn-block {
        order: 3;
    }

    .header-block-bottom .search-block {
        order: 4;
        max-width: 410px;
        width: 100%;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        margin-left: 0;
    }

    .header-block-bottom .social-block {
        order: 5;
        display: flex;
        gap: 10px;
    }

    .header-block-bottom .phone-block {
        order: 6;

    }

    .mini-search-blok {
       /* top: 180px;*/
        padding-top: 25px;
    }

    .header.scrolled .mini-search-blok {
       /*top: 40px;*/
        padding-top: 17px;
    }

    .mini-search .titles-modul {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .mini-search-result {
        gap: 15px;
        max-width: unset;
    }

    .mini-search {
        background: white;
        padding: 30px 24px;
    }

    .mini-search-result > div {
        font-size: 14px;
        padding-bottom: 14px;
    }

    .header-block-bottom .phone-block span {
        justify-content: start;

    }

    .shop-btn-block > div > a,
    .shop-btn-block > a {
        width: 46px;
        height: 46px;
    }

    .shop-btn-block > div > a > span,
    .shop-btn-block > a > span {
        position: absolute;
        right: 0;
        top: 0;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #005AA9;
        font-weight: 400;
        font-size: 8px;
        line-height: 130%;
        color: #FFFFFF;
    }

    .catalog-btn a {
        width: 100%;
        font-size: 15px;
        padding: 12px 100px;
    }

    .header.scrolled .header-block-bottom .catalog-btn a {
        width: 140px;

    }

    .header-block-bottom .phone-block a {

        font-size: 16px;
    }

    .header-block-bottom .phone-block span {
        font-size: 12px;
    }

    .search-block input {
        font-size: 14px;

    }

    header.scrolled {
        padding: 12px 0;
    }

    .header.scrolled .header-block-bottom {
        padding: 9px 24px;
    }

    .mini-cat-blok {
        max-width: 748px;
        padding: 30px;
        height: unset;
        bottom: unset;
    }

    .mini-cat-blok .menu-cat-block {

        grid-template-columns: auto auto auto;
        gap: 0 20px;
        height: unset;
    }

    .mini-cat-blok .menu1 {
        grid-column: span 1;
    }

    .menu-cat-block .btn {
        grid-column: span 3;
    }

}

@media (min-width: 992px) {
    .header-block-bottom {
        align-items: center;
        padding: 8px 0;
    }

    .header-block-bottom .catalog-btn {
        max-width: 140px;
        margin-left: auto;
    }

    .header-block-bottom .search-block {
        order: 4;
        max-width: 380px;
        padding: 11px 15px 11px 41px;
    }

    .catalog-btn a {
        width: 100%;
        font-size: 15px;
        padding: 12px;
    }

    .header.scrolled .header-block-bottom .catalog-btn a {
        width: 140px;

    }

    .header-block-bottom .shop-btn-block {
        order: 7;
    }

    .header-block-bottom .phone-block {
        margin-right: auto;
    }

    .info-territory span {

        font-size: 13px;
    }

    .info-territory {
        max-width: unset;
    }

    .header-top-menu ul {
        gap: 30px;
    }

    .header-block-top .right {
        gap: 30px;
    }

    .header-block-top {

        padding: 12px 0;
        margin-bottom: 0;
    }

    .logo-top svg {
        width: 115px;
    }

    .header-block-bottom .phone-block a {
        font-size: 18px;
    }

    header.scrolled .catalog-btn,
    header.scrolled .phone-block,
    header.scrolled .shop-btn-block,
    header.scrolled .social-block {
        display: flex !important;
    }

    header.scrolled .logo-top svg {
        width: 115px !important;
        height: auto;
    }

    header.scrolled .header-block-bottom {
        align-items: center;
        padding: 0;
    }

    header.scrolled {
        padding: 16px 0 17px;
    }

    .header.scrolled .header-block-bottom {
        position: static;
        border-top: 0;
        padding: 0;
    }

    header.scrolled .header-block-top {
        display: none;
    }

    header.scrolled .header-block {
        flex-direction: column;
    }

    .header.scrolled .header-block-bottom .social-block {
        order: 4;

    }

    header.scrolled .phone-block {
        order: 5;
    }

    .mini-search-blok {
        top: 96px;
        padding-top: 25px;
    }

    .header.scrolled .mini-search-blok {
        top: 50px;
        padding-top: 21px;
    }

    .mini-search-blok .mini-search {
        position: relative;
    }

    .mini-search-blok .mini-search::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50vw;
        right: -50vw;
        background-color: #FFFFFF;
        z-index: -1;
    }

    .mini-search .titles-modul {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .mini-search-result > div a {
        font-size: 16px;
        padding-bottom: 12px;
    }

    .mini-search-result {
        gap: 20px;
    }

    .close-cat-menu {
        display: none;
    }

    .mini-cat-blok {
        max-width: unset;
        padding: 40px 0;
        border-radius: 0;
        top: 121px;
    }

    .mini-cat-blok .mini-cat {

    }

    .mini-cat-blok .mini-cat::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50vw;
        right: -50vw;
        background-color: #FFFFFF;
        z-index: -1;
    }

    .mini-cat-blok .menu-cat-block {
        overflow: unset;
        width: 100%;
        display: grid;
        grid-template-columns: auto auto  auto  auto  auto;
        gap: 0 40px;
        height: unset;
    }

    .mini-cat-blok .menu1 ul li a {
        font-size: 20px;
        white-space: nowrap;
    }

    .mini-cat-blok .menu1 ul {
        gap: 30px;
        margin-bottom: 0px;
    }

    .mini-cat-blok .menu2 .title {
        font-size: 20px;
        margin-bottom: 19px;
    }

    .mini-cat-blok .menu2 ul li a {
        font-size: 15px;
        white-space: nowrap;
    }

    .mini-cat-blok .menu2 ul {
        gap: 15px 40px;
    }

    .menu-cat-block .btn {
        grid-column: span 5;
        font-size: 15px;
    }

    .header.scrolled .mini-cat-blok {
        top: 71px;
    }
}

/*footer*/
footer {
    background: #1E1E1E;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 50px 0 27px;
}

body.scrolled footer {
    margin-bottom: 61px;
}

.footer-cols .title-block {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.footer-cols .footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.footer-cols .footer-menu a {
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    text-decoration: none;
    color: #FFFFFF;
}

.footer-cols .cats-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.footer-cols .cats-links .title-cat {
    margin-bottom: 12px;
}

.footer-cols .cats-links .title-cat  {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-cols .cats-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    border-left: 1px solid #FFFFFF1A;

}

.footer-cols .cats-links ul li {
    padding-left: 10px;
}

.footer-cols .cats-links ul a {


    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.footer-address {
    border-top: 1px solid #FFFFFF1A;
    border-bottom: 1px solid #FFFFFF1A;
    padding: 25px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
}

.footer-address .address-row:first-child {
    grid-column: span 2;
}

.footer-address .text-block {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFF;

}

.footer-address .text-block a {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-address .social-row .icon-block {
    display: flex;
    gap: 10px;
}

.footer-address .social-row .icon-block img {
    width: 34px;
    height: auto;
}

.footer-bottom-col3 {
    display: none;
}

.footer-bottom-col1 {
    padding-top: 20px;
}

.footer-bottom-col1 .footer-logo svg {
    width: 100px;
    height: auto;
}

.footer-bottom-col1 .copyright {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-col2 .footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 18px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px 20px;
    max-width: 280px;
}

.footer-bottom-col2 .footer-menu li {
    position: relative;
}

.footer-bottom-col2 .footer-menu li:before {
    position: absolute;
    content: '';
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    border: 1px solid #FFFFFF1A;
}

.footer-bottom-col2 .footer-menu li:nth-child(2) {
    grid-column: span 2;
}

.footer-bottom-col2 .footer-menu li:last-child:before,
.footer-bottom-col2 .footer-menu li:nth-child(2):before {
    content: none;
}

.footer-bottom-col2 .footer-menu li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

@media (min-width: 768px) {
    footer {
        padding: 80px 0 5px;
    }

    .footer-cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0 60px;
    }

    .footer-address {
        grid-column: span 2;
        padding: 30px 0;
        grid-template-columns: auto auto auto;
        gap: 30px 76px;
        justify-content: space-between;
    }

    .footer-cols .title-block {
        font-size: 12px;
        line-height: 120%;
    }

    .footer-cols .footer-menu {
        margin-bottom: 30px;
        grid-template-columns: auto auto;
        gap: 20px 40px;
    }

    .footer-cols .cats-links .title-cat {
        margin-bottom: 27px;
    }

    .footer-cols .cats-links .title-cat  {
        font-size: 14px;
    }

    .footer-cols .cats-links ul li {
        padding-left: 12px;
    }

    .footer-cols .cats-links ul a {
        font-size: 14px;
        white-space: nowrap;
    }

    .footer-cols .cats-links {
        grid-template-columns: auto auto;
        gap: 40px;
    }

    .footer-cols .cats-links ul {
        margin-bottom: 30px;
    }

    .footer-address .address-row:first-child {
        grid-column: unset;
    }

    .footer-address .address-row:nth-child(5) {
        grid-column: span 2;
    }

    .footer-address .text-block {
        font-size: 14px;
    }

    .footer-address .social-row .icon-block {
        gap: 15px;
    }

    .footer-address .social-row .icon-block a {
        width: 40px;
        height: 42px;
        display: inline-flex;
    }

    .footer-address .social-row .icon-block img {
        width: 40px;
        height: auto;
    }

    .footer-bottom-cols {
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .footer-bottom-col1 {
        padding-top: 24px;
    }

    .footer-bottom-col1 .footer-logo svg {
        width: 140px;
        height: auto;
    }

    .footer-bottom-col1 .copyright {
        font-size: 14px;
        margin-top: 16px;
    }

    .footer-bottom-col2 .footer-menu {
        margin-top: 20px;
        grid-template-columns: auto auto auto;
        gap: 20px 40px;
        max-width: 690px;
        display: block;
    }

    .footer-bottom-col2 .footer-menu li {
        float: left;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .footer-bottom-col2 .footer-menu li::before {
        right: 20px;
    }


    .footer-bottom-col2 .footer-menu li:nth-child(2) {
        grid-column: unset;
    }

    .footer-bottom-col2 .footer-menu li:nth-child(2):before {
        content: '';
    }

    .footer-bottom-col2 .footer-menu li:nth-child(3):before {
        content: none;
    }

    .footer-bottom-col1 {
        order: 1;
    }

    .footer-bottom-col2 {
        grid-column: span 2;
        order: 3;
    }

    .footer-bottom-col3 {
        display: flex;
        gap: 19px;
        order: 2;
        justify-content: end;
    }

    .footer-bottom-col2 .footer-menu li a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    footer {
        padding: 100px 0 5px;
    }

    .footer-cols {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 0 100px;
    }

    .footer-address {
        grid-column: unset;
        border: 0;
        padding: 0;
        gap: 45px 60px;
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .footer-cols .footer-menu {
        margin-bottom: 0px;
        grid-template-columns: auto;
        gap: 20px;
    }

    .footer-address .address-row:first-child {
        grid-column: span 2;
    }

    .footer-address .address-row:nth-child(5) {
        grid-column: unset;
    }

    .footer-bottom-cols {
        border-top: 1px solid #FFFFFF1A;
        margin-top: 66px;
        padding-top: 50px;
        display: grid;
        grid-template-columns: auto auto;
        justify-content: space-between;
    }

    .footer-bottom-col1 {
        order: 1;
        grid-row: span 2;
    }

    .footer-bottom-col2 {
        order: 2;
        grid-column: unset;
    }

    .footer-bottom-col3 {
        order: 3;
    }

    .footer-bottom-col3 {
        justify-content: start;
    }

    .footer-bottom-col2 .footer-menu {
        margin-top: 0px;
        max-width: 780px;
    }

    .footer-bottom-col1 .footer-logo svg {
        width: 170px;
        height: auto;
    }

    .footer-bottom-col1 .copyright {
        font-size: 15px;
    }

    .footer-bottom-col2 .footer-menu li a {
        font-size: 13px;
    }

    .footer-bottom-col2 .footer-menu li {

        padding-right: 60px;
    }

    .footer-bottom-col2 .footer-menu li::before {
        right: 30px;
    }

    .footer-bottom-col1 {
        padding-top: 0px;
    }

    .footer-address .social-row .icon-block img {
        width: 50px;
        height: auto;
    }

    .address-row.social-row {
        margin-top: -20px;
    }

    body.scrolled footer {
        margin-bottom: 0px;
    }
}

/*home*/
.section-popular-categories {

    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 54px;
    padding-bottom: 60px;
    background: #FFFFFF;


}
h1,
.titles-modul {

    font-weight: 600;
    font-size: 25px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 25px;
    padding-left: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
}
h1:after,
.titles-modul:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 30px;
    border-radius: 10px;
    background: #005AA9;
}

.white h1,
.white .titles-modul {
    color: #FFFFFF;
}

.popular-categories-block .block-modul-item .image {
    height: 150px;
    margin-bottom: 10px;
    position: relative;
    background: #F7F7F7;
    border-radius: 20px;
}

.popular-categories-block .block-modul-item .btn3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    vertical-align: middle;
    color: #005AA9;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    border-radius: 90px;
    display: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    text-decoration: none;
    gap: 10px;
}

.popular-categories-block .block-modul-item:hover .btn3 {
    display: flex
}

.popular-categories-block .block-modul-item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 8px;
    text-decoration: none;
}

.popular-categories-block .block-modul-item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #7B7B7B;
    margin-bottom: 11px;
}

.popular-categories-block .block-modul-item .url {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    vertical-align: middle;
    color: #005AA9;
    margin-bottom: 11px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.popular-categories-block .block-modul-item .url:hover {
    color: #FF8D28;
}

.popular-categories-block .block-modul-item .url:hover svg path {
    fill: #FF8D28;
}

@media (min-width: 768px) {
    .section-popular-categories {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding-top: 74px;
        padding-bottom: 80px;
    }
h1,
    .titles-modul {

        font-size: 34px;
        margin-bottom: 30px;
        padding-left: 19px;
        min-height: 40px;
    }
    h1::after,
    .titles-modul::after {
        width: 4px;
        height: 32px;
    }

    .block-modul-item .image {
        height: 210px;
    }

    .popular-categories-block .block-modul-item .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .popular-categories-block .block-modul-item .text {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .popular-categories-block .block-modul-item .url {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .section-popular-categories {
        padding-top: 144px;
        padding-bottom: 120px;
    }
h1,
    .titles-modul {

        font-size: 40px;
        margin-bottom: 45px;
        padding-left: 19px;
        min-height: 48px;
    }
h1::after,
    .titles-modul::after {
        width: 4px;
        height: 36px;
    }

    .popular-categories-block .block-modul-item .image {
        height: 300px;
        margin-bottom: 15px;
    }

    .popular-categories-block .block-modul-item .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .popular-categories-block .block-modul-item .text {
        font-size: 15px;
        margin-bottom: 0px;
    }

    .popular-categories-block .block-modul-item .url {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .popular-categories-block .block-modul {
        display: grid;
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .popular-categories-block .block-modul-item .info {
        display: grid;
        gap: 30px;
        grid-template-columns: auto 100px;
        align-items: end;
    }

    .popular-categories-block .block-modul-item .info .right {
        text-align: right
    }
}

/**/
.home-slider-block {
    display: flex;
    flex-direction: column;
}

.home-slider-block .left {
    display: none
}

.section-home-slider {
    background: #F7F7F7;
    margin-bottom: -40px;
    padding-bottom: 40px;
}

.section-home-item {
    height: 577px;
    background: #F7F7F7;
}

.section-home-item .text-block {
    padding: 30px 0 0 10px;
}

.section-home-item .text-block .sticer {
    box-shadow: 0px 0px 7px 1px #30303008;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    border-radius: 90px;
    padding: 11px 23px;
    font-weight: 400;
    font-size: 10px;
    line-height: 130%;
    color: #1E1E1E;
    max-width: max-content;
    margin-bottom: 14px;
}

.section-home-item .text-block .title {
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    max-width: 200px;
    color: #1E1E1E;
    margin-bottom: 18px;
}

.section-home-item .text-block .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    max-width: 200px;
    color: #3E3E3E;
    margin-bottom: 28px;

}

.section-home-item .text-block .btn {
    max-width: max-content;
}

.swiper-home {
    position: relative;
}

.swiper-home .sliderarrows {
    position: absolute;
    left: 10px;
    bottom: 66px;
    z-index: 5;
}

.swiper-home .swiperbutton {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: row;
    margin-bottom: 25px;
}

.section-home-item {
    background-repeat: no-repeat;

}
.section-home-item {
    background-size: contain;
    background-position: top  right ;
}
.section-home-item1 {
    background-size: 100%;
    background-position: top 14px right -222px;
}

.rec-block {
    background: #FFFFFF1A;
    padding: 10px;
    display: grid;
    gap: 15px;
    grid-template-columns: 150px auto;
}

.rec-block .image {
    height: 130px;
    position: relative;
}

.rec-block .image svg {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 3;
}

.rec-block .title {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    margin-bottom: 11px;
}
.rec-block .title_disc{
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #F3790C;
    text-decoration: none;
    display: block;
    margin-bottom: 11px;
    text-transform: uppercase;
}
.rec-block .size {
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #AAAAAA;
    margin-bottom: 11px;
}

.rec-block .price {
    font-weight: 600;
    font-size: 19px;
    line-height: 120%;
    color: #FFFFFF;

}

.rec-block .price span {
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    text-decoration: line-through;
    margin-left: 10px;
    color: #FFFFFF;

}

.rec-block .info-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rec-block:hover {
    background: #005AA9;

}

.rec-block:hover .image svg path:first-child {
    fill: #FF8D28;
}

@media (min-width: 768px) {
    .section-home-item .text-block .sticer {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .section-home-item .text-block .title {
        font-size: 50px;
        max-width: 330px;
        margin-bottom: 24px;
    }

    .section-home-item .text-block .text {
        font-size: 11px;
        max-width: 320px;
        margin-bottom: 30px;
    }

    .section-home-item1 {
        background-size: 100%;
        background-position: top 40px right -344px;
    }

    .section-home-item .text-block {
        padding: 40px 0 0 14px;
    }

    .home-slider-block .swiperbuttonprev, .home-slider-block .swiperbuttonnext {
        margin-bottom: 0px;
    }

    .swiper-home .swiperbutton {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {

    .section-home-item {
        height: 745px;
    }

    .section-home-slider .container-fluid {
        padding: 0;
    }

    .section-home-slider .container-fluid .row {

        margin-right: 0;
        margin-left: 0;
    }

    .section-home-slider .container-fluid .row > * {
        padding-right: 0;
        padding-left: 0;
    }

    .home-slider-block .left {
        display: flex;
        flex-direction: column;
        background: #1E1E1E;
    }

    .home-slider-block {
        display: grid;
        grid-template-columns: 22.5% 77.5%;
    }

    .home-slider-block .right {
        overflow: hidden;
    }

    .section-home-item .text-block {
        padding: 60px 0 0 50px;
    }

    .section-home-item .text-block .sticer {
        margin-bottom: 34px;
    }

    .section-home-item .text-block .title {
        font-size: 66px;
        max-width: 630px;
        margin-bottom: 35px;
    }

    .section-home-item .text-block .text {
        font-size: 15px;
        max-width: 360px;
        margin-bottom: 30px;
    }

    .section-home-item1 {
        background-size: 70%;
        background-position: top 85px right -355px;
    }

    .section-home-slider {
        background: #F7F7F7;
        margin-bottom: -40px;
        padding-bottom: 0px;
    }

    .swiper-home .sliderarrows {
        position: absolute;
        left: 50px;
        bottom: 130px;
    }

    .cat-home-menu {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin: 62px auto;
        padding: 0;
        list-style-type: none;
        width: 300px;
    }

    .cat-home-menu li a {
        font-weight: 400;
        font-size: 15px;
        line-height: 120%;
        color: #FFFFFF;
        background-color: #FFFFFF1A;
        border-radius: 10px;
        padding: 8px 8px 8px 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        width: 100%;
        height: 56px;
        background-position: right 8px center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' fill='white' fill-opacity='0.1'/%3E%3Cpath d='M12 19.3C11.6134 19.3 11.3 19.6134 11.3 20C11.3 20.3866 11.6134 20.7 12 20.7L12 20L12 19.3ZM28.495 20.495C28.7683 20.2216 28.7683 19.7784 28.495 19.505L24.0402 15.0503C23.7668 14.7769 23.3236 14.7769 23.0503 15.0503C22.7769 15.3236 22.7769 15.7668 23.0503 16.0402L27.0101 20L23.0503 23.9598C22.7769 24.2332 22.7769 24.6764 23.0503 24.9497C23.3236 25.2231 23.7668 25.2231 24.0402 24.9497L28.495 20.495ZM12 20L12 20.7L28 20.7L28 20L28 19.3L12 19.3L12 20Z' fill='white'/%3E%3C/svg%3E%0A");
    }

    .cat-home-menu li a:hover {
        background: #005AA9;
        color: #FFFFFF;
        background-position: right 3px center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='25' fill='white'/%3E%3Cpath d='M15 24.3C14.6134 24.3 14.3 24.6134 14.3 25C14.3 25.3866 14.6134 25.7 15 25.7L15 25L15 24.3ZM35.495 25.495C35.7683 25.2216 35.7683 24.7784 35.495 24.505L31.0402 20.0503C30.7668 19.7769 30.3236 19.7769 30.0503 20.0503C29.7769 20.3236 29.7769 20.7668 30.0503 21.0402L34.01 25L30.0503 28.9598C29.7769 29.2332 29.7769 29.6764 30.0503 29.9497C30.3236 30.2231 30.7668 30.2231 31.0402 29.9497L35.495 25.495ZM15 25L15 25.7L35 25.7L35 25L35 24.3L15 24.3L15 25Z' fill='%23005AA9'/%3E%3C/svg%3E%0A");
    }

}

/**/
.product-item .gallery-images {
    display: block;
    position: relative;
}

.product-item .img-slider {

    width: 100%;
    position: relative;
}


.ch-g-image {
    display: none;
    margin: 0 auto;
    height: 100%;
    width: auto;
    max-width: 100%;
}

.ch-g-image.active-image {
    display: block;
}

.ch-g-items {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ch-g-dots {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0px;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: 10px;
}

.ch-g-dots .ch-g-line {
    border-bottom: 4px solid #EEEEEE;
    transition: border-color 0.25s;
    position: relative;
    margin-right: 11px;
    height: 100%;
    display: block;
    -ms-flex: 1;
    flex: 1;
}

.ch-g-dots .ch-g-line:last-child {
    margin-right: 0;
}

.ch-g-dots .ch-g-line.active-line {
    border-color: #005AA9;
}

/*section-news*/
.section-news {
    margin-bottom: 0px;
}

.product-item {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 15px;
    position: relative;
}

.product-item .gallery-images {
    height: 144px;
}

.product-item .product-button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-item .product-button a {
    background: #F7F7F7;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-item .product-button a.button_image,
.product-item .product-button a.button_compare {
    display: none;
}


.product-item .btn.add-cart {
    background: #FF8D28;
    white-space: nowrap;
    color: #FFFFFF;
    border: 1px solid #FF8D28;
    margin-top: 15px;
    width: unset;
}

.product-item .btn.add-cart:hover {
    background: #F3790C;
    border: 1px solid #F3790C;
    color: #FFFFFF;
}

.product-item:not(.product-list):hover .product-button a.button_image,
.product-item:not(.product-list):hover .product-button a.button_compare {

    display: flex;
}

/*
div{
    border: 1px solid red;
}*/
.product-item.product-grid {
    position: relative;
    z-index: 1;
}

.product-item.product-grid .btn-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -40px;
    opacity: 0;
    pointer-events: none;
    width: calc(100% + 2px);
    background: white;
    border: 1px solid #EEEEEE;
    border-top: 0;
    padding: 0 15px 15px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 20;
}

.product-item.product-grid .btn-block .onecart {
    display: none;
}

.product-item.product-grid:hover {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    z-index: 2; /* Высокий z-index чтобы быть поверх всех */
}

.product-item.product-grid:hover .btn-block {
    opacity: 1;
    pointer-events: auto;
    bottom: -65px;
}
.product-item.product-grid .btn-block .button-cart{
    width: 100%;
    max-width: unset;
}
.swiper-news .swiper-slide {
    height: auto;
}

.product-item.swiper-slide {
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 80px;
}

.product-item.swiper-slide .btn-block {
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -70px;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    width: calc(100% + 2px);
    background: white;
    border: 1px solid #EEEEEE;
    border-top: 0;
    padding: 0 20px 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transform: translateY(0);
    transition: all 0.3s ease;
    display: block;
}

.product-item.swiper-slide:hover {
    border-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.product-item.swiper-slide:hover .btn-block {
    opacity: 1;

    pointer-events: auto; /* Вмикаємо взаємодію при ховері */
}

.product-item.swiper-slide .button-cart {
    width: 100%;
    max-width: unset;
    margin: 0;
    transition: background 0.3s ease;

}


.product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.product-badges .badge {
    border-radius: 30px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-weight: 500;
    font-size: 10px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;

}


.product-item .product-button a svg {
    width: 16px;
    height: auto;
}

.product-item .product-button a:hover {
    background: #005AA9;

}

.product-item .product-button a:hover svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

.product-item .info {
    margin-top: 20px;
}

.titles-top {
    display: grid;
    grid-template-columns: auto 90px;
    align-items: center;
    justify-content: space-between;
}

.slider-arrows {
    display: none;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.swiperbuttonprev,
.swiperbuttonnext {
    width: 40px;
    height: 40px;
    border-radius: 15px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0px 0px 7px 1px #30303008;
    background: #FFFFFF;
    cursor: pointer;
}

.swiperbuttonprev:hover,
.swiperbuttonnext:hover {
    background: #005AA9;

}

.swiperbuttonprev:hover path,
.swiperbuttonnext:hover path {
    stroke: #FFFFFF;
    border-color: #FFFFFF;

}

.swiper-pagination-bullet {
    width: 45px;
    height: 4px;
    opacity: 0.6;
    border-radius: 10px;
    background: #AAAAAA66;
    margin: 0 !important;
}

.swiper-pagination-bullet-active {
    background: #005AA9;
    opacity: 1;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.swiper-button-disabled {
    opacity: 0.4;
}

.product-item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.product-item .title:hover,
.mini-cat-blok .menu2 ul li a:hover,
.footer-cols .footer-menu a:hover,
.footer-cols .cats-links ul a:hover,
.footer-bottom-col2 .footer-menu li a:hover{
    color: #FF8D28;
}
.product-item .text {
    display: none;
}

.product-item .status {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #1EA451;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.product-item .status svg {
    width: 14px;
    height: auto;
    margin-right: 5px;
}

.product-item .status.status-custom {

    color: #005AA9;
}

.product-item .status.status-custom svg path {
    stroke: #005AA9;
}


.product-item .params {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 14px;
}

.product-item .params > div {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #AAAAAA;

}

.product-item .params > div span {
    color: #3E3E3E;

}

.product-item .price {
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #005AA9;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    gap: 5px;
}

.product-item .price span {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-decoration: line-through;
    color: #AAAAAA;

}

.product-item .price span.special {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    color: #FFFFFF;
    background: #005AA9;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 22px;
}

.product-item .btn-block .onecart {
    display: none;
}

/**/
.product-item.product-list .ch-g-dots {
    display: none;
}

.product-item.product-list .img-slider {
    float: left;
    width: 160px;
    overflow: hidden;
}

.product-item.product-list .info {
    float: right;
    width: calc(100% - 170px);
}

.product-item.product-list .price {
    clear: both;
    justify-content: start;
    gap: 8px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
}

.product-item.product-list .product-button {
    position: relative;
    float: left;
    right: unset;
    top: unset;
    margin-top: 20px;
    flex-direction: row;
    gap: 10px;
}

.product-item.product-list .product-button a {
    width: 40px;
    height: 40px;
    gap: 10px;
}

.product-item.product-list .product-button a svg {
    width: 20px;
    height: auto;
}

.product-item.product-list .product-button a.button_image,
.product-item.product-list .product-button a.button_compare {
    display: inline-flex;
}

.product-item.product-list .btn.add-cart {
    background: #FF8D28;
    white-space: nowrap;
    color: #FFFFFF;
    border: 0;
    padding: 12px 35px;
    float: right;
    width: unset;
    margin-top: 15px;
}
.product-item.product-list .btn.button-cart{

}
.product-item.product-list .btn.add-cart:hover {
    background: #F3790C;

}
.product-item.product-list .ch-g-image{
max-height: 180px;
}
.product-item.product-list  .ch-g-items{
    position: static;
    display: flex;
    gap: 6px;
    height: unset;
    margin-top: 6px;
    align-items: center;
    justify-content: start;
}
.product-item.product-list  .ch-g-items .ch-g-image{
    display: block;
    width: auto;
    height: 68px;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
    margin: unset;
}
.product-item.product-list .ch-g-items .ch-g-image:nth-child(n+5) {
    display: none;
}
.product-item.product-list .ch-g-items .ch-g-image.active{
    border: 1px solid #005AA9;
    border-radius: 18px;
}
@media (min-width: 768px) {
    .section-news {
        margin-bottom: 20px;
    }

    .swiperbuttonprev, .swiperbuttonnext {
        width: 50px;
        height: 50px;
        margin-bottom: 28px;
    }

    .slider-arrows {
        display: flex;
        gap: 15px;
    }

    .titles-top {
        display: grid;
        grid-template-columns: auto 115px;
        align-items: center;
        justify-content: space-between;
    }

    .product-item .gallery-images {
        height: 191px;
    }
    .product-item.product-list .gallery-images {
        height: unset;
    }
    .product-item .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .product-item .status {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .product-item .params {
        gap: 8px;
        margin-bottom: 19px;
    }

    .product-item .params > div {
        font-size: 12px;
    }

    .product-item .price {
        font-size: 20px;
        gap: 10px;
    }

    .product-item .price span {
        font-size: 16px;
    }

    .product-item .price span.special {

        font-size: 16px;
        width: 66px;
        height: 32px;
    }

    .product-badges {
        top: 20px;
        left: 20px;
    }

    .product-item .product-button {
        right: 20px;
        top: 20px;
    }
}

@media (min-width: 992px) {
    .product-item .info {
        margin-top: 40px;
    }

    .product-item .product-button a {
        width: 40px;
        height: 40px;
    }

    .product-item .product-button a svg {
        width: 20px;
        height: auto;
    }

    .product-badges .badge {
        font-size: 14px;
    }

    .product-item .price {
        gap: 15px;
        justify-content: start;
    }

    .product-item .img-slider {
        height: 200px;
    }
    .product-item.product-list .img-slider {
        height: unset;
    }
    .product-item.product-list {
        display: grid;
        grid-template-columns: 310px auto auto  50px;
        gap: 20px;
    }

    .product-item.product-list .img-slider {
        grid-column: 1;
        grid-row: 1 / span 3;
        width: 290px;
    }

    .product-item.product-list .info {
        grid-column: 2;
        grid-row: 1 / span 2;
        width: 100%;
        margin-top: 0;
        border-right: 1px solid #EEEEEE;
        padding-right: 20px;
        margin-right: 20px;
    }

    .product-item.product-list .text {
        display: flex;
        gap: 9px;
        flex-direction: column;
        grid-column: 3;
        grid-row: 1;
        width: 240px;
    }

    .product-item.product-list .price {
        grid-column: 3;
        grid-row: 2;
        border: 0;
        padding-bottom: 0;
    }

    .product-item.product-list .product-button {
        grid-column: 4;
        grid-row: 1 / span 2;
        margin-top: 0;
        flex-direction: column;
        align-items: end;
    }

    .product-item.product-list .text .tit {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: #3E3E3E;

    }

    .product-item.product-list .btn-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        grid-column: 2 / span 3;
        grid-row: 3;
        border-top: 1px solid #EEEEEE;
        gap: 40px;
        justify-content: end;
        padding-top: 15px;

    }
    .product-item.product-list .btn-block .button-cart {
        margin: 0;
    }
    .product-item.product-list .btn.add-cart {
        margin-top: 0px;
    }

    .product-item.product-list .text .tit {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        color: #AAAAAA;

    }

    .product-item .btn-block .url {
        display: block;
    }
}

/*section-info-action*/
.section-info-action {
    margin-bottom: 0px;
    background: #0F0F0F;
    padding: 60px 60px 63px 20px;
    background-image: url("../image/info-action-block1.png");
    background-repeat: no-repeat;
    background-position: right -90px top -203px;
    background-size: 60%;
}

.info-action-block {

    max-width: 230px;
}

.info-action-block .titles-modul {
    color: #FFFFFF;

}

.info-action-block .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #FFFFFFE5;
    margin-bottom: 20px;
}

.info-action-block .btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FF8D28;
    border-radius: 90px;
    padding: 14px 53px;

}

.info-action-block .btn:hover {
    background-color: #F3790C;
}

@media (min-width: 768px) {
    .section-info-action {
        margin-bottom: 60px;
        padding: 50px 45px 63px 10px;
        background-image: url("../image/info-action-block1.png");
        background-position: left -90px top -110px;
        background-size: 40%;
        height: 400px;
        border-radius: 20px;
        background-color: #1E1E1E;
    }

    .info-action-block {
        max-width: 425px;
        margin-left: auto;
    }

    .info-action-block .btn {
        padding: 15px 53px;
        max-width: 220px;
    }

    .info-action-block .text {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .info-action-block .titles-modul {
        margin-bottom: 14px;
    }
}

@media (min-width: 992px) {

    .section-info-action {
        margin-bottom: 100px;
        padding: 50px 200px 63px 0px;
        background-image: url("../image/info-action-block1.png");
        background-position: left 10px top -459px;
        background-size: unset;
        height: 450px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        position: relative;

    }

    .section-info-action:after {
        content: '';
        position: absolute;
        background-image: url("../image/info-action-block2.png");
        background-position: center center;
        opacity: 0.9;
        transform: rotate(-8.84deg);
        width: 406px;
        height: 169px;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

    .info-action-block {
        max-width: 480px;
        margin-left: auto;
    }

    .info-action-block .btn {
        padding: 17px 53px;
        max-width: 240px;
        font-size: 15px;
    }

    .info-action-block .text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .info-action-block .titles-modul {
        margin-bottom: 20px;
    }


}

/*section-info-shops*/
.section-info-shops {
    margin-bottom: 30px;
}

.section-info-shop-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section-info-shop-image {
    order: 2;
}

.section-info-shop {
    order: 1;
    background: #F7F7F7;
    margin-left: -12px;
    margin-right: -12px;
    padding: 60px 10px 30px;

}

.section-info-shop .titles-modul {
    margin-bottom: 30px;

}

.section-info-shop .text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;

}

.section-info-shop .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #1E1E1E;


}

.section-info-shop .certificates {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
}

.section-info-shop .certificates img {
    border-radius: 15px;
}

.section-info-shop .btn-block {
    padding-top: 27px;
    text-align: center;
}

.section-info-shop .url {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #005AA9;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    text-decoration: none;
}

.section-info-shop .url:hover {
    color: #FF8D28;
}

.section-info-shop .url:hover svg path {
    fill: #FF8D28;
}

.section-info-shop-image .image {
    height: 260px;
}

.section-info-shop-image .image img {
    border-radius: 20px;
}

@media (min-width: 768px) {
    .section-info-shop {
        margin-left: 0px;
        margin-right: 0px;
        padding: 60px 40px;
        border-radius: 20px;
        margin-bottom: 40px;
    }

    .section-info-shop-block {
        gap: 20px;
    }

    .section-info-shop .titles-modul {
        margin-bottom: 25px;
    }

    .section-info-shop .text {
        font-size: 14px;
    }

    .section-info-shop .title {

        font-size: 22px;
        margin-bottom: 12px;
    }

    .section-info-shop .certificates {

        gap: 15px;
    }

    .section-info-shop .btn-block {
        padding-top: 20px;
    }

    .section-info-shop-image .image {
        height: 400px;
    }
}

@media (min-width: 992px) {
    .section-info-shops {
        margin-bottom: 80px;
    }

    .section-info-shop-block {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .section-info-shop {
        order: 2;
        padding: 50px 40px;
    }

    .section-info-shop-image {
        order: 1;
    }

    .section-info-shop-image .image {
        height: 837px;
    }

    .section-info-shop .titles-modul {
        margin-bottom: 30px;
    }

    .section-info-shop .text {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .section-info-shop .title {
        font-size: 26px;
        margin-bottom: 10px;
    }

}

/*section-info-quality*/
.section-info-quality {
    margin-bottom: 80px;
}

.section-info-quality-block {

    display: grid;
    grid-template-columns: 1fr 1fr;
}

.section-info-quality-item {
    display: flex;
    justify-content: center;
}

.section-info-quality-item > div {
    flex-direction: column;
    display: flex;
    gap: 8px;
    justify-content: center;
    text-align: center;
    max-width: 140px;
}

.section-info-quality-item .icon img {
    height: 40px;
    width: auto;
}

.section-info-quality-item:nth-child(1) {
    border-bottom: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.section-info-quality-item:nth-child(2) {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
}

.section-info-quality-item:nth-child(3) {
    border-right: 1px solid #EEEEEE;
    padding-top: 20px;
}

.section-info-quality-item:nth-child(4) {
    padding-top: 20px;
}

.section-info-quality-item .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #1E1E1E;

}

.section-info-quality-item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    text-align: center;
    vertical-align: middle;
    color: #3E3E3E;

}

@media (min-width: 768px) {
    .section-info-quality-item .icon img {
        height: 70px;
        width: auto;
    }

    .section-info-quality-item > div {
        gap: 10px;
        max-width: 240px;
    }

    .section-info-quality-item:nth-child(1) {
        padding-bottom: 25px;
    }

    .section-info-quality-item:nth-child(2) {
        padding-bottom: 25px;
    }

    .section-info-quality-item:nth-child(3) {
        padding-top: 25px;
    }

    .section-info-quality-item:nth-child(4) {
        padding-top: 25px;
    }

    .section-info-quality-item .title {
        font-size: 16px;
    }

    .section-info-quality-item .text {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .section-info-quality {
        margin-bottom: 75px;
    }

    .section-info-quality-block {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 60px;
    }

    .section-info-quality-item {
        border: 0 !important;
        padding: 0 !important;
        position: relative;
    }

    .section-info-quality-item:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: -30px;
        width: 1px;
        height: 100%;
        background: #EEEEEE;
    }

    .section-info-quality-item:last-child:before {
        content: none;
    }

    .section-info-quality-item:nth-child(1) > div {
        margin-right: auto;
    }

    .section-info-quality-item:nth-child(4) > div {
        margin-left: auto;
    }
}

/*section-info-works*/
.section-info-works {
    background: linear-gradient(154.63deg, #1E1E1E 14.05%, #191919 83.92%);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 60px 10px;
    margin-left: 0px;
    margin-right: 0px;
    position: relative;
    overflow: hidden;
}

.section-info-works:before {
    background: url("../image/section-info-works.png");
    position: absolute;
    content: '';
    width: 200px;
    height: 142px;
    opacity: 0.9;
    top: 0;
    right: -10px;
    transform: rotate(-8.84deg);
}

.section-info-works .container:after {
    background: url("../image/section-info-worksbg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    position: absolute;
    content: '';
    width: 100%;
    height: 274px;
    bottom: 117px;
    left: 0px;
}

.section-info-works .works-blocks {

    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.section-info-works .works-block-items {
    padding: 20px;
    height: 220px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.section-info-works .works-block-items:nth-child(odd) {
    background-color: #2E2E2E;
}

.section-info-works .works-block-items:nth-child(even) {
    background-color: #005AA9;
}

.section-info-works .works-block-items .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.section-info-works .works-block-items .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFFE5;

}

.section-info-works .works-block-items:nth-child(1) {
    background-image: url("../image/section-info-works1.png");
    background-position: top 115px right;
}

.section-info-works .works-block-items:nth-child(2) {
    background-image: url("../image/section-info-works2.png");
    background-position: top 120px center;
}

.section-info-works .works-block-items:nth-child(3) {
    background-image: url("../image/section-info-works3.png");
    background-position: top 60px center;
    background-size: 100%;
}

.section-info-works .works-block-items:nth-child(4) {
    background-image: url("../image/section-info-works4.png");
    background-position: top 120px right -80px;
    background-size: 100%;
}

.section-info-works .text-block {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #FFFFFFE5;
    margin-bottom: 50px;
}

.section-info-works .agreement {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.section-info-works .agreement .text_agreement {

    font-weight: 300;
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #FFFFFF;
    flex: 0 0 calc(100% - 30px);
}

.section-info-works .agreement .text-danger {
    flex: 0 0 100%;
}

.section-info-works .agreement .text_agreement a {
    font-weight: 300;
    font-size: 13px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #FFFFFF;

}

.section-info-works .filter-checkbox label {
    font-weight: 300;
    font-size: 10px;
    line-height: 130%;
    color: #FFFFFF;

}

.section-info-works .filter-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border-color: #FFFFFF1A;
}

.section-info-works .filter-checkbox input:checked + label .checkmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9923 2.29691C10.7914 2.09179 10.4658 2.09179 10.2649 2.29691L4.10349 8.58947L1.73513 6.17074C1.5343 5.96561 1.20869 5.96563 1.00782 6.17074C0.806965 6.37584 0.806965 6.70837 1.00782 6.9135L3.73984 9.70358C3.94061 9.90868 4.26646 9.90854 4.46715 9.70358L10.9923 3.03969C11.1931 2.83459 11.1931 2.50203 10.9923 2.29691Z' fill='%23EEEEEE'/%3E%3C/svg%3E%0A");
    left: 4px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center;
}


.section-info-works .filter-checkbox a {
    text-decoration: underline;
    color: #FFFFFF;
}

.section-info-works-form {
    margin-bottom: 360px;
}

.section-info-works-form form .mb-3 {
    margin-bottom: 25px !important;
}

@media (min-width: 768px) {
    .section-info-works {

        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 80px 0px;
    }

    .section-info-works .container::after {
        background-position: center center;
        content: '';
        width: 450px;
        height: 357px;
        bottom: 70px;
        left: 510px;
    }

    .section-info-works::before {
        background: url("../image/section-info-works.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 759px;
        height: 540px;
        top: -143px;
        right: -439px;

        transform: rotate(-8.84deg);
    }

    .section-info-works .works-blocks {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .section-info-works .works-block-items {
        padding: 25px;
        height: 270px;
    }

    .section-info-works .works-block-items .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .section-info-works .works-block-items .text {
        font-size: 14px;
    }

    .section-info-works .works-block-items:nth-child(1) {

        background-position: top 146px right;
    }

    .section-info-works .works-block-items:nth-child(2) {
        background-position: top 159px center;
    }

    .section-info-works .works-block-items:nth-child(3) {
        background-position: top 100px center;
    }

    .section-info-works .works-block-items:nth-child(4) {
        background-position: top 160px right -80px;
    }

    .section-info-works .text-block {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .section-info-works-form {
        margin-bottom: 143px;

    }

    .section-info-works-form form {
        max-width: 440px;
    }

    .section-info-works .filter-checkbox {
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .section-info-works {
        margin-left: unset;
        margin-right: unset;
        padding: 100px 0px 0px;
        overflow: hidden;

    }

    .section-info-works {

    }

    .section-info-works .container::after {
        background-position: center center;
        content: '';
        width: 704px;
        height: 559px;
        bottom: 0px;
        left: 600px;
    }

    .section-info-works::before {
        background: url("../image/section-info-works.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 759px;
        height: 540px;
        top: 0px;
        right: -50px;
        transform: rotate(8.84deg);
    }

    .section-info-works .works-blocks {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
        margin-bottom: 24px;
    }

    .section-info-works .works-block-items {
        padding: 27px;
        height: 360px;
    }

    .section-info-works .works-block-items .title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .section-info-works .works-block-items .text {
        font-size: 15px;
    }

    .section-info-works .works-block-items:nth-child(1) {

        background-position: top 217px right;
    }

    .section-info-works .works-block-items:nth-child(2) {
        background-position: top 227px center;
    }

    .section-info-works .works-block-items:nth-child(3) {
        background-position: top 193px center;
    }

    .section-info-works .works-block-items:nth-child(4) {
        background-position: top 228px right -140px;
        background-size: 130%;
    }

    .section-info-works .text-block {
        font-size: 15px;
        margin-bottom: 56px;
    }

    .section-info-works-form {
        margin-bottom: 143px;

    }

    .section-info-works-form form {
        max-width: 500px;
    }

    .section-info-works .filter-checkbox {
        font-size: 16px;
    }

    .section-info-works-form form .mb-3 {
        margin-bottom: 30px !important;
    }

}


/*.star_ratings {
    display: inline-block;
    padding-top: 0;
    position: relative;
    white-space: nowrap;
}*/


.star_ratings {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #ccc;
    white-space: nowrap;
    line-height: 1;
    letter-spacing: 8px;
}

.star_ratings::before {
    content: "☆☆☆☆☆";
    position: relative;
    z-index: 1;
    color: #ccc;
}

.star_ratings s {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
    color: #F69810;
    display: block;
    bottom: 0;
}

.star_ratings s::before {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
}

.stars-outer {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 1;
}

.stars-outer::before {
    content: '★★★★★';
    display: block;
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #F69810;
    width: 0;
    pointer-events: none;
}

.stars-inner::before {
    content: '★★★★★';
    display: block;
}


/*section-info-reviews*/
.section-info-reviews {
    padding: 60px 0;
    margin-top: -60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #FFFFFF;
    position: relative;
    z-index: 2;
}

.section-info-reviews .slider-arrows {
    display: none;
}

.section-info-reviews .titles-top {

    grid-template-columns: 1fr;
}

.swiper-reviews {
    margin-right: -12px;
    padding-right: 12px;
}

.reviews-block-item {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    gap: 11px;
    flex-direction: column;
    width: 280px;
}

.reviews-block-item .top-info {
    display: grid;
    grid-template-columns: auto 40px;
    gap: 10px;
}

.reviews-block-item .top-info .right svg {
    width: 30px;
    height: 30px;
}

.reviews-block-item .top-info .left {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 6px;
}

.reviews-block-item .top-info .left .autor {
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    color: #1E1E1E;

}
.reviews-block-item .top-info .left .letter{
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #7E57C2;
    font-weight: 600;
    font-size: 15px;
    line-height: 110.00000000000001%;
    text-align: center;
color: white;
    border-radius: 100%;
}
.reviews-block-item .top-info .left .autor span {
    font-weight: 400;
    font-size: 10px;
    line-height: 110%;
    color: #AAAAAA;
    display: block;
    margin-top: 3px;
}

.reviews-block-item .top-info .left svg {
    width: 30px;
    height: 30px;
}

.reviews-block-item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #3E3E3E;
}

.reviews-block-item .more {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #F69810;
}

@media (min-width: 768px) {
    .section-info-reviews .slider-arrows {
        display: flex;
    }

    .section-info-reviews .titles-top {
        grid-template-columns: auto 115px;
    }

    .reviews-block-item .top-info .right svg {
        width: 40px;
        height: 40px;
    }

    .reviews-block-item .top-info .left .autor {
        font-size: 15px;
    }

    .reviews-block-item .top-info .left .autor span {

        font-size: 12px;
    }

    .reviews-block-item .top-info .left svg {
        width: 34px;
        height: 34px;
    }

    .reviews-block-item .top-info .left {
        grid-template-columns: 34px auto;
        gap: 10px;
    }
}

@media (min-width: 992px) {
    .section-info-reviews {
        padding: 100px 0;
    }

    .reviews-block-item .top-info .left svg {
        width: 40px;
        height: 40px;
    }

    .reviews-block-item .top-info .left .autor {

        font-size: 17px;
    }

    .reviews-block-item .top-info .left .autor span {

        font-size: 13px;
    }

    .reviews-block-item .top-info .left {
        grid-template-columns: 40px auto;
        gap: 10px;
    }
}

/*section-info-blogs */
.section-info-blogs {
    margin-bottom: 60px;
}

.blogs-block-item .image {
    height: 140px;
    margin-bottom: 12px;
}

.blogs-block-item .image img {
    border-radius: 20px
}

.blogs-block-item .info {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 8px;
}

.blogs-block-item .info .avtor {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #3E3E3E;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.blogs-block-item .info .avtor span {
    color: #AAAAAA;

}

.blogs-block-item .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 8px;
}

.blogs-block-item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #7B7B7B;
    margin-bottom: 10px;
}

.swiper-blogs {
    margin-right: -12px;
    padding-right: 12px;
}

@media (min-width: 768px) {

    .section-info-blogs {
        margin-bottom: 80px;
    }

    .blogs-block-item .image {
        height: 180px;
        margin-bottom: 12px;
    }

    .blogs-block-item .info {
        gap: 12px;
        margin-bottom: 8px;
    }

    .blogs-block-item .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .blogs-block-item .text {

        font-size: 14px;
        margin-bottom: 14px;
    }

    .blogs-block-item .info .avtor {
        font-size: 12px;
        gap: 8px;
    }

    .blogs-block-item .info {
        margin-bottom: 11px;
    }

    .swiper-blogs {
        margin-right: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .section-info-blogs {
        margin-bottom: 120px;
    }

    .blogs-block-item .image {
        height: 220px;
        margin-bottom: 15px;
    }

    .blogs-block-item .info {
        margin-bottom: 10px;
    }

    .blogs-block-item .title {
        font-size: 18px;
    }

    .blogs-block-item .text {
        font-size: 14px;
        margin-bottom: 14px;
    }

    .blogs-block-item .info .avtor {
        font-size: 14px;
    }

    .blogs-block-item .info {
        margin-bottom: 11px;
    }
}

/*section-page-reviews*/
.section-page-reviews .reviews-blocks {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.section-page-reviews .reviews-block-item {
    width: 100%;
}

.section-page-reviews.section-info-reviews {
    padding: 40px 0 100px;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

@media (min-width: 768px) {
    .section-page-reviews.section-info-reviews {
        padding: 50px 0 100px;

    }

    .section-page-reviews .reviews-blocks {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .section-page-reviews.section-info-reviews {
        padding: 50px 0 120px;

    }

    .section-page-reviews .reviews-blocks {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/*section-page-blogs*/
.section-page-blogs .blogs-blocks {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.section-page-blogs .blogs-block-item {
    width: 100%;
}

.section-page-blogs.section-info-blogs {
    padding: 40px 0 100px;
}

.section-page-blogs .blogs-block-item .image {
    height: 160px;
}

.section-page-blogs .blogs-block-item .fiximage img {
    object-fit: contain;
}

.blogs-category-blocks {
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    flex-direction: row;
    padding-bottom: 10px;
}

.blogs-category-blocks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #1E1E1E;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
    border-radius: 90px;
    text-decoration: none;
    padding: 12px 19px;
    white-space: nowrap;
}

.blogs-category-blocks a:hover,
.blogs-category-blocks a.active {
    color: #FFFFFF;
    background: #005AA9;
    border: 1px solid #005AA9;
}

@media (min-width: 768px) {
    .section-page-blogs.section-info-blogs {
        padding: 50px 0 100px;

    }

    .section-page-blogs .blogs-blocks {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .section-page-blogs .blogs-block-item .image {
        height: 180px;
    }

    .blogs-category-blocks a {

        font-size: 14px;
        padding: 15px 23px;
    }

    .blogs-category-blocks {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .section-page-blogs.section-info-blogs {
        padding: 50px 0 130px;

    }

    .section-page-blogs .blogs-block-item .image {
        height: 220px;
    }

    .section-page-blogs .blogs-blocks {
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .blogs-category-blocks {
        gap: 26px;
    }

    .blogs-category-blocks a {

        font-size: 15px;
        padding: 14px 37px;
    }
}


/**/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 100% !important;
    border: 1px solid #EEEEEE;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #3E3E3E;

}

.pagination .page-link svg {
    flex-shrink: 0;
    width: 14px;
    height: auto;
}

.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    background: #005AA9;
    border: 1.4px solid #005AA9;
    color: #FFFFFF;
}

.pagination .page-item.prev {
    margin-right: 10px;
}

.pagination .page-item.next {
    margin-left: 10px;
}

.pagination .page-item.next:hover .page-link,
.pagination .page-item.prev:hover .page-link {
    background: #005AA9;
    border: 1px solid #005AA9;
    color: #FFFFFF;
}

.pagination .page-item.next:hover .page-link svg path,
.pagination .page-item.prev:hover .page-link svg path {
    stroke: white;
}

@media (min-width: 768px) {
    .pagination {
        gap: 12px;
    }

    .pagination .page-link {
        width: 44px;
        height: 44px;
        font-size: 15px;

    }

    .pagination .page-link svg {
        width: 20px;
        height: auto;
    }

}

@media (min-width: 992px) {
    .pagination {
        margin-top: 50px;
    }
}

/*section-information-page*/
.section-information-page {
    padding: 40px 0 60px;
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;
}

.section-information-page .title-ul {
    font-weight: 600;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;
    margin-bottom: 10px;
}

.section-information-page ul li {
    font-weight: 400;
    font-size: 13px;
    line-height: 135%;
    color: #3E3E3E;
}

.section-information-page ul {

    padding-left: 20px;
    margin-bottom: 5px;
}

.section-information-page .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #3E3E3E;
    margin-top: 20px;
    margin-bottom: 10px;
}

.section-info-quality.information-page {
    margin-bottom: 100px;
}

@media (min-width: 768px) {
    .section-information-page {
        padding: 50px 0 80px;
        font-size: 14px;
    }

    .section-information-page .title-ul {
        font-size: 14px;
    }

    .section-information-page ul li {
        font-size: 14px;
    }

    .section-information-page ul {

        padding-left: 20px;
    }

    .section-information-page .title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .section-info-quality.information-page {
        margin-bottom: 800px;
    }
}

@media (min-width: 992px) {

    .section-information-page {
        padding: 50px 0 120px;
        font-size: 15px;
    }

    .section-information-page .title-ul {
        font-size: 15px;
    }

    .section-information-page ul li {
        font-size: 15px;
    }

    .section-information-page ul {

        padding-left: 20px;
    }

    .section-information-page .title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 25px;
    }

    .section-info-quality.information-page {
        margin-bottom: 120px;
    }
}

/*categorys*/
.categorys {
    margin-top: 40px;
}

.category-product .products {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}

.total-product-cat {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: right;
    vertical-align: middle;
    color: #AAAAAA;
    margin-bottom: 25px;

}

.product-top-panel {
    display: flex;
    gap: 20px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.product-top-panel label {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #AAAAAA;
}

.product-top-panel:after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    height: 1px;
    background: #EEEEEE;
}

.total-product-page {
    flex: 0 0 120px;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #1E1E1E;

}

.product-sort {
    flex: 0 0 190px;
    text-align: right;
}

.product-limit {
    flex: 0 0 220px;
}

.product-limit .form-group {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.product-view {
    flex: 0 0 90px;
}

.product-view .btn-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.product-view button {
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.product-view button svg path {
    fill: #AAAAAA;
}

.product-view button:hover,
.product-view button.active {
    border: 1px solid #FF8D28;
    box-shadow: none;
    outline: 0;
}

.product-view button:hover svg path,
.product-view button.active svg path {
    fill: #FF8D28;
}

.pagination-total-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 9px 0;
    margin-bottom: 60px;
}

.pagination-total-block .total-product-page {
    flex: 0 0 auto;
}

.pagination-total-block .pagination {
    margin: 0px;
    gap: 5px;
}

.pagination-total-block .pagination .page-item.prev {
    margin-right: 0px;
}

.pagination-total-block .pagination .page-item.next {
    margin-left: 0px;
}

.categorys .add-items {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
}

.section-news-cat {
    margin-bottom: 60px;
}

.product-sort .custom-select {
    min-width: 180px;
}

.product-sort .select-trigger {
    min-width: 180px;
}

@media (min-width: 768px) {
    .product-top-panel {
        border-top: 1px solid #EEEEEE;
        border-bottom: 1px solid #EEEEEE;
        padding: 10px 0;
    }

    .product-top-panel > div {
        flex: 0 0 auto;
    }

    .product-top-panel::after {
        content: none;

    }

    .product-sort {
        margin-left: auto;
    }

    .categorys .titles-top.all {
        display: inline-flex;
        gap: 15px;
    }

    .total-product-cat {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .product-top-panel {
        font-size: 14px;
    }

    .category-product .products {
        display: grid;
        grid-template-columns:  1fr 1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .category-product .products.list-view {
        display: grid;
        grid-template-columns:  1fr;
        gap: 20px;
        margin-bottom: 40px;
    }

    .pagination-total-block {
        padding: 10px 0;
        margin-bottom: 70px;
    }

    .total-product-page {
        font-size: 14px;
    }

    .product-top-panel {
        flex-wrap: nowrap;
        gap: 20px;
        margin-bottom: 25px;
    }

    .section-news-cat {
        margin-bottom: 80px;
    }

    .select-trigger {
        font-size: 14px;
    }

    .product-sort .custom-select {
        min-width: 180px;
    }

    .product-sort .select-trigger {
        min-width: 180px;
    }
}

@media (min-width: 992px) {
    .btn-filter {
        display: none !important;
    }

    .category-product {
        display: grid;
        gap: 30px;
        grid-template-columns:316px auto;
        justify-content: space-between;
    }

    .category-product .products {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px;
    }

    .category-product .right {
        overflow: hidden;
    }

    .section-news-cat {
        margin-bottom: 100px;
    }

    .total-product-page {
        font-size: 15px;
    }

    .product-top-panel {
        padding: 17px 0;
    }

    .product-top-panel label {

        font-size: 15px;
    }

}


/*section-wishlist-page*/
.section-wishlist-page {
    margin-top: 40px;

}

.section-wishlist-page .text {
    font-weight: 600;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;
    margin-bottom: 20px;
}

.section-wishlist-page .btn {
    margin-bottom: 30px;
    padding: 15px 45px;
    max-width: 300px;
    white-space: nowrap;
}

.section-products {
    margin-bottom: 60px;
}

.section-products .product-items {
    display: grid;
    gap: 20px;
}

@media (min-width: 768px) {
    .section-wishlist-page {
        margin-top: 50px;
    }

    .section-products {
        margin-bottom: 80px;
    }

    .section-wishlist-page .text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .section-products .product-items {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .section-wishlist-page {
        margin-top: 50px;
    }

    .section-products {
        margin-bottom: 120px;
    }

    .section-wishlist-page .text {
        font-size: 15px;
    }

    .section-products .product-items {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

/**/
/*section-compare-page*/
main > div.container,
.section-compare-page {
    margin-top: 40px;

}

.section-compare-page .text {
    font-weight: 600;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;
    margin-bottom: 20px;
}

.section-compare-page .btn {
    margin-bottom: 30px;
    padding: 15px 45px;
    max-width: 300px;
    white-space: nowrap;
}

.section-compare-products {
    margin-bottom: 60px;
}

.section-compare-products .product-item .btn.add-cart {
    margin-top: 20px;
    background: #FFFFFF;
    white-space: nowrap;
    color: #1E1E1E;
    border: 1px solid #FF8D28;
    width: 100%;
}

.section-compare-products .product-item .btn.add-cart:hover {
    border: 1px solid #F3790C;

}

.compare-table-block {
    overflow-x: auto;
    padding-bottom: 5px;
    margin-right: -12px;
    margin-left: -12px;
}

.compare-table-block .product-item .btn-block {
    display: block;
}

.section-compare-products table td {
    border: 1px solid #EEEEEE;
}

.section-compare-products table {

}

.section-compare-products table tr td {
    text-align: center;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
}

.section-compare-products table tr td:first-child {
    border-left: 0;
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    color: #1E1E1E;
    padding: 9px 0px 9px 14px;
    min-width: 119px;

}

.section-compare-products table tr td:last-child {
    border-right: 0;
}

.section-compare-products table tr:first-child td {
    padding: 0 15px 15px 15px;
    border-top: 0;

}

.section-compare-products table .product-item {
    width: 200px;
    border: 0;
}

.section-compare-products table tr td .status {
    color: #1EA451;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.section-compare-page .btn-blok-del {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}

.section-compare-page .btn-blok-del a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    vertical-align: middle;
    text-decoration: none;
}

.section-compare-page .btn-blok-del a svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.section-compare-page .btn-blok-del a.all {
    color: #005AA9;
}

.section-compare-page .btn-blok-del a.delete {
    color: #FF8D28;
}

.section-compare-page .btn-blok-del a.delete-all {
    color: #B00B0B;
}

.section-compare-page .btn-blok-del a:hover {
    text-decoration: underline;
}

.section-compare-products .product-item .product-count {
    border-radius: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    background: #005AA9;

}

.section-compare-products .product-item .product-delete {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

@media (min-width: 768px) {
    .section-compare-products {
        margin-bottom: 800px;
    }
    main > div.container,
    .section-compare-page {
        margin-top: 50px;
    }

    .compare-table-block {
        margin-right: -24px;
        margin-left: -24px;
    }

    .section-compare-page .text {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .section-compare-page .btn-blok-del {
        justify-content: start;
        margin-bottom: 40px;
    }

    .section-compare-page .btn-blok-del a {
        gap: 10px;
        font-size: 14px;
    }

    .section-compare-page .btn-blok-del a svg {
        width: 20px;
        height: 20px;
    }

    .section-compare-products table tr td:first-child {
        font-size: 14px;
        padding: 12px 0px 11px 14px;
        min-width: 179px;
        text-align: left;
    }

    .section-compare-products table tr td {
        font-size: 14px;
    }

    .section-compare-products table tr td .status {
        color: #1EA451;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
    }

    .section-compare-products table .product-item {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .section-compare-products {
        margin-bottom: 120px;
    }
    main > div.container,
    .section-compare-page {
        margin-top: 50px;
    }

    .section-products {
        margin-bottom: 120px;
    }

    .section-compare-page .text {
        font-size: 15px;
    }

    .section-compare-products table .product-item {
        width: 318px;
    }

    .section-compare-products table tr td:first-child {
        font-size: 15px;
        padding: 25px 0;
        min-width: 225px;

    }

    .section-compare-products table tr td {
        font-size: 15px;
    }

    .compare-table-block {
        margin-right: 0;
        margin-left: 0;
    }

    .section-compare-page .btn-bloks {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 60px;
    }

    .section-compare-products .product-item .product-count {
        font-size: 14px;
        width: 32px;
        height: 32px;
    }

    .delete-checkbox .checkmark {
        width: 28px;
        height: 28px;
    }

    .delete-checkbox input:checked + .checkmark::after {
        width: 16px;
        height: 16px;
        left: 6px;
        top: 5px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.656 3.06224C14.3882 2.78874 13.9541 2.78874 13.6863 3.06224L5.471 11.4523L2.31318 8.22734C2.0454 7.95385 1.61126 7.95387 1.34343 8.22734C1.07563 8.50082 1.07563 8.94419 1.34343 9.21769L4.98612 12.9378C5.25382 13.2113 5.68828 13.2111 5.95587 12.9378L14.656 4.05261C14.9238 3.77914 14.9238 3.33574 14.656 3.06224Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    }

    .section-compare-products table tr:first-child td {

        border-top: 1px solid #EEEEEE;
    }

    .section-compare-page .btn-blok-del {
        margin-bottom: 0px;
    }

    .section-compare-page .btn {
        margin-bottom: 0px;
    }
}

/*product-single*/

.product-nav {
    border-bottom: 1px solid #EEEEEE;
    background: #F7F7F7;
    overflow: auto;
    position: sticky;
    top: 100px;
    z-index: 100;
}

.product-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    flex-direction: row;
}

.product-nav ul li a {
    color: #1E1E1E;
    font-weight: 500;
    font-size: 14px;
    line-height: 135%;
    text-decoration: none;
    white-space: nowrap;
    padding: 16px 0 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.product-nav ul li {
    margin-bottom: -1px;
    border-bottom: 2px solid transparent;
}

.product-nav ul li:hover,
.product-nav ul li.active {

    border-bottom: 2px solid #005AA9;
}

.product-nav ul li:hover a,
.product-nav ul li.active a {
    color: #005AA9;
}

.product-single {
    margin-top: 30px;
}

.product-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-single-media {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-single-image {
    width: 100%;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 1px solid #EEEEEE;
    border-radius: 30px;

}

.product-single-media .swiper-slide {
    background-size: cover;
    background-position: center;
}

.product-single-thumbnail {
    height: 80px;
    width: calc(100% - 80px);
}

.product-single-thumbnail .swiper-slide {
    opacity: 0.5;
}

.product-single-thumbnail .swiper-slide img {
    border-radius: 20px;
    border: 1px solid #EEEEEE;
}

.product-single-thumbnail .swiper-slide:hover,
.product-single-thumbnail .swiper-slide-thumb-active {
    opacity: 1;

}

.product-single-thumbnail .swiper-slide:hover img,
.product-single-thumbnail .swiper-slide-thumb-active img {
    border: 1px solid #005AA9;
}

.product-single-media .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-single-media .swiper-slide a {
    pointer-events: none;
}

.product-single-image .boton-top {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-single-image .boton-top button,
.product-single-image .boton-top a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F7F7F7;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    box-shadow: none;
}
.product-single-image .boton-top button svg,
.product-single-image .boton-top a svg {
    width: 20px;
    height: auto;
}
.product-single-image .boton-top button:hover,
.product-single-image .boton-top a:hover {
    background: #005AA9;
}
.product-single-image .boton-top button:hover svg path,
.product-single-image .boton-top a:hover svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}
.productsinglethumbnail {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.swiperbuttonPprev,
.swiperbuttonPnext {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiperbuttonPprev:hover,
.swiperbuttonPnext:hover {
    background: #005AA9;

}

.swiperbuttonPprev:hover path,
.swiperbuttonPnext:hover path {
    stroke: #FFFFFF;
    border-color: #FFFFFF;

}


.swiperbuttonPprev {
    transform: rotate(-90deg);
}

.swiperbuttonPnext {
    transform: rotate(-90deg);
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 8px;
}

.more-reviews {
    color: #FF8D28;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;

}

.more-reviews:hover {
    color: #005AA9;

}

.product-single-name {
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 20px;


}

.product-single-params {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    flex-direction: row;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    padding-bottom: 18px;
    margin-bottom: 17px;
    border-bottom: 1px solid #EEEEEE;

}

.product-single-params > div:nth-child(1),
.product-single-params > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.product-single-params a {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    color: #005AA9;

}

.product-single-params a:hover {
    color: #FF8D28;
}

.product-single-params span {
    color: #1E1E1E;

}

.product-single-option {
    margin-bottom: 20px;
}

.product-single-option .form-group {

    display: flex;
    align-items: center;
    gap: 15px;
}

.product-single-option .form-group label {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;

}

#input-option1 {

    display: flex;
    align-items: center;
    gap: 8px;
}

#input-option1 .radio {
    display: inline-block;
}

#input-option1 .radio:last-of-type {
    margin-right: 0;
}

#input-option1 .radio input {
    display: none;
}


#input-option1 .radio span {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid transparent;
}

#input-option1 .radio input[value="#FFFFFF"] + span {
    border-color: #3E3E3E;
}

#input-option1 .radio:hover span {
    border: 1px solid #005AA9;
}

#input-option1 .radio input:checked + span {
    border: 1px solid #005AA9;
}

.product-single-price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 13px;
}

.special-price {
    color: #005AA9;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;

}

.old-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-decoration: line-through;
    color: #AAAAAA;

}

.sale-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    background: #005AA9;
    border-radius: 41px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 7px 15px;

}

.product-single-status {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #1EA451;

}

.product-single-addtocart {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    gap: 10px;

}

.product-single-addtocart:before {
    content: '';
    position: absolute;
    height: 1px;
    top: 50%;
    left: 0;
    right: 0;
    background: #EEEEEE;
    transform: translate(0, -50%);
}

.qty-control {
    border: 1px solid #EEEEEE;
    border-radius: 68px;
    display: flex;
    align-items: center;
    height: 50px;
}

.qty-control__reduce,
.qty-control__increase {
    width: 36px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qty-control__reduce svg,
.qty-control__increase svg {
    width: 14px;
    height: auto;
}

.qty-control__number {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    width: 48px;
    border: 0;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #3E3E3E;

}

.qty-control__number:focus,
.qty-control__number:hover {
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    outline: 0;
    box-shadow: none;
}

.button-cart:hover,
.button-cart {
    float: right;
    max-width: 200px;
    height: 50px;
}

.button-onecart-block {
    border: 1px solid #EEEEEE;
    border-radius: 44px;
    display: flex;
    clear: both;
    align-items: center;
    padding: 15px 0;
    height: 50px;
    justify-content: space-between;
    margin-top: 40px;
}

.button-onecart-block .icon {
    width: 20px;
    height: 20px;
}

.button-onecart-block .phone {
    border: 0;
    margin-left: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 120%;
    vertical-align: middle;
    color: #909090;
    width: 170px;
}

.button-onecart-block .phone:focus,
.button-onecart-block .phone:hover {
    border: 0;
    outline: none;
    box-shadow: none;
}

.button-onecart {

    font-weight: 600;
    font-size: 15px;
    line-height: 130%;
    color: #FFFFFF;
    width: 160px;
    height: 50px;
    border-radius: 54px;
    background: #005AA9;
    border: 1px solid #005AA9;
    margin: -1px -1px -1px 5px;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    text-align: center;
    padding: 17px 24px;
    white-space: nowrap;
}

.button-onecart:hover {
    color: #005AA9;
    background: #FFFFFF;
    border-color: #005AA9;
}

.specification-block-opdost {
    display: grid;
    grid-template-columns:  auto auto;
    gap: 20px;
}

.product-single-specification {
    margin-bottom: 20px;
}

.product-single-specification .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
    padding-left: 13px;
    position: relative;
    margin-bottom: 12px;

}

.product-single-specification .title:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 18px;
    left: 0;
    border-radius: 10px;
    background: #005AA9;
    top: 50%;
    transform: translate(0, -50%);

}

.product-single-specification .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #1E1E1E;
}

.product-single-specification .text {
    display: flex;
    gap: 12px;
    flex-direction: column;

}

.product-single-specification .text span {
    color: #AAAAAA;

}

.product-single-description {
    margin-bottom: 60px;
    margin-top: 40px;
}

.product-single-description .text {

    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;

}

.product-single .section-news-cat {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}


.product-reviews-block {
    border: 1px solid #EEEEEE;
    border-radius: 30px;
    margin-bottom: 10px;
}

.product-reviews-block .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #1E1E1E;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 20px;
}

.product-reviews-block .text {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 96px auto;
    gap: 30px;
    padding: 11px 18px 21px 24px;
}

.product-reviews-block .left {
    text-align: center;
}

.product-reviews-block .reviews-all {
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #1E1E1E;
    margin-bottom: 7px;
}

.product-reviews-block .reviews-txt {

    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
    color: #262028;

}

.product-reviews-block .reviews-rating {
    margin-bottom: 6px;
}

.rating-info-rows {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rating-info-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.rating-info-row .rating-number {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    vertical-align: middle;
    color: #1E1E1E;
    width: 7px;
}

.rating-info-row .rating-icon svg {
    width: 16px;
    height: auto;
}

.rating-info-row .rating-url {
    padding-left: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #005AA9;
    white-space: nowrap;
}

.rating-info-row .rating-scale {
    width: 67px;
    height: 5px;
    border-radius: 4px;
    background: #E4E4E4;
    position: relative;
}

.rating-info-row .rating-scale .stars-inner {
    background: #005AA9;
    height: 5px;
    border-radius: 4px;

}

.product-reviews-block .reviews-rating .stars-outer {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #ccc;
    letter-spacing: 1px;
    line-height: 1;
}


.product-foto-reviews {
    border: 1px solid #EEEEEE;
    border-radius: 30px;
    margin-bottom: 10px;
}

.product-foto-reviews .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #1E1E1E;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 20px;
}

.product-foto-reviews-block {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 95px 95px 95px;
    gap: 8px;
    padding: 12px 20px;
}

.product-foto-reviews-block div {
    background: #EEEEEE;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    height: 100%;
}

.product-foto-reviews-block div a {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #1E1E1E;
}

.product-add-reviews {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 20px 28px 28px 28px;
    text-align: center;
    margin-bottom: 30px;
}

.product-add-reviews .title {

    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #1E1E1E;
    margin-bottom: 16px;
}

.product-add-reviews .btn {
    background: #005AA9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    max-width: max-content;
}

.product-add-reviews .btn:hover {
    background: #FF8D28;

}

.product-reviews-views {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.product-reviews-view {
    border: 1px solid #F4F2EE;
    border-radius: 20px;

}

.product-reviews-view .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #1E1E1E;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-reviews-view .title span {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #AAAAAA;
    margin-left: auto;
    margin-right: 8px;
}
.product-reviews-view .title .copy-review-link.copied svg path{
    fill:#1EA451;
}
.product-reviews-view .text-block {
    padding: 15px 15px 20px 20px;
}

.product-reviews-view .text-block .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
    margin-top: 8px;
    margin-bottom: 15px;
}

.product-reviews-view .text-block .text-minus,
.product-reviews-view .text-block .text-plus {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;

}

.product-reviews-view .text-block .text-minus span,
.product-reviews-view .text-block .text-plus span {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
    margin-top: 8px;
    display: block;
}

.product-reviews-view .text-block .text-plus {
    margin-bottom: 15px;
}

.product-reviews-view .text-block .text-minus {
    float: left;
    margin-bottom: 20px;
}

.product-reviews-view .text-block .rating-review {
    float: right;
    text-align: right;
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    margin-top: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #AAAAAA;

}

.product-reviews-view .text-block .rating-review div {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    gap: 3px;
}

.product-reviews-view .text-block .stars-outer {

    letter-spacing: 1px;

}

.product-reviews-view .text-block .rating-review div:first-child {
    color: #005AA9;

}

.product-reviews-view .text-block .rating-review svg {
    width: 16px;
    height: auto;
}

.product-reviews-views-block .add-items {
    text-align: center;
    padding-top: 40px;
}

.product-reviews-views-block {
    margin-bottom: 100px;
}

body.scrolled .product-nav {
    top: 52px;
}

.product-block-bottom .right {
    display: none;
}

@media (min-width: 768px) {
    .product-single-media {

        flex-direction: row;
        gap: 20px;
    }

    .product-single-image {
        order: 2;
        height: 580px;
    }

    .productsinglethumbnail {
        order: 1;
        flex-direction: column;
        padding: 25px 0;
    }

    .product-single-thumbnail {
        height: 380px;
        width: 118px;
    }

    .productsinglethumbnail {
        gap: 20px;
    }

    .swiperbuttonPprev,
    .swiperbuttonPnext {
        transform: rotate(0deg);
        height: 50px;
        width: 50px;
        flex-shrink: 0;
    }
    .product-single-image .boton-top button,
    .product-single-image .boton-top a {
        width: 50px;
        height: 50px;
    }
    .product-single-image .boton-top button svg,
    .product-single-image .boton-top a svg {
        width: 24px;
        height: auto;
    }

    .product-single-image .boton-top {
        right: 20px;
        top: 20px;
        gap: 10px;
    }

    .more-reviews {
        font-size: 14px;
    }

    .product-single-name {
        font-size: 26px;
    }

    .product-single-params {
        font-size: 14px;
        max-width: 462px;
        border: 0;
        padding-bottom: 25px;
        margin-bottom: 0;
    }

    .product-single .section-news-cat {
        gap: 0px;
    }

    .product-single-params > div:nth-child(1), .product-single-params > div:nth-child(2) {
        flex-direction: row;
    }

    .product-single-option {
        border-top: 1px solid #EEEEEE;
        padding-top: 25px;
        margin-bottom: 23px;
    }

    .product-single-option .form-group {
        gap: 25px;
    }

    .product-single-option .form-group label {
        font-size: 15px;
    }

    #input-option1 .radio span {
        height: 30px;
        width: 30px;
    }

    #input-option1 {
        gap: 11px;
    }

    .special-price {
        font-size: 40px;
    }

    .old-price {
        font-size: 28px;
    }

    .product-single-price {
        gap: 30px;
        margin-bottom: 19px;
    }

    .sale-price {
        font-size: 20px;
        border-radius: 58px;
        padding: 8px 22px;
        height: 40px;
    }

    .product-single-status {
        font-size: 15px;

    }

    .qty-control__reduce, .qty-control__increase {
        width: 44px;
        height: 56px;
    }

    .qty-control__reduce svg,
    .qty-control__increase svg {
        width: 16px;
        height: auto;
    }

    .qty-control__number {
        font-size: 15px;
        width: 81px;
        height: 54px;
    }

    .qty-control {
        height: 56px;
    }

    .button-cart:hover,
    .button-cart {
        font-size: 15px;
        max-width: 245px;
        height: 56px;
        margin-right: auto;
        margin-left: 20px;
    }

    .button-onecart-block {
        border-radius: 44px;
        height: 56px;
        margin-top: 52px;
        margin-right: auto;
        min-width: 460px;
    }

    .button-onecart-block .phone {
        margin-left: 13px;
        width: 260px;
        margin-right: auto;
    }

    .button-onecart-block .icon {
        width: 26px;
        height: 26px;
    }

    .button-onecart {
        width: 180px;
        height: 56px;

    }

    .addtocart-form {
        margin-bottom: 50px;
    }

    .product-single-specification .title {

        font-size: 16px;
        margin-bottom: 16px;
    }

    .product-single-specification .title::after {
        width: 3px;
        height: 22px;
    }

    .product-single-specification .text {
        font-size: 14px;
        gap: 15px;
    }

    .specification-block {
        display: grid;
        grid-template-columns: auto auto auto;
        gap: 20px;
        justify-content: space-between;
    }

    .product-single-specification {
        margin-bottom: 30px;
    }

    .product-single-description {

        margin-bottom: 80px;
        margin-top: 50px;
    }

    .product-single-description .text {
        font-size: 14px;
    }

    .product-reviews-text {
        display: flex;
        gap: 10px;
        justify-content: space-between;
    }

    .product-reviews-block .title {
        font-size: 16px;
        padding: 17px 20px;
    }

    .product-foto-reviews-block {
        padding: 17px 20px;
    }

    .product-reviews-block .text {
        padding: 14px 26px 23px 28px;
    }

    .product-reviews-block .reviews-all {
        font-size: 50px;
    }

    .product-reviews-block .reviews-txt {
        font-size: 14px;
    }

    .product-reviews-block .reviews-rating .stars-outer {
        font-size: 24px;
    }

    .rating-info-row .rating-number {
        font-size: 14px;
        width: 9px;
    }

    .rating-info-row .rating-icon svg {
        width: 20px;
        height: auto;
    }

    .rating-info-row .rating-url {
        padding-left: 0px;
        font-size: 14px;
    }

    .rating-info-row {
        gap: 10px;
    }

    .product-add-reviews {
        padding: 20px 20px 20px 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product-add-reviews .title {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .product-reviews-view .title {

        font-size: 16px;
        padding: 17px 24px;
    }

    .product-reviews-view .title span {
        font-size: 14px;
        margin-right: 10px;
    }

    .product-reviews-views {
        gap: 20px;
    }

    .product-reviews-view .text-block {
        padding: 20px 24px;
    }

    .product-reviews-view .text-block .text {
        font-size: 14px;
        line-height: 16px;
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .product-reviews-view .text-block .text-minus, .product-reviews-view .text-block .text-plus {
        font-size: 14px;
        line-height: 16px;
    }

    .product-reviews-view .text-block .text-minus span, .product-reviews-view .text-block .text-plus span {
        font-size: 14px;
        line-height: 16px;
    }

    .product-reviews-view .text-block .text-plus {
        margin-bottom: 20px;
    }

    .product-reviews-view .text-block .rating-review {
        font-size: 14px;
        line-height: 16px;
    }

    .product-reviews-view .text-block .rating-review svg {
        width: 20px;
        height: auto;
    }

    body.scrolled .product-nav {
        top: 67px;
    }

    header.scrolled .phone-block,
    header.scrolled .header-block {
        display: flex;
        align-items: start;
    }

    header.scrolled .social-block,
    header.scrolled .right {
        display: none;
    }

    .header-block-bottom .search-block {
        order: 4;
        max-width: 380px;
    }

    header.scrolled .header-block-bottom {
        flex-wrap: nowrap;
        gap: 35px;
        padding-bottom: 0;
    }

    header.scrolled .logo-top svg {
        width: 96px;
        height: auto;
    }

    .product-nav {
        overflow: unset;
        position: sticky;
        transform: none !important;
        filter: none !important;
    }
}

@media (min-width: 992px) {
    .product-block {
        display: flex;
        flex-direction: row;
        gap: 40px;
        margin-bottom: 70px;
    }

    .product-single .section-news-cat {
        gap: 20px;
        margin-bottom: 20px;
    }

    .product-block > div {
        flex: 0 0 calc(50% - 20px);
        overflow: hidden;
    }

    .product-block > div.product-right {
        overflow: visible;
    }

    .product-single-image {
        height: 500px;
    }

    .productsinglethumbnail {
        height: 430px;
        padding: 0;
    }

    .product-single-thumbnail {
        height: 290px;
        width: 91px;
    }

    .product-single-media {
        gap: 30px;
    }

    .product-rating {
        margin-bottom: 7px;
    }

    .product-single-params {
        font-size: 15px;
    }

    .product-single-option {

        margin-bottom: 20px;
    }

    .product-single-price {
        margin-bottom: 17px;
    }

    .product-single-status {
        margin-bottom: 17px;
        font-size: 15px;
    }

    .addtocart-form {
        margin-bottom: 0px;
    }

    body.scrolled .product-nav {
        top: 80px;
    }

    .product-block-bottom {
        display: grid;
        gap: 30px;
        grid-template-columns: auto 317px;
    }

    .product-block-bottom .left {
        overflow: hidden;
    }

    .product-block-bottom .right {
        display: block;
    }

    .product-advertising {
        position: sticky;
        top: 143px;
        margin-bottom: 100px;
    }

    .product-advertising {
        border: 1px solid #EEEEEE;
        border-radius: 30px;
        padding: 20px;
    }

    .product-advertising-top {
        display: grid;
        grid-template-columns: 120px auto;
        gap: 15px;
        margin-bottom: 18px;
    }

    .product-advertising-top .image {
        height: 120px;
        width: 120px;
    }

    .product-advertising-top img {
        border: 1px solid #EEEEEE;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .product-advertising-top .title {
        font-weight: 600;
        font-size: 15px;
        line-height: 120%;
        color: #1E1E1E;
        margin-bottom: 10px;
        text-decoration: none;
        display: block;
    }

    .product-advertising-top .params {
        display: flex;
        flex-direction: column;
        gap: 8px;
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        color: #AAAAAA;


    }

    .product-advertising-top .params span {
        color: #1E1E1E;
    }

    .product-advertising .price {
        font-weight: 700;
        font-size: 26px;
        line-height: 120%;
        color: #005AA9;
        display: flex;
        gap: 10px;
        align-items: center;
        margin-bottom: 16px;

    }

    .product-advertising .price span {
        font-weight: 500;
        font-size: 16px;
        line-height: 120%;
        text-decoration: line-through;
        color: #AAAAAA;

    }

    .product-advertising .price span.special {
        font-weight: 600;
        font-size: 15px;
        line-height: 120%;
        color: #FFFFFF;
        background: #005AA9;
        border-radius: 58px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 60px;
        height: 30px;
    }

    .product-advertising .status {
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        color: #1EA451;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
    }

    .product-advertising .status svg {
        width: 20px;
        height: auto;
        margin-right: 7px;
    }

    .product-advertising .product-single-addtocart {
        flex-wrap: nowrap;
        margin-bottom: 0px;
    }

    .product-advertising .product-single-addtocart::before {
        content: none;
    }

    .product-advertising .qty-control__reduce, .product-advertising .qty-control__increase {
        width: 38px;
        height: 50px;
    }

    .product-advertising .qty-control__number {
        font-size: 15px;
        width: 39px;
        height: 48px;
    }

    .product-advertising .qty-control {
        height: 50px;
    }

    .button-cart:hover,
    .button-cart {
        font-size: 15px;
        max-width: 180px;
        height: 50px;
        margin-right: auto;
        margin-left: auto;
        padding: 15px 30px;
    }

    .product-nav ul li a {
        font-size: 17px;
        padding: 18px 0 19px;
    }

    header.scrolled .header-block-bottom {
        gap: 20px;
    }
}


/*cart*/

.cart-pages {
    margin-top: 40px;
    margin-bottom: 100px;
}

.cart-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.opc_block_cart {
    margin-bottom: 40px;
}

.card-product-items {
    display: grid;
    grid-template-columns: 110px auto;
    gap: 0px 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
}

.card-product-items:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.card-product-items .images {
    order: 1;
}

.card-product-items .image {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    height: 140px;

}

.card-product-items .image img {
    object-fit: contain;
}

.card-product-items .info {
    order: 2;
}

.card-product-items .info .reviews-rating {
    margin-bottom: 10px;
}

.card-product-items .info .reviews-rating .stars-outer {
    letter-spacing: 1px;
}

.card-product-items .info .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
    display: block;
    margin-bottom: 12px;
    text-decoration: none;
}


.card-product-items .info .params {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #AAAAAA;
    display: grid;
    grid-template-columns: auto auto auto;
    margin-bottom: 12px;
    gap: 9px 15px;
}

.card-product-items .info .params span {
    color: #1E1E1E;

}

.card-product-items .info .params .article,
.card-product-items .info .params .status {
    grid-column: span 3;

}

.card-product-items .info .params .status {
    color: #1EA451;
    align-items: center;
    display: flex;
    gap: 5px;
}

.card-product-items .qty-control-block {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    padding: 15px 0;
    order: 3;
    grid-column: span 2;
    align-items: center;
    display: flex;
    gap: 15px;
}

.card-product-items .price {
    order: 4;
    grid-column: span 2;
}

.card-product-items .price-total-block {
    order: 5;
    display: none;
}

.card-product-items .qty-control-block .title {

    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #3E3E3E;

}

.card-product-items .qty-control-block .qty-control {
    border-radius: 68px;
    height: 40px;
}

.card-product-items .qty-control-block .btn.qty-control__reduce,
.card-product-items .qty-control-block .btn.qty-control__increase {
    height: 40px;
    background: transparent;
    padding: unset;
}

.card-product-items .qty-control-block .qty-control__number {
    height: 38px;
}

.card-product-items .price {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #005AA9;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #EEEEEE;
}

.card-product-items .price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-decoration: line-through;
    color: #AAAAAA;

}

.card-product-items .price span.special {
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    color: #FFFFFF;
    background: #005AA9;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 56px;
    height: 30px;
}

.card-product-items .btn-block {
    order: 6;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.card-product-items .btn-block button,
.card-product-items .btn-block a {
    border: 1px solid #E4E4E4;
    border-radius: 60px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 30px;
    text-decoration: none;
    margin-top: 15px;
}

.card-product-items .btn-block a.wishlist:hover {
    background: #005AA9;
    border-color: #005AA9;
    color: #FFFFFF;
}

.card-product-items .btn-block a.wishlist:hover svg path {
    fill: #FFFFFF;
}

.card-product-items .btn-block .delete:hover {
    background: #B00B0B;
    border-color: #B00B0B;
    color: #FFFFFF;
}

.card-product-items .btn-block .delete:hover svg path {
    fill: #FFFFFF;
}

.opc_block_totals {
    background: #005AA9;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 40px;
}

.opc_block_totals .titles-modul {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;

}

.opc_block_totals .titles-modul:after {
    background: #FF8D28;
    height: 22px;

}

.opc_block_totals .cart-total {
    margin-bottom: 15px;
    display: flex;


}

.opc_block_totals .cart-total .tit {
    flex: 1;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #FFFFFF;

}

.opc_block_totals .cart-total .tit::after {
    content: "";
    flex-grow: 1;
    margin: 0 8px 4px;
    border-bottom: 1px dashed #FFFFFF33;
}

.opc_block_totals .cart-total .price {
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    vertical-align: middle;
    color: #FFFFFF;
}

.opc_block_totals .cart-total.discount .price {
    color: #FF8D28;
    display: inline-flex;
    align-items: center;
}

.opc_block_totals .cart-total.discount .price .special {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
    background: #FFFFFF33;
    border-radius: 34px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 8px;
    margin-left: 7px;
}

.opc_block_totals .cart-total.delivery .tit {
    display: inline-flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    vertical-align: middle;

}

.opc_block_totals .cart-total.delivery .tit span {
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;

}

.opc_block_totals .cart-total.delivery .text {
    word-break: normal;
    max-width: min-content;
    text-align: right;
}

.cart-promo-code {
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF33;
    margin-bottom: 20px;
}

.cart-promo-code .tit {

    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    margin-bottom: 8px;
    color: #FFFFFF;

}

.cart-promo-code .btn-block {
    border: 1px solid #FFFFFF33;
    border-radius: 30px;
    position: relative;
    padding: 15px 90px 14px 20px;

}

.cart-promo-code .btn-block button {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 80px;
    padding: 15px 27px;
}

.cart-promo-code .btn-block input {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;

}

.cart-promo-code .btn-block input:hover,
.cart-promo-code .btn-block input:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.opc_block_totals .cart-total.all {

    margin-top: 17px;

}

.opc_block_totals .cart-total.all .tit {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
}

.opc_block_totals .cart-total.all .price {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #FF8D28;
}

.cart-info-block {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 25px 20px 20px 20px;

}
.chm-title-auth,
form.form-horizontal legend,
.cart-info-block .titles-modul {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 13px;
    position: relative;
}
.chm-title-auth:after ,
form.form-horizontal legend:after,
.cart-info-block .titles-modul:after {
    width: 3px;
    height: 20px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    background: #005AA9;
}

.cart-info-block .form-select,
.cart-info-block .form-control {
    border: 1px solid #EEEEEE;
    border-radius: 44px;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #262028;

}

.iti--allow-dropdown {
    width: 100%;
}

.iti__selected-country-primary {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 8px 0 20px;
}

.iti__search-input {
    padding-left: 30px;
    padding-right: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
}

input:hover,
input:focus {
    outline: none;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: transparent;
}

.iti__country-list {
    color: #262028;

}

.cart-info-block label {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
    margin-bottom: 5px;
}

.cart-info-block label span {
    color: #FF8D28;

}

.cart-info-block .user-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.opc_block_shipping_method {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.opc_block_shipping_method .title {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    vertical-align: middle;
    margin-bottom: 10px;
    color: #262028;

}

.cart-delivery-item .text {
    font-weight: 400;
    font-size: 10px;
    line-height: 135%;
    vertical-align: middle;
    margin-top: 10px;
    color: #3E3E3E;

}

.cart-delivery-item label {

    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #1E1E1E;
    margin-bottom: 0;
    cursor: default;
}

.cart-delivery-item .price {
    margin-left: auto;
    color: #FF8D28;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    text-align: right;
    vertical-align: middle;

}

.cart-payment-item label {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #1E1E1E;
    margin-bottom: 0;

    cursor: default;
}

.cart-payment-item .text {
    display: none;
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    vertical-align: middle;
    color: #1E1E1E;
    background: #F7F7F7;
    padding: 18px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-radio input:checked ~ .text {
    display: block;
}

.cart-payment-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.opc_block_shipping_method1 {
    margin-bottom: 25px;
}

.opc_block_comment .text {

    font-weight: 400;

    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
    margin-bottom: 14px;
}

.opc_block_comment .comment {
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    width: 100%;
    height: 120px;
    resize: none;
    padding: 10px 10px;
}

.opc_block_comment .comment:hover,
.opc_block_comment .comment:focus {
    outline: none;
    border: 1px solid #E4E4E4;
    box-shadow: none;
}

.cart-pickupaddress-map {
    display: flex;
    gap: 10px;
    flex-direction: column;

}

@media (min-width: 768px) {
    .card-product-items .info .title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .card-product-items .info .params {
        font-size: 14px;
        max-width: 396px;
        gap: 8px 25px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .card-product-items .image {
        height: 210px;
        width: 100%;
    }

    .card-product-items {
        display: grid;
        grid-template-columns: 190px auto 1fr;
        gap: 0px;
        align-items: start;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .card-product-items > .images {
        grid-row: 1 / span 3;
        grid-column: 1;
        height: 100%;
        display: flex;
        align-items: flex-start;
        padding-right: 20px;
    }

    .card-product-items > .info {
        grid-row: 1;
        grid-column: 2 / span 2;
        align-self: start;
        height: auto;
        min-height: 0;
    }

    .card-product-items > .btn-block {
        grid-row: 3;
        grid-column: 2 / span 2;
        align-self: start;
        height: auto;
        min-height: 0;
        justify-content: start;
    }

    .card-product-items > .price {
        grid-row: 2;
        grid-column: 3;
        align-self: start;
        padding: 20px 0;
        margin-top: 10px;
        border-top: 1px solid #EEEEEE;
        height: 82px;
        padding-left: 34px;
        justify-content: end;
    }

    .card-product-items > .qty-control-block {
        grid-row: 2;
        grid-column: 2;
        align-self: start;
        height: auto;
        padding: 20px 0;
        margin-top: 10px;
    }

    .card-product-items > .price-total-block {
        grid-row: 4;
        grid-column: 2 / span 2;
        align-self: start;
        height: auto;
    }

    .card-product-items .qty-control-block .qty-control__reduce, .card-product-items .qty-control-block .qty-control__increase {
        width: 36px;
    }

    .card-product-items .qty-control-block .qty-control__number {
        width: 48px;
    }

    .card-product-items .qty-control-block .title {
        font-size: 14px;
    }
    .card-product-items .btn-block button,
    .card-product-items .btn-block a {
        font-size: 14px;
        gap: 13px;
        padding: 10px 23px;
        margin-top: 20px;
    }

    .card-product-items .price {
        font-size: 26px;
        gap: 12px;
        padding: 20px 0;
    }

    .card-product-items .price span {
        font-size: 16px;
    }

    .card-product-items .info .reviews-rating {
        margin-bottom: 5px;
    }

    .opc_block_cart {
        margin-bottom: 50px;
    }

    .opc_block_totals {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0px;
        padding: 25px;
        margin-bottom: 80px;
    }

    .opc_block_totals .titles-modul {
        grid-column: span 2;
        order: 1;
    }

    .opc_block_totals .cart-total {
        order: 2;
        padding-right: 0;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .opc_block_totals .cart-total.delivery {
        order: 5;
        padding-left: 25px;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid #FFFFFF33;
        height: 95px;
        padding-top: 30px;
    }

    .cart-promo-code {
        order: 4;
        padding-right: 0;
        height: 95px;
    }

    .opc_block_totals .cart-total.discount {
        order: 3;
        padding-left: 25px;
    }

    .opc_block_totals .cart-total.all {
        order: 6;
        padding-right: 25px;
    }

    .opc_block_totals .btn-block {
        order: 7;
        padding-left: 25px;
    }

    .opc_block_totals .titles-modul {

        font-size: 17px;
        margin-bottom: 20px;
    }

    .opc_block_totals .cart-total.all .price {
        font-size: 16px;
    }

    .cart-block {

    }

    .cart-info-block {
        padding: 30px;
    }

    .cart-info-block .titles-modul {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .cart-info-block .user-block {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .cart-info-block label {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .cart-info-block .form-control {
        padding: 15px 20px;
        font-size: 14px;
    }

    .filter-checkbox .checkmark {
        width: 28px;
        height: 28px;
    }

    .filter-checkbox input:checked + label .checkmark::after {
        width: 16px;
        height: 16px;
        left: 6px;
        background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6563 3.0623C14.3885 2.7888 13.9543 2.7888 13.6865 3.0623L5.47124 11.4524L2.31342 8.2274C2.04565 7.95391 1.6115 7.95393 1.34367 8.2274C1.07587 8.50088 1.07587 8.94425 1.34367 9.21775L4.98637 12.9379C5.25406 13.2113 5.68853 13.2111 5.95612 12.9379L14.6563 4.05268C14.9241 3.7792 14.924 3.3358 14.6563 3.0623Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    }

    .opc_block_shipping_method .title {
        font-size: 14px;
        margin-bottom: 15px;

    }

    .cart-delivery-item .text {
        font-size: 12px;
        margin-top: 15px;
    }

    .cart-pickupaddress-map {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
        align-items: center;
    }

    .opc_block_comment .text {
        font-size: 14px;
        margin-bottom: 17px;
    }

}

@media (min-width: 992px) {
    .cart-block {
        display: grid;
        grid-template-columns: 1fr 1fr 342px;
        grid-template-rows: auto;
        gap: 0 45px;
        position: relative;
    }

    .cart-block > .titles-modul:first-child {
        grid-column: 1 / span 3;
        grid-row: 1;
        width: 100%;
    }

    .cart-block > .opc_block_cart,
    .cart-block > .opc_block_customer,
    .cart-block > .opc_block_shipping_address,
    .cart-block > .opc_block_comment,
    .cart-block > .cart-confidentiality-form {

        grid-row: auto;
        width: 100%;
        grid-column: 1 / span 2;
    }

    .cart-block > .opc_block_shipping_method {
        grid-column: 1;
    }

    .cart-block > .opc_block_payment_method{
        grid-column: 2;
    }

    .opc_block_totals {
        grid-column: 3;
        grid-row: 2 / span 7;
        position: sticky;
        top: 90px;
        align-self: start;
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
    }

    .opc_block_cart {
        margin-bottom: 0px;
    }

    .cart-block > .opc_block_cart {
        grid-row: 2;
        margin-bottom: 30px;
    }

    .cart-block > .opc_block_customer {
        grid-row: 3;
    }

    .cart-block > .opc_block_shipping_method {
        grid-row: 4;
    }

    .cart-block > .opc_block_shipping_address {
        grid-row: 5;
    }




    .cart-block > .opc_block_payment_method{
        grid-row: 4;
    }

    .cart-block > .opc_block_comment {
        grid-row: 7;
    }

    .cart-block > .cart-confidentiality-form {
        grid-row: 8;
    }

    .opc_block_totals > div {
        padding-left: 0px !important;
        padding-right: 0 !important;
    }

    .cart-info-block .titles-modul {
        font-size: 20px;
    }

    .opc_block_shipping_method .title {
        font-size: 16px;


    }

    .cart-delivery-item .text {
        font-size: 15px;
        margin-top: 16px;
    }

    .cart-info-block label {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .cart-delivery-item .price {
        font-size: 15px;
    }

    .opc_block_shipping_method {

        gap: 15px;
    }

    .cart-info-block {
        margin-bottom: 30px;
    }

    .opc_block_totals .titles-modul {
        padding-left: 16px !important;
    }

    .opc_block_totals .cart-total .tit {
        font-size: 14px;
    }

    .opc_block_totals .cart-total.delivery .tit {
        font-size: 12px;
    }

    .opc_block_totals .btn {
        padding: 15px 40px;
    }

    .opc_block_totals .cart-total.delivery .tit span,
    .opc_block_totals .cart-total.all .tit {
        font-size: 16px;
    }

    .opc_block_totals .cart-total.delivery .text {
        font-size: 12px;
    }

    .card-product-items .info .title {
        font-size: 20px;
        margin-bottom: 14px;
    }

    .card-product-items .price-total-block {
        display: flex;
        grid-row: 3;
        grid-column: 3;
        flex-direction: column;
        gap: 10px;
    }

    .card-product-items > .info {

        grid-column: 2;
        grid-row: 1 / span 3;
        padding-right: 60px;
    }

    .card-product-items > .price {
        grid-row: 1;
        grid-column: 3;
        margin-top: 0;
        border: 0;
        height: unset;
        font-size: 20px;
        gap: 12px;
        padding: 18px 0;
        justify-content: start;

    }

    .card-product-items > .qty-control-block {
        grid-row: 2;
        grid-column: 3;
        margin-top: 0;
        padding: 15px 0;
    }

    .card-product-items > .btn-block {
        grid-column: 2;
        grid-row: 3;
    }

    .card-product-items .price span {
        font-size: 14px;
    }
    .card-product-items .btn-block button,
    .card-product-items .btn-block a {
        margin-top: 20px;
        padding: 12px 23px;
    }

    .card-product-items .price-total-block .title {
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        color: #3E3E3E;
        margin-top: 12px;
    }

    .card-product-items .price-total-block .price-total {
        font-weight: 700;
        font-size: 28px;
        line-height: 120%;
        color: #005AA9;
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
    }

    .card-product-items .price-total-block .price-total span {
        font-weight: 500;
        font-size: 17px;
        line-height: 120%;
        text-decoration: line-through;

        color: #AAAAAA;

    }

    .card-product-items .price-total-block span.special {
        font-weight: 500;
        font-size: 13px;
        line-height: 120%;
        color: #FFFFFF;
        background: #005AA9;
        border-radius: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        width: 56px;
        height: 30px;
    }

    .card-product-items {
        display: grid;
        grid-template-columns: 190px auto 300px;
        gap: 0px;
        align-items: start;
        padding-bottom: 30px;
        margin-bottom: 30px;
        position: relative;
    }

    .card-product-items .info .params {
        max-width: unset;
        margin-bottom: 0px;
        gap: 11px 15px;
    }

    .card-product-items {
        padding-right: 30px;
    }

    .card-product-items:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 20px;
        width: 1px;
        background: #EEEEEE;
        right: 360px;
    }

    .card-product-items:last-child {
        border-bottom: 1px solid #EEEEEE;
        padding-bottom: 20px;
    }

}

/**/
.modal-popap .product-item.product-list .img-slider {
    float: none;
    width: 100%;
    overflow: hidden;
}

.modal-popap .product-item.product-list .info {
    float: none;
    width: 100%;
}

.modal-popap-label {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #1E1E1E;
    position: relative;
    padding-left: 18px;
}

.modal-popap-label:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 30px;
    border-radius: 10px;
    background: #005AA9;
}

.modal-popap .product-item {
    border: 0;
    border-radius: 0px;
    padding: 0;
    display: block;
}

.modal-popap .product-item.product-list .img-slider {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
}

.modal-header .btn-close {
    height: 30px;
    padding: 0;
    width: 30px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='40' height='40' rx='20' transform='matrix(1 0 0 -1 0 40)' fill='%23F7F7F7'/%3E%3Cpath d='M19.9997 29.2306C14.9096 29.2306 10.7689 25.0899 10.7689 19.9998C10.7689 14.9098 14.9096 10.769 19.9997 10.769C25.0897 10.769 29.2305 14.9098 29.2305 19.9998C29.2305 25.0899 25.0897 29.2306 19.9997 29.2306ZM19.9997 11.9229C15.5459 11.9229 11.9228 15.546 11.9228 19.9998C11.9228 24.4536 15.5459 28.0767 19.9997 28.0767C24.4535 28.0767 28.0766 24.4536 28.0766 19.9998C28.0766 15.546 24.4535 11.9229 19.9997 11.9229Z' fill='%233E3E3E'/%3E%3Cpath d='M16.7997 23.8456C16.6342 23.8456 16.4686 23.7828 16.3429 23.6561C16.0904 23.4036 16.0904 22.9943 16.3429 22.7418L22.742 16.3427C22.9946 16.0902 23.404 16.0902 23.6564 16.3427C23.9089 16.5952 23.9089 17.0045 23.6564 17.2572L17.2572 23.6561C17.1297 23.7828 16.9643 23.8456 16.7997 23.8456Z' fill='%233E3E3E'/%3E%3Cpath d='M23.1987 23.8456C23.0333 23.8456 22.8678 23.7828 22.742 23.6561L16.343 17.2572C16.0903 17.0047 16.0903 16.5953 16.343 16.3428C16.5955 16.0902 17.0048 16.0902 17.2573 16.3428L23.6563 22.7425C23.909 22.995 23.909 23.4044 23.6563 23.6569C23.5298 23.7828 23.3642 23.8456 23.1987 23.8456Z' fill='%233E3E3E'/%3E%3C/svg%3E%0A");
}

.modal-header .btn-close:hover,
.modal-header .btn-close:focus {
    outline: none;
    box-shadow: none;
}

.modal-footer {
    border: 0;
}

.modal-header {
    border: 0;
}

.modal-popap .btn2:hover, .modal-popap .btn2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #1E1E1E;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 50px;
    border: 1px solid #EEEEEE;
    width: 100%;
}

.modal-popap .product-item .info {
    border: 0;
    margin: 0;
    padding: 0;
}

.modal-popap .product-item .params {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
#content .form-control,
.modal-popap .form-control {
    border: 1px solid #EEEEEE;
    border-radius: 44px;
    padding: 17px 20px;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #262028;
}

.modal-popap label {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
    margin-bottom: 5px;
}

.modal-popap label span {
    color: #FF8D28;
}

.modal-popap .user-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-popap textarea {
    border: 1px solid #E4E4E4;
    border-radius: 20px;
    width: 100%;
    height: 120px;
    resize: none;
    padding: 10px 10px;
}

.modal-popap textarea:hover,
.modal-popap textarea:focus {
    outline: none;
    border: 1px solid #E4E4E4;
    box-shadow: none;

}

.rating-container {
    font-size: 0;
    unicode-bidi: bidi-override;
    direction: rtl;
    white-space: nowrap;
}

.rating-container * {
    font-size: 1.4rem;
}

.rating-container > input {
    display: none;
}

.rating-container > input + label {
    font-family: 'dashicons';
    display: inline-block;
    overflow: hidden;
    text-indent: 9999px;
    width: 20px;
    height: 20px;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 0px;
}

.rating-container > input + label:before {
    display: flex;
    text-indent: -9999px;
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9655 11.1134C25.8829 10.8465 25.6629 10.6521 25.398 10.6118L17.9579 9.47837L14.6305 2.41085C14.5121 2.15926 14.2676 2 14 2C13.7324 2 13.488 2.15926 13.3695 2.41085L10.042 9.47837L2.60201 10.6118C2.33721 10.6521 2.11713 10.8466 2.03445 11.1134C1.95171 11.3802 2.02071 11.6732 2.21238 11.869L7.59586 17.3703L6.32518 25.1383C6.2799 25.4149 6.38837 25.6943 6.60488 25.8593C6.72737 25.9525 6.87244 26 7.01822 26C7.13016 26 7.24247 25.972 7.34532 25.9153L14 22.2477L20.6544 25.9153C20.8913 26.0458 21.1784 26.0241 21.3949 25.8592C21.6114 25.6943 21.7199 25.4148 21.6747 25.1382L20.4036 17.3703L25.7876 11.8689C25.9793 11.6732 26.0483 11.3802 25.9655 11.1134Z' fill='%23E4E4E4'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #888;
    width: 20px;
    height: 20px;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9655 11.1134C25.8829 10.8465 25.6629 10.6521 25.398 10.6118L17.9579 9.47837L14.6305 2.41085C14.5121 2.15926 14.2676 2 14 2C13.7324 2 13.488 2.15926 13.3695 2.41085L10.042 9.47837L2.60201 10.6118C2.33721 10.6521 2.11713 10.8466 2.03445 11.1134C1.95171 11.3802 2.02071 11.6732 2.21238 11.869L7.59586 17.3703L6.32518 25.1383C6.2799 25.4149 6.38837 25.6943 6.60488 25.8593C6.72737 25.9525 6.87244 26 7.01822 26C7.13016 26 7.24247 25.972 7.34532 25.9153L14 22.2477L20.6544 25.9153C20.8913 26.0458 21.1784 26.0241 21.3949 25.8592C21.6114 25.6943 21.7199 25.4148 21.6747 25.1382L20.4036 17.3703L25.7876 11.8689C25.9793 11.6732 26.0483 11.3802 25.9655 11.1134Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: flex;
}


.rating-container:hover > input + label:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9655 11.1134C25.8829 10.8465 25.6629 10.6521 25.398 10.6118L17.9579 9.47837L14.6305 2.41085C14.5121 2.15926 14.2676 2 14 2C13.7324 2 13.488 2.15926 13.3695 2.41085L10.042 9.47837L2.60201 10.6118C2.33721 10.6521 2.11713 10.8466 2.03445 11.1134C1.95171 11.3802 2.02071 11.6732 2.21238 11.869L7.59586 17.3703L6.32518 25.1383C6.2799 25.4149 6.38837 25.6943 6.60488 25.8593C6.72737 25.9525 6.87244 26 7.01822 26C7.13016 26 7.24247 25.972 7.34532 25.9153L14 22.2477L20.6544 25.9153C20.8913 26.0458 21.1784 26.0241 21.3949 25.8592C21.6114 25.6943 21.7199 25.4148 21.6747 25.1382L20.4036 17.3703L25.7876 11.8689C25.9793 11.6732 26.0483 11.3802 25.9655 11.1134Z' fill='%23E4E4E4'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: flex;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.9655 11.1134C25.8829 10.8465 25.6629 10.6521 25.398 10.6118L17.9579 9.47837L14.6305 2.41085C14.5121 2.15926 14.2676 2 14 2C13.7324 2 13.488 2.15926 13.3695 2.41085L10.042 9.47837L2.60201 10.6118C2.33721 10.6521 2.11713 10.8466 2.03445 11.1134C1.95171 11.3802 2.02071 11.6732 2.21238 11.869L7.59586 17.3703L6.32518 25.1383C6.2799 25.4149 6.38837 25.6943 6.60488 25.8593C6.72737 25.9525 6.87244 26 7.01822 26C7.13016 26 7.24247 25.972 7.34532 25.9153L14 22.2477L20.6544 25.9153C20.8913 26.0458 21.1784 26.0241 21.3949 25.8592C21.6114 25.6943 21.7199 25.4148 21.6747 25.1382L20.4036 17.3703L25.7876 11.8689C25.9793 11.6732 26.0483 11.3802 25.9655 11.1134Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: flex;
}

.rating-container-block {
    display: flex;
    align-items: center;
    gap: 24px;
}

.modal-popap .rating-container-block label {
    font-size: 14px;
    margin-bottom: 0;
}

.modal-popap .load-image {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.modal-popap .load-image img {
    border: 1px solid #EEEEEE;
    border-radius: 15px;
    width: 60px;
    height: 60px;
}

.review-images__button {
    border-radius: 100%;
    background: #005AA9;
    display: inline-flex;
    height: 60px!important;
    width: 60px!important;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
}
.review-images__button svg{
    flex-shrink: 0;
}
.modal {
    z-index: 10000;
}

@media (min-width: 768px) {
    .modal-popap .product-item.product-list .img-slider {
        float: left;
        width: 200px;

    }

    .modal-popap .product-item.product-list .info {
        float: right;
        width: calc(100% - 225px);
    }

    .modal-popap .modal-dialog {
        max-width: 650px;
    }

    .modal-popap .product-item.product-list .price {
        border: 0;
    }

    .modal-popap .product-item.product-list .img-slider {
        border-radius: 30px;
    }

    .modal-popap .modal-footer {
        flex-direction: column;
        padding: 0 30px 30px;

    }

    #popup-quickorder .modal-footer {
        margin-top: 25px;
    }

    .modal-popap .modal-footer div {
        display: flex;
        align-items: center;
        justify-content: end;
        gap: 20px;
        border-top: 1px solid #EEEEEE;
        padding-top: 30px;
        width: 100%;
    }

    .modal-popap .modal-footer div > *:hover,
    .modal-popap .modal-footer div > * {
        width: fit-content;
    }

    .modal-popap .modal-header {
        padding: 30px;
    }

    .modal-popap .modal-body {
        padding: 0 30px;
    }

    .modal-popap .product-item .info {
        margin-top: 0px;
    }


    .rating-container > input + label {
        width: 24px;
        height: 24px;
    }

    .rating-container > input + label:before {
        width: 24px;
        height: 24px;
    }

    .rating-container > input:checked ~ label:before,
    .rating-container > input + label:hover ~ label:before,
    .rating-container > input + label:hover:before {
        width: 24px;
        height: 24px;
    }


    .rating-container:hover > input + label:before {
        width: 24px;
        height: 24px;
    }

    .rating-container:hover > input + label:hover ~ label:before,
    .rating-container:hover > input + label:hover:before {
        width: 24px;
        height: 24px;

    }

    .modal-dialog .user-block .btn {
        width: fit-content;
    }
}

/*mini-cart-products*/
.cart-top-bl {
    position: relative;
}

.mini-cart-blok {
    position: absolute;
    top: 50px;
    box-shadow: 0px 0px 11px 1px #0000000D;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    right: 0;
    width: 340px;
    z-index: 104;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: none;

}

.mini-cart-blok.active {
    display: block
}

.mini-carts .titles-modul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-cart-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.mini-cart-btn .deleteall {
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    vertical-align: middle;
    color: #B00B0B;
    text-decoration: none;
}

.mini-cart-btn .deleteall:hover {
    text-decoration: underline;
    color: #8B0B0B;
}

.mini-cart-btn .filter-checkbox label {
    color: #005AA9;
}

.mini-carts .filter-checkbox .checkmark {
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    border: 1px solid #EEEEEE;
    cursor: pointer;
}

.mini-carts .filter-checkbox input:checked + label .checkmark {
    border: 1px solid #005AA9;
}

.mini-carts .filter-checkbox input:checked + label .checkmark::after {

    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9923 2.29691C10.7914 2.09179 10.4658 2.09179 10.2649 2.29691L4.10349 8.58947L1.73513 6.17074C1.5343 5.96561 1.20869 5.96563 1.00782 6.17074C0.806965 6.37584 0.806965 6.70837 1.00782 6.9135L3.73984 9.70358C3.94061 9.90868 4.26646 9.90854 4.46715 9.70358L10.9923 3.03969C11.1931 2.83459 11.1931 2.50203 10.9923 2.29691Z' fill='%23005AA9'/%3E%3C/svg%3E%0A");
    left: 4px;
    top: 3px;

}

.mini-cart-header {
    padding: 20px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px;
}
.mini-cart-header.noempty{
    border: 0;
}
.info-cart-total .title {
    flex: 1;
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
    color: #3E3E3E;
}

.info-cart-total .title::after {
    content: "";
    flex-grow: 1;
    margin: 0 8px 4px;
    border-bottom: 1px dashed #EEEEEE;
}

.info-cart-total .price {
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    vertical-align: middle;
    color: #005AA9;
}

.info-cart-total {
    margin-bottom: 15px;
    display: flex;

}

.info-cart-totals {
    padding: 20px;
}

.info-cart-total .price .special {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #FFFFFF;
    background: #FF8D28;
    border-radius: 34px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 8px;
    margin-left: 7px;
}

.info-cart-total.all .title {

    font-size: 16px;
}

.mini-carts .btn-block {
    padding: 20px;
    border-top: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
}

.mini-carts .btn-block > * {
    width: fit-content;
    white-space: nowrap;
    padding: 17px 25px;
}

.mini-cart-products {
    display: flex;
    flex-direction: column;
}

.mini-cart-product-items {
    display: grid;
    grid-template-columns: 20px 74px auto;
    gap: 12px;
    border-bottom: 1px solid #EEEEEE;
    padding: 20px;
    position: relative;
}

.mini-cart-product-items .delete_product {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.mini-cart-product-items .delete_product:hover svg path{
    fill: #B00B0B;
}
.mini-cart-product-items .image {
    width: 74px;
    height: 74px;
    border: 1px solid #EEEEEE;
    border-radius: 15px;

}

.mini-cart-product-items .qty-control {
    grid-row: 2;
    grid-column: 3;
    display: inline-flex;
}

.mini-cart-product-items .info-title {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #1E1E1E;
    text-decoration: none;
    display: block;
    margin-bottom: 9px;
}

.mini-cart-product-items .stars-outer {
    font-size: 16px;
}

.mini-cart-product-items .info-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #005AA9;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mini-cart-product-items .info-price span {
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-decoration: line-through;
    color: #AAAAAA;

}

.mini-cart-product-items .info-price .special {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    color: #FFFFFF;
    background: #005AA9;
    border-radius: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 22px;
}

.mini-cart-product-items .qty-control {
    border-radius: 68px;
    height: 36px;
    width: 120px;
}

.mini-cart-product-items .qty-control__reduce, .qty-control__increase {
    width: 36px;
    height: 36px;
}

.mini-cart-product-items .qty-control__number {
    font-size: 13px;
    width: 48px;
    height: 34px;
}

.mini-cart-product-items .filter-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid #EEEEEE
}
.mini-cart-body{
    padding: 0 20px 20px;

}
.mini-cart-body .text_noempty{
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #3E3E3E;
   margin-bottom: 20px;
}
/*
.mini-cart-product-items .filter-checkbox input:checked + label .checkmark::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.5157 2.40604C11.3053 2.19115 10.9641 2.19115 10.7537 2.40604L4.29885 8.99825L1.81771 6.46434C1.60731 6.24945 1.2662 6.24947 1.05576 6.46434C0.845345 6.67921 0.845345 7.02757 1.05576 7.24247L3.91788 10.1654C4.12821 10.3803 4.46957 10.3801 4.67982 10.1654L11.5157 3.18419C11.7261 2.96932 11.726 2.62093 11.5157 2.40604Z' fill='%23FF8D28'/%3E%3C/svg%3E%0A");
    left: 4px;
    top: 6px;
    background-repeat: no-repeat;
    background-position: center;
}*/

@media (min-width: 768px) {
    .mini-cart-blok {
        width: 490px;
    }

    .btn-language-top {
        width: 46px;
        height: 46px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #F7F7F7;
        border-radius: 100%;
        position: relative;
        color: #1E1E1E;
        font-size: 13px;
    }

    .mini-cart-product-items .filter-checkbox .checkmark {
        width: 20px;
        height: 20px;
    }

    .mini-cart-header {
        padding: 25px;
        padding-bottom: 15px;
    }

    .mini-cart-product-items {
        grid-template-columns: 20px 74px auto 120px;
        padding: 20px 25px;
    }

    .mini-cart-product-items .qty-control {
        grid-row: 1;
        grid-column: 4;
        margin-top: auto;
    }

    .mini-carts .titles-modul {
        font-size: 24px;
        margin-bottom: 20px;
    }
.mini-cart-header.noempty .titles-modul{
    margin-bottom: 0px;
}
    .mini-carts .btn-block {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .mini-cart-blok {
        top: 57px;
    }
}

/**/

.wishlist-top-bl {
    position: relative;
    display: none;
}

.mini-wishlist-blok {
    position: absolute;
    top: 50px;
    box-shadow: 0px 0px 11px 1px #0000000D;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
    right: 0;
    width: 340px;
    z-index: 100;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    display: none;

}

.mini-wishlist-blok.active {
    display: block
}

@media (min-width: 768px) {
    .wishlist-top-bl {
        display: flex;
    }
    .mini-wishlist-blok {
        width: 490px;
    }


}

@media (min-width: 768px) {
    .mini-wishlist-blok {
        top: 57px;
    }
}
.box-language{
    display: none;
}
@media (min-width: 768px) {
    .box-language{
        display: flex;
    }


}
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switch-input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #AAA;
    transition: .4s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch-input:checked + .slider {
    background-color: #FF8D28;
}

.switch-input:checked + .slider:before {
    transform: translateX(24px);
}

.switch-on-off {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    margin-top: 25px;
    justify-content: start;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    color: #3E3E3E;

}

.switch-on-off .switch-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/**/
.section-blog-article {
    margin-top: 40px;

    margin-bottom: 70px;
}

.section-blog-article .titles-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

.section-blog-article .titles-modul {
    font-size: 22px;
    margin-bottom: 0px;
}

.section-blog-article .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.blog-article-item .image img {
    border-radius: 30px;
}

.blog-article-item .image1 {
    height: 200px;
    margin-bottom: 10px;
}

.blog-article-item .image2 {
    height: 300px;
}

.blog-article-menu {
    border: 1px solid #EEEEEE;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 50px;
}

.blog-article-menu .title {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.blog-article-item .text .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;

    color: #1E1E1E;
    margin-bottom: 10px;
}

.blog-article-menu ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;

}

.blog-article-menu ul a {
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #1E1E1E;

}
.blog-article-item h2,
.blog-article-item .title-item {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #1E1E1E;
    padding-left: 19px;
    margin-bottom: 15px;
    position: relative;
}
.blog-article-item h2:before,
.blog-article-item .title-item:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 4px;
    height: 26px;
    border-radius: 10px;
    background: #005AA9;
}

.blog-article-item .text {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;
    margin-bottom: 20px;
}

.blog-article-item .list-style-number {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: #3E3E3E;
    list-style-type: decimal;
    padding-left: 15px;
    margin-bottom: 20px;
}

.blog-article-item .social-blog {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}

.blog-article-item .social-blog .tit {
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #1E1E1E;

}

.blog-article-item .social-blog .icon-block {
    display: flex;
    gap: 9px;
    flex-direction: row;
    align-items: center;
}

.blog-article-item .social-blog a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    width: 34px;
}

@media (min-width: 768px) {
    .section-blog-article {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .blog-article-item .image1 {
        height: 300px;
        margin-bottom: 15px;
    }

    .blog-article-menu {
        padding: 25px;
        margin-bottom: 60px;
    }

    .blog-article-menu .title {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .blog-article-menu ul a {
        font-size: 14px;
    }
    .blog-article-item h2,
    .blog-article-item .title-item {
        font-size: 26px;
        margin-bottom: 25px;
    }

    .blog-article-item .text {
        font-size: 14px;
    }

    .blog-article-item .image2 {
        height: 400px;
        margin-bottom: 40px;
    }

    .blog-article-item .list-style-number {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .blog-article-item .text .title {
        font-size: 18px;
    }

    .blog-article-item .social-blog .tit {
        font-size: 17px;
    }

    .blog-article-item .social-blog a {
        height: 44px;
        width: 44px;
    }

    .blog-article-item .social-blog {
        gap: 30px;
    }
}

@media (min-width: 768px) {
    .section-blog-article {
        margin-top: 50px;
        margin-bottom: 100px;
    }

    .section-blog-article .info {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .blog-article-item .image1 {
        height: 500px;
        float: left;
        margin-bottom: 50px;
        width: calc(100% - 388px);
    }

    .blog-article-menu {
        float: right;
        margin-left: 48px;
        width: 340px;
    }

    .blog-article-menu .title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .blog-article-menu ul a {
        font-size: 15px;
    }

    .blog-article-item {
        clear: both;
    }
    .blog-article-item h2,
    .blog-article-item .title-item {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .blog-article-item .text {
        font-size: 15px;
        margin-bottom: 30px;
    }

    .blog-article-item .image2 {
        height: 500px;
        margin-bottom: 30px;
    }

    .blog-article-item .list-style-number {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .blog-article-item .text .title {
        font-size: 20px;
    }

    .blog-article-item .image {
        max-width: 1000px;
    }
}
body.scrolled main{
    margin-top:170px ;
}
@media (min-width: 768px) {
    body.scrolled main {
        margin-top: 120px;
    }
}
@media (min-width: 992px) {
    body.scrolled main {
        margin-top: 100px;
    }
}
.confidentiality-block{
    display: flex;
    align-items: center;
}
.confidentiality-text{
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #3E3E3E;
}
.confidentiality-text a{
    color: #3E3E3E;
    text-decoration: underline;
    margin: 0 3px;
}
.opc_block_totals .confidentiality-block{
    margin-bottom: 25px;
}
.opc_block_totals .confidentiality-text{
    color: #FFFFFF;
    flex-direction: row;
    flex-wrap: wrap;
}
.opc_block_totals .confidentiality-text a{
    color: #FFFFFF;
    display: inline-flex;
}

.filter-checkbox.blue .checkmark {
    border: 1px solid #005AA9;

}
.filter-checkbox.blue input:checked + label .checkmark::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6563 3.0623C14.3885 2.7888 13.9544 2.7888 13.6865 3.0623L5.47127 11.4524L2.31345 8.2274C2.04568 7.95391 1.61154 7.95393 1.34371 8.2274C1.0759 8.50088 1.0759 8.94425 1.34371 9.21775L4.9864 12.9379C5.25409 13.2113 5.68856 13.2111 5.95615 12.9379L14.6563 4.05268C14.9241 3.7792 14.9241 3.3358 14.6563 3.0623Z' fill='%23005AA9'/%3E%3C/svg%3E%0A");
}
.cart_quantity{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1E1E1E;
margin-top: 10px;
}
@media (min-width: 992px) {
    .form-horizontal fieldset legend{
        grid-column: span 2;
    }
    .form-horizontal fieldset{
        display: grid;
        grid-template-columns:  1fr 1fr;
        gap: 20px;
    }
}

.menu1 {
    display: none;
}

@media (max-width: 991px) {
    .titles-modul{
        order: 1;
    }
    .categorys .titles-top.all .total-product-cat{
        order: 2;
    }
    .opc_block_cart{
    order: 2;
}
    .opc_block_totals{
        order: 9;
    }
    .opc_block_customer{
        order: 4;
    }
    .opc_block_shipping_method{
        order: 5;
    }
    .opc_block_shipping_address{
        order: 6;
    }
    .opc_block_payment_method{
        order: 7;
    }
    .opc_block_comment{
        order: 8;
    }
     .cart-info-block .titles-modul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cart-info-block {width: 100%}
}
@media (min-width: 768px) and (max-width: 991px) {
    /*.opc_block_totals .table_total{
        order: 2;
    }
    .cart-promo-code1 {
        order: 3;
    }
    .opc_block_totals .confidentiality-block {
        order: 4;
    }
    .cart-promo-code2 {
        order: 5;
    }*/
    .opc_block_totals .confidentiality-block {
       order: 6;
    }
    .cart-promo-code1 {
        padding-right: 12px;
    }
    .cart-promo-code2 {
        padding-left: 12px;
    }
    .opc_block_totals .table_total{
        order: 2;grid-column: span 2;
    }
}
@media (min-width: 992px) {
.opc_block_totals .confidentiality-block {
   order: 6;
}}

/* === Mobile (<=767px): stretch phone input to full available width; button stays on same row === */
@media (max-width: 767px) {
    .button-onecart-block {
        width: 100%;
    }
    .button-onecart-block .iti,
    .button-onecart-block .iti--allow-dropdown {
        flex: 1 1 auto;
        min-width: 0;
    }
    .button-onecart-block .phone {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding-left: 52px !important; /* override intl-tel-input inline padding (61px) on mobile */
    }
}

/* === Mobile (<=767px): category title on the left, product count on the right === */
@media (max-width: 767px) {
    .categorys .titles-top.all {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: nowrap;
    }
    .categorys .titles-top.all .titles-modul {
        margin-bottom: 0;
        flex: 1 1 auto;
        min-width: 0;
    }
    .categorys .titles-top.all .total-product-cat {
        flex: 0 0 auto;
        white-space: nowrap;
        color: #9A9A9A;
        font-size: 13px;
        line-height: 120%;
        margin: 8px 0 0 0;
    }
    .btn-filter {
        margin-top: 25px;
    }
    .product-top-panel {
        align-items: center;
        margin-bottom: 15px;
        gap: 30px;
    }
    .product-top-panel .form-group {
        margin: 0;
    }
    .product-top-panel > div {
        display: flex;
        align-items: center;
    }
    .product-sort {
        justify-content: flex-end;
    }
    .product-view {
        justify-content: flex-end;
    }
}

/* temporarily hide coupon & gift-certificate (voucher) fields on checkout (all viewports) */
.cart-promo-code1,
.cart-promo-code2 {
    display: none !important;
}

/* desktop: push the "I'm registered" link to the right of the Покупець title */
@media (min-width: 992px) {
    .opc_block_customer .titles-modul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
}

/* contacts page: feedback form (howwork style) on light background */
.contact-feedback {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 32px;
}
@media (min-width: 992px) {
    .contact-feedback { margin-bottom: 40px; }
}
.contact-feedback .titles-modul {
    margin-bottom: 22px;
}
.contact-feedback .form-control {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 44px;
    padding: 14px 20px;
    font-size: 15px;
    color: #1E1E1E;
    margin-bottom: 0;
}
.contact-feedback .fb-field { margin-bottom: 16px; }
.contact-feedback .fb-label { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 500; color: #1E1E1E; }
.contact-feedback .form-control::placeholder { color: #AAAAAA !important; opacity: 1; }
.contact-feedback .form-control::-webkit-input-placeholder { color: #AAAAAA !important; }
.contact-feedback .form-control::-moz-placeholder { color: #AAAAAA !important; opacity: 1; }
.contact-feedback .form-control:-ms-input-placeholder { color: #AAAAAA !important; }
.contact-feedback .form-control:focus { outline: none; border-color: #005AA9; box-shadow: none; }
.contact-feedback .agreement {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 8px 0 22px;
}
.contact-feedback .text_agreement { font-size: 13px; line-height: 1.4; color: #6B7280; }
.contact-feedback .text_agreement a { color: #005AA9; text-decoration: underline; }
.contact-feedback .btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #FF8D28;
    color: #FFFFFF;
    border: 0;
    border-radius: 44px;
    padding: 15px 34px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.contact-feedback .btn:hover { background: #f07d16; }
.contact-feedback .btn svg path { fill: #FFFFFF; }
.contact-feedback #contact-fb-success { margin-top: 16px; }
/* contacts page (info id=7): trim the large empty space below the block */
.information-information-7 .section-info-shops { margin-bottom: 0; }
.information-information-7 .section-information-page { padding-bottom: 40px; }

/* product page: highlight + hint when a required option (e.g. color) is not selected */
.option-error-msg {
    color: #e3342f;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 500;
    margin-top: 8px;
}
.form-group.option-error > label,
.form-group.option-error > .control-label {
    color: #e3342f !important;
}
.form-group.option-error [id^="input-option"] {
    border-radius: 8px;
    box-shadow: 0 0 0 1px #e3342f;
    padding: 8px;
}