
/* .ccs-skelCard{
  width:min(320px, 92vw);
  padding:18px;
  border-radius:16px;
}
.ccs-skelLine{
  height:14px;
  border-radius:999px;
  margin:12px 0;
  background:
    linear-gradient(135deg,
      rgba(0,0,0,.06) 0%,
      rgba(0,0,0,.10) 40%,
      rgba(0,0,0,.05) 55%,
      rgba(0,0,0,.06) 100%);
  background-size: 260% 100%;
  animation: ccsSkel 1.35s ease-in-out infinite;
}
.ccs-w45{ width:45%; }
.ccs-w60{ width:60%; }
.ccs-w80{ width:80%; }
.ccs-w90{ width:90%; }

@keyframes ccsSkel{
  0%{ background-position: 0% 50%; opacity:.75; }
  50%{ opacity:1; }
  100%{ background-position: 260% 50%; opacity:.75; }
}
 */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */



html, body {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 100%;
    height: 100%;
    margin: 0;
    font-size: 1.5rem;
    /* letter-spacing: 0.06rem; */
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    }

    @media screen and (min-width: 750px) {
    body {
        font-size: 1.6rem;
    }
}

.cyrillic {
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight:400;
}

.promocode-div {
    position: absolute;
    z-index: 1000;
    width: 650px;
    height: 380px;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
}

#cart-promo {
    display: none;
}

.cart-content {
    width: 100%;
    height: 100%;
}

.chart-container {
    display: flex;
    gap: 14px;
    flex-direction: column;
}

.chart-container h5 {
    font-size: 18px;
}

.chart-container h5:last-child {
    padding: 10px 0px 25px 0px;
}

.chart-container h5 a:hover {
    text-decoration: underline;
    color: #444444;
}

.chart-div {
    position: absolute;
    z-index: 1000;
    width: 650px;
    height: auto;
    display: flex;
    margin: 0 auto;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.92);
}

.info-promo {
    width: 100%;
}

.promocode-div-info {

}

.promocode-div-info p {
    font-size: 25px;
}

.promocode-div-copy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.promocode-div-copy h5 {
    font-size: 30px;
}

.promocode-div-copy img {
    width: 25px;
    cursor: pointer;
}

.promocode-div-section-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promocode-div-section-img img {
    width: 350px;
}

.chart-div-content {
    padding: 0px 50px;
}

.section-info-chart {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.promocode-div-header {
    display: flex;
    justify-content: end;
    padding: 15px 15px 0px 0px;
}

.promocode-div-content {
    padding: 50px;
}

.promocode-div-content p

.cart-header {
    display:none;
}
.content-wrapper {
    min-height: calc(100vh - 125px); /* Высота экрана минус высота хедера (65px) и футера (60px) */
    padding-bottom: 60px; /* Отступ снизу для футера */
    margin-top: 65px;
}

.content-wrapper.promo {
    margin-top: 87px; 
}

:root {
    --box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.363);
}
:root {
    --top-shadow: 0px -1px 1px rgba(0, 0, 0, 0.363);
}

:root {
    --font-body-family: "Source Sans Pro", sans-serif;
    --font-body-style: normal;
    --font-body-weight: 400;
    --font-body-weight-bold: 700;

    --font-heading-family: "Source Sans Pro", sans-serif;
    --font-heading-style: normal;
    --font-heading-weight: 600;

    --font-body-scale: 1.0;
    --font-heading-scale: 1.0;

    --media-padding: px;
    --media-border-opacity: 0.05;
    --media-border-width: 0px;
    --media-radius: 0px;
    --media-shadow-opacity: 0.0;
    --media-shadow-horizontal-offset: 0px;
    --media-shadow-vertical-offset: 40px;
    --media-shadow-blur-radius: 5px;
    --media-shadow-visible: 0;

    --page-width: 160rem;
    --page-width-margin: 0rem;

    --product-card-image-padding: 0.0rem;
    --product-card-corner-radius: 0.0rem;
    --product-card-text-alignment: left;
    --product-card-border-width: 0.0rem;
    --product-card-border-opacity: 1.0;
    --product-card-shadow-opacity: 0.0;
    --product-card-shadow-visible: 0;
    --product-card-shadow-horizontal-offset: 0.2rem;
    --product-card-shadow-vertical-offset: 0.2rem;
    --product-card-shadow-blur-radius: 0.0rem;

    --collection-card-image-padding: 0.0rem;
    --collection-card-corner-radius: 1.0rem;
    --collection-card-text-alignment: left;
    --collection-card-border-width: 0.0rem;
    --collection-card-border-opacity: 0.1;
    --collection-card-shadow-opacity: 0.0;
    --collection-card-shadow-visible: 0;
    --collection-card-shadow-horizontal-offset: 0.0rem;
    --collection-card-shadow-vertical-offset: 0.4rem;
    --collection-card-shadow-blur-radius: 0.5rem;

    --blog-card-image-padding: 0.0rem;
    --blog-card-corner-radius: 0.0rem;
    --blog-card-text-alignment: left;
    --blog-card-border-width: 0.0rem;
    --blog-card-border-opacity: 0.1;
    --blog-card-shadow-opacity: 0.0;
    --blog-card-shadow-visible: 0;
    --blog-card-shadow-horizontal-offset: 0.0rem;
    --blog-card-shadow-vertical-offset: 0.4rem;
    --blog-card-shadow-blur-radius: 0.5rem;

    --badge-corner-radius: 4.0rem;

    --popup-border-width: 1px;
    --popup-border-opacity: 0.1;
    --popup-corner-radius: 0px;
    --popup-shadow-opacity: 0.0;
    --popup-shadow-horizontal-offset: 0px;
    --popup-shadow-vertical-offset: 4px;
    --popup-shadow-blur-radius: 5px;

    --drawer-border-width: 1px;
    --drawer-border-opacity: 0.1;
    --drawer-shadow-opacity: 0.0;
    --drawer-shadow-horizontal-offset: 0px;
    --drawer-shadow-vertical-offset: 4px;
    --drawer-shadow-blur-radius: 5px;

    --spacing-sections-desktop: 0px;
    --spacing-sections-mobile: 0px;

    --grid-desktop-vertical-spacing: 36px;
    --grid-desktop-horizontal-spacing: 4px;
    --grid-mobile-vertical-spacing: 18px;
    --grid-mobile-horizontal-spacing: 2px;

    --text-boxes-border-opacity: 1.0;
    --text-boxes-border-width: 0px;
    --text-boxes-radius: 0px;
    --text-boxes-shadow-opacity: 0.0;
    --text-boxes-shadow-visible: 0;
    --text-boxes-shadow-horizontal-offset: 0px;
    --text-boxes-shadow-vertical-offset: 4px;
    --text-boxes-shadow-blur-radius: 5px;

    --buttons-radius: 0px;
    --buttons-radius-outset: 0px;
    --buttons-border-width: 0px;
    --buttons-border-opacity: 0.0;
    --buttons-shadow-opacity: 0.0;
    --buttons-shadow-visible: 0;
    --buttons-shadow-horizontal-offset: 0px;
    --buttons-shadow-vertical-offset: 0px;
    --buttons-shadow-blur-radius: 0px;
    --buttons-border-offset: 0px;

    --inputs-radius: 40px;
    --inputs-border-width: 1px;
    --inputs-border-opacity: 1.0;
    --inputs-shadow-opacity: 0.0;
    --inputs-shadow-horizontal-offset: 0px;
    --inputs-margin-offset: 0px;
    --inputs-shadow-vertical-offset: -12px;
    --inputs-shadow-blur-radius: 5px;
    --inputs-radius-outset: 41px;

    --variant-pills-radius: 40px;
    --variant-pills-border-width: 1px;
    --variant-pills-border-opacity: 0.55;
    --variant-pills-shadow-opacity: 0.0;
    --variant-pills-shadow-horizontal-offset: 0px;
    --variant-pills-shadow-vertical-offset: 4px;
    --variant-pills-shadow-blur-radius: 5px;
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/SourceSans3-Light.ttf) format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(../fonts/SourceSans3-SemiBold.ttf) format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/SourceSans3-Italic.ttf) format("truetype");
}

@font-face {
    font-family: "Source Sans Pro";
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url(../fonts/SourceSans3-BoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/SourceSans3-Medium.ttf") format("truetype");
}



@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSans3-SemiBold.ttf);
    font-weight: bold;
    font-style: normal;
}

input,
h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  color: rgb(var(--color-foreground));
  line-height: calc(1 + 0.3 / max(1, var(--font-heading-scale)));
  word-break: break-word;
}


/* @font-face {
    font-family: "dark";
    src: url(../fonts/Blackblade.ttf);
}
@font-face {
    font-family: 'Courier-Bold';
    src: url('../fonts/Courier-Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    unicode-range: U+0400-04FF; 
}
@font-face {
    font-family: "cbold";
    src: url(../fonts/CourierPrime-Bold.ttf);
}
@font-face {
    font-family: "cbolditalic";
    src: url(../fonts/CourierPrime-BoldItalic.ttf);
}
@font-face {
    font-family: "cbold";
    src: url(../fonts/CourierPrime-Bold.ttf);
}
@font-face {
    font-family: "citalic";
    src: url(../fonts/CourierPrime-Italic.ttf);
}
@font-face {
    font-family: "cregular";
    src: url(../fonts/CourierPrime-Regular.ttf);
} */


.banner-scroll,
.scrolling-text {
  display:flex;
  gap:0;
  will-change: transform;
}

.scrolling-text { display:flex; flex-wrap: nowrap; }
.scrolling-text-item span { white-space: nowrap; }


.scrolling-text-item span {
    font-weight: 500;
    font-size: 24px;        /* сделаем меньше */
    line-height: 1.2;
    text-transform: none;   /* уберём капс, если не нужен */
    letter-spacing: 0.5px;  /* помягче разрядка */
  }
  
  /* На мобильных ещё компактнее */
  @media (max-width: 768px) {
    .scrolling-text-item span { font-size: 14px; }
  }
  @media (max-width: 480px) {
    .scrolling-text-item span { font-size: 12px; }
  }

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 48px;
    /* font-weight: 600; */
}

h3 {
    font-size: 36px;
}

h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}

form select {
    background-color: #fff;
    border: none;
}

form select:focus {
    background-color: #fff;
    border: 1px solid #000;
}

input:focus {
    box-shadow: none;
}

.reset_password p {
    font-size: 30px;
}

.window {
    width: 1210px;
    height: 650px;
    margin-top: 100px;
    border: 1px solid #00000036;
    border-radius: 10px;
}

.windowp {
    width: 1210px;
    height: 650px;
    margin-top: 100px;
    border: 1px solid #00000036;
    border-radius: 10px;
}

.section_info_cat {
    display: grid;
    gap: 10px;
}

.title-info-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-cat {
    font-size: 45px;
    font-family: 'Courier-Bold', monospace;
}

.desc-block {
    height: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.section_submit_form.unactive button {
    background: rgb(129, 129, 129);
    color: rgb(54, 54, 54);
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: all .1s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 40px;
    width: 100%;
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
}

.section_submit_form.unactive button:hover {
    background: rgb(129, 129, 129);
    color: rgb(54, 54, 54);
}

.section_submit_form.unactive button:active {
    background: rgb(129, 129, 129);
    color: rgb(54, 54, 54);
}

/*.header {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset;
    height: 65px;
}

.header-list {
    text-transform: uppercase;
}
.socialnetphonee {
    display:none;
    margin-top:20px;
    margin-bottom:-20px;
}
.footer-list {
    text-transform: uppercase;
} */

@import url(https://fonts.googleapis.com/css?family=Ek+Mukta:200);
body {
  margin: 0;
  line-height: 1.4;
}

.close-menu-clothes {
    display: none;
}

.header {
    height: 65px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.09); */
    /* box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset; */
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    position: absolute;
    right: 17px;
    z-index: 999;
}

.header.active {
    right: 17px;
    top: 0;
}

.header .burger-container {
  position: relative;
  display: inline-block;
  height: 65px;
  width: 110px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.header .burger-container #burger {
  width: 30px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.header .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: black;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.header ul.menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
}
.header ul.menu li.menu-item {
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.header ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.header ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.header ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.header ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.header ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.header ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 32px;
    line-height: 2.35;
    font-weight: 600;
    width: 100%;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header ul.menu li.menu-item a:hover {
    transform: translateY(2%);
    color: rgb(44, 44, 44);
}

.header.menu-opened {
    height: 100%;
    background:rgba(255, 255, 255, 0.96);
    box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
        transition-delay: 0s, 0s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    position: absolute;
}

.clothes.promo {
    height: 970px;
    top: 23px
}

.header.menu-opened.promo {
    height: 970px;
    top: 23px
}

.header.promo {
    top: 23px
}

.rigth-border-modal {
    height: 100%;
    width: 2px;
    position: absolute;
    right: 0;
    display: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}

.rigth-border-modal.active {
    display: block;
}

.header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.header.menu-opened ul.menu li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
.header.menu-opened ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
.header.menu-opened .icon.icon-bag {
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.promostroke {
    background: black;
    color: white;
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    right: 17px;
    z-index: 999;
}

.clothes {
    height: 65px;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.09); */
    /* box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset; */
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out, background 1s ease-out;
    transition: all 0.5s ease-out, background 1s ease-out;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    position: absolute;
    right: 17px;
    z-index: 999;
}

.header.active {
    right: 17px;
    top: 0;
}

.header .burger-container {
  position: relative;
  display: inline-block;
  height: 65px;
  width: 110px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.header .burger-container #burger {
  width: 30px;
  height: 8px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}
.header .burger-container #burger .bar {
  width: 100%;
  height: 2px;
  display: block;
  position: relative;
  background: black;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg);
}
.header .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.header .icon {
  display: inline-block;
  position: absolute;
  height: 100%;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .icon.icon-bag {
  right: 0;
  top: 0;
  left: auto;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}
.header ul.menu {
  position: relative;
  display: block;
  padding: 0px 48px 0;
  list-style: none;
}
.header ul.menu li.menu-item {
  margin-top: 5px;
  -webkit-transform: scale(1.15) translateY(-30px);
          transform: scale(1.15) translateY(-30px);
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}
.header ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}
.header ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}
.header ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.28s;
          transition-delay: 0.28s;
}
.header ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}
.header ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.header ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.07s;
          transition-delay: 0.07s;
}
.header ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: black;
    text-decoration: none;
    font-size: 32px;
    line-height: 2.35;
    font-weight: 600;
    width: 100%;
    transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.header ul.menu li.menu-item a:hover {
    transform: translateY(2%);
    color: rgb(44, 44, 44);
}

.header.menu-opened {
    height: 100%;
    background:rgba(255, 255, 255, 0.96);
    box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset;
    -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
    transition: all 0.3s ease-in, background 0.5s ease-in;
        transition-delay: 0s, 0s;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
    position: absolute;
}

.clothes.promo {
    height: 970px;
    top: 23px
}

.header.menu-opened.promo {
    height: 970px;
    top: 23px
}

.header.promo {
    top: 23px
}

.rigth-border-modal {
    height: 100%;
    width: 2px;
    position: absolute;
    right: 0;
    display: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}

.rigth-border-modal.active {
    display: block;
}

.header.menu-opened .burger-container {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header.menu-opened .burger-container #burger .bar {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.header.menu-opened .burger-container #burger .bar.topBar {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.header.menu-opened .burger-container #burger .bar.btmBar {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}
.header.menu-opened ul.menu li.menu-item {
  -webkit-transform: scale(1) translateY(0px);
          transform: scale(1) translateY(0px);
  opacity: 1;
}
.header.menu-opened ul.menu li.menu-item:nth-child(1) {
  -webkit-transition-delay: 0.27s;
          transition-delay: 0.27s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(2) {
  -webkit-transition-delay: 0.34s;
          transition-delay: 0.34s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(3) {
  -webkit-transition-delay: 0.41s;
          transition-delay: 0.41s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(5) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}
.header.menu-opened ul.menu li.menu-item:nth-child(7) {
  -webkit-transition-delay: 0.69s;
          transition-delay: 0.69s;
}
.header.menu-opened .icon.icon-bag {
  -webkit-transform: translateX(75px);
          transform: translateX(75px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}


.chart-div-header {
    display: flex;
    justify-content: end;
    padding: 15px 15px 0px 0px;
}

.use {
    border: 1px solid black;
}

.size-chart-table {
    border-collapse: collapse
}

.size-chart-table thead tr td {
    font-size: 16px;
    font-weight: 100;
    border: 1px solid rgba(165, 165, 165, 0.48);
}

.size-chart-table tbody tr td{
    font-size: 16px;
    font-weight: 100;
    border: 1px solid rgba(165, 165, 165, 0.48);
}

.chart-div-content {
    padding: 0px 50px;
}

.size-section {
    display: flex;
    gap: 5px;
    align-items: center;
}

.chart-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background: black;
    color: white;
    cursor: pointer;
}

.content {
  font-family: "Ek Mukta", sans-serif;
  padding: 67px 4% 0;
  text-align: justify;
  overflow: scroll;
  max-height: 100%;
}
 .content::-webkit-scrollbar {
  display: none;
}
 .content h2 {
  margin-bottom: 0px;
  letter-spacing: 1px;
}
 .content img {
  width: 95%;
  position: relative;
  display: block;
  margin: 75px auto 75px;
}
 .content img:nth-of-type(2) {
  margin: 75px auto;
}
/* @media (max-width: 600px) {
   {
    width: 100%;
    height: 100vh;
    margin: 0;
    border-radius: 0px;
  }
   .header {
    position: fixed;
  }
} */


.heavy-logo {
    width:65px;
    position: fixed;
    top: 0.5%;
    left: 50%;
    transform:translateX(-50%);
    transition: all 0.7s ease;
}

.heavy-logo.hidden {
    opacity: 0;
    cursor: auto;
}

.cart-menu-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header-container {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}

.text_filter {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}




.footer-container {
    box-sizing: border-box;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
}

.block-titles {
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.desc-block p {
    font-size: 20px;
}

.container {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
}


.home {
    margin-top: 0 auto;
    align-items: center;
}

.home-title {
    margin-top: 210px;
    margin-bottom: 50px;
}

.home-cards {
    width: 650px;
    overflow-x: hidden;
}

.home-card {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.5s ease;
    background-color: #fff;
    display: grid;
    gap: 25px;
    align-items: center;
}
.all-cardss {
    padding: 0px 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    justify-items: center;
    gap: 45px;
}
.home-card:hover {
    border: none;
}
/* .header.menu-opened ul.menu li.menu-item:nth-child(1) */
.all-cardss .home-card:nth-child(1) {
    animation: slideUp 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(2) {
    animation: slideUp 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(3) {
    animation: slideUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(4) {
    animation: slideUp 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(5) {
    animation: slideUp 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(6) {
    animation: slideUp 0.7s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(7) {
    animation: slideUp 0.9s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.all-cardss .home-card:nth-child(8) {
    animation: slideUp 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.section_imgs_cart {
    position: relative;
}

.opacity__card__img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.15s linear;
  z-index: 2;
}

.card-img-main {
    width: 100%;
    height: 100%;
    opacity: 1;
    background: white;
}

.cont-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.section-info-cart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60%;
}

.section-info-cart h3 {
    font-size: 25px;
}

.section-info-cart p {
    font-size: 18px;
}

.card-img-main:hover {
    opacity: 0;
}

.title-card-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.price-block {
    height: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.title-card {
    font-size: 25px;
}

.card-img {
    width: 100%;
    height: 100%;
}

.price {
    font-family: 'Courier-Bold', monospace;
    font-size: 18px;
}

.home-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    border: 1px solid #0000004b;
    border-radius: 5px;
    transition: all .4s ease;
    z-index: 2;
}

.home-btn:hover {
    border: 1px solid #000000;
}

.dada {
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    top: -16%;
}

.frame1 {
    position: absolute;
    right: -0.5%;
    bottom: 60%;
    z-index: -1;
}

.frame2 {
    position: absolute;
    left: -0.5%;
    bottom: 60%;
    z-index: -1;
}

.frame3 {
    position: absolute;
    left: -0.3%;
    top: 73.4%;
    z-index: -1;
}

.frame4 {
    position: absolute;
    right: -0.3%;
    top: 73.4%;
    z-index: -1;
}

.logogothic {
    position: absolute;
    top: 6%;
    left: 40%;
    width: 400px;
    height: 300px;
}

.subtitlee {
    position: absolute;
    bottom: 0%;
    left: 44.5%;
}

.detail-image {
    width: 550px;
    height: 650px;
}

.detail-product {
    margin-top: 80px;
}

.detail-description {
    margin-left: 90px;
    margin-top: 40px;
}

.detail-description p {
    margin-top: 30px;
    max-width: 700px;
}

.detail-description h2 span {
    font-size: 56px;
}

.card-discount {
    margin-top: -10px;
    font-weight: 600;
}

.card-discount .price {
    margin-top: -1px;
}

.line {
    opacity: 0.7;
    text-decoration: line-through;
    font-family: 'Courier-Bold', monospace;
    font-size: 18px;
}

.cart-btn {
    width: 220px;
    height: 50px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-top: 20px;
}

.main {
    /* margin-left: 150px; */
}

.main-title {
    display:flex;
    justify-content: center;
    font-size: 36px;
    margin-bottom: 10px;
    margin-top: 65px;
}

.items {
    display: grid;
    grid-template-columns: repeat(auto-fill, 270px);
    width: 100%;
    max-width: 1300px;
    justify-content: center;
    justify-items: center;
    column-gap: 0px;
    row-gap: 10px;
    margin: 0 auto;
}

.sidebar {
    margin-top: 70px;
}

.llist {
    /* margin-left: -80px; */
}

.sidebar ul li {
    font-size: 20px;
    width: 165px;
    height: 35px;
    margin-bottom: 5px;
}

.sidebar ul li a {
    margin-left: 15px;
    width: 165px;
}

.sidebar ul {
    margin-top: 20px;
}

.selected {
    border: 1px solid #000;
    border-radius: 5px;
}

.grob {
    width: 25px;
    height: 25px;
    margin-bottom: 6px;
    margin-right: 10px;
}

.grobb {
    width: 25px;
    height: 25px;
    margin-right: -10px;
    margin-left: 20px;
}
.grobb_phone {
    width:25px;
}
.grobb_phonee {
    margin:5px;
    width:25px;
    display:none;
}
.cart-quantity {
    position: absolute;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    border: 1px solid #000;
    text-align: center;
    margin-left: 20px;
    margin-top: -40px;
}

.pagination {
    display: flex;
    position: absolute;
    bottom: 0%;
    left: 46%;
    gap: 12px;
    justify-content: center;
}

.disabled {
    opacity: 0.2;
}

.cart {
    flex-direction: column;
}

.cart-title {
    margin-top: 60px;
    margin-bottom: 30px;
}

.cart-cards {
    max-height: 52vh; 
    max-width: 700px;
    overflow-y: auto;
}

.cart-cardsrem {
    max-height: 52vh; 
    width: 600px;
    overflow-y: auto;
}

.cart-cardsproc {
    max-height: 40vh; 
    width: 900px;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-card {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    width: 650px;
    height: 180px;
    border: 1px solid #00000042;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cart-card-img img {
    width: 125px;
    height: 125px;
    border: 1px solid #00000086;
}

.cart-card-info {

}

.cart-card-name {
    width: 180px;
}

.remove-btn {
    font-family: 'Courier-Bold', monospace;
    background-color: #fff;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    border: 1px solid #00000034;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.5s ease;
}

.remove-btn:hover {
    border: 1px solid #000000;
}

.cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 50px;
    border: 1px solid #00000034;
    border-radius: 5px;
    margin: 0;
    transition: all 0.5s ease;
}

.cart-btn:hover {
    border: 1px solid #000000;
}

.preloader_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.preloader_main.hidden {
    opacity: 0;
}

.preloader_main video {
    width: 30%;
    height: 50%;
    object-fit: cover;
}


.cart-card-q {
    font-family: 'Courier-Bold', monospace;
}

.cart-price {
    font-size: 16px;
}

.opac {
    opacity: 0.5;
    margin: 0;
}

.cart-total-price-ots {
    font-size: 18px;
    margin-bottom: 25px;
}

.cart-total-price {
    margin: 0;
}

.total {
    font-family: 'Courier-Bold', monospace;
    margin: 50px 0 25px 0;
}

.cart-form {
    margin-top: 25px;
}

.cart-buttons {
    font-size: 14px;
    font-family: 'Courier-Bold', monospace;
}

.add-to-cart-btn{
    /* было: display: inline-flex; */
    display: flex;              /* или display: block; — тоже ок */
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 50px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-top:20px;
    cursor: pointer;
    transition: transform .15s ease-in-out, opacity .2s ease-in-out;
}

  .add-to-cart-btn:hover{
    transform: translateY(-1px);
    opacity: .9;
  }

  @media (max-width: 768px){
    .add-to-cart-btn{
      width: 90vw;                /* 90% ширины viewport'а */
      max-width: none;
    }
  }

.login {
    width: 400px;
    height: 600px;
    margin-top: 100px;
    border: 1px solid #00000036;
    border-radius: 10px;
}

.login-reg {
    width: 600px;
    height: 600px;
    margin-top: 100px;
    border: 1px solid #00000036;
    border-radius: 10px;
}

.login-title h2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 20px;
}

.form-style {
    width: 250px;
    margin-left: 40px;
}
.form-label {
    font-family: 'Courier-Bold', monospace;
}
.login-btn {
    display: flex;
    justify-content: center;
    width: 100px;
    height: 50px;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #00000034;
    margin-top: 20px;
    transition: all 0.5s ease;
    font-size:14px;
    color:#000;
}

.login-btn:hover {
    border: 1px solid #000000;
}

.reset-pass {
    margin-left: 40px;
    margin-top: 200px;
}

.form-stylereg {
    width: 250px;
    margin-left: 20px;
}

.form-styleprofile {
    width: 250px;
}

.profile {
    width: 570px;
    height: 870px;
    margin-top: 100px;
    border: 1px solid #00000036;
    border-radius: 10px;
    background-image: url(../img/logo2.png);
    background-repeat: round;
    background-position-x: 80px;
}

.box2 {
    margin-top: 212px;
    margin-left: 20px;
}

.box22 {
    margin-left: 20px;
}

.profile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 50px;
    border: 1px solid #00000034;
    border-radius: 5px;
    margin: 0;
    transition: all 0.5s ease;
    background-color: #fff;
    color:#000;
}

.profile-btn:hover {
    border: 1px solid #000000;
}

.checkout {
    margin-left: 20px;
    margin-top: 125px;
    width: 600px;
}

.checkk {
    margin-top: 30px;
    margin-left: 150px;
    width: 200px;
    height: 80px;
}


.forcreate {
    display:flex;
}

.order-form input {
    border-radius: 5px;
    width: 250px;
    height: 38px;
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #00000046;
}

.order-form input[type="submit"] {
    -webkit-appearance: none;
    appearance: none;
    font-family: 'Courier-Bold', monospace;
    color: #000;
    background: #fff;
    border: 1px solid #00000034;
    border-radius: 5px;
    width: 180px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color .3s;
  }
  .order-form input[type="submit"]:hover {
    border-color: #000;
  }

.order-form {
    display: flex;
    flex-direction: column;
}
.cart-discount {
    flex-direction: column-reverse;
}
.order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    border: 1px solid #00000034;
    border-radius: 5px;
    margin: 0;
    transition: all 0.5s ease;
    background-color: #fff;
}

.order-btn:hover {
    border: 1px solid #000000;
}

.paynow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 50px;
    border: 1px solid #00000034;
    border-radius: 5px;
    transition: all 0.5s ease;
    background-color: #fff;
}

.paynow:hover {
    border: 1px solid #000000;
}

.pay-title {
    margin-top: 20px;
    margin-left: 20px;
}

.pay-card {
    width: 700px;
    margin-top: 40px;
    margin-left: 20px;
}

.payform {
    position: fixed;
    top: 75%;
}

.castle {
    position: absolute;
    width: 450px;
    height: 650px;
    left: 37%;
    top: 15%;
}

.castlep {
    position: absolute;
    width: 450px;
    height: 650px;
    left: 48%;
    top: 15%;
}

.logopay {
    position: absolute;
    width: 500px;
    height: 600px;
    left: 45%;
    top:15%;
}

.vl {
    position: absolute;
    width: 1px;
    height: 500px;
    background-color: #000;
    left: 32%;
    top: 25%;   
    opacity: 0.2;
}

.orderss {
    margin-left: 70px;
    width: 520px;
    max-height: 52vh; 
    overflow-y: auto;
}

.order-cart {
    width: 500px;
    border: 1px solid #00000034;
    border-radius: 5px;
    background-color: #fff;
    margin: 0;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.order-cart:hover {
    border: 1px solid #000000;
}
.cart-empty {
    height: 100%;
    width: 100%;
}

.cart-empty.unactive {
    display: none;
}

.items-loader-checkout {
    width: 100%;
    height: 100%;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.items-loader {
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.overlay_payment {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.705);
    z-index: 998;
    transition: all 0.3s ease;
}

.overlay_payment.active {
    display: flex;
    justify-content: center;
    align-items: center;
}


.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #000;
    animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

#cart-cont {
    height: 100%;
    width: 100%;
    display: none;
}

.cont-form {
    height: auto;
    width: 100%;
      display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid #bbbbbb7a;
    padding: 15px 0px 0px 0px;
    margin-bottom: 100px;
}

.cont-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.cont-loader-cart-checkout {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.cont-loader-cart {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
.card-cart-checkout{
  width:min(320px, 92vw);
  display: flex;
  gap: 5px;
}
.ccs-skelCard{
  width:min(320px, 92vw);
  display: flex;
  gap: 15px;
  padding:18px 0px;
}
.img-loader-cart-checkout {
  display: flex;
}
.img-loader-cart-checkout div {
    width: 55px;
    position: relative;
    padding: 5px;
    height: 55px;
    background: grey;
    border-radius: 30%;
  background:
    linear-gradient(135deg,
      rgba(0,0,0,.06) 0%,
      rgba(0,0,0,.10) 40%,
      rgba(0,0,0,.05) 55%,
      rgba(0,0,0,.06) 100%);
  background-size: 260% 100%;
  animation: ccsSkel 1.35s ease-in-out infinite;
}
.img-loader-cart {
  display: flex;
}
.img-loader-cart div {
    width: 55px;
    position: relative;
    padding: 5px;
    height: 55px;
    background: grey;
    border-radius: 30%;
  background:
    linear-gradient(135deg,
      rgba(0,0,0,.06) 0%,
      rgba(0,0,0,.10) 40%,
      rgba(0,0,0,.05) 55%,
      rgba(0,0,0,.06) 100%);
  background-size: 260% 100%;
  animation: ccsSkel 1.35s ease-in-out infinite;
}

.ccs-skelLine{
  height:18px;
  border-radius:999px;
  background:
    linear-gradient(135deg,
      rgba(0,0,0,.06) 0%,
      rgba(0,0,0,.10) 40%,
      rgba(0,0,0,.05) 55%,
      rgba(0,0,0,.06) 100%);
  background-size: 260% 100%;
  animation: ccsSkel 1.35s ease-in-out infinite;
}

.ccs-w23{
  height: 40px;
  width: 100%; 
}
.ccs-w80{ width:40%; }
.ccs-w75{ width:50%; }
.ccs-w125 {
  height: 45px;
  width:30%;
 }
.ccs-w11{ width:70%; }
.ccs-w15{ width:20%; }
.ccs-w16{ width:35%; }
.ccs-w90{ width:90%; }
.ccs-w25{
  height: 40px;
  width: 40%; 
}

@keyframes ccsSkel{
  0%{ background-position: 0% 50%; opacity:.75; }
  50%{ opacity:1; }
  100%{ background-position: 260% 50%; opacity:.75; }
}

.error_cont {
    padding: 0px 15px;
}

.error_cont h5:first-child {
    font-family: Courier-Bold, monospace;
    font-size: 90px;
}

.error_cont h5:last-child {
    font-size: 45px;
    font-weight: 100;
}


.order-desc {
    margin-top: 5px;
    margin-left: 10px;
}

#loader-cart {
    width: 100%;
    height: 100%;
}

.checkout-cart-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-top: 1px solid #bbbbbb7a;
    padding: 15px 0px 0px 0px;
    margin-bottom: 65px;
}

.general-info-section-cart {
    display: flex;
    justify-content: space-between;
}

.checkout-cart-section p {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.general-info-section-cart p {
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.general-info-section-cart h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
}

.button-checkout-cart {
    background: black;
    color: white;
    border-radius: 7px;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: all .1s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    justify-content: center;
    height: 20px;
    font-size: 18px;
    align-items: center;
}

.button-checkout-cart:hover {
    background: rgb(49, 49, 49);
    color: white;
}

.wrapper-login {
    height: 870px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 99%;
}

.window-login {
    width: 300px;
    padding: 25px 25px 25px 25px;
    /* border: 1px solid #e8e8e8; */
    border-radius: 30px;
    /* box-shadow: 0px 0px 35px 3px rgba(0, 0, 0, 0.04); */
}

.form-login {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-login h5 {
    font-size: 30px;
    font-family: 'Courier-Bold', monospace;
}

.button-checkout-cart:active {
    background: white;
    color: black;
}
.button-back {
    background: black;
    color: white;
    border-radius: 7px;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: all .1s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: flex;
    justify-content: center;
    height: 20px;
    width: 250px;
    font-size: 18px;
    align-items: center;
}

.button-back:hover {
    background: rgb(49, 49, 49);
    color: white;
}

.button-back:active {
    background: white;
    color: black;
}

.orders h2 {
    font-family: 'Courier-Bold', monospace;
    margin-left: 60px;
}

.dadad {
    font-family: "Carrois Gothic", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.orders-carts {
    margin-left: 10px;
    margin-top: 10px;
}

.image-nav {
    position: absolute;
    top: 50%;
    left: -70px;
    width: 100%;
    text-align: center;
}

.prev-btn, .next-btn {
    color: #000;
    background-color: transparent;
    border: none;
    padding: 10px 20px;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.next-btn:hover {
    background-color: #00000013;
}

.prev-btn:hover {
    background-color: #00000013;
}

.prev-btn {
    position: absolute;
    left: 190px;
}

.next-btn {
    position: absolute;
    left: 41%;
}

.notorders {
    margin-left: 70px;
    margin-top: 20px;
}

.mainvl {
    position: absolute;
    height: 650px;
    width: 1px;
    background-color: #000;
    opacity: 0.2;
    left: 18%;
    top: 23%;
}

.regform button {
    margin-left: 20px;
    margin-top: 30px;
}
.orders_h1 {
    font-family: 'Courier-Bold', monospace;
    font-size:26px;
}
.oformit {
    font-family: 'Courier-Bold', monospace;
}

.button-section-cart {
    height: 40%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clickable-button-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.09);
    width: 250px;
    height: 50px;
    border-radius: 35px;
    font-size: 20px;
    color: black;
    cursor: pointer;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.clickable-button-cart:hover {
    background: rgba(155, 155, 155, 0.205);
    /* box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset; */
    box-shadow: 2px 2px 1px 0 #ffffff2a inset, -1px -1px 1px 1px #ffffff41 inset;
}

.page-details {
    padding: 0px 412px;
}

.content_page {
    display: flex;
}

.content_payment {
    display: flex;
}

.photos-product {
    width: 60%;
    height: 100%;
    padding: 0px 40px 0px 0px;
}

.info-about-product {
    width: 40%;
    padding: 40px 0px 0px 40px;
}

.content-about-product {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title-info-product h5:nth-child(1) {
    font-size: 35px;
}

.price-info-product h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
    font-size: 25px;
}

.size-section-info-product {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.size-section-info-product h5 {
    font-weight: 100;
    font-size: 16px;
}

.size-container {
    display: flex;
    gap: 10px;
}

.select-size-info-product {
    width: 40px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2px 5px;
    cursor: pointer;
    background: white;
    color: #828282;
    border: 1px solid #828282;
}

.size-section-info-product button {
    width: 100%;
    background: black;
    color: white;
    border-radius: 7px;
    padding: 10px;
    border: none;
    cursor: pointer;
    border: 1px solid black;
    transition: all 1.1s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.size-section-info-product button:hover {
    background: rgb(49, 49, 49);
    color: white;
}

.size-section-info-product button:active {
    background: white;
    color: black;
}

.desc-about-product-info p {
    font-size: 18px;
    /* font-family: 'Courier-Bold', monospace !important; */
}

.content-photos {
    height: 830px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.footer-main {
  width: 100%;
  background: #fff;
  padding: 40px 0 20px 0;
  border-top: 1px solid #eee;
}

@keyframes slideUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


.animate-slide-up {
    animation: slideUp 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

.section_info_cart {
    display: grid;
    gap: 10px
}

.footer-logo {
    right: 6px;
    bottom: 41px;
    position: relative;
    width: 114px;
    height: 76px;
}

.footer-container-main {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0px 57px;
}

.link-footer:hover {
    text-decoration: underline;
    color: #444444;
}

.footer-col-info {
    min-width: 160px;
    display: flex;
    gap: 12px;
    font-weight: 600;
}

.footer-col-info li {
    list-style: none;
    font-size: 13px;
    line-height: 2.16;
}

.footer-col-info li::before {
    content: '';
    display: inline-block;
    border-radius: 50%;
    background: #727272;
    height: 2px;
    width: 2px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.footer-col {
  min-width: 160px;
}

.footer-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}

.footer-col ul li a:hover {
  color: #888;
}

.footer-social {
  display: flex;
  flex-direction: column;
  align-items: end;
  min-width: 180px;
  gap: 10px;
}

.footer-social a {
    font-size: 14px;
}

.footer-social-icons {
  display: flex;
  gap: 15px;
}

.footer-social-icons img {
  width: 28px;
  height: 28px;
  filter: grayscale(1);
  transition: filter 0.2s;
}

.footer-social-icons img:hover {
  filter: grayscale(0);
}

.footer-logo img {
    width: 116px;
}

.footer-copy {
  font-size: 13px;
  color: #222;
  margin-top: 5px;
  text-align: center;
}

.section-city-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.section-place-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.section-comment-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.section-promocode-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.inp-checkout-section {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.section-fullname-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.section-email-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.section-phone-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.section-telegram-inp h5 {
    font-size: 18px;
    font-weight: 100;
}

.payment-tilte {
    font-size: 25px;
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
}

.content-block-for-payment {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 35px;
}

.content-block-info-for-payment {
    margin-top: 35px;
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.section-price-item-payment {
    display: flex;
    gap: 15px;
}

.promo-cont {
    width: 98%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.promo-overlay.active {
    opacity: 1;
    visibility: visible;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.13);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
}

.form-for-payment {
    width: 50%;
    padding: 0px 40px 27px 0px;
    border-right: 1px solid #cdcdcdcf;
}

.info-for-payment {
    width: 50%;
    padding: 0px 0px 0px 40px;
    position: sticky;
    top: 0;
    height: 510px;
}

.section-user-info-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-info-payment {
    width: 100%;
    height: 30px;
}

.button-form-payment {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid rgba(165, 165, 165, 0.48);
    padding: 15px 0px;
}

.form-buy-order {
    background: black;
    color: white;
    border-radius: 7px;
    padding: 10px;
    border: none;
    cursor: pointer;
    transition: all .1s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 102%;
}

.form-buy-order:hover {
    background: rgb(49, 49, 49);
    color: white;
}

.form-buy-order:active {
    background: white;
    color: black;
}

.header-payment {
  height: 90px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0s, 0s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-between;
  padding: 0px 410px;
  border-bottom: 1px solid #cdcdcdcf;
}

.header-payment-cont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.header-payment-cont h1 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
    font-size: 40px;
}

.payment-items {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    border-bottom: 1px solid rgba(165, 165, 165, 0.48);
}

.loading-line {
    width: 150px;
    height: 70px;
    background: rgb(165, 165, 165);
    color: rgb(165, 165, 165);
    border-radius: 10px;
}

.loading-paragraph_one {
    width: 30%;
    height: 70px;
    background: rgb(165, 165, 165);
    color: rgb(165, 165, 165);
    border-radius: 10px;
}

.loading-paragraph_two {
    width: 45%;
    height: 70px;
    background: rgb(165, 165, 165);
    color: rgb(165, 165, 165);
    border-radius: 10px;
}

.count-items-cart-payment {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
}

.count-items-cart-payment h5 {
    font-size: 15px;
}

.cart-svg-payment {
    transition: all 0.7s ease;
    display: flex;
    align-items: center;
}

.cart-svg-payment svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.cart-svg {
    transition: all 0.7s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart-svg svg {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.header-payment img {
    width: 90px;
    transition: all 0.7s ease;
}

.section_submit_form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section_submit_form h5 {
    font-weight: 100;
    font-size: 18px;
    font-family: 'Courier-Bold', monospace;
    color: #535353b2;
    cursor: pointer;
}

.section_submit_form h5:hover {
    text-decoration: underline;
    color: #444444;
}

.section_submit_form button {
    background: black;
    color: white;
    border-radius: 7px;
    border: none;
    cursor: pointer;
    transition: all .1s cubic-bezier(0.075, 0.82, 0.165, 1);
    height: 40px;
    width: 100%;
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
}

.section_submit_form button:hover {
    background: rgb(49, 49, 49);
    color: white;
}

.section_submit_form button:active {
    background: white;
    color: black;
}

input {
    height: 40px;
    width: 98%;
    border: 1px solid rgba(165, 165, 165, 0.48);
    border-radius: 5px;
    outline: none;
}

.size-product-cart {
    display: flex;
    gap: 3px;
}

.info-prices {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.info-prices-loader-checkout {
    gap: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    border-top: 1px solid #cdcdcdcf;
}

.info-prices p {
    padding: 0;
    margin: 0;
    font-size: 20px;
}

.section-summ-form {
    display: flex;
    justify-content: space-between;
}

.section-summ-form h5:last-child {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
}

.select-box {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 101%;
}

.select-box h5 {
    font-size: 18px;
    font-weight: 100;
}

.select-box input {
    width: 100%;
    font-size: 18px;
    border: .1rem solid transparent;
    font-weight: 100;
    outline: none;
}

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.selected-option {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(165, 165, 165, 0.48);
    border-radius: 5px;
    height: 41px;
}

.selected-option div{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    margin-left: 10px;
    cursor: pointer;
}

.selected-option div svg {
    margin-right: 5px;
    width: 0.5em;
    height: 0.5em;
}

.selected-option div.active::after{
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid rgba(165, 165, 165, 0.48);
    border-radius: 5px;
    top: 85px;
    display: none;
    height: 161px;
    overflow: hidden;
}

.select-box .options.active {
    display: block;
}

input.search-box {
    background-color: var(--primary);
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    font-weight: 100;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
    margin: 0;
    padding: 0;
    height: 100%;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 0.3rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-box ol li div svg {
    width: 0.5rem;
    height: 0.5rem;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
    font-size: 15px;
}

list-orders {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-item-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.order-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #cdcdcdcf;
    padding: 30px 50px;
    border-radius: 25px;
}

.section-extra-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 12px;
    margin-bottom: 10px;
}

.section-status-order {
    display: flex;
    gap: 15px;
    align-items: center;
}

.ccs-skelLine-order {
    border-radius: 25px;
    background: linear-gradient(135deg, rgba(0,0,0,.06) 0%, rgba(0,0,0,.10) 40%, rgba(0,0,0,.05) 55%, rgba(0,0,0,.06) 100%);
    background-size: 260% 100%;
    animation: ccsSkel 1.35s ease-in-out infinite;
}

.ccs-w225 {
    width: 100%;
    height: 300px;
}

.page-preloader {

}

.preloader-wrapper {
    width: 100%;
}

.preloader-cont {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.status-order.active {
    background: black;
    color: white;
}
.status-order {
    background: #e1e1e1;
    padding: 1px 15px;
    border-radius: 5px;
}

.section-extra-info div h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
    font-size: 20px;
}

.section-extra-info div:last-child h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
    font-size: 20px;
}

.order-info-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0px 30px 0px;
}

.section-extra-info-address {
    display: flex;
    justify-content: space-between;
    padding: 0px 12px;
}

.address-order h5 {
    color: #797979;
    font-size: 20px;
    font-weight: 100;
}


.order-month {
    font-size: 30px;
    font-weight: 100;
}

/* .order-info > div + div {
  border-bottom: 1px solid #cdcdcdcf;
} */

.order-info > div {
  border-bottom: 1px solid #cdcdcdcf;
}

.order-info > div:nth-last-child(1) {
  border-bottom: none;
}

.order-info > div:last-child {
  border-bottom: none;
}

.main-info-order {
    display: flex;
    gap: 10px;
}

/* .orders-wrapper {
    padding: 15px 100px;
    height: 100%;
} */

.orders-wrapper {
    padding: 55px 250px;
    height: 100%;
    margin-bottom: 100px;
}
.order-title {
    font-size: 40px;
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-main-info-order {
    display: flex;
    gap: 5px;
}

.order-item-img {
    position: relative;
}

.order-item-img img {
    width: 100px;
}

.order-item-info {
    display: flex;
    flex-direction: column;
}

.order-item-info h5 {
    font-size: 30px;
}

.order-item-info h5:last-child {
    font-size: 20px;
    color: #797979;
}

/* Медиа-запросы от большего к меньшему */
@media (min-width: 1441px) and (max-width: 1740px) {
    .main {
        margin-left: none;
    }
    .llist {
        display:unset;
        margin-left:none;
    }
}

@media (min-width: 1025px) and (max-width: 1440px) {
    .chart-container h5 {
        font-size: 15px;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .footer-container-main {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .prev-btn {
        display: none;
    }
    .home-cardss {
        flex-wrap: wrap;
        justify-content: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
    .home-cardss {
        margin-bottom: 50px;
    }
    .llist {
        display:flex;
        margin: 0;
        overflow-x: hidden;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 25px;
    }
    /* .home-card {
        width: 250px;
        height: 398px;
    } */
    .price, .line {
        font-size: 20px;
    }
    .main {
        width: 800px;
        margin-left: 0px;
    }
    .mainvl {
        display: none;
    }
    .sidebar {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .grobb {
        display: none;
    }
    .pagination {
        margin-top: 30px;
        position: unset;
    }
}

@media (min-width: 770px) {
    .chart-container h5 {
        font-size: 15px;
    }
    .footer {
        display: none;
    }
    .cart-quantity {
        margin-top: -10px;
    }
}

.selected-option div {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .banner-container {
        height: 632px;
    }
    .banner-image {
        max-height: 500px;
    }
    .preloader_main video {
        width: 60%;
        height: 40%;
    }
    .chart-container h5 {
        font-size: 15px;
    }
    .footer-container-main {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .image-nav {
        display: none;
    }
    .home-cardss {
        flex-wrap: wrap;
        justify-content: center;
    }
    .grob {
        margin-top: 6px;
    }
    .grobb {
        display: none;
    }
    
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .title-cat {
        font-size: 25px;
    }
    .llist {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    svg.iconify {
        width: 20px;
        height: 20px;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }
    /* .home-card {
        width: 230px;
        height: 360px;
    } */
    .title-card {
        font-size: 18px;
    }
    .price, .line {
        font-size: 18px;
    }
    .mainvl {
        display: none;
    }
    .main {
        width: 500px;
        margin: 0;
    }
    .sidebar {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .pagination {
        position: unset;
    }
    .cart-discount {
        flex-direction: column-reverse;
        margin-top: -10px;
    }
    .price {
        margin: 0px;
    }
    .chart-div {
        width: 340px;
    }
    .orders_h1 {
        font-size:20px;
    }
    .swiper {
        display: block;
    }
    .header {
        width: 100%;
        right: 0;
    }
    .cart-header {
        display:flex;
        margin-top:15px;
        margin-right:25px
    }
    .grob {
        width: 30px !important;
        height: 30px !important;
    }
    .orders_username {
        font-family: 'Courier-Bold', monospace;
        font-size:20px;
        margin-bottom:70px;
    }
    .login {
        border: none;
    }
    .photos-product {
        display: none;
    }
    .order-item-info h5 {
        font-size: 22px;
    }
    .orders-wrapper {
        padding: 40px 15px;
    }
    .order-info {
        padding: 20px 30px;
    }
    .order-item-list {
        gap: 7px;
    }
    .address-order h5 {
        font-size: 15px;
    }
    .section-extra-info div h5, .section-extra-info div:last-child h5 {
        font-size: 15px;
    }
    .order-item-img img {
        width: 80px;
    }
    .order-title {
        font-size: 25px;
    }
    .order-month {
        font-size: 22px;
    }
    .swiper {
        display: block;
    }
    .socialnetphone {
        display:none;
    }
    .socialnetphonee {
        display:flex;
    }
    .grobb_phonee {
        display:flex;   
    }
    .login-reg {
        width: auto;
        height: auto;
        border: none;
        margin-bottom: 50px;
    }
    .page-details {
        padding: 0;
    }
    .info-about-product {
        width: auto;
        padding: 0px 15px;
    }
    .footer-logo img {
        width: 125px;
    }
    .content_page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_payment {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0px 15px;
    }
    
    .form-for-payment {
        border: none;
        padding: 0;
        width: 100%;
    }
    .info-for-payment {
        border: none;
        position: initial;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .title-card {
        font-size: 16px;
    }
    .windowp {
        width: auto;
        height: auto;
        border: none;
        flex-direction: column;
        margin-top: 50px;
        padding: unset !important;
    }
    .orders h2 {
        margin-bottom: 50px !important;
        margin-top: 50px;
        margin-left: 0px;
    }
    .box2 {
        margin: 0;
        padding: 0;
    }
    .btns {
        margin-top: 0;
    }
    .orders {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .orderss {
        margin: 0;
        width: auto;
        max-height: auto !important;
        overflow-y: auto;
    }
    .box1 {
        display: flex;
        flex-direction: column;
    }
    .cartochka {
        flex-direction: column;
    }
    .order-cart {
        width: auto;
    }
    .button-back {
        width: 185px;
        height: 30px;
    }
    .forcreate {
        flex-direction: column;
    }
    .profile {
        width: auto;
    }
    .checkout {
        width: auto;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        backdrop-filter: blur(10px);
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .footer-container {
        margin-top:20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav {
        display: none;
    }
    .prof {
        display: none;
    }
    .detail-img {
        display: flex;
    }
    .image-nav {
        display: none;
    }
    .detail-image {
        width: 350px;
        height: 400px;
    }
    .qform {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    .header-container {
        align-items: center;
        justify-content: right;
    }
    .footer-container {
        align-items: center;
    }
    .header-profile {
        margin-left: 65px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-list {
        flex-direction: column;
        gap: 10px;
    }
    .footer-list {
        justify-content: center;
        gap: 10px;
    }
    .home-cardss {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .detail-description {
        margin-left: 0;
        text-align: center;
    }
    .sidebar {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main {
        max-width: 414px;
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin-bottom: 15px;
    }
    .home {
        font-size: 30px;
    }
    .grobb {
        display: none;
    }
    .header {
        height: 65px;
        width: 100%;
        right: 0;
    }
    .container {
        font-size: 16px;
    }
    .home-btn {
        font-size: 16px;
    }
    .rec-title span {
        font-size: 20px;
    }
    .price {
        font-size: 16px;
    }
    .cart-discount {
        font-size: 16px;
        flex-direction: column-reverse;
    }
    .home-title {
        margin-top: 50px;
    }
    .mainvl {
        display: none;
    }
    .header-cart {
        top: 15px;
    }
    .pagination {
        position: unset;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .llist {
        display:flex;
        margin: 0 auto;
        width: auto;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .main-title {
        justify-content: center;
        font-size: 28px;
        text-align: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }
    /* .home-card {
        width: 80%;
    } */
    .price, .line {
        font-size: 16px;
    }
    .pagination {
        gap: 10px;
    }
    .pagination li a {
        font-size: 16px;
        padding: 8px 12px;
    }
}

.swiper {
    display: none;
    width: 100%;
    max-width: 500px;
    height: auto;
    position: relative;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

@media (max-width: 768px) {
    .grob {
        margin-top: 6px;
    }
    .banner-container {
        height: 632px;
    }
    .banner-image {
        max-height: 500px;
    }
    .preloader_main video {
        width: 60%;
        height: 40%;
    }
    .chart-container h5 {
        font-size: 15px;
    }
    .footer-container-main {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .chart-div {
        width: 340px;
    }
    .header .burger-container {
        width: 80px;
    }
    .orders_h1 {
        font-size:20px;
    }
    .swiper {
        display: block;
    }
    .cart-header {
        display:flex;
        margin-top:15px;
        margin-right:25px
    }
    .grob {
        width: 30px !important;
        height: 30px !important;
    }
    .orders_username {
        font-family: 'Courier-Bold', monospace;
        font-size:20px;
        margin-bottom:70px;
    }
    .login {
        border: none;
    }
    .photos-product {
        display: none;
    }
    .order-item-info h5 {
        font-size: 22px;
    }
    .orders-wrapper {
        padding: 40px 15px;
    }
    .order-info {
        padding: 20px 30px;
    }
    .order-item-list {
        gap: 7px;
    }
    .address-order h5 {
        font-size: 15px;
    }
    .section-extra-info div h5, .section-extra-info div:last-child h5 {
        font-size: 15px;
    }
    .order-item-img img {
        width: 80px;
    }
    .order-title {
        font-size: 25px;
    }
    .order-month {
        font-size: 22px;
    }
    .swiper {
        display: block;
    }
    .socialnetphone {
        display:none;
    }
    .socialnetphonee {
        display:flex;
    }
    .grobb_phonee {
        display:flex;   
    }
    .login-reg {
        width: auto;
        height: auto;
        border: none;
        margin-bottom: 50px;
    }
    .page-details {
        padding: 0;
    }
    .info-about-product {
        width: auto;
        padding: 0px 15px
    }
    .footer-logo img {
        width: 125px;
    }
    .content_page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_payment {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0px 15px;
    }
    
    .form-for-payment {
        border: none;
        padding: 0;
        width: 100%;
    }
    .info-for-payment {
        border: none;
        position: initial;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .title-card {
        font-size: 16px;
    }
    .windowp {
        width: auto;
        height: auto;
        border: none;
        flex-direction: column;
        margin-top: 50px;
        padding: unset !important;
    }
    .orders h2 {
        margin-bottom: 50px !important;
        margin-top: 50px;
        margin-left: 0px;
    }
    .box2 {
        margin: 0;
        padding: 0;
    }
    .btns {
        margin-top: 0;
    }
    .orders {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .orderss {
        margin: 0;
        width: auto;
        max-height: auto !important;
        overflow-y: auto;
    }
    .box1 {
        display: flex;
        flex-direction: column;
    }
    .cartochka {
        flex-direction: column;
    }
    .order-cart {
        width: auto;
    }
    .button-back {
        width: 185px;
        height: 30px;
    }
    .forcreate {
        flex-direction: column;
    }
    .profile {
        width: auto;
    }
    .checkout {
        width: auto;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        backdrop-filter: blur(10px);
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .footer-container {
        margin-top:20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav {
        display: none;
    }
    .prof {
        display: none;
    }
    .detail-img {
        display: flex;
    }
    .image-nav {
        display: none;
    }
    .detail-image {
        width: 350px;
        height: 400px;
    }
    .qform {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    .header-container {
        align-items: center;
        justify-content: right;
    }
    .footer-container {
        align-items: center;
    }
    .header-profile {
        margin-left: 65px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-list {
        flex-direction: column;
        gap: 10px;
    }
    .footer-list {
        justify-content: center;
        gap: 10px;
    }
    .home-cardss {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .detail-description {
        margin-left: 0;
        text-align: center;
    }
    .sidebar {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main {
        max-width: 414px;
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin-bottom: 15px;
    }
    .home {
        font-size: 30px;
    }
    .grobb {
        display: none;
    }
    .header {
        height: 65px;
        width: 100%;
        right: 0;
    }
    .container {
        font-size: 16px;
    }
    .home-btn {
        font-size: 16px;
    }
    .rec-title span {
        font-size: 20px;
    }
    .price {
        font-size: 16px;
    }
    .cart-discount {
        font-size: 16px;
        flex-direction: column-reverse;
    }
    .home-title {
        margin-top: 50px;
    }
    .mainvl {
        display: none;
    }
    .header-cart {
        top: 15px;
    }
    .pagination {
        position: unset;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .llist {
        display:flex;
        margin: 0 auto;
        width: auto;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .main-title {
        justify-content: center;
        font-size: 28px;
        text-align: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }
    /* .home-card {
        width: 80%;
    } */
    .price, .line {
        font-size: 16px;
    }
    .pagination {
        gap: 10px;
    }
    .pagination li a {
        font-size: 16px;
        padding: 8px 12px;
    }
}

@media (max-width: 900px) {
    .grob {
        margin-top: 6px;
    }
    .banner-container {
        height: 632px;
    }
    .banner-image {
        max-height: 500px;
    }
    .preloader_main video {
        width: 60%;
        height: 40%;
    }
    .chart-container h5 {
        font-size: 15px;
    }
    .footer-container-main {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .header .burger-container {
        width: 80px;
    }
    .chart-div {
        width: 340px;
    }
    .orders_h1 {
        font-size:20px;
    }
    .swiper {
        display: block;
    }
    .cart-header {
        display:flex;
        margin-top:15px;
        margin-right:25px
    }
    .grob {
        width: 30px !important;
        height: 30px !important;
    }
    .orders_username {
        font-family: 'Courier-Bold', monospace;
        font-size:20px;
        margin-bottom:70px;
    }
    .login {
        border: none;
    }
    .photos-product {
        display: none;
    }
    .order-item-info h5 {
        font-size: 22px;
    }
    .orders-wrapper {
        padding: 40px 15px;
    }
    .order-info {
        padding: 20px 30px;
    }
    .order-item-list {
        gap: 7px;
    }
    .address-order h5 {
        font-size: 15px;
    }
    .section-extra-info div h5, .section-extra-info div:last-child h5 {
        font-size: 15px;
    }
    .order-item-img img {
        width: 80px;
    }
    .order-title {
        font-size: 25px;
    }
    .order-month {
        font-size: 22px;
    }
    .swiper {
        display: block;
    }
    .socialnetphone {
        display:none;
    }
    .socialnetphonee {
        display:flex;
    }
    .grobb_phonee {
        display:flex;   
    }
    .login-reg {
        width: auto;
        height: auto;
        border: none;
        margin-bottom: 50px;
    }
    .page-details {
        padding: 0;
    }
    .info-about-product {
        width: auto;
        padding: 0px 15px
    }
    .footer-logo img {
        width: 125px;
    }
    .content_page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_payment {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0px 15px;
    }
    
    .form-for-payment {
        border: none;
        padding: 0;
        width: 100%;
    }
    .info-for-payment {
        border: none;
        position: initial;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .title-card {
        font-size: 16px;
    }
    .windowp {
        width: auto;
        height: auto;
        border: none;
        flex-direction: column;
        margin-top: 50px;
        padding: unset !important;
    }
    .orders h2 {
        margin-bottom: 50px !important;
        margin-top: 50px;
        margin-left: 0px;
    }
    .box2 {
        margin: 0;
        padding: 0;
    }
    .btns {
        margin-top: 0;
    }
    .orders {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .orderss {
        margin: 0;
        width: auto;
        max-height: auto !important;
        overflow-y: auto;
    }
    .box1 {
        display: flex;
        flex-direction: column;
    }
    .cartochka {
        flex-direction: column;
    }
    .order-cart {
        width: auto;
    }
    .button-back {
        width: 185px;
        height: 30px;
    }
    .forcreate {
        flex-direction: column;
    }
    .profile {
        width: auto;
    }
    .checkout {
        width: auto;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        backdrop-filter: blur(10px);
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .footer-container {
        margin-top:20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav {
        display: none;
    }
    .prof {
        display: none;
    }
    .detail-img {
        display: flex;
    }
    .image-nav {
        display: none;
    }
    .detail-image {
        width: 350px;
        height: 400px;
    }
    .qform {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    .header-container {
        align-items: center;
        justify-content: right;
    }
    .footer-container {
        align-items: center;
    }
    .header-profile {
        margin-left: 65px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-list {
        flex-direction: column;
        gap: 10px;
    }
    .footer-list {
        justify-content: center;
        gap: 10px;
    }
    .home-cardss {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .detail-description {
        margin-left: 0;
        text-align: center;
    }
    .sidebar {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main {
        max-width: 414px;
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin-bottom: 15px;
    }
    .home {
        font-size: 30px;
    }
    .grobb {
        display: none;
    }
    .header {
        height: 65px;
        width: 100%;
        right: 0;
    }
    .container {
        font-size: 16px;
    }
    .home-btn {
        font-size: 16px;
    }
    .rec-title span {
        font-size: 20px;
    }
    .price {
        font-size: 16px;
    }
    .cart-discount {
        font-size: 16px;
        flex-direction: column-reverse;
    }
    .home-title {
        margin-top: 50px;
    }
    .mainvl {
        display: none;
    }
    .header-cart {
        top: 15px;
    }
    .pagination {
        position: unset;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .llist {
        display:flex;
        margin: 0 auto;
        width: auto;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .main-title {
        justify-content: center;
        font-size: 28px;
        text-align: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }
    /* .home-card {
        width: 80%;
    } */
    .price, .line {
        font-size: 16px;
    }
    .pagination {
        gap: 10px;
    }
    .pagination li a {
        font-size: 16px;
        padding: 8px 12px;
    }
  .footer-container-main {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .footer-col {
    width: 100%;
    min-width: unset;
    align-items: center;
    text-align: center;
  }
  .footer-title {
    font-size: 18px;
  }
  .footer-logo img {
    width: 125px;
  }
}

.section-buttons-orders {
    display: flex;
    text-align: center;
}

.order_created {
    padding: 0px 15px;
    text-align: center;
}

.order_created h5 {
    font-size: 35px;
}

.order_created p {
    font-size: 30px;
}

.cont_order_create {
    margin-top: 25px;
}

.cont_order_create p {
    font-size: 30px;
    margin: 0;
}

.cont_order_create h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
    font-size: 30px;
}

@media (max-width: 600px) {
    .grob {
        margin-top: 6px;
    }
    .banner-container {
        height: 632px;
    }
    .banner-image {
        max-height: 500px;
    }
    .preloader_main video {
        width: 60%;
        height: 40%;
    }
    .chart-container h5 {
        font-size: 15px;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .header .burger-container {
        width: 80px;
    }
    .image-nav {
        display: none;
    }
    .home-cardss {
        flex-wrap: wrap;
        justify-content: center;
    }
    .grobb {
        display: none;
    }
    
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .title-cat {
        font-size: 25px;
    }
    .llist {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    svg.iconify {
        width: 20px;
        height: 20px;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }
    /* .home-card {
        width: 230px;
        height: 360px;
    } */
    .title-card {
        font-size: 18px;
    }
    .price, .line {
        font-size: 18px;
    }
    .mainvl {
        display: none;
    }
    .main {
        width: 500px;
        margin: 0;
    }
    .sidebar {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .pagination {
        position: unset;
    }
    .cart-discount {
        flex-direction: column-reverse;
        margin-top: -10px;
    }
    .price {
        margin: 0px;
    }
    .chart-div {
        width: 340px;
    }
    .orders_h1 {
        font-size:20px;
    }
    .swiper {
        display: block;
    }
    .header {
        width: 100%;
        right: 0;
    }
    .cart-header {
        display:flex;
        margin-top:15px;
        margin-right:25px
    }
    .grob {
        width: 30px !important;
        height: 30px !important;
    }
    .orders_username {
        font-family: 'Courier-Bold', monospace;
        font-size:20px;
        margin-bottom:70px;
    }
    .login {
        border: none;
    }
    .photos-product {
        display: none;
    }
    .order-item-info h5 {
        font-size: 22px;
    }
    .orders-wrapper {
        padding: 40px 15px;
    }
    .order-info {
        padding: 20px 30px;
    }
    .order-item-list {
        gap: 7px;
    }
    .address-order h5 {
        font-size: 15px;
    }
    .section-extra-info div h5, .section-extra-info div:last-child h5 {
        font-size: 15px;
    }
    .order-item-img img {
        width: 80px;
    }
    .order-title {
        font-size: 25px;
    }
    .order-month {
        font-size: 22px;
    }
    .swiper {
        display: block;
    }
    .socialnetphone {
        display:none;
    }
    .socialnetphonee {
        display:flex;
    }
    .grobb_phonee {
        display:flex;   
    }
    .login-reg {
        width: auto;
        height: auto;
        border: none;
        margin-bottom: 50px;
    }
    .page-details {
        padding: 0;
    }
    .info-about-product {
        width: auto;
        padding: 0px 15px
    }
    .footer-logo img {
        width: 125px;
    }
    .content_page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_payment {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0px 15px;
    }
    
    .form-for-payment {
        border: none;
        padding: 0;
        width: 100%;
    }
    .info-for-payment {
        border: none;
        position: initial;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .title-card {
        font-size: 16px;
    }
    .windowp {
        width: auto;
        height: auto;
        border: none;
        flex-direction: column;
        margin-top: 50px;
        padding: unset !important;
    }
    .orders h2 {
        margin-bottom: 50px !important;
        margin-top: 50px;
        margin-left: 0px;
    }
    .box2 {
        margin: 0;
        padding: 0;
    }
    .btns {
        margin-top: 0;
    }
    .orders {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .orderss {
        margin: 0;
        width: auto;
        max-height: auto !important;
        overflow-y: auto;
    }
    .box1 {
        display: flex;
        flex-direction: column;
    }
    .cartochka {
        flex-direction: column;
    }
    .order-cart {
        width: auto;
    }
    .button-back {
        width: 185px;
        height: 30px;
    }
    .forcreate {
        flex-direction: column;
    }
    .profile {
        width: auto;
    }
    .checkout {
        width: auto;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        backdrop-filter: blur(10px);
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .footer-container {
        margin-top:20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav {
        display: none;
    }
    .prof {
        display: none;
    }
    .detail-img {
        display: flex;
    }
    .image-nav {
        display: none;
    }
    .detail-image {
        width: 350px;
        height: 400px;
    }
    .qform {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    .header-container {
        align-items: center;
        justify-content: right;
    }
    .footer-container {
        align-items: center;
    }
    .header-profile {
        margin-left: 65px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-list {
        flex-direction: column;
        gap: 10px;
    }
    .footer-list {
        justify-content: center;
        gap: 10px;
    }
    .home-cardss {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .detail-description {
        margin-left: 0;
        text-align: center;
    }
    .sidebar {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main {
        max-width: 414px;
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin-bottom: 15px;
    }
    .home {
        font-size: 30px;
    }
    .grobb {
        display: none;
    }
    .header {
        height: 65px;
        width: 100%;
        right: 0;
    }
    .container {
        font-size: 16px;
    }
    .home-btn {
        font-size: 16px;
    }
    .rec-title span {
        font-size: 20px;
    }
    .price {
        font-size: 16px;
    }
    .cart-discount {
        font-size: 16px;
        flex-direction: column-reverse;
    }
    .home-title {
        margin-top: 50px;
    }
    .mainvl {
        display: none;
    }
    .header-cart {
        top: 15px;
    }
    .pagination {
        position: unset;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .llist {
        display:flex;
        margin: 0 auto;
        width: auto;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .main-title {
        justify-content: center;
        font-size: 28px;
        text-align: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }
    /* .home-card {
        width: 80%;
    } */
    .price, .line {
        font-size: 16px;
    }
    .pagination {
        gap: 10px;
    }
    .pagination li a {
        font-size: 16px;
        padding: 8px 12px;
    }
  .footer-container-main {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .footer-col {
    width: 100%;
    min-width: unset;
    align-items: center;
    text-align: center;
  }
  .footer-title {
    font-size: 18px;
  }
  .footer-logo img {
    width: 125px;
  }
}

/*@media (max-width: 470px) {*/
/*    .header-profile {*/
/*        margin-left: 80px;*/
/*    }*/
/*}*/

/*@media (max-width: 450px) {*/
/*    .header-profile {*/
/*        margin-left: 70px;*/
/*    }*/
/*}*/

/*@media (max-width: 420px) {*/
/*    .header-profile {*/
/*        margin-left: 60px;*/
/*    }*/
/*}*/


@media (max-width: 414px) {
    .grob {
        margin-top: 6px;
    }
    .banner-container {
        height: 632px;
    }
    .banner-image {
        max-height: 500px;
    }
    .preloader_main video {
        width: 55%;
        height: 40%;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .image-nav {
        display: none;
    }
    .header .burger-container {
        width: 80px;
    }
    .home-cardss {
        flex-wrap: wrap;
        justify-content: center;
    }
    .grobb {
        display: none;
    }
    
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
    .title-cat {
        font-size: 25px;
    }
    .llist {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    svg.iconify {
        width: 20px;
        height: 20px;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }
    /* .home-card {
        width: 230px;
        height: 360px;
    } */
    .title-card {
        font-size: 18px;
    }
    .price, .line {
        font-size: 18px;
    }
    .mainvl {
        display: none;
    }
    .main {
        width: 500px;
        margin: 0;
    }
    .sidebar {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
    .pagination {
        position: unset;
    }
    .cart-discount {
        flex-direction: column-reverse;
        margin-top: -10px;
    }
    .price {
        margin: 0px;
    }
    .chart-div {
        width: 340px;
    }
    .orders_h1 {
        font-size:20px;
    }
    .swiper {
        display: block;
    }
    .header {
        width: 100%;
        right: 0;
    }
    .cart-header {
        display:flex;
        margin-top:15px;
        margin-right:25px
    }
    .grob {
        width: 30px !important;
        height: 30px !important;
    }
    .orders_username {
        font-family: 'Courier-Bold', monospace;
        font-size:20px;
        margin-bottom:70px;
    }
    .login {
        border: none;
    }
    .photos-product {
        display: none;
    }
    .order-item-info h5 {
        font-size: 22px;
    }
    .status-order {
        padding: 1px 5px;
    }
    .orders-wrapper {
        padding: 40px 15px;
    }
    .section-status-order {
        gap: 5px;
    }
    .order-info {
        padding: 10px 15px;
    }
    .order-item-list {
        gap: 7px;
    }
    .address-order h5 {
        font-size: 15px;
    }
    .section-extra-info div h5, .section-extra-info div:last-child h5 {
        font-size: 15px;
    }
    .order-item-img img {
        width: 80px;
    }
    .order-title {
        font-size: 25px;
    }
    .order-month {
        font-size: 22px;
    }
    .swiper {
        display: block;
    }
    .socialnetphone {
        display:none;
    }
    .socialnetphonee {
        display:flex;
    }
    .grobb_phonee {
        display:flex;   
    }
    .login-reg {
        width: auto;
        height: auto;
        border: none;
        margin-bottom: 50px;
    }
    .page-details {
        padding: 0;
    }
    .header ul.menu {
        padding: 0px 20px 0;
    }
    .info-about-product {
        width: auto;
        padding: 0px 15px
    }
    .footer-logo img {
        width: 125px;
    }
    .content_page {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .content_payment {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        padding: 0px 15px;
    }
    
    .form-for-payment {
        border: none;
        padding: 0;
        width: 100%;
    }
    .info-for-payment {
        border: none;
        position: initial;
        padding: 0;
        width: 100%;
        height: auto;
    }
    .title-card {
        font-size: 16px;
    }
    .windowp {
        width: auto;
        height: auto;
        border: none;
        flex-direction: column;
        margin-top: 50px;
        padding: unset !important;
    }
    .orders h2 {
        margin-bottom: 50px !important;
        margin-top: 50px;
        margin-left: 0px;
    }
    .box2 {
        margin: 0;
        padding: 0;
    }
    .btns {
        margin-top: 0;
    }
    .orders {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    .orderss {
        margin: 0;
        width: auto;
        max-height: auto !important;
        overflow-y: auto;
    }
    .box1 {
        display: flex;
        flex-direction: column;
    }
    .cartochka {
        flex-direction: column;
    }
    .order-cart {
        width: auto;
    }
    .button-back {
        width: 185px;
        height: 30px;
    }
    .forcreate {
        flex-direction: column;
    }
    .profile {
        width: auto;
    }
    .checkout {
        width: auto;
    }
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        backdrop-filter: blur(10px);
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }
    .footer-container {
        margin-top:20px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav {
        display: none;
    }
    .prof {
        display: none;
    }
    .detail-img {
        display: flex;
    }
    .image-nav {
        display: none;
    }
    .detail-image {
        width: 350px;
        height: 400px;
    }
    .qform {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    body {
        font-size: 16px;
        overflow-x: hidden;
    }
    .header-container {
        align-items: center;
        justify-content: right;
    }
    .footer-container {
        align-items: center;
    }
    .header-profile {
        margin-left: 65px;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .header-list {
        flex-direction: column;
        gap: 10px;
    }
    .footer-list {
        justify-content: center;
        gap: 10px;
    }
    .home-cardss {
        margin-bottom: 50px;
        flex-direction: column;
        align-items: center;
    }
    .detail-product {
        flex-direction: column;
        align-items: center;
    }
    .detail-description {
        margin-left: 0;
        text-align: center;
    }
    .sidebar {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main {
        max-width: 414px;
        display: flex;
        margin-left: 0;
        flex-direction: column;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        margin-bottom: 15px;
    }
    .home {
        font-size: 30px;
    }
    .grobb {
        display: none;
    }
    .header {
        height: 65px;
        width: 100%;
        right: 0;
    }
    .container {
        font-size: 16px;
    }
    .home-btn {
        font-size: 16px;
    }
    .rec-title span {
        font-size: 20px;
    }
    .price {
        font-size: 16px;
    }
    .cart-discount {
        font-size: 16px;
        flex-direction: column-reverse;
    }
    .home-title {
        margin-top: 50px;
    }
    .mainvl {
        display: none;
    }
    .header-cart {
        top: 15px;
    }
    .pagination {
        position: unset;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .llist {
        display:flex;
        margin: 0 auto;
        width: auto;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .main-title {
        justify-content: center;
        font-size: 28px;
        text-align: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 15px;
    }
    /* .home-card {
        width: 80%;
    } */
    .price, .line {
        font-size: 16px;
    }
    .pagination {
        gap: 10px;
    }
    .pagination li a {
        font-size: 16px;
        padding: 8px 12px;
    }
    .detail-img {
        display: flex;
    }
    .image-nav {
        display: none;
    }
    .detail-image {
        width: 350px;
        height: 400px;
    }
    .qform {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .login {
        overflow-x: hidden;
        width: 335px;
    }
    .reset-pass {
        margin-left: 25px;
    }
    .main {
        width: 300px;
    }
    .header-profile {
        display: flex;
        flex-direction: column-reverse;
    }
    .llist {
        display:flex;
        flex-direction: column;
        align-items: center;
        overflow-x: hidden;
    }
    .main-title {
        justify-content: center;
        font-size: 24px;
        text-align: center;
    }
    .items {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 10px;
    }
    .home-card {
        width: 140px;
        height: auto;
    }
    .price, .line {
        font-size: 14px;
    }
    .pagination {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .pagination li a {
        font-size: 14px;
        padding: 5px 10px;
    }
    .footer {
        display: block;
    }
    .chart-container h5 {
        font-size: 15px;
    }
}

/*@media (max-width: 400px) {*/
/*    .header-profile {*/
/*        margin-left: 50px;*/
/*    }*/
/*}*/

/*@media (max-width: 395px) {*/
/*    .header-profile {*/
/*        margin-left: 45px;*/
/*    }*/
/*}*/
/*@media (max-width: 390px) {*/
/*    .header-profile {*/
/*        margin-left: 45px;*/
/*    }*/
/*}*/

/*@media (max-width: 380px) {*/
/*    .header-profile {*/
/*        margin-left: 40px;*/
/*    }*/
/*}*/

/*@media (max-width: 370px) {*/
/*    .header-profile {*/
/*        margin-left: 35px;*/
/*    }*/
/*}*/

/*@media (max-width: 360px) {*/
/*    .header-profile {*/
/*        margin-left: 30px;*/
/*    }*/
/*}*/

/*@media (max-width: 350px) {*/
/*    .header-profile {*/
/*        margin-left: 25px;*/
/*    }*/
/*}*/

/* Бургер-меню стили */
.burger-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: absolute;
    left: 15px;
    top: 20px;
}

.burger-menu-btn span {
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.burger-menu-btn.active {
    opacity: 0;
    visibility: hidden;
}

/* Бургер-меню */
.burger-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(10px);
    z-index: 1001;
    transition: top 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.932);
    box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset;
}

.burger-menu.active {
    top: 0;
}

.section-title-cart {
    display: flex;
    width: 200px;
}

.circle-cart {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(165, 165, 165, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.cart-img-title {
    width: 115px;
    height: 32px;
}

.count-items {
    width: 120px;
    height: 40px;
    background: black;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
    align-items: center;
    border-radius: 7px;
    font-size: 28px;
    cursor: pointer;
    color: white;
    transition: all 1s cubic-bezier();
}

.count-items:hover {
    background: rgb(49, 49, 49);
}


.count-items-cart-main {
    width: 100px;
    background: black;
    display: flex;
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
    border-radius: 7px;
    font-size: 28px;
    cursor: pointer;
    color: white;
    transition: all .1s cubic-bezier();
}


.section-product-select-cart {
    display: flex;
    align-items: center;
    gap: 15px;
}

.section-product-select-cart a {
    cursor: pointer;
}

.section-product-select-cart img {
    width: 20px;
    cursor: pointer;
}

.count-items button {
    padding: 0;
    margin: 0;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.count-items span {
    width: 30px;
    display: flex;
    justify-content: center;
}

.count-items span:nth-child(2) {
    font-size: 20px;
}

.count-items:active {
    scale: calc(1);
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: contain;
  }
.swiper-button-prev,
.swiper-button-next {
    transform: scale(0.5);
    font-size: 20px !important;
    width: 30px !important;
    height: 30px !important;
    color: #000;
  }
.swiper-pagination-bullet-active { background: #000; }
  
/* Шрифт для описания */
.desc-courier,
.desc-courier * {
    font-family: 'Courier-Bold', monospace !important;
}
  
/* Исправление переполнения текста */
.detail-description {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}
  
.desc-courier,
.desc-courier *,
.product-desc,
.product-desc * {
    font-family: 'Courier-Bold', monospace !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    white-space: normal !important;
    max-width: 100%;
    hyphens: auto !important;
}
  
@media (max-width: 768px) {
.detail-description h2 { font-size: 26px; margin: .5rem 0; font-weight:500; }
.detail-description h3 { font-size: 1rem;  margin: .25rem 0; font-weight:400; }
.detail-description p  { margin-top:0; }
.detail-product        { margin-top:0 !important; }

.detail-description {
    width: 100%;
    padding: 0 1rem;
}
}
.detail-flow{ display:flex; flex-direction:column; }

.product-title   { order: 1; }
.product-category{ order: 2; }
.product-desc    { order: 3; }
.buy-box         { order: 4; }

@media (max-width: 768px){
.buy-box         { order: 2; }
.product-category{ order: 3; }
.product-desc    { order: 4; }
}

.buy-box .price,
.buy-box .cart-discount { margin: .5rem 0; }
.buy-box .qform { margin-top: .5rem; }
.qform label[for="id_quantity"],
.qform #id_quantity,
.qform [name="quantity"] {
display: none !important;
}
.cart-card-q { display: none !important; }


.count-items-cart-main button {
    padding: 0;
    margin: 0;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.count-items-cart-main:hover {
    background: rgb(49, 49, 49);
}

.count-items-cart-main span:nth-child(2) {
    font-size: 20px;
}

.cart-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 25%;
    height: 100vh;
    z-index: 1000;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 2px 2px 1px 0 #ffffff30 inset, -1px -1px 1px 1px #ffffff4d inset;
    padding: 20px;
}

.cart-list-items {
    width: 100%;
    height: 100%;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    overflow-y: hidden;
    overflow-y: hidden;
    overflow-y: auto;
    scrollbar-width: none;
}

.click-size-button {
    background: black;
    color: white;
    border: 1px solid black;
}

.cart-list-item {
    display: flex;
    gap: 14px;
    padding: 18px 0px;
}

.photo-item-cart {
    width: 55px;
    position: relative;
    padding: 5px;
}

.photo-item-cart img{
    width: 55px;
}

.cart-product-about {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.price-product-cart {
    display: flex;
    gap: 5px;
}

.price-product-cart h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
}

.info-product-cart {
    display: flex;
    justify-content: space-between;
}

.info-product-cart h5:last-child {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
}

.section-price-item-payment h5 {
    font-family: 'Courier-Bold', monospace;
    font-weight: 100;
}

.info-product-cart h5:first-child {
    font-family: 'Courier-Bold', monospace;
    font-weight: 600;
}

.section-cart-info-product {
    
}

.button-checkout-cart a {
    color: #fff;
}

.cart-menu.active {
    right: 1px;
}

/* Заголовок бургер-меню */
.burger-menu-header {
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/* Кнопка закрытия */
.burger-close-btn {
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-close-btn span {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.burger-close-btn span:first-child {
    transform: rotate(45deg);
}

.burger-close-btn span:last-child {
    transform: rotate(-45deg);
}

.burger-close-btn:hover span {
    background: #666;
}

/* Навигация бургер-меню */
.burger-nav {
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 20px 20px 40px;
}

.burger-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.burger-nav-list li {
    margin: 30px 0;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.4s ease;
}

.burger-menu.active .burger-nav-list li {
    opacity: 1;
    transform: translateY(0);
}

.burger-menu.active .burger-nav-list li:nth-child(1) {
    transition-delay: 0.1s;
}

.burger-menu.active .burger-nav-list li:nth-child(2) {
    transition-delay: 0.2s;
}

.burger-menu.active .burger-nav-list li:nth-child(3) {
    transition-delay: 0.3s;
}

.size-product-cart h5 {
    color: #0000007a;
}

.burger-nav-link {
    font-family: "cregular", sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 0;
}

.burger-nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #000;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.burger-nav-link:hover {
    color: #666;
}

.burger-nav-link:hover::after {
    width: 100%;
}

/* Оверлей */
.burger-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.13);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.burger-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Скрываем обычную навигацию на всех устройствах */
.header-nav {
    display: none;
}

/* Скрываем боковую панель на всех устройствах */
.sidebar {
    display: none;
}


/* Стили для корзины в хедере */
.header-cart {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 1001;
    transition: all 0.7s ease;
    cursor: pointer;
}

.burger-container.active {
    width: 90px;
}

.heavy-logo.active {
    left: 49%;
}

.header-cart.hidden {
    opacity: 0;
    cursor: auto;
}

.header-cart .grob {
    width: 25px;
    height: 25px;
    transition: all 0.3s ease;
}

.header-cart:hover .grob {
    transform: scale(1.1);
}

/* Адаптивность для бургер-меню */
@media (max-width: 768px) {
    .burger-nav-link {
        font-size: 28px;
    }
    .cart-menu {
        width: 70%;
    }
}

@media (max-width: 480px) {
    .banner-container {
        height: 632px;
    }
    .banner-image {
        max-height: 500px;
    }
    .burger-nav-link {
        font-size: 24px;
    }
    
    .burger-menu-btn {
        width: 25px;
        height: 20px;
        margin-left: 10px;
    }
    
    .burger-menu-btn span {
        height: 2px;
    }
}


#cont-payment-checkout {
    display: none;
}



/* Баннер-бегущая строка */
.banner-container {
    width: 120vw;
    height: 650px;
    overflow: hidden;
    position: relative;
    background: #000;
    margin: 0;
    margin-left: calc(-60vw + 50%);
    margin-bottom: 150px;
}

:root { --banner-duration: 30s; --text-duration: 15s; } 

.banner-scroll,
.scrolling-text {
  display:flex;
  gap:0;
  will-change: transform;
}

.scrolling-text { display:flex; flex-wrap: nowrap; }
.scrolling-text-item span { white-space: nowrap; }

@media (prefers-reduced-motion: reduce){
    .banner-scroll{ animation: none; transform: none; }
  }

.slider-image {
    flex-shrink: 0;
    height: 100%;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.banner-image {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: cover;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Текстовая бегущая строка */
.scrolling-text-container {
    display: flex;
    width: 120vw;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: #000;
    margin-bottom: 30px;
}

.scrolling-text-item {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-image, .scrolling-text-item { flex-shrink:0; }
.banner-image { display:block; 
    max-height:100%; }

@keyframes marquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); } /* едем ровно на половину, т.к. контент продублирован */
  }
  
  @media (prefers-reduced-motion: reduce){
    .banner-scroll, .scrolling-text { animation:none; transform:none; }
  }

@keyframes scroll-text-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Адаптивность для баннера */
@media (max-width: 768px) {
    .banner-image {
        max-height: 500px;
    }
    .header-payment {
        padding: 0px 15px;
    }
    .banner-container {
        height: 632px;
        width: 100vw;
        margin-left: 0;
        margin-bottom: 75px;
    }
    
    .scrolling-text-container {
        height: 33px;
    }
    
    .scrolling-text-item {
        font-size: 16px;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .banner-image {
        max-height: 500px;
    }

    .banner-container {
        height: 632px;
    }

    .scrolling-text-item {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media (min-width: 1025px) {
    .all-cardss { grid-template-columns: repeat(4, 1fr); }
  }