.description-with-anchors {
  margin-bottom: 68px;
}
@media screen and (min-width: 768px) {
  .description-with-anchors {
    margin-bottom: 84px;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-anchors {
    margin-bottom: 108px;
  }
}
.description-with-anchors__text-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.description-with-anchors__title {
  margin-bottom: 40px;
  word-break: break-word;
  hyphens: auto;
}
@media screen and (min-width: 768px) {
  .description-with-anchors__title {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-anchors__title {
    margin-bottom: 64px;
    width: 1060px;
  }
}
.description-with-anchors__text {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .description-with-anchors__text {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .description-with-anchors__text {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1440px) {
  .description-with-anchors__anchors {
    display: flex;
  }
}
.description-with-anchors__anchors_block1 {
  margin-right: 40px;
}
.description-with-anchors__video {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .description-with-anchors__video {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .description-with-anchors__video {
    margin-bottom: 0;
  }
}
.description-with-anchors__video-svg1 {
  transition: all 0.2s;
}
.description-with-anchors__video-svg2 {
  transition: all 0.2s;
}
.description-with-anchors__video-icon {
  margin-right: 24px;
  width: 64px;
  height: 64px;
}
@media screen and (min-width: 1440px) {
  .description-with-anchors__video-icon {
    width: 80px;
    height: 80px;
  }
}
.description-with-anchors__video-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.description-with-anchors__video-subtitle {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  opacity: 0.5;
  font-weight: 400;
  margin-bottom: 4px;
  display: inline-block;
}
@media screen and (min-width: 1440px) {
  .description-with-anchors__video-subtitle {
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
  }
}
.description-with-anchors__video-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  transition: all 0.2s;
}
@media screen and (min-width: 1440px) {
  .description-with-anchors__video-title {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-l);
  }
}

.description-with-anchors__video:hover .description-with-anchors__video-svg1 {
  fill: var(--color-orange);
  transition: all 0.2s;
}

.description-with-anchors__video:hover .description-with-anchors__video-svg2 {
  fill: var(--color-white);
  transition: all 0.2s;
}

.description-with-anchors__video:hover .description-with-anchors__video-title {
  color: var(--color-orange);
  transition: all 0.2s;
}
