@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  box-sizing: border-box;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  min-width: 320px;
  font-family: "Alumni Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  background-color: #df9699;
  font-feature-settings: "pnum" on, "lnum" on;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.visually-hidden {
  position: fixed;
  transform: scale(0);
}

.container {
  max-width: 1312px;
  padding: 0 24px;
  margin: 0 auto;
}

.slider_bottom {
  display: none;
}

.new__screen {
  background: url("../img/bg.png") center top / contain no-repeat;
  padding: 0 10px;
  height: 80vh;
}
.new__screen-h1 {
  font-size: 7vw;
  line-height: 120%;
  font-weight: 400;
}
.new__screen-h1 p {
  line-height: 110%;
  font-size: 3vw;
}
.new__screen-p-a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.new__screen-a {
  font-size: 3vw;
}

.new__screen-img {
  padding-top: 8vh;
}
.new__screen-p-a {
  margin-top: 10vh;
}

.new__screen-h1,
.new__screen-p-a,
.new__screen-p-sl {
  display: none;
}

.mobile_top {
  padding-top: 10px;
  display: block;
}
.mobile_top ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
  text-transform: uppercase;

  list-style-type: none;
}
.logo_barbershop {
  max-width: 100%;
  width: 20vw;
}
.reser a {
  text-decoration: none;
  color: #000;
}
.reser,
.borovl {
  font-family: "Alumni Sans";
  font-weight: 400;
  font-size: 7.5vw;
}

.step_by_step {
  margin-top: 200px;
  text-align: center;
}

.mushket {
  text-decoration: none;
  color: #bdbdbd;
}
.step_by_step__screen {
  color: #ffffff;
}

@media (max-width: 767px) {
  .new__screen {
    flex-direction: column;
  }
  .step_by_step {
    margin-top: 0;
  }
  /* .mushket {
      color: #000000;
    }
    .step_by_step__screen {
      color: #bdbdbd;
    } */
}
.borovl a {
  text-decoration: none;
  color: #000;
}
.mushket:hover {
  color: #a6191c;
}
.reser a:hover {
  color: #a6191c;
}
.borovl a:hover {
  color: #a6191c;
}

.portfolio {
  margin-top: 20vh;
}

.portfolio_bg .container {
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
}
.portfolio_bg .container ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 10px;
  justify-content: center;
}
/* .portfolio_bg .container ul li {
  width: calc(33% - 5px);
} */

.portfolio_bg .container ul li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  max-height: 300px;
}
/* .up {
  margin-top: -7px;
} */

.portfolio {
  color: #fff;
  margin-top: -25%;
  font-size: 10vw;
  text-align: right;
  line-height: 0.8;
  max-width: 570px;
  font-weight: 700;
}

.portfolio h1 {
  color: #fff;
  margin: 0;
  font-size: 10vw;
  text-align: right;
  line-height: 0.8;
  max-width: 570px;
}
.span_color {
  color: #cb2b55;
}
.span_color-white {
  color: #fff;
}
.avtorskoe_pravo {
  font-size: 5vw;
  font-weight: 400;
  text-align: center;
}

.block_color {
  /* color: #707070; */
  text-decoration: line-through;
}

@media (max-width: 768px) {
  .container {
    max-width: 900px;
  }

  .portfolio {
    color: #fff;
    margin-top: -35%;
    font-size: 25vw;
    text-align: right;
    line-height: 0.8;
  }
  .portfolio h1 {
    color: #fff;
    margin: 0;
    font-size: 25vw;
    text-align: right;
    line-height: 0.8;
  }
  .portfolio_bg .container ul li {
    width: calc(50% - 5px);
  }
}

@media (max-width: 370px) {
  .portfolio {
    margin-top: 15vh;
  }
  .header__logo {
    max-width: 100%;
    width: 40vw;
  }
  .header__link-number {
    font-size: 4vw;
  }
}
@media (max-width: 370px) {
  .header__logo {
    max-width: 100%;
    width: 40vw;
  }
  .header__link-number {
    font-size: 4vw;
  }
}

@media (min-width: 768px) {
  .portfolio {
    font-size: 10vw;
  }
  .portfolio h1 {
    font-size: 10vw;
  }
  .portfolio_bg .container ul li {
    width: calc(33% - 5px);
  }
}

@media (min-width: 1024px) {
  .portfolio {
    font-size: 8vw;
  }
  .portfolio h1 {
    font-size: 8vw;
  }
}

@media (min-width: 1200px) {
  /* .container {
    max-width: 1300px;
  } */
  .portfolio_bg .container {
    margin: 0 auto;
  }
  .portfolio_bg .container ul li {
    width: calc(25% - 7.5px);
    /* max-width: 100%; */
  }
  .portfolio {
    margin-top: -15%;
    margin: 0 auto;
    /* text-align: left; */
  }
  /* .portfolio h1 {
    text-align: left;
  } */
  .new__screen {
    background: url("../img/bg.png") 50% 50% / contain no-repeat;
  }
}

/* SNOW */

/* .snow-toggle {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    gap: 40px;
    border: 0;
  }

  .snow-toggle__label {
    padding-bottom: 10px;
  }

  .snow-toggle__item {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .snow-toggle__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }

  .snow-toggle__control {
    width: 25px;
    height: 25px;
    opacity: 0;
    margin-right: 15px;
  }

  .snow-toggle__control:focus + .snow-toggle__text::before {
    border-color: #c56fff;
  }

  .snow-toggle__control:checked + .snow-toggle__text::before {
    background-color: #ffffff;
    background: radial-gradient(
      circle,
      #ffffff 0%,
      #ffffff 40%,
      transparent 50%,
      transparent 100%
    );
  }

  .snow {
    --animation-name: snowfall;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
  }

  .snow__flake {
    position: relative;
    top: -1.5em;
    color: #c1dcec;
    animation-name: var(--animation-name);
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    will-change: transform;
  }

  @keyframes snowfall {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(calc(100vh + 1.5em));
    }
  } */

/* ююююююююююю */
