@charset "UTF-8";

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

/* === базовые стили === */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body>* {
    flex-shrink: 0;
}

input,
textarea,
button {
    outline: none;
    font-family: inherit;
    padding: 0;
}

input[type=radio],
input[type=checkbox],
input[type=submit] {
    appearance: none;
    -moz-appearance: none;
}

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

label,
a,
button {
    cursor: pointer;
    transition: var(--transition) ease-in;
}

a,
a:hover {
    text-decoration: none;
}

svg {
    max-width: 100%;
    transition: var(--transition) ease-in;
}

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

button,
input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

button {
    display: inline-block;
    border: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

:root {
    --color-g: #57951D;
    --color-y: #F9D84E;
    --color-g-l: #93C94C;
    --color-g-o: #BEE09B;
    --font-family: "Inter", sans-serif;
    --transition: .2s;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-center,
.swiper-button,
.info,
.head__btns button,
.barnds__card,
.header__cart::before,
.pagination__link,
.order__item span,
.product-btn,
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-a-center,
.product__update-data,
.tabs__list,
.form__file-success,
.category-body__item-header {
    display: flex;
    align-items: center;
    gap: 5px;
}

.flex-jc,
.item-header__item,
.lk__request ul>li,
.order-success__holder,
.page__news-footer,
.cart__table-footer,
.slider__header,
.table-total__list>li,
.product__table-header,
.main__brands-header,
.header__top-container,
.file__custom,
.faq__contente-block-text,
.faq__header,
.form__files-row,
.category__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* base styles  */
html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html,
body {
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    height: 100%;
    font-family: var(--font-family);
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.main {
    flex: 1 0 auto;
}

body>* {
    flex-shrink: 0;
}

body.noscroll {
    overflow: hidden;
}

#overlay {
    display: none;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    backdrop-filter: blur(9.6000003815px);
    background: rgba(181, 198, 165, 0.69);
    transition: 0.5s;
    position: fixed;
}

#overlay.active {
    display: block;
}

.container {
    position: relative;
    max-width: 1368px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 479px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container-left {
    padding-left: max(50px, (100% - 1440px) / 2);
}

.none {
    display: none !important;
}

.list-scrollbar {
    overflow-y: auto;
    scrollbar-color: rgba(153, 166, 183, 0.5) #fff;
}

.list-scrollbar::-webkit-scrollbar-track {
    border-radius: 4px;
}

.list-scrollbar::-webkit-scrollbar {
    width: 3px;
}

.list-scrollbar::-webkit-scrollbar-track {
    background-color: #ececec;
}

.list-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #c9ccd1;
}

.list-scrollbar:hover::-webkit-scrollbar-thumb {
    background: #075d4e;
}

.none-scrollbar,
.bredcrumbrs {
    scrollbar-width: none;
}

.none-scrollbar::-webkit-scrollbar,
.bredcrumbrs::-webkit-scrollbar {
    width: 0px;
}

.none-scrollbar::-webkit-scrollbar-track,
.bredcrumbrs::-webkit-scrollbar-track {
    background-color: transparent;
}

.none-scrollbar::-webkit-scrollbar-thumb,
.bredcrumbrs::-webkit-scrollbar-thumb {
    background: transparent;
}

.none-scrollbar:hover::-webkit-scrollbar-thumb,
.bredcrumbrs:hover::-webkit-scrollbar-thumb {
    background: transparent;
}

label.invalid {
    position: relative;
}

label.invalid input::placeholder {
    color: #f00;
}

label.invalid::before {
    position: absolute;
    content: "";
    background-color: #ff0000;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

button:disabled {
    opacity: 0.3;
}

.js-active {
    animation: active 0.3s ease-in alternate;
}

@keyframes active {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

a,
button {
    transition: var(--transition) ease-in;
}

.mb-80 {
    margin-bottom: clamp(1.875rem, 0.455rem + 6.06vw, 5rem);
}

.mt-80 {
    margin-top: clamp(1.875rem, 0.455rem + 6.06vw, 5rem);
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

svg {
    stroke: currentColor;
    flex-shrink: 0;
}

.tippy {
    display: none;
}

.tippy-msg {
    display: none;
}

.tippy-content {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-family);
}

.tippy-content a {
    color: var(--color-g);
    border-bottom: 1px solid currentColor;
}

.container-sticky {
    display: grid;
    grid-template-columns: 1fr 310px;
    gap: 30px;
}

@media (max-width: 1199px) {
    .container-sticky {
        gap: 10px;
    }
}

.container-sticky .holder-border {
    margin-bottom: 0;
}

@media (max-width: 1367px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199px) {
    .container {
        max-width: 1024px;
    }
}

@media (max-width: 1023px) {
    .container {
        max-width: 992px;
    }
}

@media (max-width: 991px) {
    .container {
        max-width: 768px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 576px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 480px;
    }
}

@media (max-width: 479px) {
    .container {
        max-width: 425px;
    }
}

@media (max-width: 424px) {
    .container {
        width: 375px;
    }
}

@media (max-width: 374px) {
    .container {
        width: 320px;
    }
}

.title1 {
    font-weight: 700;
    font-size: clamp(1.5rem, 1.045rem + 1.94vw, 2.5rem);
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}

.title2 {
    font-weight: 700;
    font-size: 24px;
}

.page-title2 {
    font-weight: 700;
    font-size: clamp(1.125rem, 0.955rem + 0.73vw, 1.5rem);
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .page-title2 {
        margin-bottom: 20px;
    }
}

.title3 {
    font-weight: 700;
    font-size: 17px;
}

@media (max-width: 479px) {
    .title3 {
        font-size: 15px;
    }
}

.title4 {
    font-weight: 700;
    font-size: 14px;
}

.holder-title {
    margin-bottom: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
}

.holder-title .title1 {
    margin-bottom: 0;
}

.text {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}

@media (max-width: 479px) {
    .text {
        font-size: 13px;
    }
}

.text-big {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

@media (max-width: 479px) {
    .text-big {
        font-size: 14px;
    }
}

/* === /базовые стили === */
/* === Блоки ===*/
.mob-menu {
    z-index: 2;
    position: fixed;
    top: 0;
    left: -100%;
    opacity: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    background-color: #fff;
    width: 320px;
    height: 100%;
    transition: all 0.5s ease-in;
}

.mob-menu.active {
    left: 0;
    opacity: 1;
}

header {}

.mob-menu .mob-menu__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .mob-menu .nav {
        display: flex;
        flex-direction: column;
        gap: 30px;
        border-top: 1px solid #e7e8ea;
        border-bottom: 1px solid #e7e8ea;
        padding: 20px 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .mob-menu .mode {
        display: block;
    }
}

@media (max-width: 991px) {
    .mob-menu .header__top-holder-links {
        display: flex;
        justify-content: space-between;
        margin-top: auto;
        border-top: 1px solid #e7e8ea;
        padding-top: 20px;

    }
}

.nav-icon {
    display: none;
    width: 30px;
    height: 30px;
    align-items: center;
}

@media (max-width: 991px) {
    .nav-icon {
        display: flex;
    }
}

.btn {
    width: fit-content;
    gap: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-align: center;
    padding: 13.5px 20px;
    border: none;
    outline: none;
    transition: var(--transition) ease-in;
}

.btn.--orange {
    background-color: var(--color-y);
}

.btn.--transparent {
    background-color: transparent;
}

.--green-border {
    border: 1px solid var(--color-g);
}

.--green-text {
    color: var(--color-g);
}

@media (hover: hover) {
    .btn.--orange:hover {
        background-color: #f9d129;
    }
}

.btn.--green-light {
    background-color: var(--color-g-l);
}

@media (hover: hover) {
    .btn.--green-light:hover {
        background-color: #AADB6B;
    }
}

.btn.--green {
    background-color: var(--color-g);
}

@media (hover: hover) {
    .btn.--green:hover {
        background-color: #63AF1B;
    }
}

.btn.--color-white {
    color: #fff;
}

.btn.--border-grey {
    border: 1px solid currentColor;
    color: #787878;
}

@media (hover: hover) {
    .btn.--border-grey:hover {
        color: #000;
    }
}

.btn.--border-green {
    border: 1px solid currentColor;
    background-color: #fff;
    color: var(--color-g);
}

@media (hover: hover) {
    .btn.--border-green:hover {
        color: #fff;
        background-color: var(--color-g);
    }
}

.product-btn {
    gap: 10px;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    flex-shrink: 0;
}

.product-btn svg {
    stroke-width: 2;
}

.product-btn span {
    display: none;
}

@media (max-width: 1023px) {
    .product-btn span {
        display: block;
    }
}

.product-btn.--green {
    color: #fff;
    background-color: var(--color-g);
}

@media (hover: hover) {
    .product-btn.--green:hover {
        background-color: #387102;
    }
}

.product-btn.--green-l {
    color: #fff;
    background-color: var(--color-g-l);
}

@media (hover: hover) {
    .product-btn.--green-l:hover {
        background-color: #689F21;
    }
}

.product-btn.--green-dark {
    color: #fff;
    background-color: #3f730f;
}

@media (hover: hover) {
    .product-btn.--green-dark:hover {
        background-color: #3F730F;
    }
}

.product-btn.--yellow {
    color: #000;
    background-color: var(--color-y);
}

@media (hover: hover) {
    .product-btn.--yellow:hover {
        background-color: #F9D129;
    }
}

.product-btn.--green-border {
    border: 1px solid currentColor;
    color: var(--color-g);
}

@media (hover: hover) {
    .product-btn.--green-border:hover {
        color: #fff;
        background-color: var(--color-g);
    }
}

.product-btn.--grey-border {
    border: 1px solid currentColor;
    color: #787878;
}

@media (hover: hover) {
    .product-btn.--grey-border:hover {
        color: #000;
    }
}

.modal {
    --transition-time: 0.3s;
    position: fixed;
    left: -4px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    backdrop-filter: blur(9.6000003815px);
    background: rgba(181, 198, 165, 0.69);
    cursor: pointer;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal__container {
    position: relative;
    width: 400px;
    margin: 50px auto;
    display: none;
    vertical-align: middle;
    background-color: #fff;
    cursor: default;
    text-align: left;
}

@media (max-width: 424px) {
    .modal__container {
        width: 94.7%;
    }
}

.modal.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity var(--transition-time), visibility var(--transition-time);
}

.modal__container.modal-open {
    display: inline-block;
}

.fade {
    opacity: 0;
    transition: opacity var(--transition-time);
}

.fade.animate-open {
    opacity: 1;
    transition: opacity var(--transition-time);
}

.fadeInUp {
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity var(--transition-time), transform var(--transition-time);
}

.fadeInUp.animate-open {
    opacity: 1;
    transform: translateY(0);
    transition: opacity var(--transition-time), transform var(--transition-time);
}

*:focus {
    /* outline: 3px red solid; */
}

.disable-scroll {
    position: relative;
    overflow: hidden;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal-content {
    padding: 40px;
}

.modal-content.--search {
    padding: 15px;
}

.modal-content.--search .modal-close {
    position: static;
}

.modal-content.--search form {
    display: grid;
    gap: 10px;
}

.modal-content.--search label {
    display: flex;
    align-items: center;
}

.modal-content.--search .form__input {
    background-color: #fff;
}

.modal-content.--search .btn {
    width: 100%;
    color: #fff;
}

.form-modal {
    display: grid;
    gap: 20px;
}

.form-modal .form__block-inputns {
    display: grid;
    gap: 20px;
}

.form-modal label {
    position: relative;
}

.form-modal .send-button {
    width: 100%;
}

.form-modal .form__input {
    background-color: #fff;
}

.form-modal .form__input.--message {
    height: 132px;
    resize: none;
}

.form-modal .sms__block {
    flex-direction: column;
    align-items: start;
}

.category {
    position: absolute;
    width: calc(100% - 30px);
    grid-template-columns: 280px 1fr;
    top: 20px;
    display: none;
    max-width: 1340px;
    transition: transform 0.3s ease, position 0.3s ease;
}

@media (max-width: 575px) {
    .category {
        position: fixed;
        top: 0;
        width: 355px;
        height: 100%;
        grid-template-columns: 1fr;
        left: -100%;
        display: block;
        opacity: 0;
        transition: var(--transition) ease-in;
    }
}

@media (max-width: 374px) {
    .category {
        width: 100%;
    }
}

.category.active {
    display: grid;
    z-index: 200;
}

@media (max-width: 575px) {
    .category.active {
        left: 0;
        opacity: 1;
    }
}

.category.active .category__list {
    border-radius: 2px 0px 0px 2px;
}

.category.--hover {
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.08);
}

.category__btn-close {
    display: none;
}

@media (max-width: 767px) {
    .category__btn-close {
        display: block;
    }
}

.category__list {
    background-color: #fff;
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
    display: grid;
    align-self: start;
}

@media (max-width: 767px) {
    .category__list {
        height: 100%;
        display: block;
        overflow-y: auto;
        padding: 20px;
    }
}

.category__first-item {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .category__first-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e8ea;
    }
}

.category__item:nth-child(2) .category__link {
    padding-top: 0;
}

.category__item:last-child .category__link {
    padding-bottom: 0;
}

.category__link {
    font-weight: 600;
    font-size: 15px;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid transparent;
    gap: 20px;
    transition: color var(--transition) ease-in;
}

.category__link svg {
    stroke-width: 2;
}

@media (hover: hover) {
    .category__link:hover {
        color: var(--color-g);
    }
}

.category__body {
    background-color: #fff;
    padding: 20px;
    display: none;
    border-bottom: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
    border-radius: 0 2px 2px 0;
    max-width: 1060px;
}

.category__body.active {
    display: block;
    overflow-y: auto;
    z-index: 200;
}

@media (max-width: 767px) {
    .category__body.active {
        display: none;
    }
}

.category__body.--scroll {
    scrollbar-color: #f6f6f6;
}

.category__body.--scroll::-webkit-scrollbar-track {
    border-radius: 4px;
}

.category__body.--scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.category__body.--scroll::-webkit-scrollbar-track {
    background-color: #f6f6f6;
}

.category__body.--scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--color-y);
}

.category__body.--scroll:hover::-webkit-scrollbar-thumb {
    background: #fddc5a;
}

.category-body__list {
    display: none;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 40px;
}

@media (max-width: 1199px) {
    .category-body__list {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .category-body__list {
        grid-template-columns: 1fr 1fr;
    }
}

.category-body__list.active {
    display: grid;
}

.category-body__item {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .category-body__item {
        padding-bottom: 20px;
    }
}

.category-body__item>ul li:not(:last-child) {
    margin-bottom: 10px;
}

.category-body__item>ul li a {
    font-weight: 500;
    font-size: 12px;
    color: #000;
    transition: color var(--transition) ease-in;
}

@media (hover: hover) {
    .category-body__item>ul li a:hover {
        color: var(--color-g);
    }
}

.category-body__item-header {
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .category-body__item-header {
        gap: 10px;
    }
}

.category-body__link {
    font-weight: 700;
    font-size: 15px;
}

.page__category {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 40px;
}

@media (max-width: 1199px) {
    .page__category {
        gap: 20px;
    }
}

@media (max-width: 991px) {
    .page__category {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .page__category {
        grid-template-columns: 1fr;
    }
}

.checkbox {
    display: flex;
    align-items: center;
}

.checkbox__real-input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.checkbox__custom-input {
    position: relative;
    margin-right: 10px;
    border-radius: 360px;
    width: 50px;
    height: 27px;
    background: #cbcbcb;
    flex-shrink: 0;
}

.checkbox__text {
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.checkbox__text a {
    color: var(--color-g);
}

@media (hover: hover) {
    .checkbox__text a:hover {
        text-decoration: underline;
    }
}

.checkbox__custom-input::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: 1px;
    top: 50%;
    background-color: #fff;
    transform: translateY(-50%);
    transition: 0.2s ease-in;
}

.checkbox__real-input:checked+.checkbox__custom-input::before {
    left: 23px;
}

.checkbox__real-input:checked+.checkbox__custom-input {
    background-color: var(--color-g);
}

@media (max-width: 1023px) {
    .checkbox.--result {
        display: none;
    }
}

.checkbox.--result .checkbox__real-input:checked+.checkbox__custom-input {
    background-color: var(--color-y);
}

.form__title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .form__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.form__title.flex-a-center,
.form__title.product__update-data,
.form__title.tabs__list,
.form__title.form__file-success,
.form__title.category-body__item-header {
    gap: 20px;
}

.form__subtitle {
    font-weight: 500;
    font-size: 13px;
    color: #575757;
}

.form__subtitle p:last-child {
    color: #000;
    margin-top: 20px;
}

.form__inputns {
    display: grid;
    gap: 20px;
}

.form__block {
    position: relative;
    display: grid;
    gap: 20px;
}

.form__block-phone {
    max-width: 570px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
}

@media (max-width: 479px) {
    .form__block-phone {
        grid-template-columns: 1fr;
    }

    .form__block-phone .send-button {
        width: 100%;
    }
}

.form__text-sms {
    font-weight: 500;
    font-size: 14px;
}

@media (max-width: 575px) {
    .form__text-sms {
        font-size: 13px;
    }
}

.form__label {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 13px 10px 13px 20px;
    background: #fff;
}

@media (max-width: 479px) {
    .form__label {
        padding: 11px 5px 11px 20px;
    }
}

.form__label .form__input {
    padding: 0;
    border: none;
    border-radius: 0px;
}

.form__label .form__input:focus {
    border: none;
}

.form__label.focus {
    border-color: var(--color-g);
}

.form__btn-close {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.form__btn-close.active {
    display: flex;
}

label {
    position: relative;
}

label.show-error::before {
    position: absolute;
    content: "";
    background-image: url("./../img/icons/info_error.svg");
    background-repeat: no-repeat;
    top: 0;
    right: 10px;
    transform: translateY(-50%);
}

.form-row-valid {
    position: relative;
}

.form-row-valid label::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    top: 50%;
    right: -40px;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .form-row-valid label::before {
        right: -26px;
    }
}


.form-row-valid .error {
    display: none;
}

.form-row-valid .succes {
    display: none;
}

.form-row-valid.show-error label::before {
    background-image: url("./../img/icons/info_error.svg");
}

.form-row-valid.show-error .error {
    display: inline-block;
}

.form-row-valid.show-error .form__inn-text {
    display: none;
}

.form-row-valid.show-succes label::before {
    background-image: url("./../img/icons/info.svg");
}

.form-row-valid.show-succes .succes {
    display: inline-block;
}

.form-row-valid.show-succes .form__inn-text {
    display: none;
}

.form__input {
    width: 100%;
    outline: none;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 13px 10px 13px 20px;
    background: #fff;
    transition: var(--transition) ease-in;
}

@media (max-width: 479px) {
    .form__input {
        padding: 11px 10px 11px 20px;
        font-size: 13px;
    }
}

.form__input::placeholder {
    color: #7d7d7d;
}

.form__input:focus,
.form__input.--border-green {
    border: 1px solid var(--color-g);
}

.form__input.is-not-valid {
    border-color: red;
}

.form__input.active {
    background-color: #e9f0e2;
}

.--message {
    resize: none;
}

.--message.--message-h132 {
    min-height: 132px;
}

.form__required-fields {
    font-weight: 500;
    font-size: 13px;
    color: #888;
}

.send-button {
    color: #fff;
}

@media (max-width: 479px) {
    .send-button {
        padding: 12px 10px 12px 20px;
        font-size: 13px;
    }
}

@media (max-width: 424px) {
    .send-button {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .send-button.--mobile-none {
        display: none;
    }
}

.form__error {
    position: absolute;
    bottom: -16px;
    left: 0;
    font-weight: 500;
    font-size: 11px;
    color: #e01f1f;
}

.phone-error.error {
    display: none;
}

.form__label.--num input[type=number]::-webkit-inner-spin-button,
.form__label.--num input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    appearance: auto;
}

.form__verification {
    display: grid;
    gap: 20px;
}

.form__verification.--grid-two-col .form__verification-holder {
    grid-template-columns: auto 1fr;
}

@media (max-width: 767px) {
    .form__verification.--grid-two-col .form__verification-holder {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 424px) {
    .form__verification .checkbox {
        flex-direction: column;
        gap: 10px;
        align-items: start;
    }
}

.form__verification-holder {
    display: grid;
    grid-template-columns: 1fr 327px minmax(221px, 1fr);
    gap: 40px;
    align-items: center;
}

@media (max-width: 1199px) {
    .form__verification-holder {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: start;
    }
}

@media (max-width: 767px) {
    .form__verification-holder {
        grid-template-columns: 1fr;
    }
}

.form__policy {
    font-weight: 500;
    font-size: 14px;
    color: var(--color-g);
}

@media (hover: hover) {
    .form__policy:hover {
        text-decoration: underline;
    }
}

.form__block-inn {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}

.form__block-inn.--grid {
    gap: 20px;
    grid-template-columns: 1fr auto;
}

@media (max-width: 767px) {
    .form__block-inn.--grid {
        grid-template-columns: 1fr;
    }
}

.form__block-inn.--grid button[data-btn-clear-inn] {
    display: flex;
}

.form__block-inn.--grid .form__input {
    background-color: #e9f0e2;
    color: #999;
    border-color: #e9f0e2;
}

.form__block-inn.--grid .form__inn-text {
    display: none;
}

.form__block-inn.--grid .form__error {
    display: none;
}

.form__block-inn.--grid .form__text-sms {
    display: none;
}

.form__block-inn.--phone-error {
    display: block;
}

.form__block-inn.--phone-error .form__text-sms {
    display: none;
}

.form__block-inn.--phone-error .form__input {
    border-color: #e01f1f;
}

.form__block-inn.--phone-error .phone-error {
    display: block;
}

.form__inn-text {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #558327;
    margin-top: 10px;
}

button[data-btn-clear-inn] {
    display: none;
}

@media (max-width: 767px) {
    button[data-btn-clear-inn] {
        width: 100%;
    }
}

@media (max-width: 479px) {
    button[data-btn-clear-inn] {
        padding: 12px 10px 12px 20px;
        font-size: 13px;
    }
}

.form__data {
    display: none;
}

.form__data.js-active {
    display: block;
}

.form-data.--profile {
    display: grid;
    gap: 30px;
}

@media (max-width: 479px) {
    .form-data.--profile {
        gap: 20px;
    }
}

.form-data.--profile .form-data__block {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    display: grid;
    gap: 20px;
}

.form-data__block {
    border-top: 1px solid #bee09b;
    margin-top: 20px;
    padding-top: 20px;
    display: grid;
    gap: 20px;
}

.form-data__row span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #575757;
    margin-bottom: 10px;
}

.form-data__row .form__input {
    border-color: var(--color-g);
}

.form-data__block-error {
    border-radius: 2px;
    padding: 20px;
    background-color: #fff4f3;
    font-weight: 500;
    font-size: 14px;
    color: #e01f1f;
}

.form-data__block-error a {
    color: #e01f1f;
    text-decoration: underline;
}

@media (hover: hover) {
    .form-data__block-error a:hover {
        text-decoration: none;
    }
}

.form-data__inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 575px) {
    .form-data__inputs {
        grid-template-columns: 1fr;
    }
}

.form-data__inputs.--three {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
    .form-data__inputs.--three {
        grid-template-columns: 1fr;
    }
}

.form__sms span {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #575757;
    margin-bottom: 10px;
}

.sms {
    display: none;
}

.sms.js-active {
    display: block;
}

.sms__block {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .sms__block {
        flex-direction: column;
        align-items: start;
    }
}

.sms__inputs {
    display: grid;
    grid-template-columns: repeat(6, 38px);
    gap: 10px;
}

@media (max-width: 374px) {
    .sms__inputs {
        gap: 5px;
    }
}

.sms__inputs .form__input {
    padding: 13px 13px;
    text-align: center;
}

.sms__text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sms__text span {
    margin-bottom: 0;
}

.sms__error {
    font-weight: 500;
    font-size: 11px;
    color: #e01f1f;
    margin-top: 20px;
}

.order__form .form-data__block {
    border: none;
    padding-top: 0;
    margin-top: 0;
}

.order__form-block {
    border-top: 1px solid #bee09b;
    padding-top: 30px;
}

@media (max-width: 479px) {
    .order__form-block {
        padding-top: 20px;
    }
}

.succes {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: var(--color-g);
    margin-top: 10px;
}

.succes a {
    color: var(--color-g);
}

@media (hover: hover) {
    .succes a:hover {
        text-decoration: underline;
    }
}

.error {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #e01f1f;
    margin-top: 10px;
}

.error a {
    color: #e01f1f;
}

@media (hover: hover) {
    .error a:hover {
        text-decoration: underline;
    }
}

.order__form-pay {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 575px) {
    .order__form-pay {
        grid-template-columns: 1fr;
    }
}

.form-block__lk {
    display: grid;
    gap: 20px;
    max-width: 400px;
}

@media (max-width: 1023px) {
    .form-block__lk {
        max-width: 100%;
    }
}

@media (max-width: 424px) {
    .form-block__lk .form__btns {
        flex-direction: column;
    }
}

.form__doc {
    display: grid;
    gap: 20px;
}

.form__doc ul {
    display: grid;
    gap: 10px;
}

.form__doc ul>li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}

.form__doc ul>li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-y);
    flex-shrink: 0;
}

.form__files-row {
    gap: 20px;
}

.form__files-row:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.form__files-col {
    display: grid;
    gap: 10px;
}

.form__files-col span {
    font-weight: 400;
    font-size: 14px;
    color: #262626;
}

.form__files-btns {
    display: flex;
    gap: 30px;
}

@media (max-width: 479px) {
    .form__files-btns {
        gap: 20px;
    }
}

.form__order-file {
    display: grid;
    gap: 30px;
}

@media (max-width: 479px) {
    .form__order-file {
        gap: 20px;
    }
}

@media (max-width: 479px) {
    .form__order-file .form__files-row {
        flex-direction: column;
        align-items: start;
    }
}

.form__text {
    display: grid;
    gap: 20px;
}

.form__text p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.form__text p a {
    color: var(--color-g);
}

@media (hover: hover) {
    .form__text p a:hover {
        text-decoration: underline;
    }
}

.form__file-success {
    gap: 10px;
}

.form__file-success p {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.form__file-success p a {
    color: var(--color-g);
}

@media (hover: hover) {
    .form__file-success p a:hover {
        text-decoration: underline;
    }
}

.form__add-worker {
    display: grid;
    gap: 20px;
    border: 2px solid var(--color-g);
    border-radius: 2px;
    padding: 30px;
}

@media (max-width: 479px) {
    .form__add-worker {
        padding: 20px;
    }
}

.form__add-worker .page-title2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .form__add-worker .form-data__inputs {
        grid-template-columns: 1fr;
    }
}

.form__add-worker.profile.active {
    display: grid;
}

.dropdown {
    position: relative;
    width: 100%;
}

.dropdown__button {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 13px 78px 13px 20px;
    cursor: pointer;
}

@media (max-width: 575px) {
    .dropdown__button {
        font-size: 13px;
        padding: 13px 14px 13px 14px;
    }
}

.dropdown__button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background-image: url("./../img/icons/arrow_down.svg");
    background-repeat: no-repeat;
    background-position: center right;
    /* x y*/
    background-size: auto;
    /* w h*/
    width: 11px;
    height: 8px;
}

.dropdown__list {
    display: none;
    position: absolute;
    left: 0;
    top: 52px;
    margin: 0;
    padding: 15px 20px;
    list-style-type: none;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    overflow: hidden;
    border-radius: 2px;
    width: 100%;
    z-index: 1;
}

.dropdown__list--visible {
    display: block;
}

.dropdown__list-item {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    transition: color var(--transition) ease-in;
}

.dropdown__list-item:not(:last-child) {
    padding-bottom: 13px;
}

.dropdown__list-item.active {
    color: var(--color-g);
}

@media (hover: hover) {
    .dropdown__list-item:hover {
        color: var(--color-g);
    }
}

.dropdown__input-hidden {
    display: none;
}

.dropdown__list-scroll {
    height: auto;
}

.dropdown__list-scroll--height {
    height: 125px;
}

.bredcrumbrs {
    display: flex;
    align-items: center;
    padding: 40px 0 26px;
    overflow: auto;
}

@media (max-width: 479px) {
    .bredcrumbrs {
        padding: 20px 0 20px;
    }
}

.bredcrumbrs__item {
    flex-shrink: 0;
}

.bredcrumbrs__item:last-child .bredcrumbrs__link {
    color: #000;
    cursor: auto;
}

.bredcrumbrs__item:not(:last-child) .bredcrumbrs__link {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

@media (max-width: 479px) {
    .bredcrumbrs__item:not(:last-child) .bredcrumbrs__link {
        gap: 5px;
        margin-right: 5px;
    }
}

.bredcrumbrs__item:not(:last-child) .bredcrumbrs__link::after {
    content: "";
    width: 7px;
    height: 11px;
    background-image: url("../img/icons/arrow_next.svg");
    background-repeat: no-repeat;
    background-position: center right;
    /* x y*/
    background-size: auto;
    /* w h*/
}

@media (max-width: 479px) {
    .bredcrumbrs__item:not(:last-child) .bredcrumbrs__link::after {
        width: 5px;
        height: 7px;
    }
}

.bredcrumbrs__link {
    position: relative;
    font-weight: 500;
    font-size: 13px;
    color: #929292;
}

@media (max-width: 479px) {
    .bredcrumbrs__link {
        font-size: 13px;
    }
}

[data-accordion] {
    position: relative;
    cursor: pointer;
}

[data-accordion-hidden] {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

[data-accordion-hidden].active {
    grid-template-rows: 1fr;
    padding-top: 30px;
}

@media (max-width: 479px) {
    [data-accordion-hidden].active {
        padding-top: 24px;
    }
}

.faq {
    font-weight: 500;
    font-size: 13px;
}

.faq__item {
    transition: box-shadow var(--transition) ease-in;
}

@media (hover: hover) {
    .faq__item:hover {
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.25);
    }
}

.faq__header {
    gap: 10px;
}

.faq__header svg {
    flex-shrink: 0;
    transition: transform var(--transition) ease-in;
}

.faq__header.active svg {
    transform: rotateX(-180deg);
}

.faq__header .product__title {
    margin-bottom: 0;
}

.faq__header-desc {
    margin-top: 20px;
    color: #575757;
}

.faq__header-desc span {
    font-weight: 700;
}

.faq__contente.active {
    padding-top: 30px;
}

.faq__contente-item {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 20px;
}

@media (max-width: 767px) {
    .faq__contente-item {
        grid-template-columns: 1fr 90px;
    }
}

.faq__contente-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

.faq__contente-block-text {
    gap: 5px;
    margin-right: 20px;
}

@media (max-width: 575px) {
    .faq__contente-block-text {
        margin-right: 0px;
        flex-direction: column;
        align-items: start;
    }
}

.faq__contente-block-text h5 {
    font-weight: 700;
    font-size: 15px;
}

.faq__content-btns {
    display: flex;
    gap: 30px;
    justify-self: end;
}

@media (max-width: 767px) {
    .faq__content-btns {
        gap: 20px;
        align-self: center;
    }
}

@media (max-width: 479px) {
    .faq__content-btns {
        gap: 8px;
    }

    .faq__content-btns .product-btn {
        width: 40px;
        height: 40px;
    }
}

.info-block {
    position: sticky;
    top: 100px;
    padding: 30px;
    border: 1px solid var(--color-g);
    border-radius: 2px;
}

.info-block.--yellow {
    border: 1px solid var(--color-y);
    background-color: rgba(255, 228, 116, 0.07);
}

.info-block__title {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .info-block__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.info-block__content {
    display: grid;
    gap: 23px;
}

.rates {
    display: grid;
    gap: 5px;
}

.rates__title {
    font-weight: 500;
    font-size: 13px;
    color: #575757;
}

.rates__item {
    font-weight: 700;
    font-size: 13px;
    gap: 44px;
}

@media (max-width: 479px) {
    .rates__item {
        gap: 10px;
    }
}

.info-block__total {
    display: grid;
    gap: 14px;
}

.info-block__total>li {
    gap: 10px;
}

.info-block__total>li span {
    font-weight: 500;
    font-size: 13px;
}

.info-block__total>li span:last-child {
    font-weight: 700;
    font-size: 18px;
    white-space: nowrap;
}

.info-block__btn.--w100 {
    width: 100%;
}

.contact-info__desc {
    font-weight: 500;
    font-size: 13px;
}

.contact-info__socials {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-info__links a {
    font-weight: 800;
    font-size: 16px;
    color: #000;
}

@media (hover: hover) {
    .contact-info__links a:hover {
        color: var(--color-g);
    }
}

.contact-info__links button {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-g);
}

@media (hover: hover) {
    .contact-info__links button:hover {
        text-decoration: underline;
    }
}

.contact-info__social-icons {
    font-weight: 800;
    font-size: 16px;
}

.contact-info__social-icons .ya-share2 .ya-share2__list {
    display: flex;
    align-items: center;
}

.contact-info__email {
    font-weight: 800;
    font-size: 16px;
    color: var(--color-g);
}

@media (hover: hover) {
    .contact-info__email:hover {
        text-decoration: underline;
    }
}

.contact-info__address {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 4px;
}

.contact-info__schedule {
    font-weight: 500;
    font-size: 14px;
    color: #606060;
}

[data-tabs] ul li {
    cursor: pointer;
}

[data-tabs-content] {
    display: none;
}

[data-tabs-content].active {
    display: block;
    animation: active 0.3s ease-in alternate;
}

@keyframes active {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs {
    display: grid;
    gap: 30px;
}

.tabs__list {
    gap: 10px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 20px 30px 20px;
    margin: -20px -30px -20px;
}

@media (max-width: 479px) {
    .tabs__list {
        padding: 20px 20px 20px;
        margin: -20px -20px -20px;
    }
}

.tabs__item {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: var(--color-g);
    padding: 13px 30px;
    background-color: #eaf3e1;
    flex-shrink: 0;
    transition: var(--transition) ease-in;
}

.tabs__item.active {
    box-shadow: 0 4px 15px 0 rgba(87, 149, 29, 0.28);
    background: #fff;
    color: #000;
}

@media (hover: hover) {
    .tabs__item:hover {
        box-shadow: 0 4px 15px 0 rgba(87, 149, 29, 0.28);
    }
}

.order__tabs {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
}

@media (max-width: 479px) {
    .order__tabs {
        padding: 20px;
    }
}

.order__list {
    display: grid;
    gap: 20px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .order__list {
        margin-bottom: 20px;
    }
}

.order__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.order__item span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #aaa;
    transition: border-color var(--transition) ease-in;
}

.order__item span::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-g);
    transform: scale(0);
    transition: transform var(--transition) ease-in;
}

.order__item.active {
    border-color: var(--color-g);
}

.order__item.active span::before {
    transform: scale(1);
}

.radio {
    display: flex;
    align-items: center;
    width: 100%;
}

.radio__real-radio {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.radio__custom-radio {
    width: 100%;
    position: relative;
    display: inline-block;
    border: 1px solid #787878;
    border-radius: 2px;
    padding: 15px 50px 15px 20px;
    transition: border-color var(--transition) ease-in;
}

.radio__custom-radio span {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #7d7d7d;
}

.radio__custom-radio span:first-child {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
}

.radio__custom-radio::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url("./../img/icons/info.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /* x y*/
    background-size: auto;
    /* w h*/
    right: 20px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: 0.2s ease-in;
}

.radio__real-radio:checked+.radio__custom-radio::before {
    transform: translateY(-50%) scale(1);
}

.radio__real-radio:checked+.radio__custom-radio {
    border: 2px solid #57951d;
    padding: 14px 49px 14px 19px;
}

.file {
    display: block;
    border: 1px dashed #9d9d9d;
    border-radius: 2px;
    padding: 7px 10px;
}

@media (max-width: 767px) {
    .file {
        padding: 4px;
    }
}

.file.--modal-file {
    border: none;
    border-radius: unset;
    padding: 0px;
}

.file.--modal-file .file__button {
    width: 100%;
}

.file__real {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.file__custom {
    gap: 20px;
    border-radius: 2px;
    padding: 50px 30px;
    background: #fdfefc;
}

@media (max-width: 991px) {
    .file__custom {
        padding: 42px 10px;
        text-align: center;
        flex-direction: column;
    }
}

.file__custom.--error {
    background: #fff4f3;
}

.file__custom.--error .error {
    display: inline-block;
}

.file__custom .error {
    display: none;
}

.file__content {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .file__content {
        text-align: center;
        flex-direction: column;
    }
}

.file__block-text {
    display: grid;
    gap: 8px;
}

.file__format {
    font-weight: 400;
    font-size: 13px;
    color: #6b6b6b;
}

@media (max-width: 479px) {
    .file__button {
        width: 100%;
    }
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 479px) {
    .pagination {
        justify-content: center;
    }
}

.pagination__link {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 14px;
    color: #787878;
    text-align: center;
    border-radius: 2px;
    border: 1px solid currentColor;
    transition: var(--transition) ease-in;
}

.pagination__link svg {
    stroke: currentColor;
}

.pagination__link.active {
    background-color: var(--color-g);
    border: 1px solid var(--color-g);
    color: #efefef;
}

@media (hover: hover) {
    .pagination__link.active:hover {
        background-color: var(--color-g-l);
        border: 1px solid var(--color-g-l);
    }
}

@media (hover: hover) {
    .pagination__link:hover {
        background-color: var(--color-g-o);
        border: 1px solid var(--color-g-o);
    }
}

@media (max-width: 374px) {
    .pagination__link {
        width: 40px;
        height: 40px;
    }
}

/* === /Блоки ===*/
/* === Секции ===*/
.header__top {
    padding: 25px 0 18px;
    background-color: #FFFFFF;
}

@media (max-width: 991px) {
    .header__top {
        padding: 10px 0 12px;
    }
}

.header__top-container {
    width: 100%;
}

.logo.--mob {
    display: none;
}

@media (max-width: 991px) {
    .logo.--mob {
        display: block;
    }
}

.mode {
    font-weight: 500;
    font-size: 14px;
    color: #4d4d4d;
}

.mode span {
    font-weight: 700;
    color: #000;
}

@media (max-width: 991px) {
    .mode {
        display: none;
    }
}

.nav {
    display: flex;
    gap: 40px;
}

@media (max-width: 1199px) {
    .nav {
        gap: 30px;
    }
}

@media (max-width: 991px) {
    .nav {
        display: none;
    }
}

.nav__link {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid transparent;
    transition: var(--transition) ease-in;
}

@media (hover: hover) {
    .nav__link:hover {
        color: var(--color-g);
        border-color: currentColor;
    }
}

.header__top-icons {
    display: none;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .header__top-icons {
        display: flex;
    }
}

.header__top-holder-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991px) {
    .header__top-holder-links {
        display: none;
    }
}

.header-tel {
    font-weight: 800;
    font-size: 14px;
    color: #000;
}

.header__bottom {
    background-color: var(--color-g);
    padding: 13.47px 0 14.47px;
}

.header__bottom.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    transition: .2s;
}



@media (max-width: 991px) {
    .header__bottom {
        padding: 10px 0;
    }
}

.header__bottom-container {
    display: grid;
    grid-template-columns: 1fr 120px;
    gap: 50px;
    align-items: center;
}

@media (max-width: 991px) {
    .header__bottom-container {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .header__bottom-container {
        display: flex;
        justify-content: space-between;
    }
}

.header__bottom-left {
    display: grid;
    grid-template-columns: 191px 161px 1fr;
}

@media (max-width: 991px) {
    .header__bottom-left {
        grid-template-columns: 145px 1fr;
    }
}

@media (max-width: 767px) {
    .header__bottom-left {
        grid-template-columns: 1fr;
    }
}

.header__bottom-logo {
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .header__bottom-logo {
        display: none;
    }
}

.header__bottom-btn {
    padding: 10px 20px;
    align-self: center;
}

@media (max-width: 479px) {
    .header__bottom-btn {
        padding: 10px 30px 8px 30px;
        font-size: 13px;
    }
}

.header__bottom-search {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__bottom-search input {
    border: 1px solid #fff;
    outline: none;
    border-radius: 2px;
    padding: 13px 20px 12px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    transition: var(--transition) ease-in;
}

.header__bottom-search input::placeholder {
    color: #fff;
}

.header__bottom-search input:focus {
    background-color: rgba(255, 255, 255, 0.22);
}

@media (max-width: 767px) {
    .header__bottom-search {
        display: none;
    }
}

.header__bottom-icons {
    display: flex;
    gap: 40px;
    justify-self: end;
}

@media (max-width: 991px) {
    .header__bottom-icons {
        gap: 20px;
    }
}

.header-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    flex-shrink: 0;
    transition: color var(--transition) ease-in;
}

.header-icon svg {
    stroke-width: 2;
}

@media (max-width: 767px) {
    .header-icon span {
        /*display: none;*/
    }
}

@media (max-width: 767px) {
    .header-icon svg {
        width: 34px;
        height: 34px;
    }
}

@media (hover: hover) {
    .header-icon:hover {
        color: var(--color-y);
    }
}

.header__mob-search {
    display: none;
}

@media (max-width: 767px) {
    .header__mob-search {
        display: flex;
    }
}

.header__cart {
    position: relative;
}

.cart__counter {
    position: absolute;
    border-radius: 2px;
    padding: 10px;
    width: 20px;
    height: 20px;
    font-weight: 700;
    font-size: 12px;
    color: #000;
    background-color: var(--color-y);
    top: -7px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.header__cart::before {*/
/*    position: absolute;*/
/*    content: attr(data-coutn-cart);*/
/*    border-radius: 2px;*/
/*    padding: 10px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    font-weight: 700;*/
/*    font-size: 12px;*/
/*    color: #000;*/
/*    background-color: var(--color-y);*/
/*    top: -7px;*/
/*    right: 0;*/
/*}*/

@keyframes animHeader {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.main__container {
    display: grid;
    grid-template-columns: 281px 1fr;
    gap: 31px;
    margin-bottom: clamp(1.875rem, 0.057rem + 7.76vw, 5.875rem);
    margin-top: 50px;
}

@media (max-width: 479px) {
    .main__container {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .main__container {
        grid-template-columns: 1fr;
        margin-top: 20px;
        gap: 0;
    }
}

.main__category .category {
    position: absolute;
    top: 0px;
    display: grid;

}

@media (max-width: 767px) {
    .main__category .category.active {
        display: grid;
    }
}

@media (max-width: 575px) {
    .main__category .category.active {
        left: 0;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .main__category .category {
        position: absolute;
        top: 0px;
        display: none;
    }
}

@media (max-width: 575px) {
    .main__category .category {
        position: fixed;
        top: 0;
        width: 355px;
        height: 100%;
        grid-template-columns: 1fr;
        left: -100%;
        display: block;
        opacity: 0;
        transition: var(--transition) ease-in;
    }
}

@media (max-width: 374px) {
    .main__category .category {
        width: 100%;
    }
}

.main__main {
    position: relative;
}

.main__banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 42px 30px;
}

@media (max-width: 767px) {
    .main__banner {
        padding: 20px;
    }
}

.main__banner-header {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .main__banner-header {
        margin-bottom: 20px;
        text-align: center;
    }
}

.main__banner-title {
    margin-bottom: 20px;
}

.main__banner-subtitle {
    font-weight: 500;
    font-size: 20px;
}

@media (max-width: 767px) {
    .main__banner-subtitle {
        font-size: 16px;
    }
}

.main__banner-search {
    display: grid;
    grid-template-columns: 1fr 181px;
    gap: 20px;
}

@media (max-width: 991px) {
    .main__banner-search {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 424px) {
    .main__banner-search {
        gap: 10px;
    }
}

.main__banner-search-field {
    border-radius: 2px;
    padding: 19px 20px;
    font-weight: 500;
    font-size: 16px;
    color: #303030;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    border: 1px solid transparent;
    outline: none;
    transition: var(--transition) ease-in;
}

.main__banner-search-field::placeholder {
    color: #303030;
}

.main__banner-search-field:focus {
    border: 1px solid var(--color-g);
}

@media (max-width: 991px) {
    .main__banner-search-field {
        text-align: center;
    }
}

@media (max-width: 424px) {
    .main__banner-search-field {
        padding: 12.5px 20px;
    }
}

.main__banner-btn {
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.main__brands-header {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .main__brands-header {
        margin-bottom: 20px;
    }
}

.main-link {
    font-weight: 500;
    font-size: 14px;
    color: #56941d;
}

@media (hover: hover) {
    .main-link:hover {
        text-decoration: underline;
    }
}

.brands__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(234px, 1fr));
    grid-auto-rows: 94px;
    gap: 30px;
}

@media (max-width: 991px) {
    .brands__container {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .brands__container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 479px) {
    .brands__container {
        grid-auto-rows: 72px;
    }
}

.barnds__card {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 24px 10px;
}

.main__footer {
    display: grid;
    grid-template-columns: 46.2% 49%;
    gap: 50px;
    align-items: start;
}

@media (max-width: 1199px) {
    .main__footer {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.main__form {
    display: grid;
    gap: 20px;
    border: 2px solid #57951d;
    border-radius: 2px;
    padding: 30px;
    background: #fdfefc;
}

@media (max-width: 479px) {
    .main__form {
        padding: 20px;
    }
}

.main__form-block-inputns {
    display: grid;
    gap: 20px;
}

.main__form-row {
    display: grid;
    grid-template-columns: 1fr 115px;
    gap: 20px;
}

@media (max-width: 479px) {
    .main__form-row {
        gap: 10px;
        grid-template-columns: 1fr;
    }
}

.main__form-btn-add {
    width: fit-content;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-g);
    border-bottom: 1px solid transparent;
}

@media (hover: hover) {
    .main__form-btn-add:hover {
        border-bottom: 1px solid currentColor;
    }
}

.main__news-header {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .main__news-header {
        margin-bottom: 20px;
    }
}

.main__news-title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

@media (max-width: 479px) {
    .main__news-title {
        font-size: 18px;
    }
}

.main__news-link {
    font-weight: 500;
    font-size: 14px;
    color: #56941d;
}

.main__news-container {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 479px) {
    .main__news-container {
        padding: 20px;
    }
}

.card-news {
    display: flex;
    gap: 20px;
    flex-direction: column;
    height: 100%;
}

@media (hover: hover) {
    .card-news:hover .card-news__title {
        color: var(--color-g);
        text-decoration: underline;
    }
}

.card-news.--product .card-news__image {
    height: auto;
}

.card-news.--product .card-news__image img {
    height: auto;
}

.card-news.--product .card-news__title {
    font-size: 16px;
}

@media (max-width: 479px) {
    .card-news.--product .card-news__title {
        font-size: 14px;
    }
}

.card-news.--product .card-news__btn {
    width: 100%;
}

.card-news__image {
    height: 139px;
    width: 100%;
}

.card-news__title {
    font-weight: 700;
    font-size: 15px;
    color: #000;
    transition: color var(--transition) ease-in;
}

@media (max-width: 575px) {
    .card-news__title {
        will-change: max-height;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

.card-news__desc {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    will-change: max-height;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.card-news__btn {
    margin-top: auto;
}

.result {
    margin-top: clamp(1.25rem, -0.455rem + 7.27vw, 9rem);
}

.result__header {
    margin-bottom: 50px;
}

@media (max-width: 1023px) {
    .result__header {
        gap: 20px;
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 479px) {
    .result__header {
        margin-bottom: 20px;
    }
}

.result__found {
    font-weight: 500;
    font-size: clamp(1rem, 0.886rem + 0.48vw, 1.25rem);
    color: #000;
}

@media (hover: hover) {
    .result__found:hover a {
        text-decoration: none;
    }
}

.result__found a {
    color: var(--color-g);
    text-decoration: underline;
}

.result__found i {
    font-style: normal;
}

.result__sorts {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .result__sorts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 575px) {
    .result__sorts {
        width: 100%;
        gap: 10px;
    }
}

@media (max-width: 374px) {
    .result__sorts {
        grid-template-columns: 1fr;
    }
}

.result__sorts .sort-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .result__sorts .sort-item {
        width: 100%;
    }
}

.result__sorts .sort-item:nth-child(3) {
    display: none;
}

@media (max-width: 1023px) {
    .result__sorts .sort-item:nth-child(3) {
        display: flex;
    }
}

.result__sorts .sort-item:nth-child(4) {
    display: none;
}

@media (max-width: 1023px) {
    .result__sorts .sort-item:nth-child(4) {
        display: flex;
    }
}

.sort-item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.sort-name {
    font-weight: 500;
    font-size: 13px;
    color: #3e3e3e;
}

@media (max-width: 1023px) {
    .sort-name {
        display: none;
    }
}

.result__table {
    display: none;
}

.result__table.active {
    display: block;
}

.result__table.--scroll {
    max-height: 710px;
    overflow: auto;
}

@media (max-width: 1023px) {
    .result__table.--scroll {
        display: none;
    }
}

.result__table.--scroll {
    scrollbar-color: #F6F6F6;
}

.result__table.--scroll::-webkit-scrollbar-track {
    border-radius: 4px;
}

.result__table.--scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.result__table.--scroll::-webkit-scrollbar-track {
    background-color: #F6F6F6;
}

.result__table.--scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--color-y);
}

.result__table.--scroll:hover::-webkit-scrollbar-thumb {
    background: #fddc5a;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table.--mobile {
    width: 1338px;
}

.table.--mobile .head__col {
    min-width: 121px;
    max-width: 121px;
    padding: 10px;
}

.table.--mobile .head__col.--w203 {
    min-width: 203px;
}

.table.--mobile .head__col:first-child {
    border-right: none;
}

.table.--mobile .body__row:nth-of-type(even) {
    background-color: #fbfcfa;
}

@media (hover: hover) {
    .table.--mobile .body__row:hover {
        background-color: #fff9de;
    }
}

.table.--mobile .body__col {
    padding: 10px;
}

.head {
    background-color: #eaf3e1;
    font-weight: 500;
    font-size: 13px;
    color: #000;
}

@media (max-width: 1023px) {
    .head {
        display: none;
    }
}

.head__col {
    padding: 20px;
    text-align: left;
    width: 260px;
}

.head__col.--w295 {
    width: 294px;
}

.head__col.--w174 {
    min-width: 174px;
}

@media (max-width: 1367px) {
    .head__col.--w174 {
        min-width: 100%;
    }
}

.head__col:not(:last-child) {
    border-right: 2px solid white;
}

.head__title {
    display: flex;
    align-items: center;
    gap: 5px;
    word-wrap: break-word;
    hyphens: auto;
    word-break: break-all;
}

.head__content {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
    gap: 5px !important;
}

.head__btns {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.head__btns button {
    border: none;
    outline: none;
    width: 21px;
    height: 21px;
    background-color: var(--color-g-o);
    transition: var(--transition) ease-in;
}

.head__btns button svg {
    stroke: #fff;
    stroke-width: 1.5;
}

@media (hover: hover) {
    .head__btns button:hover {
        background-color: var(--color-y);
    }
}

.info {
    position: relative;
    width: 18px;
    height: 18px;
    background-color: var(--color-g-o);
    border-radius: 50%;
    flex-shrink: 0;
    transition: var(--transition) ease-in;
    cursor: pointer;
}

.info.--mob {
    display: none;
}

@media (max-width: 1023px) {
    .info.--mob {
        display: flex;
    }
}

.info.--mob .info__tooltip {
    width: 130px;
}

.info.--grey {
    background-color: #acacac;
}

.info:hover {
    background-color: var(--color-y);
}

.info__tooltip {
    position: absolute;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.17);
    background: #fff;
    border-radius: 2px;
    padding: 10px;
    width: 177px;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition) ease-in;
}

.info__tooltip a {
    color: var(--color-g);
    text-decoration: underline;
}

/*#is_not_table table .body__row:nth-of-type(4n+3) {
    background-color: #fbfcfa;
}*/

@media (max-width: 1023px) {
    .body__row {
        display: grid;
    }
}

.body__row.active {
    position: relative;
    border: 2px solid #93c94c;
    border-bottom: 0px solid transparent;
    border-radius: 2px 2px;
}

@media (hover: hover) {
    .body__row:hover {
        background-color: #fff9de;
    }
}

.body__row.--technical {
    border: 2px solid #93c94c;
    border-top: 0px solid transparent;
    border-radius: 0px 0px 2px 2px;
    opacity: 1;
    transition: opacity var(--transition) ease-in;
}

@starting-style {
    .body__row.--technical {
        opacity: 0;
    }
}

.body__row.--technical.--hidden {
    transition-behavior: allow-discrete;
    border: none;
    display: none;
    opacity: 0;
}

@media (max-width: 1023px) {
    .body__row.--technical td {
        display: block;
    }
}

.body__col {
    position: relative;
    padding: 10px 10px 10px 20px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

@media (max-width: 1023px) {
    .body__col:not(:first-child) {
        display: block;
        text-align: right;
    }

    .body__col::before {
        content: attr(data-label);
        float: left;
        font-weight: 500;
        font-size: 13px;
        color: #707070;
    }

    .body__col.--sb {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .body__col.--sb .info {
        left: -25%;
    }
}

@media (max-width: 479px) {
    .body__col {
        font-size: 13px;
    }
}

.body__col:first-child {
    padding-left: 0;
    font-weight: 700;
    font-size: 14px;
}

@media (max-width: 479px) {
    .body__col:first-child {
        padding-left: 10px;
    }
}

.body__col.--green {
    color: var(--color-g);
}

.body__col.--bold {
    font-weight: 700;
}

.body__col a {
    text-decoration: underline;
    color: inherit;
    gap: 5px;
}

@media (hover: hover) {
    .body__col a:hover {
        text-decoration: none;
    }
}

.body__col i {
    font-style: normal;
    word-wrap: break-word;
    hyphens: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
}

.body__col .form__label {
    width: 117px;
    padding: 13px 20px 13px 20px;
}

@media (max-width: 479px) {
    .body__col .form__label {
        padding: 8px 20px 8px 20px;
    }
}

.body__col .form__label .form__btn-close {
    right: 0px;
}

.body__col .form__label.--green {
    border-color: var(--color-g);
}

.body__col .form__label.--green svg {
    stroke: var(--color-g);
}

.body__col .form__label.--bg-grey {
    background-color: #eeeeee;
}

.body__col .form__label.--bg-grey .form__input {
    background-color: #eeeeee;
}

@media (max-width: 1023px) {
    [data-label] a {
        justify-content: end;
    }
}

.body__image {
    flex-shrink: 0;
    width: 67px;
    height: 67px;
}

@media (max-width: 479px) {
    .body__image {
        width: 36px;
        height: 36px;
        margin-right: 5px;
    }
}

.body__col-btn {
    border: 1px solid var(--color-g);
    border-radius: 2px;
    padding: 13px 20px;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-g);
    gap: 10px;
    transition: var(--transition) ease-in;
}

@media (max-width: 1023px) {
    .body__col-btn {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .body__col-btn {
        margin-left: unset;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 479px) {
    .body__col-btn {
        font-size: 13px;
        padding: 10px 10px;
    }
}

.body__col-btn:hover,
.body__col-btn.active {
    background-color: #eaf3e1;
}

.body__row-technical,
.technical-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 50px;
    padding: 30px;
    border: 1px solid #e7e8ea;
    border-radius: 2px;
}

@media (max-width: 991px) {

    .body__row-technical,
    .technical-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .body__row-technical,
    .technical-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479px) {

    .body__row-technical,
    .technical-list {
        padding: 18px;
        gap: 10px;
    }
}

.body__row-technical>li,
.technical-list>li {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 479px) {

    .body__row-technical>li,
    .technical-list>li {
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .body__row-technical>li:last-child,
    .technical-list>li:last-child {
        padding-bottom: 0;
        border: none;
    }
}

.body__row-technical>li span,
.technical-list>li span {
    font-weight: 500;
    font-size: 15px;
}

.body__row-technical>li span:first-child,
.technical-list>li span:first-child {
    color: #444;
}

.body__row-technical>li span:last-child,
.technical-list>li span:last-child {
    color: #000;
    flex-shrink: 1;
    word-break: break-all;
}

.body__col input[type=number]::-webkit-inner-spin-button,
.body__col input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: inner-spin-button;
    appearance: auto;
}

.product__table {
    display: grid;
    grid-template-columns: 1fr 425px 1fr;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.product__table.overlay::before {
    content: '';
    position: absolute;
    width: 1277px;
    height: 90%;
    background: #ffffffbf url("/local/templates/lenpribor/img/download.png") no-repeat 50% 50%;
    top: 53px;
    z-index: 10;
}

/* Якорь ячеек */

/* Якорь ячеек */

@media (max-width: 1367px) {
    .product__table {
        grid-template-columns: 1fr 285px 1fr;
    }
}

@media (max-width: 1199px) {
    .product__table {
        grid-template-columns: 1fr 175px 1fr;
    }

    .product__table::before {
        background: #ffffffbf url("/local/templates/lenpribor/img/download.png") no-repeat 430px 100px;
    }
}

@media (max-width: 1024px) {
    .product__table {
        display: none;
    }

}

.product__table .table {
    border-collapse: collapse;
    display: grid;
    border: none;
    border-spacing: 0;
}


.product__table .table thead,
.product__table .table tbody {
    display: contents;
}

.product__table .table .body__row {
    align-items: center;
}

.product__table .table .body__row:nth-of-type(even) {
    background-color: #fbfcfa;
}

.product__table .table .body__row.hover {
    background-color: #fff9de;
}

.product__table .table .body__col {
    padding: 5px 10px 5px 20px;
}

.product__table .table .body__col svg {
    flex-shrink: 0;
}

.product__table .table.--first {
    border-right: 2px solid var(--color-g);
}

.product__table .table.--first .head__col:first-child {
    min-width: 233px;
}

@media (max-width: 1199px) {
    .product__table .table.--first .head__col:first-child {
        min-width: 200px;
    }
}

.product__table .table.--first .head__col:nth-child(2) {
    min-width: 110px;
}

@media (max-width: 1199px) {
    .product__table .table.--first .head__col:nth-child(2) {
        min-width: 100px;
    }
}

.product__table .table.--first .head__col:last-child {
    min-width: 100px;
}

@media (max-width: 1199px) {
    .product__table .table.--first .head__col:last-child {
        min-width: 80px;
    }
}

.product__table .table.--first .body__row {
    display: grid;
    grid-template-columns: 233px 110px 100px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .product__table .table.--first .body__row {
        grid-template-columns: 233px 105px 80px;
    }
}

.product__table .table.--first .body__row.--hidden {
    display: none;
}

.product__table .table.--first .body__row.--hidden.js-active {
    display: grid;
}

.product__table .table.--third {
    border-left: 2px solid var(--color-g);
}

.product__table .table.--third .head__col:first-child {
    min-width: 149px;
}

.product__table .table.--third .head__col:nth-child(2) {
    min-width: 147px;
}

@media (max-width: 1199px) {
    .product__table .table.--third .head__col:nth-child(2) {
        min-width: 100px;
    }
}

.product__table .table.--third .head__col:last-child {
    min-width: 103px;
}

@media (max-width: 1199px) {
    .product__table .table.--third .head__col:last-child {
        min-width: 80px;
    }
}

.product__table .table.--third .body__row {
    display: grid;
    grid-template-columns: 149px 147px 103px;

}

@media (max-width: 1199px) {
    .product__table .table.--third .body__row {
        grid-template-columns: minmax(149px, 1fr) minmax(100px, 1fr) minmax(80px, 1fr);
    }
}

.product__table .table.--third .body__row.--hidden {
    display: none;
}

.product__table .table.--third .body__row.--hidden.js-active {
    display: grid;
}

.product__table .table .head__col {
    height: 55px;
    padding: 5px 10px;
    background-color: #eaf3e1;
    width: 114px;
}

.product__table .table .head__col:not(:last-child) {
    border-right: 2px solid white;
}

.product__table .table .body__row {
    height: 55px;
    cursor: pointer;
}

.product__table .table .body__col:first-child {
    padding-left: 10px;
}

.product__table .table-scroll {
    overflow-x: auto;
    margin-bottom: -8px;
}

#sortableTable1 .head__row,
#sortableTable2 .head__row,
#sortableTable3 .head__row {
    /*position: sticky;*/
    /*top: 0;*/
    /*z-index: 10;*/
}

.product__table .table-scroll .table .head__row {
    height: 55px;
}

.product__table .table-scroll .table .head__col {
    min-width: 114px;
}

.product__table .table-scroll .table .body__row {
    display: grid;
}

.product__table .table-scroll .table .body__row.--hidden {
    display: none;
}

.product__table .table-scroll .table .body__row.--hidden.js-active {
    display: grid;
}

.product__table .table-scroll .table .body__col:first-child {
    font-weight: 500;
}

.table-scroll {
    scrollbar-color: #f6f6f6;
}

.table-scroll::-webkit-scrollbar-track {
    border-radius: 4px;
}

.table-scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-scroll::-webkit-scrollbar-track {
    background-color: #f6f6f6;
}

.table-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: var(--color-g);
}

.table-scroll:hover::-webkit-scrollbar-thumb {
    background: var(--color-g-l);
}

.product__opt {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 32px;
    border-top: 1px solid #CFCFCF;
    margin-top: 6px;
}

.product__text {
    font-weight: 700;
    font-size: 18px;
}

.product__table-mobile {
    display: none;
}

@media (max-width: 1023px) {
    .product__table-mobile {
        display: block;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}

.product__table-mobile .table .body__row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e8ea;
}

.product__table-mobile .table .body__row.--hidden {
    display: none;
}

.product__table-mobile .table .body__row.--hidden.js-active {
    display: block;
}

.product__table-mobile .table .body__col {
    padding: 10px 0;
}

.product__table-mobile .table .body__col.--sb .info {
    left: -35%;
}

.product__table-mobile .table .body__col .product-btn {
    width: 100%;
}

.product__table-mobile .table .body__col.--bg-mob {
    background-color: #f8f8f8;
    padding: 10px 20px;
}

.product__table-mobile .table .body__col:first-child {
    padding-left: 0px;
    display: block;
    text-align: right;
}

.product__table-mobile .table .body__col:first-child.--sb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product__table-mobile .table .body__col:first-child::before {
    font-weight: 700;
    color: #000;
}

@media (max-width: 1023px) {
    .cart__table .table .body__col {
        padding: 10px 0;
    }

    .cart__table .table .body__col.--sb .info {
        left: -25%;
    }
}

.cart__table .table .body__col:first-child {
    padding-left: 20px;
}

@media (max-width: 1023px) {
    .cart__table .table .body__col:first-child {
        display: block;
        text-align: right;
        padding-left: 0px;
    }
}

.cart__table .table .body__col:first-child::before {
    font-weight: 700;
    color: #000;
}

@media (max-width: 1023px) {
    .cart__table .table .product-btn {
        width: 100%;
    }
}

.holder-border {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .holder-border {
        padding: 20px;
    }
}

@media (max-width: 479px) {
    .holder-border {
        margin-bottom: 10px;
    }
}

.product__title {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .product__title {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.product__update-data {
    gap: 10px;
}

@media (max-width: 479px) {
    .product__update-data.--pc {
        display: none;
    }
}

.product__update-data.--mob {
    display: none;
}

@media (max-width: 479px) {
    .product__update-data.--mob {
        display: flex;
    }

    .product__update-data.--mob .holder-title__btn {
        width: 100%;
    }
}

.product__table-header {
    gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product__table-header {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 479px) {
    .product__table-header {
        margin-bottom: 10px;
        gap: 20px;
    }
}

.product__table-header .product__title {
    margin-bottom: 0px;
}

.product__sorts {
    gap: 20px;
    z-index: 11;
}

@media (max-width: 767px) {
    .product__sorts {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 424px) {
    .product__sorts .sort-item:nth-child(2) .dropdown__button {
        padding: 6px 14px 6px 14px;
    }
}

.product__sorts .sort-item:nth-child(3) {
    display: none;
}

@media (max-width: 767px) {
    .product__sorts .sort-item:nth-child(3) {
        display: flex;
    }
}

@media (max-width: 479px) {
    .product__sorts .sort-item:nth-child(3) {
        grid-column: 1/3;
    }
}

.product__header {
    display: grid;
    grid-template-columns: 5fr 4fr 3fr;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .product__header {
        grid-template-columns: 6fr 6fr;
    }
}

@media (max-width: 991px) {
    .product__header {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .product__header {
        grid-template-columns: 1fr;
    }

    .product__opt {
        padding-top: 20px;
        margin-top: unset;
        gap: 16px;
    }

    .product__text {
        font-size: 13px;
    }
}

@media (max-width: 479px) {
    .product__header {
        margin-bottom: 10px;
    }
}

.product__header .holder-border {
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .product__header-item:first-child {
        grid-column: 1/3;
    }
}

@media (max-width: 575px) {
    .product__header-item:first-child {
        grid-column: 1/2;
    }
}

.prod-item__container {
    gap: 40px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 479px) {
    .prod-item__container {
        gap: 30px;
        flex-direction: column;
        align-items: center;
    }
}

.prod-item__image {
    flex: 0 0 211px;
}

@media (max-width: 1199px) {
    .prod-item__image {
        flex: 0 0 150px;
    }
}

.prod-item__info-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.prod-item__info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}

.prod-item__info-item span {
    position: relative;
    gap: 5px;
}

.prod-item__info-item span:first-child {
    font-size: 13px;
    color: #575757;
}

.prod-item__info-item span:last-child {
    font-weight: 700;
    font-size: 18px;
}

@media (max-width: 479px) {
    .prod-item__info-item span:last-child {
        font-size: 16px;
    }
}

.prod-item__info-item .info {
    position: absolute;
    right: 0;
    bottom: 0;
}

.prod-item__info-item.--border {
    position: relative;
}

.prod-item__info-item.--border::before {
    position: absolute;
    content: "";
    background-color: #cfcfcf;
    width: 100%;
    height: 1px;
    top: -10px;
    left: 0;
}

.prod-item__btns {
    display: grid;
    gap: 26px;
}

@media (max-width: 479px) {
    .prod-item__btns {
        gap: 20px;
    }
}

.prod-item__link {
    width: 100%;
}

@media (max-width: 1023px) {
    .product__table-btn.--pc {
        display: none;
    }
}

.product__table-btn.--mob {
    display: none;
}

@media (max-width: 1023px) {
    .product__table-btn.--mob {
        display: flex;
    }
}

@media (max-width: 479px) {
    .product__table-btn {
        width: 100%;
    }
}

.product__table-footer {
    display: grid;
    grid-template-columns: 3fr 8fr;
    border: 1px solid #f9d84e;
    border-radius: 2px;
    padding: 30px;
    background: rgba(255, 228, 116, 0.07);
    margin-top: 30px;
}

@media (max-width: 1023px) {
    .product__table-footer {
        margin-top: 20px;
    }
}

@media (max-width: 575px) {
    .product__table-footer {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 20px;
    }
}

.product__table-footer .product__title {
    margin-bottom: 20px;
}

.table-footer__links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
}

@media (max-width: 575px) {
    .table-footer__links {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .table-footer__links .product-link:nth-of-type(even) {
        justify-self: end;
    }
}

.product-link {
    width: fit-content;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid currentColor;
    color: #57951d;
    transition: border-color var(--transition) ease-in;
}

@media (hover: hover) {
    .product-link:hover {
        border-color: transparent;
    }
}

.table-footer__total {
    position: relative;
    border-left: 1px solid #f9d84e;
    padding-left: 50px;
}

@media (max-width: 575px) {
    .table-footer__total {
        border-left: none;
        padding-left: 0px;
    }
}

.table-total__list {
    display: grid;
    gap: 20px;
}

@media (max-width: 767px) {
    .table-total__list {
        margin-bottom: 20px;
    }
}

.table-total__list>li {
    font-weight: 500;
    font-size: 13px;
}

.table-total__list>li .flex-a-center,
.table-total__list>li .category-body__item-header,
.table-total__list>li .form__file-success,
.table-total__list>li .tabs__list,
.table-total__list>li .product__update-data {
    gap: 5px;
}

.table-total__list>li span i {
    display: inline-block;
    font-style: normal;
    margin-left: 40px;
    font-weight: 700;
    font-size: 22px;
}

@media (max-width: 767px) {
    .table-total__list>li span i {
        display: flex;
        margin-left: auto;
        font-size: 20px;
    }
}

.table-total__list>li span.--bold {
    font-weight: 700;
    font-size: 15px;
}

.table-total__list>li:last-child span {
    display: inline-block;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .table-total__list>li:last-child span {
        width: 100%;
        margin-top: 0;
        display: flex;
        align-items: center;
    }
}

.table-total__btn {
    position: absolute;
    bottom: -10px;
    right: 0;
}

@media (max-width: 767px) {
    .table-total__btn {
        position: static;
        width: 100%;
    }
}

.product__tech .technical-list {
    border: none;
    padding: 0;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .product__tech .technical-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .product__tech .technical-list {
        grid-template-columns: 1fr;
        margin-bottom: 10px;
    }
}

.product__tech .technical-list>li.--none {
    display: none;
}

.product__tech .technical-list>li.--none.js-active {
    display: flex;
}

.product__detail {
    display: grid;
    grid-template-columns: 7fr 4fr;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product__detail {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479px) {
    .product__detail {
        margin-bottom: 10px;
        gap: 20px;
    }
}

.product-detail__item {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
}

@media (max-width: 767px) {
    .product-detail__item {
        padding: 20px;
    }
}

.product-detail__header {
    gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .product-detail__header {
        margin-bottom: 20px;
    }
}

.product-detail__header .product__title {
    margin-bottom: 0;
}

.product-detail__desc {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

@media (max-width: 479px) {
    .product-detail__desc {
        font-size: 13px;
    }
}

.product-detail__cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .product-detail__cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 479px) {
    .product-detail__cards {
        margin-bottom: 20px;
        gap: 15px;
    }
}

.product-detail__card img {
    max-width: 138px;
    margin-bottom: 20px;
}

.product-detail__card.--none {
    display: none;
}

.product-detail__card.--none.js-active {
    display: block;
}

@media (hover: hover) {
    .product-detail__card:hover .product-detail__card-name {
        color: var(--color-g);
        text-decoration: underline;
    }
}

.product-detail__card-name {
    width: fit-content;
    font-weight: 600;
    font-size: 14px;
    transition: color var(--transition) ease-in;
}

@media (max-width: 479px) {
    .product-detail__card-name {
        font-size: 13px;
    }
}

@media (max-width: 479px) {

    .product-detail__btn,
    .product__tech-btn {
        width: 100%;
    }
}

.slider__header {
    gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .slider__header {
        margin-bottom: 20px;
    }
}

.slider__header .product__title {
    margin-bottom: 0;
}

.slider__controls {
    display: flex;
    gap: 20px;
}

@media (max-width: 479px) {
    .slider__controls {
        gap: 10px;
    }
}

.swiper-button {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    border: 1px solid currentColor;
    color: var(--color-g);
    cursor: pointer;
}

@media (max-width: 479px) {
    .swiper-button {
        width: 40px;
        height: 40px;
    }
}

@media (hover: hover) {
    .swiper-button:hover {
        color: #fff;
        background-color: var(--color-g);
    }
}

.slider__button-prev svg {
    transform: rotate(180deg);
}

.slider__swiper .swiper-slide {
    height: auto;
}

@media (max-width: 1199px) {
    .cart .container-sticky {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .order .container-sticky {
        grid-template-columns: 1fr;
    }
}

.cart__header {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .cart__header {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 479px) {
    .cart__header {
        margin-bottom: 20px;
    }
}

.cart__header-desc {
    font-weight: 500;
    font-size: 15px;
}

@media (max-width: 424px) {
    .cart__header-desc {
        font-size: 13px;
    }
}

.cart__header-btns {
    display: flex;
    gap: 30px;
    justify-self: end;
}

@media (max-width: 991px) {
    .cart__header-btns {
        justify-self: start;
    }
}

@media (max-width: 479px) {
    .cart__header-btns {
        gap: 10px;
        justify-self: stretch;
    }
}

@media (max-width: 424px) {
    .cart__header-btns {
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .cart__header-btn {
        width: 100%;
    }
}

.cart__table-header {
    gap: 20px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .cart__table-header {
        flex-direction: column;
        align-items: start;
    }

    .cart__table-header .sort-item {
        width: 150px;
    }
}

@media (max-width: 479px) {
    .cart__table-header {
        margin-bottom: 10px;
    }
}

.cart__table-footer {
    gap: 20px;
    margin-top: 30px;
}

@media (max-width: 479px) {
    .cart__table-footer {
        margin-top: 10px;
        flex-direction: column;
        gap: 10px;
        justify-content: start;
    }
}

@media (max-width: 479px) {
    .cart__btn {
        width: 100%;
    }
}

.registration__container {
    display: grid;
    grid-template-columns: 8.3fr minmax(370px, 4fr);
    gap: 30px;
}

@media (max-width: 991px) {
    .registration__container {
        grid-template-columns: 1fr;
    }
}

.registration__content {
    display: grid;
    gap: 30px;
    border: 2px solid #57951d;
    border-radius: 2px;
    padding: 30px;
    background-color: #fdfefc;
}

@media (max-width: 479px) {
    .registration__content {
        gap: 25px;
        padding: 20px;
    }
}

.registration__image img.active {
    display: block;
}

@media (max-width: 991px) {
    .registration__image {
        display: none;
    }
}

.registration__title {
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 479px) {
    .registration__title {
        font-size: 18px;
    }
}

.registration__subtitle {
    font-weight: 500;
    font-size: 13px;
    color: #575757;
}

.registration__form,
.order__form,
.profile {
    display: grid;
    gap: 30px;
}

@media (max-width: 1023px) {

    .registration__form,
    .order__form,
    .profile {
        gap: 20px;
    }

    .registration__form .checkbox.--result,
    .order__form .checkbox.--result,
    .profile .checkbox.--result {
        display: flex;
    }
}

.registration__form .--message,
.order__form .--message,
.profile .--message {
    field-sizing: content;
    word-wrap: break-word;
    hyphens: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
}

@media (max-width: 1023px) {
    .page .container-sticky {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

.page__header {
    display: flex;
    gap: 30px;
}

@media (max-width: 1023px) {
    .page__header {
        gap: 20px;
    }
}

.page__header .text-bold p:not(:last-child) {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .page__header .text-bold p:not(:last-child) {
        margin-bottom: 20px;
    }
}

.page__cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 767px) {
    .page__cards-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 424px) {
    .page__cards-container {
        gap: 10px;
    }
}

.page-card {
    display: grid;
    gap: 20px;
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
    align-content: start;
}

@media (max-width: 479px) {
    .page-card {
        padding: 20px;
    }
}

.page-card h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-g);
}

@media (max-width: 479px) {
    .page-card h3 {
        font-size: 18px;
    }
}

.page-card span {
    display: grid;
    place-content: center;
    width: 30px;
    height: 30px;
    background: #eaf3e1;
    border-radius: 50%;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    color: var(--color-g);
}

.page-card ul>li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    padding-left: 20px;
}

@media (max-width: 479px) {
    .page-card ul>li {
        font-size: 13px;
    }
}

.page-card ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.page-card ul>li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    top: 6px;
    left: 8px;
}

.page-card.--full {
    grid-column: 1/3;
}

@media (max-width: 767px) {
    .page-card.--full {
        grid-column: unset;
    }
}

.page-card.--red h3 {
    color: #e01f1f;
}

.page__images-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
    gap: 30px;
}

.card-img {
    display: grid;
    gap: 20px;
}

.card-img__image {
    aspect-ratio: 1.44/1;
}

@media (max-width: 479px) {
    .card-img__image {
        height: 216px;
        aspect-ratio: unset;
    }
}

.card-img__name {
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 479px) {
    .card-img__name {
        font-size: 13px;
    }
}

.map {
    margin-bottom: 30px;
}

.page__form {
    display: grid;
    gap: 20px;
}

.page__form .form__block-inputns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 575px) {
    .page__form .form__block-inputns {
        grid-template-columns: 1fr;
    }
}

.form__btns {
    display: flex;
    gap: 20px;
}

.brand__header {
    display: flex;
    align-items: start;
    gap: 40px;
}

@media (max-width: 767px) {
    .brand__header {
        flex-direction: column;
    }
}

@media (max-width: 479px) {
    .brand__header {
        gap: 20px;
    }
}

.brand__header img {
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .brand__header img {
        flex-shrink: 1;
    }
}

@media (max-width: 479px) {
    .brand__header img {
        width: 128px;
    }
}

@media (max-width: 575px) {
    .brand__header-desc p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }
}

.brand__header-desc p:not(:last-child) {
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .brand__header-desc p:not(:last-child) {
        display: none;
    }
}

.brand__category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 30px;
}

@media (max-width: 767px) {
    .brand__category {
        gap: 20px 0px;
    }
}

.brand-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #cfcfcf;
}

@media (max-width: 767px) {
    .brand-card {
        flex-direction: column;
        gap: 10px;
    }
}

@media (hover: hover) {
    .brand-card:hover .brand-card__desc span:first-child {
        color: var(--color-g);
        text-decoration: underline;
    }
}

.brand-card__desc {
    display: grid;
    gap: 5px;
}

.brand-card__desc span {
    font-weight: 500;
    font-size: 13px;
    color: #000;
    word-wrap: break-word;
    hyphens: auto;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
    transition: color var(--transition) ease-in;
}

.brand-card__desc span:first-child {
    font-weight: 700;
    font-size: 15px;
}

@media (max-width: 424px) {
    .brand-card__desc span:first-child {
        font-size: 14px;
    }
}

.serteficats__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px 30px;
}

@media (max-width: 479px) {
    .serteficats__container {
        gap: 30px;
    }
}

@media (max-width: 479px) {
    .serteficats__container.--mails .serteficats__card span {
        text-align: center;
    }
}

.serteficats__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.serteficats__card img {
    width: 244px;
}

@media (max-width: 424px) {
    .serteficats__card img {
        width: 250px;
    }
}

@media (hover: hover) {
    .serteficats__card:hover span {
        color: var(--color-g);
    }
}

.serteficats__card span {
    font-weight: 600;
    font-size: 14px;
    color: #000;
    transition: color var(--transition) ease-in;
}

@media (max-width: 424px) {
    .serteficats__card span {
        font-size: 13px;
    }
}

.news__container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 40px;
}

@media (max-width: 575px) {
    .news__container {
        grid-template-columns: repeat(auto-fit, minmax(172px, 1fr));
    }
}

@media (max-width: 575px) {
    .news__container {
        gap: 20px 10px;
    }
}

.page__wrapper-grid {
    display: grid;
    gap: 40px;
}

@media (max-width: 479px) {
    .page__wrapper-grid {
        gap: 20px;
    }
}

.page__wrapper-grid h2 {
    font-weight: 700;
    font-size: 24px;
}

@media (max-width: 479px) {
    .page__wrapper-grid h2 {
        font-size: 18px;
    }
}

.page__holder-tex p:not(:last-child) {
    margin-bottom: 20px;
}

.page__list ul>li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    padding-left: 20px;
    margin-bottom: 20px;
}

@media (max-width: 479px) {
    .page__list ul>li {
        font-size: 13px;
    }
}

.page__list ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.page__list ul>li::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: currentColor;
    top: 6px;
    left: 8px;
}

.page__news-footer {
    border-top: 1px solid #e7e8ea;
    padding: 30px 0px 0px 0px;
    gap: 10px;
}

@media (max-width: 479px) {
    .page__news-footer {
        padding: 20px 0px 0px 0px;
    }
}

.page__news-footer-btns {
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 424px) {
    .page__news-footer-btns {
        gap: 33px;
        justify-content: space-between;
    }
}

.page__news-footer-btns span {
    font-weight: 600;
    font-size: 13px;
    color: #000;
}

.order-success {
    margin-top: 40px;
}

@media (max-width: 479px) {
    .order-success {
        margin-top: 30px;
    }
}

.order-success__holder {
    gap: 30px;
    max-width: 764px;
}

@media (max-width: 767px) {
    .order-success__holder {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}

@media (max-width: 479px) {
    .order-success__holder .title2 {
        font-size: 18px;
    }
}

.order-success__block {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media (max-width: 374px) {
    .order-success__block {
        gap: 10px;
    }
}

@media (max-width: 575px) {
    .order-success__block svg {
        width: 50px;
    }
}

.order-success__btns {
    display: flex;
    gap: 30px;
}

@media (max-width: 479px) {
    .order-success__btns {
        flex-direction: column;
        gap: 10px;
    }

    .order-success__btns .btn {
        width: 100%;
    }
}

.lk__container {
    display: grid;
    grid-template-columns: 248px 1fr;
    gap: 30px;
    align-items: start;
}

@media (max-width: 767px) {
    .lk__container {
        grid-template-columns: 1fr;
    }
}

.lk__menu-open {
    display: none;
}

@media (max-width: 767px) {
    .lk__menu-open {
        display: flex;
        width: 100%;
    }
}

.lk__sticky {
    position: sticky;
    top: 20px;
    transition: var(--transition) ease-in;
}

@media (max-width: 767px) {
    .lk__sticky {
        position: fixed;
        top: 0%;
        left: -100%;
        background-color: #fff;
        width: 320px;
        height: 100%;
        z-index: 1;
        padding: 20px;
    }
}

.lk__sticky.active {
    left: 0;
}

.lk__sticky-header {
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .lk__sticky-header {
        display: flex;
    }
}

.lk__sticky-header .page-title2 {
    margin-bottom: 0;
}

.lk__list {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    display: grid;
}

.lk__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    transition: var(--transition) ease-in;
}

.lk__item.active {
    color: var(--color-g);
    background-color: #ebebeb;
}

@media (hover: hover) {
    .lk__item:hover {
        color: var(--color-g);
    }
}

.lk__item:not(:last-child) {
    border-bottom: 1px solid #e7e8ea;
}

.lk-border {
    border: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px;
}

@media (max-width: 479px) {
    .lk-border {
        padding: 25px;
    }
}

.lk__flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
}

@media (max-width: 1023px) {
    .lk__flex-sb {
        flex-direction: column;
        align-items: stretch;
    }
}

.lk__request {
    max-width: 312px;
    border: 2px solid #57951d;
    border-radius: 2px;
    padding: 30px;
}

@media (max-width: 1023px) {
    .lk__request {
        max-width: 100%;
    }
}

.lk__request ul {
    display: grid;
    gap: 20px;
}

.lk__request ul>li {
    gap: 20px;
}

.lk__request ul>li span {
    font-weight: 500;
    font-size: 14px;
}

.lk__request ul>li span:last-child {
    font-weight: 800;
    font-size: 16px;
}

.lk__request ul>li span:last-child.--green {
    color: var(--color-g);
}

.lk__menu-open {
    margin-bottom: 20px;
}

.profile {
    display: none;
}

.profile.active {
    display: block;
}

.form__profile {
    display: grid;
    gap: 30px;
}

@media (max-width: 479px) {
    .form__profile {
        gap: 20px;
    }
}

.orders__pagination {
    padding-top: 40px;
}

@media (max-width: 479px) {
    .orders__pagination {
        padding-top: 30px;
    }
}

.orders {
    display: grid;
    gap: 20px;
}

.orders__header .form__text {
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .orders__header .form__text {
        margin-bottom: 20px;
    }
}

.orders__body {
    border-left: 1px solid #e7e8ea;
    border-top: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    border-radius: 2px;
    padding: 30px 30px 0 30px;
}

.orders__tabs {
    gap: 0;
}

.orders__tabs .tabs__list {
    border-left: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    padding: 20px 30px 20px;
    margin: -40px 0px -20px;
}

.tabs__content {
    margin-top: 10px;
    border-bottom: 1px solid #e7e8ea;
    border-radius: 2px;
}

.tabs__content [data-accordion-hidden].active {
    grid-template-rows: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
}

.orders__list:not(:last-child) .orders__item-header {
    border-bottom: 1px solid #e7e8ea;
}

.orders__list:last-child .orders__item-header.active {
    border-bottom: 1px solid #e7e8ea;
}

.orders__item {
    border-left: 1px solid #e7e8ea;
    border-right: 1px solid #e7e8ea;
    padding: 0 30px 0;
}

.orders__item.active {
    border: 2px solid #93c94c;
    border-radius: 2px;
}

.orders__item-header {
    display: flex;
    padding: 20px 0;
    cursor: auto;
}

.item-header {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1367px) {
    .item-header {
        grid-template-columns: 3fr 2fr 3fr 3fr;
    }
}

@media (max-width: 1023px) {
    .item-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.item-header__item {
    font-weight: 600;
    font-size: 14px;
}

.item-header__item .bold {
    font-weight: 700;
    font-size: 15px;
}

.item-header__status {
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 10px;
    background: #fff5cc;
    margin-left: 23%;
}

@media (max-width: 1367px) {
    .item-header__status {
        margin-left: 0;
    }
}

@media (max-width: 1023px) {
    .item-header__status {
        justify-self: center;
    }
}

@media (max-width: 575px) {
    .item-header__status {
        width: 100%;
        text-align: center;
    }
}

.item-header__btns {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 10px;
}

@media (max-width: 1023px) {
    .item-header__btns {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }

    .item-header__btns .btn {
        width: 100%;
    }
}

.item-header__btns .--green-border {
    font-weight: 700;
    font-size: 13px;
}

.item-header__btns .--green-border.active {
    background-color: var(--color-g);
    color: #fff;
}

.item-header__btns .--green-border.active svg {
    transform: rotateX(180deg);
}

@media (max-width: 1023px) {
    .item-header__btns .--green-border {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .orders__contente .table .body__row .body__col {
        padding: 10px 0px 10px 0px;
    }
}

.orders__contente .table .body__row .body__col:first-child {
    padding: 10px 10px 10px 20px;
}

@media (max-width: 1023px) {
    .orders__contente .table .body__row .body__col:first-child {
        padding: 10px 0px 10px 0px;
        display: flex;
    }

    .orders__contente .table .body__row .body__col:first-child a {
        margin-left: auto;
    }
}

.orders__footer {
    border-top: 1px solid #e7e8ea;
    padding-top: 20px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 6fr 4fr;
    align-items: start;
}

@media (max-width: 1199px) {
    .orders__footer {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.orders__footer-list {
    padding-right: 30px;
    display: grid;
    gap: 20px;
}

@media (max-width: 1199px) {
    .orders__footer-list {
        padding-right: 0;
    }
}

.orders__footer-list>li {
    display: grid;
    gap: 5px;
}

.orders__footer-list>li span {
    font-weight: 500;
    font-size: 13px;
    color: #575757;
}

.orders__footer-list>li span:last-child {
    font-weight: 700;
    color: #000;
}

.orders__footer-price {
    padding-left: 30px;
    border-left: 1px solid #e7e8ea;
}

@media (max-width: 1199px) {
    .orders__footer-price {
        padding-left: 0;
        border: none;
    }
}

.orders__block-price {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    border: 1px solid #f9d84e;
    padding: 20px;
    margin-bottom: 30px;
}

@media (max-width: 479px) {
    .orders__block-price {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .orders__block-price .btn {
        justify-self: end;
    }
}

@media (max-width: 479px) {
    .orders__block-price .btn {
        justify-self: center;
        width: 100%;
    }
}

.orders__total-price {
    display: grid;
    gap: 5px;
}

.orders__total-price span {
    font-weight: 500;
    font-size: 13px;
    color: #575757;
}

.orders__total-price span:last-child {
    font-weight: 700;
    color: #000;
}

@media (max-width: 479px) {
    .orders__footer-rates .rates__item {
        justify-content: space-between;
    }
}

.footer {
    border-top: 1px solid #e7e8ea;
    padding: 80px 0;
}

@media (max-width: 767px) {
    .footer {
        padding: 30px 0;
    }
}

.footer__container {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    gap: 30px;
    align-items: start;
}

@media (max-width: 991px) {
    .footer__container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .footer__container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .footer__logo {
        grid-column: 1/4;
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .footer__logo {
        grid-column: 1/2;
    }
}

@media (max-width: 424px) {
    .footer__logo {
        width: 141px;
        height: 61px;
    }
}

.footer__list-title {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer__list-title {
        text-align: center;
    }
}

.footer__list-items {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer__list-items {
        justify-content: center;
        gap: 35px;
    }
}

.footer__list-items .footer__list-columns:last-child {
    padding-right: 25px;
}

@media (max-width: 1023px) {
    .footer__list-items .footer__list-columns:last-child {
        padding-right: 0;
    }
}

.footer__list-item:not(:last-child) {
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .footer__list-item {
        text-align: center;
    }
}

.footer__list-link {
    font-weight: 500;
    font-size: 14px;
    color: #393939;
    transition: color var(--transition) ease-in;
}

@media (hover: hover) {
    .footer__list-link:hover {
        color: var(--color-g);
        text-decoration: underline;
    }
}

.footer__info {
    display: grid;
    gap: 27.5px;
}

@media (max-width: 767px) {
    .footer__info {
        grid-column: 1/4;
        justify-self: center;
    }
}

@media (max-width: 767px) {
    .footer__info {
        grid-column: 1/2;
        justify-items: center;
        gap: 25px;
    }
}

.footer__info-item {
    display: grid;
    gap: 10px;
    justify-items: start;
}

@media (max-width: 767px) {
    .footer__info-item {
        justify-items: center;
    }
}

.footer__mode {
    display: grid;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #000;
}

.footer__mode span {
    display: inline-block;
}

.footer__mode span:first-child {
    font-weight: 700;
}

.footer__link {
    font-weight: 800;
    font-size: 16px;
    color: #000;
    transition: color var(--transition) ease-in;
}

@media (hover: hover) {
    .footer__link:hover {
        color: var(--color-g);
    }
}

.footer__btn {
    font-weight: 700;
    font-size: 14px;
    color: var(--color-g);
}

@media (hover: hover) {
    .footer__btn:hover {
        text-decoration: underline;
    }
}

.footer__bottom {
    font-weight: 500;
    font-size: 13px;
    color: #3a3a3a;
    margin-top: -10px;
}

.footer__social-icons ul {
    display: flex;
    column-gap: 10px;
}

@media (max-width: 991px) {
    .footer__bottom {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer__bottom {
        text-align: center;
    }
}

.page-404 {
    margin: 100px 0;
}

@media (max-width: 991px) {
    .page-404 {
        margin: 70px 0;
    }
}

@media (max-width: 479px) {
    .page-404 {
        margin: 30px 0;
    }
}

.page-404__container {
    gap: 30px;
}

@media (max-width: 991px) {
    .page-404__container {
        flex-direction: column-reverse;
    }
}

.page-404__content {
    display: grid;
    gap: 40px;
}

@media (max-width: 991px) {
    .page-404__content {
        gap: 20px;
        justify-items: center;
    }
}

.page-404__content p {
    font-weight: 400;
    font-size: 14px;
}

@media (max-width: 767px) {
    .page-404__content p {
        text-align: center;
    }
}

.page-404__title {
    margin-bottom: 0;
}

.page-404__img {
    flex-grow: 0;
}

@media (max-width: 424px) {
    .page-404__btn {
        width: 100%;
    }
}

.error-404 {
    margin-top: 136px;
    margin-bottom: 140px;
    display: flex;
    justify-content: space-between;
}

.error-404 h2 {
    margin-top: 120px;
}

.error-404 h3 {
    margin: 40px 0;
}

.error-404 button {
    border: none;
    background: #57951D;
    padding: 13.5px 20px;
    color: #ffffff;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .error-404 {
        margin-top: 45px;
        margin-bottom: 80px;
    }

    .error-404 h2 {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .error-404 {
        flex-wrap: wrap;
        text-align: center;
    }
}

.bx-blue .btn.btn-default {
    background-color: var(--color-g);
}

.bx-blue .btn.btn-default:hover {
    background-color: #93c94d;
}

.bx-soa-section.bx-selected {
    border: 1px solid #93c94d !important;
}

.bx-soa-editstep {
    color: #0e0e0e;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border: 1px solid #93c94d !important;
}

.bx-soa-item-title a {
    color: var(--color-g);
}

.bx-soa-section-title {
    font-weight: 700 !important;
}

.bx-soa-section-title-container {
    background-color: #DFF0D8 !important;
}

.form-control {
    background-color: #FFFFFF !important;
}

.bx-soa-cart-t {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.bx-soa-cart-total {
    border: 1px solid #F9D84E !important;
}

.bx-soa-cart-total-line {
    border: none !important;
    padding: 20px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    row-gap: 10px;
}




/*!*#sortableTable2 tr.head__row,*!*/
/*!*#sortableTable2 tr.body__row{*!*/
/*!*    background-color: red;*!*/
/*!*}*!*/

/*#sortableTable2 .head__row,*/
/*#sortableTable2 .body__row {*/
/*    width: 100%;  !* Растягивает строки на всю доступную ширину *!*/
/*    display: flex; !* Использует flexbox для распределения ширины между ячейками *!*/
/*}*/

/*#sortableTable2 .head__col,*/
/*#sortableTable2 .body__col {*/
/*    flex-grow: 1; !* Позволяет ячейкам расти и занимать доступное пространство *!*/
/*    flex-basis: 0; !* Базовая ширина ячеек устанавливается в 0, чтобы flex-grow мог управлять шириной *!*/
/*    width: 100%; !* Убедитесь, что ячейки занимают всю доступную ширину *!*/
/*}*/


.head__row.sticky {
    position: sticky;
    top: 0;
    background-color: white;
    /* или любой другой цвет, который вы хотите использовать */
    z-index: 1000;
    /* чтобы заголовок был поверх других элементов */
}

.product-not-found {
    width: 1350px;
    display: flex;
    column-gap: 25px;
    margin: 80px auto 330px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1368px) {
    .product-not-found {
        width: 1000px;
    }
}

@media (max-width: 1200px) {
    .product-not-found {
        width: 700px;
    }
}

@media (max-width: 480px) {
    .product-not-found {
        width: 360px;
        margin: 60px auto;
        font-size: 14px;
        column-gap: 10px;
    }
}









/* === /Секции ===*/
/*# sourceMappingURL=style.css.map */