@charset "UTF-8";

.tstcont {
    content: "v2";
}

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

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

.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;
}

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

@font-face {
    font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2") url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
    font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.woff2") format("woff2") url("../fonts/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2") url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

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

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

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

@font-face {
    font-family: "Inter";
  src: url("../fonts/Inter-Black.woff2") format("woff2") url("../fonts/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
/*================*/
@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Light"), local("CormorantGaramond-Light"), url("../fonts/Cormorantgaramondlight.woff2") format("woff2"), url("../fonts/Cormorantgaramondlight.woff") format("woff"), url("../fonts/Cormorantgaramondlight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Light Italic"), local("CormorantGaramond-LightItalic"), url("../fonts/Cormorantgaramondlightitalic.woff2") format("woff2"), url("../fonts/Cormorantgaramondlightitalic.woff") format("woff"), url("../fonts/Cormorantgaramondlightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond"), local("CormorantGaramond-Regular"), url("../fonts/Cormorantgaramond.woff2") format("woff2"), url("../fonts/Cormorantgaramond.woff") format("woff"), url("../fonts/Cormorantgaramond.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Italic"), local("CormorantGaramond-Italic"), url("../fonts/Cormorantgaramonditalic.woff2") format("woff2"), url("../fonts/Cormorantgaramonditalic.woff") format("woff"), url("../fonts/Cormorantgaramonditalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Book"), local("CormorantGaramond-Book"), url("../fonts/Cormorantgaramondbook.woff2") format("woff2"), url("../fonts/Cormorantgaramondbook.woff") format("woff"), url("../fonts/Cormorantgaramondbook.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Book Italic"), local("CormorantGaramond-BookItalic"), url("../fonts/Cormorantgaramondbookitalic.woff2") format("woff2"), url("../fonts/Cormorantgaramondbookitalic.woff") format("woff"), url("../fonts/Cormorantgaramondbookitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Semibold"), local("CormorantGaramond-Semibold"), url("../fonts/Cormorantgaramondsemibold.woff2") format("woff2"), url("../fonts/Cormorantgaramondsemibold.woff") format("woff"), url("../fonts/Cormorantgaramondsemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Semibold Italic"), local("CormorantGaramond-SemiboldItalic"), url("../fonts/Cormorantgaramondsemibolditalic.woff2") format("woff2"), url("../fonts/Cormorantgaramondsemibolditalic.woff") format("woff"), url("../fonts/Cormorantgaramondsemibolditalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Bold"), local("CormorantGaramond-Bold"), url("../fonts/Cormorantgaramondbold.woff2") format("woff2"), url("../fonts/Cormorantgaramondbold.woff") format("woff"), url("../fonts/Cormorantgaramondbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: "Cormorant Garamond";
  src: local("Cormorant Garamond Bold Italic"), local("CormorantGaramond-BoldItalic"), url("../fonts/Cormorantgaramondbolditalic.woff2") format("woff2"), url("../fonts/Cormorantgaramondbolditalic.woff") format("woff"), url("../fonts/Cormorantgaramondbolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/*================*/
@font-face {
    font-family: "Taylor Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Taylor Sans Regular"), url("../fonts/TaylorSans-Regular.woff") format("woff");
}

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

html {
    overflow: scroll;
    overflow-x: hidden;
}

html, body, main.main {
    background-color: #FFFCF7;
    width: 100vw;
}

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

main.main {
    min-height: calc(100vh - 281px);
    min-height: calc(100vh - 421px);
    min-height: calc(100vh - 408px);
    overflow-x: hidden;
    width: 100vw;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    color: #231a1a;
    font-family: Inter, sans-serif;
    font-weight: 500;
    background-color: #FFFCF6;
}

body.active-body {
    overflow: hidden;
}

body.main {
    background-color: #FFFCF7;
}

.inner-page #primary,
.inner-page .content-area {
    margin-top: 85px;
}

.hero .container,
.about .container,
.tarif .container,
.reviews .container,
.faq .container,
.contactform .container {
    height: 960px;
    max-width: 1440px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 36px;
    color: #231a1a;
}

.main h2.h2.title {
    text-align: center;
    text-align: center;
    font: 500 74px "Cormorant Garamond", sans-serif;
    color: #231a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .main h2.h2.title {
        font: 500 44px/0.58376 "Cormorant Garamond", sans-serif;
        color: #231a1a;
    }
}

a,
button {
    color: #231a1a;
}

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

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

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

.d-cc {
    display: flex;
    flex-direction: column !important;
    align-items: center;
    justify-content: center;
}

.d-n {
    display: none;
}

.tac {
    text-align: center;
}

.ma {
    margin: auto;
}

.as-e {
    align-self: end;
}

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

.g-20 {
    gap: 20px;
}

.g-10 {
    gap: 10px;
}

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

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

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

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

.inner-page .container {
    max-width: 1440px;
    width: 100%;
    padding: 0 100px;
    margin: 0 auto;
}

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

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

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

.title {
  /* Display Text/Header Big */
    font-family: "Cormorant Garamond", sans-serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 130px;
  /* identical to box height, or 203% */
    color: #FFFCF7;
    color: #231a1a;
    position: relative;
}

@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%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.w100v {
    width: 100vw;
}

.h100v {
    height: 100vh;
}

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

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

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.f-gap-20 {
    gap: 20px;
}

.w150 {
    width: 150px;
}

.w200 {
    width: 200px;
}

.w250 {
    width: 250px;
}

.w300 {
    width: 300px;
}

.rows {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 28px;
}

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

@media (max-width: 700px) {
    .row.rows-mob {
        flex-direction: column;
    }
}

.row.w100 {
    width: 100%;
}

.input-wrapp.w100 {
    width: 100%;
}

@media (max-width: 700px) {
    .row.w100-mob {
        position: relative;
        left: 0;
        width: 100vw;
    }
}

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

@media (max-width: 700px) {
    .col.rows-mob {
        flex-direction: column;
    }
}

.col-4 {
    gap: 0;
    flex-wrap: wrap;
}

.col-4 > .col,
.col-4 > .col-1 {
    width: calc(25% - 10px);
}

@media (max-width: 700px) {
    .col-4 > .col,
  .col-4 > .col-1 {
        width: 100%;
    }
}

.col-4 > .field-wrap, .col-4 > * {
    width: 25%;
    width: calc(25% - 15px);
}

@media (max-width: 1300px) {
    .col-4 > .field-wrap, .col-4 > * {
        width: calc(50% - 10px);
    }
}

@media (max-width: 700px) {
    .col-4 > .field-wrap, .col-4 > * {
        width: calc(50% - 10px);
    }
}

@media (max-width: 500px) {
    .col-4 > .field-wrap, .col-4 > * {
        width: 100%;
    }
}

.col-4 > .field-wrap > .pass-bl-wrapp, .col-4 > * > .pass-bl-wrapp {
    width: 100% !important;
}

.col-4 > .field-wrap > .input-wrapp, .col-4 > * > .input-wrapp {
    width: 100% !important;
}

.col-4 > .field-wrap .reg-pass, .col-4 > * .reg-pass {
    flex-grow: 1;
}

.col-4 .col-2-self {
    width: calc(50% - 40px);
}

@media (max-width: 1300px) {
    .col-4 .col-2-self {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .col-4 .col-2-self {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .col-4 .col-2-self {
        width: 100%;
    }
}

.col-4 > .col-3 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: calc(75% - 10px);
}

@media (max-width: 700px) {
    .col-4 > .col-3.rows-mob {
        width: 100%;
        flex-direction: column;
    }
}

.col-4 > .col-3 > .field-wrap, .col-4 > .col-3 > * {
    width: auto;
}

@media (max-width: 700px) {
    .col-4 > .col-3 > .col,
  .col-4 > .col-3 > .col-1 {
        width: 100%;
    }
}

.col-3 {
    gap: 0;
    flex-wrap: wrap;
}

.col-3 > .col,
.col-3 > .col-1 {
    width: calc(33% - 10px);
}

@media (max-width: 700px) {
    .col-3 > .col,
  .col-3 > .col-1 {
        width: 100%;
    }
}

.col-3 > .field-wrap, .col-3 > * {
    width: 25%;
    width: calc(33% - 15px);
}

@media (max-width: 1300px) {
    .col-3 > .field-wrap, .col-3 > * {
        width: calc(50% - 10px);
    }
}

@media (max-width: 700px) {
    .col-3 > .field-wrap, .col-3 > * {
        width: calc(50% - 10px);
    }
}

@media (max-width: 500px) {
    .col-3 > .field-wrap, .col-3 > * {
        width: 100%;
    }
}

.col-3 > .field-wrap > .pass-bl-wrapp, .col-3 > * > .pass-bl-wrapp {
    width: 100% !important;
}

.col-3 > .field-wrap > .input-wrapp, .col-3 > * > .input-wrapp {
    width: 100% !important;
}

.col-3 > .field-wrap .reg-pass, .col-3 > * .reg-pass {
    flex-grow: 1;
}

.col-3 .col-2-self {
    width: calc(50% - 40px);
}

@media (max-width: 1300px) {
    .col-3 .col-2-self {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .col-3 .col-2-self {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .col-3 .col-2-self {
        width: 100%;
    }
}

.col-3 > .col-3 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: calc(75% - 10px);
}

@media (max-width: 700px) {
    .col-3 > .col-3.rows-mob {
        width: 100%;
        flex-direction: column;
    }
}

.col-3 > .col-3 > .field-wrap, .col-3 > .col-3 > * {
    width: auto;
}

@media (max-width: 700px) {
    .col-3 > .col-3 > .col,
  .col-3 > .col-3 > .col-1 {
        width: 100%;
    }
}

@media (max-width: 800px) {
    .fdcol-800 {
        flex-direction: column;
    }
}

.show {
    display: flex !important;
}

.hide {
    display: none !important;
}

.show-desk,
.show-mob,
.show-mob-sm {
    display: none !important;
}

.show-desk {
    display: flex !important;
}

@media (min-width: 700px) {
    .show-desk {
        display: flex !important;
    }
}

.hide-desk {
    display: none !important;
}

@media (max-width: 1300px) {
    .hide-desk {
        display: flex !important;
    }
}

@media (max-width: 700px) {
    .show-mob {
        display: flex !important;
    }
}

@media (max-width: 700px) {
    .hide-mob {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .show-mob-sm {
        display: flex !important;
    }
}

@media (max-width: 500px) {
    .hide-mob-sm {
        display: none !important;
    }
}

.f-aie {
    align-items: end;
}

.bredcramps {
    padding-top: 20px;
}

.bredcramps ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
}

.bredcramps li {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
}

.bredcramps li,
.bredcramps li * {
    font: 400 19px "Inter", sans-serif;
    color: #cac5bc;
}

.bredcramps li:last-child, .bredcramps li:last-child * {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

.bredcramps li::before {
    content: "/";
}

.bredcramps li:first-child::before {
    display: none;
}

.bc-back {
    display: flex;
    gap: 9px;
    justify-content: start;
    align-items: center;
}

.bc-back::before {
    content: "";
    background-image: url("../img/icon/corner-left.svg");
    width: 7px;
    height: 13px;
}

.bc-back * {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active,
.comment-respond .form-submit input:not(:disabled):not(.disabled).active,
.comment-respond .form-submit input:not(:disabled):not(.disabled):active {
  /* -webkit-box-shadow: 0 12px 30px -18px rgb(0 0 0 / 90%); */
  /* box-shadow: 0 12px 30px -18px rgb(0 0 0 / 90%); */
  /* -webkit-transform: translateY(1px) translateZ(0); */
    transform: none;
    box-shadow: none;
}

.btn:focus, .btn:hover, .comment-respond .form-submit input:focus,
.comment-respond .form-submit input:hover {
    transform: none;
    box-shadow: none;
}

.input:focus, input[type=color]:focus, input[type=date]:focus,
input[type=datetime-local]:focus, input[type=datetime]:focus,
input[type=email]:focus, input[type=month]:focus, input[type=number]:focus,
input[type=password]:focus, input[type=range]:focus, input[type=search]:focus,
input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus,
input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    background-color: transparent;
    border-color: transparent;
    outline: 0;
}

input:-internal-autofill-selected {
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: -internal-light-dark(black, white) !important;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 8px;
    padding: 10px;
    height: 52px;
    font: 400 19px "Inter", sans-serif;
    text-align: center;
    color: #231a1a;
    box-shadow: none;
    background-color: transparent;
}

.btn.w400 {
    width: 400px;
}

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

.account .btn {
    color: #2e2a24;
}

.btn.yellow,
.btn.btn-yellow {
    background: #ffdb4d;
    color: #2e2a24;
}

.btn.black,
.btn.btn-black {
    background: #231a1a;
    color: #fff;
}

.btn.black:hover,
.btn.btn-black:hover {
    border: 1px solid #231a1a !important;
    background: transparent !important;
    color: #2e2a24 !important;
}

.btn.white,
.btn.btn-white {
    border: 1px solid #231a1a;
    background: transparent;
    color: #2e2a24;
}

.btn.white:hover,
.btn.btn-white:hover {
    border: none;
    background: #231a1a !important;
    color: #fff !important;
}

.btn.gray,
.btn.btn-gray {
    background: #cac5bc;
    color: #2e2a24;
    color: #fff;
}

.btn.gray:hover::not(["disabled"]),
.btn.btn-gray:hover::not(["disabled"]) {
    border: none !important;
    background: #231a1a !important;
    color: #fff !important;
}

.btn-switch-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    font: 700 14px "Inter", sans-serif;
    color: #231a1a;
}

.btn-switch-label input {
    display: none;
}

.btn-switch-label .btn-switch {
    border-radius: 20px;
    width: 44px;
    height: 24px;
    background-color: #CAC5BC;
    position: relative;
    transition: all 0.5s;
}

.btn-switch-label .btn-switch::after {
    transition: all 0.5s;
    content: "";
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
}

.btn-switch-label input:checked ~ .btn-switch {
    background-color: #231A1A;
}

.btn-switch-label input:checked ~ .btn-switch::after {
    left: 22px;
}

.btn-switch-label .set-pass {
    padding: 0 4px;
    width: auto !important;
    height: auto !important;
    white-space: nowrap;
}

.btn-acc-menu {
    min-width: 150px;
}

.btn-tabl-opt {
    height: 30px;
}

.fw-auto.field-wrap {
    width: auto;
}

.field-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: start;
    align-items: start;
    width: 100%;
}

.field-wrap.check-wrapp {
    align-items: center;
    flex-direction: row;
    gap: 8px;
}

@media (max-width: 545px) {
    .field-wrap.check-wrapp {
        flex-wrap: wrap;
    }
}

@media (max-width: 700px) {
    .field-wrap, .field-wrap.fw-auto {
        width: 100%;
    }
}

.field-wrap p,
.field-wrap label {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
    margin: 0;
    margin-bottom: 0;
}

.field-wrap.error label {
    color: #B80606;
}

.field-wrap .link-wrapp {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: start;
    align-items: center;
}

.field-wrap .link-wrapp .text {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

.field-wrap .link-wrapp .form-link {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: start;
    align-items: center;
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
}

.field-wrap .link-wrapp .form-link::after {
    content: "";
    background-image: url("../img/icon/corner-right.svg");
    width: 7px;
    height: 13px;
}

.f-jce {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.modal-wrapp .modal-fields .input-wrapp,
.input-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
    border: 1.5px solid #cac5bc;
    border-radius: 8px;
    width: 505px;
    height: 54px;
    padding: 0 20px;
}

.modal-wrapp .modal-fields .input-wrapp.error,
.input-wrapp.error {
    border: 1.5px solid #B80606;
}

@media (max-width: 700px) {
    .modal-wrapp .modal-fields .input-wrapp,
  .input-wrapp {
        width: 100%;
    }
}

.modal-wrapp .modal-fields .input-wrapp.access-pass, .modal-wrapp .modal-fields .input-wrapp.reg-pass,
.input-wrapp.access-pass,
.input-wrapp.reg-pass {
    width: 295px;
    height: 54px;
}

@media (max-width: 700px) {
    .modal-wrapp .modal-fields .input-wrapp.access-pass,
  .input-wrapp.access-pass {
        width: 100%;
    }

    .modal-wrapp .modal-fields .input-wrapp.reg-pass,
  .input-wrapp.reg-pass {
        flex-grow: 1;
    }
}

.modal-wrapp .modal-fields .input-wrapp.fio-n,
.input-wrapp.fio-n {
    width: 189px;
    height: 54px;
}

.modal-wrapp .modal-fields .input-wrapp.fio-f,
.input-wrapp.fio-f {
    width: 296px;
    height: 54px;
}

@media (max-width: 700px) {
    .modal-wrapp .modal-fields .input-wrapp.fio-n, .modal-wrapp .modal-fields .input-wrapp.fio-f,
  .input-wrapp.fio-n,
  .input-wrapp.fio-f {
        width: 100%;
    }
}

.modal-wrapp .modal-fields .input-wrapp input,
.input-wrapp input {
    width: 90%;
    font: 400 16px "Inter", sans-serif;
    border: 0;
    background-color: transparent;
    color: #231a1a;
}

.modal-wrapp .modal-fields .input-wrapp input ::-moz-placeholder, .input-wrapp input ::-moz-placeholder {
    color: #cac5bc;
}

.modal-wrapp .modal-fields .input-wrapp input ::placeholder,
.input-wrapp input ::placeholder {
    color: #cac5bc;
}

.modal-wrapp .modal-fields .input-wrapp .input:disabled, .modal-wrapp .modal-fields .input-wrapp .input[readonly], .modal-wrapp .modal-fields .input-wrapp input[type=color]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=color][readonly],
.modal-wrapp .modal-fields .input-wrapp input[type=date]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=date][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=datetime-local]:disabled,
.modal-wrapp .modal-fields .input-wrapp input[type=datetime-local][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=datetime]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=datetime][readonly],
.modal-wrapp .modal-fields .input-wrapp input[type=email]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=email][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=month]:disabled,
.modal-wrapp .modal-fields .input-wrapp input[type=month][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=number]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=number][readonly],
.modal-wrapp .modal-fields .input-wrapp input[type=password]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=password][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=range]:disabled,
.modal-wrapp .modal-fields .input-wrapp input[type=range][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=search]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=search][readonly],
.modal-wrapp .modal-fields .input-wrapp input[type=tel]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=tel][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=text]:disabled,
.modal-wrapp .modal-fields .input-wrapp input[type=text][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=time]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=time][readonly],
.modal-wrapp .modal-fields .input-wrapp input[type=url]:disabled, .modal-wrapp .modal-fields .input-wrapp input[type=url][readonly], .modal-wrapp .modal-fields .input-wrapp input[type=week]:disabled,
.modal-wrapp .modal-fields .input-wrapp input[type=week][readonly], .modal-wrapp .modal-fields .input-wrapp select:disabled, .modal-wrapp .modal-fields .input-wrapp select[readonly], .modal-wrapp .modal-fields .input-wrapp textarea:disabled,
.modal-wrapp .modal-fields .input-wrapp textarea[readonly],
.input-wrapp .input:disabled,
.input-wrapp .input[readonly],
.input-wrapp input[type=color]:disabled,
.input-wrapp input[type=color][readonly],
.input-wrapp input[type=date]:disabled,
.input-wrapp input[type=date][readonly],
.input-wrapp input[type=datetime-local]:disabled,
.input-wrapp input[type=datetime-local][readonly],
.input-wrapp input[type=datetime]:disabled,
.input-wrapp input[type=datetime][readonly],
.input-wrapp input[type=email]:disabled,
.input-wrapp input[type=email][readonly],
.input-wrapp input[type=month]:disabled,
.input-wrapp input[type=month][readonly],
.input-wrapp input[type=number]:disabled,
.input-wrapp input[type=number][readonly],
.input-wrapp input[type=password]:disabled,
.input-wrapp input[type=password][readonly],
.input-wrapp input[type=range]:disabled,
.input-wrapp input[type=range][readonly],
.input-wrapp input[type=search]:disabled,
.input-wrapp input[type=search][readonly],
.input-wrapp input[type=tel]:disabled,
.input-wrapp input[type=tel][readonly],
.input-wrapp input[type=text]:disabled,
.input-wrapp input[type=text][readonly],
.input-wrapp input[type=time]:disabled,
.input-wrapp input[type=time][readonly],
.input-wrapp input[type=url]:disabled,
.input-wrapp input[type=url][readonly],
.input-wrapp input[type=week]:disabled,
.input-wrapp input[type=week][readonly],
.input-wrapp select:disabled,
.input-wrapp select[readonly],
.input-wrapp textarea:disabled,
.input-wrapp textarea[readonly] {
    background-color: transparent;
}

.modal-wrapp .modal-fields .input-wrapp .pass-eye-ico,
.input-wrapp .pass-eye-ico {
    width: 24px;
    height: 20px;
    display: block;
}

.modal-wrapp .modal-fields .input-wrapp .pass-eye-ico.cl,
.input-wrapp .pass-eye-ico.cl {
    display: none;
}

.modal-wrapp .modal-fields .input-wrapp .pass-gen-ico,
.modal-wrapp .modal-fields .input-wrapp .magic-wand-ico,
.input-wrapp .pass-gen-ico,
.input-wrapp .magic-wand-ico {
    width: 24px;
    height: 20px;
    display: block;
}

.modal-wrapp .modal-fields .input-wrapp .pass-gen-ico.cl,
.modal-wrapp .modal-fields .input-wrapp .magic-wand-ico.cl,
.input-wrapp .pass-gen-ico.cl,
.input-wrapp .magic-wand-ico.cl {
    display: none;
}

.modal-wrapp .modal-fields .input-wrapp.closed .pass-eye-ico,
.input-wrapp.closed .pass-eye-ico {
    display: none;
}

.modal-wrapp .modal-fields .input-wrapp.closed .pass-eye-ico.cl,
.input-wrapp.closed .pass-eye-ico.cl {
    display: block;
}

.modal-wrapp .modal-fields .input-wrapp .check-remember,
.input-wrapp .check-remember {
    font: 400 16px "Inter", sans-serif;
    color: #231a1a;
}

.field-wrap.error .input-wrapp {
    border: 1.5px solid #B80606;
}

.field-wrap.error .label {
    color: #B80606;
}

.field-wrap.error .input-error {
    color: #B80606;
}

.field-wrap.error .a {
    color: #B80606;
}

form.tab-filter .field-wrap {
    width: 19%;
}

form.tab-filter .field-wrap .input-wrapp {
    width: 100%;
}

form.tab-filter .field-wrap .input-wrapp select {
    width: 100%;
}

form.tab-filter .field-wrap .input-wrapp input[type=date] {
    width: 100%;
}

.ava-field-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 6px;
}

.ava-field-wrap .ava-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    border: 1.5px solid #cac5bc;
    border-radius: 8px;
    width: 505px;
    height: 54px;
    padding: 12px 10px;
}

.ava-field-wrap .ava-wrap p.ava-desc {
    font: italic 400 12px "Inter", sans-serif;
    text-align: center;
    color: #cac5bc;
}

.ava-field-wrap .btn-add-ava {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font: 400 19px/0.84211 "Inter", sans-serif;
    color: #454545;
}

.ava-field-wrap .btn-add-ava .ico {
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.ava-field-wrap .btn-add-ava .ico-ava-plus {
    background-image: url("../img/icon/add-acc-photo.svg");
}

.ava-field-wrap .btn-add-ava .ico-add-file {
    background-image: url("../img/icon/add-acc-file.svg");
}

.ava-field-wrap .ava-tool {
    display: none;
    width: 50%;
}

.ava-field-wrap .ava-tool .btn-add-ava {
    display: flex;
    justify-content: start;
}

.ava-field-wrap .ava-tool p.ava-desc {
    font: italic 400 12px "Inter", sans-serif;
    text-align: left;
    color: #cac5bc;
}

@media (max-width: 700px) {
    .ava-field-wrap .ava-tool {
        display: flex !important;
    }
}

.acc-col-fee-item,
.acc-col-accept-item,
.acc-col-reject-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-wrapp {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8470588235);
    background-color: rgba(0, 0, 0, 0.3960784314);
    z-index: 100;
    max-height: 100vh;
    max-width: 100vw;
}

.modal-wrapp.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
}

.modal-wrapp .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.modal-wrapp .modal-close {
    position: absolute;
    top: -27px;
    right: -27px;
    width: 22px;
    height: 22px;
    display: block;
    background-image: url("../img/icon/close-modal.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

@media (max-width: 850px) {
    .modal-wrapp .modal-close {
        right: 0px;
    }
}

.modal-wrapp .modal {
    position: relative;
    border-radius: 8px;
    width: 818px;
    min-height: 577px;
    padding: 35px 105px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fffcf6;
    max-width: 100vw;
}

@media (max-width: 850px) {
    .modal-wrapp .modal {
        width: calc(100vw - 36px);
        padding: 22px 11px;
    }
}

.modal-wrapp .modal.mp {
    min-height: 492px;
}

@media (max-width: 700px) {
    .modal-wrapp .modal.mp {
        min-height: 394px;
    }
}

.modal-wrapp .modal-content {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    max-height: calc(100vh - 170px);
    overflow-y: scroll;
}

.modal-wrapp .modal-content .wrap-pass {
    max-width: 504px;
}

.modal-wrapp .modal-content .wrap-pass.modal-btn {
    margin-top: 20px;
}

.modal-wrapp .modal-title {
    font: 400 44px "Inter", sans-serif;
    text-align: center;
    color: #231a1a;
    margin-bottom: 25px;
}

@media (max-width: 500px) {
    .modal-wrapp .modal-title {
        font: 400 26px "Inter", sans-serif;
        text-align: center;
        color: #231a1a;
    }
}

.modal-wrapp .modal-fields {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    gap: 14px;
}

.modal-wrapp .modal-fields.g42 {
    gap: 42px;
}

@media (max-width: 500px) {
    .modal-wrapp .modal-fields.g42 {
        gap: 24px;
    }
}

.modal-wrapp .modal-fields .input-wrapp {
    width: 365px;
}

.modal-wrapp .modal-fields .input-wrapp.w100 {
    width: 100%;
}

@media (max-width: 850px) {
    .modal-wrapp .modal-fields .input-wrapp {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .modal-wrapp .modal-fields .input-wrapp {
        padding-left: 12px;
        padding-right: 12px;
    }

    .modal-wrapp .modal-fields .input-wrapp input {
        padding: 0;
    }
}

@media (max-width: 850px) {
    .modal-wrapp .modal-fields {
        width: 100%;
    }
}

.modal-wrapp .modal-btn {
    margin-top: 35px;
    width: 365px;
}

.modal-wrapp .modal-btn.w100 {
    width: 100%;
}

@media (max-width: 850px) {
    .modal-wrapp .modal-btn {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .modal-wrapp .modal-btn {
        font: 400 16px "Inter", sans-serif;
        text-align: center;
        color: #2e2a24;
    }
}

.card-page .sep {
    border-bottom: 1px solid #cac5bc;
    width: 100%;
    height: 0px;
}

.card-page .row-info {
    flex-grow: 1;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.card-page .row-info .ava {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 0.64px solid #fffcf6;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    background: #fffcf6;
}

@media (max-width: 440px) {
    .card-page .row-info .ava {
        width: 60px;
        height: 60px;
    }
}

.card-page .row-info .user-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 14px;
    text-align: left;
}

@media (max-width: 440px) {
    .card-page .row-info .user-info {
        gap: 3px;
    }
}

.card-page .row-info h3 {
    margin: 0;
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
}

.card-page .row-info .user-date {
    margin: 0;
    font: 300 19px "Inter", sans-serif;
    color: #231a1a;
    display: flex;
    justify-content: start;
    gap: 4px;
}

.card-page .row-info .user-date::before, .card-page .row-info .user-date::after {
    display: none;
}

@media (max-width: 440px) {
    .card-page .row-info {
        height: auto;
        min-height: 60px;
    }
}

.card-page .row-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 4px;
}

.card-page .row-title .tarif-change .text {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

.card-page .row-title .qr-order .text {
    font: 700 14px/1.08128 "Inter", sans-serif;
    color: #231a1a;
}

.card-page .row-title .qr-order.ordered {
    color: #CAC5BC;
}

.card-page .row-title .tarif-change .ico {
    width: 16px;
    height: 16px;
}

.card-page .row-title .qr-order .ico {
    width: 30px;
    height: 30px;
}

@media (max-width: 440px) {
    .card-page .row-title .ico {
        display: none;
    }
}

.card-page .rows {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 28px;
}

.card-page .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 440px) {
    .card-page .switches {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
}

.card-page .btn.black {
    width: 197px;
    background: #231a1a;
    color: #fff;
}

.card-page .btn.ico-arr-right {
    background: #FFFCF6;
    border: 1px solid #231a1a;
}

.card-page .btn.ico-arr-right::after {
    content: "";
    display: block;
    background-image: url("../img/icon/arrow-right-bl.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 7px;
    height: 10px;
}

.card-page .check-file-del:checked ~ .row-tools .btn.ico-arr-right::after {
    background-image: url("../img/icon/add-acc-photo.svg");
    height: 18px;
    width: 18px;
}

.card-page.create-page {
    background-image: url("../img/account/bg_add_page.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: end;
    align-items: stretch;
    flex-direction: column;
}

.card-page.create-page .btn {
    width: 346px;
    height: 52px;
    background: #ffdb4d;
    color: #2e2a24;
}

@media (max-width: 850px) {
    .card-page.create-page {
        background-image: none;
        padding: 0;
        margin-bottom: 36px;
        box-shadow: none;
        height: auto;
        min-height: auto;
    }

    .card-page.create-page .btn {
        width: 100%;
    }
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    border-radius: 8px;
    width: 400px;
    min-height: 404px;
    padding: 25px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fffcf6;
    margin-bottom: 20px;
}

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

@media (max-width: 440px) {
    .card {
        width: 100%;
        min-height: 304px;
        padding: 13px 12px;
    }
}

@media (max-width: 700px) {
    .card {
        gap: 16px;
    }
}

.card-relation {
    width: 400px;
    height: 269px;
    min-height: 269px;
}

/* Header */
.header {
    position: fixed;
    z-index: 20;
    height: 84px;
    -webkit-backdrop-filter: blur(33.7999992371px);
    backdrop-filter: blur(33.7999992371px);
    background: rgba(31, 17, 8, 0.25);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    .header {
        margin-bottom: 100px;
    }
}

@media (max-width: 1000px) {
    .header {
        margin-bottom: 100px;
    }
}

@media (max-width: 710px) {
    .header {
        height: 70px;
        justify-content: center;
    }
}

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

@media (max-width: 1440px) {
    .header__main {
        gap: 45px;
    }
}

@media (max-width: 710px) {
    .header__main {
        padding-right: 0;
        justify-content: center;
    }
}

.logo {
    flex-basis: 150px;
    flex-shrink: 0;
    width: 150px;
    height: 46px;
}

@media (max-width: 710px) {
    .logo {
        flex-basis: 133px;
        width: 133px;
        height: 41px;
    }
}

.logo.logo_bl {
    display: none;
}

.inner-page img.logo {
    display: none;
}

.inner-page img.logo.logo_bl {
    display: flex;
}

.menu-item {
    list-style: none;
}

.menu-item,
.menu-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    font: 400 18px "Inter", sans-serif;
    color: #fffcf6;
    transition: all 0.3s;
    position: relative;
}

.menu-item img,
.menu-item a img {
    height: 40px;
    width: 40px;
}

.footer_link:hover, .footer_link.active {
    font: 400 18px "Inter", sans-serif;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: #fff;
}

@media (max-width: 710px) {
    .header__link,
  .header__link a {
        font-weight: 400;
        width: 100%;
        height: 64px;
        color: #FFFCF6;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        gap: 10px;
        border-bottom: 1px solid #353535;
        border-bottom: 1px solid #949191;
    }
}

@media (max-width: 710px) {
    .header__link:hover, .header__link.active,
  .header__link a:hover,
  .header__link a.active {
        color: #2E2A24;
        background: #FFDB4D;
        border: 0;
    }
}

@media (max-width: 710px) {
    .header__link img,
  .header__link a img {
        height: 18px;
        width: 18px;
    }
}

.inner-page .header {
    background: #fffcf6;
}

.inner-page .header .menu-item a,
.inner-page .header .menu-item {
    font: 400 18px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 710px) {
    .inner-page .header .menu-item a,
  .inner-page .header .menu-item {
        color: #cac5bc;
    }
}

.inner-page .header .menu-item a:hover, .inner-page .header .menu-item a.active, .inner-page .header .menu-item a:hover a, .inner-page .header .menu-item a.active a,
.inner-page .header .menu-item:hover,
.inner-page .header .menu-item.active,
.inner-page .header .menu-item:hover a,
.inner-page .header .menu-item.active a {
    color: #cac5bc;
}

@media (max-width: 710px) {
    .inner-page .header .menu-item a:hover, .inner-page .header .menu-item a.active, .inner-page .header .menu-item a:hover a, .inner-page .header .menu-item a.active a,
  .inner-page .header .menu-item:hover,
  .inner-page .header .menu-item.active,
  .inner-page .header .menu-item:hover a,
  .inner-page .header .menu-item.active a {
        color: #2E2A24;
        background: #FFDB4D;
        border: 0;
    }
}

.header__inner, .header__inner--mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

@media (max-width: 710px) {
    .header__inner, .header__inner--mob {
        display: none;
        width: 100vw;
        padding: 0 18px;
    }
}

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

@media (max-width: 710px) {
    .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: 710px) {
    body.active .header__inner--mob {
        display: flex;
        transform: translateY(-37px);
        transform: translateY(0px);
    }
}

.header__links {
    display: flex;
    align-items: center;
    gap: 65px;
    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: 710px) {
    .header__links {
        flex-direction: column;
        margin: 0 0 40px;
        margin: 0 0 0px;
        display: none;
        width: 100%;
        gap: 0;
    }
}

.header__btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFDB4D;
    background: rgba(233, 215, 167, 0.1);
    border: 1px solid #FFDB4D;
    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;
    position: fixed;
    top: 15px;
    right: 18px;
    z-index: 50;
}

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

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

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

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

.moblink,
.mob-ico {
    display: none;
}

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

    .moblink,
  .mob-ico {
        display: block;
        color: #FFFCF6;
    }
}

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

body.active header.main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #1F1108;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

body.active header.main .container .header__main {
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 34px;
}

body.active header.main .container .header__main .header__inner {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

body.active header.main .container .header__main .header__inner .header__links {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}

/* / Header */
:root {
    --heroheight: 200vh;
    --bgsize: 1;
}

#logrect * {
    border: 0;
}

.hero {
  /*
  &::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;

      @media(max-width: 850px){
          opacity: 0.55;
          background: url('../img/bg_title.png') no-repeat;
          // background-size: contain;
          background-size: cover;
          // background-position: top;

          width: 100%;
          max-width: 100%;
          height: 320px;
          top: auto;
          /* crazy bottom* /
          bottom: calc( 0px + 113px + 680px + 30px);
      }
      @media(max-width: 400px){
          height: 300px;
          bottom: calc( 0px + 113px + 500px + 30px);
      }
  }

  &::after {
      // z-index: 1;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      // max-width: 620px;
      max-width: 770px;
      max-width: calc( 50% - 30px );
      width: 50%;
      height: 100%;

      background: rgba(79, 70, 78, 0.45);
      backdrop-filter: blur(15px);
      /* Note: backdrop-filter has minimal browser support * /

      @media(max-width: 1500px){
          max-width: calc( 50% - 15px );
      }
      @media(max-width: 1475px){
          max-width: 50%;
      }

      @media(max-width: 850px){
          width: 100%;
          max-width: 100%;
          height: 680px;
          top: auto;
          /* crazy bottom* /
          bottom: calc( 0px + 113px + 30px );
          // bottom:  60px ;
      }
      @media(max-width: 400px){
          height: 500px;
      }
  }
  /**/
}

@media (max-height: 400px) {
    .hero {
        --heroheight: 200vh;
    }
}

.hero {
    overflow: hidden;
    min-height: 100%;
    height: 125vh;
    height: 175vh;
    height: var(--heroheight);
    position: relative;
    background: #010101;
}

@media (max-width: 500px) {
    .hero {
        --heroheight: 100vh;
        height: 100vh;
    }
}

@media (max-width: 1440px) {
    .hero {
        background-image: none;
    }
}

.hero .over {
    display: block;
    filter: blur(10px);
    background-image: url("../img/bg_01.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175vh;
    height: var(--heroheight);
}

.hero .container {
    position: relative;
    z-index: 2;
    padding: 0;
    height: 175vh;
    height: var(--heroheight);
}

@media (max-width: 500px) {
    .hero .container {
        height: 100vh;
    }

    .hero .container .content-wrapp {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.hero .container .content {
    position: fixed;
    top: 300px;
    top: 25vh;
    top: auto;
    bottom: 25vh;
    top: calc(33.3333333333vh - 70px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1240px;
    width: 100vw;
    height: 700px;
    height: 50%;
    height: 300px;
    margin: 0 auto;
    z-index: 100;
    transition: top 0.3s ease, bottom 0.3s ease;
}

@media (max-height: 700px) {
    .hero .container .content {
        top: auto;
        bottom: 25vh;
        bottom: 33.3333333333vh;
    }
}

@media (max-height: 600px) {
    .hero .container .content {
        top: auto;
        bottom: 25vh;
    }
}

@media (max-width: 500px) {
    .hero .container .content {
        padding: 0 37.5px;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        bottom: auto;
        padding-top: 90px;
    }
}

@media (max-height: 400px) {
    .hero .container .content {
        bottom: 12.5vh;
    }
}

@media (max-height: 400px) {
    .hero .container .content {
        height: 300px;
        height: 60vh;
    }
}

.hero .container .content h1,
.hero .container .content p,
.hero .container .content a {
    transition: all 5s;
    transition: opacity 0.5s ease;
    position: relative;
}

.hero .container .content h1 {
    transition: font-size 0.3s ease, color 0.3s ease;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 74px;
    font-size: 110px;
    font-weight: 500;
    line-height: 0.76;
    color: #231a1a;
    margin-bottom: 26px;
}

@media (max-width: 500px) {
    .hero .container .content h1 {
        color: #FFFCF6;
        margin-bottom: 20px;
    }
}

@media (max-height: 400px) {
    .hero .container .content h1 {
        margin-bottom: 16px;
    }
}

@media (max-width: 400px) {
    .hero .container .content h1 {
        font-size: 42px;
    }
}

.hero .container .content h1 span {
    flex-wrap: wrap;
}

.hero .container .content p {
    color: #FFFCF6;
    margin-bottom: 46px;
}

@media (max-width: 500px) {
    .hero .container .content p {
        margin-bottom: 28px;
    }
}

@media (max-height: 400px) {
    .hero .container .content p {
        margin-bottom: 20px;
    }
}

.hero .container .content p,
.hero .container .content a {
    display: none;
    display: block;
    opacity: 0;
    font-size: 19px;
}

@media (max-width: 500px) {
    .hero .container .content p,
  .hero .container .content a {
        opacity: 1;
    }
}

@media (max-width: 1440px) {
    .hero .container .content h1 {
        font-size: 110px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 19px;
    }
}

@media (max-width: 800px) {
    .hero .container .content h1 {
        font-size: 100px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 19px;
    }
}

@media (max-width: 750px) {
    .hero .container .content h1 {
        font-size: 90px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 19px;
    }
}

@media (max-width: 650px) {
    .hero .container .content h1 {
        font-size: 80px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 580px) {
    .hero .container .content h1 {
        font-size: 60px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .hero .container .content h1 {
        font-size: 60px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .hero .container .content h1 {
        font-size: 50px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .hero .container .content h1 {
        font-size: 42px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .hero .container .content h1 {
        font-size: 42px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-height: 400px) {
    .hero .container .content h1 {
        font-size: 42px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-height: 375px) {
    .hero .container .content h1 {
        font-size: 42px;
    }

    .hero .container .content p, .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .hero .container .content h1 {
        font-size: 40px;
    }

    .hero .container .content p {
        font-size: 15px;
    }

    .hero .container .content a {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .hero .container .content h1 {
        font-size: 40px;
    }

    .hero .container .content p {
        font-size: 15px;
    }

    .hero .container .content a {
        font-size: 18px;
    }
}

.hero .container .content .btn.btn-hero {
    width: 300px;
    height: 52px;
    background-color: #FFDB4D;
    border-radius: 8px;
    color: #2E2A24;
    font-size: 19px;
    display: none;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .hero .container .content .btn.btn-hero {
        opacity: 1;
    }
}

.hero .container .bg2, .hero .container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 175vh;
    height: var(--heroheight);
    overflow-y: hidden;
    background: #010101;
    transition: all 5s;
    background-image: url("../img/bg_01_2.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: auto 175vh;
    background-size: 100% 175vh;
    background-size: 100% calc(var(--heroheight) * var(--bgsize));
    background-position: center;
    background-position: center bottom;
    background-position: center bottom;
    background-size: cover;
}

.hero .container .bg2.cover, .hero .container .bg.cover {
    background-size: cover;
}

@media (max-width: 500px) {
    .hero .container .bg2, .hero .container .bg {
        background-image: url("../img/bg_01_mob.jpg");
        background-position: center top;
    }
}

@media (max-height: 975px) {
    .hero .container .bg2, .hero .container .bg {
        background-size: cover;
    }
}

.hero .container.scrl .content {
    height: 300px;
}

.hero .container.scrl .bg::before {
    background-position: 0px -611px;
    background-position: 0px -595px;
}

.hero .container.scrl h1 {
    opacity: 1;
    font-size: 74px;
    color: #FFFCF6;
}

.hero .container.scrl p {
    display: block;
    opacity: 1;
}

.hero .container.scrl a.btn.btn-hero {
    display: flex;
    opacity: 1;
}

/**
riseBl
riseFl
riseBg
moveH1
moveCont
animation: riseBl 3s infinite ;
*/
@keyframes rise {
    0% {
        opacity: 0;
    }

    75% {
        opacity: 0;
    }

    95% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes riseBl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes riseFl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes riseBg {
    from {
        background-position: 0px 0px;
    }

    50% {
        background-position: 0px 0px;
    }

    to {
        background-position: 0px -590px;
    }
}

@keyframes moveH1 {
    from {
        font-size: 110px;
        color: #231a1a;
    }

    50% {
        font-size: 110px;
        color: #231a1a;
    }

    to {
        font-size: 74px;
        color: #FFFCF6;
    }
}

@keyframes moveCont {
    from {
        height: 700px;
    }

    50% {
        height: 700px;
    }

    to {
        height: 300px;
    }
}

.content2 {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1240px;
    width: 100vw;
    height: 700px;
    height: 50%;
    height: 300px;
    margin: 0 auto;
    z-index: 100;
}

.content2 h1,
.content2 p,
.content2 a {
    transition: all 5s;
    position: relative;
}

.content2 h1 {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 74px;
    font-size: 110px;
    font-weight: 500;
    line-height: 0.76;
    color: #231a1a;
    margin-bottom: 26px;
}

.content2 h1 span {
    flex-wrap: wrap;
}

.content2 p {
    color: #FFFCF6;
    margin-bottom: 46px;
}

.content2 p,
.content2 a {
    display: none;
    display: block;
    opacity: 0;
    font-size: 19px;
}

.content2 .btn.btn-hero {
    width: 300px;
    height: 52px;
    background-color: #FFDB4D;
    border-radius: 8px;
    color: #2E2A24;
    font-size: 19px;
    display: none;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
}

.o1 {
    order: 1;
}

.o2 {
    order: 2;
}

.o3 {
    order: 3;
}

.about .container {
    height: auto;
    margin-top: 110px;
    margin-bottom: 70px;
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1240px) {
    .about .container {
        width: 100vw;
    }
}

@media (max-width: 650px) {
    .about .container {
        margin-top: 68px;
    }
}

@media (max-width: 650px) {
    .about .container {
        margin: 50px auto 30px auto;
        margin-bottom: 30px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

.about .container .content {
    width: 100%;
    width: 1240px;
    width: 1320px;
    overflow: hidden;
    padding: 40px 40px 0 40px;
}

@media (max-width: 1240px) {
    .about .container .content {
        width: 100vw;
        padding: 40px 0 0 0;
    }
}

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

.about .container .about-slider {
    width: 100%;
    width: 100%;
}

.about .container .about-slider [data-cou="3"] {
    --x: 3;
}

@media (max-width: 1240px) {
    .about .container .about-slider .as-wrapp {
        width: 100vw;
    }
}

.about .container .about-slider .as-item {
    width: 100%;
    height: 662px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 84px;
    border-radius: 8px;
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.13);
    background: #FFFCF7;
    font-size: 24px;
    font-weight: 300;
}

@media (max-width: 800px) {
    .about .container .about-slider .as-item {
        height: 800px;
    }
}

@media (max-width: 550px) {
    .about .container .about-slider .as-item {
        height: 650px;
    }
}

@media (max-width: 450px) {
    .about .container .about-slider .as-item {
        height: 550px;
    }
}

@media (max-width: 400px) {
    .about .container .about-slider .as-item {
        height: 394px;
    }
}

.about .container .about-slider .as-item p {
    font-size: 19px;
}

.about .container .about-slider .as-item span {
    font-size: 24px;
    font-weight: 700;
}

.about .container .about-slider .as-item b {
    font-size: 19px;
    font-weight: 700;
}

.about .container .about-slider .as-item .asi-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 33px;
}

.about .container .about-slider .as-item.asi-2 {
    gap: 23px;
}

.about .container .about-slider .as-item.asi-2 .asi-content {
    gap: 40px;
    flex-direction: row;
}

.about .container .about-slider .as-item.asi-2 .asi-c-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.about .container .about-slider .as-item.asi-3 .asi-content {
    display: grid;
    gap: 0;
    row-gap: 40px;
    -moz-column-gap: 75px;
    column-gap: 75px;
    grid-template-columns: 300px 300px 400px;
    grid-template-rows: 50% auto;
    grid-template-areas: "c1 c2 phone" "c3 c4 phone";
}

.about .container .about-slider .as-item.asi-3 .asci-1, .about .container .about-slider .as-item.asi-3 .asci-2 {
    align-self: end;
}

.about .container .about-slider .as-item.asi-3 .asci-3, .about .container .about-slider .as-item.asi-3 .asci-4 {
    align-self: start;
}

.about .container .about-slider .as-item.asi-3 .asci-5 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: span 3;
}

.about .container .about-slider .as-item .asi-c-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.about .container .about-slider .as-item .asi-left {
    width: 370px;
}

.about .container .about-slider .as-item .asi-img {
    text-align: center;
}

.about .container .about-slider .as-item .asi-desc {
    margin-top: -45px;
    text-align: center;
}

.about .container .about-slider .as-item .asi-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.about .container .about-slider .as-item .asi-header .asi-ava {
    border-radius: 50%;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.about .container .about-slider .as-item .asi-content {
    font-weight: 400;
}

.about .container .about-slider .as-item .asi-ico-wrapp {
    width: 80px;
    height: 80px;
    background-color: #FFDB4D;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 34px;
    color: #000;
    margin: auto;
}

.about .container .about-slider .as-item .asi-ico-wrapp .asi-icon {
    width: 58%;
    height: 58%;
}

.about .container .about-slider .as-item .asi-ico-wrapp .icon-hends {
    width: 85%;
    height: 85%;
}

@media (max-width: 1020px) {
    .about .container .about-slider .as-item.asi-0 .asi-left {
        display: none;
    }
}

@media (max-width: 500px) {
    .about .container .about-slider .as-item.asi-0 .asi-right.asi-video video {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (max-width: 900px) {
    .about .container .about-slider .as-item.asi-1 {
        gap: 40px;
    }
}

@media (max-width: 800px) {
    .about .container .about-slider .as-item.asi-1 {
        flex-direction: column;
        gap: 0px;
    }

    .about .container .about-slider .as-item.asi-1.as-item .asi-content {
        align-items: start;
        justify-content: center;
        gap: 20px;
        margin-top: -50px;
    }

    .about .container .about-slider .as-item.asi-1.as-item .asi-content .asi-c-item {
        flex-basis: 47%;
    }
}

@media (max-width: 800px) and (max-width: 500px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-content .asi-c-item {
        gap: 0px;
    }
}

@media (max-width: 800px) and (max-width: 400px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-content .asi-c-item {
        flex-basis: 44%;
        flex-basis: 50%;
    }
}

@media (max-width: 800px) and (max-width: 760px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-content {
        margin-top: -35px;
    }
}

@media (max-width: 800px) and (max-width: 550px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-content {
        gap: 10px;
    }
}

@media (max-width: 800px) and (max-width: 450px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-content {
        margin-top: -17px;
    }
}

@media (max-width: 800px) and (max-width: 400px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-content {
        margin-top: -24px;
    }
}

@media (max-width: 800px) and (max-width: 800px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-left {
        font: 300 20px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-1.as-item .asi-left span {
        font-weight: 700;
        font-size: 20px;
    }

    .about .container .about-slider .as-item.asi-1.as-item .asi-left .asi-ico-wrapp {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 800px) and (max-width: 450px) {
    .about .container .about-slider .as-item.asi-1.as-item .asi-left {
        font: 300 12px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-1.as-item .asi-left span {
        font-weight: 700;
        font-size: 12px;
    }

    .about .container .about-slider .as-item.asi-1.as-item .asi-left .asi-ico-wrapp {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 800px) {
    .about .container .about-slider .as-item.asi-1 .asi-left {
        order: 2;
    }

    .about .container .about-slider .as-item.asi-1 .asi-left .asi-content {
        flex-direction: row;
    }

    .about .container .about-slider .as-item.asi-1 .asi-left,
  .about .container .about-slider .as-item.asi-1 .asi-right {
        width: calc(100% - 48px);
    }

    .about .container .about-slider .as-item.asi-1 .asi-left .asi-img,
  .about .container .about-slider .as-item.asi-1 .asi-right .asi-img {
        width: 100%;
    }
}

@media (max-width: 800px) and (max-width: 450px) {
    .about .container .about-slider .as-item.asi-1 .asi-left {
        width: calc(100% - 14px);
    }
}

@media (max-width: 760px) {
    .about .container .about-slider .as-item.asi-2 {
        justify-content: center;
    }
}

@media (max-width: 760px) and (max-width: 500px) {
    .about .container .about-slider .as-item.asi-2 .asi-content {
        gap: 1px;
    }
}

@media (max-width: 760px) {
    .about .container .about-slider .as-item.asi-2 .asi-content .asi-c-item {
        flex-basis: 33.3%;
        align-self: stretch;
        justify-content: start;
    }
}

@media (max-width: 760px) and (max-width: 360px) {
    .about .container .about-slider .as-item.asi-2 .asi-content .asi-c-item .asi-img {
        height: 60%;
    }

    .about .container .about-slider .as-item.asi-2 .asi-content .asi-c-item .asi-img .asi-img {
        height: 100%;
    }
}

@media (max-width: 760px) {
    .about .container .about-slider .as-item.asi-2 .asi-content .asi-c-item .asi-desc {
        margin: 0;
    }
}

@media (max-width: 760px) {
    .about .container .about-slider .as-item.asi-2 {
        font: 300 14px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-2 .asi-ico-wrapp {
        width: 60px;
        height: 60px;
    }

    .about .container .about-slider .as-item.asi-2 b {
        font: 700 14px "Inter", sans-serif;
    }
}

@media (max-width: 450px) {
    .about .container .about-slider .as-item.asi-2 {
        font: 300 14px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-2 b {
        font: 700 14px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-2 .asi-ico-wrapp {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .about .container .about-slider .as-item.asi-3 {
        content: "asi-3";
    }

    .about .container .about-slider .as-item.asi-3 .asi-content {
        display: flex;
        flex-direction: row;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 0;
        width: 100%;
        height: 100%;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asi-c-item {
        width: 50%;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asi-c-item.asci-5 {
        height: 66.6%;
    }
}

@media (max-width: 1000px) and (max-width: 450px) {
    .about .container .about-slider .as-item.asi-3 .asi-content .asi-c-item {
        gap: 0;
    }
}

@media (max-width: 1000px) {
    .about .container .about-slider .as-item.asi-3 .asi-content .asci-5 {
        order: 1;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asci-4 {
        order: 2;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asci-3 {
        order: 3;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asci-2 {
        order: 3;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asci-1 {
        order: 3;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asci-5 .asi-img {
        height: 100%;
    }
}

@media (max-width: 1000px) and (max-width: 760px) {
    .about .container .about-slider .as-item.asi-3 .asi-content p {
        font: 300 14px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asi-ico-wrapp {
        width: 60px;
        height: 60px;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content span {
        font: 700 19px "Inter", sans-serif;
    }
}

@media (max-width: 1000px) and (max-width: 450px) {
    .about .container .about-slider .as-item.asi-3 .asi-content p {
        font: 300 10px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content span {
        font: 700 14px "Inter", sans-serif;
    }

    .about .container .about-slider .as-item.asi-3 .asi-content .asi-ico-wrapp {
        width: 34px;
        height: 34px;
        font-size: 24px;
    }
}

.about .container .about-slider .as-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding-bottom: 6px;
}

.about .container .about-slider .as-tools .ast-arrow {
    width: 38px;
    height: 18px;
    display: none;
}

.about .container .about-slider .as-tools .ico {
    width: 38px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.about .container .about-slider .as-tools .ico-arrow-left {
    transform: rotate(180deg);
}

.about .container .about-slider .as-tools .ast-arrow svg {
    fill: #231A1A;
    stroke: #231A1A;
}

.about .container .about-slider .as-tools .ast-arrow.swiper-button-disabled svg,
.about .container .about-slider .as-tools .ast-arrow.dis svg {
    fill: #CAC5BC;
    stroke: #CAC5BC;
}

.about .container .about-slider .swiper-horizontal > .swiper-pagination-bullets,
.about .container .about-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.about .container .about-slider .swiper-pagination-custom, .about .container .about-slider .swiper-pagination-fraction {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    z-index: 1;
    width: auto;
}

@media (max-width: 1050px) {
    .about .container .about-slider .swiper-horizontal > .swiper-pagination-bullets,
  .about .container .about-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .about .container .about-slider .swiper-pagination-custom, .about .container .about-slider .swiper-pagination-fraction {
        width: 100%;
        gap: 8px;
        padding-left: 9px;
        padding-right: 9px;
    }
}

.about .container .about-slider .swiper-pagination-bullet {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 115px;
    text-align: center;
    line-height: 24px;
    opacity: 1;
    font-size: 24px;
    font-style: italic;
    color: #231a1a;
    background: #FFFCF7;
    margin: 0;
}

.about .container .about-slider .swiper-pagination-bullet img {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.13);
}

.about .container .about-slider .swiper-pagination-bullet img.pag-desk {
    display: block;
}

.about .container .about-slider .swiper-pagination-bullet img.pag-mob {
    display: none;
}

@media (max-width: 800px) {
    .about .container .about-slider .swiper-pagination-bullet img.pag-desk {
        display: none;
    }

    .about .container .about-slider .swiper-pagination-bullet img.pag-mob {
        display: block;
    }
}

.about .container .about-slider .swiper-pagination-bullet-active img {
    border: 1px solid #231a1a;
}

.about .container .about-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.about .container .about-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}

.inner-page .tarif .container {
    padding: 0 80px;
}

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

.tarif .container {
    height: auto;
    margin-bottom: 125px;
}

@media (max-width: 650px) {
    .tarif .container {
        margin-bottom: 68px;
    }
}

@media (max-width: 650px) {
    .tarif .container {
        margin-bottom: 30px;
    }
}

.tarif h2, .tarif h2.h2.title:first-child {
    margin-top: 70px;
    margin-bottom: 27px;
    margin-bottom: 60px;
}

@media (max-width: 650px) {
    .tarif h2, .tarif h2.h2.title:first-child {
        margin-top: 50px;
        margin-bottom: 20px;
        line-height: 53px;
    }
}

.tarif .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 20px;
}

@media (max-width: 680px) {
    .tarif .content {
        gap: 8px;
    }
}

@media (max-width: 650px) {
    .tarif .content {
        padding: 0 0px;
    }
}

.tarif .content .d-fw {
    justify-content: center;
    gap: 20px;
}

@media (max-width: 680px) {
    .tarif .content .d-fw {
        gap: 8px;
    }
}

.tarif .content .tarif-item {
    border-radius: 8px;
    width: 295px;
    height: 810px;
    height: 800px;
    -webkit-backdrop-filter: blur(36.5999984741px);
    backdrop-filter: blur(36.5999984741px);
    background: rgba(255, 251, 218, 0.55);
    background: #231A1A;
    height: 100%;
    transition: all 0.5s;
    border-radius: 8px;
    width: 295px;
    height: 821px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

@media (max-width: 650px) {
    .tarif .content .tarif-item {
        width: 339px;
    }

    .tarif .content .tarif-item:not(.active) {
        height: 56px;
        overflow: hidden;
    }
}

@media (max-width: 340px) {
    .tarif .content .tarif-item {
        width: 100%;
    }
}

.tarif .content .tarif-item.ti-1 {
    background-image: url("../img/tarif/1.jpg");
}

.tarif .content .tarif-item.ti-2 {
    background-image: url("../img/tarif/2.jpg");
}

.tarif .content .tarif-item.ti-3 {
    background-image: url("../img/tarif/3.jpg");
}

.tarif .content .tarif-item.ti-4 {
    background-image: url("../img/tarif/4.jpg");
    position: relative;
}

.tarif .content .tarif-item.ti-4::before {
    content: "";
    background-image: url("../img/tarif/flag-star-mob.png");
    opacity: 0.5;
    width: 90px;
    height: 52px;
    position: absolute;
    top: 2px;
    left: 0px;
    display: none;
}

@media (max-width: 1300px) {
    .tarif .content .tarif-item.ti-4::before {
        display: block;
    }
}

@media (max-width: 650px) {
    .tarif .content .tarif-item.ti-1, .tarif .content .tarif-item.ti-2, .tarif .content .tarif-item.ti-3, .tarif .content .tarif-item.ti-4 {
        background-color: #231A1A;
        background-image: none;
    }

    .tarif .content .tarif-item.active {
        overflow: auto;
    }

    .tarif .content .tarif-item.active.ti-1 {
        height: 420px;
    }

    .tarif .content .tarif-item.active.ti-2 {
        height: 540px;
    }

    .tarif .content .tarif-item.active.ti-3 {
        height: 580px;
    }

    .tarif .content .tarif-item.active.ti-4 {
        height: 652px;
    }

    .tarif .content .tarif-item.active.ti-1 {
        background-image: url("../img/tarif/1_m.jpg");
    }

    .tarif .content .tarif-item.active.ti-2 {
        background-image: url("../img/tarif/2_m.jpg");
    }

    .tarif .content .tarif-item.active.ti-3 {
        background-image: url("../img/tarif/3_m.jpg");
    }

    .tarif .content .tarif-item.active.ti-4 {
        background-image: url("../img/tarif/4_m.jpg");
    }
}

.tarif .content .tarif-item .tarif-header {
    position: relative;
    border-radius: 8px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 26px;
}

.tarif .content .tarif-item .tarif-header h3 {
    font: 600 34px "Inter", sans-serif;
    color: #231a1a;
    color: #fff;
}

@media (max-width: 680px) {
    .tarif .content .tarif-item .tarif-header {
        padding-top: 16px;
        padding-bottom: 27px;
    }

    .tarif .content .tarif-item .tarif-header h3 {
        font: 600 19px "Inter", sans-serif;
        padding-left: 10px;
        text-align: left;
    }
}

.tarif .content .tarif-item .tarif-header.h-hero h3 {
    font: 600 34px "Inter", sans-serif;
    color: #231a1a;
    color: #fff;
}

@media (max-width: 680px) {
    .tarif .content .tarif-item .tarif-header.h-hero h3 {
        font: 600 19px "Inter", sans-serif;
        padding-left: 10px;
        text-align: left;
    }
}

.tarif .content .tarif-item .tarif-header .top-popular {
    border-radius: 8px 8px 0px 0px;
    width: 200px;
    height: 89px;
    height: 36px;
    background: #ffdb4d;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 6px;
    font: 400 18px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 1300px) {
    .tarif .content .tarif-item .tarif-header .top-popular {
        display: none;
    }
}

.tarif .content .tarif-item .tarif-header .top-hero {
    background-image: url("../img/tarif/flag-star-2.png");
    width: 200px;
    height: 71px;
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 6px;
    font: 400 18px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 1300px) {
    .tarif .content .tarif-item .tarif-header .top-hero {
        display: none;
    }
}

.tarif .content .tarif-item .t-cont {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px 30px 20px;
}

@media (max-width: 650px) {
    .tarif .content .tarif-item .t-cont {
        padding: 0 10px 10px 10px;
    }
}

.tarif .content .tarif-item .features {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 12px;
}

.tarif .content .tarif-item .features .tarif-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.tarif .content .tarif-item .features .f-ico {
    display: block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.tarif .content .tarif-item .features .fi-map {
    background-image: url("../img/icon/white/map.svg");
}

.tarif .content .tarif-item .features .fi-page-edit {
    background-image: url("../img/icon/white/page-edit.svg");
}

.tarif .content .tarif-item .features .fi-pen {
    background-image: url("../img/icon/white/pen.svg");
}

.tarif .content .tarif-item .features .fi-page-edit {
    background-image: url("../img/icon/white/page-edit.svg");
}

.tarif .content .tarif-item .features .fi-camera-photo {
    background-image: url("../img/icon/white/camera-photo.svg");
}

.tarif .content .tarif-item .features .fi-video {
    background-image: url("../img/icon/white/video-play.svg");
}

.tarif .content .tarif-item .features .fi-reviews {
    background-image: url("../img/icon/white/list.svg");
}

.tarif .content .tarif-item .features .fi-audio {
    background-image: url("../img/icon/white/voice.svg");
}

.tarif .content .tarif-item .features .fi-panzer {
    background-image: url("../img/icon/white/panzer.svg");
}

.tarif .content .tarif-item .features .fi-shield {
    background-image: url("../img/icon/white/shield-tick.svg");
}

.tarif .content .tarif-item .features .fi-connections {
    background-image: url("../img/icon/white/connection.svg");
}

.tarif .content .tarif-item .features .fi-newspaper {
    background-image: url("../img/icon/white/newspaper.svg");
}

.tarif .content .tarif-item .features .fi-qr {
    background-image: url("../img/icon/white/qr.svg");
}

.tarif .content .tarif-item .features .fi-qr-bl {
    background-image: url("../img/icon/white/qr_bl.svg");
}

.tarif .content .tarif-item .features .f-name {
    font: 400 18px "Inter", sans-serif;
    color: #fff;
}

.tarif .content .tarif-item .comment {
    width: 100%;
    font: italic 400 12px "Inter", sans-serif;
    text-align: center;
    color: #fff;
}

@media (max-width: 680px) {
    .tarif .content .tarif-item .comment {
        font: italic 400 11px "Inter", sans-serif;
        color: #fff;
        position: absolute;
        top: 33px;
        left: 10px;
        text-align: left;
    }
}

.tarif .content .tarif-item .cost {
    width: 100%;
    font: italic 500 36px "Inter", sans-serif;
    text-align: center;
    color: #fff;
}

.tarif .content .tarif-item .cost.line {
    text-decoration: line-through;
}

.tarif .content .tarif-item .cost .old {
    font: italic 400 30px "Inter", sans-serif;
    text-decoration: line-through;
    text-align: center;
    color: #adadad;
}

@media (max-width: 680px) {
    .tarif .content .tarif-item .cost {
        position: absolute;
        top: 16px;
        right: 30px;
        font: italic 500 19px "Inter", sans-serif;
        text-align: right;
        color: #fff;
    }

    .tarif .content .tarif-item .cost span.old {
        font: italic 500 11px "Inter", sans-serif;
        text-decoration: line-through;
        text-align: right;
        color: #534444;
        position: absolute;
        bottom: -50%;
        right: 0px;
    }
}

@media (max-width: 650px) {
    .tarif .content .tarif-item .cost::after {
        content: "";
        display: block;
        background-image: url("../img/icon/arrow-up.svg");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center;
        width: 20px;
        height: 6px;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
    }
}

.tarif .content .tarif-item.active .cost::after {
    background-image: url("../img/icon/arrow-down.svg");
}

.tarif .content .tarif-item .tarif-btn {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    margin-top: 9px;
    border-radius: 8px;
    padding: 10px;
    width: 240px;
    height: 54px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.13);
    background: #fff;
    font: 400 19px "Inter", sans-serif;
    letter-spacing: 0.02em;
    color: #231a1a;
}

.tarif .content .tarif-item.popular .tarif-btn {
    background: #fffcf7;
    background: #fff;
}

.at_wrapp {
    background-image: url("../img/bg_02_2.png");
    background-repeat: no-repeat;
    background-size: 100% 1415px;
    background-size: 100% 100%;
    background-position: bottom;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

@media (max-width: 1440px) {
    .at_wrapp {
        background-image: none;
    }
}

.at_wrapp .over {
    display: block;
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.at_wrapp > .container {
    position: relative;
    z-index: 2;
    padding: 0;
}

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

.at_wrapp .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100%;
    height: 100%;
    background-image: url("../img/bg_02_2.png");
    background-repeat: no-repeat;
    background-size: 100% 1415px;
    background-size: 100% auto;
    background-position: center bottom;
}

@media (max-width: 500px) {
    .at_wrapp .bg::before {
        background-image: none;
    }
}

.reviews {
    width: 100%;
}

.reviews .container {
    min-height: 400px;
    height: auto;
    margin-bottom: 90px;
}

@media (max-width: 650px) {
    .reviews .container {
        margin-bottom: 30px;
    }
}

.reviews h2, .reviews h2.h2.title:first-child {
    margin-top: 110px;
    margin-bottom: 30px;
}

@media (max-width: 500px) {
    .reviews h2, .reviews h2.h2.title:first-child {
        margin-top: 75px;
        margin-bottom: 20px;
    }
}

@media (max-width: 650px) {
    .reviews h2, .reviews h2.h2.title:first-child {
        line-height: 53px;
        margin-top: 50px;
    }
}

.reviews .content {
    width: 100%;
}

.reviews .reviews-slider {
    width: 100%;
    width: 100%;
}

.reviews .reviews-slider [data-cou="3"] {
    --x: 3;
}

.reviews .reviews-slider .rs-item {
    width: 505px;
    min-height: 306px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    gap: 15px;
    border-radius: 14px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fffcf6;
}

@media (max-width: 1350px) {
    .reviews .reviews-slider .rs-item {
        min-height: 350px;
    }
}

@media (max-width: 1350px) {
    .reviews .reviews-slider .rs-item {
        min-height: 390px;
    }
}

@media (max-width: 750px) {
    .reviews .reviews-slider .rs-item {
        min-height: 350px;
    }
}

@media (max-width: 550px) {
    .reviews .reviews-slider .rs-item {
        min-height: 440px;
    }
}

.reviews .reviews-slider .rs-item .rsi-header {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.reviews .reviews-slider .rs-item .rsi-header .rsi-ava {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.reviews .reviews-slider .rs-item .rsi-header .rsi-r-star {
    width: 12px;
    height: 12px;
}

.reviews .reviews-slider .rs-item .rsi-header .rsi-name {
    font-weight: 400;
    font-size: 19px;
}

@media (max-width: 500px) {
    .reviews .reviews-slider .rs-item .rsi-header .rsi-name {
        font: 400 19px "Inter", sans-serif;
    }
}

.reviews .reviews-slider .rs-item .rsi-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 18.4px;
}

@media (max-width: 500px) {
    .reviews .reviews-slider .rs-item .rsi-content {
        font: 400 16px "Inter", sans-serif;
    }
}

.reviews .reviews-slider .rs-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 44px;
}

@media (max-width: 500px) {
    .reviews .reviews-slider .rs-tools {
        margin-top: 22px;
    }
}

.reviews .reviews-slider .rs-tools .rst-arrow {
    width: 58px;
    height: 18px;
    z-index: 1;
}

.reviews .reviews-slider .rs-tools .ico {
    width: 58px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.reviews .reviews-slider .rs-tools .ico-arrow-left {
    transform: rotate(180deg);
}

.reviews .reviews-slider .rs-tools .rst-arrow svg {
    fill: #231A1A;
    stroke: #231A1A;
}

.reviews .reviews-slider .rs-tools .rst-arrow.swiper-button-disabled svg,
.reviews .reviews-slider .rs-tools .rst-arrow.dis svg {
    fill: #CAC5BC;
    stroke: #CAC5BC;
}

.faq .container {
    width: 100%;
    height: auto;
    margin-bottom: 110px;
}

@media (max-width: 650px) {
    .faq .container {
        margin-bottom: 30px;
    }
}

.faq .container .content {
    width: 100%;
}

.faq h2.h2.title {
    margin-top: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 500px) {
    .faq h2.h2.title {
        font: 500 44px/0.58376 "Cormorant Garamond", sans-serif;
        text-align: center;
        color: #231a1a;
    }
}

@media (max-width: 650px) {
    .faq h2.h2.title {
        line-height: 53px;
        margin-top: 50px;
    }
}

.faq .faq-gamburger {
    max-width: 1033x;
    margin: auto;
    color: #231a1a;
}

.faq .faq-gamburger .fg-item {
    width: 100%;
    border-bottom: 1px solid #CAC5BC;
    padding-top: 30px;
    padding-bottom: 30px;
}

.faq .faq-gamburger .fg-item:last-child {
    border-bottom: none;
}

.faq .faq-gamburger .fg-item .ico.ico-open {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    transition: all 0.5s;
    float: right;
}

.faq .faq-gamburger .fg-item .ico-open {
    background-image: url("../img/icon/open.svg");
}

.faq .faq-gamburger .fg-item .fg-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    align-items: start;
}

@media (max-width: 500px) {
    .faq .faq-gamburger .fg-item .fg-title {
        font-size: 19px;
    }
}

.faq .faq-gamburger .fg-item .fg-content {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
    display: none;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.faq .faq-gamburger .fg-item .fg-content ol {
    position: relative;
    margin-left: 20px;
}

.faq .faq-gamburger .fg-item .fg-check {
    display: none;
}

.faq .faq-gamburger .fg-item .fg-check:checked ~ .fg-title .ico.ico-open {
    transform: rotate(45deg);
}

.faq .faq-gamburger .fg-item .fg-check:checked ~ .fg-content {
    display: block;
    padding-top: 20px;
    height: auto;
}

@media (max-width: 710px) {
    .mob-ico.inl {
        display: inline-block;
    }
}

.contactform {
    min-height: 100%;
    height: 840px;
    position: relative;
    background: #010101;
    background-image: url("../img/bg_03.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

@media (max-width: 1440px) {
    .contactform {
        background-image: none;
    }
}

@media (max-width: 650px) {
    .contactform {
        height: 700px;
    }
}

.contactform .over {
    display: block;
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contactform .container {
    height: 840px;
    position: relative;
    z-index: 2;
    padding: 0;
}

@media (max-width: 650px) {
    .contactform .container {
        height: 700px;
    }
}

.contactform .container .mob-ico.inl {
    color: #231a1a;
}

@media (max-width: 1066px) {
    .contactform .container {
        width: 100vw;
    }

    .contactform .container .row.w100 {
        width: 100vw;
    }
}

.contactform .container .content {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    padding: 28px 10px;
    border-radius: 14px;
    width: 1030px;
    height: 460px;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.29);
    background: rgba(255, 237, 167, 0.45);
}

@media (max-width: 1066px) {
    .contactform .container .content {
        margin: 0 18px;
        height: auto;
        width: calc(100% - 36px);
    }
}

.contactform .container .content h2, .contactform .container .content p, .contactform .container .content a {
    position: relative;
}

.contactform .container .content h2.h2.title {
    text-align: center;
    color: #231a1a;
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 54px;
    font-weight: 500;
    line-height: 0.82;
    margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

@media (max-width: 1066px) {
    .contactform .container .content h2.h2.title {
        font: 500 38px/0.76735 "Cormorant Garamond", sans-serif;
        gap: 0px;
        margin: 0 18px 22px;
    }
}

@media (max-width: 500px) {
    .contactform .container .content h2.h2.title {
        font: 500 38px/0.76735 "Cormorant Garamond", sans-serif;
        margin-bottom: 20px;
    }
}

.contactform .container .content p.cf-comment {
    font-family: "Inter", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #231a1a;
    margin-bottom: 27px;
    text-align: center;
}

@media (max-width: 500px) {
    .contactform .container .content p.cf-comment {
        font: 400 16px "Inter", sans-serif;
        margin-bottom: 20px;
    }
}

.contactform .container .content .contactform-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 443px;
}

@media (max-width: 499px) {
    .contactform .container .content .contactform-form form {
        width: calc(100vw - 56px);
    }
}

.contactform .container .content .contactform-form form .form-field {
    width: 100%;
}

.contactform .container .content .contactform-form form .form-field p {
    margin: 0;
}

.contactform .container .content .contactform-form form input[type=text], .contactform .container .content .contactform-form form input[type=tel] {
    padding: 15px 19px 14px 19px;
    color: #231a1a;
    border: 1px solid #231a1a;
    border-radius: 10px;
    background-color: transparent;
    height: 52px;
    width: 100%;
}

.contactform .container .content .contactform-form form input[type=text]::-moz-placeholder, .contactform .container .content .contactform-form form input[type=tel]::-moz-placeholder {
    color: #231a1a;
}

.contactform .container .content .contactform-form form input[type=text]::placeholder, .contactform .container .content .contactform-form form input[type=tel]::placeholder {
    color: #231a1a;
}

.contactform .container .content .contactform-form form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
}

.contactform .container .content .contactform-form form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
    display: none;
    font: 400 14px "Inter", sans-serif;
    color: #231a1a;
    height: 19px;
    width: 19px;
    border: 1px solid #231a1a;
    border-radius: 3px;
    background-color: transparent;
}

.contactform .container .content .contactform-form form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] ~ .wpcf7-list-item-label::before {
    content: "";
    height: 19px;
    width: 19px;
    background-color: transparent;
    background-image: url("../img/icon/check-empty.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -26px;
}

.contactform .container .content .contactform-form form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
    background-image: url("../img/icon/check.svg");
}

.contactform .container .content .contactform-form form .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #231a1a;
    margin-left: 26px;
}

.contactform .container .content .contactform-form .btn.btn-submit.btn-contact-form {
    border-radius: 8px;
    padding: 10px;
    width: 443px;
    height: 52px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    background-color: #FFFCF7;
    border-radius: 8px;
    color: #2E2A24;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 499px) {
    .contactform .container .content .contactform-form .btn.btn-submit.btn-contact-form {
        width: calc(100vw - 56px);
    }
}

.contactform .container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #010101;
}

.contactform .container .bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    width: 100%;
    height: 100%;
    transition: all 5s;
    background-image: url("../img/bg_03.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center 0;
}

.banner {
    position: relative;
    background-image: url("../img/page/bg_0_full.jpg");
    background-image: url("../img/page/bg_man.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% -451px;
    background-position: 100% 100%;
    background-position: center;
    width: 100vw;
    height: 310px;
}

@media (max-width: 1440px) {
    .banner {
        background-image: none;
    }
}

.banner .over {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.banner .container {
    height: 100%;
    position: relative;
}

.banner .container .bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/page/bg_0_full.jpg");
    background-image: url("../img/page/bg_man.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% -451px;
    background-position: 100% 100%;
    background-position: center;
}

.banner, .banner .bg {
    background-position: 100% 100%;
}

.sex-man .banner, .sex-man .banner .bg {
    background-image: url("../img/page/bg_man.jpg");
}

.sex-woman .banner, .sex-woman .banner .bg {
    background-image: url("../img/page/bg_woman.jpg");
}

@media (max-width: 600xp) {
    .sex-man .banner, .sex-man .banner .bg {
        background-image: url("../img/page/bg_man_mob.jpg");
    }

    .sex-woman .banner, .sex-woman .banner .bg {
        background-image: url("../img/page/bg_woman_mob.jpg");
    }
}

.t-hero .banner, .t-hero .banner .bg {
    background-position: 100% 100%;
}

.t-hero.t-hero-1 .banner, .t-hero.t-hero-1 .banner .bg {
    background-image: url("../img/page/bg_1.jpg");
}

.t-hero.t-hero-2 .banner, .t-hero.t-hero-2 .banner .bg {
    background-image: url("../img/page/bg_2.jpg");
}

.t-hero.t-hero-3 .banner, .t-hero.t-hero-3 .banner .bg {
    background-image: url("../img/page/bg_3.jpg");
}

.t-hero.t-hero-4 .banner, .t-hero.t-hero-4 .banner .bg {
    background-image: url("../img/page/bg_4.jpg");
}

.t-hero.t-hero-5 .banner, .t-hero.t-hero-5 .banner .bg {
    background-image: url("../img/page/bg_5.jpg");
}

.t-hero.t-hero-6 .banner, .t-hero.t-hero-6 .banner .bg {
    background-image: url("../img/page/bg_6.jpg");
}

.user .g-25p {
    gap: 25px;
}

.user .gerb {
    display: none;
    width: 170px;
    height: 170px;
}

@media (max-width: 500px) {
    .user .gerb {
        width: 120px;
        height: 120px;
    }
}

.user .c-user {
    height: 95px;
    position: relative;
}

@media (max-width: 500px) {
    .user .c-user {
        height: 125px;
        height: 150px;
    }
}

.user .c-user .ava-wrapp {
    height: 95px;
    position: relative;
    padding-left: 190px;
    margin-left: 85px;
    align-items: end;
}

@media (max-width: 500px) {
    .user .c-user .ava-wrapp {
        height: 125px;
        height: 150px;
    }
}

.user .c-user .ava-wrapp .user-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

@media (max-width: 500px) {
    .user .c-user .ava-wrapp {
        padding-left: 0px;
        margin-left: 0px;
    }
}

.user .c-user h1 {
    margin: 0;
    font: 700 28px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 500px) {
    .user .c-user h1 {
        font: 500 24px "Inter", sans-serif;
    }
}

.user .c-user .user-date {
    margin: 0;
    font: 300 19px "Inter", sans-serif;
    color: #231a1a;
    display: flex;
    justify-content: start;
    gap: 4px;
}

.user .c-user .user-date::before, .user .c-user .user-date::after {
    display: none;
}

.user .user-phrase {
    font: italic 400 24px "Inter", sans-serif;
    color: #231a1a;
    padding-left: 105px;
}

@media (max-width: 500px) {
    .user .user-phrase {
        padding-left: 0px;
    }
}

.user .ava, .user .gerb {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
}

.user .ava {
    border-radius: 50%;
    border: 1px solid #FFFCF6;
    width: 190px;
    height: 190px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    background: #fffcf6;
    left: 0;
}

@media (max-width: 500px) {
    .user .ava {
        width: 120px;
        height: 120px;
    }
}

.user .gerb {
    right: 0;
}

.t-hero {
    --data-gerb: url("../img/page/gerb_1.png");
}

.t-hero .user .gerb {
    background-image: url("../img/page/gerb_1.png");
    background-image: var(--data-gerb);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: block;
}

.t-hero.t-hero-1 .user .gerb {
    background-image: url("../img/page/gerb_1.png");
}

.t-hero.t-hero-2 .user .gerb {
    background-image: url("../img/page/gerb_2.png");
}

.t-hero.t-hero-3 .user .gerb {
    background-image: url("../img/page/gerb_3.png");
}

.t-hero.t-hero-4 .user .gerb {
    background-image: url("../img/page/gerb_4.png");
}

.t-hero.t-hero-5 .user .gerb {
    background-image: url("../img/page/gerb_5.png");
}

.t-hero.t-hero-6 .user .gerb {
    background-image: url("../img/page/gerb_6.png");
}

.tabs {
    margin-top: 40px;
    position: relative;
}

.tabs .tabs-menu-wrapp {
    border-top: 1px solid #231a1a;
    border-bottom: 1px solid #231a1a;
}

@media (max-width: 700px) {
    .tabs .tabs-menu-wrapp {
        border-top: 1px solid #cac5bc;
        border-bottom: 0px solid #cac5bc;
    }

    .tabs .tabs-menu-wrapp .container {
        padding: 0 10px;
    }
}

.tabs .tabs-menu {
    height: 75px;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font: 400 24px "Inter", sans-serif;
    color: #cac5bc;
    gap: 5px;
}

@media (max-width: 400px) {
    .tabs .tabs-menu {
        gap: 7px;
    }
}

.tabs .tabs-menu .tabs-menu-item {
    cursor: pointer;
    margin: 16px 0px;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .tabs .tabs-menu .tabs-menu-item {
        display: none;
        flex-shrink: 0;
        flex-grow: 1;
        padding: 5px 20px;
    }
}

@media (max-width: 400px) {
    .tabs .tabs-menu .tabs-menu-item {
        padding: 5px 0px;
        font-size: 18px;
    }
}

.tabs .tabs-menu .active {
    font: 400 24px "Inter", sans-serif;
    color: #231a1a;
    display: flex;
}

@media (max-width: 700px) {
    .tabs .tabs-menu .active {
        background-color: #231a1a;
        color: #fffcf6;
    }
}

@media (max-width: 400px) {
    .tabs .tabs-menu .active {
        padding: 5px 10px;
        font-size: 18px;
    }
}

.tabs .tabs-menu .neighbor {
    display: flex;
}

@media (max-width: 1000px) and (min-width: 700px) {
    .tabs.tmi-5 .tabs-menu {
        margin-left: calc((100vw - 1020px) / 1.5);
    }

    .tabs.tmi-6 .tabs-menu {
        margin-left: calc((100vw - 1020px) / 1.5);
    }

    .tabs.tmi-7 .tabs-menu {
        margin-left: calc((100vw - 1020px) / 1.5);
    }
}

.tabs.tmi-7 .tabs-menu {
    content: "tmi-7";
}

.tabs .tabs-progress-wrapp {
    height: 3px;
    background-color: #cac5bc;
    align-items: stretch;
    justify-content: start;
    flex-direction: row;
    padding: 0;
    border: 0;
    display: none;
}

@media (max-width: 700px) {
    .tabs .tabs-progress-wrapp {
        display: flex;
    }
}

.tabs .tabs-progress-wrapp .tp-line {
    margin: 0;
    padding: 0;
    border: 0;
    height: 3px;
    background-color: #231a1a;
    min-width: 20%;
    max-width: 100%;
    transition: all 1s;
}

@media (max-width: 500px) {
    .tabs .tabs-items-wrapp {
        padding: 0px;
    }
}

.tabs .tabs-items .tabs-content-item {
    position: relative;
    padding-top: 40px;
    padding-bottom: 125px;
    display: none;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tabs-content-item {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.tabs .tabs-items .tabs-content-item.p0 {
    padding: 0;
}

.tabs .tabs-items .tabs-content-item.active {
    display: flex;
}

.tabs .tabs-items .tabs-content-item .container {
    position: relative;
}

.tabs .tabs-items .tabs-content-item.bg-qr-over {
    height: 100%;
}

.tabs .tabs-items .tabs-content-item .over {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    min-width: 100vw;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.tabs .tabs-items .tabs-content-item .bg {
    width: 100%;
    height: 100%;
    background-image: url("../img/page/bg_qr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    opacity: 0.14;
    z-index: 1;
}

.tabs .tabs-items .tic-bio {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-bio {
        flex-direction: column;
    }
}

.tabs .tabs-items .tic-bio .col-50 {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: stretch;
    gap: 30px;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-bio .col-50 {
        flex-basis: 100%;
    }
}

.tabs .tabs-items .tic-photo .g-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-photo .g-3 {
        grid-template-columns: 1fr 1fr;
    }
}

.tabs .tabs-items .tic-photo .g-3 img.tic-photo {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.tabs .tabs-items .tic-video .g-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 25px;
}

@media (max-width: 1200px) {
    .tabs .tabs-items .tic-video .g-3 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .tabs .tabs-items .tic-video .g-3 {
        grid-template-columns: 1fr;
    }
}

.tabs .tabs-items .tic-video .g-3 .video-wrapp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs .tabs-items .tic-video .g-3 .video-wrapp .v-prev {
    filter: brightness(0.6);
}

.tabs .tabs-items .tic-video .g-3 .video-wrapp .tic-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-video .g-3 .video-wrapp .tic-video-btn {
        width: 44px;
        height: 44px;
    }
}

.tabs .tabs-items .bg-qr-over::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/page/bg_qr.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    filter: blur(10px);
    opacity: 0.14;
}

.tabs .tabs-items .bg-qr-over .container {
    background-color: #fff;
}

.tabs .tabs-items .tic-place .g40 {
    gap: 40px;
}

.tabs .tabs-items .tic-place .p-title {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    text-align: left;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-place .p-title {
        font: 400 24px "Inter", sans-serif;
        color: #231a1a;
    }
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-place .p-title {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.tabs .tabs-items .tic-place .p-data {
    position: relative;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-place .p-data {
        padding-left: 18px;
        padding-right: 18px;
    }
}

.tabs .tabs-items .tic-place .p-data .sep {
    width: 1px;
    height: 62px;
    border-right: 1px solid #231a1a;
}

@media (max-width: 1050px) {
    .tabs .tabs-items .tic-place .p-data {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .tabs .tabs-items .tic-place .p-data .sep {
        width: 100%;
        height: 1px;
        border: 0;
        border-bottom: 1px solid #cac5bc;
    }
}

.tabs .tabs-items .tic-place .p-data .pd-item {
    gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.tabs .tabs-items .tic-place .p-data .pd-title {
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
    display: flex;
    justify-content: start;
    gap: 6px;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-place .p-data .pd-title {
        font: 700 19px "Inter", sans-serif;
        color: #231a1a;
    }
}

.tabs .tabs-items .tic-place .p-data .pd-desc {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-place .p-data .pd-desc {
        font: 400 19px "Inter", sans-serif;
        color: #231a1a;
    }
}

.tabs .tabs-items .tic-place .p-map {
    width: 100%;
    height: 525px;
}

.tabs .tabs-items .tic-place .p-map .mpt {
    width: 100%;
    height: 100%;
}

@media (max-width: 500px) {
    .tabs .tabs-items #tmi-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

.tabs .tabs-items .tic-qr {
    height: 830px;
}

.tabs .tabs-items .tic-qr .qr-block {
    z-index: 2;
    display: flex;
    gap: 19px;
    margin-top: 160px;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-qr .qr-block {
        flex-direction: column;
    }
}

.tabs .tabs-items .tic-qr .qr-block .qr-wrapp {
    border: 0.92px solid #000;
    width: 340px;
    height: 409px;
    height: 450px;
    padding: 15px 30px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    gap: 11px;
    gap: 0;
    box-shadow: 0 12px 25px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
}

.tabs .tabs-items .tic-qr .qr-block .qr-wrapp .qr-logo {
    height: 83px;
    margin: 15px 0 0px 0;
}

.tabs .tabs-items .tic-qr .qr-block .btns-wrapp {
    position: relative;
    border: 1px solid #231a1a;
    width: 116px;
    height: 409px;
    height: 450px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #231a1a;
    padding: 18px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-qr .qr-block .btns-wrapp {
        flex-direction: row;
        height: 116px;
        width: 340px;
    }
}

.tabs .tabs-items .tic-qr .qr-block .btns-wrapp a {
    height: 50%;
    font: 400 20px "Inter", sans-serif;
    text-align: center;
    color: #fffcf6;
    gap: 3px;
}

.tabs .tabs-items .tic-qr .qr-block .btns-wrapp a:first-child {
    border-bottom: 1px solid #fff;
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-qr .qr-block .btns-wrapp a:first-child {
        border-bottom: 0;
        border-right: 1px solid #fff;
    }
}

@media (max-width: 500px) {
    .tabs .tabs-items .tic-qr .qr-block .btns-wrapp a {
        height: 100%;
        width: 50%;
    }
}

/*
user/login.scss
*/
.inner-page #primary, .inner-page .content-area {
    margin-top: 85px;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

article .entry-content {
    width: 100%;
    max-width: 100%;
}

article .login h1 {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    width: 100%;
}

.tarif.tarif-acc hr {
    border-bottom: 1.5px solid #231a1a;
    width: 100%;
    height: 0px;
}

.tarif.tarif-acc .container {
    margin-bottom: 15px;
}

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

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

.tarif.tarif-acc h1 {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    letter-spacing: 2px;
}

@media (max-width: 650px) {
    .tarif.tarif-acc h1 {
        font: 400 34px "Inter", sans-serif;
    }
}

.tarif.tarif-acc .field-wrap {
    width: 100%;
    padding-bottom: 80px;
}

.tarif.tarif-acc .row-sel-tar {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 10px;
    width: 100%;
}

@media (max-width: 650px) {
    .tarif.tarif-acc .row-sel-tar {
        flex-direction: column;
    }
}

.tarif.tarif-acc .row-sel-tar h1 {
    width: auto;
    margin: 0;
    padding: 0;
}

.modal .pass-bl-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 700px) {
    .modal .pass-bl-wrapp {
        width: 100%;
    }
}

.modal .fields-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 700px) {
    .modal .fields-wrap {
        width: 100%;
        flex-direction: column;
    }
}

.modal .form-link-accept {
    font: 400 16px "Inter", sans-serif;
    color: #231a1a;
    text-decoration: underline;
}

.modal .btn.btn-up-data,
.modal .btn.btn-gen-pass,
.modal .btn.btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 8px;
    padding: 10px;
    width: 295px;
    height: 54px;
    box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.06);
    background: #ffdb4d;
    font: 400 19px "Inter", sans-serif;
    color: #2e2a24;
}

.modal .btn.btn-up-data.btn.btn-up-data, .modal .btn.btn-up-data.btn.btn-gen-pass,
.modal .btn.btn-gen-pass.btn.btn-up-data,
.modal .btn.btn-gen-pass.btn.btn-gen-pass,
.modal .btn.btn-login.btn.btn-up-data,
.modal .btn.btn-login.btn.btn-gen-pass {
    border: 1.5px solid #231a1a;
    width: 200px;
    height: 54px;
    background: #231a1a;
    color: #fff;
}

@media (max-width: 500px) {
    .modal .btn.btn-login {
        width: 100%;
    }
}

.modal .text-wrap p {
    font: 400 16px "Inter", sans-serif;
    text-align: center;
    color: #231a1a;
}

.login {
    padding-top: 50px;
}

.login.access-block {
    padding-top: 40px;
}

.login .container {
    width: 100%;
    height: auto;
    margin-bottom: 110px;
}

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

.login .container .content {
    width: 100%;
    display: flex;
    gap: 20px;
}

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

.login .container .content .col-form {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: start;
    align-items: start;
}

.login .container .content .col-form.col-access {
    align-items: stretch;
}

.login .container .content .col-form hr {
    border-bottom: 1.5px solid #231a1a;
    width: 100%;
    height: 0px;
}

.login .container .content .col-form .pass-bl-wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 700px) {
    .login .container .content .col-form .pass-bl-wrapp {
        width: 100%;
    }
}

.login .container .content .col-form .fields-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 700px) {
    .login .container .content .col-form .fields-wrap {
        width: 100%;
        flex-direction: column;
    }
}

.login .container .content .col-form .form-link-accept {
    font: 400 16px "Inter", sans-serif;
    color: #231a1a;
    text-decoration: underline;
}

.login .container .content .col-form .btn.btn-up-data,
.login .container .content .col-form .btn.btn-gen-pass,
.login .container .content .col-form .btn.btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    border-radius: 8px;
    padding: 10px;
    width: 295px;
    height: 54px;
    box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.06);
    background: #ffdb4d;
    font: 400 19px "Inter", sans-serif;
    color: #2e2a24;
}

.login .container .content .col-form .btn.btn-up-data.btn.btn-up-data, .login .container .content .col-form .btn.btn-up-data.btn.btn-gen-pass,
.login .container .content .col-form .btn.btn-gen-pass.btn.btn-up-data,
.login .container .content .col-form .btn.btn-gen-pass.btn.btn-gen-pass,
.login .container .content .col-form .btn.btn-login.btn.btn-up-data,
.login .container .content .col-form .btn.btn-login.btn.btn-gen-pass {
    border: 1.5px solid #231a1a;
    width: 200px;
    height: 54px;
    background: #231a1a;
    color: #fff;
}

@media (max-width: 500px) {
    .login .container .content .col-form .btn.btn-login {
        width: 100%;
    }
}

.login .container .content h1 {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    letter-spacing: 2px;
}

.login .container .content .colform {
    padding-right: 105px;
}

.login .container .content .logo-img {
    border-radius: 34px;
    width: 610px;
    height: 571px;
}

@media (max-width: 1300px) {
    .login .container .content .logo-img {
        height: auto;
    }
}

.login .container .content form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: start;
}

@media (max-width: 700px) {
    .login .container .content form {
        width: 100%;
    }
}

.login .container .content .parnership-futures {
    border: 1px solid #000;
    border-radius: 34px;
    width: 610px;
    min-height: 571px;
    padding: 53px 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: start;
    align-items: start;
}

.login .container .content .parnership-futures h2.h2 {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    margin: 0;
}

.login .container .content .parnership-futures .futures {
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: start;
    align-items: start;
}

.login .container .content .parnership-futures .futures .future {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: start;
    align-items: center;
}

.login .container .content .parnership-futures .futures .future .part-check {
    width: 36px;
    height: 35px;
}

.login .container .content .parnership-futures .futures .future .text {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .login .container .content .parnership-futures {
        gap: 20px;
        padding: 20px 12px 27px;
        min-height: auto;
    }

    .login .container .content .parnership-futures h2.h2 {
        font: 400 34px "Inter", sans-serif;
    }
}

.login .container .content .col {
    width: 50%;
}

@media (max-width: 1300px) {
    .login .container .content .col {
        width: 610px;
    }
}

@media (max-width: 700px) {
    .login .container .content .col {
        width: 100%;
        text-align: center;
    }
}

.login .container .content .col-access {
    width: 100%;
}

/*
user/account.scss
*/
.acc-data {
    margin-top: 140px;
}

.account .h1,
.account h1 {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    margin-bottom: 40px;
}

@media (max-width: 850px) {
    .account .h1,
  .account h1 {
        text-align: center;
    }
}

.account .f-jcs {
    justify-content: start;
}

.account.acc-data .h1 {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 11px;
}

.account.acc-data .h1 .ico {
    width: 25px;
    height: 25px;
}

.account.acc-data .container .content .col {
    width: 100%;
}

.account.acc-data .container .content .col.col-form form {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.account.acc-data .container .content .col.col-form form .btn.btn-up-data,
.account.acc-data .container .content .col.col-form form .btn.btn-gen-pass,
.account.acc-data .container .content .col.col-form form .input-wrapp {
    width: 295px;
}

@media (max-width: 850px) {
    .account.acc-data .container .content .col.col-form form .btn.btn-up-data,
  .account.acc-data .container .content .col.col-form form .btn.btn-gen-pass {
        width: 200px;
    }
}

@media (max-width: 700px) {
    .account.acc-data .container .content .col.col-form form .input-wrapp {
        width: 100%;
    }
}

@media (max-width: 545px) {
    .account.acc-data .container .content .col.col-form form .input-wrapp {
        padding: 0 12px;
    }
}

@media (max-width: 545px) {
    .account.acc-data .container .content .col.col-form form .btn.btn-up-data,
  .account.acc-data .container .content .col.col-form form .btn.btn-gen-pass {
        font-size: 14px;
        width: 128px;
    }
}

.account.acc-data .container .content .col.col-form form .pass-bl-wrapp {
    gap: 20px;
}

@media (max-width: 545px) {
    .account.acc-data .container .content .col.col-form form .pass-bl-wrapp {
        gap: 10px;
    }
}

.account.acc-data .container .content .col.col-form form .btn-acc-update {
    font: 400 16px "Inter", sans-serif;
    background-color: transparent;
    text-align: center;
    color: #cac5bc;
}

.account.acc-data .container .content .col.col-form form .grow {
    margin-top: 20px;
    flex-basis: 100%;
}

.account .btn-gray-clear {
    font: 400 16px "Inter", sans-serif;
    background-color: transparent;
    text-align: center;
    color: #cac5bc;
    cursor: pointer;
}

@media (max-width: 500px) {
    .account.acc-data .container .content .col {
        max-width: 100%;
        width: 100%;
    }
}

.account .content {
    gap: 20px;
}

.account .content .sep-mob {
    display: none;
    width: 400px;
    font: 400 16px "Inter", sans-serif;
    text-align: center;
    color: #2e2a24;
}

@media (max-width: 850px) {
    .account .content .sep-mob {
        display: block;
        text-align: left;
    }
}

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

.account .card-page .sep {
    border-bottom: 1px solid #cac5bc;
    width: 100%;
    height: 0px;
}

.account .card-page .row-info {
    flex-grow: 1;
    height: 121px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 14px;
}

.account .card-page .row-info .ava {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    border: 0.64px solid #fffcf6;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
    background: #fffcf6;
}

@media (max-width: 440px) {
    .account .card-page .row-info .ava {
        width: 60px;
        height: 60px;
    }
}

.account .card-page .row-info .user-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 14px;
    text-align: left;
}

@media (max-width: 440px) {
    .account .card-page .row-info .user-info {
        gap: 3px;
    }
}

.account .card-page .row-info h3 {
    margin: 0;
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
}

.account .card-page .row-info .user-date {
    margin: 0;
    font: 300 19px "Inter", sans-serif;
    color: #231a1a;
    display: flex;
    justify-content: start;
    gap: 4px;
}

.account .card-page .row-info .user-date::before, .account .card-page .row-info .user-date::after {
    display: none;
}

@media (max-width: 440px) {
    .account .card-page .row-info {
        height: auto;
        min-height: 60px;
    }
}

.account .card-page .row-title .qr-order,
.account .card-page .row-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 4px;
}

.account .card-page .row-title .tarif-change .text {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

.account .card-page .row-title .qr-order .text {
    font: 700 14px/1.08128 "Inter", sans-serif;
    color: #231a1a;
}

.account .card-page .row-title .qr-order.ordered {
    color: #CAC5BC;
}

.account .card-page .row-title .qr-order.ordered .text {
    color: #CAC5BC;
}

.account .card-page .row-title .qr-order.qr-toorder:hover {
    cursor: pointer;
}

.account .card-page .row-title .tarif-change .ico {
    width: 16px;
    height: 16px;
}

.account .card-page .row-title .qr-order .ico {
    width: 30px;
    height: 30px;
}

@media (max-width: 440px) {
    .account .card-page .row-title .ico {
        display: none;
    }
}

.account .card-page .rows {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column;
    gap: 28px;
}

.account .card-page .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 700px) {
    .account .card-page .row-tools {
        gap: 16px;
    }
}

@media (max-width: 440px) {
    .account .card-page .switches {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
}

.account .card-page .btn.black {
    width: 197px;
    background: #231a1a;
    color: #fff;
}

.account .card-page .btn.ico-arr-right {
    background: #FFFCF6;
    border: 1px solid #231a1a;
}

.account .card-page .btn.ico-arr-right::after {
    content: "";
    display: block;
    background-image: url("../img/icon/arrow-right-bl.svg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    width: 7px;
    height: 10px;
}

.account .card-page.create-page {
    background-image: url("../img/account/bg_add_page.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    display: flex;
    justify-content: end;
    align-items: stretch;
    flex-direction: column;
}

.account .card-page.create-page .btn {
    width: 346px;
    height: 52px;
    background: #ffdb4d;
    color: #2e2a24;
}

@media (max-width: 850px) {
    .account .card-page.create-page {
        background-image: none;
        padding: 0;
        margin-bottom: 36px;
        box-shadow: none;
        height: auto;
        min-height: auto;
    }

    .account .card-page.create-page .btn {
        width: 100%;
    }
}

.account .btn.btn-logout {
    margin-top: 30px;
    width: 146px;
    height: 52px;
    box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.06);
    background: #231a1a;
    color: #fff;
}

hr,
.sep-line {
    border-bottom: 1.5px solid #231a1a;
    width: 100%;
    height: 0;
}

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

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

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

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

.btn-switch-label-radio {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    gap: 6px;
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

.btn-switch-label-radio .btn-switch {
    border: 1px solid #cac5bc;
    border-radius: 900px;
    width: 129px;
    height: 36px;
    background: #fffcf6;
}

.btn-switch-label-radio .btn-switch label {
    font: 400 14px "Inter", sans-serif;
    color: #231a1a;
    margin: 0;
}

.btn-switch-label-radio input {
    display: none;
}

.btn-switch-label-radio .btn-switch {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    transition: all 0.5s;
    padding: 8px 13px;
}

.btn-switch-label-radio .btn-switch::after {
    transition: all 0.5s;
    content: "";
    display: block;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 900px;
    width: 40px;
    height: 30px;
}

.btn-switch-label-radio input:checked[value=man] ~ .btn-switch .sex-woman {
    display: none;
}

.btn-switch-label-radio input:checked[value=man] ~ .btn-switch .sex-man {
    display: flex;
}

.btn-switch-label-radio input:checked[value=man] ~ .btn-switch::after {
    background: #231a1a;
    left: 85px;
}

.btn-switch-label-radio input:checked[value=woman] ~ .btn-switch {
    justify-content: end;
}

.btn-switch-label-radio input:checked[value=woman] ~ .btn-switch .sex-man {
    display: none;
}

.btn-switch-label-radio input:checked[value=woman] ~ .btn-switch .sex-woman {
    display: flex;
}

.btn-switch-label-radio input:checked[value=woman] ~ .btn-switch::after {
    background: #231a1a;
    left: 2px;
}

.entry-content .wp-block-button, .entry-content p, .home-text .wp-block-button,
.home-text p, .taxonomy-description .wp-block-button, .taxonomy-description p,
p,
label {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.wrapp-error,
.wrap-error {
    border: 1px solid red !important;
}

.input-wrapp.disabled,
.input-wrapp.wrap-disabled {
    border: 1px solid rgb(46, 45, 45) !important;
    background-color: rgba(0, 0, 0, 0.1333333333);
}

.mess-wrap > * {
    border: 1px solid #ff0000;
    background-color: rgba(255, 0, 0, 0.1333333333);
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
    gap: 20px;
}

.mess-wrap > * .mess-title {
    align-self: start;
}

.mess-wrap > *.mess-error {
    border: 1px solid #ff0000;
    background-color: rgba(255, 0, 0, 0.1333333333);
}

.mess-wrap > *.mess-success {
    border: 1px solid #00ff00;
    background-color: rgba(0, 255, 0, 0.1333333333);
}

.mess-wrap > *.mess-system {
    border: 1px solid #0000ff;
    background-color: rgba(0, 0, 255, 0.1333333333);
}

.mess-wrap > *.mess-message {
    border: 1px solid #000099;
    background-color: rgba(0, 0, 153, 0.1333333333);
}

.mess-wrap > *.mess-warning {
    border: 1px solid #00ffff;
    background-color: rgba(0, 255, 255, 0.1333333333);
}

.tab-wrap *.mess-error {
    border: 1px solid #ff0000;
    background-color: rgba(255, 0, 0, 0.1333333333);
}

.tab-wrap *.mess-success {
    border: 1px solid #00ff00;
    background-color: rgba(0, 255, 0, 0.1333333333);
}

.tab-wrap *.mess-system {
    border: 1px solid #0000ff;
    background-color: rgba(0, 0, 255, 0.1333333333);
}

.tab-wrap *.mess-message {
    border: 1px solid #000099;
    background-color: rgba(0, 0, 153, 0.1333333333);
}

.tab-wrap *.mess-warning {
    border: 1px solid #00ffff;
    background-color: rgba(0, 255, 255, 0.1333333333);
}

.tab-wrap *.mess-info {
    border: 1px solid #f1bcf6;
    background-color: rgba(0, 255, 255, 0.1333333333);
}

.modal-files-upload {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 700px) {
    .modal-files-upload {
        gap: 14px;
    }
}

.modal-files-upload .audio-label,
.modal-files-upload .video-label {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .modal-files-upload .audio-label,
  .modal-files-upload .video-label {
        font-size: 16px;
    }
}

.modal-files-upload .preview-wrap,
.modal-files-upload .audio-files,
.modal-files-upload .video-files {
    flex-wrap: wrap;
    gap: 14px 20px;
}

.modal-files-upload .preview-wrap .video-file-wrap,
.modal-files-upload .audio-files .video-file-wrap,
.modal-files-upload .video-files .video-file-wrap {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: 54px;
}

.modal-files-upload .preview-wrap .video-file-item,
.modal-files-upload .audio-files .video-file-item,
.modal-files-upload .video-files .video-file-item {
    min-width: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #cac5bc;
    border-radius: 8px;
    min-height: 54px;
    padding: 10px 20px;
    font: 400 16px "Inter", sans-serif;
    color: #231a1a;
}

.modal-files-upload .preview-wrap .video-file-item input,
.modal-files-upload .audio-files .video-file-item input,
.modal-files-upload .video-files .video-file-item input {
    display: none;
}

.modal-files-upload .preview-wrap .del-video-ico,
.modal-files-upload .audio-files .del-video-ico,
.modal-files-upload .video-files .del-video-ico {
    display: block;
}

.modal-files-upload .preview-wrap .add-video-ico,
.modal-files-upload .audio-files .add-video-ico,
.modal-files-upload .video-files .add-video-ico {
    display: none;
}

.modal-files-upload .preview-wrap .check-file-del:checked ~ .card-audio,
.modal-files-upload .preview-wrap .check-file-del:checked ~ .video-file-item,
.modal-files-upload .audio-files .check-file-del:checked ~ .card-audio,
.modal-files-upload .audio-files .check-file-del:checked ~ .video-file-item,
.modal-files-upload .video-files .check-file-del:checked ~ .card-audio,
.modal-files-upload .video-files .check-file-del:checked ~ .video-file-item {
    opacity: 0.5;
    background-color: #cac5bc;
}

.modal-files-upload .preview-wrap .check-file-del:checked ~ .label .del-video-ico,
.modal-files-upload .audio-files .check-file-del:checked ~ .label .del-video-ico,
.modal-files-upload .video-files .check-file-del:checked ~ .label .del-video-ico {
    display: none;
}

.modal-files-upload .preview-wrap .check-file-del:checked ~ .label .add-video-ico,
.modal-files-upload .audio-files .check-file-del:checked ~ .label .add-video-ico,
.modal-files-upload .video-files .check-file-del:checked ~ .label .add-video-ico {
    display: block;
}

.modal-files-upload .preview-wrap .card-audio-wrapp,
.modal-files-upload .audio-files .card-audio-wrapp,
.modal-files-upload .video-files .card-audio-wrapp {
    width: 400px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.modal-files-upload .preview-wrap .card-audio-wrapp .label,
.modal-files-upload .audio-files .card-audio-wrapp .label,
.modal-files-upload .video-files .card-audio-wrapp .label {
    display: flex;
    justify-content: space-between;
}

.modal-files-upload .preview-wrap .card-audio-wrapp .label span,
.modal-files-upload .audio-files .card-audio-wrapp .label span,
.modal-files-upload .video-files .card-audio-wrapp .label span {
    display: flex;
    gap: 6px;
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .modal-files-upload .preview-wrap .card-audio-wrapp .label span,
  .modal-files-upload .audio-files .card-audio-wrapp .label span,
  .modal-files-upload .video-files .card-audio-wrapp .label span {
        font-size: 16px;
    }
}

.modal-files-upload .preview-wrap .card-audio,
.modal-files-upload .audio-files .card-audio,
.modal-files-upload .video-files .card-audio {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    width: 400px;
    height: 159px;
    min-height: 159px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fffcf6;
}

.tabs {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 700px) {
    .tabs {
        gap: 14px;
    }
}

.tabs .audio-label,
.tabs .video-label {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .tabs .audio-label,
  .tabs .video-label {
        font-size: 16px;
    }
}

.tabs .preview-wrap,
.tabs .audio-files,
.tabs .video-files {
    flex-wrap: wrap;
    gap: 14px 20px;
}

.tabs .preview-wrap .video-file-wrap,
.tabs .audio-files .video-file-wrap,
.tabs .video-files .video-file-wrap {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: 54px;
}

.tabs .preview-wrap .video-file-item,
.tabs .audio-files .video-file-item,
.tabs .video-files .video-file-item {
    min-width: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #cac5bc;
    border-radius: 8px;
    min-height: 54px;
    padding: 10px 20px;
    font: 400 16px "Inter", sans-serif;
    color: #231a1a;
}

.tabs .preview-wrap .video-file-item input,
.tabs .audio-files .video-file-item input,
.tabs .video-files .video-file-item input {
    display: none;
}

.tabs .preview-wrap .del-video-ico,
.tabs .audio-files .del-video-ico,
.tabs .video-files .del-video-ico {
    display: block;
}

.tabs .preview-wrap .add-video-ico,
.tabs .audio-files .add-video-ico,
.tabs .video-files .add-video-ico {
    display: none;
}

.tabs .preview-wrap .check-file-del:checked ~ .card-audio,
.tabs .preview-wrap .check-file-del:checked ~ .video-file-item,
.tabs .audio-files .check-file-del:checked ~ .card-audio,
.tabs .audio-files .check-file-del:checked ~ .video-file-item,
.tabs .video-files .check-file-del:checked ~ .card-audio,
.tabs .video-files .check-file-del:checked ~ .video-file-item {
    opacity: 0.5;
    background-color: #cac5bc;
}

.tabs .preview-wrap .check-file-del:checked ~ .label .del-video-ico,
.tabs .audio-files .check-file-del:checked ~ .label .del-video-ico,
.tabs .video-files .check-file-del:checked ~ .label .del-video-ico {
    display: none;
}

.tabs .preview-wrap .check-file-del:checked ~ .label .add-video-ico,
.tabs .audio-files .check-file-del:checked ~ .label .add-video-ico,
.tabs .video-files .check-file-del:checked ~ .label .add-video-ico {
    display: block;
}

.tabs .preview-wrap .card-audio-wrapp,
.tabs .audio-files .card-audio-wrapp,
.tabs .video-files .card-audio-wrapp {
    width: 400px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.tabs .preview-wrap .card-audio-wrapp .label,
.tabs .audio-files .card-audio-wrapp .label,
.tabs .video-files .card-audio-wrapp .label {
    display: flex;
    justify-content: space-between;
}

.tabs .preview-wrap .card-audio-wrapp .label span,
.tabs .audio-files .card-audio-wrapp .label span,
.tabs .video-files .card-audio-wrapp .label span {
    display: flex;
    gap: 6px;
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .tabs .preview-wrap .card-audio-wrapp .label span,
  .tabs .audio-files .card-audio-wrapp .label span,
  .tabs .video-files .card-audio-wrapp .label span {
        font-size: 16px;
    }
}

.tabs .preview-wrap .card-audio,
.tabs .audio-files .card-audio,
.tabs .video-files .card-audio {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    width: 400px;
    height: 159px;
    min-height: 159px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fffcf6;
}

.tabs .relations .rel-form {
    gap: 14px 20px;
}

.tabs .relations .rel-form .btn {
    height: 54px;
}

.tabs .relations .rel-form > *.w50 {
    width: calc(50% - 15px);
}

@media (max-width: 1300px) {
    .tabs .relations .rel-form > *.w50 {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .tabs .relations .rel-form > * {
        width: 100%;
    }
}

.tabs .relations .relation-items {
    flex-wrap: wrap;
    gap: 14px 20px;
}

.tabs .relations .relation-items .btn-look {
    width: 197px;
    height: 52px;
}

.tabs .relations .relation-items .btn-del {
    width: 139px;
    height: 52px;
}

@media (max-width: 440px) {
    .tabs .relations .relation-items .card-relation {
        height: 150px;
        min-height: 150px;
        gap: 16px;
    }
}

@media (max-width: 700px) {
    .tabs .relations .relation-items .card-relation {
        width: 100%;
        gap: 16px;
    }
}

.tabs .relations .relation-items .del-video-ico {
    display: block;
}

.tabs .relations .relation-items .add-video-ico {
    display: none;
}

.tabs .relations .relation-items .check-file-del:checked ~ .row-info {
    opacity: 0.5;
    background-color: #cac5bc;
    border-radius: 8px;
}

.tabs .rel-degrees {
    font: italic 400 19px "Inter", sans-serif;
}

.edit .content {
    gap: 40px;
}

@media (max-width: 500px) {
    .edit .sm-o3 {
        order: 3;
    }
}

.edit .block-title-h1 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 20px;
}

.edit .block-title-h1 .row-edit-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
}

@media (max-width: 1000px) {
    .edit .block-title-h1 .row-edit-title {
        width: 100%;
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
}

.edit .block-title-h1 h1 {
    font: 400 44px "Inter", sans-serif;
    color: #231a1a;
    margin: 0;
    padding: 0;
    width: auto;
}

@media (max-width: 700px) {
    .edit .block-title-h1 h1 {
        font: 400 34px "Inter", sans-serif;
        text-align: center;
    }
}

.edit .block-title-h1 p {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
    margin: 0;
    padding: 0;
}

@media (max-width: 700px) {
    .edit .block-title-h1 p {
        font: 400 14px "Inter", sans-serif;
    }
}

@media (max-width: 500px) {
    .edit .block-title-h1 {
        font: 400 34px "Inter", sans-serif;
        text-align: center;
    }

    .edit .block-title-h1 .switches {
        width: 100%;
    }
}

.edit .info,
.edit .photo,
.edit .texts,
.edit .cemetery,
.edit .audio,
.edit .video,
.edit .relations,
.edit .qr {
    width: 100%;
}

.edit .info {
    width: 100%;
}

.edit .info .row,
.edit .info .rows, .edit .info .col,
.edit .info .rows .col {
    gap: 20px;
}

.edit .info .info-col-left {
    min-height: 308px;
}

.edit .info .info-label {
    font: 400 19px Inter, sans-serif;
    color: #231a1a;
    margin: 0;
    margin-bottom: 0;
}

.edit .info .field-wrap {
    align-self: stretch;
    justify-content: end;
}

.edit .info .input-wrapp.ava-wrap {
    border: 1.5px solid #cac5bc;
    border-radius: 8px;
    width: 295px;
    height: 308px;
    background: #fffcf6;
    gap: 0;
    margin-top: 33px;
}

.edit .info .info-ava {
    max-width: 205px;
    max-height: 205px;
    width: auto;
    height: auto;
}

@media (max-width: 700px) {
    .edit .info .rows-mob {
        gap: 10;
    }

    .edit .info .rows-mob .info-label,
  .edit .info .rows-mob .feld-wrap label {
        margin-top: 4px;
    }

    .edit .info .rows-mob .feld-wrap {
        gap: 6px;
    }
}

.edit .info select {
    border: 0;
    background-color: transparent;
}

@media (max-width: 700px) {
    .edit .info .ava-field-wrap {
        margin-top: 10px;
        width: 109px;
        height: 109px;
        width: 100%;
        gap: 6px;
    }

    .edit .info .ava-field-wrap .ava-wrap {
        width: 109px;
        height: 109px;
        margin: 0;
        padding: 5px 9px;
    }

    .edit .info .ava-field-wrap .info-ava {
        width: 95px;
        height: 99px;
    }

    .edit .info .ava-field-wrap .info-ava {
        max-width: 99px;
        max-height: 99px;
        width: auto;
        height: auto;
    }
}

.edit .edit-block-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .edit .edit-block-label {
        font-size: 16px;
    }
}

@media (max-width: 700px) {
    .edit .photo {
        gap: 6px;
    }
}

.edit .photo .row {
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px 20px;
}

@media (max-width: 700px) {
    .edit .photo .row {
        gap: 6px;
    }

    .edit .photo .row.mob-scroll {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
}

.edit .photo .photo-field-wrap {
    width: 190px;
    height: 190px;
}

@media (max-width: 700px) {
    .edit .photo .photo-field-wrap {
        gap: 6px;
        width: 109px;
        height: 109px;
    }
}

.edit .photo .photo-field-wrap .photo-wrap {
    width: 190px;
    height: 190px;
    align-items: center;
    justify-content: center;
    padding: 17px;
    position: relative;
    transition: width, height 1s;
}

@media (max-width: 700px) {
    .edit .photo .photo-field-wrap .photo-wrap {
        width: 109px;
        height: 109px;
        padding: 5px;
    }
}

.edit .photo .photo-field-wrap .photo-wrap .btn-del-file {
    position: absolute;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    transition: width, height 1s;
    overflow: hidden;
}

.edit .photo .photo-field-wrap .photo-wrap:hover .btn-del-file {
    transition: width, height 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    position: absolute;
    left: 17px;
    right: 17px;
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.48);
    font: 400 19px/0.84211 "Inter", sans-serif;
}

@media (max-width: 700px) {
    .edit .photo .photo-field-wrap .photo-wrap:hover .btn-del-file {
        left: 5px;
        right: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        font-size: 13px;
    }
}

.edit .photo .photo-field-wrap .check-file-del:checked ~ .input-wrapp {
    opacity: 0.9;
}

.edit .photo .photo-field-wrap .check-file-del:checked ~ .input-wrapp .btn-del-file {
    transition: width, height 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-self: stretch;
    position: absolute;
    left: 17px;
    right: 17px;
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    color: #fff;
    background-color: rgba(0, 0, 0, 0.48);
    font: 400 19px/0.84211 "Inter", sans-serif;
}

@media (max-width: 700px) {
    .edit .photo .photo-field-wrap .check-file-del:checked ~ .input-wrapp .btn-del-file {
        left: 5px;
        right: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        font-size: 13px;
    }
}

.edit .photo .photo-field-wrap .photo-prev input {
    display: none;
}

.edit .photo .photo-field-wrap .photo-prev img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.edit .photo .photo-field-wrap .photo-prev.blank {
    width: auto;
    height: auto;
}

.edit .texts .row {
    gap: 14px 20px;
}

.edit .texts .row label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.edit .texts .row textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
}

.edit .texts .row textarea::-moz-placeholder {
    font: 400 16px "Inter", sans-serif;
    color: #cac5bc;
}

.edit .texts .row textarea::placeholder {
    font: 400 16px "Inter", sans-serif;
    color: #cac5bc;
}

.edit .texts .row .field-wrap {
    width: 25%;
}

.edit .texts .row .desk-75 {
    width: 75%;
}

.edit .texts .row .input-wrapp {
    height: 296px;
    padding: 20px;
}

@media (max-width: 700px) {
    .edit .texts .row .field-wrap {
        width: 100%;
    }

    .edit .texts .row .input-wrapp {
        padding: 12px;
    }

    .edit .texts .row .biography-wrap .input-wrapp {
        height: 266px;
    }

    .edit .texts .row .epitaph-wrap .input-wrapp {
        height: 65px;
    }
}

.edit .ico {
    height: 18px;
    width: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.edit .ico-upload-check {
    background-image: url("../img/icon/upload-file-check.svg");
}

.edit .ico-texts-pen {
    background-image: url("../img/icon/pen_gray.svg");
}

.edit .ico-ava-plus {
    background-image: url("../img/icon/add-acc-photo.svg");
}

.edit .ico-ava-del {
    background-image: url("../img/icon/del-acc-ava.svg");
}

.edit .ico-add-file {
    background-image: url("../img/icon/add-acc-file.svg");
}

.edit .ico-calendar {
    background-image: url("../img/icon/calendar-acc.svg");
}

.edit .ico-del-photo {
    background-image: url("../img/icon/del-acc-photo.svg");
}

.edit .cemetery {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 20px;
    flex-direction: column;
}

.edit .cemetery .col {
    gap: 14px 20px;
}

@media (max-width: 700px) {
    .edit .cemetery .field-wrap {
        width: 100%;
    }
}

.edit .cemetery .row-map {
    justify-content: center;
    width: 100%;
    height: 359px;
}

.edit .cemetery .row-map .cemetery-map {
    width: 100%;
    height: 100%;
}

@media (max-width: 700px) {
    .edit .cemetery .row-map {
        width: 100vw;
        margin-left: -18px;
    }
}

.edit .audio .btn-add-ava,
.edit .video .btn-add-ava {
    display: flex;
    justify-content: start;
    gap: 6px;
}

.edit .audio input,
.edit .video input {
    display: none;
}

.edit .audio,
.edit .video {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media (max-width: 700px) {
    .edit .audio,
  .edit .video {
        gap: 14px;
    }
}

.edit .audio .audio-label,
.edit .audio .video-label,
.edit .video .audio-label,
.edit .video .video-label {
    font: 400 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .edit .audio .audio-label,
  .edit .audio .video-label,
  .edit .video .audio-label,
  .edit .video .video-label {
        font-size: 16px;
    }
}

.edit .audio .preview-wrap,
.edit .audio .audio-files,
.edit .audio .video-files,
.edit .video .preview-wrap,
.edit .video .audio-files,
.edit .video .video-files {
    flex-wrap: wrap;
    gap: 14px 20px;
}

.edit .audio .preview-wrap .video-file-wrap,
.edit .audio .audio-files .video-file-wrap,
.edit .audio .video-files .video-file-wrap,
.edit .video .preview-wrap .video-file-wrap,
.edit .video .audio-files .video-file-wrap,
.edit .video .video-files .video-file-wrap {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    min-height: 54px;
}

.edit .audio .preview-wrap .video-file-item,
.edit .audio .audio-files .video-file-item,
.edit .audio .video-files .video-file-item,
.edit .video .preview-wrap .video-file-item,
.edit .video .audio-files .video-file-item,
.edit .video .video-files .video-file-item {
    min-width: 295px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border: 1.5px solid #cac5bc;
    border-radius: 8px;
    min-height: 54px;
    padding: 10px 20px;
    font: 400 16px "Inter", sans-serif;
    color: #231a1a;
}

.edit .audio .preview-wrap .video-file-item input,
.edit .audio .audio-files .video-file-item input,
.edit .audio .video-files .video-file-item input,
.edit .video .preview-wrap .video-file-item input,
.edit .video .audio-files .video-file-item input,
.edit .video .video-files .video-file-item input {
    display: none;
}

.edit .audio .preview-wrap .del-video-ico,
.edit .audio .audio-files .del-video-ico,
.edit .audio .video-files .del-video-ico,
.edit .video .preview-wrap .del-video-ico,
.edit .video .audio-files .del-video-ico,
.edit .video .video-files .del-video-ico {
    display: block;
}

.edit .audio .preview-wrap .add-video-ico,
.edit .audio .audio-files .add-video-ico,
.edit .audio .video-files .add-video-ico,
.edit .video .preview-wrap .add-video-ico,
.edit .video .audio-files .add-video-ico,
.edit .video .video-files .add-video-ico {
    display: none;
}

.edit .audio .preview-wrap .check-file-del:checked ~ .card-audio,
.edit .audio .preview-wrap .check-file-del:checked ~ .video-file-item,
.edit .audio .audio-files .check-file-del:checked ~ .card-audio,
.edit .audio .audio-files .check-file-del:checked ~ .video-file-item,
.edit .audio .video-files .check-file-del:checked ~ .card-audio,
.edit .audio .video-files .check-file-del:checked ~ .video-file-item,
.edit .video .preview-wrap .check-file-del:checked ~ .card-audio,
.edit .video .preview-wrap .check-file-del:checked ~ .video-file-item,
.edit .video .audio-files .check-file-del:checked ~ .card-audio,
.edit .video .audio-files .check-file-del:checked ~ .video-file-item,
.edit .video .video-files .check-file-del:checked ~ .card-audio,
.edit .video .video-files .check-file-del:checked ~ .video-file-item {
    opacity: 0.5;
    background-color: #cac5bc;
}

.edit .audio .preview-wrap .check-file-del:checked ~ .label .del-video-ico,
.edit .audio .audio-files .check-file-del:checked ~ .label .del-video-ico,
.edit .audio .video-files .check-file-del:checked ~ .label .del-video-ico,
.edit .video .preview-wrap .check-file-del:checked ~ .label .del-video-ico,
.edit .video .audio-files .check-file-del:checked ~ .label .del-video-ico,
.edit .video .video-files .check-file-del:checked ~ .label .del-video-ico {
    display: none;
}

.edit .audio .preview-wrap .check-file-del:checked ~ .label .add-video-ico,
.edit .audio .audio-files .check-file-del:checked ~ .label .add-video-ico,
.edit .audio .video-files .check-file-del:checked ~ .label .add-video-ico,
.edit .video .preview-wrap .check-file-del:checked ~ .label .add-video-ico,
.edit .video .audio-files .check-file-del:checked ~ .label .add-video-ico,
.edit .video .video-files .check-file-del:checked ~ .label .add-video-ico {
    display: block;
}

.edit .audio .preview-wrap .card-audio-wrapp,
.edit .audio .audio-files .card-audio-wrapp,
.edit .audio .video-files .card-audio-wrapp,
.edit .video .preview-wrap .card-audio-wrapp,
.edit .video .audio-files .card-audio-wrapp,
.edit .video .video-files .card-audio-wrapp {
    width: 400px;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.edit .audio .preview-wrap .card-audio-wrapp .label,
.edit .audio .audio-files .card-audio-wrapp .label,
.edit .audio .video-files .card-audio-wrapp .label,
.edit .video .preview-wrap .card-audio-wrapp .label,
.edit .video .audio-files .card-audio-wrapp .label,
.edit .video .video-files .card-audio-wrapp .label {
    display: flex;
    justify-content: space-between;
}

.edit .audio .preview-wrap .card-audio-wrapp .label span,
.edit .audio .audio-files .card-audio-wrapp .label span,
.edit .audio .video-files .card-audio-wrapp .label span,
.edit .video .preview-wrap .card-audio-wrapp .label span,
.edit .video .audio-files .card-audio-wrapp .label span,
.edit .video .video-files .card-audio-wrapp .label span {
    display: flex;
    gap: 6px;
    font: 700 19px "Inter", sans-serif;
    color: #231a1a;
}

@media (max-width: 700px) {
    .edit .audio .preview-wrap .card-audio-wrapp .label span,
  .edit .audio .audio-files .card-audio-wrapp .label span,
  .edit .audio .video-files .card-audio-wrapp .label span,
  .edit .video .preview-wrap .card-audio-wrapp .label span,
  .edit .video .audio-files .card-audio-wrapp .label span,
  .edit .video .video-files .card-audio-wrapp .label span {
        font-size: 16px;
    }
}

.edit .audio .preview-wrap .card-audio,
.edit .audio .audio-files .card-audio,
.edit .audio .video-files .card-audio,
.edit .video .preview-wrap .card-audio,
.edit .video .audio-files .card-audio,
.edit .video .video-files .card-audio {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    width: 400px;
    height: 159px;
    min-height: 159px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.19);
    background: #fffcf6;
}

.edit .relations .rel-form {
    gap: 14px 20px;
}

.edit .relations .rel-form .btn {
    height: 54px;
}

.edit .relations .rel-form > *.w50 {
    width: calc(50% - 15px);
}

@media (max-width: 1300px) {
    .edit .relations .rel-form > *.w50 {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .edit .relations .rel-form > * {
        width: 100%;
    }
}

.edit .relations .relation-items {
    flex-wrap: wrap;
    gap: 14px 20px;
}

.edit .relations .relation-items .btn-look {
    width: 197px;
    height: 52px;
}

.edit .relations .relation-items .btn-del {
    width: 139px;
    height: 52px;
}

@media (max-width: 440px) {
    .edit .relations .relation-items .card-relation {
        height: 150px;
        min-height: 150px;
        gap: 16px;
    }
}

@media (max-width: 700px) {
    .edit .relations .relation-items .card-relation {
        width: 100%;
        gap: 16px;
    }
}

.edit .relations .relation-items .del-video-ico {
    display: block;
}

.edit .relations .relation-items .add-video-ico {
    display: none;
}

.edit .relations .relation-items .check-file-del:checked ~ .row-info {
    opacity: 0.5;
    background-color: #cac5bc;
    border-radius: 8px;
}

.edit .qr input#qr-get {
    display: none;
}

.edit .qr .btn-switch-label {
    font: 400 19px "Inter", sans-serif;
    text-align: center;
    color: #231a1a;
}

.edit .qr input#qr-get:checked ~ .switches .btn-switch {
    background-color: #231A1A;
}

.edit .qr input#qr-get:checked ~ .switches .btn-switch::after {
    left: 22px;
}

.edit .qr .qr-form {
    display: none;
}

.edit .qr input#qr-get:checked ~ .qr-form {
    display: flex;
}

.edit .qr .qr-form {
    gap: 14px 20px;
    flex-wrap: wrap;
}

.edit .qr .qr-form > .field-wrap, .edit .qr .qr-form > * {
    width: calc(33% - 10px);
}

@media (max-width: 1300px) {
    .edit .qr .qr-form > .field-wrap, .edit .qr .qr-form > * {
        width: calc(50% - 10px);
    }
}

@media (max-width: 700px) {
    .edit .qr .qr-form > .field-wrap, .edit .qr .qr-form > * {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .edit .qr .qr-form > .field-wrap, .edit .qr .qr-form > * {
        width: 100%;
    }
}

.edit .qr .qr-form > .field-wrap > .input-wrapp, .edit .qr .qr-form > * > .input-wrapp {
    width: 100% !important;
}

#modal-files .form-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#modal-files .form-upload__label {
    display: flex;
    align-items: center;
}

#modal-files .form-upload__title {
    max-width: 200px;
    margin-right: 55px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}

#modal-files .form-upload__input {
    text-transform: lowercase;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
}

#modal-files .form-upload__input::file-selector-button {
    min-width: 190px;
    margin-right: 30px;
    padding: 9px 15px;
    border: none;
    border-radius: 6px;
    font-weight: inherit;
    font-family: inherit;
    cursor: pointer;
}

#modal-files .form-upload__input,
#modal-files .form-upload__submit,
#modal-files progress,
#modal-files .form-upload__container {
    width: 360px;
}

#modal-files .form-upload__submit {
    display: block;
    margin-top: 25px;
    padding: 9px 15px;
    border: 2px solid transparent;
    border-radius: 6px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
    transition: background-color 0.2s linear;
}

#modal-files .form-upload__submit:hover {
    background-color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

#modal-files .form-upload__submit:focus-visible,
#modal-files .form-upload__submit:focus {
    border: 2px solid #ffffff;
    outline: none;
}

#modal-files .form-upload__submit_purple {
    background-color: #C56FFF;
}

#modal-files progress {
    height: 5px;
    margin-top: 25px;
    border: none;
    background-color: #286C2D;
}

#modal-files progress::-webkit-progress-bar {
    border: none;
    background-color: #286C2D;
}

#modal-files progress::-webkit-progress-value {
    background-color: #41E847;
}

#modal-files progress::-moz-progress-bar {
    border: none;
    background-color: #41E847;
}

#modal-files .form-upload__container {
    margin-top: 10px;
    font-size: 16px;
}

#modal-files .form-upload__status:empty::before {
    content: "Не загружено";
}

#modal-files .p0 {
    padding: 0;
}

#modal-files .m0 {
    margin: 0;
}

@media (max-width: 700px) {
    #modal-files .preview-wrap {
        width: 100%;
    }
}

#modal-files .status-wrap {
    gap: 10px;
}

@media (max-width: 700px) {
    #modal-files .status-wrap {
        width: 100%;
    }
}

#modal-files .upload-item-wrapper {
    display: flex;
    gap: 2px;
    flex-direction: column;
}

#modal-files .upload-item-wrapper.error {
    color: red;
}

#modal-files .upload-item-wrapper .ui-label {
    font-weight: bold;
}

#modal-files .upload-item-wrapper .uip-wrapp {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 700px) {
    #modal-files .upload-item-wrapper .uip-wrapp {
        flex-direction: column;
    }
}

#modal-files .upload-item-wrapper .uips-status {
    width: 30px;
    height: 30px;
}

#modal-files .upload-item-wrapper.fail .uips-status::before, #modal-files .upload-item-wrapper.error .uips-status::before {
    content: "X";
    color: red;
}

#modal-files .upload-item-wrapper.success .uips-status {
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-files .upload-item-wrapper.success .uips-status::before {
    width: 30px;
    height: 30px;
    content: "";
    color: green;
    display: flex;
    justify-content: center;
    align-items: center;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-image: url("../img/icon/upload-file-check.svg");
}

#modal-files .upload-item-wrapper .uip-item {
    height: 10px;
    margin: 0;
    width: 360px;
    border: none;
    background-color: #286C2D;
}

@media (max-width: 700px) {
    #modal-files .upload-item-wrapper .uip-item {
        width: 100%;
        max-width: 100%;
    }
}

#modal-files .upload-item-wrapper .uip-itemprogress::-webkit-progress-bar {
    border: none;
    background-color: #286C2D;
}

#modal-files .upload-item-wrapper .uip-itemprogress::-webkit-progress-value {
    background-color: #41E847;
}

#modal-files .upload-item-wrapper .uip-itemprogress::-moz-progress-bar {
    border: none;
    background-color: #41E847;
}

#modal-files .upload-item-wrapper .uip-size-wrapp {
    font-weight: bold;
    display: flex;
    gap: 10px;
}

#modal-files .upload-item-wrapper .modal-file-upload {
    content: "";
}

#modal-files .upload-item-wrapper .ui-mess {
    font-style: 14px;
}

.modal-files-upload {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
@import 'blocks/companies';
@import 'blocks/auctions';
@import 'blocks/how';
@import 'blocks/collections';
@import 'blocks/categories';
@import 'blocks/creators';
@import 'blocks/subscribe';
*/
footer {
    position: relative;
    background: #231a1a;
    min-height: 281px;
    min-height: 408px;
}

footer.footer .container {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 44px;
}

@media (max-width: 680px) {
    footer.footer .container {
        padding-top: 43px;
        padding-bottom: 30px;
        gap: 25px;
    }
}

footer .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

footer .row .col {
    display: flex;
    align-items: start;
}

footer .row .col .center {
    text-align: center;
}

@media (max-width: 680px) {
    footer .row {
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    footer .row .col {
        align-items: center;
    }
}

footer *.menu,
footer .col.menu {
    align-items: start;
    gap: 12px;
}

footer *.menu .footer__links,
footer .col.menu .footer__links {
    align-items: start;
    gap: 12px;
}

@media (max-width: 680px) {
    footer *.menu .footer__links,
  footer .col.menu .footer__links {
        align-items: center;
    }
}

@media (max-width: 680px) {
    footer *.menu .footer-label,
  footer .col.menu .footer-label {
        margin-bottom: 8px;
    }
}

footer *.desk,
footer .col.desk {
    display: flex;
}

footer *.mob,
footer .col.mob {
    display: none;
}

@media (max-width: 680px) {
    footer *.desk,
  footer .col.desk {
        display: none;
    }

    footer *.mob,
  footer .col.mob {
        display: flex;
    }
}

footer .sep {
    border: 1px solid #564f4f;
    width: 0;
    height: 177px;
}

@media (max-width: 680px) {
    footer .sep {
        width: 254px;
        height: 0px;
    }
}

footer .logo-footer {
    width: 157px;
    height: 46px;
}

@media (max-width: 680px) {
    footer .logo-footer {
        margin-bottom: -5px;
    }
}

footer .footer-label {
    font: 400 19px "Inter", sans-serif;
    color: #cac5bc;
}

footer .footer-soc {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 24px;
}

footer .footer-soc .footer-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-soc .icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

footer .footer-soc .icons .soc-ico-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 680px) {
    footer .footer-soc .icons {
        width: 258px;
    }
}

@media (max-width: 700px) {
    footer .footer-soc {
        flex-direction: column;
        justify-content: center;
    }
}

footer .footer-label {
    margin-bottom: 15px;
}

footer .soc .footer-label {
    margin-bottom: 0px;
}

footer .contacts {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 12px;
    flex-direction: column;
}

footer .contacts .footer-label {
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    footer .contacts .footer-label {
        margin-bottom: 8px;
    }
}

footer .contacts .foot-cont-wr {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 19px;
}

footer .contacts .foot-cont-wr {
    height: 28px;
}

footer .contacts .foot-cont-wr.foot-tel-wr .soc-ico, footer .contacts .foot-cont-wr.foot-mail-wr .soc-ico {
    margin: 6px;
}

footer .contacts .foot-cont-wr a {
    display: flex;
    justify-content: start;
    align-items: center;
    font: 400 18px "Inter", sans-serif;
    color: #fbfbfb;
}

footer .col.pyment-cards {
    width: 218px;
    display: flex;
    justify-content: start;
    align-items: end;
    gap: 12px;
    flex-direction: column;
}

footer .col.pyment-cards .pay-link {
    border: 1px solid #ffdb4d;
    border-radius: 6px;
    width: 218px;
    height: 41px;
    background: #797979;
    font: 600 16px/1 "Inter", sans-serif;
    text-align: center;
    color: #ffdb4d;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

footer .col.pyment-cards .pay-link .sbp-icon {
    width: 55px;
    height: 28px;
}

@media (max-width: 680px) {
    footer .col.pyment-cards {
        align-items: center;
    }
}

@media (max-width: 680px) {
    footer .col.pyment-cards .footer-label {
        margin-bottom: 8px;
    }
}

footer .rights,
footer .rights * {
    font: 400 14px "Taylor Sans Regular", sans-serif;
    color: #564f4f;
}

@media (max-width: 700px) {
    footer .rights {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

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

footer .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%;
}

footer .bg2 {
    position: absolute;
    top: -70%;
    left: 0;
    width: 100vw;
    height: 150%;
}

footer .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%;
}

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

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

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

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

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

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

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

.footer__col {
    width: 50%;
}

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

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

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

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

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

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

.footer__info {
    padding-left: 50px;
}

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

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

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

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

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

.footer__social.fs2 {
    display: none;
}

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

    .footer__social.fs2 {
        display: flex;
    }
}

.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) {
    .footer__rights {
        margin: 0;
        padding: 0;
        text-align: center;
    }
}

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

@media (max-width: 1150px) {
    .footer__menu {
        justify-content: space-around;
    }
}

.footer__menu-col {
    width: 50%;
    padding-left: 115px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.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;
}

.footer__menu-col a:hover {
    color: #E7B226;
}

.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: #FFFCF7;
}

@media (max-width: 1150px) {
    .footer__menu-col {
        width: auto;
        padding-left: 0;
    }
}

.mk-v h4 {
    font-family: "Great Vibes", cursive;
    font-size: 1.5em;
    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: 70px;
    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: 90px;
}

.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: 110px;
}

.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: 250px;
}

.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: 270px;
}

.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: 70px;
    right: 10px;
    z-index: 1000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: white;
    mix-blend-mode: difference;
}

.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: 90px;
}

.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: 110px;
}

.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: 250px;
}

.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: 270px;
}

.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,
.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.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: 130px;
    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: 150px;
}

.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: 170px;
}

.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: 190px;
}

.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: 210px;
}

.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: 130px;
    z-index: 1000;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: white;
    mix-blend-mode: difference;
}

.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: 150px;
}

.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: 170px;
}

.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: 190px;
}

.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: 210px;
}

.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 */
