@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


* {
    min-height: 0;
    min-width: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

html {
    min-width: 340px;
    height: 100%;
    min-height: 100%;
}

body {
    min-height: 100%;
}

body {
    min-width: 340px;
    display: flex;
    flex-direction: column;

    background-position: top center;
    background-size: cover;
    background-repeat: repeat-y;

    font-family: "Montserrat", serif;
}

button {
    font-family: "Montserrat", serif;
}

body.sun__theme {
    background-color: #E9EBEE;
    background-image: url('images/sun__theme.webp');
}

body.moon__theme {
    background-color: #313336;
    background-image: url('images/moon__theme.webp');
}

@media (max-width: 568px) {
    body {
        background-size: auto;
    }
}

body.sun__theme,
body.sun__theme input,
body.sun__theme select,
body.sun__theme a:not(.btn--primary-glass):not(.btn--success-glass):not(.btn--success):not(.footer__menu-item.active) {
    color: #000;
}

body.moon__theme,
body.moon__theme input,
body.moon__theme select,
body.moon__theme a:not(.btn--primary-glass):not(.btn--success-glass):not(.footer__menu-item.active) {
    color: #fff;
}

body.moon__theme select option {
    background-color: #172031;
}


body.moon__theme .img__theme {
    filter: invert(1);
}


body.sun__theme .bg__theme {
    background-color: #FFFFFF5C;
}

body.moon__theme .bg__theme {
    background-color: #FFFFFF0D;
}


body.sun__theme .moon__toggle {
    display: none;
}

body.moon__theme .sun__toggle {
    display: none;
}


html {
    overflow-x: hidden;
    overflow-y: auto;
}

html::-webkit-scrollbar {
    width: 7px;
    /* background-color: #10192a; */
    background-color: transparent;
}

html::-webkit-scrollbar-thumb {
    border-radius: 9em;
    background-color: #3e4ce8;
}


.display-none,
.d-none {
    display: none !important;
}


.btn-reset {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn {
    font-family: "Montserrat", serif;
    width: fit-content;
    display: block;
    border-radius: 10px;
    padding: 11px 15px;
    outline: none;
    border: none;
    cursor: pointer;

    font-size: 13px;
    font-weight: 500;
    text-align: center;

    transition: 0.3s;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

    background-color: #D9D9D966;
}

.btn:hover {
    background-color: rgba(206, 205, 205, 0.4);
}

.btn--primary-glass {
    background-color: #3E7DF11F;
    color: #3E7DF1;
}

.btn--primary-glass:hover {
    background-color: #3e7df139;
}

.btn--success-glass {
    background: #1CC23021;
    color: #1CC230;
}

.btn--success-glass:hover {
    background: #1cc2303a;
}

.btn--success {
    background-color: #1CC230;
    color: #fff;
}

.btn--success:hover {
    background-color: #1ba82b;
}


.mb-50px {
    margin-bottom: 50px;
}




/* Next */
.idesc {
    line-height: 1.4;
    font-weight: 400;
    word-break: break-word;
}

.idesc p {
    margin: 12px 0;
}

.idesc h1,
.idesc .h1,
.idesc h2,
.idesc .h2,
.idesc h3,
.idesc .h3,
.idesc h4,
.idesc .h4,
.idesc h5,
.idesc .h5,
.idesc h6,
.idesc .h6 {
    margin: 30px 0 12px 0;
}

.idesc ul {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}

.idesc p + ul {
    margin-top: 0;
}

.idesc a {
    color: inherit;
    text-decoration: revert;
    transition: revert;
}
.idesc a:hover {
    text-decoration: none;
}

.idesc ul > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.idesc ol {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}

.idesc p + ul {
    margin-top: 0;
}

.idesc ol > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
    margin-left: 20px;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child {
    margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child,
.idesc .h1:first-child,
.idesc .h2:first-child,
.idesc .h3:first-child,
.idesc .h4:first-child,
.idesc .h5:first-child,
.idesc .h6:first-child {
    margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child,
.idesc h2:last-child,
.idesc h3:last-child,
.idesc h4:last-child,
.idesc h5:last-child,
.idesc h6:last-child,
.idesc .h1:last-child,
.idesc .h2:last-child,
.idesc .h3:last-child,
.idesc .h4:last-child,
.idesc .h5:last-child,
.idesc .h6:last-child {
    margin-bottom: 0 !important;
}

.idesc table {
    width: 100%;
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}

.idesc table td,
.idesc table th {
    padding: 6px 9px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.idesc table tr:first-child td,
.idesc table th {
    font-weight: bold;
}

.idesc table tr:hover > td {
    background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
    max-width: 500px;
    height: auto;
    border-radius: 5px;
}




.header,
.feature,
.block__content,
.footer {
    position: relative;
    width: 100%;
    padding-inline: 40px;
}


.container {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}


.header {
    z-index: 50;
}


.header__content {
    position: relative;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.header__panel {
    flex: 1 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 43px;
}

.footer__menu-item {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    transition: 0.3s;
}

.footer__menu-item:hover,
.footer__menu-item.active {
    color: #1DC231 !important;
}

.header__settings {
    display: flex;
    align-items: center;
    gap: 38px;
}

.header__language {
    position: relative;
    cursor: pointer;
}

.header__language-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header__language .flag__img {
    width: 14px;
    height: 11px;
}

.header__lang-text {
    font-size: 13px;
    font-weight: 400;
    transition: 0.3s;
}

.header__lang-text:hover {
    opacity: 0.50;
}

.header__lang-panel {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    min-width: max-content;
    display: none;
    flex-direction: column;
    background-color: #FFFFFF5C;
    border: 1px solid #99b7ed;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 4;
    box-shadow: 0px 4px 102px 0px #00000014;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
}

.lang__option {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang__option+.lang__option {
    border-top: 1px solid #9bb8ee;
}

.header__language.active .header__lang-panel {
    display: flex;
}


.header__support {
    display: flex;
    align-items: center;
    gap: 14px;

    font-weight: 400;
    font-size: 13px;
    transition: 0.3s;
}

body.sun__theme .header__support:hover {
    color: rgba(0, 0, 0, 0.5) !important;
}

body.moon__theme .header__support:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

.header__support .icon {
    width: 14px;
    height: 11px;
}

body.moon__theme .header__support .icon {
    filter: invert(1);
}

.header__theme-toggle {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.header__theme-icon {
    width: 16px;
    height: 16px;
}

.header__theme-toggle:hover .header__theme-icon {
    filter: invert(31%) sepia(81%) saturate(560%) hue-rotate(63deg);
}

.header__theme-toggle .moon__icon,
.header__theme-toggle.active .sun__icon {
    display: block;
}

.header__theme-toggle.active .moon__icon,
.header__theme-toggle .sun__icon {
    display: none;
    filter: none;
}


.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 21px;
}

.header__logo-link {
    flex: none;
    display: flex;
}

.header__logo {
    display: none;
}

body:not(.moon__theme) .header__logo__black {
    width: 125px;
    height: 30px;
    display: block;
}

body:not(.sun__theme) .header__logo__white {
    width: 126px;
    height: 30px;
    display: block;
}


.header__search {
    flex: 1 0;
    position: relative;
}

.header__search-input {
    width: 100%;
    padding: 15px 25px;
    border-radius: 15px;
    border: none;

    font-family: 'Montserrat', serif;
    font-weight: 400;
    font-size: 13px;
}

body .header__search-input:hover {
    background-color: rgb(255 255 255 / 50%);
}

body .header__search-input:focus {
    background-color: rgb(255 255 255 / 70%);
}

body.moon__theme .header__search-input:hover {
    background-color: rgb(255 255 255 / 20%);
}

body.moon__theme .header__search-input:focus {
    background-color: rgb(255 255 255 / 30%);
}


.header__search-button {
    position: absolute;
    top: 14px;
    right: 25px;
    display: flex;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.header__search-button::after {
    width: auto;
    height: auto;
    content: '';
    display: block;
    position: absolute;
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px;
    border-radius: 50%;
    background: rgba(255,255,255,1);
    opacity: 0;
    transition: opacity 0.3s ease;
}
.header__search-button:hover::after {
    opacity: 0.4;
}

.header__search-button .icon {
    width: 18px;
    height: 18px;
}

body.moon__theme .header__search-button:not(.header__search-close-button) .icon {
    filter: invert(1);
}

.header__mobile-content .header__search-close-button {
    display: none;
}

.header__btn {
    flex: none;
    border-radius: 15px;
    padding: 15px 25px;

    font-size: 13px;
    font-weight: 400;
    display: block;
    height: 100%;
    transition: 0.3s;
}

body.sun__theme .header__btn:hover {
    background-color: rgb(255, 255, 255, 0.15);
}

body.moon__theme .header__btn:hover {
    background-color: rgb(255, 255, 255, 0.36);
}

.header__cart,
.header__bars__btn,
.header__close__btn {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header__cart .icon {
    width: 20px;
    height: 18px;
}

.header__bars__btn {
    border-radius: 7px;
}

.header__bars__btn .icon {
    width: 24px;
    height: 24px;
}

body.moon__theme .header__bars__btn .icon,
body.moon__theme .header__cart .icon {
    filter: invert(1);
}

.header__cart-count {
    position: absolute;
    top: -7px;
    left: -3px;
    width: max-content;
    padding: 0 3px;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #FD1919;
    display: flex;
    justify-content: center;
    align-items: center;

    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
}

.header__content.header__mobile-content,
.header__close__btn {
    display: none;
}



.feature {
    flex: none;
    margin-top: 40px;
}

.feature__block {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.feature__block--start {
    align-items: normal;
}

.feature-block__small {
    flex: none;
    position: relative;
    flex: none;
    width: 235px;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    gap: 20px;
}

.feature-block__large {
    flex: 1 0;
    display: flex;
    gap: 20px;
}

.feature-block__mypurchases {
    flex-direction: column;
}


.feature-block__item {
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 25px 20px 20px;
    box-shadow: 0px 4px 102px 0px #00000014;
}
.feature-block__item-start {
    min-height: 100%;
}

.feature-item__title {
    font-weight: 600;
    font-size: 20px;
    /* line-height: 100%; */
    line-height: 24px;
}

.feature-item__desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.feature-block__item .btn--primary-glass {
    padding: 15px 25px;
    border-radius: 15px;
    margin-top: auto;
}


.feature-block__supplier {
    width: 100%;
    position: relative;
    padding: 20px 30px;
    border-radius: 15px;
    display: flex;
    gap: 60px;
}

.block__supplier-item {
    display: flex;
    flex-direction: column;
}

.block__supplier-item .feature-item__title {
    flex: none;
    max-width: 380px;
    font-size: 24px;
    line-height: 30px;
}

.banner__box .feature-item__desc {
    flex: 1 0;
    max-width: 487px;
    margin: 15px 0 30px 0;
}

.block__supplier-item .btn--success-glass {
    flex: none;
    padding: 15px 25px;
    border-radius: 15px;
}

.feature-supplier__image {
    width: 375px;
    height: auto;
    flex: none;
    position: absolute;
    top: 50%;
    right: 47px;
    transform: translateY(-50%);
}


.social__links {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 15px;
    row-gap: 10px;
}

.social__links-item {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    padding: 6px 10px;

    font-size: 13px;
    line-height: 20px;

    box-shadow: 0px 4px 102px 0px #00000014;
    transition: 0.3s;
}

body.sun__theme .social__links-item:hover {
    background-color: rgb(255, 255, 255, 0.15);
}

body.moon__theme .social__links-item:hover {
    background-color: rgb(255, 255, 255, 0.36);
}

.social__links-item .icon {
    flex: none;
    width: 24px;
    height: 24px;
}

.social__link-text {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}


.glyanka-bankas {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.glyanka-bankas__item {
    flex: 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-height: 80px;
}

.banka__banochka-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    box-shadow: 0px 4px 102px 0px #00000014;
}

.subscribe__card {
    background-color: #3E7DF1;
    width: 100%;
    padding: 15px 15px 20px 20px;
    border-radius: 15px;
    /* margin-bottom: 20px; */
    color: #fff;

    display: flex;
    align-items: center;
    gap: 15px;
}

.subscribe__card-icon {
    flex: none;
    width: 47px;
    height: 40px;
}

.subscribe__card-content {
    flex: 1 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subscribe__card-title {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.subscribe__card-text {
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}


.catalog__filter {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.catalog__filter-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.catalog__filter-label {
    font-size: 12px;
    font-weight: 500;
}

.filter-icon {
    width: 12px;
    height: 12px;
}

.catalog__filter-price {
    display: flex;
    gap: 10px;
}

.catalog__filter-line {
    margin-top: auto;
    margin-bottom: 10px;
    line-height: 15px;
}

.catalog__filter-box {
    width: 100%;
}

.catalog__filter-input,
.catalog__filter-select {
    position: relative;
    appearance: none;
    width: 100%;
    padding: 8px 12px;
    border-radius: 5px;
    border: 1px solid #00000017;
    height: 34px;
    margin-top: 5px;

    font-family: "Montserrat", serif;
    font-size: 13px;
    font-weight: 400;
}

.catalog__filter-input::-webkit-inner-spin-button {
    appearance: none;
}


.catalog__filter-select {
    background-size: 8px 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-image: url('images/svg/dark__arrow.svg');
    cursor: pointer;
}


body.moon__theme .catalog__filter-select {
    background-image: url('images/svg/light__arrow.svg');
}

body .catalog__filter-input:hover,
body .catalog__filter-select:hover {
    background-color: rgb(255 255 255 / 50%);
}

body .catalog__filter-input:focus,
body .catalog__filter-select:focus {
    background-color: rgb(255 255 255 / 70%);
}

body.moon__theme .catalog__filter-input:hover,
body.moon__theme .catalog__filter-select:hover {
    background-color: rgb(255 255 255 / 20%);
}

body.moon__theme .catalog__filter-input:focus,
body.moon__theme .catalog__filter-select:focus {
    background-color: rgb(255 255 255 / 30%);
}



.catalog__filter-tags {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.catalog__filter-checkbox {
    display: flex;
    gap: 8px;
}

.checkbox__input {
    flex: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #00000017;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
}

.checkbox__input:checked {
    border-color: #1CC230;
    background-image: url('images/svg/check-mark.svg');
}

.checkbox__text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}


.product__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product__list-box {
    border-radius: 15px;
    padding: 15px 15px;
    box-shadow: 0px 4px 102px 0px #00000014;
}

.product__list-header {
    padding: 0 10px;
    display: flex;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
    gap: 20px;
}

.product__list-header-box {
    flex: 1 0;
    display: flex;
    align-items: center;
    grid-column: span 6;
    gap: 20px;
}

.product__list-header .product__item-props {
    top: 14px;
    position: relative;
}
@media (max-width: 1024px) {
    .product__list-header .product__item-props {
        display: none;
    }
}
.product__list-header .product__list-prop-label {
    margin-top: auto;
    margin-bottom: -15px;
}

.product__list-header-img {
    flex: none;
    width: 35px;
    height: 35px;
}

.product__list-header-props {
    flex: none;
    display: flex;
    align-items: center;
    margin: 0 204px 0 0;
}
.product__list-header-props--download {
    margin-right: 164px;
}

.product__list-title {
    font-weight: 600;
    font-size: 24px;
}


.product__lists {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-top: 20px;
}

.product__item {
    padding: 12px 12px;
    border-radius: 15px;
    display: flex;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
    gap: 20px;
}

.product__item-left {
    flex: 1 0;
    grid-column: span 6;
    display: flex;
    align-items: center;
    gap: 20px;
}

.product__item-img {
    flex: none;
    width: 33px;
    height: 33px;
}

.product__details {
    flex: 1 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;

    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__item-props {
    flex: none;
    width: 172px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.product__item-props-item {
    flex: 1 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.product__list-prop-label {
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
}

.product__list-prop-value {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}

.product__items .product__list-prop-label,
.product__items .product__item-props-item {
    min-width: 70px;
}

.product__items .product__list-prop-label {
    display: none;
}

.product__list-header .product__list-prop-label {
    display: block;
}

.product__buy-btns {
    width: 174px;
    grid-column: span 2;
    min-width: 155px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-left: 10px;
}
.product__buy-btns--download {
    width: 124px;
}
.product__buy-btns .btn {
    flex: 1 0;
}
.product__buy-btns .basket__card-btn {
    flex: none;
}

body .product__buy-btns .__card__disabled-btn {
    width: 100%;
    background-color: #C1C1C121;
}

body .product__buy-btns .__card__disabled-btn:hover {
    background-color: #c1c1c14d;
}

.basket__card-btn {
    flex: none;
    padding: 0;
    background-color: transparent;
}

.basket__card-btn .icon {
    width: 20px;
    height: 18px;
}

.basket__card-btn:hover .icon {
    filter: invert(50%) sepia(81%) saturate(560%) hue-rotate(63deg);
}


.seo__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}


.seo__content .product__details {
    margin-top: 30px;
}


.product__card {
    width: 100%;
    padding: 25px 25px 22px 25px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    /* max-width: 350px; */
}

.product__img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.product__img {
    width: 186px;
    height: auto;
}

.product__img-btn {
    padding: 4px 12px;
    margin-top: -12px;
    background-color: #37C548;
    color: #fff !important;
}

.product_product__list-prop-value {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product__card .product__buy-btns {
    justify-content: center;
}


.block__content {
    flex: 1 0;
    margin-top: 25px;
}


.breadcrumb {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 18px; */
    word-break: break-word;
    margin-bottom: 25px;
}

.breadcrumb__item {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
    transition: 0.3s;
    opacity: 0.35;
}

.breadcrumb__item:not(.active) .breadcrumb__item-text {
    text-decoration: underline;
}

.breadcrumb__item:not(.active):hover {
    opacity: 1;
}

.breadcrumb__item+.breadcrumb__item::before {
    content: '•';
    font-family: "Montserrat", serif;
    font-weight: 600;
    pointer-events: none;

    margin: 0 7px 0 4px;
}

.breadcrumb__item-text {
    word-break: break-all;
}


.block__title-small {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    word-break: break-word;

    margin-bottom: 20px;
}

.feature-block__large .block__title-small {
    margin-bottom: 0;
}


.product__info-blog {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-block: 5px;
}

.warning__content-text {
    background-color: #F6B32026;
    padding: 10px 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.warning__title {
    font-weight: 600;
    font-size: 13px;
}

.warning__content-text span {
    color: #B1860D;
}



.my__purchases-box {
    padding: 25px 25px;
    border-radius: 15px;
    box-shadow: 0px 4px 102px 0px #00000014;
}

.my__purchases-box .feature-item__desc {
    font-weight: 500;
}

.my__purchases .product__list-header-box {
    grid-column: span 7;
}

.my__purchases .product__item-left {
    grid-column: span 7;
}

.my__purchases .product__buy-btns {
    min-width: 130px;
    grid-column: span 1;
}

.my__purchases-form {
    margin-top: 15px;
}

.form__control {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.form__input {
    width: 100%;
    max-width: 210px;
    border: 1px solid #00000017;
    border-radius: 10px;
    padding: 10px 12px;

    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 13px;
}


body .form__input:hover {
    background-color: rgb(255 255 255 / 50%);
}

body .form__input:focus {
    background-color: rgb(255 255 255 / 70%);
}

body.moon__theme .form__input:hover {
    background-color: rgb(255 255 255 / 20%);
}

body.moon__theme .form__input:focus {
    background-color: rgb(255 255 255 / 30%);
}


.flex__column-blog {
    width: 100%;
    box-shadow: 0px 4px 102px 0px #00000014;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.accordion__group-item {
    border-radius: 15px;
    padding: 14px 12px;
    cursor: pointer;
    overflow: hidden;
}


body.sun__theme .accordion__group-item.active {
    background-color: #FFFFFFB2;
}

body.moon__theme .accordion__group-item.active {
    background-color: #FFFFFF33;
}

.accordion__item-header {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.accordion__item-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}

.accordion__toggle-icon {
    flex: none;
    display: block;
    width: 15px;
    height: 15px;
    margin: 2px 0 auto auto;
    transition: 0.3s;
}

.accordion__group-item.active .accordion__toggle-icon {
    transform: rotateZ(180deg);
}

.accordion__item-content {
    display: none;
}


.accordion__item-content-box {
    margin-top: 20px;
    padding-bottom: 4px;
}

.accordion__item-info {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}


.contact__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.contact__card {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
}

.contact__card-image {
    width: auto;
    height: 78px;
}

.contact__card-texts {
    margin: 20px 0 24px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;

    text-align: center;
}

.contact__card .btn {
    margin-top: auto;
}


.catalog__filter-btn {
    cursor: pointer;
    display: none;
}



.footer {
    margin-top: auto;
    padding-block: 22px;
    box-shadow: 0px 4px 102px 0px #00000014;
}

.footer__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}


@media (max-width: 772px) {
    .footer__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__logo-link {
        align-self: flex-start;
    }
    .footer__menu-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

.footer__menu-box {
    flex: 1 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

.footer__logo-link {
    flex: none;
}

.footer__menu {
    flex: 1 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 22px;
    row-gap: 10px;
}

.footer__service-item {
    flex: none;
    display: flex;
    align-items: center;
    gap: 9px;

    font-weight: 400;
    font-size: 11px;
    transition: 0.3s;
}

.footer__service-item .icon {
    width: 23px;
    height: 22px;
}

.footer__service-item:hover {
    color: #1CC230 !important;
}







@media (max-width: 1200px) {
    .feature-supplier__image {
        width: 300px;
        position: initial;
        margin-block: auto;
        margin-bottom: -20px;
        transform: none;
    }
}

@media (max-width: 1024px) {

    .header,
    .feature,
    .block__content,
    .footer {
        padding-inline: 30px;
    }

    .header__menu {
        gap: 20px;
    }

    .header__settings {
        gap: 20px;
    }

    .header__search-input,
    .header__btn {
        padding: 10px 20px;
        border-radius: 10px;
    }

    .header__cart,
    .header__bars__btn {
        width: 36px;
        height: 36px;
        padding: 0;
    }

    .header__search-button {
        top: 9px;
        right: 20px;
    }

    .header__bars__btn .icon {
        width: 20px;
        height: 20px;
    }


    .feature-block__supplier {
        gap: 30px;
    }

    .feature-supplier__image {
        width: 200px;
        margin-bottom: auto;
    }

    .social__links {
        grid-template-columns: repeat(4, 1fr);
    }


    .product__list-header {
        display: block;
    }

    .product__items .product__list-header .product__list-prop-label {
        display: none;
    }

    .product__lists {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-top: 15px;
    }

    .product__item {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

    .product__item-left {
        flex-direction: column;
    }
    .product__item-img {
        align-self: flex-start;
    }

    .product__item-props {
        flex-direction: column;
        gap: 10px;
    }
    .product__item-props-item {
        width: 100%;
    }

    .product__items .product__list-prop-label {
        flex: 1 0;
        display: block;
    }

    .product__buy-btns {
        justify-content: center;
        margin: 0;
    }

    .product__item-left {
        flex-wrap: wrap;
        margin-bottom: auto;
        gap: 10px;
        grid-column: 1;
    }

    .product__details {
        display: block;
        word-break: break-all;
    }


    .seo__content .product__details {
        margin-top: 20px;
    }


    .footer__menu-box {
        gap: 20px;
    }
}

@media (max-width: 920px) {
    .product__lists {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 880px) {
    .header__content.header__mobile-content {
        display: block;
    }

    .header__mobile-modal {
        position: fixed;
        top: 0;
        right: 0;
        max-width: 280px;
        background-color: rgb(203 203 203 / 60%);
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
        border-left: 2px solid #3e7df1;
        padding: 20px 20px;
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        transform: translateX(100%);
        transition: 0.2s;
    }

    body.moon__theme .header__mobile-modal {
        background-color: #b1b1b14d;
    }

    .header__mobile-modal.active {
        transform: translateX(0);
    }

    .header__mobile-modal::-webkit-scrollbar {
        width: 0;
    }

    .header__mobile-modal .header__main {
        flex: none;
        order: 1;
        flex-wrap: wrap;
        gap: 15px;
    }

    .header__mobile-modal .header__search,
    .header__mobile-modal .header__cart {
        display: none;
    }

    .header__mobile-modal .header__btn:not(.header__close__btn) {
        width: 100%;
        text-align: center;
    }

    .header__panel {
        order: 2;
        flex-direction: column-reverse;
    }

    .header__lang-panel {
        background-color: #ffffffd1;
    }

    body.moon__theme .header__lang-panel .header__lang-text {
        color: #000;
    }

    .header__menu {
        flex: none;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        gap: 15px;
    }

    .header__settings {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
    }

    .header__support {
        order: 3;
    }


    .header__close__btn {
        display: flex;
        width: 40px;
        height: 35px;
        border-radius: 7px;
        padding: 0;
    }

    .header__close__btn .icon {
        width: 15px;
        height: 15px;
        padding: 0;
        filter: brightness(0);
    }

    body.moon__theme .header__close__btn .icon {
        filter: brightness(100);
    }


    .feature-block__supplier {
        flex-direction: column;
    }

    .feature-supplier__image {
        width: 250px;
        margin-inline: auto;
    }

    .contact__cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .header,
    .feature,
    .block__content,
    .footer {
        padding-inline: 20px;
    }


    .breadcrumb {
        margin-bottom: 10px;
    }


    .feature__block {
        flex-direction: column;
    }

    .feature-block__small {
        width: 100%;
    }

    .feature-block__item {
        width: 100%;
        min-height: 0;
        align-items: center;
        text-align: center;
    }

    .block__supplier-item {
        align-items: center;
        text-align: center;
    }

    .catalog__filter {
        text-align: left;
        width: 100%;
    }

    .feature-block__supplier {
        padding-inline: 20px;
    }

    .social__links {
        grid-template-columns: repeat(3, 1fr);
    }

    .glyanka-bankas {
        flex-direction: column;
        gap: 20px;
    }


    .product__lists {
        grid-template-columns: repeat(3, 1fr);
    }

    .product__list-header-box {
        gap: 10px;
    }

    .product__list-header-img {
        width: 30px;
        height: 30px;
    }

    .product__list-title {
        font-size: 20px;
    }

    .seo__content .product__details {
        margin-top: 10px;
    }


    .block__supplier-item .feature-item__title {
        font-size: 20px;
        line-height: 24px;
    }

    .contact__card-texts {
        margin: 15px 0 20px 0;
        gap: 5px;
    }

    .catalog__filter-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        background-color: #FFFFFF5C;
    }

    body .catalog__filter-btn:hover {
        background-color: rgb(255 255 255 / 50%);
    }

    body .catalog__filter-btn:active {
        background-color: rgb(255 255 255 / 70%);
    }

    body.moon__theme .catalog__filter-btn:hover {
        background-color: rgb(255 255 255 / 20%);
    }

    body.moon__theme .catalog__filter-btn:active {
        background-color: rgb(255 255 255 / 30%);
    }

    .catalog__filter-panel {
        display: none;
    }
}

@media (max-width: 680px) {
    .product__lists {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 580px) {

    .header,
    .feature,
    .block__content,
    .footer {
        padding-inline: 15px;
    }

    .header__mobile-content .header__main {
        gap: 10px;
    }

    .header__mobile-content .header__search {
        position: static;
        display: flex;
        justify-content: flex-end;
    }

    .header__mobile-content .header__search-input {
        position: absolute;
        z-index: 10;
        top: 12px;
        height: 45px;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
    }

    .header__mobile-content .header__search-input.active {
        width: 100%;
        visibility: visible;
        left: 0;
        transform: translateX(0);
        opacity: 1;
    }

    .header__mobile-content .header__search-button {
        position: static;
        width: 40px;
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        background-color: #FFFFFF5C;
    }

    body.moon__theme .header__mobile-content .header__search-button:not(.header__search-close-button) {
        background-color: #FFFFFF0D;
    }

    .header__mobile-content .header__search-close-button {
        position: absolute;
        display: block;
        top: 12px;
        right: 0;
        width: 45px;
        height: 45px;
        z-index: 10;
        border-radius: 0 7px 7px 0;
        background-color: #eb3b3b;
        transition: 0.3s linear;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
    }

    .header__mobile-content .header__search-close-button.active {
        opacity: 1;
        pointer-events: visible;
        visibility: visible;
    }


    .glyanka-bankas {
        gap: 15px;
    }


    .product__lists {
        grid-template-columns: repeat(1, 1fr);
    }


    .contact__cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 520px) {
    .social__links {
        grid-template-columns: repeat(2, 1fr);
    }
}






/* Float cart */
#body a.cartlequebutton {
    width: 42px;
    height: 42px;
    padding: 0;
    position: fixed;
    z-index: 577;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #3e7cef;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
#body a.cartlequebutton::after {
    width: 26px;
    height: 26px;
    content: ' ';
    display: block;
    background: no-repeat center center url('images/icon/basket.svg');
    background-size: 100% auto;
    filter: contrast(0) brightness(10);
}
#body a.cartlequebutton:hover {background-color: #518bf8;}
#body a.cartlequebutton:active {background-color: #3977e8;}
#body a.cartlequebutton span.counter_cartlequebutton {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    bottom: auto;
    left: auto;
    right: -6px;
    margin: 0;
    font-size: 13px;
    font-family: "Gogh";
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #9c119d;
    border-radius: 50%;
}

@media all and (max-width: 1500px){
    #body a.cartlequebutton {right: 20px; bottom: 40px;}
}

span.header__cart-count.customCartAmount:empty {
    display: none;
}



.toast-position-top-right {
    z-index: 10000;
}