@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(243, 243, 243);
  background-color: #645d56;
  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/komanda_backgraund.jpg") center top / cover;
  padding: 0 10px;
  height: 100vh;
}
.new__screen-h1 {
  padding-top: 10vh;
  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: rgb(255, 255, 255);
}
.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: #fff;
}
.mushket:hover {
  color: #a6191c;
}
.reser a:hover {
  color: #a6191c;
}
.borovl a:hover {
  color: #a6191c;
}

.block_color {
  /* color: #707070; */
  text-decoration: line-through;
}

@media (max-width: 370px) {
  .header__logo {
    max-width: 100%;
    width: 40vw;
  }
  .header__link-number {
    font-size: 4vw;
  }
}

@media (min-width: 600px) {
  .new__screen {
    /* height: 80vh; */
    background: url("../img/komanda_backgraund.jpg") 40% 60% / cover no-repeat;
  }
}

@media (min-width: 900px) {
  .new__screen {
    /* height: 80vh; */
    background: url("../img/komanda_backgraund.jpg") center / cover no-repeat;
  }
  .academy h1 {
    font-size: 15vw;
  }
}

@media (min-width: 1000px) {
  .new__screen {
    /* height: 80vh; */
    background: url("../img/komanda_backgraund.jpg") 40% 60% / cover no-repeat;
  }
}

@media (min-width: 1300px) {
  .new__screen {
    /* height: 80vh; */
    background: url("../img/komanda_backgraund.jpg") 40% 65% / cover 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));
    }
  }


  /* ююююююююююю */
