:root {
    --cont_width: $container-width;
}

html, body, main {
    background-color: #1C121F;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

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

.mt-5 {
    margin-top: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

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

.mt-10 {
    margin-top: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

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

.mt-15 {
    margin-top: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mt-20 {
    margin-top: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mt-25 {
    margin-top: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

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

.mt-30 {
    margin-top: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

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

.mt-35 {
    margin-top: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

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

.mt-40 {
    margin-top: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

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

.mt-45 {
    margin-top: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

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

.mt-50 {
    margin-top: 50px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

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

.mt-100 {
    margin-top: 100px;
}

.fz-10 {
    font-size: 10px;
}

.fz-12 {
    font-size: 12px;
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-20 {
    font-size: 20px;
}

.fz-22 {
    font-size: 24px;
}

.fz-24 {
    font-size: 24px;
}

.fw-100 {
    font-weight: 100;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.fs-italic {
    font-style: italic;
}

.fs-italic {
    font-style: normal;
}

.d-f {
    display: flex;
}

.jc-sp {
    justify-content: space-between;
}

.jc-cen {
    justify-content: center;
}

.jc-sa {
    justify-content: space-around;
}

.jc-end {
    justify-content: flex-end;
}

.ai-cen {
    align-items: center;
}

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

.ai-end {
    align-items: flex-end;
}

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

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

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.text-align-cen {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.cursor-pointer {
    cursor: pointer;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
 /* 1 */
    -webkit-text-size-adjust: 100%;
 /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
 /* 1 */
    height: 0;
 /* 1 */
    overflow: visible;
 /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
 /* 1 */
    text-decoration: underline;
 /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
 /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
 /* 1 */
    font-size: 1em;
 /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
 /* 1 */
    font-size: 100%;
 /* 1 */
    line-height: 1.15;
 /* 1 */
    margin: 0;
 /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
 /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
 /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
 /* 1 */
    color: inherit;
 /* 2 */
    display: table;
 /* 1 */
    max-width: 100%;
 /* 1 */
    padding: 0;
 /* 3 */
    white-space: normal;
 /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
 /* 1 */
    padding: 0;
 /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
 /* 1 */
    outline-offset: -2px;
 /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
 /* 1 */
    font: inherit;
 /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

body,
html {
    height: 100%;
}

input:focus,
textarea:focus {
    outline: 0;
}

a,
button {
    font-weight: 400;
}

a {
    text-decoration: none;
}

button {
    border: 0;
    background: none;
    cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
}

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

html, body, main {
    font-family: "Montserrat", sans-serif;
    background-color: #141414;
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.24px;
}

html.active, body.active, main.active {
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 48px;
    font-weight: 600;
    line-height: 111.539%;
 /* 53.538px */
    letter-spacing: 0.72px;
}

.d-none {
    display: none;
}

.main.base h1,
.main.base h2,
.main.base h3,
.main_page h1,
.main_page h2,
.main_page h3 {
    font-size: 64px;
    font-weight: 600;
    line-height: 111.539%;
    letter-spacing: 0.96px;
}

.main.base h3,
.main_page h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.6px;
}

@media (max-width: 850px) {
    .main.base h1, .main.base h2, .main.base h3,
  .main_page h1,
  .main_page h2,
  .main_page h3 {
        text-align: center;
        width: 100%;
        align-self: center;
    }

    .main.base h1,
  .main_page h1 {
        align-self: flex-end;
    }

    .main.base h1, .main.base h2,
  .main_page h1,
  .main_page h2 {
        font-weight: 600;
    }

    .main.base h3,
  .main_page h3 {
        font-weight: 500;
    }

    .main.base h3 span, .main.base h3 a,
  .main_page h3 span,
  .main_page h3 a {
        font-weight: 700;
    }

    .main.base h1,
  .main_page h1 {
        font-size: 22px;
        line-height: 111.539%;
 /* 24.538px */
        letter-spacing: 0.33px;
    }

    .main.base .about h2,
  .main.base .reviews h2,
  .main.base .contacts h2,
  .main_page .about h2,
  .main_page .reviews h2,
  .main_page .contacts h2 {
        font-size: 48px;
        line-height: 111.539%;
 /* 53.538px */
        letter-spacing: 0.72px;
    }

    .main.base .about h3,
  .main.base .reviews h3,
  .main.base .contacts h3,
  .main_page .about h3,
  .main_page .reviews h3,
  .main_page .contacts h3 {
        font-weight: 500;
    }

    .main.base .about h3 span, .main.base .about h3 a,
  .main.base .reviews h3 span,
  .main.base .reviews h3 a,
  .main.base .contacts h3 span,
  .main.base .contacts h3 a,
  .main_page .about h3 span,
  .main_page .about h3 a,
  .main_page .reviews h3 span,
  .main_page .reviews h3 a,
  .main_page .contacts h3 span,
  .main_page .contacts h3 a {
        font-weight: 700;
    }

    .main.base .goods h2,
  .main_page .goods h2 {
        font-size: 36px;
        line-height: 111.539%;
 /* 40.154px */
        letter-spacing: 0.54px;
    }

    .main.base .order h2,
  .main_page .order h2 {
        font-size: 32px;
        font-size: 30px;
        line-height: 111.539%;
 /* 35.692px */
        letter-spacing: 0.48px;
    }

    .main.base .order h3,
  .main_page .order h3 {
        font-weight: 500;
    }

    .main.base .order h3 span, .main.base .order h3 a,
  .main_page .order h3 span,
  .main_page .order h3 a {
        font-weight: 700;
    }
}

a,
button {
    color: #fff;
}

.btn {
    color: #141414;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0BD2D2;
    border-radius: 10px;
}

.btn-2 {
    color: #202020;
    height: 61px;
    flex-shrink: 0;
}

.btn-3 {
    color: #fff;
    height: 61px;
    background-color: #202020;
    border: 1px solid #0BD2D2;
}

.btn-3:hover {
    background-color: rgba(11, 210, 210, 0.2);
}

.btn-4 {
    height: 38.646px;
}

.btn-cart-clear {
    color: #141414;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
    width: 196.042px;
    height: 38.646px;
    flex-shrink: 0;
    border-radius: 3.513px;
    background: #0BD2D2;
}

header, footer {
    background-color: #080808;
}

header {
    height: 110px;
}

body {
    padding-top: 110px;
}

main.main {
    min-height: calc(100vh - 110px - 293px - 64px);
}

main.base {
    min-height: calc(100vh - 110px - 293px - 112px);
}

@media (max-width: 850px) {
    header {
        height: 60px;
        padding: 16px 11px;
    }

    body {
        padding-top: 60px;
    }

    main.main {
        min-height: calc(100vh - 60px - 293px - 64px);
    }

    main.base {
        min-height: calc(100vh - 60px - 293px - 112px);
    }
}

.container {
    max-width: 1440px;
    width: 100%;
    padding: 0 130px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1220px;
}

@media (max-width: 1440px) {
    .container {
        padding: 0 20px;
        max-width: 1220px;
    }
}

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

@media (max-width: 850px) {
    .container {
        padding: 0 15px;
    }
}

.col {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
}

.col > * {
    width: 100% !important;
}

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

.row-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-s {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.row-e {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.row-a {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.row-ev {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.wrap {
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .note-col {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
    }

    .note-col > * {
        width: 100% !important;
    }

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

    .note-row-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .note-row-s {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .note-row-e {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .note-row-a {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .note-row-ev {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .note-wrap {
        flex-wrap: wrap;
    }

    .note-text-center {
        text-align: center;
    }
}

@media (max-width: 850px) {
    .mob-col {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
        gap: 16px;
    }

    .mob-col > * {
        width: 100% !important;
    }

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

    .mob-row-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mob-row-s {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .mob-row-e {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mob-row-a {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .mob-row-ev {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .mob-wrap {
        flex-wrap: wrap;
    }

    .mob-text-center {
        text-align: center;
    }
}
/* auto flex */
@media (max-width: 1200px) {
    .note-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .note-row-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .note-row-sa {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .note-row-se {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .note-row-st {
        display: flex;
        align-items: center;
        justify-content: stretch;
    }

    .note-row-s {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .note-row-e {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .note-row-c {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .note-row-c-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .note-row-c-sa {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .note-row-c-se {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .note-row-c-st {
        display: flex;
        align-items: center;
        justify-content: stretch;
    }

    .note-row-c-s {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .note-row-c-e {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .note-row-st {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .note-row-st-c {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    .note-row-st-sb {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .note-row-st-sa {
        display: flex;
        align-items: stretch;
        justify-content: space-around;
    }

    .note-row-st-se {
        display: flex;
        align-items: stretch;
        justify-content: space-evenly;
    }

    .note-row-st-st {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
    }

    .note-row-st-s {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
    }

    .note-row-st-e {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }

    .note-row-s {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .note-row-s-c {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .note-row-s-sb {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .note-row-s-sa {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

    .note-row-s-se {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .note-row-s-st {
        display: flex;
        align-items: flex-start;
        justify-content: stretch;
    }

    .note-row-s-s {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .note-row-s-e {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .note-row-e {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .note-row-e-c {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .note-row-e-sb {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .note-row-e-sa {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
    }

    .note-row-e-se {
        display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
    }

    .note-row-e-st {
        display: flex;
        align-items: flex-end;
        justify-content: stretch;
    }

    .note-row-e-s {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .note-row-e-e {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .note-row-bl {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .note-row-bl-c {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    .note-row-bl-sb {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .note-row-bl-sa {
        display: flex;
        align-items: baseline;
        justify-content: space-around;
    }

    .note-row-bl-se {
        display: flex;
        align-items: baseline;
        justify-content: space-evenly;
    }

    .note-row-bl-st {
        display: flex;
        align-items: baseline;
        justify-content: stretch;
    }

    .note-row-bl-s {
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
    }

    .note-row-bl-e {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
    }
}

@media (max-width: 850px) {
    .mob-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mob-row-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .mob-row-sa {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .mob-row-se {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .mob-row-st {
        display: flex;
        align-items: center;
        justify-content: stretch;
    }

    .mob-row-s {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .mob-row-e {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

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

    .mob-row-c-c {
        display: flex;
        align-items: center;
        justify-content: center;
    }

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

    .mob-row-c-sa {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .mob-row-c-se {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .mob-row-c-st {
        display: flex;
        align-items: center;
        justify-content: stretch;
    }

    .mob-row-c-s {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .mob-row-c-e {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .mob-row-st {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .mob-row-st-c {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    .mob-row-st-sb {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .mob-row-st-sa {
        display: flex;
        align-items: stretch;
        justify-content: space-around;
    }

    .mob-row-st-se {
        display: flex;
        align-items: stretch;
        justify-content: space-evenly;
    }

    .mob-row-st-st {
        display: flex;
        align-items: stretch;
        justify-content: stretch;
    }

    .mob-row-st-s {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
    }

    .mob-row-st-e {
        display: flex;
        align-items: stretch;
        justify-content: flex-end;
    }

    .mob-row-s {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .mob-row-s-c {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .mob-row-s-sb {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .mob-row-s-sa {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
    }

    .mob-row-s-se {
        display: flex;
        align-items: flex-start;
        justify-content: space-evenly;
    }

    .mob-row-s-st {
        display: flex;
        align-items: flex-start;
        justify-content: stretch;
    }

    .mob-row-s-s {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .mob-row-s-e {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .mob-row-e {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .mob-row-e-c {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .mob-row-e-sb {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
    }

    .mob-row-e-sa {
        display: flex;
        align-items: flex-end;
        justify-content: space-around;
    }

    .mob-row-e-se {
        display: flex;
        align-items: flex-end;
        justify-content: space-evenly;
    }

    .mob-row-e-st {
        display: flex;
        align-items: flex-end;
        justify-content: stretch;
    }

    .mob-row-e-s {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .mob-row-e-e {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .mob-row-bl {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .mob-row-bl-c {
        display: flex;
        align-items: baseline;
        justify-content: center;
    }

    .mob-row-bl-sb {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .mob-row-bl-sa {
        display: flex;
        align-items: baseline;
        justify-content: space-around;
    }

    .mob-row-bl-se {
        display: flex;
        align-items: baseline;
        justify-content: space-evenly;
    }

    .mob-row-bl-st {
        display: flex;
        align-items: baseline;
        justify-content: stretch;
    }

    .mob-row-bl-s {
        display: flex;
        align-items: baseline;
        justify-content: flex-start;
    }

    .mob-row-bl-e {
        display: flex;
        align-items: baseline;
        justify-content: flex-end;
    }
}
/* end auto flex */
.title {
  /* Display Text/Header Big */
    font-family: "Oxanium";
    font-weight: 700;
    font-size: 64px;
    line-height: 130px;
  /* identical to box height, or 203% */
    color: #F5FBF2;
    position: relative;
}

.title span {
    text-align: center;
    position: relative;
    z-index: 2;
}

.title::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-52%) translateX(-38%);
    background: #8613A5;
    border-radius: 50%;
    border: 0;
    width: 110px;
    height: 110px;
}

@media (max-width: 850px) {
    .title::after {
        width: 84px;
        height: 84px;
    }
}

.title--purple::after {
    background: #8613A5;
}

.title--pink::after {
    background: #E03054;
}

@media (max-width: 500px) {
    .title--pink::after {
        transform: translateY(-52%) translateX(-17%);
    }
}

@media (max-width: 850px) {
    .title {
        font-size: 36px;
    }
}

@media (max-width: 500px) {
    .categories .title {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .categories .title::after {
        transform: translateY(-100%) translateX(20%);
        line-height: 60px;
    }
}

@media (max-width: 500px) {
    .categories .title span {
        line-height: normal;
    }
}

.title-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 84px;
}

@media (max-width: 600px) {
    .title-wrapper {
        padding-bottom: 25px;
    }
}

@media (max-width: 600px) {
    .swiper-button-prev1,
  .swiper-button-next1 {
        display: none;
    }
}

.first {
    z-index: 8;
    position: relative;
}

.auctions {
    z-index: 7;
    position: relative;
}

.how {
    z-index: 6;
    position: relative;
}

.collections {
    z-index: 5;
    position: relative;
}

.categories {
    z-index: 4;
    position: relative;
}

.creators {
    z-index: 3;
    position: relative;
}

.subscribe {
    z-index: 2;
    position: relative;
}

.footer {
    z-index: 1;
    position: relative;
}

.bg {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100vw;
    height: 100%;
}

ul.nav {
    display: flex;
    gap: 59px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.24px;
}

ul.nav li {
    list-style-type: none;
    position: relative;
}

ul.nav li a {
    font-weight: 500;
    text-decoration: none;
}

ul.nav ul {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-width: 135px;
    gap: 8px;
}

ul.nav ul li {
    line-height: 111.539%;
 /* 15.615px */
    letter-spacing: 0.21px;
}

ul.nav ul li a {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 1024px) {
    ul.nav {
        gap: 20px;
    }
}

.nav a:after,
.header__link::after {
    content: "";
    display: none;
    background: #0EF4F4;
    height: 1px;
    width: calc(100% + 4px);
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

ul.nav ul a:after {
    bottom: 0.5px;
}

.nav ul a:first-word {
    word-wrap: none;
    text-transform: uppercase;
}

.nav ul a :first-word {
    word-wrap: none;
    text-transform: uppercase;
}

ul.nav ul {
    display: none;
    border-radius: 5px;
    border: 1px solid #0EF4F4;
    background: #141414;
    padding: 16px 8px;
    position: absolute;
    top: 100%;
}

.nav a.active::after,
.nav a:hover::after {
    display: block;
}

.nav li.act ul,
.nav li:hover ul {
    display: flex;
}

footer a:hover {
    opacity: 0.7;
}

@media (max-width: 1920px) {
  /* test media */
    .somediv {
        content: "k1 1920px";
        font-size: 1em;
    }
}

@media (max-width: 1280px) {
  /* test media */
    .somediv {
        content: "k2 1280px";
        font-size: 1em;
    }
}

@media (max-width: 1024px) {
  /* test media */
    .somediv {
        content: "k3 1024px";
        font-size: 1em;
    }
}

@media (max-width: 768px) {
  /* test media */
    .somediv {
        content: "k4 768px";
        font-size: 1em;
    }
}

@media (max-width: 320px) {
  /* test media */
    .somediv {
        content: "k5 320px";
        font-size: 1em;
    }
}
/* Header */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 20;
}

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

@media (max-width: 850px) {
    .header__main {
        padding-right: 0;
    }
}

.logo {
    width: 180px;
    height: 69px;
    flex-shrink: 0;
}

@media (max-width: 850px) {
    .logo {
        height: 29px;
        width: auto;
        height: 100%;
        flex-shrink: 0;
    }
}

.search-close,
.search,
a.cart {
    width: 129px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #313131;
    color: #FFF;
    padding: 0 10px 0 8px;
    position: relative;
}

.search-close .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before, .search-close[data-counter]:before,
.search .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before,
.search[data-counter]:before,
a.cart .elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before,
a.cart[data-counter]:before {
    content: attr(data-counter);
    position: absolute;
    border-radius: 100%;
    top: 8.39px;
    right: 9.17px;
    top: 2px;
    right: 2px;
    width: 7px;
    height: 7px;
    width: 14px;
    height: 14px;
    color: black;
    background-color: #0BD2D2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-size: 6px;
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.09px;
}

.search-close[data-counter="0"]:before,
.search[data-counter="0"]:before,
a.cart[data-counter="0"]:before {
    content: none;
}

.search-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.search-close,
a.cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    padding: 0;
}

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

@media (max-width: 850px) {
    .search {
        width: 35px;
        height: 35px;
    }
}

.search input {
    background: #313131;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 111.539%;
 /* 11.154px */
    letter-spacing: 0.15px;
    outline: none;
    border: none;
    width: 100%;
}

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

.nav-tools,
.mob-search-label,
.mob-search-check,
.search-close {
    display: none;
}

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

    .nav-tools,
  .mob-search-label {
        display: flex;
    }

    #mob-search-check:checked ~ .search-mob-wrap .search-ico {
        display: flex;
    }

    #mob-search-check:checked ~ .search-mob-wrap .mob-search-label {
        display: none;
    }

    #mob-search-check:checked ~ .search-close {
        display: flex;
    }

    #mob-search-check:checked ~ .search-mob-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        left: 0;
        top: 60px;
        background: #080808;
        padding: 0 24px 16px 24px;
        width: 100%;
    }

    #mob-search-check:checked ~ .search-mob-wrap .search {
        width: 100%;
        border-radius: 10px;
    }

    #mob-search-check:checked ~ .search-mob-wrap .search input {
        display: block;
    }
}

.header__link {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    filter: drop-shadow(0 0 3px rgba(124, 118, 219, 0.75));
    filter: drop-shadow(0 0 3px rgba(52, 47, 116, 0.75));
    filter: drop-shadow(0 0 3px blue);
    transition: all 0.3s;
    position: relative;
}

.header__link:hover, .header__link.active {
    color: #FFCE4E;
    filter: drop-shadow(0 0 6px pink);
}

.header__link:hover:after, .header__link.active:after {
    display: block;
}

.header__link:after {
    content: "";
    display: none;
    background: #FFCE4E;
    height: 2px;
    width: 74px;
    width: calc(100% + 4px);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 850px) {
    .header__link {
        font-size: 26px;
    }
}

.header__inner, .header__inner--mob {
    display: flex;
    align-items: center;
}

@media (max-width: 850px) {
    .header__inner, .header__inner--mob {
        display: none;
    }
}

.header__inner--mob {
    display: none;
    align-items: center;
}

@media (max-width: 850px) {
    .header__inner--mob {
        display: flex;
        justify-content: center;
        transform: translateY(-150%);
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 50;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: all 0.5s;
    }

    .header__inner--mob.active {
        transform: translateY(-37px);
    }
}

@media (max-width: 850px) {
    body.active .header__inner--mob {
        display: flex;
        transform: translateY(-37px);
        transform: translateY(0px);
    }
}

.header__links {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-right: 160px;
}

@media (max-width: 1000px) {
    .header__links {
        margin-right: 80px;
        gap: 30px;
    }
}

@media (max-width: 850px) {
    .header__links {
        margin-right: 30px;
        gap: 25px;
    }
}

@media (max-width: 850px) {
    .header__links {
        flex-direction: column;
        margin: 0 0 40px;
    }
}

.header__btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFCE4E;
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid #FFCE4E;
    padding: 20px 30px;
    transition: all 0.3s linear;
}

.header__btn:hover {
    box-shadow: 0px 0px 69px 30px rgba(124, 118, 219, 0.75);
}

.header__burger {
    display: none;
    top: 45px;
    right: 45px;
    z-index: 50;
}

@media (max-width: 850px) {
    .header__burger {
        display: block;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 850px) {
    body.active .header__burger {
        display: none;
    }
}

.mob-nav-check {
    display: none;
}

@media (max-width: 850px) {
    header {
        height: 60px;
    }

    ul.nav {
        display: none;
        flex-direction: column;
    }

    .search-tools {
        order: 1;
        justify-content: flex-start;
    }

    .logo-link {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    .label-burger {
        order: 3;
    }

    .search-tools,
  .nav-tools {
        flex-basis: 33.33%;
    }

    .label-burger {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.mob-subnav-check {
    display: none;
}

@media (max-width: 850px) {
    .mob-subnav-view:checked ~ ul.subnav {
        display: flex;
    }

    #mob-nav-view:checked ~ ul.nav {
        display: flex;
        position: fixed;
        right: 0;
        top: 60px;
        min-width: 214px;
        min-height: 320px;
        flex-shrink: 0;
        background: #202020;
        border: none;
        border-radius: 0;
        padding: 16px 28px 24px 24px;
    }

    ul.nav {
        gap: 16px;
        gap: 0px;
    }

    ul.nav > :first-child {
        display: none;
    }

    ul.nav ul,
  .nav li:hover ul,
  ul.subnav {
        display: none;
        display: flex;
        position: static;
        padding: 0px 0 0 0;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        border: none;
        border-radius: 0;
        transition: 0.25s;
        transition: 1s;
    }

    #mob-subnav-view:checked ~ ul.subnav {
        display: flex;
        background: #202020;
        height: auto;
        max-height: 300px;
        opacity: 1;
    }
}

@media (max-width: 850px) {
    .subnav-label {
        flex-basis: 100%;
        display: block;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .subnav-label::after {
        content: "";
        background: url("../img/icon/arrow-down.svg") no-repeat;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        display: block;
        transform: rotate(180deg);
    }

    .mob-subnav-check:checked ~ label::after {
        transform: rotate(0deg);
    }
}

.header__burger--close {
    display: none;
    position: fixed;
    top: 45px;
    right: 45px;
    z-index: 50;
}

.header__burger--close img {
    width: 50px;
}

@media (max-width: 850px) {
    body.active .header__burger--close {
        display: block;
    }
}

/* / Header */
.first .container.slider {
    max-width: 100vw;
    max-height: 100vh;
    max-height: calc(100vh - 110px);
    width: 100%;
    height: 905px;
    margin: 0;
    padding: 0;
    position: relative;
}

@media (max-width: 850px) {
    .first .container.slider {
        height: 360px;
    }
}

.first .slider {
    width: 100%;
    height: 100%;
}

.first .slider .slide {
    width: 100%;
    height: 100%;
}

.first .slider .slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.first .slider .slide .hero {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media (max-width: 850px) {
    .first .slider .slide .hero {
        padding: 25px;
    }
}

.first .slider .slide .hero h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.539%;
 /* 71.385px */
    letter-spacing: 0.96px;
}

.first .slider .slide .hero h1 span {
    color: #0EF4F4;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.539%;
    letter-spacing: 0.96px;
}

@media (max-width: 850px) {
    .first .slider .slide .hero h1 span {
        font-size: 22px;
        letter-spacing: 0.33px;
    }
}

@media (max-width: 850px) {
    .first .slider .slide .hero h1 {
        font-size: 22px;
        letter-spacing: 0.33px;
    }
}

.content_block {
    padding-top: 112px;
}

@media (max-width: 850px) {
    .content_block {
        padding-top: 32px;
    }
}

.content_block .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.content_block .container h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 111.539%;
 /* 71.385px */
    letter-spacing: 0.96px;
}

.content_block .container .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding-top: 64px;
    gap: 70px;
    width: 100%;
}

@media (max-width: 850px) {
    .content_block .container .content {
        gap: 16px;
    }

    .content_block .container .content h3 {
        text-align: center;
        font-size: 29px;
        font-weight: 700;
        line-height: 120%;
 /* 34.8px */
        letter-spacing: 0.435px;
    }
}

.content_block .container .content .about_col {
    flex-grow: 1;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
}

.content_block .container .content .about_col.imgs {
    width: 524.917px;
    height: 471.105px;
    position: relative;
}

@media (max-width: 1200px) {
    .content_block .container .content .about_col.imgs {
        flex-grow: 0;
        flex-shrink: 0;
        max-width: calc(100vw - 110px);
        max-width: 50vw;
        max-height: 70vw;
        align-self: center;
    }
}

@media (max-width: 850px) {
    .content_block .container .content .about_col.imgs {
        max-width: 70vw;
    }
}

.content_block .container .content .about_col.imgs .img-about {
    position: absolute;
}

.content_block .container .content .about_col.imgs .img-about.img-about-1 {
    width: 403.173px;
    height: 267.471px;
    transform: rotate(-3.315deg);
    flex-grow: 1;
    flex-shrink: 0;
    box-shadow: 20px 40px 40px 0px rgba(0, 0, 0, 0.55);
    order: 1;
    top: 12px;
    left: 6px;
}

.content_block .container .content .about_col.imgs .img-about.img-about-2 {
    width: 403.173px;
    height: 267.471px;
    transform: rotate(6.814deg);
    flex-grow: 1;
    flex-shrink: 0;
    order: 2;
    top: 182px;
    left: 106px;
}

@media (max-width: 1200px) {
    .content_block .container .content .about_col.imgs .img-about.img-about-1 {
        width: 403.173px;
        height: 267.471px;
        max-width: 60%;
        max-width: 70%;
        height: auto;
        transform: rotate(-3.315deg);
        flex-grow: 1;
        flex-shrink: 0;
        top: 12px;
        left: 6px;
    }

    .content_block .container .content .about_col.imgs .img-about.img-about-2 {
        width: 403.173px;
        max-width: 60%;
        max-width: 70%;
        height: auto;
        transform: rotate(6.814deg);
        flex-grow: 1;
        flex-shrink: 1;
        order: 2;
        top: 182px;
        left: 106px;
        top: 182px;
    }
}

@media (max-width: 500px) {
    .content_block .container .content .about_col.imgs .img-about.img-about-1 {
        top: 0px;
    }

    .content_block .container .content .about_col.imgs .img-about.img-about-2 {
        top: 96px;
    }
}

.content_block .container .content .about_col.text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    flex-shrink: 1;
    height: 100%;
    padding: 45px 0;
}

.content_block .container .content .about_col.text p {
    font-size: 24px;
    font-weight: 400;
    line-height: 170%;
 /* 40.8px */
    letter-spacing: 0.36px;
}

.content_block .container .content .about_col.text p a {
    color: #0BD2D2;
    font-weight: 700;
    text-decoration-line: underline;
}

@media (max-width: 1200px), (max-width: 850px) {
    .content_block .container .content .about_col.text {
        text-align: center;
        align-items: center;
        gap: 16px;
    }

    .content_block .container .content .about_col.text p {
        font-size: 16px;
    }
}

.content_block h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.6px;
}

.content_block h3 span {
    color: #0EF4F4;
    font-weight: 700;
}

.goods .container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px 20px;
    flex-wrap: wrap;
}

@media (max-width: 850px) {
    .goods .container .content {
        gap: 14px 0px;
    }
}

.goods .container .text-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 33px;
    align-self: stretch;
}

.goods .container .text-row p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.24px;
}

.goods .container .text-row p a {
    color: #0EF4F4;
    font-weight: 700;
}

@media (max-width: 850px) {
    .goods .container .text-row {
        flex-direction: column;
    }
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 279px;
    height: 425px;
    max-width: 30%;
    position: relative;
}

@media (max-width: 850px) {
    .product-card {
        max-width: 40%;
        max-width: calc(50% - 10px);
        height: calc((50vw - 10px) * 1.523297491);
        max-height: 425px;
    }
}

@media (max-width: 400px) {
    .product-card {
        height: calc((50vw - 10px) * 1.523297491 + 20px);
    }
}

.product-card .product-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 279px;
    height: 425px;
    width: 100%;
    height: 100%;
}

.product-card .product-item .block-img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.product-card .product-item .block-img .img-wrap {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.product-card .product-item .block-img .img-wrap .product-link {
    text-decoration: none;
}

.product-card .product-item .block-img .img-wrap img.product-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product-card .product-item .block-img .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 111.539%;
 /* 26.769px */
    letter-spacing: 0.36px;
}

.product-card .product-item .block-img .price img {
    width: 16px;
    height: 16px;
}

.product-card .product-item .block-img .price svg {
    width: 16px;
    height: 16px;
}

.product-card .product-item .block-img .price svg.ico-rub-black {
    display: none;
}

.product-card .product-item .block-img .price .curr-img {
    width: 16px;
    height: 17px;
    fill: #fff;
}

.product-card .product-item .block-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.product-card .product-item .product_title {
    min-height: 24px;
    height: 24px;
}

.product-card .product-item .product_title h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
 /* 16px */
    letter-spacing: 0.24px;
}

.product-card .product-item .options {
    display: none;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product-card .product-item .options .opt {
    flex-grow: 0;
    flex-shrink: 1;
}

.product-card .product-item .option {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #DEDEDE;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.product-card .product-item .product-option:checked ~ .option {
    color: #FFF;
    background: #000;
}

.product-card .product-item input[type=radio] {
    display: none;
}

.product-card .product-item .btn {
    width: 279px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 5px;
    width: 100%;
}

.product-card:focus, .product-card:hover {
    z-index: 300;
}

.product-card:focus .product-item, .product-card:hover .product-item {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 291px;
    height: auto;
    padding: 7px 6px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 10px 4px 40px 0px rgba(255, 255, 255, 0.1);
    box-shadow: 10px 4px 40px 0px rgba(0, 0, 0, 0.3);
}

@media (max-width: 850px) {
    .product-card:focus .product-item, .product-card:hover .product-item {
        width: 100%;
    }
}

.product-card:focus:focus .options, .product-card:focus:hover .options, .product-card:hover:focus .options, .product-card:hover:hover .options {
    display: flex;
}

.product-card:focus .product-item .price, .product-card:hover .product-item .price {
    color: #141414;
}

.product-card:focus .product-item .price .curr-img, .product-card:hover .product-item .price .curr-img {
    fill: #000;
}

.product-card:focus .product-item .price .ico-rub-black, .product-card:hover .product-item .price .ico-rub-black {
    display: block;
}

.product-card:focus .product-item .price .ico-rub-white, .product-card:hover .product-item .price .ico-rub-white {
    display: none;
}

.product-card:focus .product-item .product_title, .product-card:hover .product-item .product_title {
    min-height: auto;
    height: auto;
}

.product-card:focus .product-item .product_title h3, .product-card:hover .product-item .product_title h3 {
    color: #141414;
    line-height: 111.539%;
 /* 17.846px */
}

@media (max-width: 850px) {
    .product-card .product-item .block-img .price {
        font-size: 16px;
        font-weight: 600;
        line-height: 111.539%;
 /* 17.846px */
        letter-spacing: 0.24px;
    }

    .product-card .product-item .block-img .price svg {
        width: 10.724px;
        height: 10.724px;
    }

    .product-card .product-item .block-btn {
        gap: 12px;
    }

    .product-card .product-item .btn {
        height: 37px;
        font-size: 10.724px;
        font-style: normal;
        font-weight: 400;
        line-height: 111.539%;
 /* 11.961px */
        letter-spacing: 0.161px;
    }
}

@media (max-width: 850px) {
    .order .container h2 {
        text-align: center;
        font-size: 32px;
        font-size: 30px;
        font-weight: 600;
        line-height: 111.539%;
 /* 35.692px */
        letter-spacing: 0.48px;
        white-space: nowrap;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.order .container .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

@media (max-width: 850px) {
    .order .container .content {
        padding-top: 16px;
    }

    .order .container .content h3 {
        font-size: 18px;
        font-size: 16px;
    }
}

.order .container .content .text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media (max-width: 850px) {
    .order .container .content .text {
        flex-direction: column;
        gap: 16px;
    }
}

.order .container .content .text .text_col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.order .container .content .text .text_col .text-item {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
    padding-left: 15px;
    padding-left: 14px;
    margin-left: 10px;
    position: relative;
}

.order .container .content .text .text_col .text-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    top: 12px;
    width: 2px;
    height: 2px;
    background-color: #fff;
}

.order .container .content form.main-order-form {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 20px;
    padding-top: 44px;
    align-self: stretch;
}

.order .container .content form.main-order-form .input-wrapp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 19px;
}

.order .container .content form.main-order-form .input-wrapp input {
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: none;
}

.order .container .content form.main-order-form .input-wrapp ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.order .container .content form.main-order-form .input-wrapp ::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.order .container .content form.main-order-form .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
    border-radius: 0px;
}

.order .container .content form.main-order-form .input-wrapp,
.order .container .content form.main-order-form .btn {
    flex-grow: 1;
    flex-shrink: 0;
    width: 23%;
    height: 47px;
}

@media (max-width: 1200px) {
    .order .container .content form.main-order-form {
        flex-wrap: wrap;
    }

    .order .container .content form.main-order-form .input-wrapp,
  .order .container .content form.main-order-form .btn {
        flex-grow: 1;
        flex-shrink: 1;
        width: 48%;
    }
}

@media (max-width: 850px) {
    .order .container .content form.main-order-form {
        flex-direction: column;
        gap: 16px;
    }

    .order .container .content form.main-order-form .input-wrapp,
  .order .container .content form.main-order-form .btn {
        width: 100%;
    }
}

.reviews .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.reviews .container .title-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.reviews .container .title-block .soc-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.reviews .container .title-block .soc-block h3 {
    padding-left: 10px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.539%;
 /* 26.769px */
    letter-spacing: 0.36px;
}

.reviews .container .title-block .soc-block h3 h3 {
    font-weight: 500;
}

.reviews .container .title-block .soc-block h3 h3 span, .reviews .container .title-block .soc-block h3 h3 a {
    font-weight: 700;
}

.reviews .container .title-block .soc-block .soc-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.reviews .container .title-block .soc-block .soc-wrapp .soc-link {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews .container .title-block .soc-block .soc-wrapp .soc-img {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    transition: 0.25s;
}

.reviews .container .title-block .soc-block .soc-wrapp .soc-img:hover {
    width: 68px;
    height: 68px;
}

.reviews .container .content {
    gap: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reviews .container .content .review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 680px;
    height: 274px;
    flex-shrink: 0;
    padding: 24px 25px 0 25px;
    gap: 16px;
    border-radius: 10px;
    background: #202020;
}

.reviews .container .content .review .review-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.reviews .container .content .review .review-title .img-review {
    width: 105px;
    height: 105px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.reviews .container .content .review .review-title .review-author {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: 170%;
 /* 40.8px */
    letter-spacing: 0.36px;
}

.reviews .container .content .review .review-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
    flex-grow: 1;
    flex-shrink: 0;
}

.reviews .container .content .review.rev-2 {
    width: 480px;
}

.reviews .container .content .review.rev-3 {
    width: 429px;
}

.reviews .container .content .review.rev-4 {
    width: 406px;
}

.reviews .container .content .review.rev-5 {
    width: 305px;
}

.reviews .container .content .review.rev-6 {
    width: 100%;
}

@media (max-width: 850px) {
    .reviews .container .content .review {
        min-height: 274px;
        height: auto;
        padding: 24px 25px 25px 25px;
    }
}

.contacts .container .content {
    align-items: flex-start;
    width: 100%;
    padding-top: 24px;
}

.contacts .container .content .contacts-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding-top: 40px;
    flex-grow: 0;
    flex-shrink: 1;
}

.contacts .container .content .contact-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.contacts .container .content h3 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 170%;
 /* 40.8px */
    letter-spacing: 0.36px;
}

.contacts .container .content .contact-item {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.contacts .container .content .soc-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.contacts .container .content .soc-contacts .soc-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts .container .content .soc-contacts .soc-img {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
    fill: #fff;
}

.contacts .container .content .soc-contacts .soc-img:hover {
    fill: #0BD2D2;
}

.contacts .container .content .soc-contacts .soc-img.ico-tg {
    width: 45px;
    height: 45px;
}

@media (max-width: 1200px) {
    .contacts .container .content .map-col {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .contacts .container .content .map-col {
        width: 100%;
    }
}

.contacts .container .content .contacts-map {
    width: 720px;
    height: 447px;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .contacts .container .content .contacts-map {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .contacts .container .content .contacts-map {
        width: 100%;
    }
}

.castomers {
    padding: 80px 0;
  /*customer message*/
}

.castomers h2 {
    margin: 0;
    margin-bottom: 40px;
    color: #000;
    font-family: Integral CF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.castomers .castomer-gallary {
    margin: 0;
    position: relative;
    transition: 0.5s;
}

.castomers .castomer-gallary .gal-items {
    position: relative;
    left: -420px;
    display: flex;
    gap: 20px;
}

.castomers .cm-gal-arrows {
    position: absolute;
    right: 0;
    top: -40px;
}

.castomers .cm-item {
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 240px;
    padding: 28px 32px;
    gap: 12px;
    align-items: flex-start;
    align-content: flex-start;
    flex-shrink: 0;
    flex-wrap: nowrap;
    filter: blur(2px);
}

.castomers .cm-item:nth-child(2), .castomers .cm-item:nth-child(3), .castomers .cm-item:nth-child(4) {
    filter: none;
}

.castomers .cm-item h3 {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 15px 0 12px;
    color: #000;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
 /* 110% */
}

.castomers .cm-item h3 .ico-ok {
    display: flex;
    align-items: center;
}

.castomers .cm-item p {
    color: rgba(0, 0, 0, 0.6);
    font-family: Satoshi;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
 /* 137.5% */
}

.castomers .card-rownd {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.castomers .cm-stars {
    display: flex;
    align-items: flex-start;
    gap: 6.487px;
    margin: 0;
}

.castomers .cm-stars img {
    width: 22.579px;
    height: 22.579px;
}

.breadcrumbs .container {
    padding-top: 64px;
}

@media (max-width: 850px) {
    .breadcrumbs .container {
        padding-top: 18px;
    }
}

.breadcrumbs .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.breadcrumbs .content a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    position: relative;
}

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

.breadcrumbs .content a::before {
    content: "";
    display: none;
    background: #0EF4F4;
    height: 1px;
    width: calc(100% + 4px);
    position: absolute;
    bottom: 8px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.breadcrumbs .content a.active::before, .breadcrumbs .content a:hover::before {
    display: block;
}

.breadcrumbs .content a.current::before {
    display: none;
}

.breadcrumbs .content span {
    content: "/";
    color: #0EF4F4;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.container .title-1,
.container .content .title-1,
.content_block .container .title-1,
.content_block .contanier .content .title-1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 111.539%;
 /* 71.385px */
    letter-spacing: 0.96px;
}

.container .title-2,
.container .content .title-2,
.content_block .container .title-2,
.content_block .contanier .content .title-2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 111.539%;
 /* 53.538px */
    letter-spacing: 0.72px;
}

@media (max-width: 850px) {
    .container .title-2,
  .container .content .title-2,
  .content_block .container .title-2,
  .content_block .contanier .content .title-2 {
        letter-spacing: 0.6px;
    }
}

.container .title-3,
.container .content .title-3,
.content_block .container .title-3,
.content_block .contanier .content .title-3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.6px;
}

.container .title-3 span,
.container .content .title-3 span,
.content_block .container .title-3 span,
.content_block .contanier .content .title-3 span {
    color: #0EF4F4;
    font-weight: 700;
}

.container .title-4,
.container .content .title-4,
.content_block .container .title-4,
.content_block .contanier .content .title-4 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
}

.container .title-5,
.container .content .title-5,
.content_block .container .title-5,
.content_block .contanier .content .title-5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.container .title-6,
.container .content .title-6,
.content_block .container .title-6,
.content_block .contanier .content .title-6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.delivery .posts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 56px;
    padding-top: 40px;
}

.delivery .post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.delivery .post .text p {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
 /* 32px */
    letter-spacing: 0.24px;
    padding-left: 17px;
    padding-left: 14px;
    margin-left: 10px;
}

@media (max-width: 850px) {
    .delivery .post .text p {
        padding-left: 14px;
        margin-left: 10px;
    }
}

.delivery .post .text p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    top: 12px;
    width: 2px;
    height: 2px;
    background-color: #fff;
}

.delivery .post .text p b {
    font-weight: 700;
}

.delivery .cards {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
}

@media (max-width: 850px) {
    .delivery .cards {
        justify-content: space-between;
        gap: 8px;
    }
}

.delivery .cards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 88px;
    max-width: 48%;
    flex-shrink: 0;
    border-radius: 20px;
    background: #202020;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.delivery .cards .card img {
    height: 40px;
}

.delivery .cards .card img.card-visa {
    height: 45px;
}

.delivery .cards .card img.card-master {
    height: 50px;
}

.delivery .cards .card img.card-master {
    height: 50px;
}

.product .container {
    margin-top: 65px;
}

@media (max-width: 850px) {
    .product .container {
        margin-top: 32px;
    }
}

.product .container .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 48px;
}

.product .container .content .product-main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 58px;
}

@media (max-width: 850px) {
    .product .container .content .product-main {
        flex-direction: column;
        align-items: center;
    }
}

.product .container .content .product-main .product-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 37px;
}

.product .container .content .product-main .product-slider a {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

.product .container .content .product-main .product-slider .previews {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media (max-width: 850px) {
    .product .container .content .product-main .product-slider .previews {
        display: none;
    }
}

.product .container .content .product-main .product-slider .previews .preview {
    width: 164px;
    height: 164px;
    flex-shrink: 0;
    position: relative;
}

.product .container .content .product-main .product-slider .previews .preview .prev-link {
    width: 100%;
    height: 100%;
}

.product .container .content .product-main .product-slider .previews .preview .prev-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.product .container .content .product-main .product-slider .previews .preview .prev-link.active::after {
    display: none;
}

.product .container .content .product-main .product-slider .previews .preview .prev-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product .container .content .product-main .product-slider .img-main-wrapp {
    width: 540px;
    height: 540px;
    flex-shrink: 0;
    position: relative;
}

.product .container .content .product-main .product-slider .img-main-wrapp .counter {
    display: none;
    padding: 3px 7px;
    border-radius: 10px;
    background: #202020;
    color: #fff;
    position: absolute;
    right: 16px;
    bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
}

@media (max-width: 850px) {
    .product .container .content .product-main .product-slider .img-main-wrapp {
        width: 100%;
        height: 100vw;
        height: auto;
    }

    .product .container .content .product-main .product-slider .img-main-wrapp .counter {
        display: block;
    }
}

.product .container .content .product-main .product-slider .img-main-wrapp .img-main {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.product .container .content .product-main .product-form {
    flex-grow: 1;
    flex-shrink: 0;
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
}

@media (max-width: 850px) {
    .product .container .content .product-main .product-form {
        width: 100%;
    }
}

.product .container .content .product-main .product-form .content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;
}

.product .container .content .product-main .product-form .content .price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product .container .content .product-main .product-form .content .price .cost {
    color: #FFF;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 111.539%;
 /* 26.769px */
    letter-spacing: 0.36px;
}

.product .container .content .product-main .product-form .content .price .curr {
    width: 16px;
    height: 16px;
}

.product .container .content .product-main .product-form .content form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
}

.product .container .content .product-main .product-form .content form .characteristics {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.product .container .content .product-main .product-form .content form .characteristics .char-options {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
 /* 30px */
    letter-spacing: 0.3px;
}

.product .container .content .product-main .product-form .content form .characteristics .char-options .opt-title {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.3px;
    padding-bottom: 16px;
}

.product .container .content .product-main .product-form .content form .characteristics .char-options p {
    position: relative;
    padding-left: 17px;
}

.product .container .content .product-main .product-form .content form .characteristics .char-options p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    width: 2px;
    height: 2px;
    background-color: #fff;
}

.product .container .content .product-main .product-form .content form .characteristics .options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.product .container .content .product-main .product-form .content form .characteristics .options .opt {
    flex-grow: 0;
    flex-shrink: 1;
}

.product .container .content .product-main .product-form .content form .characteristics .options .option {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #DEDEDE;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.product .container .content .product-main .product-form .content form .characteristics .options .product-option:checked ~ .option {
    color: #FFF;
    background: #000;
}

.product .container .content .product-main .product-form .content form .characteristics .options input[type=radio] {
    display: none;
}

.product .container .content .description .desc-title {
    line-height: 1;
}

@media (max-width: 850px) {
    .similar .container h2.title-4 {
        font-size: 24px;
    }
}

.similar .container .content {
    padding-top: 24px;
}

@media (max-width: 850px) {
    .similar .container .content {
        width: 100%;
        justify-content: space-between;
        flex-wrap: nowrap;
        overflow-x: hidden;
        position: relative;
        gap: 16px;
    }

    .similar .container .content .options,
  .similar .container .content .btn {
        display: none;
    }

    .similar .container .content .product-card {
        height: auto;
        width: 279px;
        min-width: 279px;
        flex-basis: 279px;
        flex-shrink: 0;
        position: relative;
    }

    .similar .container .content .product-card:focus, .similar .container .content .product-card:hover {
        background-color: transparent;
        color: #fff;
        padding: 0;
    }

    .similar .container .content .product-card:focus *, .similar .container .content .product-card:hover * {
        color: #fff;
    }

    .similar .container .content .product-card .product-item {
        position: relative;
    }

    .similar .container .content .product-card .product-item:focus, .similar .container .content .product-card .product-item:hover {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        border-radius: 0;
        background-color: transparent;
        color: #fff;
        padding: 0;
    }

    .similar .container .content .product-card .product-item:focus *, .similar .container .content .product-card .product-item:hover * {
        color: #fff;
        fill: #fff;
    }
}

.catalog .container {
    margin-top: 40px;
}

@media (max-width: 850px) {
    .catalog .container {
        margin-top: 32px;
    }
}

.catalog .container .content {
    gap: 18px 20px;
}

.category .container {
    margin-top: 40px;
}

.category .container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 5px;
}

.category .container .content .btn-categoty {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: #343333;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.3px;
}

.category .container .content .btn-categoty.active {
    background: #0BD2D2;
    color: #000;
    font-weight: 500;
}

@media (max-width: 850px) {
    .category .container .content .btn-categoty {
        font-size: 16px;
        padding: 10px;
        height: 40px;
    }
}

@media (max-width: 850px) {
    .category .container .content {
        justify-content: center;
    }
}

.pager .container {
    margin-top: 60px;
}

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

.pager .container .content .pager-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    border-radius: 5px;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 170%;
 /* 40.8px */
    letter-spacing: 0.36px;
}

.pager .container .content .pager-btn:hover, .pager .container .content .pager-btn.active {
    background: #0BD2D2;
    color: #141414;
}

.pager .container .content .pager-btn.disabled {
    opacity: 0.5;
}

.pager .container .content .pager-btn.disabled:hover {
    opacity: 1;
}

.pager .container .content .pager-btn.mob-dn {
    display: flex;
}

.pager .container .content .pager-btn.mob-db {
    display: none;
}

@media (max-width: 850px) {
    .pager .container .content .pager-btn.mob-dn {
        display: none;
    }

    .pager .container .content .pager-btn.mob-db {
        display: flex;
    }
}

.btn.btn-toup {
    position: fixed;
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 50%;
    right: 26px;
    bottom: 26px;
    background-color: #0BD2D2;
    z-index: 300;
}

.btn.btn-toup .ico-arrow-up {
    height: 50px;
}

@media (max-width: 850px) {
    .btn.btn-toup {
        width: 40px;
        height: 40px;
    }

    .btn.btn-toup .ico-arrow-up {
        height: 25px;
    }
}

.blog-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    width: 380px;
    height: 454px;
    flex-shrink: 0;
    background: #202020;
    padding-bottom: 32px;
}

@media (max-width: 850px) {
    .blog-card {
        width: 100%;
        height: auto;
    }
}

.blog-card .blog-img-wrapp {
    width: 380px;
    height: 266px;
    flex-shrink: 0;
    position: relative;
}

@media (max-width: 850px) {
    .blog-card .blog-img-wrapp {
        width: 100%;
    }
}

.blog-card .blog-img-wrapp .blog-img-link {
    width: 100%;
    height: 100%;
}

.blog-card .blog-img-wrapp .blog-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.blog-card .blog-desc-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 16px;
    padding-left: 16px;
}

.blog-card .blog-desc-block .blog-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 170%;
 /* 34px */
    letter-spacing: 0.7px;
}

.blog-card .blog-desc-block .blog-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
 /* 22.4px */
    letter-spacing: 0.24px;
}

.blog-card .blog-desc-block .blog-link {
    margin-top: 16px;
    color: #0BD2D2;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
 /* 22.4px */
    letter-spacing: 0.24px;
}

.blog .container {
    margin-top: 56px;
}

@media (max-width: 850px) {
    .blog .container {
        margin-top: 32px;
    }
}

.blog .container .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

@media (max-width: 850px) {
    .blog .container .content {
        flex-direction: column;
    }
}

.pyment-block-info-wrapp {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 0;
    gap: 24px;
    gap: 16px;
    padding: 24px;
    border-radius: 10px;
    background: #202020;
    width: 380px;
    width: calc((100% + 20px) / 3 - 20px);
}

@media (max-width: 1200px) {
    .pyment-block-info-wrapp {
        width: 50%;
    }
}

@media (max-width: 850px) {
    .pyment-block-info-wrapp {
        width: 100%;
    }
}

.pyment-block-info-wrapp .pym-opt-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.pyment-block-info-wrapp .cart-pyment-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid rgba(14, 244, 244, 0.5019607843);
}

.pyment-block-info-wrapp .cart-pyment-block:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.pyment-block-info-wrapp .cart-pyment-block:last-child {
    margin-top: 0;
}

.pyment-block-info-wrapp .cart-pyment-block .btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.pyment-block-info-wrapp .cart-pyment-block .btns .btn-update {
    font-size: 20px;
    font-weight: 400;
}

.pyment-block-info-wrapp .cart-pyment-block .btns .btn-send {
    font-size: 24px;
    font-weight: 500;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-info-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-info-item svg {
    fill: #fff;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-info-item .cost {
    font-size: 20px;
    font-weight: 400;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 20px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item svg {
    fill: #fff;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .input-img {
    margin-right: 8px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .cost {
    font-size: 20px;
    font-weight: 400;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .opt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 400;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .opt b {
    font-weight: 700;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .opt label .opt-input {
    display: none;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .opt label .opt-input ~ .input-img {
    opacity: 0.5;
    fill: none;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .opt label .opt-input:checked ~ .input-img {
    opacity: 1;
    fill: #0BD2D2;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item .opt p {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
 /* 24px */
    letter-spacing: 0.24px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item.goods-items .opt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 20px;
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item.goods-items .opt-title {
    color: rgba(255, 255, 255, 0.6980392157);
}

.pyment-block-info-wrapp .cart-pyment-block .pyment-block-options .pyment-block-info-item.goods-items .opt-value {
    font-size: 20px;
    font-weight: 700;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.cart .container {
    margin-top: 64px;
}

@media (max-width: 850px) {
    .cart .container {
        margin-top: 32px;
    }
}

.cart .container .content {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    gap: 20px;
}

@media (max-width: 850px) {
    .cart .container .content {
        flex-direction: column;
    }
}

.cart .container .content .cart-block {
    width: 780px;
    width: calc(((100% + 20px) / 3 - 20px) * 2 + 20px);
}

@media (max-width: 1200px) {
    .cart .container .content .cart-block {
        width: 50%;
    }
}

@media (max-width: 850px) {
    .cart .container .content .cart-block {
        width: 100%;
    }
}

.cart .container .content .cart-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 0;
    border-radius: 10px;
    background: #202020;
}

.cart .container .content .cart-title-block .py-opt-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.cart .container .content .cart-title-block {
    height: 59px;
    padding-left: 16px;
    padding-right: 7px;
}

.cart .container .content .cart-block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
}

.cart .container .content .cart-block .cart-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    flex-shrink: 0;
}

.cart .container .content .cart-block .cart-items .cart-item {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 36px;
}

@media (max-width: 1200px) {
    .cart .container .content .cart-block .cart-items .cart-item {
        gap: 16px;
    }
}

.cart .container .content .cart-block .cart-items .cart-item .cart-product-link {
    width: 164px;
    height: 164px;
    max-width: 48%;
    flex-shrink: 0;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    flex-grow: 0;
    flex-shrink: 0;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-product-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    gap: 16px;
}

@media (max-width: 1200px) {
    .cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap {
        flex-direction: column;
        align-items: stretch;
    }
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 8px;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc .cart-product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc .cart-product-cost {
    font-size: 24px;
    font-weight: 600;
    line-height: 111.539%;
 /* 26.769px */
    letter-spacing: 0.36px;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc .cart-product-cost .curr-img {
    fill: #fff;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc .cart-product-opt-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
 /* 24px */
    letter-spacing: 0.24px;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc .cart-product-info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-desc .cart-product-info b {
    font-weight: 700;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    gap: 63px;
}

@media (max-width: 1200px) {
    .cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 850px) {
    .cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts {
        gap: 0px;
    }
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts .cart-product-count-wrapp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-grow: 0;
    flex-shrink: 2;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts .cart-product-count-wrapp .btn-cart-minus,
.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts .cart-product-count-wrapp .btn-cart-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
    width: 21px;
    height: 19px;
    flex-shrink: 0;
    background-color: #a5a5a5;
    color: rgba(0, 0, 0, 0.5019607843);
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts .cart-product-trash {
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
    width: 39px;
    height: 39px;
    background-color: #202020;
    border-radius: 50%;
}

.cart .container .content .cart-block .cart-items .cart-item .cart-item-desc-wrap .cart-item-opts .cart-product-trash .cart-trash {
    width: 21px;
    height: 21px;
    fill: #fff;
}

.accept .container {
    margin-top: 64px;
}

.accept .container .content {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    gap: 24px;
}

@media (max-width: 850px) {
    .accept .container .content {
        flex-direction: column;
    }
}

.accept .container .content .block {
    width: 780px;
    width: calc(((100% + 24px) / 12 - 24px) * 7 + 144px);
    flex-basis: 621px;
}

@media (max-width: 1200px) {
    .accept .container .content .block {
        width: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 850px) {
    .accept .container .content .block {
        width: 100%;
        flex-basis: 100%;
    }
}

.accept .container .content .pyment-block-info-wrapp {
    width: calc((100% + 24px) / 3 - 24px);
    width: calc(((100% + 24px) / 12 - 24px) * 5 + 96px);
    flex-basis: 535px;
}

@media (max-width: 1200px) {
    .accept .container .content .pyment-block-info-wrapp {
        width: 50%;
        flex-basis: 50%;
    }
}

@media (max-width: 850px) {
    .accept .container .content .pyment-block-info-wrapp {
        width: 100%;
        flex-basis: 100%;
    }
}

.accept .container .content .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 0;
    border-radius: 10px;
    background: #202020;
}

.accept .container .content .title-block .py-opt-title {
    color: rgba(255, 255, 255, 0.5019607843);
    font-size: 20px;
    font-weight: 400;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.accept .container .content .title-block {
    height: 59px;
    padding-left: 16px;
    padding-right: 7px;
}

.accept .container .content .block {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
}

.accept .container .content .block form.items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
    flex-grow: 1;
    flex-shrink: 0;
}

.accept .container .content .block form.items .item {
    gap: 24px 21px;
}

.accept .container .content .block form.items .item .field {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
    flex-shrink: 0;
}

.accept .container .content .block form.items .item .field.inline {
    flex-direction: row;
    justify-content: flex-start;
}

.accept .container .content .block form.items .item .field label {
    font-size: 20px;
    font-weight: 500;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.accept .container .content .block form.items .item .field label.optional {
    color: rgba(255, 255, 255, 0.5019607843);
}

.accept .container .content .block form.items .item .field div.value {
    font-size: 20px;
    font-weight: 700;
    line-height: 111.539%;
    letter-spacing: 0.3px;
}

.accept .container .content .block form.items .item .field input {
    background-color: transparent;
    border: 1px solid #4F4F4F;
    padding: 17px 16px 18px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.539%;
 /* 17.846px */
}

.accept .container .content .block form.items .item .field input.woocommerce-validated {
    border: 1px solid #0BD2D2;
}

.accept .container .content .block form.items .item .field input.woocommerce-invalid {
    border: 1px solid #ff2c2c;
}

.accept .container .content .block form.items .item .field input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5019607843);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.accept .container .content .block form.items .item .field input::placeholder {
    color: rgba(255, 255, 255, 0.5019607843);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.accept .container .content .block form.items .item .cart-product-link {
    width: 164px;
    height: 164px;
    flex-shrink: 0;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
}

.accept .container .content .block form.items .item .cart-product-link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.accept .container .content .block form.items .item .cart-item-desc {
    flex-grow: 1;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 8px;
}

.accept .container .content .block form.items .item .cart-item-desc .cart-product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.24px;
}

.accept .container .content .block form.items .item .cart-item-desc .cart-product-cost {
    font-size: 24px;
    font-weight: 600;
    line-height: 111.539%;
 /* 26.769px */
    letter-spacing: 0.36px;
}

.accept .container .content .block form.items .item .cart-item-desc .cart-product-cost .curr-img {
    fill: #fff;
}

.accept .container .content .block form.items .item .cart-item-desc .cart-product-opt-info {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
 /* 24px */
    letter-spacing: 0.24px;
}

.accept .container .content .block form.items .item .cart-item-desc .cart-product-info {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.24px;
}

.accept .container .content .block form.items .item .cart-item-desc .cart-product-info b {
    font-weight: 700;
}

.accept .container .content .block form.items .item .cart-item-opts {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    gap: 63px;
}

.accept .container .content .block form.items .item .cart-item-opts .cart-product-count-wrapp {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    flex-grow: 0;
    flex-shrink: 2;
    height: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 111.539%;
 /* 17.846px */
    letter-spacing: 0.24px;
}

.accept .container .content .block form.items .item .cart-item-opts .cart-product-count-wrapp .btn-cart-minus,
.accept .container .content .block form.items .item .cart-item-opts .cart-product-count-wrapp .btn-cart-plus {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
    width: 21px;
    height: 19px;
    flex-shrink: 0;
    background-color: #a5a5a5;
    color: rgba(0, 0, 0, 0.5019607843);
}

.accept .container .content .block form.items .item .cart-item-opts .cart-product-trash {
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
    width: 39px;
    height: 39px;
    background-color: #202020;
    border-radius: 50%;
}

.accept .container .content .block form.items .item .cart-item-opts .cart-product-trash .cart-trash {
    width: 21px;
    height: 21px;
    fill: #fff;
}

.payment {
    height: 100%;
}

.payment .container {
    margin-top: 64px;
}

.payment .container .content {
    gap: 64px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
}

.payment .container .content .order_details {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 56px;
    flex-grow: 1;
    flex-shrink: 0;
}

.payment .container .content .order_details li {
    display: flex;
    align-items: flex-start;
    justify-content: stretch;
    flex-direction: column;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
    color: rgba(255, 255, 255, 0.5019607843);
    font-size: 20px;
    font-weight: 500;
    line-height: 111.539%;
 /* 22.308px */
    letter-spacing: 0.3px;
}

.payment .container .content .order_details li strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 111.539%;
 /* 26.769px */
    letter-spacing: 0.36px;
}

.payment .container .content .order_details li::after {
    content: "";
    background-image: url("../img/icon/dashed-border.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 49px;
}

.payment .container .content .cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-self: center;
    gap: 24px;
}

@media (max-width: 850px) {
    .payment .container .content .cards {
        gap: 8px;
    }
}

.payment .container .content .cards .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 88px;
    max-width: 48%;
    flex-shrink: 0;
    border-radius: 20px;
    background: #202020;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.payment .container .content .cards .card img {
    height: 40px;
}

.payment .container .content .cards .card img.card-visa {
    height: 45px;
}

.payment .container .content .cards .card img.card-master {
    height: 50px;
}

.payment .container .content .cards .card img.card-master {
    height: 50px;
}

footer {
    margin-top: 64px;
    height: 293px;
}

@media (max-width: 850px) {
    footer {
        padding: 24px;
    }

    footer h3:nth-child(5), footer h3:nth-child(5) {
        padding-top: 10px;
    }
}

@media (max-width: 850px) {
    footer {
        height: auto;
    }
}

main.base ~ footer {
    margin-top: 112px;
}

footer .container {
    padding-top: 42.5px;
    padding-bottom: 25.5px;
}

footer .footer__main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

@media (max-width: 850px) {
    footer .footer__main {
        flex-direction: column;
        gap: 16px;
        gap: 8px;
    }
}

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

@media (max-width: 850px) {
    .footer_col {
        align-self: center;
    }
}

.footer_col h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.footer__block-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    flex-direction: column;
}

@media (max-width: 850px) {
    .footer__block-nav {
        width: 100%;
    }

    .footer__block-nav .mob-colapsed {
        display: none;
        display: flex;
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        border: none;
        border-radius: 0;
        transition: 0.25s;
        transition: 1s;
    }

    .footer__block-nav label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .footer__block-nav label::after {
        content: "";
        background: url("../img/icon/arrow-down.svg") no-repeat;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        display: block;
        transform: rotate(180deg);
    }

    .footer__block-nav .ft-dd-check:checked ~ label::after {
        transform: rotate(0deg);
    }

    .footer__block-nav .ft-dd-check:checked ~ .mob-colapsed {
        display: flex;
        height: auto;
        max-height: 500px;
        opacity: 1;
    }
}

.footer__nav_items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 4px;
}

footer .logo {
    width: 180px;
    height: 69px;
}

.ft-dd-check {
    display: none;
}

.ft-nav-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.footer__nav_items * {
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
 /* 27.2px */
    letter-spacing: 0.24px;
}

.grow-1 {
    flex-grow: 1;
}

.no .f-ooter-2 {
    position: relative;
    background: #251928;
    padding: 110px 0 115px 0;
}

.no .f-ooter-2 .bg {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100vw;
    height: 150%;
}

.no .f-ooter-2 .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url("../../img/bg_light/7_footer.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0% 50%;
}

.no .f-ooter-2 .bg2 {
    position: absolute;
    top: -70%;
    left: 0;
    width: 100vw;
    height: 150%;
}

.no .f-ooter-2 .bg2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-image: url("../../img/bg_light/6_subscribe.png");
    background-repeat: no-repeat;
    background-position: 70% 80%;
}

.no .f-ooter-2 .container {
    z-index: 2;
    position: relative;
}

@media (max-width: 1150px) {
    .no .f-ooter-2 {
        padding-bottom: 10px;
    }
}

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

.no .footer__main- .soc-ico path {
    fill: #D53D5C;
    transition: all 0.3s;
}

.no .footer__main- .soc-ico:hover path {
    fill: #F7D7FF;
}

.no .footer__main- img {
    width: 194px;
    height: 194px;
}

@media (max-width: 650px) {
    .no .footer__main- img {
        width: 115px;
        height: 115px;
    }
}

@media (max-width: 1150px) {
    .no .footer__main- {
        flex-direction: column;
    }
}

.no .ico-yout-path {
    fill: purple;
}

.no .footer__col {
    width: 50%;
}

@media (max-width: 1150px) {
    .no .footer__col {
        width: 100%;
    }

    .no .footer__col:nth-child(1) {
        margin-bottom: 45px;
    }

    .no .footer__col:nth-child(2) {
        margin-bottom: 20px;
    }
}

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

@media (max-width: 1150px) {
    .no .footer__col.logo-footer {
        justify-content: center;
    }
}

@media (max-width: 650px) {
    .no .footer__col.logo-footer {
        flex-direction: column;
    }
}

.no .footer__info {
    padding-left: 50px;
}

@media (max-width: 1150px) {
    .no .footer__info {
        padding: 0;
    }
}

.no p.footer__text {
    width: 390px;
    margin-top: 60px;
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #96839B;
}

.no p.footer__text span {
    white-space: nowrap;
}

@media (max-width: 650px) {
    .no p.footer__text {
        font-size: 18px;
        text-align: center;
    }
}

.no .footer__social {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 35px;
}

.no .footer__social.fs2 {
    display: none;
}

@media (max-width: 1150px) {
    .no .footer__social {
        display: none;
        margin: 0;
    }

    .no .footer__social.fs2 {
        display: flex;
    }
}

.no .footer__rights {
    padding-left: 244px;
    margin-top: 60px;
    font-family: "Work Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
  /* identical to box height, or 180% */
    color: #96839B;
}

@media (max-width: 1150px) {
    .no .footer__rights {
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

.no .footer__menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (max-width: 1150px) {
    .no .footer__menu {
        justify-content: space-around;
    }
}

.no .footer__menu-col {
    width: 50%;
    padding-left: 115px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.no .footer__menu-col a {
    font-family: "Work Sans";
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
  /* or 252% */
    color: #96839B;
    transition: all 0.2s;
}

.no .footer__menu-col a:hover {
    color: #E7B226;
}

.no .footer__menu-col h3 {
    margin-bottom: 18px;
    font-family: "Work Sans";
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
  /* identical to box height, or 148% */
    color: #F5FBF2;
}

@media (max-width: 1150px) {
    .no .footer__menu-col {
        width: auto;
        padding-left: 0;
    }
}

.mk-v h4 {
    font-family: "Great Vibes", cursive;
    font-size: 1.5em;
    font-weight: 400;
    text-align: right;
    padding: 0 50px;
    margin: 10px;
}

@media (max-width: 850px) {
    .mk-v h4 {
        text-align: center;
    }
}

/* greed-lines.css */
.dev ::after,
.dev ::before,
.dev div {
    box-sizing: border-box;
}

.dev-div ::after,
.dev-div ::before,
.dev-div div {
    border: 1px solid green;
    box-sizing: border-box;
}

.grid_12_X_10 {
    position: relative;
}

.grid_12_X_10 .grid_12 {
    position: absolute;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: calc((100% + var(--gap)) / 12 * (var(--num) - 1));
    left: calc((100% - var(--cont_width)) / 2 + (var(--cont_width) + var(--gap)) / 12 * (var(--num) - 1));
    margin-right: var(--gap);
    background-color: rgba(255, 0, 0, 0.0117647059);
    background-color: rgba(255, 0, 0, 0.0352941176);
    border: 0;
    width: calc((100% + var(--gap)) / 12 - var(--gap));
    width: calc((var(--cont_width) + var(--gap)) / 12 - var(--gap));
    height: 100%;
    min-height: var(--gap);
}

.grid_12_X_10 :last-child {
    margin: 0;
}

/* bound tools */
.grid_tools_view_check,
.grid_version_view_check,
.grid_center_view_check,
.grid_container_view_check,
.grid_box_view_check {
    position: fixed;
    top: 20px;
    top: 20px;
    right: 180px;
    z-index: 1000;
}

.grid_tools_view_check.grid_container_view_check,
.grid_version_view_check.grid_container_view_check,
.grid_center_view_check.grid_container_view_check,
.grid_container_view_check.grid_container_view_check,
.grid_box_view_check.grid_container_view_check {
    top: 40px;
}

.grid_tools_view_check.grid_box_view_check,
.grid_version_view_check.grid_box_view_check,
.grid_center_view_check.grid_box_view_check,
.grid_container_view_check.grid_box_view_check,
.grid_box_view_check.grid_box_view_check {
    top: 80px;
    top: 60px;
}

.grid_tools_view_check.grid_version_view_check,
.grid_version_view_check.grid_version_view_check,
.grid_center_view_check.grid_version_view_check,
.grid_container_view_check.grid_version_view_check,
.grid_box_view_check.grid_version_view_check {
    top: 200px;
}

.grid_tools_view_check.grid_tools_view_check,
.grid_version_view_check.grid_tools_view_check,
.grid_center_view_check.grid_tools_view_check,
.grid_container_view_check.grid_tools_view_check,
.grid_box_view_check.grid_tools_view_check {
    top: 220px;
}

.grid_tools_view_label,
.grid_version_view_label,
.grid_center_view_label,
.grid_container_view_label,
.grid_box_view_label {
    position: fixed;
    top: 20px;
    top: 20px;
    right: 10px;
    z-index: 1000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

.grid_tools_view_label.grid_container_view_label,
.grid_version_view_label.grid_container_view_label,
.grid_center_view_label.grid_container_view_label,
.grid_container_view_label.grid_container_view_label,
.grid_box_view_label.grid_container_view_label {
    top: 40px;
    top: 40px;
}

.grid_tools_view_label.grid_box_view_label,
.grid_version_view_label.grid_box_view_label,
.grid_center_view_label.grid_box_view_label,
.grid_container_view_label.grid_box_view_label,
.grid_box_view_label.grid_box_view_label {
    top: 60px;
    top: 60px;
}

.grid_tools_view_label.grid_version_view_label,
.grid_version_view_label.grid_version_view_label,
.grid_center_view_label.grid_version_view_label,
.grid_container_view_label.grid_version_view_label,
.grid_box_view_label.grid_version_view_label {
    top: 60px;
    top: 200px;
}

.grid_tools_view_label.grid_tools_view_label,
.grid_version_view_label.grid_tools_view_label,
.grid_center_view_label.grid_tools_view_label,
.grid_container_view_label.grid_tools_view_label,
.grid_box_view_label.grid_tools_view_label {
    top: 60px;
    top: 220px;
}

.grid_box_view_check:checked ~ * h1,
.grid_box_view_check:checked ~ * h2,
.grid_box_view_check:checked ~ * h3,
.grid_box_view_check:checked ~ * h4,
.grid_box_view_check:checked ~ * h5,
.grid_box_view_check:checked ~ * form,
.grid_box_view_check:checked ~ form,
.grid_box_view_check:checked ~ * svg,
.grid_box_view_check:checked ~ svg,
.grid_box_view_check:checked ~ * a,
.grid_box_view_check:checked ~ a,
.grid_box_view_check:checked ~ * header,
.grid_box_view_check:checked ~ * footer,
.grid_box_view_check:checked ~ header,
.grid_box_view_check:checked ~ footer,
.grid_box_view_check:checked ~ * ::after,
.grid_box_view_check:checked ~ * ::before,
.grid_box_view_check:checked ~ * div,
.grid_box_view_check:checked ~ ::after,
.grid_box_view_check:checked ~ ::before,
.grid_box_view_check:checked ~ div {
    box-sizing: border-box;
    border: 1px solid green;
}

.mk-v {
    display: none;
}

.grid_version_view_check:checked ~ * .mk-v {
    display: block;
}

.vertical-center {
    display: none;
}

.grid_center_view_check:checked ~ .vertical-center {
    display: block;
}

.grid_container_view_check:checked ~ * .container,
.grid_container_view_check:checked ~ .container {
    box-sizing: border-box;
    border: solid 1px red;
}

#vertical-center.vertical-center {
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
    border: 0;
    background-color: #f00;
}

/* / bound tools */
/* greed-lines 2 */
.container.grid {
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100vh;
    padding: 0;
}

.container.grid .grid_x {
    display: none;
    align-items: center;
    justify-content: stretch;
    gap: var(--gap);
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: 1440px;
    width: 100%;
    top: 0;
    padding: 0 130px;
}

.container.grid .grid_x .grid_n {
    display: none;
    flex-grow: 1;
    flex-shrink: 0;
    background-color: rgba(255, 0, 0, 0.1607843137);
    border: 0;
    height: 100vh;
    min-height: var(--gap);
    width: var(--gap);
}

.grid_cols_view_check-0,
.grid_cols_view_check-2,
.grid_cols_view_check-3,
.grid_cols_view_check-4,
.grid_cols_view_check {
    position: fixed;
    top: 20px;
    top: 80px;
    right: 180px;
    z-index: 1000;
}

.grid_cols_view_check-0.grid_cols_view_check-2,
.grid_cols_view_check-2.grid_cols_view_check-2,
.grid_cols_view_check-3.grid_cols_view_check-2,
.grid_cols_view_check-4.grid_cols_view_check-2,
.grid_cols_view_check.grid_cols_view_check-2 {
    top: 40px;
    top: 100px;
}

.grid_cols_view_check-0.grid_cols_view_check-3,
.grid_cols_view_check-2.grid_cols_view_check-3,
.grid_cols_view_check-3.grid_cols_view_check-3,
.grid_cols_view_check-4.grid_cols_view_check-3,
.grid_cols_view_check.grid_cols_view_check-3 {
    top: 60px;
    top: 120px;
}

.grid_cols_view_check-0.grid_cols_view_check-4,
.grid_cols_view_check-2.grid_cols_view_check-4,
.grid_cols_view_check-3.grid_cols_view_check-4,
.grid_cols_view_check-4.grid_cols_view_check-4,
.grid_cols_view_check.grid_cols_view_check-4 {
    top: 80px;
    top: 140px;
}

.grid_cols_view_check-0.grid_cols_view_check-0,
.grid_cols_view_check-2.grid_cols_view_check-0,
.grid_cols_view_check-3.grid_cols_view_check-0,
.grid_cols_view_check-4.grid_cols_view_check-0,
.grid_cols_view_check.grid_cols_view_check-0 {
    top: 160px;
}

.grid_cols_view_check-0:checked ~ .container.grid .grid_x,
.grid_cols_view_check-2:checked ~ .container.grid .grid_x,
.grid_cols_view_check-3:checked ~ .container.grid .grid_x,
.grid_cols_view_check-4:checked ~ .container.grid .grid_x,
.grid_cols_view_check:checked ~ .container.grid .grid_x {
    display: flex;
}

.grid_cols_view_check-0.gn-0:checked ~ .container.grid,
.grid_cols_view_check-2.gn-0:checked ~ .container.grid,
.grid_cols_view_check-3.gn-0:checked ~ .container.grid,
.grid_cols_view_check-4.gn-0:checked ~ .container.grid,
.grid_cols_view_check.gn-0:checked ~ .container.grid {
    display: none;
}

.grid_cols_view_check-0.gn-12:checked ~ .container.grid .grid_x .grid_c_12,
.grid_cols_view_check-2.gn-12:checked ~ .container.grid .grid_x .grid_c_12,
.grid_cols_view_check-3.gn-12:checked ~ .container.grid .grid_x .grid_c_12,
.grid_cols_view_check-4.gn-12:checked ~ .container.grid .grid_x .grid_c_12,
.grid_cols_view_check.gn-12:checked ~ .container.grid .grid_x .grid_c_12 {
    display: block;
}

.grid_cols_view_check-0.gn-6:checked ~ .container.grid .grid_x .grid_c_6,
.grid_cols_view_check-2.gn-6:checked ~ .container.grid .grid_x .grid_c_6,
.grid_cols_view_check-3.gn-6:checked ~ .container.grid .grid_x .grid_c_6,
.grid_cols_view_check-4.gn-6:checked ~ .container.grid .grid_x .grid_c_6,
.grid_cols_view_check.gn-6:checked ~ .container.grid .grid_x .grid_c_6 {
    display: block;
}

.grid_cols_view_check-0.gn-4:checked ~ .container.grid .grid_x .grid_c_4,
.grid_cols_view_check-2.gn-4:checked ~ .container.grid .grid_x .grid_c_4,
.grid_cols_view_check-3.gn-4:checked ~ .container.grid .grid_x .grid_c_4,
.grid_cols_view_check-4.gn-4:checked ~ .container.grid .grid_x .grid_c_4,
.grid_cols_view_check.gn-4:checked ~ .container.grid .grid_x .grid_c_4 {
    display: block;
}

.grid_cols_view_check-0.gn-2:checked ~ .container.grid .grid_x .grid_c_2,
.grid_cols_view_check-2.gn-2:checked ~ .container.grid .grid_x .grid_c_2,
.grid_cols_view_check-3.gn-2:checked ~ .container.grid .grid_x .grid_c_2,
.grid_cols_view_check-4.gn-2:checked ~ .container.grid .grid_x .grid_c_2,
.grid_cols_view_check.gn-2:checked ~ .container.grid .grid_x .grid_c_2 {
    display: block;
}

.grid_cols_view_label-0,
.grid_cols_view_label-2,
.grid_cols_view_label-3,
.grid_cols_view_label-4,
.grid_cols_view_label {
    position: fixed;
    top: 20px;
    top: 80px;
    z-index: 1000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: white;
}

.grid_cols_view_label-0.grid_cols_view_label-2,
.grid_cols_view_label-2.grid_cols_view_label-2,
.grid_cols_view_label-3.grid_cols_view_label-2,
.grid_cols_view_label-4.grid_cols_view_label-2,
.grid_cols_view_label.grid_cols_view_label-2 {
    top: 40px;
    top: 100px;
}

.grid_cols_view_label-0.grid_cols_view_label-3,
.grid_cols_view_label-2.grid_cols_view_label-3,
.grid_cols_view_label-3.grid_cols_view_label-3,
.grid_cols_view_label-4.grid_cols_view_label-3,
.grid_cols_view_label.grid_cols_view_label-3 {
    top: 60px;
    top: 120px;
}

.grid_cols_view_label-0.grid_cols_view_label-4,
.grid_cols_view_label-2.grid_cols_view_label-4,
.grid_cols_view_label-3.grid_cols_view_label-4,
.grid_cols_view_label-4.grid_cols_view_label-4,
.grid_cols_view_label.grid_cols_view_label-4 {
    top: 80px;
    top: 140px;
}

.grid_cols_view_label-0.grid_cols_view_label-0,
.grid_cols_view_label-2.grid_cols_view_label-0,
.grid_cols_view_label-3.grid_cols_view_label-0,
.grid_cols_view_label-4.grid_cols_view_label-0,
.grid_cols_view_label.grid_cols_view_label-0 {
    top: 160px;
}

.gts_label {
    width: 170px;
    right: 0;
}

.grid_tools_view_check:not(:checked) ~ .gts_check,
.grid_tools_view_check:not(:checked) ~ .gts_label {
    display: none;
}

.grid_tools_view_check,
.grid_tools_view_label {
    display: block;
}

.grid_tools_view_check:not(:checked) ~ .gts_label.grid_tools_view_label {
    display: block;
}

/* / greed-lines 2 */
/* / greed-lines.css */
/*# sourceMappingURL=style.css.map */
