/* Внутренние стили */

.b-temp-m {
  height: 2000px;
  width: 100%;
  background-color: pink;
}

@font-face {
  font-family: 'Acrom';
  src: url('./fonts/Acrom-Regular.ttf');
  src: local('Acrom'), local('Acrom-Regular'),
      url('./fonts/Acrom-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Comfortaa';
  src: url('./fonts/Comfortaa.ttf');
  src: local('Comfortaa'), local('Comfortaa-Bold'),
      url('./fonts/Comfortaa.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

/* Основные стили */
.b-section-m {
  overflow: hidden;
  transition: background 1s ease;
}

.b-artical-m {
  position: relative;
  width: 100%;
  height: 100vh;
}

.b-artical__1_5-m {
  height: calc(100vh * 1.5);
}
.b-artical__1_5-m .b-content-m {
  height: 60%;
}

.b-artical-m > div {
  position: relative;
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-width: 1240px;
}

.b-title-m {
  position: absolute;
  top: 0;
  margin-top: 120px;
  left: 20px;
  width: 280px;
  font-family: 'Acrom', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2em;
  color: #222222;
  text-align: right;
  transition: opacity .3s ease;
  z-index: 2;
}
.b-content-m {
  position: absolute;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80%;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.b-content-m > img {
  position: absolute;
  max-height: 500px;
}
.b-content__left-m {
  transition: transform 1s ease;
  transform: translateX(-500px);
}
.b-content__right-m {
  transition: transform 1s ease;
  transform: translateX(500px);
}
.b-content-m > p {
  font-family: 'Comfortaa', sans-serif;
  font-weight: 600;
  font-size: 700px;
  line-height: 1em;
  text-transform: uppercase;
  text-shadow: 0 0 80px rgba(0,0,0,.1);
}
.b-visible-m {
  opacity: 1;
}
.b-visible-m .b-content__left-m,
.b-visible-m .b-content__right-m {
  transform: translateX(0);
}

.b-content_1-m > p {
  color: #eeff2d;
}
.b-content_1-m > img {
  margin-right: -460px;
}

.b-content_2-m > p {
  margin-right: -280px;
  color: #4bfc3a;
}
.b-content_2-m > img {
  margin-right: 270px;
}

.b-content_3-m > p {
  margin-right: -360px;
  color: #c64444;
}
.b-content_3-m > img {
  margin-right: 310px;
}

.b-content_4-m > p {
  margin-right: -360px;
  color: #303030;
}

.b-artical_4-m .b-title-m {
  color: white;
}

.b-content-m > img {
  position: absolute;
}

.b-group-m {
  position: absolute;
  top: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  font-family: 'Acrom', sans-serif;
  font-weight: 400;
  font-size: 30px;
  width: 100%;
  height: 100%;
}
.b-group__img-m {
  position: absolute;
  left: 9%;
  top: 28%;
  width: 41%;
  transition: all .5s ease, left .3s ease, transform 1s ease;
  z-index: 20;
}

.b-group__bcgimg-m {
  position: absolute;
  opacity: 0;
  transition: opacity .7s ease;
}
.b-group__bcgimg_1-m {
  position: absolute;
  top: 6%;
  left: 1%;
  width: 48%;
  z-index: 5;
}
.b-group__bcgimg_2-m {
  position: absolute;
  bottom: 1%;
  right: 9%;
  width: 37%;
  z-index: 15;
}
.b-group__bcgimg_3-m {
  position: absolute;
  top: 0%;
  right: 1%;
  width: 46%;
  z-index: 10;
}

.b-group__bcg-m {
  width: 100%;
  opacity: 0;
}

.b-group__content-m {
  position: relative;
  width: 62%;
}

.b-union.b-title-m,
.b-union-1.b-title-m {
  opacity: 0;
}
.b-union-m > p,
.b-union-1-m > p  {
  display: none;
}

.b-group__right-m {
  transform: translateX(500px);
  transition: transform 1s ease;
}
.b-group__left-m {
  transform: translateX(-500px);
}
.b-union-m .b-group__right-m,
.b-union-m .b-group__left-m,
.b-union-1-m .b-group__right-m,
.b-union-1-m .b-group__left-m {
  transform: translateX(0);
}

.b-union-m .b-group__bcgimg_1-m,
.b-union-m .b-group__bcgimg_2-m,
.b-union-m .b-group__bcgimg_3-m,
.b-union-1-m .b-group__bcgimg_1-m,
.b-union-1-m .b-group__bcgimg_2-m,
.b-union-1-m .b-group__bcgimg_3-m {
  opacity: 1;
}

/* Устройства */
.b-group__labels-m {
  position: absolute;
  top: 0;
  right: calc(-31% + 20px);
  left: calc(-31% + 20px);
  height: 100%;
  z-index: 25;
  opacity: 0;
  transition: opacity .3s ease;
}
.b-union-m .b-group__labels-m,
.b-union-1-m .b-group__labels-m {
  opacity: 1;
}

.b-group__text-m {
  opacity: 0;
  transition: opacity .5s ease;
}
.b-union-m .b-group__text-m,
.b-union-1-m .b-group__text-m {
  opacity: 1;
}

.b-group__h3-m {
  position: absolute;
  font-size: 30px;
  line-height: 1.2em;
}
.b-group__h3_1-m {
  top: 10%;
  left: 0;
}
.b-group__h3_2-m {
  top: 7%;
  right: 0;
  max-width: 200px;
  text-align: right;
}

.b-group__h4-m {
  position: absolute;
  font-size: 20px;
  line-height: 1.2em;
}
.b-group__h4_1-m {
  top: 20%;
  right: 0;
}

.b-group__label-m {
  position: absolute;
  font-size: 20px;
  line-height: 1.2em;
}
/* .b-group__label > p {
  white-space: nowrap;
} */
.b-group__label_1-m {
  left: 0;
  bottom: 26%;
  border-bottom: 2px solid #333333;
  width: 24%;
}
.b-group__label_1-m::after {
  content: '';
  position: absolute;
  bottom: -25px;
  right: -45px;
  width: 40px;
  height: 40px;
  border: 5px solid #333333;
  border-radius: 50%;
}
.b-group__label_2-m {
  left: 0;
  bottom: 12%;
  padding-top: 3%;
  width: 30%;
  border-bottom: 2px solid #333333;
  border-right: 2px solid #333333;
}
.b-group__label_2-m::after {
  content: '';
  position: absolute;
  top: -45px;
  right: -25px;
  width: 40px;
  height: 40px;
  border: 5px solid #333333;
  border-radius: 50%;
}
.b-group__label_2-m > p:nth-child(2) {
  margin-bottom: -24px;
}
.b-group__label_3-m {
  right: 0;
  bottom: 45%;
  border-bottom: 2px solid #333333;
  width: 28%;
  text-align : right;
}
.b-group__label_3-m::after {
  content: '';
  position: absolute;
  top: 30px;
  left: -45px;
  width: 40px;
  height: 40px;
  border: 5px solid #333333;
  border-radius: 50%;
}
.b-group__label_3-m > p:nth-child(1) {
  margin-left: auto;
  margin-bottom: 5px;
  max-width: 200px;
  text-align: right;
}
.b-group__label_3-m > p:nth-child(2) {
  margin-bottom: -50px;
  margin-left: auto;
  max-width: 200px;
  text-align: right;
}
.b-group__label_4-m {
  right: 0;
  bottom: 18%;
  border-bottom: 2px solid #333333;
  width: 27%;
  text-align : right;
}
.b-group__label_4-m::after {
  content: '';
  position: absolute;
  top: 30px;
  left: -45px;
  width: 40px;
  height: 40px;
  border: 5px solid #333333;
  border-radius: 50%;
}
.b-group__label_4-m > p:nth-child(1) {
  margin-left: auto;
  margin-bottom: 5px;
  max-width: 200px;
  text-align: right;
}
.b-group__label_4-m > p:nth-child(2) {
  margin-bottom: -27px;
}
.b-group__opacity-m {
  transition: opacity 1s ease;
}

.b-label__opacity-m {
  transition: opacity 1.5s ease;
}
.b-label__right-m {
  transform: translateX(500px);
  transition: transform 1s ease 1s, opacity .6s ease 1s;
}
.b-label__left-m {
  transform: translateX(-500px);
  transition: transform 1s ease .5s, opacity .6s ease .5s;
}
.b-union-m .b-label__right-m,
.b-union-m .b-label__left-m,
.b-union-1-m .b-label__right-m,
.b-union-1-m .b-label__left-m {
  transform: translateX(0);
}

@media (max-width: 1200px) {
  .b-title-m {
    font-size: 25px;
    width: 230px;
  }

  .b-content-m > p {
    font-size: 560px; 
  }
  .b-content-m > img {
    max-height: 420px;
  }

  .b-content_1-m > img {
    margin-right: -380px;
  }
  .b-content_2-m > p {
    margin-right: -270px;
  }
  .b-content_2-m > img {
    margin-right: 180px;
  }
  .b-content_3-m > p {
    margin-right: -270px;
  }
  .b-content_3-m > img {
    margin-right: 240px;
  }
  .b-content_4-m > p {
    margin-right: -300px;
  }
  .b-content_4-m > img {
    margin-right: 260px;
  }

  .b-group__h3-m {
    font-size: 24px;
  }
  .b-group__h4-m {
    font-size: 16px;
  }
  .b-group__label-m {
    font-size: 16px;
    line-height: 24px;
  }

  .b-group__label_4-m > p:nth-child(1) {
    max-width: 140px;
  }
}

@media (max-width: 992px) {
  .b-title-m {
    margin-top: 40px;
  }

  .b-group__content-m {
    width: 660px;
  }
  .b-group__labels-m {
    right: calc(-8% + 20px);
    left: calc(-8% + 20px);
  }

  .b-group__body-m {
    padding-top: 150px;
    padding-bottom: 160px;
  }

  .b-group__h4_1-m {
    top: 22%;
  }
  .b-group__img-m > img {
    margin-right: 0;
    width: 60%;
  }

  .b-group__label_1-m {
    width: 13%;
  }
  .b-group__label_1-m::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -20px;
    width: 160px;
    height: 60px;
    background: rgba(255,255,255, .22);
    z-index: -1;
  }
  .b-group__label_2-m {
    bottom: 12%;
    width: 22%;
  }
  .b-group__label_2-m > p:nth-child(2) {
    margin-bottom: -48px;
  }
  
  .b-group__label_3-m {
    right: auto;
    left: 0;
    bottom: 49%;
    padding-bottom: 14%;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    border-bottom: none;
    width: 78%;
    text-align: left;
  }
  .b-group__label_3-m::after {
    top: 99%;
    right: -27px;
    left: auto;
  }
  .b-group__label_3-m::before {
    content: '';
    position: absolute;
    top: -40px;
    left: -20px;
    width: 280px;
    height: 90px;
    background: rgba(255,255,255, .22);
    z-index: -1;
  }
  .b-group__label_3-m p:nth-child(1) {
    margin-top: -25px;
    max-width: none;
  }
  .b-group__label_3-m > p:nth-child(2) {
    max-width: none;
  }
  .b-group__label_3-m > p:nth-child(1),
  .b-group__label_3-m > p:nth-child(2) {
    margin-left: 0;
    text-align: left;
  }

  .b-group__label_4-m {
    bottom: -9%;
    left: 0;
    padding-top: 10%;
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    width: 80%;
    text-align: left;
  }
  .b-group__label_4-m::after {
    top: -45px;
    left: auto;
    right: -26px;
  }
  .b-group__label_4-m > p:nth-child(1) {
    margin-left: 0;
    text-align: left;
  }
  
  .b-group__h3_1-m {
    top: 1%;
  }
  .b-group__h3_2-m {
    top: 1%;
  }
  .b-group__h4_1-m {
    top: 15%;
  }
}

@media (max-width: 768px) {
  .b-artical__1_5-m {
    height: calc(100vh * 2.5);
  }
  .b-artical__1_5-m .b-content-m {
    height: 38%;
  }

  .b-content_1-m > p {
    margin-right: 100px;
  }
  .b-content_1-m > img {
    margin-right: -260px;
  }
  .b-content_3-m > p {
    margin-right: -120px;
  }
  .b-content_3-m > img {
    margin-right: 290px;
  }
  .b-content_4-m > p {
    margin-right: -180px;
  }
  .b-content_4-m > img {
    margin-right: 290px;
  }

  .b-group__img-m {
    top: calc(70px + 9%);
    width: 47%;
  }
  .b-group__img-m > img {
    margin-right: -10%;
    width: 70%;
  }

  .b-union-m .b-group__text-m,
  .b-union-1-m .b-group__text-m {
    opacity: 0;
  }

  .b-union-m .b-group__bcgimg_1-m,
  .b-union-m .b-group__bcgimg_2-m,
  .b-union-m .b-group__bcgimg_3-m {
    opacity: 0;
  }
  .b-union-1-m .b-group__bcgimg_1-m,
  .b-union-1-m .b-group__bcgimg_3-m,
  .b-union-1-m .b-group__img-m {
    opacity: 0;
  }
  .b-union-1-m .b-group__bcgimg_2-m {
    opacity: 1;
  }
  .b-group__bcgimg_2-m {
    top: calc(70px + 4%);
    bottom: auto;
    width: 42%;
  }

  .b-group__body-m {
    padding-top: 200px;
    padding-bottom: 250px;
  }

  .b-group__h3_1-m {
    top: 5%;
  }
  .b-group__h3_2-m {
    top: 6%;
    right: auto;
    left: 0;
    text-align: left;
  }
  .b-group__h4_1-m {
    top: 15%;
    right: auto;
    left: 0;
  }

  .b-group__labels-m {
    right: 10px;
    left: 10px;
  }

  .b-group__label_1-m {
    left: 11%;
    bottom: 15%;
    padding-top: 39%;
    padding-left: 10px;
    border-bottom: none;
    border-left: 2px solid #333333;
    border-bottom: none;
    width: 54%;
  }
  .b-group__label_1-m::before {
    display: none;
  }
  .b-group__label_1-m::after {
    top: -32px;
    left: -18px;
    bottom: auto;
    right: auto;
    width: 26px;
    height: 26px;
    border: 4px solid #333333; 
  }
  .b-group__label_1-m p:nth-child(1) {
    margin-top: -25px;
  }
  .b-group__label_2-m {
    padding-top: 20%;
    padding-left: 10px;
    bottom: 21%;
    left: 19%;
    width: 58%;
    border-bottom: none;
    border-right: none;
    border-left: 2px solid #333333;
  }
  .b-group__label_2-m::after {
    top: -32px;
    left: -18px;
    right: auto;
    width: 26px;
    height: 26px;
    border: 4px solid #333333;
  }
  .b-group__label_2-m > p:nth-child(2) {
    margin-bottom: 0;
  }
  .b-group__label_3-m {
    padding-top: 49%;
    padding-bottom: 0;
    left: auto;
    right: 21%;
    bottom: 28%;
    width: 48%;
    border-top: none;
  }
  .b-group__label_3-m::before {
    display: none;
  }
  .b-group__label_3-m::after {
    top: -34px;
    right: -19px;
    width: 26px;
    height: 26px;
    border: 4px solid #333333;
  }
  .b-group__label_3-m > p:nth-child(2) {
    margin-bottom: 0;
  }
  .b-group__label_4-m {
    padding-top: 28%;
    left: auto;
    right: 11%;
    bottom: 17%;
    width: 37%;
    border-bottom: none;
  }
  .b-group__label_4-m::before {
    display: none;
  }
  .b-group__label_4-m::after {
    top: -34px;
    right: -18px;
    width: 26px;
    height: 26px;
    border: 4px solid #333333;
  }
  .b-group__label_4-m > p:nth-child(1) {
    max-width: none;
  }
  .b-group__label_4-m > p:nth-child(2) {
    margin-bottom: 0;
  }

  /* .b-union .b-group {
    padding-bottom: 180px;
    margin-left: calc(-10% + 20px);
    margin-right: calc(-10% + 20px);
  } */

  .b-group__content-m {
    padding-top: 70px;
    padding-bottom: 170px;
    max-width: 574px;
    width: 100%;
  }

  .b-union-m .b-group__h3_2-m,
  .b-union-m .b-group__h4_1-m,
  .b-union-m .b-group__label_3-m,
  .b-union-m .b-group__label_4-m {
    opacity: 0;
  }
  .b-union-m .b-group__label_1-m,
  .b-union-m .b-group__label_2-m {
    opacity: 1;
  }

  .b-union-1-m .b-group__h3_1-m {
    opacity: 0;
  }
  .b-union-1-m .b-group__h3_2-m,
  .b-union-1-m .b-group__h4_1-m,
  .b-union-1-m .b-group__label_3-m,
  .b-union-1-m .b-group__label_4-m {
    opacity: 1;
  }
}

@media (max-width: 574px) {
  .b-title-m {
    margin-top: 20px;
    transition: top .3s ease;
    /* transition: none; */
  }
  .b-content-m {
    transition: top .3s ease;
    /* transition: none; */
  }
  .b-content-m > p {
    font-size: 340px;
  }
  .b-content-m > img {
    max-height: 270px;
  }
  .b-content_1-m > img {
    margin-right: -150px;
  }
  .b-content_2-m > p {
    margin-right: -100px;
  }
  .b-content_3-m > img {
    margin-right: 190px;
  }

  .b-group__content-m {
    max-width: 320px;
    width: 100%;
  }
  .b-group__img-m {
    top: 22%;
    left: 0;
    width: 62%;
  }

  .b-group__bcgimg_2-m {
    top: 30%;
    right: -2%;
    width: 56%;
  }

  .b-group__label_1-m {
    left: 1%;
    bottom: 0%;
    padding-top: 64%;
    width: 85%;
  }
  .b-group__label_2-m {
    left: 14%;
    bottom: 8%;
    padding-top: 31%;
    width: 63%;
  }
  .b-group__label_3-m {
    padding-top: 54%;
    right: 13%;
    bottom: 12%;
    width: 90%;
  }
  .b-group__label_4-m {
    padding-top: 27%;
    right: 0%;
    bottom: -1%;
    width: 70%;
  }

  .b-group__h3_1-m {
    top: 8%;
  }
  .b-group__h3_2-m {
    top: 8%;
  }
  .b-group__h4_1-m {
    top: 22%;
  }
}

