@keyframes pulse {
  0% {
    transform: scale(0.2);
    border-color: #851B7D;
  }
  100% {
    transform: scale(1);
    border-color: rgba(133, 27, 125, 0);
  }
}

@media screen and (min-width: 767px) {
    .who {
        background-size: contain;
        background-position: top center;
    }
}

.boxTraсy br.mob {
    display: none;
}

@media screen and (max-width: 767px) {
    .boxTraсy br {
        display: none;
    }
    .boxTraсy br.mob {
        display: block;
    }
}

.boxTraсy {
    width: 100%;
    margin: 21rem 0 0;
}
@media screen and (max-width: 767px) {
    .boxTraсy {
        margin: 15rem -0px 0;
    }
}
.boxTraсy .boxTraсy__content_top {
    width: 56.6rem;
}
@media screen and (max-width: 767px) {
    .boxTraсy .boxTraсy__content_top {
        width: 100%;
        padding: 2rem;
    }
}
.boxTraсy .boxTraсy__content {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .boxTraсy .boxTraсy__content {
        flex-direction: column-reverse;
        margin-left: -4rem;
        margin-right: -4rem;
        background: #373737;
    }
}
.boxTraсy .img {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
}
.boxTraсy .play {
    width: 9rem;
    height: 9rem;
    top: calc(50% - 4.5rem);
    right: calc(50% - 4.5rem);
    position: absolute;
}
.boxTraсy .play svg {
    width: 100%;
    height: 100%;
}
.boxTraсy .play svg circle {
    fill: #851B7D;
}
.boxTraсy .play .p {
    position: absolute;
    left: calc((27rem / 3 - 29rem) / 2);
    top: calc((29rem / 3 - 29rem) / 2);
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid transparent;
    width: 29rem;
    height: 29rem;
}
.play .p1 {
  animation: pulse 3s infinite;
}
.play .p2 {
  animation: pulse 3s infinite;
  animation-delay: 0.5s;
}
.play .p3 {
  animation: pulse 3s infinite;
  animation-delay: 1s;
}
.play .p4 {
  animation: pulse 3s infinite;
  animation-delay: 1.5s;
}
.play .p5 {
  animation: pulse 3s infinite;
  animation-delay: 2s;
}
.play .p6 {
  animation: pulse 3s infinite;
  animation-delay: 2.5s;
}
.boxTraсy .boxTraсy__content_bottom {
    position: relative;
    background: #373737;
    border-radius: 1rem;
    width: 88rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: start;
    max-height: inherit;
    height: auto;
    padding: 3rem 2.8rem;
    /* margin: 0 2.5rem; */
}
@media screen and (max-width: 767px) {
    .boxTraсy .boxTraсy__content_bottom {
        width: 100%;
        padding: 8rem 2rem 2rem;
    }
}
.boxTraсy .boxTraсy__content_bottom::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -2.5rem;
    width: 5rem;
    height: 3.223rem;
    background: url('../img/quote.png') no-repeat center/contain;
}
@media screen and (max-width: 767px) {
    .boxTraсy .boxTraсy__content_bottom::before {
        left: 2rem;
        top: 2rem;
    }
}
.boxTraсy .boxTraсy__content_bottom::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: -2.5rem;
    width: 5rem;
    height: 3.223rem;
    background: url('../img/quote.png') no-repeat center/contain;
}
@media screen and (max-width: 767px) {
    .boxTraсy .boxTraсy__content_bottom::after {
        content: none
    }
}
.boxTraсy .boxTraсy__content_bottom .boxTraсy__content_text {
    text-align: left;
    padding: 0;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 0;
    margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
    .boxTraсy .boxTraсy__content_bottom .boxTraсy__content_text {
        line-height: 4.3rem;
    }
}
.boxTraсy .boxTraсy__content_bottom small {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem;
    color: #fff;
}

.grtyoutube-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 11111;
}

.grtyoutube-popup-content {
  border: 1px solid #4F4C5C;
  background: linear-gradient(168.55deg, rgba(206, 158, 255, 0.1) -4.52%, rgba(206, 158, 255, 0.025) 112.85%);
  padding: 10px;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .grtyoutube-popup-content {
    max-width: 100%;
    max-height: 240px;
  }
}

.grtyoutube-popup-close {
  position: absolute;
  cursor: pointer;
  right: -20px;
  top: -20px;
  width: 50px;
  height: 50px;
  background: url("../images/icon/close.webp") no-repeat center/contain;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .grtyoutube-popup-close {
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 15px 0 15px 15px;
    overflow: hidden;
  }
}
.grtyoutube-popup-close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #808080;
}
.grtyoutube-popup-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/icon/close.png") no-repeat center/contain;
}
.grtyoutube-popup-close:hover {
  transform: scale(0.8);
}
.grtyoutube-iframe {
    width: 100%;
    height: 100%;
}
