body {
    background: rgb(6, 4, 2) !important;
  }
  
  @font-face {
    font-family: "bebas_neuebold_light";
    src: url("../font/ofont.ru_Bebas\ Neue.ttf") format("truetype");
  }
  
  /*------------------- header ------------------*/
  
  .header .header-top {
    background: #292929;
  }
  
  .header .header-inner {
    background: rgb(6, 4, 2);
  }
  
  .header .head-menu li a {
    color: #DADADA;
  }
  
  .header {
    border-bottom: 1px solid #292929 !important;
  }
  
  .container div.head-part.right a.tel {
    color: #DADADA;
  }
  
  .header .head-ico.cart-ico .ico svg {
    fill: #DADADA;
  }
  .header .head-ico .ico svg {
    fill: #DADADA;
  }
  .header .head-ico.search-ico .ico svg {
    stroke: #DADADA;
  }
  
  .head-ico.profile-ico .nan {
    color: #DADADA;
  }

  .head-ico.profile-ico .ico circle, .head-ico.profile-ico .ico path {
    fill: none;
    stroke: #DADADA;
  }
  /*------------------- header ------------------*/
  
  /*------------------- hero-logo ------------------*/
  
  .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 97px;
  
    padding: 0 2rem;
    /* flex-direction: column; */
  }
  
  /*------------------- hero-logo ------------------*/
  
  /*------------------- left-line ------------------*/
  
  
  .timeline {
    display: grid;
    position: relative;
  }
  
  .line {
    position: absolute;
    top: 0;
    left: 22px; /* Центр линии в колонке */
    width: 2px;
    height: 100%;
    background-color: #292929;
  }
  
  .event {
    display: grid;
    grid-template-columns: 44px 1fr; /* Круг + контент */
    margin-bottom: 40px;
    position: relative;
  }
  
  .circle {
    width: 44px;
    height: 44px;
    background-color: #060402;
    border: 2px solid #292929;
    border-radius: 50%;
    margin: 0 auto;
  }
  
  /* .about-content {
    padding-left: 20px;
  } */
  
  /*------------------- left-line ------------------*/
  
  main {
    max-width: 1600px;
    margin: 0 auto;
  }
  
  .about-content {
    padding-bottom: 240px;
  }
  
  .about-content h5 {
    color: #CBA265;
    font-weight: 300;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 10px;
  }
  
  .about-content h2 {
    color: #fff;
    font-size: clamp(15px, 3.85vw, 74px);
  }
  
  .begin-top {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .begin-top h2 {
    line-height: 130%;
  }
  
  .begin-years h1 {
    color: #CBA265;
    font-size: clamp(15px, 21.9vw, 404px);
    font-weight: 100;
    font-family: "bebas_neuebold_light";
  }
  
  .begin-columns {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    font-size: 15px;
  }
  
  .left-begin-column {
    position: relative;
  }
  
  .left-begin-column span {
    position: absolute;
    bottom: 0;
  }
  
  .right-begin-column {
    color: #B2B2B2;
    text-align: justify;
  }
  
  .right-begin-column span {
    line-height: 140%;
  }
  
  .end-begin-column {
    position: relative;
  }
  
  .end-begin-column span {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .begin-photos {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .right-begin-photo.twenty-two {
    align-self: end;
    justify-self: end;
  }
  
  .left-begin-photo, .right-begin-photo {
    position: relative;
  }
  
  .left-begin-photo img {
    position: relative;
    margin-left: -45px;
    justify-self: end;
  }
  
  .left-begin-photo span {
    display: block;
    padding-left: 20px;
    margin-bottom: 25px;
  }
  
  .right-begin-photo {
    max-width: 100%;
    overflow: hidden;
  }
  
  .first-timeline {
    align-self: end;
  }
  
  /* ------------------- APRIL ---------------------------- */
  
  .april-first-line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .april-date h1 {
    color: #CBA265;
    font-weight: 100;
    font-size: clamp(90px, 5.1vw, 98px);
    font-family: "bebas_neuebold_light";
    /* line-height: 100%; */
    margin-left: 20px;
  }
  
  .april-number {
    font-size: clamp(194px, 10.625vw, 204px);
  }
  
  .april-mark h2 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: clamp(30px, 4.375vw, 84px);
  }
  
  .april-mark p {
    color: #B2B2B2;
  }
  
  .april-mark {
    margin-top: 30px;
    position: relative;
  }
  
  .april-mark img {
    position: absolute;
    right: 0;
    top: 40%;
    margin-right:40px;
  }
  
  .farbig-center {
    font-family: 'Oswald';
    font-weight: 400;
    color: #CBA265;
    font-size: clamp(15px, 11.67vw, 224px);
    font-weight: 300;
    text-align: center;
    padding-top: 70px;
  }
  
  .guys-image {
    position: relative;
  }
  
  .farbig-guys {
    max-width: 100%;
  }
  
  /* ------------------- APRIL ---------------------------- */
  
  /* ------------------- MAY ------------------------------ */
  
  .about-may {
    margin-top: 110px;
  }
  
  .may-first-line {
    display: grid;
    grid-template-columns: auto 1fr;
    text-align: right;
    align-items: baseline;
  }
  
  .may-date h1 {
    color: #CBA265;
    font-weight: 100;
    font-size: clamp(25px, 5.1vw, 98px);
    font-family: "bebas_neuebold_light";
    /* line-height: 100%; */
    margin-left: 40px;
  }
  
  .may-date h2 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 144px;
  }
  
  .may-number {
    font-size: 204px;
  }
  
  .may-mark h2 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 84px;
  }
  
  .may-mark p {
    color: #B2B2B2;
  }
  
  .may-mark {
    margin-top: 30px;
    position: relative;
  }
  
  .may-mark img {
    position: absolute;
    right: 0;
    top: 40%;
    margin-right:40px;
  }
  
  .may-rent h2 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: clamp(15px, 7.5vw, 144px);
    margin: 0;
    line-height: 100%;
    margin-right: 40px;
  }
  
  .may-square h2 {
    font-family: 'Oswald';
    font-weight: 400;
    font-size: clamp(15px, 7.5vw, 144px);
    /* float: right; */
    margin-left: 40px;
  }
  
  .may-desc-one {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }
  
  .may-desc-one span {
    grid-column: 2;
    text-align: justify;
    margin-top: 15px;
  }
  
  .may-left-column img {
    position: relative;
    margin-left: -45px;
  }
  
  .may-images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .may-left-column {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    position: relative;
  }
  
  .may-left-column span {
    max-width: 460px;
    display: block;
    /* position: absolute; */
    color: #B2B2B2;
    /* bottom: 10%;
    left: 5%; */
    align-self: end;
    margin: 0 0 4rem 2rem;
  }
  
  .may-right-column img {
    max-width: 100%;
    height: auto;
    float: right;
  }
  
  .may-images {
    margin-top: 165px;
  }
  
  /* ------------------- MAY ------------------------------ */
  
  /* ------------------- APRIL22 ------------------------------ */
  
  .april-mark.twenty-two h2 {
    font-size: clamp(30px, 4.375vw, 60px);
  }
  
  .april-mark.twenty-two p {
    font-size: 17px;
  }
  
  .april-mark.twenty-two img {
    /* bottom: 5%;
    top: auto; */
    width: clamp(150px, 15.208vw, 292px);
  }
  
  .rent-400-content img {
    position: relative;
    top: 0;
    left: 100%;
    transform: translate(-100%, -40%);
  }
  
  .rent-400-content {
    display: grid;
    grid-template-columns: 1fr auto;
  }
  
  .left-begin-photo.twenty-two img {
    position: relative;
  }
  
  .twenty-two-right-content img {
    max-width: 100%;
  }
  
  .left-begin-photo.twenty-two img {
    max-width: 100%;
  }
  
  .twenty-two-right-content p {
    margin-bottom: 0;
  }
  
  .twenty-two-mobile-container img {
    display: none;
  }
  
  .event.twenty-two {
    margin-top: 160px;
  }
  
  .april-date.twenty-two h1 {
    font-size: clamp(85px, 5.1vw, 98px);
  }
  
  /* ------------------- APRIL22 ------------------------------ */
  
  /* ------------------- JANUARY23 ---------------------------- */
  
  .april-date.j-2023 h1 {
    font-size: clamp(100px, 5.416vw, 104px);
  }
  
  .event.j-2023 {
    margin-top: 200px;
  }
  
  /* ------------------- JANUARY23 ---------------------------- */
  
  /* ------------------- JUNE23 ---------------------------- */
  
  .june-05 h1 {
    font-size: clamp(25px, 4.375vw, 84px);
  }
  
  .new-address-about {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .new-address-about img {
    margin-bottom: 30px;
    width: clamp(130px, 23.125vw, 444px);
  }
  
  .june-05-desc h2 {
    color: #fff;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: clamp(15px, 3.33vw, 64px);
    text-align: end;
  }
  
  .june-05-container {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  
  .new-address-about {
    justify-content: flex-end;
  }
  
  .new-address-about img {
    max-width: 100%;
    margin-bottom: 0;
  }
  
  .june-05-desc h2 {
    margin-bottom: 0;
  }
  
  .month h2 {
    color: #CBA265;
    font-family: 'Oswald';
    font-weight: 100;
    font-size: 34px;
  }
  
  .month-content p {
    color: #8F8F8F;
    margin-bottom: 0;
    line-height: 140%;
  }
  
  .month-content {
    max-width: 381px;
    text-align: justify;
  }
  
  .month {
    gap: 15px;
  }
  
  .month-content h2 {
    margin-bottom: 10px;
  }
  
  .frst {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }
  
  .fbr {
    display: grid;
    grid-template-columns: 3fr 1fr;
  }
  
  .month-image img {
    width: 100%;
    height: 500px;
    display: block;
    object-fit: cover;
  }
  
  .free-block {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }
  
  .free-block .month-image {
    grid-column: 2;
  }
  
  .mrch {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
  }
  
  .mrch .month-content {
    grid-column: 3;
    align-self: end;
    justify-self: end;
  }
  
  .octb {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .octb .month-content {
    grid-template-rows: 1fr 1fr;
  }
  
  .octb-text-image {
    position: relative;
    margin-left: -45px;
    margin-top: 200px;
  }
  
  /* ------------------- JUNE23 ---------------------------- */
  
  .d-23 h2 {
    font-size: clamp(30px, 4.375vw, 44px) !important;
    text-indent: 15%;
  }
  
  .twenty-two-mobile-container.d-23 p {
    font-size: 15px;
    max-width: 390px;
    margin-left: 140px;
  }
  
  .april-first-line.d-23 {
    grid-template-columns: 2fr 3fr;
  }
  
  .april-date.d-23 h1 {
    font-size: clamp(100px, 5.416vw, 104px);
  }
  
  .merch-container img {
    max-width: 100%;
  }
  
  .merch-container {
    position: relative;
    margin-left: -23px;
  }
  
  .merch-event {
    margin-bottom: 0;
  }
  
  .event.clothes {
    background: #292929;
  }
  
  .clothes-p {
    display: flex;
    justify-content: space-between;
    padding: 60px 90px;
  }
  
  .clothes-top {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .clothes-top img {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .clothes-bottom img {
    max-width: 100%;
    padding: 0 20px;
  }
  
  .clothes-bottom {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }
  
  .about-content.clothes {
    padding-bottom: 0;
  }
  
  .event.clothes {
    margin-bottom: 0;
  }
  
  .guys-image.merch-bottom-big {
    margin: 0 !important;
    max-width: 100%;
    margin-top: 20px !important;
  }
  
  .guys-image.merch-bottom-big img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .brands-timeline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  
  .brands-list h1 {
    color: #CBA265;
    font-family: 'Oswald';
    font-size: clamp(30px, 2.81vw, 54px);
    font-weight: 400;
    margin: 0;
  }
  
  .brands-list p {
    color: #292929;
    font-size: 15px;
  }
  
  .brand-point {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    border-top: 1px solid #292929;
    padding: 15px 0;
  }
  
  .brand-point:last-of-type {
    border-bottom: 1px solid #292929;
  }
  
  .brand-point p {
    margin: 0;
  }
  
  .brands-list-title {
    justify-self: start;
    align-self: end;
    padding-left: 20px;
  }
  
  .show-slider-wrapper {
    margin-right: 0;
    margin-top: 150px;
  }
  
  .ending .circle {
    margin-top: 190px;
  }
  
  .ending {
    margin-bottom: 0;
  }
  
  .ending p {
    margin-bottom: 0;
    align-self: end;
    color: #CBA265;
    font-size: 34px;
    padding: 0 0 7px 20px;
    font-weight: 100;
    font-family: "bebas_neuebold_light";
  }
  
  .pre-cities-container {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .pre-cities-container h2 {
    color: #fff;
    font-weight: 100;
    font-family: 'Oswald';
    font-size: clamp(30px, 2.81vw, 54px);
    text-align: center;
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  
  .pre-footer-cities {
    margin-top: 60px;
    padding: 0 10px;
  }
  
  .cities-timeline {
    display: block;
  }
  
  .cities-point {
    justify-content: center;
    display: flex;
    cursor: pointer;
  }
  
  .cities-point p {
    margin-right: 20px;
  }
  
  .cities-point:last-of-type {
    align-items: center;
    justify-content: space-between;
  }
  
  .cities-point h1 {
    font-size: clamp(30px, 4.375vw, 84px);
  }
  
  .franchise-inside {
    display: flex;
  }
  
  .franchise-inside a {
    color: #292929;
    text-decoration: underline;
  }
  .franchise-inside a:hover {
    text-decoration: underline;
  }
  
  .franchise-inside p {
    align-self: end;
    margin-right: 20px;
  }
  
  .franchise-inside h1 {
    color: #292929;
    transition: 0.3s ease-in-out;
    /* border-bottom: 4px solid #292929; */
  }
  .franchise-inside a:hover h1{
    color: #CBA265;
  }
  @media (max-width: 1600px) {
    .clothes-bottom {
      flex-direction: column;
    }
  
    .clothes-bottom img {
      margin-top: 30px;
    }
  
    .april-arrow {
      display: none;
    }
  
    .guys-image {
      margin: 0 0 0 -45px !important;
    }
  }
  
  @media (max-width: 768px) {
    body {
      border: none;
    }
  
    .about-content, .about-april, .about-may {
      padding-right: 20px;
    }
  
    .begin-photos {
      display: block;
    }
  
    .right-begin-photo img {
      margin-top: 70px;
      max-width: 90%;
      float: right;
    }
  
    .right-begin-photo {
      float: right;
    }
  
    .begin-columns {
      display: block;
    }
  
    .about-content.first-block {
      padding-bottom: 50px;
    }
  
    .left-begin-photo img {
      position: relative;
      max-width: 80%;
    }
    .left-begin-photo span {
      display: none;
    }
  
    .right-begin-column {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      box-sizing: border-box;
    }
  
    .left-begin-column {
      display: none;
    }
  
    .end-begin-column {
      display: none;
    }
  
    .april-first-line {
      display: block;
    }
  
    .april-mark img {
      display: none;
    }
  
    .april-mark {
      text-align: center;
    }
  
    .circle.may-circle {
      margin-top: 120px !important;
    }
  
    .farbig-center {
      padding-top: 20px;
    }
  
    .may-rent h2 {
      margin-right: 0;
    }
  
    .may-square h2 {
      margin-left: 20px;
    }
  
    .may-date h1 {
      margin-left: 20px;
    }
  
    .may-desc-one {
      display: block;
      text-align: justify;
    }
  
    .begin-top h2 {
      text-align: end;
    }
  
    .may-images-grid {
      display: block;
    }
  
    .may-left-column span {
      padding: 80px 0;
      text-align: justify;
      position: static;
    }
  
    .may-images {
      margin-top: 70px;
    }
  
    .may-left-column {
      display: block;
    }
  
    .april-date {
      display: flex;
      justify-content: center;
    }
  
    .twenty-two-right-content {
      position: static;
    }
  
    .twenty-two-right-content p {
      display: inline-block;
      float: right;
    }
  
    .right-begin-photo.twenty-two {
      max-width: 60%;
    }
  
    .april-mark.twenty-two img {
      display: block;
    }
  
    .twenty-two-mobile-container {
      position: relative;
    }
  
    .twenty-two-mobile-container img {
      display: block;
      position: absolute;
      right: 0 !important;
      bottom: 0 !important;
      margin: 0;
      top: 80%;
    }
  
    .rent-400-content img {
      display: none !important;
    }
  
    .rent-400-content {
      margin-top: 50px;
    }
  
    .event.twenty-two {
      margin-top: 30px;
    }
  
    .right-begin-photo.twenty-two img {
      float: none;
    }
  
    .june-05-container {
      display: block;
    }
  
    .june-05-desc h2 {
      text-align: unset;
    }
  
    .june-05-desc {
      margin-left: 20px;
    }
  
    .new-address-about {
      justify-content: unset;
      gap: 7px;
    }
  
    .month {
      margin-top: 40px;
    }
  
    .month-container {
      margin-top: 50px !important;
    }
  
    .month.frst {
      margin-top: 0;
    }
  
    .month-image img {
      height: 300px;
    }
  
    .octb-text-image {
      margin-top: 80px;
    }
  
    .octb-text-image img {
      max-width: 140%;
    }
  
    .frst {
      grid-template-columns: 1fr 1fr;
    }
  
    .sec-img {
      display: none;
    }
  
    .fbr {
      display: grid;
      grid-template-columns: none;
      gap: 20px;
    }
  
    .free-block {
      grid-template-columns: 1fr 1fr;
    }
  
    .mrch {
      grid-template-columns: auto 1fr;
    }
  
    .octb {
      margin-top: 100px !important;
    }
  
    .d-23 h2 {
      text-indent: unset;
    }
  
    .twenty-two-mobile-container.d-23 p {
      margin-left: 0;
    }
  
    .about-content.clothes {
      padding-right: 0;
    }
  
    .clothes-p {
      padding: 30px 40px;
    }
  
    .clothes-bottom {
      margin: 0;
      display: block !important;
    }
  
    .clothes-bt-right {
      margin-top: 20px;
    }
  
    .brands-timeline {
      display: block;
    }
  
    .brands-list-title {
      display: none;
    }
  
    .brands-list {
      margin-top: 50px;
    }
  
    .show-slider-wrapper {
      margin-top: 50px;
    }
  
    .cities-point img {
      width: 6%;
    }
  
    .pre-footer {
      margin-top: 70px !important;
    }
  
    .pre-cities-container h2 {
      padding-bottom: 0;
    }
  }
  
  @media (max-width: 350px) {
    .april-number {
      font-size: 150px;
    }
  
    .april-date.d-23 h1 {
      font-size: 80px;
    }
  
    .april-date.j-2023 h1 {
      font-size: 80px;
    }
  
    .april-date.twenty-two h1 {
      font-size: 65px;
    }
  
    .april-date h1 {
      font-size: 70px;
    }
  }
  
  /*------------------- footer-correct ------------------*/
  
  .footer {
    border-top: 1px solid #292929;
  }
  
  .pre-line.has-border {
    border-bottom: 1px solid #292929;
  }
  
  .pre-line > span {
    color: #B2B2B2;
  }
  
  .pre-line .pre-info a {
    color: #fff;
  }
  
  .pre-line .pre-info {
    color: #fff;
  }
  
  .container .social li a {
    color: #fff;
  }
  
  .pre-footer {
    margin-top: 200px;
  }
  
  /*------------------- footer-correct ------------------*/