html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:before, *:after {
    box-sizing: border-box;
}

html {
    min-height: 100%
}

body {
    background: #F9F9F9;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
    font-family: 'Golos Text', sans-serif;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    margin: 12px 0;
    border-radius: 6px;
    outline: 1px solid transparent;
    font-family: 'Golos Text', sans-serif;
}

input, select, textarea {
    background: #fff;
    border-radius: 6px;
    min-height: 40px;
    padding: 10px 12px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #EFEFEF;
}

header {
    background: #fff;;
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    border-bottom: 1px solid #EFEFEF;
    align-items: center;
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    font-size: 16px;
    line-height: 1.2;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 56px;
}

.header-search {
    position: relative;
    margin-right: auto;
}

.search-text {
    position: absolute;
    right: 12px;
    top: 10px;
    color: #BCBCBC;
    display: none;
}

.l-main .left {
    flex: 1;
}

.basket-item-price {
    align-self: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-delete {
    display: inline-flex;
    align-self: flex-end;
    cursor: pointer;
    padding: 8px;
}

.btn-like span {
    display: block;
}

.menu-footer b {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    color: #171717;
    margin-bottom: 4px;
}

.menu-footer b a {
    text-decoration: underline;
}

.btn-like svg {
    display: block;
}

.basket-item-price .btn-like {
    position: relative;
}

.product-detail-info .d-flex {
    flex-wrap: wrap;
    white-space: nowrap;
}

.order-banner {
    border-radius: 16px;
    background: #EFEFEF;
    display: block;
}

.order-banner h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding: 24px;
}

.search-results,
.search-history {
    position: absolute;
    top: 52px;
    background: #fff;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 8px 0;
    margin-top: -7px;
    display: none;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.s-rr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 8px 8px 16px;
}

.search-results h3 {
    position: relative;
    padding: 10px 14px;
    color: #BCBCBC;
    font-weight: 450;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
}

.slider-big {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0, 0);
}

.slider-big:first-child {
    flex-shrink: 0;
    width: 150px;
}

.search-results h3:after {
    content: '';
    flex: 1;
    margin-left: 12px;
    border-bottom: 1px solid #EFEFEF;
}

.search-results,
.search-history {
    max-height: 350px;
    overflow: auto;
}

.search-input {
    background: #F9F9F9 url(../img/search.svg) calc(12px) center no-repeat;
    height: 40px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 6px;
    padding-left: 44px;
    width: 280px;
    transition: all .1s ease-out;
}

.header-coin {
    display: flex;
    align-items: center;
}

.header-coin span,
.header-coin b {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-right: 8px;
}

.product {
    border-radius: 10px;
    display: block;
    background: #fff;
    border: 1px solid #EFEFEF;
    flex: 1;
    margin-bottom: 24px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.product-img {
    height: 280px;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.l-cat ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.l-cat li a {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 50px;
    border: 1px solid #727272;
    padding: 12px 16px;
    display: inline-flex;
    gap: 19px;
    align-items: center;
}

.l-cat li.all-cat a {
    background: #171717;
    color: #fff;
}

.l-how-btn a {
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #171717;
    background: #fff;
    box-shadow: 2px 2px 0px 0px #171717;
}

.l-how-btn a:hover svg rect:nth-child(2n + 1) {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.l-how-btn a svg rect:nth-child(2n + 1) {
    transition: all .3s ease-in-out;
    opacity: 1;
}

@keyframes blink-animation {
    to {
        fill: #00bf7f;
    }
}

@-webkit-keyframes blink-animation {
    to {
        fill: #00bf7f;
    }
}

.l-how-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}

.l-how-btn a svg {
    margin-left: 10px;
}

.product-bottom {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.product-bottom h3 {
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
}

.product-bottom p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: auto;
}

.flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

.product-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product .product-price {
    margin-top: 24px;
}

.order-item .product-price {
    display: inline-flex;
    font-weight: 400;
    font-size: 14px;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: initial;
}

a.btn:hover {
    color: #fff;
}

ul.pr-list {
    font-size: 14px;
    color: #171717;
    line-height: 1.2;
    margin: 8px 0;
}

ul.pr-list b {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

ul.pr-list .d-flex {
    gap: 16px;
}

ul.tabs {
    display: flex;
    gap: 24px;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    margin: 24px 0 16px;
}

ul.tabs li {
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    color: #505050;
    padding: 8px 0;
    cursor: pointer;
}

ul.tabs li.active {
    border-bottom: 1.5px solid #21905B;
    color: #21905B;
}

.custom-link {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
    text-decoration-line: underline;
}

.tabs-content {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #727272;
}

ul.pr-list span {
    font-weight: 550;
    flex-shrink: 1;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.header-logo {
    display: flex;
    align-items: center;
    width: 240px;
}

.product-list {
    max-width: 1064px;
    width: 100%;
}

main {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 32px 40px;
    gap: 56px;
    align-items: flex-start;
}

.mobile {
    display: none;
}

.left-sidebar {
    width: 240px;
    position: sticky;
    top: 80px;
}

.left-sidebar ul {
    margin-bottom: 32px;
}

.left-sidebar ul li a img {
    margin-right: 12px;
}

.left-sidebar ul li a {
    color: #505050;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
    line-height: 20px;
}

.left-sidebar ul li.active a {
    background: #fff;
    color: #171717;
}

.left-sidebar h2 {
    font-size: 14px;
    font-weight: 550;
    line-height: 20px;
    padding: 10px 12px;
    color: #171717;
}

.main-content {
    flex: 1;
    width: 100%;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #505050;
    padding: 0;
}

.header-right .mobile {
    display: block !important;
}


.breadcrumbs a {
    padding: 8px 0;
    gap: 8px;
    display: flex;
}

.breadcrumbs a:last-child {
    font-weight: 550;
    color: #171717;
}

.breadcrumbs span:last-child {
    display: none;
}

.header-right ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

.h-divider {
    background: #EFEFEF;
    width: 1px;
    height: 20px;
}

.card {
    padding: 24px;
    margin-bottom: 32px;
    background: #FFFFFF;
    display: block;
    border: 1px solid #EFEFEF;
    border-radius: 10px;
}

.btn {
    border: 1px solid transparent;
    background: #FFFFFF;
    border-radius: 8px;
    min-height: 40px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 450;
    color: inherit;
    position: relative;
    padding: 10px 24px;
    color: #fff;
    background: #21905B;
    border-radius: 6px;
    gap: 12px;
}

.btn-add-card-disabled {
    background: #727272;
}


.btn-outline-primary {
    color: #21905B;
    background: transparent;
    border-color: #21905B;
}

.btn-outline-secondary {
    color: #171717;
    background: transparent;
    border-color: #171717;
}

.btn-secondary {
    background: #171717;
    color: #fff;
}

.btn-outline-success {
    color: #21905B;
    background: transparent;
    border-color: #21905B;
}

.btn-outline-danger {
    color: #FF2B54;
    background: transparent;
    border-color: #FF2B54;
}

.btn-outline-warning {
    color: #ca970b;
    background: transparent;
    border-color: #ca970b;
}

.btn-outline-info {
    color: #E9F1D0;
    background: transparent;
    border-color: #E9F1D0;
}

.btn-outline-light {
    color: #EFEFEF;
    background: transparent;
    border-color: #EFEFEF;
}

.btn-outline-dark {
    color: #727272;
    background: transparent;
    border-color: #727272;
}

.btn-block {
    width: 100%;
}

.btn-gray {
    /*color: #727272;*/
    background: #BCBCBC;
    border-color: #BCBCBC;
}

.btn.btn-outline-primary.disabled {
    border: 1px solid #BCBCBC;
    background: transparent;
    color: #BCBCBC;
}

.card-title {
    font-size: 20px;
    font-weight: 550;
    padding: 8px 0px 16px;
    line-height: 24px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: -8px;
}

.card-title span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #727272;
}

.btn:disabled {
    opacity: .5;
    cursor: no-drop;
}

li.soc {
    display: flex;
    padding-left: 12px;
}

.left-sidebar ul li.soc a {
    padding: 0;
    margin-right: 12px;
}

.menu-footer {
    padding: 0 12px;
    font-size: 12px;
    line-height: 16px;
    color: #727272;
    margin-top: 32px;
}

.product-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-filter h2 {
    font-size: 20px;
    font-weight: 550;
    line-height: 24px;
    padding: 16px 12px 16px 0;
}

.slide-nav-item {
    width: 150px;
    height: 180px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
    max-width: 100%;
}

/*.slider-nav .slick-current img {*/
/*    border: 1px solid #171717;*/
/*}*/

.product-slider {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    min-height: 0;
    gap: 16px;
    width: 620px;
}

.product-slider img {
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.avatar.has-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.slider-nav {
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-for {
    flex: 1;
}

.slider-for img {
    max-width: 450px;
}

.product-top {
    display: flex;
    margin-top: 16px;
    align-items: flex-start;
}

.product-detail-info {
    flex: 1;
    flex-shrink: 1;
    flex-grow: 1;
    padding-left: 40px;
    min-width: 0;
}

.product-detail-info h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    margin-bottom: 8px;
}

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

.align-start {
    align-items: flex-start;
}

.detail-price {
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
}

.product-detail-info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #727272;
}

.product-sku {
    font-size: 14px;
    color: #727272;
    font-weight: 400;
    line-height: 20px
}

.product-detail .breadcrumbs {
    padding-left: 0;
}

.breadcrumbs a:after {
    content: '/';
}

.breadcrumbs a:last-child:after {
    display: none;
}

.slider-nav .slick-arrow {
    position: static;
    order: 2;
    width: 48%;
    height: 30px;
    min-height: unset;
    background: #e8e8e8;
    border-radius: 0;
    display: block;
    margin: 24px 0 0;
}

.slider-nav .slick-prev:before, .slider-nav .slick-next:before {
    content: '';
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    width: 12px;
    height: 12px;
}

.slider-nav .slick-prev:before {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 7px;
}

.slider-nav .slick-next:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 7px;
}

.slider-for:hover .slick-prev {
    left: 16px;
    z-index: 9;
    background: url("../img/arrow-left.svg") center center/cover no-repeat;
}

.slider-for:hover .slick-next {
    right: 16px;
    background: url("../img/arrow-right.svg") center center/cover no-repeat;
}


.slider-for .slick-arrow {
    transition: all .3s;
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.slider-for .slick-arrow:before {
    display: none;
}

.small-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #727272;
    display: flex;
    margin-top: 16px;
}

.quantity-block {
    display: flex;
    align-items: center;
}

.quantity-block input {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
}

.quantity {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.quantity::-webkit-outer-spin-button,
.quantity::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.quantity[type=number] {
    -moz-appearance: textfield;
}

.quantity-block .minus {
    background: url("../img/minus.svg") center/cover no-repeat;
}

.quantity-block .plus {
    background: url("../img/plus.svg") center/cover no-repeat;
}

.related-products-list > h2 {
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 550;
    line-height: 24px;
}

.btn-like {
    cursor: pointer;
}

.btn-like.liked .unliked-icon {
    display: none;
}

.btn-like:not(.liked) .liked-icon {
    display: none;
}

.btn-like {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
}

.header-right > ul > li > a > img {
    display: block;
}

.header-right > ul > li > a > span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    background: #FF2B54;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #fff;
}

.header-right > ul > li > a > i {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #FF2B54;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.header-right > ul > li > a {
    position: relative;
    display: inline-flex;
    transition: all .3s ease-in-out;
}

.header-right > ul > li > a:hover {
    background: #F9F9F9;
    border-radius: 100%;
    display: inline-flex;
}

a.header-coin {
    background: transparent !important;
}

.avatar {
    width: 40px;
    height: 40px;
    background: #21905a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 100%;
}

[data-tooltip] {
    position: relative;
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    pointer-events: none;
    position: absolute;
    top: calc(100% + 4px);
    background: #727272;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 6px 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    z-index: -9999;
    opacity: 0;
    white-space: nowrap;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
}

[data-tooltip-right]:before {
    right: 0;
    left: inherit;
    transform: none;
}

[data-tooltip]:hover:before {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.basket-product {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    border-bottom: 1px solid #EFEFEF;
    padding: 16px 0;
}

.basket-product:last-child {
    border-bottom: none;
}

.basket-item-price {
    margin-left: auto;
    flex-shrink: 1;
}

.basket-info {
    flex: 1;
    align-self: normal;
    display: flex;
    flex-direction: column;
}

.basket-img {
    width: 98px;
    height: 132px;
    flex-shrink: 0;
}

input[type="checkbox"] {
    margin: 0;
    min-height: auto;
    width: 20px;
    height: 20px;
    padding: 0;
    accent-color: #21905a;
}

input[type="radio"] {
    accent-color: #21905a;
}

div#Contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}

.contacts-bottom {
    display: flex;
    gap: 24px;
    align-items: center;
}

div#Contacts img {
    margin-bottom: 16px;
}

div#Contacts a {
    display: inline-flex;
    margin-top: 8px;
    gap: 8px;
    font-weight: 550;
    align-items: center;
}

@media (max-width: 574px) {
    .contacts-bottom {
        flex-direction: column;
        margin-top: 8px;
        gap: 4px;
    }
}

.right-header .drop-down-open {
    border: none;
    padding: 0;
}

.language-link {
    display: flex;
    user-select: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 450;
    color: #171717;
}

.language-change input {
    display: none;
}

form.language-change label.disabled span {
    color: #21905B;
}

form.language-change label {
    text-transform: uppercase;
}

form.language-change label span {
    margin-right: 12px;
}

form.language-change label:hover {
    color: #171717;
}

form.language-change label {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    cursor: pointer;
    justify-content: space-between;
}


button.changeLangBtn.hidden {
    display: none;
}

.drop-down-content.header-nav {
    min-width: 90px;
}

.basket-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.basket-info h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.basket-info p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #727272;
}

.basket-product .quantity-block {
    margin-top: auto;
}

.basket-product .quantity-block input {
    margin-bottom: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    min-height: inherit;
}

.basket-item-price .product-price {
    margin: 0;
}

.basket-right .product-price {
    margin: 0;
}

.order-item {
    border-bottom: 1px solid #EFEFEF;
    padding: 16px 0;
}

.order-item:last-child {
    border: none;
}

.status {
    background: #F9F9F9;
    display: inline-flex;
    padding: 4px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-radius: 20px;
    gap: 4px;
    align-items: center;
}

.order-item .btn {
    height: 32px;
    font-size: 13px;
    min-height: 32px;
    text-transform: capitalize;
    font-weight: 550;
}

.status.processing:before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: url("../img/processing.svg");
}

.status.done:before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: url("../img/done.svg");
}

.status.processing:before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    background: url("../img/processing.svg");
}

.order-item h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
}

.order-item p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #727272;
    margin: 4px 0;
}

.label-radio {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 10px;
    border: 1px solid #EFEFEF;
    background: #fff;
    padding: 16px;
    flex: 1;
}

.label-radio input {
    width: 20px;
    height: 20px;
    margin: 0;
    min-height: auto;
    flex-shrink: 0;
}

.label-radio label {
    display: flex;
    flex-direction: column;
}

.label-radio b {
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 20px;
}

.label-radio span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #505050;
}

.delivery h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    margin: 16px 0;
}

.delivery .col-md-6 {
    display: flex;
}

.label-radio.disabled {
    opacity: 0.5;
}

.label-form label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #505050;
    line-height: 20px;
}

.drop-down-content {
    display: none;
    min-width: 200px;
}

.drop-down {
    position: relative;
    z-index: 4;
}

.drop-down-content {
    position: absolute;
    top: calc(100% + 5px);
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px;
    right: 0;
    border: 1px solid #EFEFEF;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.drop-down-content a {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #505050;
    display: flex;
    align-items: center;
    gap: 6px;
}

.drop-down-content a.active {
    color: #21905B;
}

.drop-down-content a:hover,
.drop-down-content button:hover {
    color: #171717;
}

.drop-down-open {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #BCBCBC;
    padding: 8px 12px;
    border-radius: 6px;
    background: transparent;
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
    line-height: 16px;
    cursor: pointer;
}

.drop-down-open span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.right-filter {
    display: flex;
    gap: 16px;
}

.drop-down-content a svg {
    display: none;
}

.drop-down-content a.active svg {
    display: block;
}

.drop-down.filter-form .drop-down-content {
    min-width: 240px;
}

.drop-down.filter-form .drop-down-content .btn {
    width: 100%;
    margin-top: 0;
}

.filter-form-half {
    display: flex;
    align-items: center;
    gap: 8px;
}

.order-product li {
    width: 98px;
    height: 116px;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
}

.order-product ul {
    display: flex;
    gap: 16px;
}

.order-product {
    overflow: auto;
}

.order-product li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.l-block > div.l-main {
    border-radius: 12px;
    background: #292A37;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.02);
    color: #fff;
    padding: 0 0 0 60px;
}

.l-main h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    max-width: 548px;
    margin-bottom: 40px;
}

.l-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-main .right {
    flex-shrink: 1;
    margin-bottom: -2px;
}

.how-card {
    border-radius: 12px;
    background: #F9F9F9;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.02);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.empty-search {
    color: #505050;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    text-align: center;
}

.how-card-top {
    display: flex;
    padding: 40px 40px 0px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.how-card-flex {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.l-block > div {
    margin-bottom: 24px;
    border-radius: 12px;
    border: 1px solid #BCBCBC;
    background: #FFF;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.02);
    padding: 40px;
}

.l-coins {
    background: #fff;
    display: inline-flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #171717;
    padding: 6px 12px 6px 8px;
    align-items: center;
    gap: 4px;
    border-radius: 22px;
}

.l-what h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
}

.l-what h2 span {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 12px;
    color: #505050;
}

.l-what p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #171717;
}

.l-what p + p {
    margin-top: 16px;
}

.l-how h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 48px;
}

.faq h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
}

.faq h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq li {
    padding: 16px 0;
    border-bottom: 1px solid #EFEFEF;
}

.l-cat h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 16px;
}

.l-cat p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 16px;
}

.faq li:last-child {
    border: none;
}

.faq p {
    padding-left: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #505050;
    display: none;
}
