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

.h1 {
    color: #1E1E1E;
    font-size: 56px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.12px;
}

.h2 {
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
}

.h3 {
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
}

.h4 {
    color: #1E1E1E;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.h4 strong {
    font-weight: 500;
    color: #0FA24E;
}

.h5 {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
}

.h6 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.h7 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.p1 {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px;
    opacity: 0.7;
}

.p2 {
    color: rgba(30, 30, 30, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.p2 b {
    font-weight: 400;
    color: #0FA24E;
    word-break: break-all;
}

.p3 {
    color: rgba(30, 30, 30, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.p4 {
    color: rgba(30, 30, 30, 0.7);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
}

a {
    cursor: pointer;
}

@media (max-width: 800px) {
    .h1 {
        font-size: 30px;
        letter-spacing: -0.6px;
    }

    .h2 {
        font-size: 24px;
    }

    .h3 {
        font-size: 22px;
        letter-spacing: -0.44px;
    }

    .h4 {
        font-size: 24px;
        letter-spacing: -0.48px;
    }

    .h5 {
        font-size: 22px;
        letter-spacing: -0.44px;
    }

    .h6 {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .h7 {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .p1 {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .p2 {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .p3 {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .p4 {
        font-size: 12px;
        letter-spacing: -0.24px;
    }
}

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

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    padding: 0px;
    color: #1E1E1E;
    overflow-x: hidden;
    background: #F1F1F1;
}

body.active {
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

p {
    width: 100%;
    margin: 0px;
}

h1, h2, h3, h4, h5 {
    width: 100%;
    margin: 0px;
}

img {
    max-width: 100%;
}

ul, ol {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: none;
}

span {
    display: block;
    width: fit-content;
}

table {
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}

th {
    border: none;
}

td {
    border: none;
}

a {
    display: block;
    width: fit-content;
    outline: none;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

select {
    font-family: "Inter", sans-serif;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

select:hover, select:focus {
    outline: none;
    text-decoration: none;
}

textarea {
    font-family: "Inter", sans-serif;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    resize: none;
    border-radius: 0;
    background: transparent;
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

textarea::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

textarea::-moz-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

textarea:-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

textarea:-moz-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

textarea:hover, textarea:focus {
    outline: none;
    text-decoration: none;
}

input {
    font-family: "Inter", sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
    border-radius: 0;
    background: transparent;
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

input::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

input::-moz-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

input:-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

input:-moz-placeholder {
    color: rgba(29, 29, 29, 0.5);
}

input:hover, input:focus {
    outline: none;
    text-decoration: none;
}

button {
    font-family: "Inter", sans-serif;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button:hover, button:focus {
    outline: none;
    text-decoration: none;
}

html,
body {
    height: 100%;
}

.container {
    height: 100%;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-top: 155px;
}

main {
    flex: 1 0 auto;
}

footer {
    flex: 0 0 auto;
}

.section {
    overflow: hidden;
    margin-bottom: 100px;
}

.section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.section-sub {
    margin-top: 20px;
}

.section-p {
    margin-top: 30px;
}

.section-a {
    margin-top: 40px;
}

.section-scroll {
    position: fixed;
    z-index: 6;
    right: 15px;
    bottom: 90px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFAF15;
    border: 1px solid #FFAF15;
    transition: 0.1s;
    opacity: 0;
}

.section-scroll svg {
    fill: #FFF;
    transition: 0.1s;
}

.section-scroll.active {
    opacity: 1;
}

.section-cards {
    position: fixed;
    z-index: 7;
    display: grid;
    gap: 10px;
    right: 20px;
    bottom: 20px;
}

.section-card {
    position: relative;
    font-size: 16px;
    color: #FFF;
    width: 300px;
    padding: 16px;
    background: #0FA24E;
    border-radius: 4px;
    overflow: hidden;
    display: none;
}

.section-card::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFAF15;
}

.section-card.false:after {
    background: #FF3F15;
}

.section-card.active {
    display: block;
}

.section-card.active::after {
    animation: 2s card linear;
}

@keyframes card {
    from {
        width: 100%;
    }
    to {
        width: 0px;
    }
}

@media (max-width: 1200px) {
    .wrapper {
        padding-top: 85px;
    }

    .container {
        max-width: 1200px;
    }

    .section-scroll {
        bottom: 40px;
    }
}

@media (max-width: 800px) {
    .section {
        margin-bottom: 60px;
    }

    .section-top {
        margin-bottom: 25px;
    }

    .section-scroll {
        width: 40px;
        height: 40px;
        bottom: 20px;
    }

    .section-scroll svg {
        width: 16px;
        height: 16px;
    }

    .section-cards {
        right: 15px;
        bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .section-scroll:hover {
        background: #FFF;
    }

    .section-scroll:hover svg {
        fill: #FFAF15;
    }
}

/*-options*/
/*buttons*/
.btn-one {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    min-width: 190px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 0px 15px;
    background: #0FA24E;
    transition: 0.3s;
}

.btn-two {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    min-width: 190px;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 0px 15px;
    background: #FFF;
    transition: 0.3s;
}

.btn-two svg {
    fill: #0FA24E;
    transition: 0.3s;
}

.btn-three {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 190px;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 0px 15px;
    background: #E7F6ED;
    transition: 0.3s;
}

.btn-four {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 50px;
    min-width: 190px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 0px 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    transition: 0.3s;
}

.link-one {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    transition: 0.1s;
}

.link-more {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1D1D1D;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    opacity: 0.7;
    transition: 0.1s;
}

.link-more span:nth-child(2) {
    display: none;
}

.link-more svg {
    fill: #1D1D1D;
    transition: 0.1s;
}

.link-more.active span:nth-child(1) {
    display: none;
}

.link-more.active span:nth-child(2) {
    display: block;
}

.link-more.active svg {
    transform: rotate(180deg);
}

@media (max-width: 800px) {
    .btn-one {
        height: 45px;
        width: 100%;
        min-width: 100%;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .btn-two {
        height: 45px;
        min-width: 160px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .btn-four {
        height: 45px;
        min-width: 160px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .link-one {
        font-size: 16px;
        letter-spacing: -0.32px;
    }
}

@media (min-width: 1200px) {
    .btn-one:hover {
        background: #FFAF15;
    }

    .btn-two:hover {
        color: #FFF;
        background: #FFAF15;
    }

    .btn-two:hover svg {
        fill: #FFF;
    }

    .btn-three:hover {
        color: #FFF;
        background: #0FA24E;
    }

    .btn-four:hover {
        color: #FFF;
        background: #FFAF15;
        border: 1px solid #FFAF15;
    }

    .link-more:hover {
        opacity: 1;
        color: #0FA24E;
    }

    .link-more:hover svg {
        fill: #0FA24E;
    }

    .link-one:hover {
        color: #FFAF15;
    }
}

/*-buttons*/
/*form*/
.form-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    margin-bottom: 15px;
}

.form-info span {
    color: rgba(30, 30, 30, 0.5);
}

.form-label {
    position: absolute;
    left: 15px;
    top: 21px;
    color: rgba(29, 29, 29, 0.5);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.form-error {
    display: none;
    color: #FF3F15;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    margin-top: 5px;
}

.form-true {
    display: none;
    color: #0FA24E;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    margin-top: 5px;
}

.form-pass {
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 20px;
    fill: rgba(20, 20, 20, 0.5);
    cursor: pointer;
    transition: 0.1s;
}

.form-pass.active path:nth-child(3) {
    display: none;
}

.form-input {
    position: relative;
    display: block;
    width: 100%;
}

.form-input_point {
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 18px 15px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    padding-right: 40px !important;
}

.form-input_point:autocomplete {
    background: #F6F6F6;
}

.form-input_point:focus {
    padding: 24px 15px 12px 15px;
    border: 1px solid #0FA24E;
}

.form-input_point:focus + .form-label {
    top: 10px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.form-input_point.active {
    padding: 24px 15px 12px 15px;
}

.form-input_point.active + .form-label {
    top: 10px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.form-input_point.valid {
    background: #E7F6ED;
    border: 1px solid #0FA24E;
}

.form-input_point.valid + .form-label + .form-error + .form-true {
    display: block;
}

.form-input_point.invalid {
    border: 1px solid #FF3F15;
    background: #FFE7E2;
}

.form-input_point.invalid + .form-label + .form-error {
    display: block;
}

.form-select {
    position: relative;
    display: block;
    width: 100%;
}

.form-select::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../icons/arrow-1.svg") center no-repeat;
    background-size: contain;
    pointer-events: none;
}

.form-select_point {
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 18px 44px 18px 15px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-select_point:focus {
    padding: 24px 44px 12px 15px;
    border: 1px solid #0FA24E;
}

.form-select_point:focus + .form-label {
    top: 10px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.form-select_point.active {
    padding: 24px 44px 12px 15px;
}

.form-select_point.active + .form-label {
    top: 10px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.form-select_point.valid {
    background: #E7F6ED;
    border: 1px solid #0FA24E;
}

.form-select_point.valid + .form-label + .form-error + .form-true {
    display: block;
}

.form-select_point.invalid {
    border: 1px solid #FF3F15;
    background: #FFE7E2;
}

.form-select_point.invalid + .form-label + .form-error {
    display: block;
}

.form-textarea {
    position: relative;
    display: block;
    width: 100%;
}

.form-textarea_point {
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 18px 15px 70px 15px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
}

.form-textarea_point:focus {
    padding: 24px 15px 64px 15px;
    border: 1px solid #0FA24E;
}

.form-textarea_point:focus + .form-label {
    top: 10px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.form-textarea_point.active {
    padding: 24px 15px 64px 15px;
}

.form-textarea_point.active + .form-label {
    top: 10px;
    font-size: 11px;
    letter-spacing: -0.22px;
}

.form-textarea_point.valid {
    background: #E7F6ED;
    border: 1px solid #0FA24E;
}

.form-textarea_point.invalid {
    border: 1px solid #FF3F15;
    background: #FFE7E2;
}

.form-textarea_point.invalid + .form-label + .form-error {
    display: block;
}

.form-check {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

.form-check_point {
    position: absolute;
    z-index: -1;
    width: 0px;
    height: 0px;
    padding: 0px;
    margin: 0px;
    opacity: 0;
}

.form-check_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
}

.form-check_box::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../icons/check-1.svg") center no-repeat;
    background-size: contain;
    opacity: 0;
}

.form-check_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.form-check_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.form-check_text span {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.form-check_text span:nth-child(2) {
    color: rgba(29, 29, 29, 0.7);
    min-width: fit-content;
}

.form-check_text a {
    display: inline;
    color: rgba(29, 29, 29, 0.7);
    text-decoration: underline;
}

.form-check_point:checked + .form-check_wrap .form-check_box {
    background: #0FA24E;
    border: 1px solid #0FA24E;
}

.form-check_point:checked + .form-check_wrap .form-check_box::after {
    opacity: 1;
}

.form-check_point.invalid + .form-check_wrap + .form-error {
    display: block;
}

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

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

.form-range_input {
    width: 100%;
    height: 40px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -0.48px;
    border-radius: 10px;
    border: 1px solid rgba(30, 30, 30, 0.2);
    padding: 0px 12px;
}

.form-range_input::-webkit-input-placeholder {
    color: rgba(29, 29, 29, 0.2);
}

.form-range_input::-moz-placeholder {
    color: rgba(29, 29, 29, 0.2);
}

.form-range_input:-ms-input-placeholder {
    color: rgba(29, 29, 29, 0.2);
}

.form-range_input:-moz-placeholder {
    color: rgba(29, 29, 29, 0.2);
}

.form-range_input:focus {
    border: 1px solid #0FA24E;
}

.form-range_line.noUi-target {
    background: #D9D9D9;
    border: none;
    box-shadow: none;
    height: 4px;
}

.form-range_line.noUi-horizontal .noUi-handle {
    right: -8px;
}

.form-range_line {
    width: calc(100% - 14px);
    margin: auto;
}

.form-range_line .noUi-connect {
    background: #0FA24E;
}

.form-range_line .noUi-handle {
    width: 16px;
    height: 16px;
    box-shadow: none;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #0FA24E;
    cursor: grab;
}

.form-range_line .noUi-handle::after {
    display: none;
}

.form-range_line .noUi-handle::before {
    display: none;
}

.form-range_line .noUi-touch-area {
    display: none;
}

.form-load {
    position: relative;
    width: fit-content;
}

.form-load_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../icons/ava-1.svg") center no-repeat;
    background-size: contain;
}

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

.form-load_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    transition: 0.1s;
}

.form-load_btn input {
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
}

.form-load_btn svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.form-choice {
    display: block;
    position: relative;
    width: fit-content;
    cursor: pointer;
}

.form-choice_point {
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.form-choice_box {
    display: flex;
    align-items: center;
    min-height: 60px;
    width: fit-content;
    gap: 15px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    padding: 10px 20px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    text-align: center;
    transition: 0.1s;
}

.form-choice_box svg {
    width: 38px;
    height: 38px;
}

.form-choice_point:checked + .form-choice_box {
    border: 1px solid #0FA24E;
}

.form-option {
    display: block;
    width: 100%;
    cursor: pointer;
}

.form-option_point {
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.form-option_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    padding: 0px 20px 0px 64px;
    border-radius: 20px;
    transition: 0.1s;
}

.form-option_box::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("../icons/radio-1.svg") center no-repeat;
    background-size: contain;
    transition: 0.1s;
}

.form-option_ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.form-option_li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 52px;
    background: #FFF;
    border: 1px solid #E8E8E8;
    border-radius: 20px;
}

.form-option_point:checked + .form-option_box:before {
    background: url("../icons/radio-3.svg") center no-repeat;
    background-size: contain;
}

.form-link {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    transition: 0.1s;
}

.form-send {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0FA24E;
    margin-top: 5px;
    transition: 0.3s;
}

.form-sort span.selection {
    width: 100%;
}

.form-sort .select2-selection {
    width: 100%;
}

.form-sort .select2-container .select2-selection--single {
    height: auto;
}

.form-sort .select2-container--default .select2-selection--single {
    border-radius: 15px;
    border: 1px solid #FFF;
}

.form-sort .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .form-sort .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 15px;
    border: 1px solid #0FA24E;
}

.form-sort .select2-container .select2-selection--single .select2-selection__rendered {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 10px 40px 10px 15px;
}

.form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../icons/arrow-1.svg") center no-repeat;
    background-size: contain;
    transition: 0.1s;
}

.form-sort .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.form-sort .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown.form-sort_dropdown {
    top: 5px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.select2-dropdown.form-sort_dropdown .select2-results {
    /*width: 100%;*/
}

.select2-dropdown.form-sort_dropdown .select2-results__options {
    border-radius: 20px;
    padding: 5px 0px;
}

.select2-dropdown.form-sort_dropdown .select2-results__option {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 7px 15px;
}

.select2-dropdown.form-sort_dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    color: #0FA24E;
    background: transparent;
}

.select2-dropdown.form-sort_dropdown .select2-results__option--selected {
    color: #0FA24E;
    background: transparent;
}

.form-search {
    position: relative;
    display: block;
    max-width: 100%;
}

.form-search span.selection {
    width: 100%;
}

.form-search .select2-selection {
    width: 100%;
}

.form-search .select2-container .select2-selection--single {
    height: auto;
}

.form-search .select2-container--default .select2-selection--single {
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    padding: 20px 0px;
}

.form-search .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .form-search .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 15px;
    border: 1px solid #0FA24E;
}

.form-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(29, 29, 29, 0.5);
}

.form-search .select2-container .select2-selection--single .select2-selection__rendered {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0px 44px 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: pre-wrap;
}

.form-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
    top: 18px;
    width: 20px;
    height: 20px;
    background: url("../icons/arrow-1.svg") center no-repeat;
    background-size: contain;
    transition: 0.1s;
}

.form-search .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg);
}

.form-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-dropdown.form-search_dropdown {
    top: 5px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border: none;
}

.select2-dropdown.form-search_dropdown .select2-results {
    width: 100%;
}

.select2-dropdown.form-search_dropdown .select2-results__options {
    border-radius: 20px;
    padding: 5px 0px;
}

.select2-dropdown.form-search_dropdown .select2-results__option {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 7px 15px;
}

.select2-dropdown.form-search_dropdown .select2-results__option--highlighted.select2-results__option--selectable {
    color: #0FA24E;
    background: transparent;
}

.select2-dropdown.form-search_dropdown .select2-results__option--selected {
    color: #0FA24E;
    background: transparent;
}

.select2-dropdown.form-search_dropdown .select2-search--dropdown {
    width: 100%;
}

.select2-dropdown.form-search_dropdown .select2-search--dropdown .select2-search__field {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    padding: 0px 10px;
}

.select2-dropdown.form-search_dropdown .select2-search--dropdown .select2-search__field:focus {
    border: 1px solid #0FA24E;
}

.form-search_point.invalid + .select2-container--default .select2-selection--single {
    border: 1px solid #FF3F15;
    background: #FFE7E2;
}

.form-search_point.valid + .select2-container--default .select2-selection--single {
    background: #E7F6ED;
    border: 1px solid #0FA24E;
}

.form-search_point.invalid + span + .form-error {
    display: block;
}

.form-drop {
    position: relative;
    display: block;
    width: 100%;
    cursor: pointer;
}

.form-drop::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url("../icons/arrow-1.svg") center no-repeat;
    background-size: contain;
    pointer-events: none;
}

.form-drop_point {
    width: 100%;
    height: 50px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    border: 1px solid #0FA24E;
    background: #F6F6F6;
    padding: 0px 40px 0px 15px;
    cursor: pointer;
}

.form-rating {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 10px;
}

.form-rating input {
    position: absolute;
    z-index: -1;
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    opacity: 0;
}

.form-rating label {
    width: 50px;
    height: 50px;
    background: url("../icons/star-1.svg") center no-repeat;
    background-size: contain;
    cursor: pointer;
}

.form-rating input:checked ~ label {
    background: url("../icons/star-2.svg") center no-repeat;
    background-size: contain;
}

@media (max-width: 800px) {
    .form-label {
        top: 17px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .form-error {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .form-true {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .form-pass {
        top: 15px;
    }

    .form-input_point {
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 14px 15px;
    }

    .form-input_point:focus {
        padding: 20px 15px 8px 15px;
    }

    .form-input_point:focus + .form-label {
        top: 8px;
    }

    .form-input_point.active {
        padding: 20px 15px 8px 15px;
    }

    .form-input_point.active + .form-label {
        top: 8px;
    }

    .form-select_point {
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 14px 15px;
    }

    .form-select_point:focus {
        padding: 20px 40px 8px 15px;
    }

    .form-select_point:focus + .form-label {
        top: 8px;
    }

    .form-select_point.active {
        padding: 20px 40px 8px 15px;
    }

    .form-select_point.active + .form-label {
        top: 8px;
    }

    .form-textarea_point {
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 14px 15px 60px 15px;
    }

    .form-textarea_point:focus {
        padding: 20px 15px 54px 15px;
    }

    .form-textarea_point:focus + .form-label {
        top: 8px;
    }

    .form-textarea_point.active {
        padding: 20px 15px 54px 15px;
    }

    .form-textarea_point.active + .form-label {
        top: 8px;
    }

    .form-choice_box {
        gap: 10px;
        min-height: 45px;
        font-size: 15px;
        letter-spacing: -0.3px;
        padding: 10px 12px;
    }

    .form-choice_box svg {
        width: 25px;
        height: 25px;
    }

    .form-load_img {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .form-load_btn {
        width: 22px;
        height: 22px;
    }

    .form-load_btn svg {
        width: 12px;
        height: 12px;
    }

    .form-option_box {
        height: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 15px 0px 15px 37px;
    }

    .form-option_box::before {
        left: 0;
        width: 22px;
        height: 22px;
    }

    .form-option_li {
        height: 30px;
        width: 43px;
    }

    .form-option_li img {
        max-width: 27px;
        max-height: 18px;
    }

    .form-drop::after {
        width: 18px;
        height: 18px;
    }

    .form-drop_point {
        height: 45px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .form-send {
        width: 45px;
        min-width: 45px;
        height: 45px;
        margin-top: 2.5px;
    }

    .form-send svg {
        width: 18px;
        height: 18px;
    }

    .form-sort .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }

    .form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 18px;
        height: 18px;
    }

    .select2-dropdown.form-sort_dropdown .select2-results__option {
        font-size: 15px;
    }

    .form-info {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .form-rating label {
        width: 40px;
        height: 40px;
    }

    .form-search .select2-container--default .select2-selection--single {
        padding: 16px 0px;
    }

    .form-search .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .select2-dropdown.form-search_dropdown .select2-results__option {
        font-size: 16px;
        letter-spacing: 0.32px;
    }
}

@media (min-width: 1200px) {
    .form-check:hover .form-check_text span:first-child {
        color: #0FA24E;
    }

    .form-load_btn:hover {
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    .form-load_btn:hover svg {
        fill: #FFF;
    }

    .form-pass:hover {
        fill: #0FA24E;
    }

    .form-check_text a:hover {
        color: #0FA24E;
    }

    .form-link:hover {
        color: #FFAF15;
    }

    .form-send:hover {
        background: #FFAF15;
    }

    .form-choice:hover .form-choice_box {
        border: 1px solid #0FA24E;
    }

    .form-option_box:hover {
        background: #E7F6ED;
    }

    .form-option_box:hover::before {
        background: url("../icons/radio-2.svg") center no-repeat;
        background-size: contain;
    }
}

/*-form*/
/*section-crumbs*/
.section-crumbs {
    padding-top: 10px;
    padding-bottom: 32px;
}

.section-crumbs_ul {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    gap: 5px;
    padding-bottom: 8px;
}

.section-crumbs_ul a {
    width: fit-content;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding: 8px 12px;
    border-radius: 10px;
    background: #FFF;
    white-space: nowrap;
    transition: 0.2s;
}

.section-crumbs_ul span {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding: 8px 12px;
    border-radius: 10px;
    background: #FFF;
    white-space: nowrap;
}

.section-crumbs_ul li:last-child {
    pointer-events: none;
}

.section-crumbs_ul li:last-child a {
    color: rgba(29, 29, 29, 0.5);
}

.section-crumbs_ul li:last-child span {
    color: rgba(29, 29, 29, 0.5);
}

@media (max-width: 1200px) {
    .section-crumbs {
        padding-top: 5px;
        padding-bottom: 22px;
    }

    .section-crumbs_ul a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .section-crumbs_ul span {
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media (max-width: 800px) {
    .section-crumbs_ul {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
        padding: 0px 15px 8px 15px;
    }
}

@media (min-width: 1200px) {
    .section-crumbs_ul a:hover {
        color: #FFF;
        background: #0FA24E;
    }
}

/*-section-crumbs*/
/*section-nav*/
.section-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.section-nav_more {
    min-width: 295px;
}

.section-nav_wrap {
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-nav_ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-nav_ul a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #0FA24E;
    font-size: 20px;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s;
}

.section-nav_ul li.active a {
    color: #FFFFFF;
    background: #0FA24E;
}

.section-nav_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    transition: 0.2s;
}

.section-nav_arrow svg {
    fill: #0FA24E;
    transition: 0.2s;
}

@media (max-width: 800px) {
    .section-nav {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-top: 20px;
    }

    .section-nav_more {
        min-width: 100%;
    }

    .section-nav_wrap {
        gap: 4px;
    }

    .section-nav_ul {
        gap: 4px;
    }

    .section-nav_ul a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .section-nav_arrow {
        width: 40px;
        height: 40px;
    }

    .section-nav_arrow svg {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1200px) {
    .section-nav_ul a:hover {
        color: #FFFFFF;
        background: #0FA24E;
    }

    .section-nav_arrow:hover {
        background: #0FA24E;
    }

    .section-nav_arrow:hover svg {
        fill: #FFFFFF;
    }
}

/*-section-nav*/
/*section-arrows*/
.section-arrows {
    position: absolute;
    right: 0;
    top: -90px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.section-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF;
    transition: 0.2s;
}

.section-arrow svg {
    width: 20px;
    height: 20px;
    fill: #0FA24E;
    transition: 0.2s;
}

.section-arrow.swiper-button-disabled {
    opacity: 0.5;
}

.section-arrow.swiper-button-lock {
    display: none;
}

@media (max-width: 800px) {
    .section-arrows {
        top: -60px;
    }

    .section-arrow {
        width: 40px;
        height: 40px;
    }

    .section-arrow svg {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1200px) {
    .section-arrow.swiper-button-disabled:hover {
        background: #FFF;
    }

    .section-arrow.swiper-button-disabled:hover svg {
        fill: #0FA24E;
    }

    .section-arrow:hover {
        background: #0FA24E;
    }

    .section-arrow:hover svg {
        fill: #FFF;
    }
}

/*-section-arrows*/
/*section-tabs*/
.section-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.section-tabs a {
    display: flex;
    align-items: center;
    height: 50px;
    width: fit-content;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    padding: 0px 20px;
    border-radius: 15px;
    background: #FFF;
    transition: 0.3s;
}

.section-tabs li.active a {
    color: #FFF;
    background: #0FA24E;
}

@media (max-width: 1200px) {
    .section-tabs {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 8px;
        margin-bottom: -8px;
    }
}

@media (max-width: 800px) {
    .section-tabs {
        position: relative;
        left: -15px;
        gap: 6px;
        width: calc(100% + 30px);
        padding: 0px 15px 8px 15px;
    }

    .section-tabs a {
        height: 45px;
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 0px 16px;
    }
}

@media (min-width: 1200px) {
    .section-tabs a:hover {
        color: #FFF;
        background: #0FA24E;
    }
}

/*-section-tabs*/
/*section-false*/
.section-false {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    border-radius: 30px;
    background: #FFF;
}

.section-false_img {
    width: 60px;
    height: 60px;
    margin-bottom: 40px;
}

.section-false_h {
    max-width: 820px;
    text-align: center;
}

.section-false_p {
    max-width: 436px;
    margin-top: 30px;
    text-align: center;
}

.section-false_a {
    margin-top: 40px;
}

@media (max-width: 800px) {
    .section-false {
        border-radius: 20px;
        padding: 40px 20px 20px 20px;
    }

    .section-false_img {
        width: 50px;
        height: 50px;
        margin-bottom: 30px;
    }

    .section-false_p {
        margin-top: 20px;
    }

    .section-false_a {
        margin-top: 30px;
    }
}

/*-section-false*/
/*section-banner*/
.section-banner {
    margin-bottom: 40px;
}

.section-banner_a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
}

.section-banner_a picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

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

@media (max-width: 1200px) {
    .section-banner_a {
        height: 125px;
    }
}

@media (max-width: 800px) {
    .section-banner {
        margin-bottom: 30px;
    }

    .section-banner_a {
        height: 34.667vw;
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
    .section-banner_a:hover {
        box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    }
}

/*-section-banner*/
/*filter*/
.section-filter {
    width: 100%;
}

.section-filter_wrap {
    display: grid;
    gap: 30px;
}

.section-filter_box {
    padding: 10px;
    border-radius: 30px;
    background: #FFF;
}

.section-filter_item {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.section-filter_hide {
    display: none;
}

.section-filter_delete {
    display: none;
}

.section-filter_height {
    display: flex;
    align-items: center;
    gap: 6px;
}

.section-filter_back {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 38px;
    min-width: 38px;
    border-radius: 16px;
    background: #0FA24E;
    transition: 0.1s;
}

.section-filter_category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    border-radius: 16px;
    padding: 10px;
    background: #0FA24E;
    transition: 0.1s;
}

.section-filter_grid {
    padding: 15px 10px 5px 10px;
}

.section-filter_ul {
    display: grid;
    gap: 12px;
}

.section-filter_ul li {
    display: none;
}

.section-filter_ul li:nth-child(1),
.section-filter_ul li:nth-child(2),
.section-filter_ul li:nth-child(3),
.section-filter_ul li:nth-child(4),
.section-filter_ul li:nth-child(5) {
    display: block;
}

.section-filter_ul a {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    transition: 0.1s;
}

.section-filter_ul li.active a {
    color: #0FA24E;
}

.section-filter_ul.active li {
    display: block;
}

.section-filter_more {
    display: none;
    color: #0FA24E;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-top: 12px;
    transition: 0.1s;
}

.section-filter_more span:nth-child(2) {
    display: none;
}

.section-filter_more.active span:nth-child(1) {
    display: none;
}

.section-filter_more.active span:nth-child(2) {
    display: block;
}

.section-filter_cover {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.section-filter_cover:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

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

.section-filter_name {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
}

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

.section-filter_reset {
    display: none;
    color: #0FA24E;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    transition: 0.1s;
}

.section-filter_show {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-filter_show svg {
    fill: #1E1E1E;
    transition: 0.1s;
}

.section-filter_bottom {
    display: none;
    margin-top: 20px;
}

.section-filter_bottom .section-filter_more {
    margin-left: 34px;
}

.section-filter_top.active .section-filter_reset {
    display: block;
}

.section-filter_top.active .section-filter_show svg {
    fill: #0FA24E;
    transform: rotate(180deg);
}

.section-filter_top.active + .section-filter_bottom {
    display: block;
}

.section-filter_choices {
    display: grid;
    gap: 12px;
}

.section-filter_choice {
    display: none;
}

.section-filter_choice:nth-child(1),
.section-filter_choice:nth-child(2),
.section-filter_choice:nth-child(3),
.section-filter_choice:nth-child(4),
.section-filter_choice:nth-child(5) {
    display: flex;
}

.section-filter_choices.active .section-filter_choice {
    display: flex;
}

@media (max-width: 1200px) {
    .section-filter {
        display: none;
    }

    .section-filter_wrap {
        gap: 20px;
        padding-bottom: 20px;
    }

    .section-filter_box {
        padding: 0px;
    }

    .section-filter_item {
        padding: 20px;
    }

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

    .section-filter_h {
        color: #1E1E1E;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.4px;
    }

    .section-filter_delete {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .section-filter_btn {
        display: flex;
        align-items: center;
        gap: 5px;
        width: fit-content;
        color: #FFF;
        font-size: 15px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.3px;
        padding: 8px 10px;
        border-radius: 10px;
        background: #0FA24E;
    }

    .section-filter_btn::after {
        content: "";
        width: 16px;
        min-width: 16px;
        height: 16px;
        background: url("../icons/close-1.svg") center no-repeat;
        background-size: contain;
    }

    .section-filter_clear {
        display: flex;
        align-items: center;
        gap: 5px;
        width: fit-content;
        color: #0FA24E;
        font-size: 15px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: -0.3px;
        padding: 8px 10px;
        border-radius: 10px;
        background: #E7F6ED;
    }

    .section-filter_box {
        border-bottom: none !important;
        border-radius: 30px;
        padding: 20px;
    }

    .section-filter_category {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .section-filter_category::after {
        min-width: 18px;
        width: 18px;
        height: 18px;
    }

    .section-filter_name {
        font-size: 18px;
        letter-spacing: -0.36px;
    }
}

@media (max-width: 800px) {
    .section-filter_item {
        overflow: auto;
        height: 100%;
    }

    .section-filter_box {
        padding: 10px;
        border-radius: 10px;
    }
}

@media (min-width: 1200px) {
    .section-filter_category:hover {
        background: #FFAF15;
    }

    .section-filter_ul a:hover {
        color: #0FA24E;
    }

    .section-filter_more:hover {
        color: #ffaf15;
    }

    .section-filter_reset:hover {
        color: #ffaf15;
    }

    .section-filter_show:hover svg {
        fill: #ffaf15;
    }

    .section-filter_back:hover {
        background: #ffaf15;
    }
}

/*-filter*/
/*popup*/
.popup {
    display: none;
}

.popup .order-pay {
    padding-left: 0px;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-close svg {
    fill: #A2A2A2;
    transition: 0.1s;
}

.popup-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.popup-cover svg {
    min-width: fit-content;
}

.popup-issue {
    width: 100%;
    margin-top: 40px;
}

.popup-form {
    margin-top: 30px;
}

.popup-form_wrap {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.popup-form_contain {
    display: grid;
    gap: 10px;
    width: 100%;
}

.popup-form_inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.popup-form_save {
    width: 100%;
    margin-top: 30px;
}

.popup-buttons {
    display: grid;
    gap: 10px;
    margin-top: 30px;
}

.popup-buttons button {
    width: 100%;
}

.popup-buttons a {
    width: 100%;
}

.popup-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
}

.fancybox__backdrop {
    background: rgba(30, 30, 30, 0.5);
}

.fancybox__container.popup-one .fancybox__content {
    width: 100%;
    max-width: 610px;
    border-radius: 30px;
    padding: 40px;
}

.fancybox__container.popup-one .fancybox__slide {
    padding: 15px;
}

.fancybox__container.popup-two .fancybox__content {
    width: 100%;
    max-width: 820px;
    border-radius: 30px;
    padding: 40px;
}

.fancybox__container.popup-two .fancybox__slide {
    padding: 15px;
}

.fancybox__container.popup-three .fancybox__content {
    width: 100%;
    padding: 0;
    height: 100%;
}

.fancybox__container.popup-three .fancybox__slide {
    padding: 20px 15px;
}

.fancybox__container.popup-three .fancybox__backdrop {
    background: #FFF;
}

.fancybox__container.popup-four .fancybox__backdrop {
    background: #FFF;
}

.fancybox__container.popup-four .fancybox__infobar {
    display: none;
}

.fancybox__container.popup-four .f-thumbs__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 100px;
    border-radius: 15px;
    border: 1px solid #FFF;
    background: #FFF;
    transform: translate(0);
}

.fancybox__container.popup-four .f-thumbs__slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__container.popup-four .f-thumbs__slide__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.fancybox__container.popup-four .f-thumbs__slide__img {
    position: static;
}

.fancybox__container.popup-four .f-thumbs__slide.is-nav-selected {
    border: 1px solid #0FA24E;
}

.fancybox__container.popup-four .f-thumbs__slide.for-video::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url("../icons/play-1.svg") center no-repeat;
    background-size: contain;
}

.fancybox__container.popup-four button[data-panzoom-action] {
    display: none;
}

.fancybox__container.popup-four button[data-fancybox-toggle-slideshow] {
    display: none;
}

.fancybox__container.popup-four button[data-fancybox-toggle-fullscreen] {
    display: none;
}

.fancybox__container.popup-four button[data-fancybox-toggle-thumbs] {
    display: none;
}

.fancybox__container.popup-four button[data-fancybox-close] {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none !important;
    outline: none !important;
}

.fancybox__container.popup-four button[data-fancybox-close] svg {
    width: 28px;
    height: 28px;
    stroke: #A2A2A2;
}

.fancybox__container.popup-four .is-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #E8E8E8;
}

.fancybox__container.popup-four .is-prev svg {
    display: none;
}

.fancybox__container.popup-four .is-prev::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../icons/arrow-3.svg") center no-repeat;
    background-size: contain;
}

.fancybox__container.popup-four .is-horizontal .f-carousel__nav .f-button.is-prev, .fancybox__container.popup-four .is-horizontal .fancybox__nav .f-button.is-prev {
    left: 40px;
}

.fancybox__container.popup-four .is-next {
    width: 50px;
    height: 50px;
    right: 40px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #E8E8E8;
}

.fancybox__container.popup-four .is-next svg {
    display: none;
}

.fancybox__container.popup-four .is-next::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../icons/arrow-4.svg") center no-repeat;
    background-size: contain;
}

.fancybox__container.popup-four .is-horizontal .f-carousel__nav .f-button.is-next, .fancybox__container.popup-four .is-horizontal .fancybox__nav .f-button.is-next {
    right: 40px;
}

#ukrcredit-popup {
    max-width: 620px !important;
}

@media (max-width: 800px) {
    .popup-close {
        right: 15px;
        top: 15px;
    }

    .popup-close svg {
        width: 20px;
        height: 20px;
    }

    .popup-cover {
        margin-top: 30px;
    }

    .popup-issue {
        margin-top: 30px;
    }

    .popup-form_wrap {
        flex-direction: column;
    }

    .popup-form_inputs {
        grid-template-columns: repeat(1, 1fr);
    }

    .fancybox__container.popup-one .fancybox__content {
        padding: 20px;
        border-radius: 20px;
    }

    .fancybox__container.popup-two .fancybox__backdrop {
        background: #FFF;
    }

    .fancybox__container.popup-two .fancybox__content {
        padding: 30px 15px;
        border-radius: 0;
        background: transparent;
    }

    .fancybox__container.popup-two .fancybox__slide {
        padding: 0px;
    }

    .fancybox__container.popup-two .popup-close {
        position: fixed;
    }

    .fancybox__container.popup-four button[data-fancybox-close] {
        right: 10px;
        top: 10px;
    }

    .fancybox__container.popup-four .is-horizontal .f-carousel__nav .f-button.is-next, .fancybox__container.popup-four .is-horizontal .fancybox__nav .f-button.is-next {
        right: 15px;
    }

    .fancybox__container.popup-four .is-horizontal .f-carousel__nav .f-button.is-prev, .fancybox__container.popup-four .is-horizontal .fancybox__nav .f-button.is-prev {
        left: 15px;
    }

    .fancybox__container.popup-four .f-thumbs__slide.for-video::after {
        width: 30px;
        height: 30px;
    }

    .fancybox__container.popup-four .f-thumbs__slide {
        width: 70px;
        height: 60px;
        border-radius: 10px;
    }
}

@media (min-width: 1200px) {
    .popup-close:hover svg {
        fill: #0FA24E;
    }

    .fancybox__container.popup-four button[data-fancybox-close]:hover svg {
        stroke: #0FA24E;
    }

    .fancybox__container.popup-four .is-prev:hover {
        border: 1px solid #0FA24E;
    }

    .fancybox__container.popup-four .is-next:hover {
        border: 1px solid #0FA24E;
    }
}

/*-popup*/
/*header*/
.header {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    border-bottom: 1px solid #E8E8E8;
    background: #FFF;
}

.header-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 134px;
    padding: 24px 0px 16px 0px;
}

.header-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: center;
    width: 100%;
}

.header-cover {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    grid-column-start: 1;
    grid-column-end: 10;
}

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

.header-ul a {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    transition: 0.1s;
}

.header-ul li.active a {
    color: #FFAF15;
}

.header-choice {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.header-theme {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.header-theme li {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    cursor: pointer;
}

.header-theme span {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    display: none;
}

.header-theme svg {
    fill: rgba(30, 30, 30, 0.2);
}

.header-theme li:first-child {
    order: -1;
}

.header-theme li:first-child span {
    display: block;
}

.header-theme li:first-child svg {
    fill: #1E1E1E;
}

.header-theme.black li:first-child {
    order: 1;
}

.header-theme.black li:first-child span {
    display: none;
}

.header-theme.black li:first-child svg {
    fill: rgba(30, 30, 30, 0.2);
}

.header-theme.black li:last-child {
    order: -1;
}

.header-theme.black li:last-child span {
    display: block;
}

.header-theme.black li:last-child svg {
    fill: #1E1E1E;
}

.header-lang {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.header-lang a {
    display: flex;
    align-items: center;
    color: rgba(30, 30, 30, 0.2);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    transition: 0.1s;
}

.header-lang li.active a {
    color: #1E1E1E;
}

.header-contact {
    position: relative;
    z-index: 3;
    grid-column-start: 11;
    grid-column-end: 13;
}

.header-contact_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    transition: 0.1s;
    margin-left: auto;
}

.header-contact_btn svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.header-contact_wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: 210px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: none;
}

.header-contact_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 10px;
    width: 1000%;
}

.header-contact_tel {
    display: grid;
    gap: 10px;
}

.header-contact_tel a {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    transition: 0.1s;
}

.header-contact_tel span {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.header-contact_soc {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 20px;
}

.header-contact_soc a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: #0FA24E;
    transition: 0.2s;
}

.header-bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: center;
    width: 100%;
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-start: 1;
    grid-column-end: 4;
}

.header-logo img {
    width: 270px;
    height: 55px;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    grid-column-start: 4;
    grid-column-end: 6;
    height: 50px;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    background: #FFAF15;
    padding: 0px 15px;
    transition: 0.2s;
}

.header-btn svg:nth-child(2) {
    display: none;
}

.header-find {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    grid-column-start: 6;
    grid-column-end: 10;
}

.header-find_bg {
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, 0.3);
    display: none;
}

.header-find_input {
    position: absolute;
    z-index: 6;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
}

.header-find_input input {
    width: 100%;
    height: 50px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    padding: 0px 45px 0px 15px;
}

.header-find_input input:focus {
    border: 1px solid #0FA24E;
}

.header-find_input svg {
    display: none;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.header-find_input svg path {
    fill: #1E1E1E;
}

.header-find_close path {
    fill: #FFF;
}

.header-find_close {
    position: relative;
    z-index: 6;
    display: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #0FA24E;
    border-radius: 15px;
    transition: 0.1s;
}

.header-find_wrap {
    position: absolute;
    z-index: 6;
    right: 0;
    top: calc(100% + 5px);
    width: 610px;
    border-radius: 20px;
    background: #FFF;
    padding: 20px 10px 10px 10px;
    display: none;
}

.header-find.active .header-find_input {
    width: 550px;
    right: 60px;
}

.header-find.active .header-find_close {
    display: flex;
}

.header-find.active .header-find_wrap {
    display: block;
}

.header-find.active .header-find_bg {
    display: block;
}

.header-find_box {
    margin-top: 15px;
}

.header-find_box:first-child {
    margin-top: 0px;
}

.header-find_label {
    color: rgba(33, 37, 41, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    padding-left: 10px;
    margin-bottom: 4px;
}

.header-find_list {
    display: grid;
    gap: 4px;
    width: 100%;
}

.header-find_list a {
    width: 100%;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    border-radius: 15px;
    padding: 9px 10px;
    transition: 0.1s;
}

.header-find_items {
    width: 100%;
}

.header-find_items a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    transition: 0.1s;
}

.header-find_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #FFF;
    border-radius: 10px;
}

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

.header-find_text {
    height: 39px;
    width: calc(100% - 80px);
}

.header-find_text span:nth-child(1) {
    display: inline;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-find_text span:nth-child(2) {
    color: rgba(33, 37, 41, 0.5);
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
    margin-top: 8px;
}

.header-find_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 39px;
    width: 100px;
    min-width: 80px;
}

.header-find_price span:nth-child(1) {
    color: #0FA24E;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.header-find_price span:nth-child(2) {
    color: rgba(30, 30, 30, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.24px;
    text-decoration: line-through;
    margin-top: 4px;
}

.header-find_more {
    width: 100%;
    min-width: 100%;
    margin-top: 15px;
}

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-start: 10;
    grid-column-end: 13;
}

.header-login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: fit-content;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    padding: 0px 15px;
    transition: 0.2s;
}

.header-user {
    position: relative;
}

.header-user_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: fit-content;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    padding: 0px 15px;
    transition: 0.2s;
}

.header-user_back {
    display: none;
}

.header-user_wrap {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%);
    padding: 15px;
    min-width: 220px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
}

.header-user_ul {
    width: 100%;
}

.header-user_ul::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 10px;
    width: 100%;
}

.header-user_ul li {
    margin-bottom: 15px;
}

.header-user_ul li:last-child {
    margin-bottom: 0px;
}

.header-user_ul a {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    transition: 0.1s;
}

.header-user_ul button {
    color: rgba(30, 30, 30, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    transition: 0.1s;
}

.header-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-link svg {
    fill: #1E1E1E;
    transition: 0.1s;
}

.header-link span {
    position: absolute;
    z-index: 1;
    right: -4px;
    top: -4px;
    display: none;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #1E1E1E;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.33px;
    text-transform: uppercase;
    border-radius: 50%;
    background: #FFAF15;
}

.header-link.active span {
    display: flex;
}

.header-mob {
    display: none;
}

.header-menu {
    position: fixed;
    left: 0;
    top: 135px;
    height: calc(100% - 135px);
    width: 100%;
    background: rgba(30, 30, 30, 0.3);
    display: none;
}

.header-menu_wrap {
    padding: 20px 0px;
    border-radius: 0px 0px 30px 30px;
    background: #FFF;
}

.header-menu_contain {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}

.header-menu_ul {
    display: grid;
    gap: 10px;
    width: 300px;
}

.header-menu_ul > li {
    padding-right: 20px;
}

.header-menu_ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    padding: 10px;
    border-radius: 15px;
    background: #F5F5F5;
    transition: 0.1s;
}

.header-menu_ul > li > a > b {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.header-menu_ul > li > a > span {
    min-width: fit-content;
}

.header-menu_ul > li > a > span > svg {
    fill: #1E1E1E;
    transition: 0.1s;
}

.header-menu_sub {
    position: absolute;
    left: 315px;
    top: 0;
    width: 940px;
    height: 100%;
    overflow: auto;
    display: none;
}

.header-menu_sub::-webkit-scrollbar {
    width: 3px;
}

.header-menu_sub::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #D9D9D9;
}

.header-menu_sub::-webkit-scrollbar-track {
    background: #F5F5F5;
}

.header-menu_sub > svg {
    display: none;
}

.header-menu_grid {
    width: 100%;
    columns: 3;
    column-gap: 20px;
    padding-right: 8px;
}

.header-menu_grid > ul {
    padding: 15px;
    border-radius: 20px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.header-menu_grid > ul > li {
    display: inline-block;
}

.header-menu_grid > ul > li > a {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.4px;
}

.header-menu_grid > ul > li > a > b {
    font-weight: 500;
}

.header-menu_grid > ul > li > a > span {
    display: none;
}

.header-menu_grid > ul > li > ul > li {
    margin-top: 12px;
}

.header-menu_grid > ul > li > ul > li:first-child {
    margin-top: 15px;
}

.header-menu_grid > ul > li > ul > li > a {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    transition: 0.1s;
}

.header.open {
    border-radius: 0px;
}

.header.open .header-btn svg:nth-child(1) {
    display: none;
}

.header.open .header-btn svg:nth-child(2) {
    display: block;
}

.header.open .header-menu {
    display: block;
}

@media (max-width: 1200px) {
    .header {
        height: 70px;
        padding: 15px 0px;
        border: none;
    }

    .header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: -2;
        display: none;
    }

    .header::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px 0px 30px 30px;
        border-bottom: 1px solid #E8E8E8;
        z-index: -1;
    }

    .header.show:before {
        display: block;
    }

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

    .header-mob .header-logo {
        display: flex;
    }

    .header-mob .header-logo img {
        width: 165px;
        height: 35px;
    }

    .header-mob_buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .header-mob_find {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-burger {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #FFAF15;
    }

    .header-burger svg:nth-child(2) {
        display: none;
    }

    .header-burger.active {
        background: #0FA24E;
    }

    .header-burger.active svg:nth-child(1) {
        display: none;
    }

    .header-burger.active svg:nth-child(2) {
        display: block;
    }

    .header-contain {
        position: fixed;
        z-index: 10;
        left: 0;
        top: 69px;
        width: 100%;
        height: calc(100% - 69px);
        background: #FFF;
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
    }

    .header-contain.active {
        display: block;
    }

    .header-wrap {
        position: relative;
        justify-content: flex-start;
        gap: 20px;
        padding: 0px;
        height: 100%;
        max-width: 800px;
        margin: auto;
        padding: 15px 15px 30px 15px;
    }

    .header-wrap .header-find {
        display: none !important;
    }

    .header-logo {
        display: none;
    }

    .header-btn {
        display: none;
    }

    .header-find {
        display: none;
        position: fixed;
        z-index: 20;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        overflow: auto;
    }

    .header-find_bg {
        background: #FFF;
    }

    .header-find_wrap {
        position: relative;
        height: 100%;
        width: 100%;
        top: auto;
        left: auto;
        padding: 0px;
        border-radius: 0;
        border: none;
        padding: 20px 15px;
    }

    .header-find.active {
        display: block;
    }

    .header-find.active .header-find_input {
        position: relative;
        width: 100%;
        right: 0;
    }

    #icon-arrow-down{
        width: 25px;
        transform: rotate(90deg)
    }

    .header-find_top {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 70px;
        padding: 0px 15px;
        border-radius: 0px 0px 30px 30px;
        border-bottom: 1px solid #E8E8E8;
    }

    .header-find_input input {
        height: 40px;
        font-size: 16px;
    }

    .header-find_close {
        height: 40px;
        width: 40px;
        min-width: 40px;
        border-radius: 10px;
    }

    .header-top {
        position: relative;
        display: block;
        padding-bottom: 50px;
    }

    .header-cover {
        padding-bottom: 20px;
        margin: 20px 0px;
        border-bottom: 1px solid #E8E8E8;
    }

    .header-ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .header-contact {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #E8E8E8;
    }

    .header-contact_btn {
        display: none;
    }

    .header-contact_wrap {
        position: static;
        width: 100%;
        transform: translate(0);
        box-shadow: none;
        border-radius: 0;
        padding: 0px;
        background: transparent;
        display: flex;
        justify-content: space-between;
    }

    .header-contact_tel span {
        color: #0FA24E;
    }

    .header-contact_soc {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 86px;
        gap: 6px;
        margin: 0px;
    }

    .header-choice {
        position: absolute;
        left: 0;
        bottom: 26px;
        width: 100%;
        justify-content: space-between;
    }

    .header-bottom {
        display: flex;
        flex-direction: column;
        order: -1;
    }

    .header-buttons {
        order: -1;
        width: 100%;
        gap: 20px;
        margin-bottom: 0px;
    }

    .header-buttons > .header-link:last-child {
        display: none;
    }

    .header-link svg {
        width: 30px;
        height: 30px;
    }

    .header-login {
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.32px;
        width: 100%;
    }

    .header-user {
        position: static;
        width: 100%;
    }

    .header-user_btn {
        width: 100%;
        height: 45px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -0.32px;
    }

    .header-user_wrap {
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        min-width: 100%;
        height: 100%;
        transform: translate(0);
        border-radius: 0;
        padding: 0px;
        box-shadow: none;
        display: none;
        padding: 15px;
    }

    .header-user.active .header-user_wrap {
        display: block;
    }

    .header-user_back {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 38px;
        border-radius: 15px;
        background: #F5F5F5;
        margin-bottom: 8px;
    }

    .header-user_ul {
        width: 100%;
    }

    .header-user_ul li {
        margin-bottom: 8px;
    }

    .header-user_ul a {
        width: 100%;
        padding: 10px;
        font-weight: 500;
        border-radius: 15px;
        background: #F5F5F5;
    }

    .header-user_ul button {
        width: 100%;
        padding: 10px;
        font-weight: 500;
        border-radius: 15px;
        background: #F5F5F5;
        text-align: left;
    }

    .header-wrap.active .header-bottom {
        display: none;
    }

    .header-wrap.active .header-cover {
        display: none;
    }

    .header-wrap.active .header-contact {
        display: none;
    }

    .header-menu {
        position: static;
        height: auto;
        background: transparent;
        display: block;
    }

    .header-menu_wrap {
        background: transparent;
        padding: 0px;
    }

    .header-menu_contain {
        padding: 0px;
    }

    .header-menu_ul {
        display: block;
        width: 100%;
    }

    .header-menu_ul > li {
        padding: 0px;
        margin-bottom: 8px;
    }

    .header-menu_ul > li > a {
        position: relative;
        width: calc(100% - 44px);
        font-size: 18px;
        letter-spacing: -0.36px;
        transition: 0s;
    }

    .header-menu_ul > li > a > span {
        position: absolute;
        right: -44px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 38px;
        border-radius: 15px;
        background: #F5F5F5;
    }

    .header-menu_ul > li.active > a {
        color: #FFF;
        background: #0FA24E;
        margin-left: auto;
        margin-bottom: 8px;
    }

    .header-menu_ul > li.active > a > span {
        right: auto;
        left: -44px;
        transform: rotate(180deg);
    }

    .header-menu_ul > li.active > .header-menu_sub {
        display: block;
    }

    .header-menu_sub {
        position: static;
        width: 100%;
        overflow: visible;
        margin: 0px;
    }

    .header-menu_grid {
        columns-grid: 0;
        columns: auto;
        padding-right: 0px;
    }

    .header-menu_grid > ul {
        padding: 0px;
        background: transparent;
        margin: 0px 0px 8px 0px;
    }

    .header-menu_grid > ul > li {
        display: block;
    }

    .header-menu_grid > ul > li > a {
        position: relative;
        width: calc(100% - 44px);
        font-size: 18px;
        letter-spacing: -0.36px;
        line-height: 100%;
        border-radius: 15px;
        background: #F5F5F5;
        padding: 10px;
        transition: 0s;
    }

    .header-menu_grid > ul > li > a > span {
        position: absolute;
        right: -44px;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 38px;
        border-radius: 15px;
        background: #F5F5F5;
    }

    .header-menu_grid > ul > li.active {
        margin: 0px;
    }

    .header-menu_grid > ul > li.active > a {
        color: #FFF;
        background: #0FA24E;
        margin-left: auto;
    }

    .header-menu_grid > ul > li.active > a > span {
        right: auto;
        left: -44px;
        transform: rotate(180deg);
    }

    .header-menu_grid > ul > li > ul {
        display: none;
    }

    .header-menu_grid > ul > li.active > ul {
        display: block;
    }

    .header-menu_grid > ul > li.active > ul > li {
        margin-top: 8px;
    }

    .header-menu_grid > ul > li.active > ul > li > a {
        font-size: 18px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.36px;
        width: 100%;
        padding: 10px;
        border-radius: 15px;
        background: #F5F5F5;
    }
}

@media (min-width: 1200px) {
    .header-ul a:hover {
        color: #0FA24E;
    }

    .header-ul li.active a:hover {
        color: #0FA24E;
    }

    .header-theme svg:hover {
        fill: #0FA24E;
    }

    .header-lang a:hover {
        color: #0FA24E;
    }

    .header-btn:hover {
        background: #0FA24E;
    }

    .header-link:hover svg {
        fill: #0FA24E;
    }

    .header-find_input input:hover {
        border: 1px solid #0FA24E;
    }

    .header-contact:hover .header-contact_btn {
        color: #FFAF15;
    }

    .header-contact:hover .header-contact_btn svg {
        fill: #FFAF15;
        transform: rotate(180deg);
    }

    .header-contact:hover .header-contact_wrap {
        display: block;
    }

    .header-contact_soc a:hover {
        background: #FFAF15;
    }

    .header-contact_tel a:hover {
        color: #FFAF15;
    }

    .header-find_close:hover {
        background: #FFAF15;
    }

    .header-find_list a:hover {
        background: #F5F5F5;
    }

    .header-find_items a:hover {
        background: #F5F5F5;
    }

    .header-login:hover {
        color: #FFF;
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    .header-user:hover .header-user_btn {
        color: #FFF;
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    .header-user:hover .header-user_wrap {
        display: block;
    }

    .header-user_ul a:hover {
        color: #0FA24E;
    }

    .header-user_ul button:hover {
        color: #0FA24E;
    }

    .header-menu_grid > ul > li > a:hover {
        color: #0FA24E;
    }

    .header-menu_grid > ul > li > ul > li > a:hover {
        color: #0FA24E;
    }

    .header-menu_ul > li:hover > a {
        color: #FFF;
        background: #0FA24E;
    }

    .header-menu_ul > li:hover > a > span > svg {
        fill: #FFF;
    }

    .header-menu_ul > li:hover .header-menu_sub {
        display: block;
    }
}

/*-header*/
/*footer*/
.footer {
    background: #0FA24E;
    border-radius: 24px 24px 0px 0px;
    padding: 40px 0px;
}

.footer-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.footer-info {
    grid-column-start: 1;
    grid-column-end: 8;
    margin-top: 11px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-boxs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    margin-top: 54px;
}

.footer-box:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 4;
}

.footer-box:nth-child(2) {
    grid-column-start: 4;
    grid-column-end: 6;
}

.footer-box:nth-child(3) {
    grid-column-start: 6;
    grid-column-end: 8;
}

.footer-label {
    display: none;
}

.footer-menu {
    display: grid;
    grid-gap: 14px;
}

.footer-menu a {
    position: relative;
    width: fit-content;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    transition: 0.1s;
}

.footer-menu a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    transform: translateY(4px);
    background: #FFF;
    opacity: 0;
    transition: 0.3s;
}

.footer-contacts {
    grid-column-start: 8;
    grid-column-end: 13;
}

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

.footer-tel {
    position: relative;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.48px;
    transition: 0.2s;
}

.footer-socials {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.footer-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-socials svg {
    width: 50px;
    height: 50px;
}

.footer-socials path {
    fill: #0FA24E;
    transition: 0.2s;
}

.footer-grid {
    display: grid;
    grid-gap: 15px;
    margin-top: 36px;
}

.footer-time {
    display: flex;
    align-items: center;
    height: 38px;
    width: fit-content;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    border-radius: 15px;
    background: #FFF;
    padding: 0px 10px;
}

.footer-link {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    transition: 0.2s;
}

.footer-bottom {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 55px;
}

.footer-descr {
    grid-column-start: 1;
    grid-column-end: 3;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.footer-choice {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    grid-column-start: 4;
    grid-column-end: 8;
}

.footer-theme {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.footer-theme li {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    cursor: pointer;
}

.footer-theme span {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    display: none;
}

.footer-theme svg {
    fill: rgba(255, 255, 255, 0.7);
}

.footer-theme li:first-child {
    height: 34px;
    order: -1;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 0px 8px;
}

.footer-theme li:first-child span {
    display: block;
}

.footer-theme li:first-child svg {
    fill: #0FA24E;
}

.footer-theme.black li:first-child {
    order: 1;
    border-radius: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.footer-theme.black li:first-child span {
    display: none;
}

.footer-theme.black li:first-child svg {
    fill: rgba(255, 255, 255, 0.7);
}

.footer-theme.black li:last-child {
    height: 34px;
    order: -1;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 0px 8px;
}

.footer-theme.black li:last-child span {
    display: block;
}

.footer-theme.black li:last-child svg {
    fill: #0FA24E;
}

.footer-lang {
    display: flex;
    align-items: center;
    grid-gap: 8px;
}

.footer-lang a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    transition: 0.1s;
}

.footer-lang li.active a {
    height: 34px;
    color: #0FA24E;
    padding: 0px 6px;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #FFF;
}

.footer-contain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-start: 8;
    grid-column-end: 13;
}

.footer-pay {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 5px;
}

.footer-pay li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 36px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.footer-pay img {
    width: auto;
    height: auto;
    max-width: 37px;
    max-height: 25px;
}

.footer-company {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #FFF;
    min-width: fit-content;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.45px;
    opacity: 0.7;
    transition: 0.1s;
}

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

    .footer-top {
        display: flex;
        flex-direction: column;
        grid-gap: 40px;
    }

    .footer-contacts {
        order: -1;
    }

    .footer-info {
        margin: 0px;
    }

    .footer-boxs {
        margin: 0px;
    }

    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-choice {
        order: 1;
    }

    .footer-contain {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        order: 2;
        grid-gap: 30px;
        margin-top: 25px;
    }

    .footer-company br {
        display: none;
    }

    .footer-descr {
        order: 3;
        margin-top: 10px;
    }

    .footer-descr br {
        display: none;
    }
}

@media (max-width: 800px) {
    .footer {
        padding: 20px 0px;
        border-radius: 20px 20px 0px 0px;
    }

    .footer-tel {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .footer-socials svg {
        width: 40px;
        height: 40px;
    }

    .footer-grid {
        grid-gap: 10px;
        margin-top: 20px;
    }

    .footer-time {
        height: 30px;
        font-size: 16px;
        padding: 0px 8px;
        border-radius: 10px;
    }

    .footer-link {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .footer-boxs {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        grid-gap: 20px;
    }

    .footer-label {
        display: flex;
        align-items: center;
        grid-gap: 10px;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }

    .footer-label svg {
        transition: 0.1s;
    }

    .footer-label.active svg {
        transform: rotate(180deg);
    }

    .footer-label.active + .footer-menu {
        display: grid;
    }

    .footer-menu {
        display: none;
        grid-gap: 8px;
        margin-top: 10px;
    }

    .footer-menu a {
        font-size: 16px;
    }

    .footer-theme span {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .footer-theme svg {
        width: 22px;
        height: 22px;
    }

    .footer-theme li.active {
        height: 30px;
        padding: 0px 6px;
    }

    .footer-lang a {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .footer-lang li.active a {
        height: 30px;
        padding: 0px 6px;
    }

    .footer-company {
        font-size: 14px;
        letter-spacing: -0.42px;
        grid-gap: 8px;
        width: calc(100% - 50px);
        min-width: auto;
    }

    .footer-company svg {
        width: 18px;
        height: 16px;
    }

    .footer-descr {
        font-size: 14px;
        letter-spacing: -0.42px;
    }
}

@media (min-width: 1200px) {
    .footer-menu a:hover {
        color: #FFF;
    }

    .footer-menu a:hover::after {
        opacity: 1;
        transform: translate(0);
    }

    .footer-tel:hover {
        color: #FFAF15;
    }

    .footer-link:hover {
        color: #FFAF15;
    }

    .footer-socials a:hover path {
        fill: #FFAF15;
    }

    .footer-theme svg:hover {
        fill: #FFF;
    }

    .footer-lang a:hover {
        color: #FFF;
    }

    .footer-company:hover {
        opacity: 1;
    }
}

/*-footer*/
/*content*/
.content *:first-child {
    margin-top: 0px;
}

.content h1 {
    color: #1E1E1E;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-top: 30px;
}

.content h2 {
    color: #1E1E1E;
    font-size: 30px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin-top: 30px;
}

.content h3 {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-top: 30px;
}

.content h4 {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.4px;
    margin-top: 30px;
}

.content h5 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.36px;
    margin-top: 30px;
}

.content p {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-top: 15px;
}

.content p a {
    display: inline;
    margin: 0px;
}

.content a {
    color: #0FA24E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    text-decoration: underline;
    margin-top: 15px;
}

.content ul {
    margin-top: 15px;
}

.content ul li {
    position: relative;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    padding-left: 40px;
    margin-top: 15px;
}

.content ul li strong {
    font-weight: 500;
    color: #0FA24E;
}

.content ul li:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 4px;
    width: 12px;
    height: 12px;
    background: url("../icons/lap.svg") center no-repeat;
    background-size: contain;
}

.content ol {
    counter-reset: item;
    margin-top: 15px;
}

.content ol ol {
    margin-top: 15px;
}

.content ol li {
    position: relative;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    padding-left: 40px;
    margin-top: 15px;
}

.content ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 17px;
    top: 0;
    color: #0FA24E;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.content img {
    border-radius: 30px;
    margin-top: 30px;
}

.content iframe {
    width: 100%;
    height: 309px;
    border-radius: 30px;
    margin-top: 30px;
}

.content .wp-block-table {
    width: 100%;
    overflow: auto;
    margin-top: 30px;
    border-radius: 20px;
}

.content table {
    width: 100%;
    overflow: auto;
    margin-top: 20px;
    border: 1px solid #535353;
    border-radius: 20px;
    border-collapse: separate;
}

.content th {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-align: left;
    padding: 10px 20px;
    border-right: 1px solid #E8E8E8;
}

.content th:last-child {
    border-right: none;
}

.content td {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-align: left;
    padding: 10px 20px;
    border-top: 1px solid #E8E8E8;
    border-right: 1px solid #E8E8E8;
}

.content td:last-child {
    border-right: none;
}

@media (max-width: 800px) {
    .content h1 {
        font-size: 30px;
        letter-spacing: -0.6px;
        margin-top: 20px;
    }

    .content h2 {
        font-size: 22px;
        letter-spacing: -0.44px;
        margin-top: 20px;
    }

    .content h3 {
        font-size: 20px;
        letter-spacing: -0.4px;
        margin-top: 20px;
    }

    .content h4 {
        font-size: 18px;
        letter-spacing: -0.36px;
        margin-top: 20px;
    }

    .content h5 {
        margin-top: 20px;
    }

    .content img {
        border-radius: 15px;
        margin-top: 20px;
    }

    .content iframe {
        height: 45.867vw;
        border-radius: 15px;
        margin-top: 20px;
    }

    .content .wp-block-table {
        border-radius: 15px;
        margin-top: 20px;
    }

    .content th {
        padding: 10px 15px;
    }

    .content td {
        padding: 10px 15px;
    }
}

/*-content*/
/*item*/
.item {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    background: #FFFFFF;
}

.item-top {
    position: relative;
    border-radius: 20px;
    background: #FFFFFF;
}

.item-labels {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    pointer-events: none;
}

.item-labels span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    padding: 0 8px;
    border-radius: 20px;
}

.item-label.two {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    padding: 0 8px;
    border-radius: 20px;
    background: #FFAF15;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.item-buttons {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}

.item-favorit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-favorit svg {
    height: 30px;
    width: 30px;
}

.item-favorit path:nth-child(1) {
    fill: rgba(30, 30, 30, 0.5);
    transition: 0.2s;
}

.item-favorit path:nth-child(2) {
    transition: 0.2s;
}

.item-favorit.active path:nth-child(1) {
    fill: #0FA24E;
}

.item-favorit.active path:nth-child(2) {
    fill: #0FA24E;
}

.item-simile {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-simile svg {
    height: 30px;
    width: 30px;
    fill: rgba(30, 30, 30, 0.5);
    transition: 0.2s;
}

.item-simile.active svg {
    fill: #0FA24E;
}

.item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
}

.item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.item-center {
    padding: 10px 15px 0px 15px;
}

.item-rating {
    display: flex;
    align-items: center;
}

.item-rating_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.item-rating_num {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-left: 5px;
}

.item-rating_total {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: rgba(33, 37, 41, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -0.32px;
    margin-left: 10px;
}

.item-rating_total:before {
    content: "";
    top: 7px;
    left: 0;
    min-width: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #909294;
    transition: 0.2s;
}

.item-h {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    height: 44px;
    margin-top: 10px;
    transition: 0.2s;
}

.item-bottom {
    padding: 0px 15px 15px 15px;
}

.item-bottom > .item-info {
    position: relative;
    z-index: 4;
}

.item-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.item-info.disable {
    opacity: 0.5;
    pointer-events: none;
}

.item-info_box {
    display: flex;
    align-items: center;
}

.item-price_total {
    color: #0FA24E;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.item-price_discount {
    position: relative;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    margin-top: 4px;
    width: fit-content;
    height: 14px;
    opacity: 0.5;
    text-decoration: line-through;
}

.item-number {
    margin-left: 5px;
}

.item-number_total {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    color: #1E1E1E;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.item-number_total span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 20px;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.2px;
    padding: 0px 6px;
    border-radius: 20px;
    background: #FFAF15;
}

.item-number_total svg {
    width: 18px;
    height: 18px;
}

.item-number_amount {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    opacity: 0.5;
    margin-top: 5px;
}

.item-add {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFAF15;
    border-radius: 50%;
    transition: 0.2s;
}

.item-add_label {
    display: none;
}

.item-add_busket {
    position: relative;
}

.item-add_busket svg {
    fill: #FFFFFF;
}

.item-add_sum {
    position: absolute;
    right: -10px;
    top: -10px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -0.33px;
    border-radius: 50%;
    background: #1E1E1E;
    display: none;
}

.item-add.active .item-add_sum {
    display: flex;
}

.item-hide {
    position: absolute;
    z-index: 3;
    left: 0;
    top: calc(100% - 25px);
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px 15px 15px 15px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
}

.item-ul {
    display: none;
    margin-top: 20px;
}

.item-ul li {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.item-ul span {
    position: relative;
    width: fit-content;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.3px;
}

.item-ul span:nth-child(1) {
    opacity: 0.5;
}

.item-ul span:nth-child(1)::after {
    content: "";
    position: absolute;
    left: calc(100% + 5px);
    bottom: 0;
    width: 200px;
    height: 1px;
    border: 1px dashed rgba(30, 30, 30, 0.5);
}

.item-ul span:nth-child(2) {
    z-index: 2;
    background: #fff;
    padding-left: 5px;
    width: 205px;
    min-width: 205px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1200px) {
    .item-img {
        height: 47.667vw;
    }

    .item-ul {
        display: none !important;
    }
}

@media (max-width: 800px) {
    .item {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        border-radius: 20px;
    }

    .item-top {
        position: static;
    }

    .item-labels {
        flex-direction: row;
        left: calc(50% + 5px);
        top: 10px;
    }

    .item-labels span {
        height: 18px;
        font-size: 10px;
        letter-spacing: -0.2px;
        padding: 0 5px;
    }

    .item-buttons {
        flex-direction: row;
        top: 135px;
        right: auto;
        left: calc(50% + 5px);
    }

    .item-favorit svg {
        width: 24px;
        height: 24px;
    }

    .item-simile svg {
        width: 24px;
        height: 24px;
    }

    .item-h {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 54px;
        font-size: 15px;
        letter-spacing: -0.3px;
        margin-top: 8px;
    }

    .item-img {
        height: 100%;
    }

    .item-center {
        padding: 45px 15px 0px 0px;
    }

    .item-bottom {
        grid-column-start: 1;
        grid-column-end: 3;
        padding: 0px 15px 15px 15px;
    }

    .item-info {
        flex-direction: row;
        align-items: start;
        margin-top: 10px;
    }

    .item-info_box {
        justify-content: space-between;
        width: calc(100% - 35px);
    }

    .item-number {
        display: flex;
        align-items: center;
        justify-content: space-between;
        grid-gap: 5px;
        padding-right: 10px;
        width: 100%;
        margin: 0px;
        order: -1;
    }

    .item-number_amount {
        font-size: 11px;
        letter-spacing: -0.22px;
        margin: 0px;
    }

    .item-number_total {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .item-number_total span {
        height: 16px;
        font-size: 8px;
        padding: 0px 5px;
    }

    .item-number_total svg {
        width: 16px;
        height: 16px;
    }

    .item-price {
        width: calc(50% - 25px);
        min-width: calc(50% - 25px);
    }

    .item-add_label {
        display: none;
    }

    .item-add {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 0px;
        margin: 0px;
    }

    .item-add_sum {
        right: -6px;
        top: -6px;
    }

    .item-add_busket svg {
        width: 20px;
        height: 20px;
    }

    .item-hide {
        position: sticky;
        opacity: 1;
        pointer-events: auto;
        background: transparent;
        padding: 0px;
        box-shadow: none;
    }

    .item-rating_icon {
        width: 15px;
        height: 15px;
    }

    .item-rating_num {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .item-rating_total {
        grid-gap: 5px;
        margin-left: 5px;
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .item-price_total {
        font-size: 14px;
        letter-spacing: -0.3px;
    }

    .item-price_discount {
        font-size: 11px;
        letter-spacing: -0.22px;
    }
}

@media (min-width: 1200px) {
    .item:hover {
        z-index: 2;
        box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .item:hover .item-hide {
        opacity: 1;
        pointer-events: auto;
    }

    .item-favorit:hover path:nth-child(1) {
        fill: #0FA24E;
    }

    .item-simile:hover svg {
        fill: #0FA24E;
        opacity: 1;
    }

    .item-add:hover {
        background: #0FA24E;
    }

    .item-h:hover {
        color: #0FA24E;
    }
}

/*-item*/
/*policy*/
.policy {
    position: fixed;
    z-index: 7;
    left: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 540px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.policy img {
    width: 60px;
    min-width: 60px;
}

.policy span {
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
}

.policy a {
    display: inline;
    color: #212529;
    text-decoration: underline;
    transition: 0.1s;
}

.policy button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 80px;
    min-width: 80px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    border: 1px solid #E8E8E8;
    background: #F6F6F6;
    transition: 0.1s;
}

.policy.active {
    display: none;
}

@media (max-width: 800px) {
    .policy {
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
        gap: 10px;
        padding: 10px;
        border-radius: 10px;
    }

    .policy span {
        font-size: 16px;
    }

    .policy img {
        width: 40px;
        min-width: 40px;
    }

    .policy button {
        width: 50px;
        min-width: 50px;
    }
}

@media (min-width: 1200px) {
    .policy a:hover {
        color: #0FA24E;
    }

    .policy button:hover {
        color: #FFF;
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }
}

/*-policy*/
/*preloader*/
@keyframes anim-1 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes anim-2 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes anim-3 {
    0% {
        background-position: 0 0, 0 100%, 100% 100%;
    }
    25% {
        background-position: 100% 0, 0 100%, 100% 100%;
    }
    50% {
        background-position: 100% 0, 0 0, 100% 100%;
    }
    75% {
        background-position: 100% 0, 0 0, 0 100%;
    }
    100% {
        background-position: 100% 100%, 0 0, 0 100%;
    }
}

@keyframes anim-4 {
    0% {
        background-position: 0 50%, 50% 50%, 100% 50%;
    }
    20% {
        background-position: 0 0, 50% 50%, 100% 50%;
    }
    40% {
        background-position: 0 100%, 50% 0, 100% 50%;
    }
    60% {
        background-position: 0 50%, 50% 100%, 100% 0;
    }
    80% {
        background-position: 0 50%, 50% 50%, 100% 100%;
    }
    100% {
        background-position: 0 50%, 50% 50%, 100% 50%;
    }
}

.preloader {
    position: fixed;
    z-index: 20;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    border-radius: 12px;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(15, 162, 78, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 2px solid #FFAF15;
    overflow: hidden;
}

.preloader.active {
    /*display: flex;*/
}

.preloader-box.anim-one {
    width: 50px;
    aspect-ratio: 1;
    box-shadow: 0 0 0 3px #fff inset;
    border-radius: 50%;
    position: relative;
}

.preloader-box.anim-one {
    animation: anim-1 7s infinite;
}

.preloader-box.anim-one:before,
.preloader-box.anim-one:after {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: calc(50% - 12.5px);
    box-shadow: inherit;
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    transform-origin: 50% -28px;
    animation: anim-1 1.5s infinite;
}

.preloader-box.anim-one:after {
    animation-delay: -0.75s;
}

.preloader-box.anim-two {
    width: 50px;
    aspect-ratio: 1;
    box-shadow: 0 0 0 3px #fff inset;
    border-radius: 50%;
    position: relative;
}

.preloader-box.anim-two:before,
.preloader-box.anim-two:after {
    content: "";
    position: absolute;
    top: 5px;
    left: calc(50% - 12.5px);
    box-shadow: inherit;
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    transform-origin: 50% calc(100% - 5px);
    animation: anim-2 1.5s linear infinite;
}

.preloader-box.anim-two:after {
    top: calc(100% + 2px);
    transform-origin: 50% -27px;
    animation-delay: -0.75s;
}

.preloader-box.anim-three {
    width: 65px;
    aspect-ratio: 1;
    --g: radial-gradient(farthest-side, #0000 calc(95% - 3px), #fff calc(100% - 3px) 98%, #0000 101%) no-repeat;
    background: var(--g), var(--g), var(--g);
    background-size: 30px 30px;
    animation: anim-3 1.5s infinite;
}

.preloader-box.anim-four {
    width: 100px;
    height: 40px;
    --g: radial-gradient(farthest-side, #0000 calc(95% - 3px), #fff calc(100% - 3px) 98%, #0000 101%) no-repeat;
    background: var(--g), var(--g), var(--g);
    background-size: 30px 30px;
    animation: anim-4 1s infinite alternate;
}

/*-preloader*/
/*custom*/
.ocf-header {
    display: none;
}

.ocf-selected-filter-name {
    color: #0FA24E !important;
}

.ocf-selected-header {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: none;
    margin-bottom: 20px;
}

.ocf-theme-light .ocf-selected-header {
    font-weight: 500;
}

.ocf-theme-light .ocf-selected-filter {
    padding: 0px;
    background-color: transparent;
}

.ocf-selected-filter-name {
    font-size: 16px;
    margin: 0px 0px 8px 0px;
}

.ocf-filter-name, .ocf-active-label {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: none;
}

.ocf-filter-header {
    margin-bottom: 20px !important;
}

.ocf-filter {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #E8E8E8 !important;
}

.ocf-filter:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.ocf-value-input {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin-right: 10px;
    margin-top: 0px;
}

.ocf-value-input::before {
    border-radius: 6px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    margin: 0px;
}

.ocf-selected .ocf-value-input::before {
    background: #0FA24E;
    border: 1px solid #0FA24E;
}

.ocf-value-name {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    margin: 4px 0px 0px 0px;
}

.ocf-selected .ocf-value-name {
    color: #0FA24E;
}

.ocf-value-count {
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0px;
    opacity: 0.5;
}

.ocf-theme-light .ocf-value-count {
    color: #1E1E1E;
    background: transparent;
    border-radius: 0px;
}

.ocf-value-append {
    min-width: fit-content;
    margin-top: 4px;
}

.ocf-collapse-value .ocf-value-list {
    border: none;
    margin-top: 0px;
}

.ocf-search-btn-static {
    background: #0FA24E !important;
}

.ocf-search-btn-popover {
    background: #0FA24E !important;
}

.ocf-btn-link {
    color: #0FA24E;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.ocf-btn-link i {
    display: none;
}

.ocf-btn-link:focus {
    color: #0FA24E;
    text-decoration: none;
}

.ocf-search-btn-popover {
    background: #0FA24E;
}

.ocf-theme-light .ocf-footer {
    box-shadow: none;
}

.ocf-footer {
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
}

.ocf-footer:after {
    display: none;
}

.ocf-selected-card {
    margin-bottom: 20px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px solid #E8E8E8;
}

.ocf-theme-light .ocf-selected-card {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

.ocf-selected-discard {
    padding: 0px;
    border-radius: 0px !important;
    border: none !important;
    width: 100%;
    margin-bottom: 8px;
}

.ocf-selected-value-name {
    text-align: left;
    font-size: 14px;
}

.ocf-selected-card .ocf-between button:nth-child(1) {
    padding: 0px;
}

.ocf-selected-card .ocf-between button:nth-child(2) {
    display: none;
}

.ocf-scroll-y::-webkit-scrollbar-thumb {
    background: #0FA24E;
}

.order-pay {
    border: none !important;
    padding: 0px !important;
}

.order-pay .ui-widget-content {
    width: 100% !important;
}

.order-pay .ui-slider .ui-slider-handle {
    top: -7px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #FFF;
    border: 2px solid #0FA24E;
}

.order-pay:hover {
    background: transparent !important;
}

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

.prop_calc > span:first-child {
    width: 100%;
    margin-bottom: 10px;
}

.prop_permounth {
    display: flex !important;
    align-items: center !important;
    color: #0FA24E !important;
    gap: 5px;
    white-space: nowrap;
    margin-right: 5px;
}

.prop_price {
    display: flex !important;
    align-items: center !important;
    color: #0FA24E !important;
    gap: 5px;
    white-space: nowrap;
}

.prop_paymentsCount {
    display: flex !important;
    align-items: center !important;
}

.prop_select {
    position: relative;
    display: block;
    margin: 0 5px;
}

.prop_select::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../icons/arrow-1.svg) center no-repeat;
    background-size: contain;
    pointer-events: none;
}

.prop_select select {
    width: 100%;
    height: 50px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    border: 1px solid #0FA24E;
    background: #F6F6F6;
    padding: 0px 40px 0px 15px;
    cursor: pointer;
}

.progress {
    margin-top: 16px !important;
    height: 10px !important;
    border-radius: 10px !important;
    background: #F1F1F1 !important;
    box-shadow: none !important;
}

.progress-bar {
    background: #0FA24E !important;
}

.order-aside .btn-primary {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 50px;
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    border-radius: 15px;
    padding: 0px 15px;
    background: #0FA24E;
    transition: 0.3s;
}

.fancybox__content > .f-button.is-close-btn {
    display: none;
}

.fancybox__content {
    border-radius: 30px;
}

#ukrcredit-popup {
    padding: 40px !important;
    max-width: 610px !important;
}

.mfp-close-btn-in .mfp-close {
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    color: transparent !important;
    background: url("../icons/burger-1.svg") center no-repeat;
    background-size: contain;
    transition: 0.1s;
}

.mfp-content .prop_calc > span:first-child {
    width: fit-content;
    margin: 0px;
}

.mfp-content .ui-widget-content {
    width: 100%;
}

.mfp-content .popup-issue {
    margin-top: 16px;
}

.mfp-content .order-pay {
    padding-left: 0px;
}

.ocf-input-group {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
}

.ocf-input-group .ocf-form-control {
    width: 100% !important;
    height: 40px !important;
    color: #1E1E1E !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 80% !important;
    letter-spacing: -0.48px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(30, 30, 30, 0.2) !important;
    background-color: transparent !important;
    padding: 0px 12px !important;
}

.ocf-input-group .ocf-form-control:focus {
    border: 1px solid #0FA24E !important;
    box-shadow: none !important;
}

.ocf-input-group-addon {
    display: none !important;
}

.ocf-noUi-pips {
    display: none;
}

.ocf-noUi-connect:before, .ocf-noUi-handle {
    border: 2px solid #0FA24E !important;
    background: #FFFFFF !important;
}

.ocf-noUi-connects:before, .ocf-noUi-connects:after {
    background: #D9D9D9 !important;
}

.ocf-noUi-base:before {
    background: #D9D9D9 !important;
}

@media (max-width: 800px) {
    .order-aside .btn-primary {
        height: 45px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }
}

@media (max-width: 992px) {
    .ocf-filter {
        margin: 0px;
    }

    .ocf-header {
        display: flex;
    }

    .ocf-filter-header {
        margin-bottom: 0px !important;
    }

    .ocf-close-mobile i {
        display: block;
    }

    .ocf-footer {
        padding: 20px;
    }

    .ocf-theme-light .ocf-filter + .ocf-filter {
        border-top: none;
    }

    .ocf-btn-mobile-fixed .ocf-btn {
        background: #FFAF15;
    }

    .ocf-filter.ocf-active {
        padding: 0px;
        background: transparent !important;
    }

    .ocf-filter.ocf-active .ocf-filter-header {
        padding: 0px;
    }

    .ocf-filter.ocf-open .ocf-filter-header {
        background-color: #FFF !important;
        border-bottom: 1px solid #E8E8E8;
        padding: 0px 20px;
    }

    .ocf-active .ocf-active-label {
        color: #0FA24E;
        font-size: 14px;
    }

    .ocf-filter {
        padding-bottom: 10px !important;
        margin-bottom: 10px !important;
    }

    .ocf-more-selected {
        color: #FFF;
        background: #FFAF15;
        margin-top: 4px;
    }

}

@media (max-width: 920px) {
    .item-img img{
        object-fit: contain;
    }
}
@media (max-width: 769px) {


    .fancybox__content {
        border-radius: 20px;
    }

    #ukrcredit-popup {
        border-radius: 20px !important;
        padding: 20px !important;
        width: calc(100% - 30px) !important;
    }

    .mfp-close-btn-in .mfp-close {
        right: 15px;
        top: 15px;
        width: 20px;
        height: 20px;
    }

    #ukrcredit-popup .prop_calc {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px) {
    .ocf-btn-link:hover {
        color: #FFAF15;
        text-decoration: none;
    }

    .ocf-search-btn-popover:hover {
        background: #FFAF15 !important;
    }

    .ocf-search-btn-static:hover {
        background: #FFAF15 !important;
    }

    .order-aside .btn-primary:hover {
        background: #FFAF15;
    }

    .mfp-close-btn-in .mfp-close:hover {
        background: url("../icons/burger-2.svg") center no-repeat;
        background-size: contain;
    }
}

/*-custom*/
/*start*/
.start {
    overflow-y: visible;
    overflow-x: clip;
}

.start-wrap {
    position: relative;
}

.start-slider {
    border-radius: 30px;
    overflow: hidden;
}

.start-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.start-slide picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.start-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.start-nav {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    padding: 2px;
    border-radius: 40px;
    background: #F5F5F5;
}

.start-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: 64px;
    color: rgba(15, 162, 78, 0.5);
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
}

.start-pagination .swiper-pagination-current {
    color: #0FA24E;
    font-weight: 600;
}

.start-contain {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    margin-top: 20px;
}

.start-tabs {
    width: calc(100% - 210px);
    margin: 0px;
    overflow: visible;
}

.start-tabs::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    width: 1500px;
    background: #F1F1F1;
}

.start-tabs::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    width: 1500px;
    background: #F1F1F1;
}

.start-tab {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 140px;
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    padding: 20px;
    transition: 0.3s;
}

.start-tab_img {
    position: absolute;
    right: 24px;
    top: 0;
    width: 150px;
    height: 100%;
}

.start-tab_h {
    position: relative;
    z-index: 2;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.start-tab_a {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.start-arrow {
    position: relative;
    z-index: 2;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 200px;
    min-width: 200px;
    height: 140px;
    border-radius: 30px;
    background: #FFF;
    padding: 20px;
    transition: 0.3s;
}

.start-arrow span {
    width: 100%;
    color: #0FA24E;
    font-size: 22px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.44px;
    text-align: left;
    margin-top: 20px;
}

.start-arrow.active {
    display: flex;
}

@media (max-width: 1200px) {
    .start-slide {
        height: fit-content;
    }

    .start-nav {
        position: static;
        width: fit-content;
        background: #FFF;
        padding: 4px 10px;
        margin: 10px auto 0px auto;
    }

    .start-pagination {
        font-size: 16px;
        width: fit-content;
    }

    .start-prev {
        display: none;
    }

    .start-next {
        display: none;
    }

    .start-tabs {
        width: calc(100% - 200px);
    }

    .start-arrow {
        width: 190px;
        min-width: 190px;
    }
}

@media (max-width: 800px) {
    .start-slider {
        border-radius: 20px;
    }

    .start-slide {
        height: 80vw;
    }

    .start-tabs {
        width: 100%;
    }

    .start-tabs::after {
        display: none;
    }

    .start-tabs::before {
        display: none;
    }

    .start-tabs .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .start-tab {
        height: 90px;
        padding: 12px;
        border-radius: 20px;
    }

    .start-tab_img {
        height: 100%;
        width: 96px;
        right: 12px;
    }

    .start-tab_h {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .start-arrow {
        display: none !important;
    }

    .swiper-slide:nth-child(4) {
        grid-row-start: 2;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .swiper-slide:nth-child(8) {
        grid-row-start: 4;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .swiper-slide:nth-child(12) {
        grid-row-start: 6;
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .swiper-slide:nth-child(16) {
        grid-row-start: 8;
        grid-column-start: 1;
        grid-column-end: 2;
    }
}

@media (min-width: 1200px) {
    .start-slide:hover img {
        transform: scale(1.01);
    }

    .start-tab:hover {
        box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }

    .start-arrow:hover {
        box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    }
}

/*-start*/
/*action*/
.action {
    overflow: visible;
}

.action .container {
    position: relative;
}

.action-wrap {
    position: relative;
}

.action-slider {
    overflow: hidden;
    border-radius: 30px;
    padding: 5px;
}

.action-slide {
    width: 505px;
}

.action-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
    transition: 0.3s;
}

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

.action-a {
    position: absolute;
    right: 140px;
    top: -90px;
}

@media (max-width: 1200px) {
    .action-slider {
        padding: 0px;
    }
}

@media (max-width: 800px) {
    .action {
        overflow-y: visible;
        overflow-x: clip;
    }

    .action-slider {
        overflow: visible;
    }

    .action-slide {
        width: 325px;
    }

    .action-item {
        height: 200px;
        border-radius: 20px;
    }

    .action-a {
        position: static;
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .action-item:hover {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    }
}

/*-action*/
/*bren*/
.bren {
    border-radius: 40px;
    background: #0FA24E;
    padding: 60px 0px;
}

.bren .section-h {
    color: #FFF;
}

.bren-slider {
    overflow: visible;
}

.bren-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.bren-slide {
    width: 180px;
}

.bren-slide_a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: 0.2s;
}

.bren-slide_a img {
    width: auto;
    height: auto;
    max-width: 130px;
    max-height: 80px;
}

.bren-slide_a img:nth-child(2) {
    display: none;
}

@media (max-width: 1200px) {
    .bren {
        padding: 40px 0px;
    }
}

@media (max-width: 800px) {
    .bren {
        border-radius: 30px;
        padding: 20px 0px;
    }

    .bren-slide {
        width: 110px;
    }

    .bren-slide_a {
        width: 120px;
        height: 120px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .bren-slide_a img {
        max-width: 78px;
        max-height: 48px;
    }
}

@media (min-width: 1200px) {
    .bren-slide_a:hover {
        z-index: 2;
        background: #FFF;
        border: 2px solid #FFF;
    }

    .bren-slide_a:hover img:nth-child(1) {
        display: none;
    }

    .bren-slide_a:hover img:nth-child(2) {
        display: block;
    }
}

/*-bren*/
/*news*/
.news {
    overflow: visible;
}

.news-boxs {
    columns: 4;
    column-gap: 20px;
    margin-bottom: -20px;
}

.news-box {
    padding-bottom: 20px;
}

.news-item {
    display: inline-block;
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    transition: 0.2s;
}

.news-item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 170px;
}

.news-item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.news-item_text {
    width: 100%;
    padding: 20px;
}

.news-item_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 15px;
}

.news-item_label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: fit-content;
    color: #FFAF15;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 2px solid #FFAF15;
    padding: 0 8px;
    transition: 0.2s;
}

.news-item_label.two {
    color: #0FA24E;
    border: 2px solid #0FA24E;
}

.news-item_date {
    color: rgba(29, 29, 29, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    transition: 0.2s;
}

.news-item_h {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.44px;
    margin-top: 15px;
    transition: 0.2s;
}

.news-link {
    position: relative;
    display: inline-block;
    height: 300px;
    width: 100%;
    background: #FFF;
    border-radius: 30px;
    padding: 30px;
    transition: 0.2s;
}

.news-link_h {
    color: #0FA24E;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    max-width: 185px;
    transition: 0.2s;
}

.news-link_arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background: #0FA24E;
    border-radius: 50%;
    margin-left: auto;
    transition: 0.2s;
}

.news-link_arrow svg {
    fill: #fff;
    transition: 0.2s;
}

@media (max-width: 1200px) {
    .news-boxs {
        display: flex;
        flex-direction: column;
        grid-gap: 20px;
        columns: auto;
        column-gap: normal;
        margin-bottom: 0px;
    }

    .news-box {
        padding-bottom: 0px;
    }

    .news-item {
        display: flex;
        border-radius: 20px;
    }

    .news-item:nth-child(2) {
        display: block;
    }

    .news-item_img {
        height: 210px;
        width: 50%;
        min-width: 50%;
    }

    .news-item_img img {
        border-radius: 20px;
    }

    .news-item_h {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .news-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 30px 20px;
        border-radius: 20px;
        height: auto;
    }

    .news-link_h {
        max-width: 100%;
        grid-gap: 16px;
    }

    .news-link_arrow {
        position: static;
    }
}

@media (max-width: 800px) {
    .news-boxs {
        grid-gap: 10px;
    }

    .news-item_img {
        height: auto;
        min-height: 31.2vw;
    }

    .news-item_text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 15px;
    }

    .news-item_label {
        height: 18px;
        border: 1px solid #FFAF15;
        padding: 0 5px;
        font-size: 10px;
        letter-spacing: -0.2px;
    }

    .news-item_label.two {
        border: 1px solid #0FA24E;
    }

    .news-item_date {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .news-item_h {
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-top: 12px;
    }

    .news-link {
        padding: 30px 15px;
    }

    .news-link_h {
        font-size: 22px;
        letter-spacing: -0.44px;
    }

    .news-link_arrow {
        height: 40px;
        width: 40px;
    }

    .news-link_arrow svg {
        width: 16px;
        height: 16px;
    }
}

@media (min-width: 1200px) {
    .news-item:hover {
        box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    }

    .news-link:hover {
        box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    }
}

/*-news*/
/*article*/
.article {
    overflow: visible;
}

.article-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: flex-start;
}

.article-nav {
    position: sticky;
    top: 150px;
    grid-column-start: 1;
    grid-column-end: 4;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.article-nav_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.article-nav_close {
    display: none;
}

.article-nav_name {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.article-nav_ol {
    counter-reset: item;
    display: grid;
    gap: 10px;
}

.article-nav_ol li {
    position: relative;
    padding-left: 25px;
}

.article-nav_ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    color: #0FA24E;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
}

.article-nav_ol a {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    transition: 0.1s;
}

.article-contain {
    grid-column-start: 4;
    grid-column-end: 10;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
}

.article-top {
    display: grid;
    gap: 30px;
}

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

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

.article-label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    width: fit-content;
    color: #FFAF15;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 2px solid #FFAF15;
    padding: 0 8px;
    transition: 0.2s;
}

.article-label.two {
    color: #0FA24E;
    border: 2px solid #0FA24E;
}

.article-date {
    color: rgba(29, 29, 29, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.article-author {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(29, 29, 29, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.article-author span {
    color: #1E1E1E;
}

.article-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
}

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

.article-bottom {
    margin-top: 40px;
}

.article-banner {
    position: sticky;
    top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-start: 10;
    grid-column-end: 13;
    width: 100%;
}

.article-banner picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.article-banner img {
    width: 100%;
    height: auto;
    border-radius: 30px;
}

.article-btn {
    display: none;
}

@media (max-width: 1200px) {
    .article-wrap {
        display: block;
    }

    .article-nav {
        border-radius: 0px;
        padding: 20px 15px;
        display: none;
    }

    .article-nav_close {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .article-btn {
        display: flex;
    }

    .article-banner {
        margin-top: 60px;
    }
}

@media (max-width: 800px) {
    .article-img {
        height: 42.667vw;
        border-radius: 15px;
    }

    .article-contain {
        padding: 20px;
        border-radius: 20px;
    }

    .article-top {
        gap: 20px;
    }

    .article-info {
        align-items: flex-end;
    }

    .article-info_wrap {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }

    .article-label {
        height: 26px;
        font-size: 12px;
        line-height: 80%;
        letter-spacing: -0.24px;
        padding: 0px 8px;
    }

    .article-date {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .article-author {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .article-content {
        margin-top: 30px;
    }

    .article-banner img {
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
    .article-nav_ol a:hover {
        color: #0FA24E;
    }
}

/*-article*/
/*hits*/
.hits {
    overflow-y: visible;
    overflow-x: clip;
}

.hits-slider {
    position: relative;
    left: -10px;
    overflow-y: visible;
    overflow-x: clip;
    width: calc(100% + 20px);
    padding: 0px 10px;
}

@media (max-width: 800px) {
    .hits-slider {
        left: auto;
        width: calc(100% - 10px);
        margin-left: 0;
        padding: 0px;
        overflow: visible;
    }

    .hits-slider::after {
        display: none;
    }

    .hits-slider::before {
        display: none;
    }
}

@media (min-width: 800px) {
    .hits-two .item-img {
        height: 243px;
    }

    .hits-two .item-price_total {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .hits-two .item-price_discount {
        font-size: 12px;
    }

    .hits-two .item-number_total {
        font-size: 16px;
    }

    .hits-two .item-number_total span {
        height: 16px;
        padding: 0px 4px;
    }

    .hits-two .item-number_total svg {
        width: 15px;
        height: 15px;
    }

    .hits-two .item-number_amount {
        font-size: 12px;
    }

    .hits-two .item-add {
        width: 30px;
        height: 30px;
        background: transparent;
    }

    .hits-two .item-add_busket svg {
        fill: #FFAF15;
    }

    .hits-two .item-add_sum {
        right: -2px;
        top: -2px;
    }
}

@media (min-width: 1200px) {
    .hits-two .item-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 300px;
        border-radius: 20px;
        overflow: hidden;
        background: #FFF;
    }

    .hits-slider:hover {
        z-index: 3;
    }

    .hits-two .item-add:hover .item-add_busket svg {
        fill: #0FA24E;
    }
}

/*-hits*/
/*info*/
.info-wrap {
    border-radius: 40px;
    background: #FFF;
    padding: 40px 60px;
}

.info-h {
    margin-bottom: 30px;
}

.info-content {
    position: relative;
    overflow: hidden;
    max-height: 140px;
}

.info-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.info-content.active {
    max-height: fit-content;
}

.info-content.active::after {
    display: none;
}

.info-more {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .info-wrap {
        padding: 40px;
    }
}

@media (max-width: 800px) {
    .info-wrap {
        border-radius: 30px;
        padding: 20px;
    }

    .info-h {
        margin-bottom: 25px;
    }

    .info-content {
        max-height: 330px;
    }

    .info-more {
        margin-top: 16px;
    }
}

/*-info*/
/*catalog*/
.catalog {
    overflow: visible;
}

.catalog-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: flex-start;
}

.catalog-aside {
    grid-column-start: 1;
    grid-column-end: 4;
}

.catalog-contain {
    grid-column-start: 4;
    grid-column-end: 13;
}

.catalog-filter {
    display: none;
}

.catalog-delete {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.catalog-delete_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 40px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0px 15px;
    border-radius: 15px;
    background: #0FA24E;
    transition: 0.2s;
}

.catalog-delete_btn::after {
    content: "";
    width: 18px;
    height: 18px;
    background: url("../icons/close-1.svg") center no-repeat;
    background-size: contain;
}

.catalog-delete_clear {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 40px;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0px 15px;
    border-radius: 15px;
    background: #FFF;
    transition: 0.2s;
}

.catalog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

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

.catalog-sort_select {
    min-width: 295px;
}

.catalog-sort_name {
    white-space: nowrap;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
}

.catalog-tile {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.catalog-tile_label {
    color: rgba(29, 29, 29, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.catalog-tile_tabs {
    display: flex;
    grid-gap: 5px;
}

.catalog-tile_tabs li {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.catalog-tile_tabs li svg {
    fill: rgba(15, 162, 78, 0.3);
    transition: 0.1s;
}

.catalog-tile_tabs li.active svg {
    fill: #0FA24E;
}

.catalog-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

@media (max-width: 992px) {
    .catalog-wrap {
        display: block;
    }
}

@media (max-width: 1200px) {

    .catalog-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-filter {
        display: none;
        width: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 800px) {
    .catalog-filter {
        display: flex;
    }

    .catalog-tile {
        display: none;
    }

    .catalog-delete {
        gap: 8px;
        margin-bottom: 15px;
    }

    .catalog-delete_btn {
        gap: 5px;
        height: 32px;
        font-size: 15px;
        letter-spacing: -0.3px;
        border-radius: 10px;
        padding: 0px 10px;
    }

    .catalog-delete_btn::after {
        width: 16px;
        height: 16px;
    }

    .catalog-delete_clear {
        gap: 5px;
        height: 32px;
        font-size: 15px;
        letter-spacing: -0.3px;
        border-radius: 10px;
        padding: 0px 10px;
    }

    .catalog-sort {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .catalog-sort_select {
        width: 100%;
        min-width: auto;
    }

    .catalog-sort_name {
        font-size: 15px;
    }

    .catalog-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}

@media (min-width: 800px) {
    .catalog-items.active {
        grid-template-columns: repeat(1, 1fr);
    }

    .catalog-items.active .item {
        display: flex;
        border-radius: 30px;
    }

    .catalog-items.active .item-img {
        width: 253px;
        min-width: 253px;
        height: 285px;
    }

    .catalog-items.active .item-center {
        width: 100%;
        padding: 20px;
    }

    .catalog-items.active .item-h {
        height: 82px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 22px;
        letter-spacing: -0.44px;
        margin-top: 20px;
    }

    .catalog-items.active .item-bottom {
        width: 315px;
        min-width: 315px;
        padding: 20px 20px 20px 0px;
    }

    .catalog-items.active > .item-info {
        margin-top: 0px;
    }

    .catalog-items.active .item-info_box {
        justify-content: space-between;
        width: 100%;
    }

    .catalog-items.active .item-number {
        order: -1;
        margin: 0px;
    }

    .catalog-items.active .item-add {
        min-width: 50px;
        margin-left: 20px;
    }

    .catalog-items.active .item-hide {
        position: static;
        opacity: 1;
        pointer-events: auto;
        padding: 0px;
        box-shadow: none;
        background: transparent;
    }

    .catalog-items.active .item-ul {
        display: grid;
        grid-gap: 10px;
    }
}

@media (min-width: 1200px) {
    .catalog-tile_tabs li:hover svg {
        fill: #FFAF15;
    }

    .catalog-delete_btn:hover {
        background: #FFAF15;
    }

    .catalog-delete_clear:hover {
        color: #FFAF15;
    }
}

/*-catalog*/
/*product*/
.product-top {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-top_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #0FA24E;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    padding: 0px 15px;
    border-radius: 15px;
    background: #FFF;
    border: 1px solid #FFF;
    transition: 0.1s;
}

.product-top_btn span {
    display: flex;
    align-items: center;
    color: #212529;
    margin-left: 5px;
}

.product-top_btn span:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin: 0px 10px;
    background: #909294;
}

.product-top_favorit path:nth-child(1) {
    fill: #0FA24E;
}

.product-top_favorit.active {
    background: #0FA24E;
    border: 1px solid #0FA24E;
}

.product-top_favorit.active path:nth-child(1) {
    fill: #FFF;
}

.product-top_simile svg {
    fill: #0FA24E;
}

.product-top_simile.active {
    background: #0FA24E;
    border: 1px solid #0FA24E;
}

.product-top_simile.active svg {
    fill: #FFF;
}

.product-wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 10px;
}

.product-contain {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 705px;
    min-width: 705px;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.product-labels {
    position: absolute;
    z-index: 3;
    left: 130px;
    top: 20px;
    display: flex;
    gap: 5px;
    pointer-events: none;
}

.product-labels span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 27px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    padding: 0px 8px;
    border-radius: 20px;
    text-transform: uppercase;
}

.product-trumbs {
    height: 436px;
    width: 100px;
    min-width: 100px;
    margin: 0px;
}

.product-trumb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.product-trumb img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-trumb.swiper-slide-thumb-active {
    border: 1px solid #0FA24E;
}

.product-trumb.active:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: url("../icons/play-1.svg") center no-repeat;
    background-size: contain;
}

.product-arrow {
    position: absolute;
    z-index: 2;
    left: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-arrow svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.product-arrow.swiper-button-disabled {
    opacity: 0.5;
}

.product-prev {
    top: 20px;
}

.product-next {
    bottom: 20px;
}

.product-pagination {
    display: none;
}

.product-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
    background: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
}

.product-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-slide.active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url("../icons/play-1.svg") center no-repeat;
    background-size: contain;
}

.product-code {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-top: 20px;
}

.product-selects {
    display: grid;
    gap: 1px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
}

.product-select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    padding: 15px 20px;
    cursor: pointer;
    transition: 0.1s;
}

.product-select_wrap {
    display: flex;
    align-items: center;
}

.product-select_point {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-select_box {
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    margin-right: 20px;
}

.product-select_box::after {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #0FA24E;
    opacity: 0;
}

.product-select_point:checked + .product-select_box {
    border: 1px solid #0FA24E;
}

.product-select_point:checked + .product-select_box::after {
    opacity: 1;
}

.product-select_cover {
    display: flex;
    align-items: center;
}

.product-select_number {
    display: grid;
    gap: 5px;
    width: 170px;
    min-width: 170px;
}

.product-select_kg {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.product-select_kg span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 20px;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.2px;
    padding: 0px 6px;
    border-radius: 20px;
    background: #FFAF15;
}

.product-select_kg svg {
    position: relative;
    z-index: 3;
    fill: rgba(30, 30, 30, 0.5);
    width: 18px;
    height: 18px;
    cursor: pointer;
    transition: 0.1s;
}

.product-select_amount {
    color: rgba(30, 30, 30, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
}

.product-select_price {
    display: grid;
    gap: 4px;
}

.product-select_total {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.product-select_discount {
    color: rgba(33, 37, 41, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-decoration: line-through;
}

.product-select_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.product-select_none {
    opacity: 0.5;
    pointer-events: none;
}

.product-select.product-select_stock .product-select_label {
    color: #0FA24E;
}

.product-select.product-select_ends .product-select_label {
    color: #FFAF15;
}

.product-bottom {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
}

.product-buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: fit-content;
}

.product-buttons_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF;
    transition: 0.1s;
}

.product-buttons_btn svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.product-buttons_input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #0FA24E;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    background: #FFF;
    text-align: center;
}

.product-bottom_wrap {
    width: 100%;
}

.product-send {
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
    padding: 0px 20px;
}

.product-link {
    color: #0FA24E;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    border-bottom: 1px dashed #0FA24E;
    transition: 0.1s;
}

.product-bottom_pay {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: 10px;
}

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

.product-mob {
    display: none;
}

.product-cover {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-top: 60px;
}

.product-boxs {
    width: 705px;
    min-width: 705px;
}


.product-boxs .content  table {
    border: 1px solid #E8E8E8;
}

.black .product-boxs .content  table {
    border: 1px solid #535353;
}

.product-boxs .content  td,
.product-boxs .content  th {
    text-align: center;
}

.product-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content;
    height: 50px;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    border-radius: 15px;
    background: #FFF;
    padding: 0px 10px;
    transition: 0.1s;
}

.product-box {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
    margin-top: 10px;
}

.product-box_h {
    color: #0FA24E !important;
}

.product-box_h svg {
    display: none;
}

.product-box_bottom {
    margin-top: 20px;
}

.product-box_ul {
    display: grid;
    gap: 10px;
}

.product-box_li {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}

.product-box_li span {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.product-box_li span:nth-child(1) {
    color: rgba(30, 30, 30, 0.5);
}

.product-box_li span:nth-child(1)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed rgba(30, 30, 30, 0.5);
}

.product-box_li b {
    position: relative;
    z-index: 2;
    width: fit-content;
    font-weight: 400;
    background: #FFF;
    padding-right: 5px;
}

.product-box_li a {
    display: inline;
    color: #0FA24E;
    text-decoration: underline;
}

.product-aside {
    display: grid;
    gap: 20px;
    width: 100%;
}

.product-aside_h {
    color: #0FA24E;
}

.product-aside_h svg {
    display: none;
}

.product-aside_box {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.product-aside_ul {
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
}

.product-aside_li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.product-aside_li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

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

.product-aside_icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.product-aside_text {
    display: grid;
    gap: 5px;
}

.product-aside_name {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.product-aside_a {
    color: #0FA24E;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    transition: 0.1s;
}

.product-aside_label {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    text-align: right;
    min-width: fit-content;
}

.product-aside_banner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 540px;
    border-radius: 30px;
    overflow: hidden;
}

.product-aside_banner picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

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

.product-info {
    width: 100%;
}

.product-info.disable .product-bottom {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .product {
        margin-bottom: 30px;
    }

    .product-wrap {
        display: block;
    }

    .product-contain {
        width: 100%;
        min-width: 100%;
    }

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

    .product-cover {
        display: block;
    }

    .product-boxs {
        width: 100%;
        min-width: 100%;
    }

    .product-aside {
        gap: 10px;
        margin-top: 10px;
    }

    .product-aside_banner {
        margin-top: 20px;
        height: 68.333vw;
    }
}

@media (max-width: 800px) {
    .product-top_btn {
        height: auto;
        font-size: 15px;
        padding: 10px 10px;
    }

    .product-top_btn:nth-child(2) {
        display: none;
    }

    .product-contain {
        padding: 15px 15px 30px 15px;
        border-radius: 20px;
    }

    .product-contain .product-labels {
        display: none;
    }

    .product-trumbs {
        display: none;
    }

    .product-arrow {
        display: none;
    }

    .product-slide {
        height: 77.333vw;
        border-radius: 15px;
    }

    .product-slide.active::after {
        width: 50px;
        height: 50px;
    }

    .product-pagination {
        position: absolute;
        bottom: 10px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: #E8E8E8;
        opacity: 1;
    }

    .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #0FA24E;
    }

    .product-mob {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 15px;
    }

    .product-labels {
        position: static;
    }

    .product-labels span {
        font-size: 12px;
        height: 22px;
    }

    .product-star {
        display: flex;
        align-items: center;
        color: #0FA24E;
        font-size: 16px;
        font-weight: 500;
        line-height: 80%;
        letter-spacing: -0.32px;
    }

    .product-star svg {
        margin-right: 5px;
    }

    .product-star span {
        display: flex;
        align-items: center;
        color: #212529;
    }

    .product-star span:after {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #909294;
        margin: 0px 10px;
    }

    .product-code {
        margin-top: 15px;
    }

    .product-selects {
        margin-top: 20px;
        border-radius: 20px;
    }

    .product-select {
        align-items: flex-start;
        padding: 15px;
    }

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

    .product-select_box {
        margin-right: 10px;
    }

    .product-select_cover {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .product-select_price {
        display: flex;
        align-items: center;
        gap: 10px;
        order: -1;
    }

    .product-select_total {
        font-size: 18px;
    }

    .product-select_discount {
        font-size: 12px;
    }

    .product-select_number {
        display: flex;
        align-items: center;
        width: 100%;
        min-width: auto;
    }

    .product-select_kg {
        font-size: 15px;
    }

    .product-select_amount {
        font-size: 12px;
    }

    .product-select_label {
        font-size: 13px;
    }

    .product-bottom {
        gap: 10px;
        margin-top: 10px;
    }

    .product-buttons_btn {
        width: 40px;
        height: 40px;
    }

    .product-buttons_btn svg {
        width: 20px;
        height: 20px;
    }

    .product-buttons_input {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .product-send {
        padding: 0px 15px;
    }

    .product-send svg {
        width: 25px;
        height: 25px;
    }

    .product-bottom_pay {
        padding: 0px;
        margin-top: 8px;
    }

    .product-link {
        font-size: 14px;
    }

    .product-cover {
        margin-top: 30px;
    }

    .product-links {
        display: none;
    }

    .product-box {
        padding: 15px;
        border-radius: 20px;
    }

    .product-box_h {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 16px;
    }

    .product-box_h svg {
        display: flex;
        min-width: 20px;
        transition: 0.1s;
    }

    .product-box_bottom {
        display: none;
    }

    .product-box_h.active svg {
        transform: rotate(180deg);
    }

    .product-box_h.active + .product-box_bottom {
        display: block;
    }

    .product-aside_box {
        padding: 15px;
        border-radius: 20px;
    }

    .product-aside_ul {
        left: -15px;
        width: calc(100% + 30px);
        display: none;
    }

    .product-aside_h {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 16px;
    }

    .product-aside_h svg {
        display: flex;
        min-width: 20px;
        transition: 0.1s;
    }

    .product-aside_h.active svg {
        transform: rotate(180deg);
    }

    .product-aside_h.active + .product-aside_ul {
        display: block;
    }

    .product-aside_li {
        padding: 12px 15px;
    }

    .product-aside_wrap {
        gap: 15px;
    }

    .product-aside_name {
        font-size: 16px;
    }

    .product-aside_a {
        font-size: 14px;
    }

    .product-aside_icon {
        width: 30px;
        min-width: 30px;
        height: 30px;
    }

    .product-aside_label {
        display: none;
    }

    .product-aside_banner {
        height: 96vw;
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
    .product-top_btn:hover {
        border: 1px solid #0FA24E;
    }

    .product-arrow:hover svg {
        fill: #FFAF15;
    }

    .product-select_kg svg:hover {
        fill: #0FA24E;
    }

    .product-select:hover {
        background: #E7F6ED;
    }

    .product-select:hover .product-select_box {
        border: 1px solid #0FA24E;
        background: #FFF;
    }

    .product-buttons_btn:hover {
        background: #0FA24E;
    }

    .product-buttons_btn:hover svg {
        fill: #FFF;
    }

    .product-links a:hover {
        color: #FFF;
        background: #0FA24E;
    }

    .product-link:hover {
        color: #FFAF15;
        border-bottom: 1px dashed #FFAF15;
    }

    .product-aside_a:hover {
        color: #FFAF15;
    }

    .product-box_li a:hover {
        color: #FFAF15;
    }
}

/*-product*/
/*rating*/
.rating {
    overflow: visible;
}

.rating-wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.rating-contain {
    display: grid;
    gap: 10px;
    width: 705px;
    min-width: 705px;
}

.rating-total {
    width: 100%;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.rating-total_wrap {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin-top: 30px;
}

.rating-total_numbers {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: fit-content;
    grid-area: 5px;
    text-align: center;
    padding-bottom: 24px;
}

.rating-total_ul {
    display: grid;
    gap: 10px;
    width: 100%;
}

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

.rating-total_star {
    min-width: 18px;
}

.rating-total_num {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.rating-total_line {
    position: relative;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background: #F1F1F1;
}

.rating-total_line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: #FFAF15;
}

.rating-comments {
    display: grid;
    gap: 10px;
}

.rating-comment {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

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

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

.rating-comment_ava {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background: url("../icons/ava-1.svg") center no-repeat;
    background-size: cover;
}

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

.rating-comment_text {
    display: grid;
    gap: 8px;
}

.rating-comment_text span:nth-child(1) {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.rating-comment_text span:nth-child(2) {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
}

.rating-comment_stars {
    display: block;
    width: 141px;
    min-width: 141px;
    height: 25px;
}

.rating-comment_stars[data-star="0"] {
    background: url("../icons/rating/rating-0.svg") center no-repeat;
    background-size: contain;
}

.rating-comment_stars[data-star="1"] {
    background: url("../icons/rating/rating-1.svg") center no-repeat;
    background-size: contain;
}

.rating-comment_stars[data-star="2"] {
    background: url("../icons/rating/rating-2.svg") center no-repeat;
    background-size: contain;
}

.rating-comment_stars[data-star="3"] {
    background: url("../icons/rating/rating-3.svg") center no-repeat;
    background-size: contain;
}

.rating-comment_stars[data-star="4"] {
    background: url("../icons/rating/rating-4.svg") center no-repeat;
    background-size: contain;
}

.rating-comment_stars[data-star="5"] {
    background: url("../icons/rating/rating-5.svg") center no-repeat;
    background-size: contain;
}

.rating-comment_p {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-top: 20px;
}

.rating-comment_more {
    color: rgba(30, 30, 30, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    transition: 0.1s;
    cursor: pointer;
    display: none;
    margin-top: 10px;
}

.rating-comment_p.active {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-comment_p.active + .rating-comment_more {
    display: block;
}

.rating-comment_p.active.open {
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: none;
    overflow: visible;
    text-overflow: none;
}

.rating-comment_p.active.open + .rating-comment_more {
    display: none;
}

.rating-comment_bottom {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    background: #F6F6F6;
}

.rating-comment_zoo {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.rating-comment_answer {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-top: 15px;
}

.rating-comment_add {
    display: none;
    color: rgba(30, 30, 30, 0.7);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
    transition: 0.1s;
    cursor: pointer;
    margin-top: 10px;
}

.rating-comment_answer.active {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rating-comment_answer.active + .rating-comment_add {
    display: block;
}

.rating-comment_answer.active.open {
    display: block;
    -webkit-line-clamp: none;
    -webkit-box-orient: none;
    overflow: visible;
    text-overflow: none;
}

.rating-comment_answer.active.open + .rating-comment_add {
    display: none;
}

.rating-more {
    width: 100%;
}

.rating-form {
    position: sticky;
    top: 145px;
    width: 100%;
}

.rating-form_show {
    display: none;
}

.rating-form_wrap {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.rating-form_h {
    color: #0FA24E;
}

.rating-form_contain {
    margin-top: 30px;
}

.rating-form_stars {
    margin-bottom: 20px;
}

.rating-form_submit {
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .rating-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .rating-contain {
        width: 100%;
        min-width: 100%;
    }

    .rating-total {
        order: 1;
    }

    .rating-comments {
        order: 3;
    }

    .rating-form {
        order: 2;
        position: static;
    }

    .rating-form_show {
        display: flex;
        width: 100%;
    }

    .rating-form_wrap {
        display: none;
    }

    .rating-form_show.active {
        display: none;
    }

    .rating-form_show.active + .rating-form_wrap {
        display: block;
    }
}

@media (max-width: 800px) {
    .rating-total {
        padding: 15px;
        border-radius: 20px;
    }

    .rating-total_wrap {
        gap: 20px;
        margin-top: 20px;
    }

    .rating-total_numbers span:nth-child(1) {
        font-size: 34px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.68px;
    }

    .rating-total_numbers span:nth-child(2) {
        font-size: 13px;
        line-height: 100%;
        letter-spacing: -0.26px;
    }

    .rating-total_ul {
        gap: 8px;
    }

    .rating-total_num {
        font-size: 15px;
    }

    .rating-total_star {
        width: 15px;
        min-width: 15px;
        height: 15px;
    }

    .rating-total_line {
        height: 8px;
    }

    .rating-form_wrap {
        padding: 15px;
        border-radius: 20px;
    }

    .rating-form_contain {
        margin-top: 20px;
    }

    .rating-form_submit {
        margin-top: 20px;
    }

    .rating-comment {
        padding: 15px;
        border-radius: 20px;
    }

    .rating-comment_cover {
        gap: 15px;
    }

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

    .rating-comment_ava {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .rating-comment_text span:nth-child(1) {
        font-size: 16px;
    }

    .rating-comment_text span:nth-child(2) {
        font-size: 14px;
    }

    .rating-comment_stars {
        width: 96px;
        min-width: 96px;
        height: 16px;
    }

    .rating-comment_p {
        margin-top: 15px;
    }

    .rating-comment_bottom {
        padding: 15px;
    }

    .rating-comment_answer {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .rating-comment_more:hover {
        color: #0FA24E;
    }

    .rating-comment_add:hover {
        color: #0FA24E;
    }
}

/*-rating*/
/*basket*/
.basket .section-h {
    display: flex;
    align-items: center;
    gap: 20px;
}

.basket .section-h span {
    overflow: hidden;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.basket-action {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    padding: 25px;
    overflow: hidden;
}

.basket-action::before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0FA24E;
}

.basket-action::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: 412px;
    top: -2%;
    width: 236px;
    height: 104%;
    background: url("../img/basket/basket-1.png") center no-repeat;
    background-size: cover;
}

.basket-action_text {
    display: grid;
    gap: 10px;
}

.basket-action_h {
    color: #FFF;
}

.basket-action_p {
    color: rgba(255, 255, 255, 0.8);
}

.basket-action_a {
    width: 360px;
}

.basket-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: flex-start;
    margin-top: 20px;
}

.basket-items {
    display: grid;
    gap: 20px;
    grid-column-start: 1;
    grid-column-end: 9;
}

.basket-item {
    display: flex;
    border-radius: 30px;
    background: #FFF;
}

.basket-item_left {
    position: relative;
    width: 170px;
    min-width: 170px;
}

.basket-item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    background: #FFF;
}

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

.basket-item_labels {
    position: absolute;
    left: 15px;
    top: 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    pointer-events: none;
}

.basket-item_labels span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 27px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    border-radius: 20px;
    padding: 0px 8px;
}

.basket-item_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.basket-item_top {
    display: flex;
    justify-content: space-between;
}

.basket-item_name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.1s;
}

.basket-item_code {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-top: 12px;
}

.basket-item_info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 210px;
    min-width: 210px;
    margin-left: 40px;
}

.basket-item_number {
    display: grid;
    gap: 8px;
}

.basket-item_pieces {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.basket-item_pieces span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 20px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.2px;
    padding: 0px 6px;
    border-radius: 20px;
    background: #FFAF15;
}

.basket-item_amount {
    color: rgba(30, 30, 30, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
}

.basket-item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.basket-item_total {
    color: #0FA24E;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.44px;
}

.basket-item_discount {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-decoration: line-through;
}

.basket-item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

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

.basket-item_favorit {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.basket-item_favorit svg {
    width: 25px;
    height: 25px;
}

.basket-item_favorit path:nth-child(1) {
    fill: rgba(30, 30, 30, 0.5);
}

.basket-item_favorit path:nth-child(2) {
    fill: #0FA24E;
    display: none;
}

.basket-item_favorit.active path:nth-child(1) {
    fill: #0FA24E;
}

.basket-item_favorit.active path:nth-child(2) {
    display: block;
}

.basket-item_delete {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.basket-item_delete svg {
    width: 25px;
    height: 25px;
    fill: rgba(30, 30, 30, 0.5);
}

.basket-item_more {
    display: flex;
    align-items: center;
    gap: 5px;
}

.basket-item_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    transition: 0.1s;
}

.basket-item_btn svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.basket-item_input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #0FA24E;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    text-align: center;
}

.basket-aside {
    grid-column-start: 9;
    grid-column-end: 13;
}

.basket-info {
    border-radius: 30px;
    background: #FFF;
}

.basket-info_ul {
    display: grid;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.basket-info_item {
    display: flex;
    justify-content: space-between;
}

.basket-info_item span {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.basket-info_item span:last-child {
    font-weight: 600;
}

.basket-info_weight {
    display: flex;
    justify-content: space-between;
}

.basket-info_weight span {
    color: rgba(30, 30, 30, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.basket-info_point {
    display: flex;
    justify-content: space-between;
}

.basket-info_point span {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.basket-info_point b {
    font-weight: 400;
    color: #FF3F15;
}

.basket-info_ol {
    display: grid;
    gap: 20px;
    padding: 20px;
}

.basket-info_total {
    display: flex;
    justify-content: space-between;
}

.basket-info_total span {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.basket-info_total span:last-child {
    font-weight: 600;
}

.basket-info_discount {
    display: flex;
    justify-content: space-between;
}

.basket-info_discount span {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.basket-info_buttons {
    display: grid;
    gap: 12px;
    padding: 5px 20px 20px 20px;
}

.basket-info_buttons a {
    width: 100%;
}

.basket-info_buttons button {
    width: 100%;
}

.basket-promo {
    display: grid;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
    margin-top: 20px;
}

.basket-promo_form {
    display: flex;
    gap: 10px;
}

@media (max-width: 1200px) {
    .basket-wrap {
        display: block;
    }

    .basket-action {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .basket-action::after {
        right: 0;
        top: 0;
        width: 120px;
        height: 146px;
        background: url("../img/basket/basket-1s.png") center no-repeat;
        background-size: contain;
    }

    .basket-action_text {
        max-width: 400px;
    }

    .basket-action_a {
        width: 100%;
    }

    .basket-aside {
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .basket-item_favorit span {
        display: none;
    }

    .basket-item_delete span {
        display: none;
    }

    .basket-action {
        padding: 16px;
        border-radius: 20px;
    }

    .basket-action_text {
        max-width: 230px;
    }

    .basket-item {
        border-radius: 20px;
    }

    .basket-item_top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .basket-item_info {
        width: 100%;
        min-width: 100%;
        margin: 15px 0px 0px 0px;
    }

    .basket-item_bottom {
        align-items: center;
        margin-top: 15px;
    }

    .basket-item_buttons {
        gap: 15px;
    }

    .basket-item_btn {
        width: 35px;
        height: 35px;
    }

    .basket-item_btn svg {
        width: 15px;
        height: 15px;
    }

    .basket-item_input {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }

    .basket-item_number {
        gap: 5px;
    }

    .basket-item_pieces {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .basket-item_amount {
        font-size: 11px;
        letter-spacing: -0.22px;
    }

    .basket-item_total {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .basket-item_discount {
        font-size: 11px;
        letter-spacing: -0.22px;
    }

    .basket-item_code {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .basket-item_name {
        font-size: 15px;
        letter-spacing: -0.3px;
    }

    .basket-item_text {
        padding: 15px;
    }

    .basket-item_left {
        width: 110px;
        min-width: 110px;
        padding: 10px 0px 0px 10px;
    }

    .basket-item_labels span {
        height: 18px;
        padding: 0 5px;
        font-size: 10px;
        line-height: 80%;
        letter-spacing: -0.2px;
    }

    .basket-item_img {
        height: 100px;
        border-radius: 20px;
        margin-top: 12px;
    }

    .basket-info {
        border-radius: 20px;
    }

    .basket-info_ul {
        gap: 10px;
        padding: 15px;
    }

    .basket-info_item span {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .basket-info_weight span {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .basket-info_point span {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .basket-info_ol {
        gap: 15px;
        padding: 15px;
    }

    .basket-info_total span {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .basket-info_discount span {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .basket-info_buttons {
        gap: 10px;
        padding: 5px 15px 15px 15px;
    }

    .basket-promo {
        padding: 15px;
        border-radius: 20px;
    }
}

@media (min-width: 1200px) {
    .basket-item_name:hover {
        color: #0FA24E;
    }

    .basket-item_favorit:hover {
        color: #0FA24E;
    }

    .basket-item_favorit:hover path {
        fill: #0FA24E;
    }

    .basket-item_delete:hover {
        color: #FF3F15;
    }

    .basket-item_delete:hover svg {
        fill: #FF3F15;
    }

    .basket-item_btn:hover {
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    .basket-item_btn:hover svg {
        fill: #FFF;
    }
}

/*-basket*/
/*order*/
.order {
    padding-bottom: 100px;
}

.order-top {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
    border-bottom: 1px solid #E8E8E8;
    background: #FFF;
    margin-bottom: 30px;
}

.order-top .container {
    display: flex;
    align-items: center;
    height: 95px;
}

.order-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.order-logo img {
    width: 270px;
    height: 55px;
}

.order-back {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 32px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 0px 12px;
    margin-bottom: 40px;
    transition: 0.2s;
}

.order-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: flex-start;
}

.order-boxs {
    display: grid;
    gap: 20px;
    grid-column-start: 1;
    grid-column-end: 8;
}

.order-box {
    display: grid;
    gap: 25px;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
}

.order-aside {
    grid-column-start: 8;
    grid-column-end: 13;
    border-radius: 30px;
    background: #FFF;
}

.order-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    align-items: flex-start;
}

.order-contain {
    display: grid;
    gap: 15px;
}

.order-label {
    opacity: 1;
}

.order-choices {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.order-inputs {
    display: grid;
    gap: 10px;
}

.order-pay {
    padding-left: 20px;
    margin-top: 15px;
}

.order-pay_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.order-pay_number {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.order-pay_number input {
    width: 20px;
    display: inline;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.order-pay_calc {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.order-pay_calc span {
    display: inline;
}

.order-pay_select {
    width: 160px;
}

.order-pay_range {
    margin-top: 24px;
}

.order-pay_range.noUi-target {
    height: 10px;
}

.order-pay_range.noUi-target .noUi-handle {
    height: 24px;
    width: 24px;
    top: -7px;
}

.order-items {
    border-radius: 30px 30px 0px 0px;
    background: #FFF;
}

.order-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px 20px 25px 20px;
    border-bottom: 1px solid #F1F1F1;
}

.order-item_left {
    width: 130px;
    min-width: 130px;
}

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

.order-item_labels span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 27px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    padding: 0px 8px;
    border-radius: 20px;
}

.order-item_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 130px;
    border-radius: 20px;
    background: #FFF;
    overflow: hidden;
    margin-top: 10px;
}

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

.order-item_text {
    width: 100%;
}

.order-item_name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.4px;
    transition: 0.1s;
}

.order-item_code {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
    margin-top: 12px;
}

.order-item_info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.order-item_number {
    display: grid;
    gap: 8px;
}

.order-item_pieces {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.order-item_pieces span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 20px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.2px;
    padding: 0px 6px;
    border-radius: 20px;
    background: #FFAF15;
}

.order-item_amount {
    color: rgba(30, 30, 30, 0.5);
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.24px;
}

.order-item_price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.order-item_total {
    color: #0FA24E;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.order-item_discount {
    color: rgba(30, 30, 30, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-decoration: line-through;
}

.order-item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
}

.order-item_buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.order-item_favorit {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-item_favorit svg {
    width: 30px;
    height: 30px;
}

.order-item_favorit path:nth-child(1) {
    fill: rgba(30, 30, 30, 0.5);
}

.order-item_favorit path:nth-child(2) {
    fill: #0FA24E;
    display: none;
}

.order-item_favorit.active path:nth-child(1) {
    fill: #0FA24E;
}

.order-item_favorit.active path:nth-child(2) {
    display: block;
}

.order-item_delete {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-item_delete svg {
    width: 30px;
    height: 30px;
    fill: rgba(30, 30, 30, 0.5);
}

.order-item_more {
    display: flex;
    align-items: center;
    gap: 5px;
}

.order-item_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    transition: 0.1s;
}

.order-item_btn svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.order-item_input {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    color: #0FA24E;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50%;
    background: #F6F6F6;
    border: 1px solid #E8E8E8;
    text-align: center;
}

.order-info {
    background: #FFF;
    border-radius: 0px 0px 30px 30px;
}

.order-info_ul {
    display: grid;
    gap: 12px;
    padding: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.order-info_item {
    display: flex;
    justify-content: space-between;
}

.order-info_item span {
    font-size: 22px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.44px;
}

.order-info_item span:last-child {
    font-weight: 600;
}

.order-info_weight {
    display: flex;
    justify-content: space-between;
}

.order-info_weight span {
    color: rgba(30, 30, 30, 0.7);
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.order-info_point {
    display: flex;
    justify-content: space-between;
}

.order-info_point span {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.order-info_point b {
    font-weight: 400;
    color: #FF3F15;
}

.order-info_bottom {
    display: grid;
    gap: 20px;
    padding: 20px;
}

.order-info_total {
    display: flex;
    justify-content: space-between;
}

.order-info_total span {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.56px;
}

.order-info_total span:nth-child(2) {
    font-weight: 600;
}

.order-info_send {
    width: 100%;
}

.order-info_number {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
    padding: 20px;
    border-bottom: 1px solid #F1F1F1;
}

.order-info_number a {
    display: inline;
    color: #0FA24E;
    text-decoration: underline;
}

.order-info_false {
    color: #FF3F15;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
    padding: 20px 20px 0px 20px;
}

.order-thank {
    width: 100%;
    max-width: 610px;
    margin: auto;
}

.order-thank .section-h {
    text-align: center;
    margin: auto;
}

.order-thank .order-info {
    border-radius: 30px;
}

@media (max-width: 1200px) {
    .order-wrap {
        display: flex;
        flex-direction: column;
    }

    .order-items {
        width: 100%;
        order: -1;
        border-radius: 30px;
    }

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

    .order-info {
        width: 100%;
        border-radius: 30px;
    }
}

@media (max-width: 800px) {
    .order {
        padding-bottom: 60px;
    }

    .order-top {
        margin-bottom: 20px;
        border-radius: 0px 0px 20px 20px;
    }

    .order-top .container {
        height: 65px;
    }

    .order-logo img {
        width: 165px;
        height: 35px;
    }

    .order-back {
        height: 30px;
        font-size: 14px;
        padding: 0px 10px;
        margin-bottom: 30px;
    }

    .order-wrap {
        gap: 10px;
    }

    .order-boxs {
        gap: 10px;
    }

    .order-box {
        gap: 20px;
        padding: 15px;
        border-radius: 20px;
    }

    .order-aside {
        margin-top: 10px;
    }

    .order-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    .order-choices {
        gap: 8px;
    }

    .order-pay_wrap {
        flex-wrap: wrap;
        gap: 10px;
    }

    .order-pay_number {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .order-pay_calc {
        width: 100%;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .order-pay_select {
        width: 140px;
    }

    .order-items {
        border-radius: 20px;
    }

    .order-info {
        border-radius: 20px;
    }

    .order-info_ul {
        gap: 10px;
        padding: 15px;
    }

    .order-info_item span {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .order-info_weight span {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .order-info_point span {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .order-info_bottom {
        gap: 15px;
        padding: 15px;
    }

    .order-info_total span {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .order-info_total .form-check_text span {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .order-info_number {
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 15px;
    }

    .order-info_false {
        font-size: 16px;
        letter-spacing: -0.32px;
        padding: 15px 15px 0px 15px;
    }

    .order-thank .order-info {
        border-radius: 20px;
    }

    .order-item {
        padding: 10px 15px 15px 10px;
    }

    .order-item_labels span {
        height: 18px;
        font-size: 10px;
        letter-spacing: -0.2px;
        padding: 0px 5px;
    }

    .order-item_left {
        width: 100px;
        min-width: 100px;
    }

    .order-item_img {
        height: 100px;
    }

    .order-item_name {
        font-size: 15px;
        letter-spacing: -0.3px;
        margin-top: 5px;
    }

    .order-item_code {
        font-size: 13px;
        letter-spacing: -0.26px;
        margin-top: 8px;
    }

    .order-item_number {
        gap: 5px;
    }

    .order-item_pieces {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .order-item_amount {
        font-size: 11px;
        letter-spacing: -0.22px;
    }

    .order-item_total {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .order-item_discount {
        font-size: 11px;
        letter-spacing: -0.22px;
    }

    .order-item_bottom {
        align-items: center;
        margin-top: 15px;
    }

    .order-item_favorit svg {
        width: 25px;
        height: 25px;
    }

    .order-item_delete svg {
        width: 25px;
        height: 25px;
    }

    .order-item_btn {
        width: 35px;
        height: 35px;
    }

    .order-item_btn svg {
        width: 15px;
        height: 16px;
    }

    .order-item_input {
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .order-back:hover {
        color: #fff;
        background: #0FA24E;
    }

    .order-item_name:hover {
        color: #0FA24E;
        color: #0FA24E;
    }

    .order-item_favorit:hover path {
        fill: #0FA24E;
    }

    .order-item_delete:hover svg {
        fill: #FF3F15;
    }

    .order-item_btn:hover {
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    .order-item_btn:hover svg {
        fill: #FFF;
    }
}

/*-order*/
/*profil*/
.profil-mob {
    display: none;
}

.profil-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    align-items: flex-start;
}

.profil-aside {
    grid-column-start: 1;
    grid-column-end: 4;
}

.profil-aside_top {
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.profil-aside_name {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
}

.profil-aside_close {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profil-aside_ul {
    display: grid;
    gap: 10px;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    background: #FFF;
}

.profil-aside_ul a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 10px;
    border-radius: 15px;
    background: #F5F5F5;
    transition: 0.1s;
}

.profil-aside_ul li.active a {
    color: #fff;
    background: #0FA24E;
}

.profil-aside_ul li.active svg {
    fill: #fff;
}

.profil-aside_ul button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: rgba(30, 30, 30, 0.7);
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 10px;
    border-radius: 15px;
    background: #F5F5F5;
    transition: 0.1s;
}

.profil-aside_ul svg {
    fill: #1E1E1E;
    transition: 0.1s;
}

.profil-user {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
    grid-column-start: 4;
    grid-column-end: 9;
}

.profil-info {
    position: relative;
    left: -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% + 40px);
    padding: 0px 20px 30px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #F1F1F1;
}

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

.profil-info_text {
    display: grid;
    gap: 10px;
}

.profil-info_price {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.profil-info_tel {
    display: -webkit-box;
    -webkit-box-align: center;
}

.profil-info_num {
    font-weight: 600;
    color: #0FA24E;
}

.profil-info_discount {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profil-info_tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profil-info_tooltip svg {
    fill: rgba(30, 30, 30, 0.5);
    transition: 0.1s;
}

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

.profil-inputs {
    display: grid;
    gap: 10px;
}

.profil-pet {
    display: grid;
    gap: 10px;
    grid-column-start: 9;
    grid-column-end: 13;
}

.profil-add {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.profil-add_text {
    display: grid;
    gap: 10px;
}

.profil-add_p {
    color: #1E1E1E;
}

.profil-add_svg {
    min-width: 80px;
}

.profil-breed {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.profil-breed_top {
    position: relative;
    left: -20px;
    display: flex;
    gap: 20px;
    width: calc(100% + 40px);
    border-bottom: 1px solid #F1F1F1;
    padding: 0px 20px 20px 20px;
    margin-bottom: 20px;
}

.profil-breed_h {
    word-break: break-all;
}

.profil-breed_text {
    display: grid;
    gap: 10px;
    width: 100%;
}

.profil-breed_contain {
    position: relative;
    display: grid;
    gap: 10px;
    width: 100%;
    padding-left: 100px;
    min-height: 80px;
}

.profil-breed_buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profil-breed_edit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #FFF;
    border: 1px solid #E8E8E8;
    cursor: pointer;
    transition: 0.1s;
}

.profil-breed_edit svg {
    fill: #0FA24E;
    transition: 0.1s;
}

.profil-breed_delete {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profil-breed_delete svg {
    fill: rgba(30, 30, 30, 0.5);
    transition: 0.1s;
}

.profil-breed_ava {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url("../icons/ava-2.svg") center no-repeat;
    background-size: contain;
}

.profil-breed_ava img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

.profil-order {
    grid-column-start: 4;
    grid-column-end: 13;
}

.profil-order .section-nav {
    margin-top: 20px;
}

.profil-order_wrap {
    width: 100%;
    border-radius: 30px;
    background: #FFF;
}

.profil-order_top {
    padding: 20px;
}

.profil-order_bottom {
    width: 100%;
    overflow: auto;
}

.profil-order_bottom table {
    width: 100%;
}

.profil-order_bottom th {
    text-align: left;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    background: #F6F6F6;
    border-top: 1px solid #E8E8E8;
    padding: 20px 10px;
}

.profil-order_bottom th:first-child {
    padding: 20px 10px 20px 20px;
}

.profil-order_bottom th:last-child {
    padding: 20px 20px 20px 10px;
}

.profil-order_bottom td {
    text-align: left;
    white-space: nowrap;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
    border-top: 1px solid #E8E8E8;
    padding: 20px 10px;
}

.profil-order_bottom td:first-child {
    padding: 20px 10px 20px 20px;
}

.profil-order_bottom td:last-child {
    padding: 20px 20px 20px 10px;
}

.profil-order_bottom b {
    font-weight: 400;
}

.profil-order_bottom a {
    display: flex;
    align-items: center;
    color: #0FA24E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    transition: 0.1s;
}

.profil-order_bottom a svg {
    display: none;
}

.profil-false {
    min-height: 308px;
    grid-column-start: 4;
    grid-column-end: 13;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
}

.profil-false_p {
    max-width: 435px;
    margin-top: 20px;
}

.profil-false_a {
    margin-top: 30px;
}

.profil-pass {
    grid-column-start: 4;
    grid-column-end: 9;
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.profil-action {
    display: grid;
    gap: 20px;
    grid-column-start: 4;
    grid-column-end: 10;
}

.profil-action_box {
    padding: 20px;
    border-radius: 30px;
    background: #FFF;
}

.profil-action_card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 300px;
    height: 180px;
    padding: 15px;
    border-radius: 20px;
    background: #0FA24E;
    margin-top: 30px;
}

.profil-action_name {
    color: #FFF;
}

.profil-action_price {
    display: grid;
    gap: 3px;
}

.profil-action_num {
    font-weight: 600;
    color: #FFF;
}

.profil-action_discount {
    display: flex;
    align-items: center;
    gap: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.profil-action_tooltip {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.profil-action_tooltip svg {
    fill: rgba(255, 255, 255, 0.7);
    transition: 0.1s;
}

.profil-action_p {
    margin-top: 20px;
}

.profil-action_items {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.profil-action_item {
    display: grid;
    gap: 13px;
    padding: 15px;
    border-radius: 20px;
    background: #E7F6ED;
}

.profil-action_procent {
    display: flex;
    align-items: center;
    gap: 6px;
}

.profil-action_procent span {
    color: #0FA24E;
    font-weight: 600;
}

.profil-action_procent button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.profil-action_procent svg {
    fill: rgba(30, 30, 30, 0.5);
}

.profil-detail {
    grid-column-start: 4;
    grid-column-end: 13;
    border-radius: 30px;
    background: #FFF;
}

.profil-detail_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #E8E8E8;
}

.profil-detail_cover {
    display: flex;
    align-items: flex-end;
    gap: 20px;
}

.profil-detail_date {
    margin-bottom: 4px;
}

.profil-detail_wrap {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 20px;
}

.profil-detail_items {
    display: grid;
    gap: 40px;
    width: 340px;
    min-width: 340px;
}

.profil-detail_item {
    display: grid;
    gap: 15px;
}

.profil-detail_list {
    display: grid;
    gap: 10px;
}

.profil-detail_list span {
    color: #171717;
}

.profil-detail_contain {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
}

.profil-detail_ul {
    display: grid;
    gap: 12px;
    padding: 20px;
}

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

.profil-detail_li span {
    color: #171717;
}

.profil-detail_li:first-child span {
    font-weight: 500;
}

.profil-detail_li:first-child span:nth-child(2) {
    font-weight: 600;
}

.profil-detail_total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid #E8E8E8;
}

.profil-detail_total span:nth-child(2) {
    font-weight: 600;
}

.profil-detail_th {
    display: flex;
    background: #F6F6F6;
    border-top: 1px solid #E8E8E8;
}

.profil-detail_th span {
    display: flex;
    align-items: center;
    height: 60px;
    width: 20%;
    padding: 0px 20px;
}

.profil-detail_th span:first-child {
    width: 40%;
}

.profil-detail_tr {
    display: flex;
    border-top: 1px solid #E8E8E8;
}

.profil-detail_td {
    display: flex;
    align-items: center;
    width: 20%;
    height: 110px;
    padding: 0px 20px;
}

.profil-detail_td:first-child {
    width: 40%;
}

.profil-detail_product {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profil-detail_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 10px;
}

.profil-detail_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.profil-detail_title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.1s;
}

.profil-detail_price {
    display: grid;
    gap: 4px;
}

.profil-detail_price span:nth-child(1) {
    font-weight: 600;
}

.profil-detail_price span:nth-child(2) {
    text-decoration: line-through;
}

.profil-detail_bottom {
    border-top: 1px solid #E8E8E8;
    padding: 15px 20px 20px 20px;
}

@media (max-width: 1200px) {
    .profil-mob {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 30px;
    }

    .profil-wrap {
        display: block;
    }

    .profil-aside {
        display: none;
    }

    .profil-aside_ul {
        padding: 0px;
        background: transparent;
    }

    .profil-aside_top {
        display: flex;
    }

    .profil-pet {
        margin-top: 20px;
    }

    .profil-false {
        min-height: auto;
    }

    .profil-detail_wrap {
        gap: 20px;
    }
}

@media (max-width: 800px) {
    .profil-user {
        padding: 15px;
        border-radius: 20px;
    }

    .profil-info {
        left: -15px;
        width: calc(100% + 30px);
        padding: 0px 15px 20px 15px;
        margin-bottom: 20px;
    }

    .profil-info_tooltip svg {
        width: 15px;
        height: 15px;
    }

    .profil-form {
        gap: 15px;
    }

    .profil-breed {
        border-radius: 20px;
        padding: 15px;
    }

    .profil-breed_top {
        left: -15px;
        margin-bottom: 30px;
        width: calc(100% + 30px);
        padding: 0px 15px 15px 15px;
        margin-bottom: 15px;
    }

    .profil-breed_ava {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .profil-breed_contain {
        padding-left: 75px;
        min-height: 60px;
        gap: 8px;
    }

    .profil-breed_text {
        gap: 8px;
    }

    .profil-breed_edit {
        width: 22px;
        height: 22px;
    }

    .profil-breed_edit svg {
        width: 11px;
        height: 11px;
    }

    .profil-breed_delete svg {
        width: 22px;
        height: 22px;
    }

    .profil-add {
        border-radius: 20px;
        padding: 15px;
    }

    .profil-add_svg {
        width: 60px;
        min-width: 60px;
        height: 60px;
    }

    .profil-order_wrap {
        border-radius: 20px;
    }

    .profil-order_top {
        padding: 15px;
    }

    .profil-order_bottom th {
        font-size: 13px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.26px;
        padding: 17px 5px;
    }

    .profil-order_bottom th:first-child {
        padding: 17px 5px 17px 15px;
    }

    .profil-order_bottom th:last-child {
        padding: 17px 15px 17px 5px;
    }

    .profil-order_bottom td {
        font-size: 13px;
        font-weight: 500;
        line-height: 120%;
        letter-spacing: -0.26px;
        padding: 17px 5px;
    }

    .profil-order_bottom td:first-child {
        padding: 17px 5px 17px 15px;
    }

    .profil-order_bottom td:last-child {
        padding: 17px 15px 17px 5px;
    }

    .profil-order_bottom a span {
        display: none;
    }

    .profil-order_bottom a svg {
        display: block;
    }

    .profil-false {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 20px;
        padding: 15px;
    }

    .profil-pass {
        border-radius: 20px;
        padding: 15px;
    }

    .profil-action {
        gap: 10px;
    }

    .profil-action_box {
        border-radius: 20px;
        padding: 15px;
    }

    .profil-action_card {
        width: 210px;
        height: 135px;
        border-radius: 15px;
        margin-top: 20px;
    }

    .profil-action_name {
        font-size: 18px;
    }

    .profil-action_tooltip svg {
        width: 15px;
        height: 15px;
    }

    .profil-action_p {
        margin-top: 15px;
    }

    .profil-action_item {
        gap: 10px;
        border-radius: 15px;
    }

    .profil-action_items {
        margin-top: 15px;
    }

    .profil-action_procent svg {
        width: 15px;
        height: 15px;
    }

    .profil-detail {
        border-radius: 15px;
    }

    .profil-detail_top {
        display: grid;
        gap: 15px;
        padding: 15px;
    }

    .profil-detail_cover {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .profil-detail_date {
        font-size: 16px;
        letter-spacing: -0.32px;
        margin: 0px;
    }

    .profil-detail_wrap {
        display: block;
        gap: 0ex;
        padding: 0;
    }

    .profil-detail_items {
        gap: 20px;
        width: 100%;
        min-width: 100%;
        padding: 15px;
    }

    .profil-detail_item {
        gap: 10px;
    }

    .profil-detail_list {
        gap: 8px;
    }

    .profil-detail_contain {
        border-radius: 0px;
        border: none;
    }

    .profil-detail_ul {
        gap: 8px;
        padding: 15px;
        border-top: 1px solid #E8E8E8;
    }

    .profil-detail_total {
        padding: 15px;
    }

    .profil-detail_th span {
        display: none;
        height: 40px;
        padding: 0px 15px;
    }

    .profil-detail_th span:first-child {
        display: flex;
    }

    .profil-detail_tr {
        position: relative;
        flex-wrap: wrap;
        justify-content: space-between;
        min-height: 100px;
        padding: 10px 15px 10px 105px;
    }

    .profil-detail_td {
        height: fit-content;
        width: fit-content;
        padding: 0px;
    }

    .profil-detail_td:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .profil-detail_img {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .profil-detail_title {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .profil-detail_bottom {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .profil-aside_ul a:hover {
        color: #fff;
        background: #0FA24E;
    }

    .profil-aside_ul a:hover svg {
        fill: #fff;
    }

    .profil-aside_ul button:hover {
        color: #fff;
        background: #0FA24E;
    }

    .profil-info_tooltip:hover svg {
        fill: #0FA24E;
    }

    .profil-breed_edit:hover {
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    .profil-breed_edit:hover svg {
        fill: #FFF;
    }

    .profil-order_bottom a:hover {
        color: #FFAF15;
    }

    .profil-order_bottom tr:hover td {
        background: #E7F6ED;
    }

    .profil-action_tooltip:hover svg {
        fill: #FFF;
    }

    .profil-action_procent:hover svg {
        fill: #0FA24E;
    }

    .profil-detail_product:hover .profil-detail_title {
        color: #0FA24E;
    }

    .profil-breed_delete:hover svg {
        fill: #FF3F15;
    }
}

/*-profil*/
/*brands*/
.brands-wrap {
    display: grid;
    grid-gap: 20px;
    padding: 40px;
    border-radius: 30px;
    background: #FFF;
}

.brands-ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.brands-ul a {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.2s;
}

.brands-ul a:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #E8E8E8;
}

.brands-ul a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #0FA24E;
    opacity: 0;
    transition: 0.2s;
}

.brands-boxs {
    margin-top: 40px;
}

.brands-box {
    display: flex;
    grid-gap: 20px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.brands-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.brands-label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.48px;
    border-radius: 15px;
    background: #FFF;
    text-transform: uppercase;
    margin-top: 25px;
}

.brands-logos {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    width: 100%;
}

.brands-logos a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    border-radius: 30px;
    background: #FFF;
    padding: 10px;
}

.brands-logos a:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0FA24E;
    border-radius: 30px;
    opacity: 0;
    transition: 0.2s;
}

.brands-logos img {
    width: auto;
    height: auto;
    max-width: 100px;
    max-height: 60px;
}

@media (max-width: 1200px) {
    .brands-logos {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 800px) {
    .brands-wrap {
        padding: 20px;
        border-radius: 20px;
    }

    .brands-ul a {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .brands-boxs {
        margin-top: 30px;
    }

    .brands-box {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .brands-label {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 16px;
        letter-spacing: -0.4px;
        margin: 0px 0px 15px 0px;
        border-radius: 10px;
    }

    .brands-logos {
        grid-template-columns: repeat(3, 1fr);
    }

    .brands-logos a {
        height: 80px;
        border-radius: 20px;
    }

    .brands-logos img {
        max-width: 80px;
        max-height: 48px;
    }
}

@media (min-width: 1200px) {
    .brands-ul a:hover {
        color: #FFF;
    }

    .brands-ul a:hover:after {
        opacity: 1;
    }

    .brands-logos a:hover:after {
        opacity: 1;
    }
}

/*-brands*/
/*ware*/
.ware-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
}

.ware-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #FFF;
    grid-column-start: 1;
    grid-column-end: 4;
    height: 200px;
    padding: 10px;
}

.ware-img img {
    width: auto;
    height: auto;
    max-width: 235px;
    max-height: 140px;
}

.ware-text {
    grid-column-start: 4;
    grid-column-end: 13;
}

.ware-content {
    position: relative;
    overflow: hidden;
    max-height: 170px;
}

.ware-content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F1F1F1 100%);
}

.ware-content.active {
    max-height: fit-content;
}

.ware-content.active::after {
    display: none;
}

.ware-more {
    margin-top: 15px;
}

@media (max-width: 1200px) {
    .ware-wrap {
        display: block;
    }

    .ware-img {
        width: 100%;
        height: 160px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .ware-img img {
        max-width: 200px;
        max-height: 120px;
    }

    .ware-content {
        height: 120px;
    }

    .ware-content.active {
        height: fit-content;
    }
}

/*-ware*/
/*simile*/
.simile {
    overflow: visible;
}

.simile-filter {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.simile-filter .form-sort .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 40px 15px 15px;
}

.simile-filter .form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
}

.simile-btn {
    width: 295px;
}

.simile-contain {
    position: relative;
}

.simile-arrow {
    border: 1px solid #E8E8E8;
}

.simile-prev {
    position: absolute;
    z-index: 2;
    left: -20px;
    top: 170px;
}

.simile-next {
    position: absolute;
    z-index: 2;
    right: -20px;
    top: 170px;
}

.simile-trumbs_prev {
    position: absolute;
    z-index: 2;
    left: -20px;
    top: 42px;
}

.simile-trumbs_next {
    position: absolute;
    z-index: 2;
    right: -20px;
    top: 42px;
}

.simile-sticky {
    position: sticky;
    z-index: 5;
    top: 135px;
    opacity: 0;
    pointer-events: none;
}

.simile-sticky.active {
    opacity: 1;
    pointer-events: auto;
}

.simile-trumbs {
    overflow-y: visible;
    overflow-x: clip;
}

.simile-trumb_bottom {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    gap: 15px;
    padding: 10px 15px;
    display: none;
}

.simile-trumb_top {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #FFFFFF;
    border-right: 1px solid #F1F1F1;
    padding: 35px 20px 10px 20px;
}

.simile-trumb_labels {
    position: absolute;
    top: 10px;
    left: 15px;
    display: flex;
    align-items: center;
    grid-gap: 5px;
    pointer-events: none;
}

.simile-trumb_labels span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.2px;
    text-transform: uppercase;
    padding: 0 6px;
    border-radius: 20px;
}

.simile-trumb_close {
    position: absolute;
    right: 15px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simile-trumb_close svg {
    fill: #8E8E8E;
    transition: 0.1s;
}

.simile-trumb_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    background: #FFF;
    overflow: hidden;
    border-radius: 15px;
}

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

.simile-trumb_h {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.3px;
    height: 72px;
    transition: 0.1s;
}

.simile-slider {
    border-radius: 30px;
    margin-top: -135px;
}

.simile-slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 1px);
    height: 100%;
    border-radius: 30px;
    background: #F6F6F6;
}

.simile-top {
    background: #FFFFFF;
    padding: 20px;
    border-right: 1px solid #F1F1F1;
}

.simile-wrap {
    position: relative;
}

.simile-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
    pointer-events: none;
}

.simile-labels span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 27px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    padding: 0 8px;
    border-radius: 20px;
}

.simile-close {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.simile-close svg {
    fill: #8E8E8E;
    transition: 0.1s;
}

.simile-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 270px;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF;
}

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

.simile-rating {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.simile-rating_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.simile-rating_num {
    font-size: 16px;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    margin-left: 5px;
}

.simile-rating_total {
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: rgba(33, 37, 41, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 80%;
    letter-spacing: -0.32px;
    margin-left: 10px;
}

.simile-rating_total:before {
    content: "";
    top: 7px;
    left: 0;
    min-width: 4px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #909294;
    transition: 0.2s;
}

.simile-h {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.36px;
    height: 44px;
    margin-top: 10px;
    transition: 0.1s;
}

.simile-label {
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 400%;
    height: 45px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    background: #F6F6F6;
    padding: 0px 20px;
}

.simile-slide.swiper-slide-active .simile-label {
    opacity: 1;
}

.simile-list b {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /*width: 400%;*/
    height: 45px;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.32px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    background: #F6F6F6;
}

.simile-list span {
    width: 100%;
    height: 100%;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    padding: 13px 20px;
    border-right: 1px solid #F1F1F1;
    background: #FFFFFF;
}

.simile-list a {
    width: 100%;
    height: 100%;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.32px;
    padding: 13px 20px;
    border-right: 1px solid #F1F1F1;
    background: #FFFFFF;
}

.simile-slide.swiper-slide-active .simile-list b {
    opacity: 1;
}

.simile-bottom {
    display: grid;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    background: #FFFFFF;
    border-right: 1px solid #F1F1F1;
}

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

.simile-info.disable {
    opacity: 0.5;
    pointer-events: none;
}

.simile-info_box {
    display: flex;
    align-items: center;
}

.simile-price_total {
    color: #0FA24E;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-transform: uppercase;
}

.simile-price_discount {
    position: relative;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    text-transform: uppercase;
    margin-top: 4px;
    width: fit-content;
    height: 14px;
    opacity: 0.5;
    text-decoration: line-through;
}

.simile-number {
    margin-left: 15px;
}

.simile-number_total {
    display: flex;
    align-items: center;
    grid-gap: 4px;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
}

.simile-number_total span {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 20px;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 700;
    line-height: 80%;
    letter-spacing: -0.2px;
    padding: 0px 6px;
    border-radius: 20px;
    background: #FFAF15;
}

.simile-number_total svg {
    width: 24px;
    height: 24px;
}

.simile-number_amount {
    color: #212529;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.28px;
    opacity: 0.5;
    margin-top: 5px;
}

.simile-add {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #FFAF15;
    border-radius: 50%;
    transition: 0.2s;
}

.simile-add svg {
    fill: #FFFFFF;
}

.simile-add_sum {
    position: absolute;
    right: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -0.33px;
    border-radius: 50%;
    background: #1E1E1E;
    display: none;
}

.simile-add.active .simile-add_sum {
    display: flex;
}

@media (max-width: 1200px) {
    .simile-filter {
        flex-direction: column;
    }

    .simile-btn {
        width: 100%;
    }

    .simile-label {
        width: 200%;
    }

    .simile-list b {
        width: 200%;
    }

    .simile-img {
        height: 350px;
    }

    .simile-sticky {
        top: 70px;
    }
}

@media (max-width: 800px) {
    .simile-arrow {
        display: none;
    }

    .simile-trumbs {
        padding-right: 10px;
    }

    .simile-trumb_top {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        padding: 10px 15px;
    }

    .simile-trumb_labels {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .simile-trumb_img {
        width: 70px;
        min-width: 70px;
        height: 70px;
    }

    .simile-trumb_h {
        width: 100%;
        display: block;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        letter-spacing: -0.28px;
        height: 32px;
    }

    .simile-filter {
        gap: 15px;
        margin-bottom: 15px;
    }

    .simile-filter .form-sort .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 14px 40px 14px 15px;
    }

    .simile-filter .form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 13px;
    }

    .simile-contain {
        position: relative;
        left: -15px;
        width: calc(100% + 30px);
    }

    .simile-slider {
        /*padding-right: 10px;*/
        border-radius: 0px;
        margin-top: -127px;
    }

    .simile-slider::before {
        width: 100%;
        border-radius: 0px;
    }

    .simile-top {
        padding: 15px 15px 10px 15px;
    }

    .simile-close svg {
        width: 20px;
        height: 20px;
    }

    .simile-labels span {
        height: 18px;
        font-size: 10px;
        letter-spacing: -0.2px;
        padding: 0px 5px;
    }

    .simile-img {
        height: 44.8vw;
    }

    .simile-h {
        font-size: 14px;
        height: 34px;
        letter-spacing: -0.28px;
    }

    .simile-rating_icon {
        width: 15px;
        height: 15px;
    }

    .simile-rating_num {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .simile-rating_total {
        gap: 4px;
        font-size: 13px;
        letter-spacing: -0.26px;
        margin-left: 4px;
    }

    .simile-label {
        text-align: left;
        justify-content: flex-start;
        height: 40px;
        /*width: calc(200% + 10px);*/
        font-size: 15px;
        letter-spacing: -0.3px;
        padding: 0px 15px;
    }

    .simile-bottom {
        padding: 10px 15px;
    }

    .simile-add {
        width: 30px;
        height: 30px;
    }

    .simile-add svg {
        width: 18px;
        height: 18px;
    }

    .simile-add_sum {
        top: -4px;
        right: -4px;
        width: 14px;
        height: 14px;
        font-size: 8px;
    }

    .simile-info_box {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .simile-price {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .simile-price_total {
        font-size: 14px;
        letter-spacing: -0.28px;
        line-height: 100%;
    }

    .simile-price_discount {
        margin: 0px;
        font-size: 10px;
        line-height: 100%;
        height: auto;
        letter-spacing: -0.2px;
    }

    .simile-number {
        display: flex;
        align-items: center;
        gap: 5px;
        margin: 0px;
    }

    .simile-number_total {
        font-size: 12px;
        line-height: 100%;
        letter-spacing: -0.24px;
    }

    .simile-number_total svg {
        width: 14px;
        height: 14px;
    }

    .simile-number_total span {
        height: 14px;
        padding: 0px 4px;
        font-size: 8px;
        letter-spacing: -0.16px;
    }

    .simile-number_amount {
        font-size: 10px;
        line-height: 100%;
        letter-spacing: -0.2px;
        height: auto;
        margin: 0px;
    }

    .simile-list b {
        justify-content: flex-start;
        text-align: left;
        font-size: 15px;
        letter-spacing: -0.3px;
        padding: 10px 15px;
    }

    .simile-list span {
        font-size: 15px;
        letter-spacing: -0.3px;
        padding: 10px 15px;
    }

    .simile-list a {
        font-size: 15px;
        letter-spacing: -0.3px;
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    .simile-close:hover svg {
        fill: #FF3F15;
    }

    .simile-h:hover {
        color: #0FA24E;
    }

    .simile-add:hover {
        background: #0FA24E;
    }

    .simile-list a:hover {
        background: #E7F6ED;
    }

    .simile-trumb_h:hover {
        color: #0FA24E;
    }

    .simile-trumb_close:hover svg {
        fill: #FF3F15;
    }

    .simile-trumb:hover .simile-trumb_bottom {
        display: grid;
    }

    .simile-arrow:hover {
        border: 1px solid #0FA24E;
    }
}

/*-simile*/
/*about*/
.about-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 90px 30px 30px;
    border-radius: 30px;
    background: #FFF;
}

.about-top_text {
    width: 550px;
}

.about-top_descr {
    color: #0FA24E;
    font-size: 26px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.52px;
    margin-top: 20px;
}

.about-top_img {
    width: 420px;
    height: auto;
}

.about-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.about-text {
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
}

.about-text_content {
    position: relative;
    max-height: 250px;
    overflow: hidden;
    margin-top: 30px;
}

.about-text_content::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}

.about-text_content.active {
    max-height: fit-content;
}

.about-text_content.active::after {
    display: none;
}

.about-text_more {
    margin-top: 20px;
}

.about-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 420px;
}

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

.about-banner_a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
    border-radius: 30px;
    margin-top: 20px;
    overflow: hidden;
    transition: 0.3s;
}

.about-banner_a picture {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

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

.about-info {
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
    margin-top: 20px;
}

.about-info_content {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .about-top {
        display: flex;
        flex-direction: column;
        grid-gap: 25px;
        padding: 30px;
    }

    .about-top_text {
        width: 100%;
    }

    .about-top_img {
        order: -1;
    }

    .about-wrap {
        display: block;
    }

    .about-img {
        margin-top: 20px;
    }

    .about-banner_a {
        height: 125px;
    }
}

@media (max-width: 800px) {
    .about-top {
        padding: 25px 20px 20px 20px;
        border-radius: 20px;
    }

    .about-top_descr {
        font-size: 18px;
        letter-spacing: -0.36px;
        margin-top: 8px;
    }

    .about-top_img {
        width: 200px;
    }

    .about-wrap {
        border-radius: 20px;
        margin-top: 10px;
    }

    .about-text {
        border-radius: 20px;
        padding: 20px;
    }

    .about-text_content {
        max-height: 400px;
        margin-top: 25px;
    }

    .about-img {
        height: 58.667vw;
        border-radius: 20px;
        margin-top: 10px;
    }

    .about-banner_a {
        height: 34.667vw;
        border-radius: 20px;
        margin-top: 10px;
    }

    .about-info {
        padding: 20px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .about-info_content {
        margin-top: 25px;
    }
}

@media (min-width: 1200px) {
    .about-banner_a:hover {
        box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.1);
    }
}

/*-about*/
/*gallery*/
.gallery-slider {
    overflow-y: visible;
    overflow-x: clip;
}

.gallery-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    border-radius: 30px;
    overflow: hidden;
}

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

@media (max-width: 800px) {
    .gallery {
        overflow-y: visible;
        overflow-x: clip;
    }

    .gallery .section-top {
        padding-right: 100px;
    }

    .gallery-slider {
        overflow: visible;
    }

    .gallery-slide {
        height: 200px;
        width: 280px;
        border-radius: 20px;
    }
}

/*-gallery*/
/*contacts*/
.contacts-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contacts-boxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 30px;
    padding: 30px;
    border-radius: 30px;
    background: #FFF;
}

.contacts-label {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    opacity: 0.5;
    margin-bottom: 15px;
}

.contacts-box_ul li {
    margin-bottom: 10px;
}

.contacts-box_ul li a {
    color: #0FA24E;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.4px;
    transition: 0.2s;
}

.contacts-box_ul li:last-child {
    margin-bottom: 0;
}

.contacts-box_ul span {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
}

.contacts-time {
    color: #0FA24E;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.4px;
}

.contacts-day {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.36px;
    margin-top: 5px;
}

.contacts-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
    background: #0FA24E;
    margin-top: 20px;
}

.contacts-link_label {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    opacity: 0.7;
}

.contacts-link_ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
}

.contacts-link_ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 15px;
    background: #FFF;
}

.contacts-link_ul a svg {
    fill: #0FA24E;
    transition: 0.2s;
}

.contacts-map {
    height: 100%;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #DDD;
}

@media (max-width: 1200px) {
    .contacts-wrap {
        display: block;
    }

    .contacts-map {
        height: 350px;
        margin-top: 20px;
    }
}

@media (max-width: 800px) {
    .contacts-boxs {
        display: flex;
        flex-direction: column;
        grid-gap: 30px;
        padding: 20px;
        border-radius: 20px;
    }

    .contacts-label {
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-bottom: 12px;
    }

    .contacts-box_ul li a {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .contacts-day {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .contacts-time {
        font-size: 18px;
        letter-spacing: -0.36px;
    }

    .contacts-links {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 20px;
        border-radius: 20px;
        margin-top: 10px;
    }

    .contacts-link_label {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .contacts-link_ul a {
        height: 45px;
        width: 45px;
        border-radius: 12px;
    }

    .contacts-link_ul a svg {
        height: 27px;
        width: 27px;
    }

    .contacts-map {
        height: 63.467vw;
        border-radius: 20px;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .contacts-box_ul a:hover {
        color: #FFAF15;
    }

    .contacts-link_ul a:hover svg {
        fill: #FFAF15;
    }
}

/*-contacts*/
/*mistake*/
.mistake {
    padding-top: 100px;
}

.mistake-wrap {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
}

.mistake-text {
    grid-column-start: 1;
    grid-column-end: 6;
}

.mistake-p {
    margin-top: 30px;
}

.mistake-btn {
    margin-top: 40px;
}

.mistake-img {
    grid-column-start: 7;
    grid-column-end: 13;
}

@media (max-width: 1200px) {
    .mistake-wrap {
        display: flex;
        flex-direction: column;
    }

    .mistake-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-top: 80px;
    }

    .mistake-img {
        order: -1;
    }
}

@media (max-width: 800px) {
    .mistake {
        padding-top: 60px;
    }

    .mistake-text {
        margin-top: 60px;
    }

    .mistake-p {
        margin-top: 20px;
    }

    .mistake-btn {
        margin-top: 30px;
    }
}

/*-mistake*/
/*login*/
.login {
    height: 100vh;
    background: #0FA24E;
    overflow: auto;
}

.login .container {
    padding: 0px;
}

.login-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 100%;
    padding: 40px 0px;
}

.login-img {
    position: absolute;
    bottom: 40px;
    left: -100px;
    width: 800px;
    height: auto;
}

.login-label {
    position: absolute;
    left: 15px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.48px;
}

.login-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 610px;
    margin-left: auto;
    border-radius: 30px;
    background: #FFF;
    padding: 30px 80px;
}

.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-logo img {
    width: 270px;
    height: 55px;
}

.login-h {
    margin-top: 30px;
}

.login-p {
    text-align: center;
    color: #1E1E1E;
    margin-top: 20px;
}

.login-form {
    display: grid;
    gap: 30px;
    width: 100%;
    margin-top: 30px;
}

.login-form .form-check_text span {
    color: rgba(30, 30, 30, 0.5);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.32px;
}

.login-inputs {
    display: grid;
    gap: 10px;
}

.login-buttons {
    display: grid;
    gap: 10px;
    width: 100%;
}

.login-buttons button {
    width: 100%;
    height: 60px;
}

.login-buttons a {
    width: 100%;
    height: 60px;
}

.login-a {
    display: inline;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    margin-top: 60px;
}

.login-a a {
    display: inline;
    font-weight: 600;
    color: #0FA24E;
    transition: 0.1s;
}

@media (max-width: 1200px) {
    .login-img {
        display: none;
    }

    .login-wrap {
        padding: 20px 20px 100px 20px;
    }

    .login-box {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
    }

    .login-label {
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        text-align: center;
        font-size: 13px;
        letter-spacing: -0.39px;
        bottom: 60px;
    }

    .login-logo img {
        width: 200px;
        height: 41px;
    }

    .login-form {
        margin-top: 20px;
    }

    .login-form .form-check_text span {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .login-buttons {
        display: grid;
        gap: 10px;
        margin-top: 20px;
    }

    .login-buttons button {
        height: 50px;
    }

    .login-buttons a {
        height: 50px;
    }

    .login-a {
        font-size: 16px;
        letter-spacing: -0.32px;
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .login-a a:hover {
        color: #FFAF15;
    }
}

/*-login*/
/*theme*/
body.black {
    color: #FFF;
    background: #121212;
}

body.black .content h1 {
    color: #FFF;
}

body.black .content h2 {
    color: #FFF;
}

body.black .content h3 {
    color: #FFF;
}

body.black .content h4 {
    color: #FFF;
}

body.black .content h5 {
    color: #FFF;
}

body.black .content b {
    color: #FFF;
}

body.black .content strong {
    color: #FFF;
}

body.black .content p {
    color: #FFF;
}

body.black .content ul li {
    color: #FFF;
}

body.black .content ul li strong {
    color: #0FA24E;
}

body.black .content ol li {
    color: #FFF;
}



body.black .content th {
    color: #FFF;
    border-right: 1px solid #535353;
}

body.black .content th:last-child {
    border-right: none;
}

body.black .content td {
    color: #FFF;
    border-top: 1px solid #535353;
    border-right: 1px solid #535353;
}

body.black .content td:last-child {
    border-right: none;
}

body.black .h1 {
    color: #FFF;
}

body.black .h2 {
    color: #FFF;
}

body.black .h3 {
    color: #FFF;
}

body.black .h4 {
    color: #FFF;
}

body.black .h5 {
    color: #FFF;
}

body.black .h6 {
    color: #FFF;
}

body.black .h7 {
    color: #FFF;
}

body.black .p1 {
    color: rgba(255, 255, 255, 0.7);
}

body.black .p2 {
    color: rgba(255, 255, 255, 0.7);
}

body.black .p3 {
    color: rgba(255, 255, 255, 0.7);
}

body.black .section-nav_ul a {
    color: #0FA24E;
    background: #222222;
}

body.black .section-nav_ul li.active a {
    color: #FFF;
    background: #0FA24E;
}

body.black .section-nav_arrow {
    background: #222222;
}

body.black .section-nav_arrow svg {
    fill: #0FA24E;
}

body.black .form-label {
    color: rgba(255, 255, 255, 0.5);
}

body.black .form-pass {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .form-load_img {
    background: url("../icons/ava-1s.svg") center no-repeat;
    background-size: contain;
}

body.black .form-load_btn {
    background: #222222;
    border: 1px solid #535353;
}

body.black .form-option_box {
    color: #FFF;
}

body.black .form-option_box::before {
    background: url("../icons/radio-1s.svg") center no-repeat;
    background-size: contain;
}

body.black .form-option_point:checked + .form-option_box::before {
    background: url("../icons/radio-3s.svg") center no-repeat;
    background-size: contain;
}

body.black .form-drop_point {
    color: #FFF;
    border: 1px solid #0FA24E;
    background: #121212;
}

body.black .form-drop::after {
    background: url(../icons/arrow-5.svg) center no-repeat;
    background-size: contain;
}

body.black .form-rating label {
    background: url("../icons/star-1s.svg") center no-repeat;
    background-size: contain;
}

body.black .form-rating input:checked ~ label {
    background: url("../icons/star-2.svg") center no-repeat;
    background-size: contain;
}

body.black .form-choice_box {
    color: #FFF;
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .form-textarea_point {
    color: #FFF;
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .form-textarea_point:focus {
    border: 1px solid #0FA24E;
}

body.black .form-textarea_point.valid {
    border: 2px solid #0FA24E;
    background: #202F26;
}

body.black .form-textarea_point.invalid {
    border: 1px solid #FF3F15;
    background: #382521;
}

body.black .form-input_point {
    color: #FFF;
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .form-input_point:focus {
    border: 1px solid #0FA24E;
}

body.black .form-input_point.valid {
    border: 2px solid #0FA24E;
    background: #202F26;
}

body.black .form-input_point.invalid {
    border: 1px solid #FF3F15;
    background: #382521;
}

body.black .form-range_line.noUi-target {
    background: #121212;
}

body.black .form-range_input {
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.black .form-range_input:focus {
    border: 1px solid #0FA24E;
}

body.black .form-check_text span {
    color: #FFF;
}

body.black .form-check_text span:nth-child(2) {
    color: rgba(255, 255, 255, 0.7);
}

body.black .form-check_box {
    border: 1px solid #535353;
}

body.black .form-sort .select2-container--default .select2-selection--single {
    background: #222;
    border: 1px solid #2A2A2A;
}

body.black .form-sort .select2-container .select2-selection--single .select2-selection__rendered {
    color: #FFF;
}

body.black .form-sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../icons/arrow-5.svg") center no-repeat;
    background-size: contain;
}

body.black .select2-dropdown.form-sort_dropdown {
    border-radius: 20px;
    border: 1px solid #2A2A2A;
    background: #222;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

body.black .fancybox__container.popup-one .fancybox__content {
    border: 1px solid #2A2A2A;
    background: #222;
}

body.black .fancybox__container.popup-four .fancybox__backdrop {
    background: #222;
}

body.black .fancybox__container.popup-four .is-prev {
    background: #222;
    border: 1px solid #535353;
}

body.black .fancybox__container.popup-four .is-next {
    background: #222;
    border: 1px solid #535353;
}

body.black .fancybox__container.popup-two .fancybox__content {
    border: 1px solid #2A2A2A;
    background: #222;
}

body.black .f-thumbs__slide {
    opacity: 0.7;
}

body.black .f-thumbs__slide.is-nav-selected {
    opacity: 1;
}

body.black .btn-three {
    color: #0FA24E;
    background: #202F26;
}

body.black .btn-two {
    color: #0FA24E;
    background: #222;
}

body.black .btn-two svg {
    fill: #0FA24E;
}

body.black .btn-four {
    color: #FFF;
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .link-more {
    color: #FFF;
    opacity: 1;
}

body.black .link-more svg {
    fill: #FFF;
}

body.black .policy {
    border: 1px solid #2A2A2A;
    background: #222;
}

body.black .policy a {
    color: #FFF;
}

body.black .section-arrow {
    background: #222;
}

body.black .header {
    border-bottom: 1px solid #2A2A2A;
    background: #222;
}

body.black .header-ul a {
    color: rgba(255, 255, 255, 0.7);
}

body.black .header-ul li.active a {
    color: rgba(255, 175, 21, 0.7);
}

body.black .header-contact_wrap {
    background: #2A2A2A;
}

body.black .header-contact_tel span {
    color: #FFFFFF;
}

body.black .header-menu_wrap {
    background: #222;
}

body.black .header-menu_ul > li > a {
    color: #FFF;
    background: #121212;
}

body.black .header-menu_ul > li > a > span > svg {
    fill: #FFF;
}

body.black .header-menu_grid > ul {
    background: #121212;
}

body.black .header-menu_grid > ul > li > a {
    color: #FFF;
}

body.black .header-menu_grid > ul > li > ul > li > a {
    color: #FFF;
}

body.black .header-menu_sub::-webkit-scrollbar-thumb {
    background: #676767;
}

body.black .header-menu_sub::-webkit-scrollbar-track {
    background: #353535;
}

body.black .header-link svg {
    fill: #FFFFFF;
}

body.black .header-lang a {
    color: rgba(255, 255, 255, 0.2);
}

body.black .header-lang li.active a {
    color: rgba(255, 255, 255, 0.7);
}

body.black .header-theme span {
    color: rgba(255, 255, 255, 0.7);
}

body.black .header-theme svg {
    fill: rgba(255, 255, 255, 0.2);
}

body.black .header-theme li:first-child svg {
    fill: rgba(255, 255, 255, 0.7);
}

body.black .header-theme.black li:last-child svg {
    fill: rgba(255, 255, 255, 0.7);
}

body.black .header-theme.black li:first-child svg {
    fill: rgba(255, 255, 255, 0.2);
}

body.black .header-find_input input {
    color: #FFF;
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .header-find_input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body.black .header-find_input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body.black .header-find_input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body.black .header-find_input input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body.black .header-find_input input:focus {
    border: 1px solid #0FA24E;
}

body.black .header-find_input path {
    fill: #FFF !important;
}

body.black .header-find_wrap {
    border: 1px solid #2A2A2A;
    background: #222;
}

body.black .header-find_label {
    color: rgba(255, 255, 255, 0.5) !important;
}

body.black .header-find_list a {
    color: #FFF;
}

body.black .header-user_btn {
    color: #FFFFFF;
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .header-user_wrap {
    border-radius: 20px;
    border: 1px solid #2A2A2A;
    background: #222;
    box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

body.black .header-user_ul a {
    color: #FFF;
}

body.black .header-user_ul button {
    color: rgba(255, 255, 255, 0.7);
}

body.black .header-find_text span:nth-child(1) {
    color: #FFF;
}

body.black .header-find_text span:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
}

body.black .header-find_price span:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
}

body.black .start-nav {
    background: #121212;
}

body.black .start-tabs::before {
    background: #121212;
}

body.black .start-tabs::after {
    background: #121212;
}

body.black .start-tab {
    background: #222;
}

body.black .start-arrow {
    background: #222;
}

body.black .news-item {
    background: #222;
}

body.black .news-item_h {
    color: #FFF;
}

body.black .news-item_date {
    color: rgba(255, 255, 255, 0.5);
}

body.black .news-link {
    background: #222222;
}

body.black .info-wrap {
    background: #222222;
}

body.black .info-content::after {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
}

body.black .item {
    background: #222222;
}

body.black .item-top {
    background: #222222;
}

body.black .item-rating_num {
    color: #FFF;
}

body.black .item-rating_total {
    color: rgba(255, 255, 255, 0.5);
}

body.black .item-rating_total:before {
    background: rgba(255, 255, 255, 0.5);
}

body.black .item-h {
    color: #FFF;
}

body.black .item-number_total {
    color: #FFF;
}

body.black .item-number_total path[fill=black] {
    fill: #FFF;
}

body.black .item-price_discount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .item-number_amount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .item-hide {
    background: rgba(34, 34, 34, 0.9);
}

body.black .item-ul span:nth-child(2) {
    background: #222222;
}

body.black .item-ul span:nth-child(1)::after {
    border: 1px dashed #B2B2B2;
}

body.black .item-add_sum {
    color: #1E1E1E;
    background: #FFF;
}

body.black .item-favorit path:nth-child(1) {
    fill: rgba(30, 30, 30, 0.5);
}

body.black .item-favorit path:nth-child(1) {
    fill: #696969;
}

body.black .item-favorit.active path:nth-child(1) {
    fill: #0FA24E;
}

body.black .item-simile path:nth-child(1) {
    fill: #696969;
}

body.black .item-simile.active path:nth-child(1) {
    fill: #0FA24E;
}

body.black .item-simile svg {
    fill: rgba(30, 30, 30, 0.5);
    transition: 0.2s;
}

body.black .item-simile.active svg {
    fill: #0FA24E;
}

body.black .select2-dropdown.form-search_dropdown .select2-results__option {
    color: #000;
}

body.black .order-item_favorit path:nth-child(1) {
    fill: rgba(119, 119, 119, 0.6);
}

body.black .order-item_favorit.active path:nth-child(1) {
    fill: #0FA24E;
}

body.black .order-item_delete svg {
    fill: rgba(119, 119, 119, 0.6);
}

body.black .order-item_delete.active svg {
    fill: rgba(119, 119, 119, 0.6);
}

body.black .section-crumbs_ul a {
    color: #FFF;
    background: #222;
}

body.black .section-crumbs_ul li:last-child a {
    color: rgba(255, 255, 255, 0.5);
}

body.black .catalog-delete_clear {
    background: #222;
}

body.black .catalog-sort_name {
    color: #FFF;
}

body.black .section-filter_h {
    color: #FFF;
}

body.black .section-filter_box {
    background: #222;
}

body.black .section-filter_ul a {
    color: #FFF;
}

body.black .section-filter_ul li.active a {
    color: #0FA24E;
}

body.black .section-filter_item {
    background: #222;
}

body.black .section-filter_name {
    color: #FFF;
}

body.black .section-filter_cover {
    border-bottom: 1px solid #535353;
}

body.black .section-filter_cover:last-child {
    border-bottom: none;
}

body.black .section-filter_show svg {
    fill: #FFFFFF;
}

body.black .product-top_btn {
    border: 1px solid #222;
    background: #222;
}

body.black .product-top_btn span {
    color: #FFF;
}

body.black .product-top_btn.active {
    border: 1px solid #0FA24E;
    background: #0FA24E;
}

body.black .product-contain {
    background: #222;
}

body.black .product-labels {
    left: 140px;
    top: 30px;
}

body.black .product-trumb {
    opacity: 0.7;
}

body.black .product-trumb.swiper-slide-thumb-active {
    opacity: 1;
}

body.black .product-code {
    color: rgba(255, 255, 255, 0.5);
}

body.black .product-bottom_logos svg:nth-child(2) path {
    fill: #FFF;
}

body.black .product-select {
    background: #222;
}

body.black .product-select_kg svg {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .product-select_amount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .product-select_discount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .product-select_box {
    border: 1px solid #535353;
}

body.black .product-buttons_input {
    background: #222222;
}

body.black .product-buttons_btn {
    background: #222222;
}

body.black .product-aside_box {
    background: #222222;
}

body.black .product-box {
    background: #222222;
}

body.black .product-box_li b {
    color: rgba(255, 255, 255, 0.5);
    background: #222222;
}

body.black .product-box_li span:nth-child(1)::before {
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

body.black .product-aside_li {
    border-bottom: 1px solid #535353;
}

body.black .product-aside_li:last-child {
    border-bottom: none;
}

body.black .product-links a {
    color: #0FA24E;
    background: #222222;
}

body.black .rating-total {
    background: #222222;
}

body.black .rating-total_line {
    background: #121212;
}

body.black .rating-comment {
    background: #222222;
}

body.black .rating-comment_text span:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
}

body.black .rating-comment_bottom {
    background: #121212;
}

body.black .rating-comment_add {
    color: rgba(255, 255, 255, 0.7);
}

body.black .rating-form_wrap {
    background: #222222;
}

body.black .rating-comment_ava {
    background: url("../icons/ava-1s.svg") center no-repeat;
    background-size: cover;
}

body.black .rating-comment_stars[data-star="0"] {
    background: url("../icons/rating/rating-0s.svg") center no-repeat;
    background-size: contain;
}

body.black .rating-comment_stars[data-star="1"] {
    background: url("../icons/rating/rating-1s.svg") center no-repeat;
    background-size: contain;
}

body.black .rating-comment_stars[data-star="2"] {
    background: url("../icons/rating/rating-2s.svg") center no-repeat;
    background-size: contain;
}

body.black .rating-comment_stars[data-star="3"] {
    background: url("../icons/rating/rating-3s.svg") center no-repeat;
    background-size: contain;
}

body.black .rating-comment_stars[data-star="4"] {
    background: url("../icons/rating/rating-4s.svg") center no-repeat;
    background-size: contain;
}

body.black .rating-comment_stars[data-star="5"] {
    background: url("../icons/rating/rating-5s.svg") center no-repeat;
    background-size: contain;
}

body.black .order-pay_number {
    color: #FFF;
}

body.black .order-pay_number input {
    color: #FFF;
}

body.black .section-false {
    background: #222222;
}

body.black .basket-item {
    background: #222222;
}

body.black .basket-item_code {
    color: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_pieces {
    color: #FFF;
}

body.black .basket-item_amount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_discount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_favorit {
    color: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_favorit path:nth-child(1) {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_favorit.active path:nth-child(1) {
    fill: #0FA24E;
}

body.black .basket-item_delete {
    color: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_delete svg {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .basket-item_btn {
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .basket-item_input {
    border: 1px solid #2A2A2A;
    background: #121212;
}

body.black .basket-info {
    background: #222;
}

body.black .basket-info_weight span {
    color: rgba(255, 255, 255, 0.7);
}

body.black .basket-promo {
    background: #222;
}

body.black .order-top {
    background: #222222;
    border-bottom: 1px solid #2A2A2A;
}

body.black .order-back {
    color: #FFF;
    background: #222222;
}

body.black .order-box {
    background: #222;
}

body.black .order-aside {
    background: #222222;
}

body.black .order-items {
    background: #222222;
}

body.black .order-info {
    background: #222222;
}

body.black .order-item_name {
    color: #FFF;
}

body.black .order-info_weight span {
    color: rgba(255, 255, 255, 0.7);
}

body.black .article-contain {
    background: #222222;
}

body.black .article-nav {
    background: #222222;
}

body.black .article-nav_name {
    color: #FFF;
}

body.black .article-nav_ol a {
    color: #FFF;
}

body.black .contacts-boxs {
    background: #222222;
}

body.black .contacts-label {
    color: rgba(255, 255, 255, 0.5);
}

body.black .about-top {
    background: #222222;
}

body.black .about-info {
    background: #222222;
}

body.black .about-text_content::after {
    background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222 100%);
}

body.black .about-text {
    background: #222222;
}

body.black .ware-content::after {
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, #121212 100%);
}

body.black .brands-wrap {
    background: #222;
}

body.black .brands-ul a {
    color: #FFF;
}

body.black .brands-ul a::before {
    border: 1px solid #414141;
}

body.black .brands-box {
    border-bottom: 1px solid #3E3E3E;
}

body.black .brands-box:last-child {
    border-bottom: none;
}

body.black .brands-label {
    color: #FFF;
    background: #222;
}

body.black .section-tabs a {
    color: #0FA24E;
    background: #222;
}

body.black .section-tabs li.active a {
    color: #FFF;
    background: #0FA24E;
}

body.black .order-item {
    border-bottom: 1px solid #535353;
}

body.black .order-info_ul {
    border-bottom: 1px solid #535353;
}

body.black .order-info_number {
    border-bottom: 1px solid #535353;
}

body.black .order-item_code {
    color: rgba(255, 255, 255, 0.5);
}

body.black .order-item_amount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .order-item_discount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .order-item_input {
    background: #121212;
    border: 1px solid #2A2A2A;
}

body.black .order-item_btn {
    background: #121212;
    border: 1px solid #2A2A2A;
}

body.black .login-box {
    background: #222;
}

body.black .login-a {
    color: #FFF;
}

body.black .login-form .form-check_text span {
    color: rgba(255, 255, 255, 0.5);
}

body.black .login-form .form-check_text a {
    color: rgba(255, 255, 255, 0.5);
}

body.black .profil-pass {
    background: #222;
}

body.black .profil-aside_ul {
    background: #222;
}

body.black .profil-aside_ul li.active a {
    background: #0FA24E;
}

body.black .profil-aside_ul a {
    color: #FFF;
    background: #121212;
}

body.black .profil-aside_ul a svg {
    fill: #FFF;
}

body.black .profil-aside_ul button {
    color: rgba(255, 255, 255, 0.7);
    background: #121212;
}

body.black .profil-user {
    background: #222;
}

body.black .profil-add {
    background: #222;
}

body.black .profil-breed {
    background: #222;
}

body.black .profil-info_num {
    color: #0FA24E;
}

body.black .profil-info {
    border-bottom: 1px solid #535353;
}

body.black .profil-info_discount {
    color: rgba(255, 255, 255, 0.7);
}

body.black .profil-info_discount svg {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .profil-breed_delete svg {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .profil-add_svg circle {
    fill: #222;
}

body.black .profil-add_h {
    color: #0FA24E;
}

body.black .profil-add_p {
    color: #FFF;
}

body.black .profil-breed_ava {
    background: url("../icons/ava-2s.svg") center no-repeat;
    background-size: contain;
}

body.black .profil-order_wrap {
    background: #222;
}

body.black .profil-order_bottom th {
    color: #FFF;
    background: #1A1A1A;
    border-top: 1px solid #535353;
}

body.black .profil-order_bottom td {
    color: #FFF;
    border-top: 1px solid #535353;
}

body.black .profil-breed_edit {
    background: #222222;
    border: 1px solid #535353;
}

body.black .profil-false {
    background: #222;
}

body.black .profil-detail {
    background: #222;
}

body.black .profil-detail_top {
    border-bottom: 1px solid #535353;
}

body.black .profil-detail_contain {
    border: 1px solid #535353;
}

body.black .profil-detail_total {
    border-top: 1px solid #535353;
}

body.black .profil-detail_price span:nth-child(2) {
    color: rgba(255, 255, 255, 0.5);
}

body.black .profil-detail_th {
    background: #1A1A1A;
}

body.black .profil-detail_th {
    border-top: 1px solid #535353;
}

body.black .profil-detail_tr {
    border-top: 1px solid #535353;
}

body.black .profil-detail_bottom {
    border-top: 1px solid #535353;
}

body.black .profil-action_box {
    background: #222;
}

body.black .profil-action_item {
    background: #202F26;
}

body.black .profil-action_procent span {
    color: #0FA24E;
}

body.black .profil-action_procent svg {
    fill: rgba(255, 255, 255, 0.5);
}

body.black .simile-slider:before {
    background: #1A1A1A;
}

body.black .simile-slider:after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #121212;
    pointer-events: none;
    border-radius: 30px;
}

body.black .simile-top {
    background: #222;
    border-right: 1px solid #535353;
}

body.black .simile-label {
    color: #FFF;
    border-top: none;
    border-bottom: none;
    background: #1A1A1A;
}

body.black .simile-bottom {
    background: #222;
    border-right: 1px solid #535353;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
}

body.black .simile-list b {
    color: #FFF;
    border-top: none;
    border-bottom: none;
    background: #1A1A1A;
}

body.black .simile-list a {
    color: #FFF;
    background: #222;
    border-right: 1px solid #535353;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
}

body.black .simile-list span {
    color: #FFF;
    background: #222;
    border-right: 1px solid #535353;
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353;
}

body.black .simile-number_total {
    color: #FFF;
}

body.black .simile-number_total path[fill=black] {
    fill: #FFF;
}

body.black .simile-price_discount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .simile-number_amount {
    color: rgba(255, 255, 255, 0.5);
}

body.black .simile-arrow {
    border: 1px solid #535353;
}

body.black .simile-rating_total {
    color: rgba(255, 255, 255, 0.5);
}

body.black .simile-h {
    color: #FFF;
}

body.black .simile-trumbs:after {
    content: "";
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-left: 2px solid #121212;
    border-right: 2px solid #121212;
    pointer-events: none;
}

body.black .simile-trumb_top {
    background: #222;
    border-right: 1px solid #535353;
}

body.black .simile-trumb_bottom {
    background: rgba(34, 34, 34, 0.9);
}

body.black .simile-trumb_h {
    color: #FFF;
}

body.black .ocf-selected-header {
    color: #FFF;
}

body.black .ocf-filter-name, body.black .ocf-active-label {
    color: #FFF;
}

body.black .ocf-value-name {
    color: #FFF;
}

body.black .ocf-selected-value-name {
    color: #FFF;
}

body.black .ocf-value-count {
    color: #FFF;
}

body.black .ocf-filter {
    border-bottom: 1px solid #535353 !important;
}

body.black .ocf-selected-card {
    border-bottom: 1px solid #535353;
}

body.black .ocf-footer {
    background: #222;
}

body.black .ocf-scroll-y {
    background-color: #222;
    background-image: linear-gradient(#222 30%, transparent), linear-gradient(transparent, #222 70%), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.1), transparent);
}

body.black .prop_select::after {
    background: url(../icons/arrow-2.svg) center no-repeat;
    background-size: contain;
}

body.black .prop_select select {
    color: #FFF;
    border: 1px solid #0FA24E;
    background: #121212;
}

body.black .catalog-tile_label {
    color: rgba(255, 255, 255, 0.7);
}

body.black .basket-action_a {
    color: #0FA24E;
    background: #FFF;
}

body.black .bren .btn-two {
    color: #0FA24E;
    background: #FFF;
}

body.black .product-pagination .swiper-pagination-bullet {
    background: #444444;
}

body.black .product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0FA24E;
}

body.black .ocf-noUi-connects:before, body.black .ocf-noUi-connects:after {
    background: #121212 !important;
}

body.black .ocf-noUi-base:before {
    background: #121212 !important;
}

body.black .ocf-input-group .ocf-form-control {
    color: #FFF !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body.black .ocf-input-group .ocf-form-control:focus {
    border: 1px solid #0FA24E !important;
}

@media (max-width: 800px) {
    body.black .header-login {
        color: #FFF;
        border: 1px solid #2A2A2A;
        background: #121212;
    }
}

@media (max-width: 992px) {
    body.black .ocf-content {
        background: #222;
    }

    body.black .ocf-active .ocf-active-label {
        color: #0FA24E !important;
    }

    body.black .ocf-filter-body > .ocf-value-list {
        background-color: #222 !important;
    }

    body.black .ocf-open .ocf-filter-header {
        background-color: #222 !important;
        border-bottom: 1px solid #535353 !important;
    }
}

@media (max-width: 1200px) {
    body.black .fancybox__container.popup-three .fancybox__backdrop {
        background: #222;
    }

    body.black .fancybox__container.popup-three .fancybox__content {
        background: #222;
    }

    body.black .header::after {
        border-bottom: 1px solid #2A2A2A;
        background: #222;
    }

    body.black .header::before {
        background: #222;
    }

    body.black .header-contain {
        background: #222;
    }

    body.black .header-ul li.active a {
        color: #FFAF15;
    }

    body.black .header-ul a {
        color: #FFF;
    }

    body.black .header-find_wrap {
        border: none;
    }

    body.black .header-find_bg {
        background: #222;
    }

    body.black .header-contact_wrap {
        background: transparent;
    }

    body.black .header-contact_tel span {
        color: #0FA24E;
    }

    body.black .header-lang li.active a {
        color: #FFFFFF;
    }

    body.black .header-theme span {
        color: #FFFFFF;
    }

    body.black .header-theme li:first-child svg {
        fill: #FFFFFF;
    }

    body.black .header-menu_grid > ul {
        background: transparent;
    }

    body.black .header-menu_ul > li > a > span {
        background: #121212;
    }

    body.black .header-menu_grid > ul > li > a > span {
        background: #121212;
    }

    body.black .header-menu_grid > ul > li > a > span > svg path {
        fill: #FFFFFF;
    }

    body.black .header-menu_grid > ul > li > a {
        background: #121212;
    }

    body.black .header-menu_grid > ul > li.active > ul > li > a {
        background: #121212;
    }

    body.black .header-user_back {
        background: #121212;
    }

    body.black .header-user_back path {
        fill: #FFFFFF;
    }

    body.black .header-user_ul a {
        background: #121212;
    }

    body.black .header-user_ul button {
        background: #121212;
    }

    body.black .header-mob_find path {
        fill: #FFFFFF;
    }

    body.black .section-filter_clear {
        background: #202F26;
    }

    body.black .section-filter_box {
        border-bottom: 1px solid #535353;
    }

    body.black .simile-slider:after {
        display: none;
    }
}

@media (max-width: 800px) {
    body.black .product-star span {
        color: #FFF;
    }
}

@media (min-width: 1200px) {
    body.black .item-favorit:hover path:nth-child(1) {
        fill: #0FA24E;
    }

    body.black .item-simile:hover svg {
        fill: #0FA24E;
        opacity: 1;
    }

    body.black .order-item_favorit:hover path:nth-child(1) {
        fill: #0FA24E;
    }

    body.black .order-item_delete:hover svg {
        fill: #FF3F15;
    }

    body.black .section-arrow:hover {
        background: #0FA24E;
    }

    body.black .btn-three:hover {
        color: #FFF;
        background: #FFAF15;
    }

    body.black .link-more:hover {
        color: #0FA24E;
    }

    body.black .link-more:hover svg {
        fill: #0FA24E;
    }

    body.black .policy a:hover {
        color: #0FA24E;
    }

    body.black .header-ul a:hover {
        color: #0FA24E;
    }

    body.black .header-ul li.active a:hover {
        color: #0FA24E;
    }

    body.black .header-menu_ul > li:hover > a {
        color: #FFF;
        background: #0FA24E;
    }

    body.black .header-menu_ul > li:hover > a > span > svg {
        fill: #FFF;
    }

    body.black .header-menu_grid > ul > li > a:hover {
        color: #0FA24E;
    }

    body.black .header-menu_grid > ul > li > ul > li > a:hover {
        color: #0FA24E;
    }

    body.black .header-link:hover svg {
        fill: #0FA24E;
    }

    body.black .header-lang a:hover {
        color: #0FA24E;
    }

    body.black .header-user_ul a:hover {
        color: #0FA24E;
    }

    body.black .header-user_ul button:hover {
        color: #0FA24E;
    }

    body.black .header-find_list a:hover {
        background: #121212;
    }

    body.black .header-find_items a:hover {
        background: #121212;
    }

    body.black .start-tab:hover {
        box-shadow: 1px 4px 10px 0px #000;
    }

    body.black .start-arrow:hover {
        box-shadow: 1px 4px 10px 0px #000;
    }

    body.black .news-item:hover {
        box-shadow: 1px 4px 10px #000;
    }

    body.black .item-h:hover {
        color: #0FA24E;
    }

    body.black .news-link:hover {
        box-shadow: 1px 4px 10px #000;
    }

    body.black .section-filter_ul a:hover {
        color: #0FA24E;
    }

    body.black .section-filter_show:hover svg {
        fill: #FFAF15;
    }

    body.black .section-crumbs_ul a:hover {
        color: #FFF;
        background: #0FA24E;
    }

    body.black .product-top_btn:hover {
        border: 1px solid #0FA24E;
    }

    body.black .product-select:hover {
        background: #202F26;
    }

    body.black .product-select:hover .product-select_box {
        background: #222222;
        border: 1px solid #0FA24E;
    }

    body.black .product-buttons_btn:hover {
        background: #0FA24E;
    }

    body.black .product-select_kg svg:hover {
        fill: #0FA24E;
    }

    body.black .fancybox__container.popup-four .is-prev:hover {
        border: 1px solid #0FA24E;
    }

    body.black .fancybox__container.popup-four .is-next:hover {
        border: 1px solid #0FA24E;
    }

    body.black .product-links a:hover {
        color: #FFF;
        background: #0FA24E;
    }

    body.black .section-nav_ul a:hover {
        color: #FFF;
        background: #0FA24E;
    }

    body.black .section-nav_arrow:hover {
        background: #0FA24E;
    }

    body.black .section-nav_arrow:hover svg {
        fill: #FFF;
    }

    body.black .rating-comment_add:hover {
        color: #0FA24E;
    }

    body.black .basket-item_favorit:hover {
        color: #0FA24E;
    }

    body.black .basket-item_favorit:hover path:nth-child(1) {
        fill: #0FA24E;
    }

    body.black .basket-item_delete:hover {
        color: #FF3F15;
    }

    body.black .basket-item_delete:hover svg {
        fill: #FF3F15;
    }

    body.black .basket-item_btn:hover {
        background: #0FA24E;
        border: 1px solid #0FA24E;
    }

    body.black .form-choice_box:hover {
        border: 1px solid #0FA24E;
    }

    body.black .order-back:hover {
        background: #0FA24E;
    }

    body.black .form-option_box:hover {
        background: #202F26;
    }

    body.black .form-option_box:hover:before {
        background: url("../icons/radio-2s.svg") center no-repeat;
        background-size: contain;
    }

    body.black .order-item_name:hover {
        color: #0FA24E;
    }

    body.black .article-nav_ol a:hover {
        color: #0FA24E;
    }

    body.black .section-tabs a:hover {
        color: #FFF;
        background: #0FA24E;
    }

    body.black .basket-item_name:hover {
        color: #0FA24E;
    }

    body.black .order-item_btn:hover {
        background: #0FA24E;
        border: 1px solid #0FA24E;
    }

    body.black .btn-four:hover {
        border: 1px solid #FFAF15;
        background: #FFAF15;
    }

    body.black .btn-two:hover {
        color: #FFF;
        background: #FFAF15;
    }

    body.black .btn-two:hover svg {
        fill: #FFF;
    }

    body.black .login-form .form-check_text a:hover {
        color: #FFF;
    }

    body.black .form-pass:hover {
        fill: #0FA24E;
    }

    body.black .profil-aside_ul a:hover {
        background: #0FA24E;
    }

    body.black .profil-aside_ul button:hover {
        color: #FFF;
        background: #0FA24E;
    }

    body.black .form-load_btn:hover {
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    body.black .form-load_btn:hover svg {
        fill: #FFF;
    }

    body.black .profil-info_discount svg:hover {
        fill: #0FA24E;
    }

    body.black .profil-breed_delete:hover svg {
        fill: #FF3F15;
    }

    body.black .profil-order_bottom tr:hover td {
        background: #202F26;
    }

    body.black .profil-breed_edit:hover {
        border: 1px solid #0FA24E;
        background: #0FA24E;
    }

    body.black .profil-action_procent:hover svg {
        fill: #0FA24E;
    }

    body.black .simile-list a:hover {
        background: #202F26;
    }

    body.black .simile-arrow:hover {
        border: 1px solid #0FA24E;
    }

    body.black .simile-h:hover {
        color: #0FA24E;
    }

    body.black .simile-trumb_h:hover {
        color: #0FA24E;
    }

    body.black .header-theme.black li:first-child svg:hover {
        fill: #0FA24E !important;
    }

    body.black .footer-theme.black li:first-child svg:hover {
        fill: #FFF !important;
    }

    body.black .basket-action_a:hover {
        color: #FFF;
        background: #FFAF15;
    }

    body.black .bren .btn-two:hover {
        color: #FFF;
        background: #FFAF15;
    }
}

/*-theme*/

.product-box_bottom p {
    width: 95%;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hits-slider .swiper-wrapper .swiper-slide {
    width: 295px !important;
}

/*@media (max-width: 800px) {*/
/*  .swiper-backface-hidden .swiper-slide {*/
/*    width: 100% !important;*/
/*  }*/
/*}*/

.cart_link1 {
    display: inline;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.36px;
    text-align: center;
}

.cart_link1 a {
    display: inline;
    font-weight: 600;
    color: #0FA24E;
    transition: 0.1s;
}

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

.checkout-login-btn {
    font-size: 20px;
    color: #1E1E1E;
    font-weight: bold;
}

.black .checkout-login-btn {
    color: #fff;
}

.checkout-login-btn.btn-one {
    width: auto;
    min-width: auto;
}

#popup-login .login-box {
    margin-right: auto;
}

#popup-login {
    position: relative;
}

#customer-info {
    text-align: center;
}


.btn-one {
    color: #FFF;
}

@media (max-width: 800px) {
    .fancybox__container.popup-two #popup-login .popup-close {
        position: absolute;
    }
}

@keyframes bounce {
    0% {
        transform: scale(1);
    }
    14% {
        transform: scale(1.1);
    }
    28% {
        transform: scale(1);
    }
    42% {
        transform: scale(1.1);
    }
    70% {
        transform: scale(1);
    }
}

.bounce {
    animation: bounce 3s;
}

.error-red {
    color: #FF3F15;
}

.header-find_text .find_manufacturer span {
    color: #0FA24E;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding-top: 10px;
    letter-spacing: -0.32px;
}





.ocf-btn {
    background: #0FA24E !important;
    color: #fff;
}

.ocf-btn:hover {
    background: #FFAF15 !important;
}

.ocf-btn-link {
    display: none!important;
}