/* sass --watch kabel.by/style.scss:kabel.by/style.css */
.casePageWrapper .caseBanner {
  position: relative;
}
.casePageWrapper .textContainer {
  font-size: 18px;
  line-height: 32px;
}
.casePageWrapper .bannerTitle {
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  font-weight: 600;
}
.casePageWrapper img {
  max-height: none;
  max-width: none;
}
.casePageWrapper .checkList {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.casePageWrapper .checkList li {
  position: relative;
  padding-left: 65px;
}
.casePageWrapper .checkList li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/kabel.by/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 37px;
  height: 34px;
  left: 0;
  top: 4px;
}
.casePageWrapper .checkList li + li {
  margin-top: 52px;
}
.casePageWrapper .checkList b {
  font-size: 23px;
}
.casePageWrapper .iconList {
  font-size: 18px;
  line-height: 28px;
  color: #1d1d1d;
  margin: -50px -48px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.casePageWrapper .iconList li {
  position: relative;
  width: 50%;
  padding-left: 109px;
  margin-top: 50px;
  min-height: 64px;
  padding-right: 48px;
}
.casePageWrapper .iconList .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background-color: #EF1F23;
  box-shadow: 0px 15px 60px rgba(122, 92, 154, 0.2);
  background-repeat: no-repeat;
  background-position: center;
}
.casePageWrapper .checkCircleList {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}
.casePageWrapper .checkCircleList li {
  position: relative;
  padding-left: 40px;
}
.casePageWrapper .checkCircleList li:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/kabel.by/icon-circle-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 28px;
  left: 0;
  top: 0;
}
.casePageWrapper .checkCircleList li + li {
  margin-top: 42px;
}
.casePageWrapper .dotList {
  font-size: 18px;
  line-height: 32px;
  color: #000;
}
.casePageWrapper .dotList li {
  position: relative;
  padding-left: 30px;
}
.casePageWrapper .dotList li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  left: 16px;
  border-radius: 50%;
  background-color: #000;
  top: 14px;
}
.casePageWrapper .dotList li + li {
  margin-top: 18px;
}
.casePageWrapper .sectionImage img {
  max-width: 100%;
}
.casePageWrapper .imageContainer img {
  display: block;
}
.casePageWrapper .preTitle {
  display: block;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.casePageWrapper .preTitle + .sectionTitle {
  margin-top: 23px;
}
.casePageWrapper .sectionTitle {
  font-size: 50px;
  line-height: 65px;
  color: #212121;
  font-weight: normal;
}
.casePageWrapper .stepTitle {
  display: block;
  font-size: 36px;
  line-height: 44px;
  font-weight: normal;
  margin-bottom: 44px;
}
@media (max-width: 1919px) {
  .casePageWrapper .checkList li + li {
    margin-top: 32px;
  }
}
@media (max-width: 1199px) {
  .casePageWrapper .textContainer {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .sectionTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .casePageWrapper .stepTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
  .casePageWrapper .preTitle {
    letter-spacing: 0.2em;
  }
  .casePageWrapper .preTitle + .sectionTitle {
    margin-top: 20px;
  }
  .casePageWrapper .dotList {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .checkCircleList {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .checkCircleList li + li {
    margin-top: 32px;
  }
  .casePageWrapper .iconList {
    font-size: 14px;
    line-height: 22px;
    margin-top: -32px;
    margin-right: -40px;
  }
  .casePageWrapper .iconList li {
    margin-top: 32px;
    padding-left: 90px;
    padding-right: 40px;
  }
  .casePageWrapper .dotList li {
    padding-left: 20px;
  }
  .casePageWrapper .dotList li:before {
    left: 5px;
    top: 10px;
  }
  .casePageWrapper .checkList {
    font-size: 14px;
    line-height: 22px;
  }
  .casePageWrapper .checkList li {
    padding-left: 40px;
  }
  .casePageWrapper .checkList li:before {
    width: 24px;
    height: 22px;
  }
  .casePageWrapper .checkList li + li {
    margin-top: 22px;
  }
  .casePageWrapper .checkList b {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .casePageWrapper .iconList {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
  }
  .casePageWrapper .iconList li {
    padding-right: 0px;
    width: 100%;
    padding-left: 80px;
  }
}
.caseKabel .accent {
  color: #EF1F23;
}
.caseKabel .caseBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding-top: 102px;
  padding-bottom: 74px;
  color: #fff;
}
.caseKabel .caseBanner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(217, 217, 217, 0) 100%);
  left: 0;
  top: 0;
  z-index: -1;
}
.caseKabel .caseBanner .bannerTitle {
  margin-bottom: 58px;
}
.caseKabel .caseBanner .textContainer {
  line-height: 28px;
}
.caseKabel .caseBanner .textContainer > * + * {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .caseKabel .caseBanner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseKabel .caseBanner .bannerTitle {
    margin-bottom: 36px;
  }
  .caseKabel .caseBanner .textContainer {
    line-height: 24px;
  }
  .caseKabel .caseBanner .textContainer > * + * {
    margin-top: 32px;
  }
}
.caseKabel .bannerContent {
  max-width: 645px;
}
.caseKabel .preTitle {
  color: #000;
}
.caseKabel .preTitle .count {
  color: #EF1F23;
}
.caseKabel .preTitle.varColor {
  color: #fff;
}
.caseKabel .preTitle.varColor2 {
  color: #EF1F23;
}
.caseKabel .preTitle.varColor2 .count {
  color: #fff;
}
.caseKabel .preTitle.varColor3 {
  color: #C1C0C0;
}
.caseKabel .preTitle.center {
  text-align: center;
}
.caseKabel .textColumns {
  display: flex;
  margin: 0 -38px;
}
.caseKabel .textColumns .textContainer {
  padding: 0 38px;
  max-width: 605px;
}
@media (max-width: 1199px) {
  .caseKabel .textColumns {
    margin: 0 -20px;
  }
  .caseKabel .textColumns .textContainer {
    padding: 0 20px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .caseKabel .textColumns {
    display: block;
    margin: 0;
  }
  .caseKabel .textColumns .textContainer {
    padding: 0;
    width: 100%;
  }
  .caseKabel .textColumns .textContainer + .textContainer {
    margin-top: 22px;
  }
}
.caseKabel .columnsList {
  display: flex;
  margin: 0 -40px;
}
.caseKabel .columnsList ul {
  width: 50%;
  padding: 0 40px;
}
.caseKabel .columnsList li + li {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .caseKabel .columnsList {
    margin: 0 -20px;
  }
  .caseKabel .columnsList ul {
    padding: 0 20px;
  }
  .caseKabel .columnsList li + li {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  .caseKabel .columnsList {
    display: block;
    margin: 0;
  }
  .caseKabel .columnsList ul {
    width: 100%;
    padding: 0;
  }
  .caseKabel .columnsList ul + ul {
    margin-top: 22px;
  }
}
.caseKabel .caseStart {
  padding: 65px 0;
  position: relative;
  z-index: 1;
}
.caseKabel .caseStart .sectionTitle {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .caseKabel .caseStart {
    padding: 60px 0;
  }
}
.caseKabel .goalChapter {
  background-color: #D9D9D9;
  padding: 65px 0 60px;
  position: relative;
}
.caseKabel .goalChapter .sectionTitle {
  font-weight: 500;
}
.caseKabel .goalChapter .visualImage {
  width: 559px;
  height: 317px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -115px;
  left: -104px;
}
.caseKabel .goalChapter .preTitle + .sectionTitle {
  margin-top: 46px;
}
@media (max-width: 1919px) {
  .caseKabel .goalChapter {
    padding-bottom: 160px;
  }
}
@media (max-width: 1599px) {
  .caseKabel .goalChapter .visualImage {
    left: 50%;
    margin-left: -900px;
  }
}
@media (max-width: 1199px) {
  .caseKabel .goalChapter .preTitle + .sectionTitle {
    margin-top: 20px;
  }
  .caseKabel .goalChapter .visualImage {
    width: 320px;
    margin-left: -600px;
  }
}
@media (max-width: 991px) {
  .caseKabel .goalChapter {
    padding-bottom: 100px;
  }
  .caseKabel .goalChapter .visualImage {
    width: 280px;
    margin-left: -496px;
  }
}
@media (max-width: 767px) {
  .caseKabel .goalChapter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseKabel .goalChapter .visualImage {
    width: 240px;
    margin-left: -384px;
  }
}
@media (max-width: 479px) {
  .caseKabel .goalChapter .visualImage {
    margin-left: -340px;
    top: -160px;
  }
}
.caseKabel .goalPanel {
  background-color: #EF1F23;
  border-radius: 28px;
  max-width: 641px;
  margin: 48px auto 0;
  padding: 44px 53px 39px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
}
.caseKabel .goalPanel .icon {
  color: #EF1F23;
  margin: 0 auto 31px;
}
@media (max-width: 1199px) {
  .caseKabel .goalPanel {
    margin-top: 40px;
    font-size: 18px;
    line-height: 28px;
    padding: 40px 53px;
  }
}
@media (max-width: 767px) {
  .caseKabel .goalPanel {
    font-size: 16px;
    line-height: 24px;
    padding: 40px 20px;
  }
}
.caseKabel .infoPanel {
  background-color: #EF1F23;
  border-radius: 22px;
  max-width: 937px;
  margin: 0 auto;
  padding: 25px 46px;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.caseKabel .infoPanel + * {
  margin-top: 86px;
}
@media (max-width: 1199px) {
  .caseKabel .infoPanel {
    font-size: 24px;
    line-height: 32px;
    max-width: 640px;
  }
  .caseKabel .infoPanel + * {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .caseKabel .infoPanel {
    font-size: 18px;
    line-height: 28px;
    padding: 25px 30px;
  }
}
@media (max-width: 479px) {
  .caseKabel .infoPanel {
    padding: 15px 20px;
  }
}
.caseKabel .taskChapter {
  padding: 57px 0 74px;
  position: relative;
}
.caseKabel .taskChapter .sectionTitle {
  margin-bottom: 56px;
}
.caseKabel .taskChapter .sectionContent {
  max-width: 524px;
}
.caseKabel .taskChapter .visualImage {
  width: 543px;
  height: 847px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 339px;
}
@media (max-width: 1919px) {
  .caseKabel .taskChapter .visualImage {
    width: 440px;
    height: 686px;
    margin-left: 0px;
    left: auto;
    right: 90px;
  }
}
@media (max-width: 1199px) {
  .caseKabel .taskChapter .sectionContent {
    max-width: 50%;
  }
  .caseKabel .taskChapter .sectionTitle {
    margin-bottom: 40px;
  }
  .caseKabel .taskChapter .visualImage {
    width: 360px;
    height: 562px;
    right: 60px;
  }
}
@media (max-width: 991px) {
  .caseKabel .taskChapter .visualImage {
    width: 360px;
    height: 562px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .caseKabel .taskChapter {
    padding-bottom: 0;
  }
  .caseKabel .taskChapter .sectionContent {
    max-width: 100%;
  }
  .caseKabel .taskChapter .visualImage {
    width: 290px;
    height: 452px;
    right: auto;
    position: relative;
    bottom: auto;
    margin: 40px auto 0;
  }
}
.caseKabel .caseAnalysis {
  background-color: #D9D9D9;
  padding-top: 65px;
  padding-bottom: 82px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.caseKabel .caseAnalysis .sectionTitle {
  margin-bottom: 33px;
}
.caseKabel .caseAnalysis:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/kabel.by/audience-line.svg);
  background-repeat: no-repeat;
  background-position: center calc(50% - 50px);
  background-size: 100% auto;
  z-index: -1;
}
@media (max-width: 1199px) {
  .caseKabel .caseAnalysis {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .caseKabel .caseAnalysis:before {
    display: none;
  }
}
.caseKabel .audienceList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}
.caseKabel .audienceList .item {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 11px;
  line-height: 16px;
}
.caseKabel .audienceList .item:before {
  content: "";
  width: 211px;
  height: 346px;
  background-color: #fff;
  border-radius: 15px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.caseKabel .audienceList .item:nth-child(2n+1) {
  margin-top: 22px;
}
.caseKabel .audienceList .text {
  background-color: #EF1F23;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 9px 21px 10px;
  max-width: 250px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .caseKabel .audienceList .item img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .caseKabel .audienceList {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 40px;
  }
  .caseKabel .audienceList .item + .item {
    margin-top: 20px;
  }
  .caseKabel .audienceList .text {
    padding: 9px 10px 10px;
  }
}
.caseKabel .processHead {
  padding-top: 71px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .caseKabel .processHead {
    padding-top: 60px;
  }
}
.caseKabel .caseResults {
  padding-top: 82px;
  padding-bottom: 113px;
  position: relative;
  overflow: hidden;
}
.caseKabel .caseResults .sectionTitle {
  margin-bottom: 58px;
  color: #EF1F23;
}
.caseKabel .caseResults .sectionImage {
  width: 666px;
  position: absolute;
  margin-left: 184px;
  bottom: -116px;
  left: 584px;
  display: flex;
  align-items: flex-end;
}
.caseKabel .caseResults .sectionInner {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.caseKabel .caseResults .info {
  max-width: 594px;
  margin-left: 20px;
}
.caseKabel .caseResults:before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/kabel.by/visual-result.png);
  width: 457px;
  height: 331px;
  left: 50%;
  top: 0;
  margin-left: -1054px;
}
@media (max-width: 1919px) {
  .caseKabel .caseResults {
    padding-bottom: 80px;
  }
  .caseKabel .caseResults:before {
    width: 360px;
    height: 260px;
    margin-left: -920px;
  }
  .caseKabel .caseResults .sectionImage {
    width: calc(100% - 614px - 40px);
    margin-left: 80px;
    bottom: -80px;
  }
}
@media (max-width: 1599px) {
  .caseKabel .caseResults:before {
    width: 280px;
    height: 202px;
    margin-left: 0px;
    left: -60px;
    top: -105px;
  }
}
@media (max-width: 1199px) {
  .caseKabel .caseResults {
    padding-bottom: 60px;
  }
  .caseKabel .caseResults .sectionTitle {
    margin-bottom: 40px;
  }
  .caseKabel .caseResults .info {
    max-width: 50%;
  }
  .caseKabel .caseResults .sectionImage {
    width: calc(50% - 40px);
    left: 50%;
    margin-left: 40px;
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .caseKabel .caseResults {
    padding-bottom: 0;
  }
  .caseKabel .caseResults .info {
    max-width: 100%;
    margin-left: 0;
  }
  .caseKabel .caseResults .sectionInner {
    display: block;
  }
  .caseKabel .caseResults .sectionImage {
    width: 200px;
    position: relative;
    left: auto;
    margin: 40px auto 0;
    bottom: auto;
  }
}
.caseKabel .resultBullets {
  display: flex;
  justify-content: center;
  margin: 105px -42px 0;
}
.caseKabel .resultBullets .statistic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 42px;
  text-align: center;
  border-radius: 50%;
  width: 218px;
  height: 218px;
  background-color: #EF1F23;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  padding: 28px;
}
.caseKabel .resultBullets .num {
  font-size: 70px;
  line-height: 1;
  font-weight: 600;
  margin-top: 8px;
}
@media (max-width: 1919px) {
  .caseKabel .resultBullets {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .caseKabel .resultBullets {
    margin: 40px -20px 0;
  }
  .caseKabel .resultBullets .statistic {
    margin: 0 20px;
    width: 180px;
    height: 180px;
    font-size: 14px;
    padding: 20px;
  }
  .caseKabel .resultBullets .num {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .caseKabel .resultBullets {
    margin: 40px -10px 0;
  }
  .caseKabel .resultBullets .statistic {
    margin: 0 10px;
    width: 160px;
    height: 160px;
    font-size: 12px;
    line-height: 18px;
    padding: 15px;
  }
  .caseKabel .resultBullets .num {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .caseKabel .resultBullets {
    justify-content: space-around;
  }
  .caseKabel .resultBullets .statistic {
    margin: 0 10px;
    width: 135px;
    height: 135px;
  }
}
.caseKabel .stepTitle.color2 {
  color: #fff;
}
.caseKabel .stepTitle.color3 {
  color: #951122;
}
.caseKabel .stepTitle.color4 {
  color: #EB9BB8;
}
.caseKabel .stepTitle .count {
  color: #EF1F23;
}
.caseKabel .stepTitle .count.color2 {
  color: #fff;
}
.caseKabel .stepTitle .count.color3 {
  color: #951122;
}
.caseKabel .stepTitle .count.color4 {
  color: #000;
}
.caseKabel .stepTitle.center {
  text-align: center;
}
.caseKabel .textRow {
  display: flex;
  justify-content: space-between;
  max-width: 1052px;
  margin: 0 auto;
}
.caseKabel .textRow .textContainer {
  width: calc(50% - 40px);
}
.caseKabel .textRow + .textRow {
  margin-top: 42px;
}
.caseKabel .finishedChapter {
  margin-top: 92px;
  padding-top: 98px;
  position: relative;
}
.caseKabel .finishedChapter .finishedLine {
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 1199px) {
  .caseKabel .finishedChapter {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.caseKabel .finishedLine {
  margin: 54px auto 80px;
  position: relative;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 3px solid #EF1F23;
}
.caseKabel .finishedLine:before, .caseKabel .finishedLine:after {
  content: "";
  display: block;
  position: absolute;
  width: 295px;
  border-bottom: 3px solid #EF1F23;
  top: 3px;
  border-radius: 2px;
}
.caseKabel .finishedLine:before {
  right: 100%;
  margin-right: 11px;
}
.caseKabel .finishedLine:after {
  left: 100%;
  margin-left: 11px;
}
@media (max-width: 1199px) {
  .caseKabel .finishedLine {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .caseKabel .finishedLine {
    margin-bottom: 44px;
  }
  .caseKabel .finishedLine:before, .caseKabel .finishedLine:after {
    width: 206px;
  }
}
@media (max-width: 479px) {
  .caseKabel .finishedLine:before, .caseKabel .finishedLine:after {
    width: calc((100vw - 15px - 22px - 16px) / 2);
  }
}
.caseKabel .processStep .sectionImage {
  position: relative;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.caseKabel .processStep .sectionImage img {
  margin: 0 auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.25);
}
.caseKabel .processStep .visualImages img {
  box-shadow: none;
}
.caseKabel .processStep:first-child .stepHead {
  padding-bottom: 76px;
  position: relative;
}
.caseKabel .processStep:first-child .stepHead:after {
  content: "";
  display: block;
  position: absolute;
  width: 288px;
  height: 288px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -44px;
  left: 50%;
  margin-left: 710px;
  background-image: url(/img/kabel.by/visual-step-1.png);
}
.caseKabel .processStep:first-child .iconList {
  position: relative;
  z-index: 2;
}
.caseKabel .processStep:first-child .stepContent {
  padding-top: 82px;
  padding-bottom: 82px;
  background-color: #D9D9D9;
}
.caseKabel .processStep:first-child .stepChapter + .stepChapter {
  margin-top: 205px;
}
.caseKabel .processStep:first-child .stepChapter .sectionImage {
  position: relative;
}
.caseKabel .processStep:first-child .stepChapter .sectionImage:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.caseKabel .processStep:first-child .stepChapter:first-child .sectionImage:after {
  background-image: url(/img/kabel.by/visual-step-1-2.png);
  width: 495px;
  height: 360px;
  bottom: 0;
  right: -159px;
}
.caseKabel .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
  z-index: 1;
}
.caseKabel .processStep:first-child .stepChapter:nth-child(2) .sectionImage:after {
  background-image: url(/img/kabel.by/visual-step-1-3.png);
  width: 2234px;
  height: 1738px;
  bottom: -422px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.caseKabel .processStep:first-child .visualImages img {
  position: absolute;
}
.caseKabel .processStep:first-child .visualImages img:first-child {
  width: 465px;
  height: 948px;
  left: -334px;
  top: 140px;
}
.caseKabel .processStep:first-child .visualImages img:nth-child(2) {
  width: 459px;
  height: 934px;
  right: -275px;
  bottom: 58px;
}
.caseKabel .processStep:first-child .finishedChapter .sectionImage {
  position: relative;
}
.caseKabel .processStep:first-child .finishedChapter .sectionImage:after {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/kabel.by/visual-step-1-4.png);
  width: 512px;
  height: 384px;
  top: 174px;
  right: 0px;
}
.caseKabel .processStep:first-child .finishedChapter img {
  width: 1196px;
  max-width: 1196px;
}
.caseKabel .processStep:first-child .finishedChapter img:first-child {
  margin-left: -246px;
}
.caseKabel .processStep:first-child .finishedChapter img:nth-child(2) {
  margin-left: 232px;
  margin-top: -179px;
  position: relative;
}
@media (max-width: 1919px) {
  .caseKabel .processStep:first-child .stepHead:after {
    bottom: -100px;
    left: auto;
    margin-left: 0;
    right: 0;
    width: 220px;
    height: 220px;
  }
  .caseKabel .processStep:first-child .stepChapter + .stepChapter {
    margin-top: 120px;
  }
  .caseKabel .processStep:first-child .stepChapter:first-child .sectionImage:after {
    width: 390px;
    height: 284px;
    right: -30px;
  }
  .caseKabel .processStep:first-child .visualImages img:first-child {
    width: 360px;
    height: 734px;
    left: -100px;
    top: 240px;
  }
  .caseKabel .processStep:first-child .visualImages img:nth-child(2) {
    width: 360px;
    height: 732px;
    right: -100px;
  }
  .caseKabel .processStep:first-child .finishedChapter img {
    width: 840px;
    max-width: 840px;
  }
  .caseKabel .processStep:first-child .finishedChapter img:first-child {
    margin-left: 0px;
  }
  .caseKabel .processStep:first-child .finishedChapter img:nth-child(2) {
    margin-left: 330px;
    margin-top: -140px;
  }
  .caseKabel .processStep:first-child .finishedChapter .sectionImage:after {
    width: 380px;
    height: 285px;
    top: 115px;
  }
}
@media (max-width: 1439px) {
  .caseKabel .processStep:first-child .stepHead:after {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1199px) {
  .caseKabel .processStep:first-child .stepHead:after {
    width: 140px;
    height: 140px;
    bottom: -60px;
  }
  .caseKabel .processStep:first-child .stepContent {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .caseKabel .processStep:first-child .stepChapter + .stepChapter {
    margin-top: 80px;
  }
  .caseKabel .processStep:first-child .stepChapter:first-child .sectionImage:after {
    width: 280px;
    height: 204px;
    right: -15px;
  }
  .caseKabel .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    max-width: calc(100% - 180px);
    margin-right: auto;
    margin-left: auto;
  }
  .caseKabel .processStep:first-child .visualImages img:first-child {
    width: 240px;
    height: 490px;
    left: -105px;
  }
  .caseKabel .processStep:first-child .visualImages img:nth-child(2) {
    width: 240px;
    height: 488px;
    right: -105px;
  }
  .caseKabel .processStep:first-child .finishedChapter img {
    width: 660px;
    max-width: 660px;
  }
  .caseKabel .processStep:first-child .finishedChapter img:nth-child(2) {
    margin-left: 301px;
    margin-top: -100px;
  }
  .caseKabel .processStep:first-child .finishedChapter .sectionImage:after {
    width: 300px;
    height: 225px;
    top: 115px;
    right: 25px;
  }
}
@media (max-width: 991px) {
  .caseKabel .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    max-width: calc(100% - 120px);
  }
  .caseKabel .processStep:first-child .visualImages img:first-child {
    width: 200px;
    height: 408px;
    left: -75px;
  }
  .caseKabel .processStep:first-child .visualImages img:nth-child(2) {
    width: 200px;
    height: 407px;
    right: -75px;
  }
  .caseKabel .processStep:first-child .finishedChapter img {
    width: 560px;
    max-width: 560px;
  }
  .caseKabel .processStep:first-child .finishedChapter img:nth-child(2) {
    margin-left: 178px;
  }
  .caseKabel .processStep:first-child .finishedChapter .sectionImage:after {
    width: 240px;
    height: 180px;
    top: 65px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .caseKabel .processStep:first-child .stepHead:after {
    width: 120px;
    height: 120px;
    bottom: -40px;
  }
  .caseKabel .processStep:first-child .stepChapter:first-child .sectionImage:after {
    width: 160px;
    height: 117px;
  }
  .caseKabel .processStep:first-child .stepChapter:nth-child(2) .sectionImage {
    max-width: 100%;
  }
  .caseKabel .processStep:first-child .visualImages {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 20px;
  }
  .caseKabel .processStep:first-child .visualImages img {
    position: relative;
  }
  .caseKabel .processStep:first-child .visualImages img:first-child {
    width: 200px;
    left: auto;
    top: auto;
    height: auto;
  }
  .caseKabel .processStep:first-child .visualImages img:nth-child(2) {
    width: 200px;
    right: auto;
    bottom: auto;
    height: auto;
  }
  .caseKabel .processStep:first-child .finishedChapter img {
    width: 100%;
    max-width: 100%;
  }
  .caseKabel .processStep:first-child .finishedChapter img:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .caseKabel .processStep:first-child .finishedChapter .sectionImage:after {
    width: 150px;
    height: 120px;
    top: 50%;
    margin-top: -60px;
    right: -15px;
  }
}
@media (max-width: 479px) {
  .caseKabel .processStep:first-child .visualImages img:first-child, .caseKabel .processStep:first-child .visualImages img:nth-child(2) {
    width: 145px;
  }
}
.caseKabel .processStep:nth-child(2) {
  padding: 111px 0 0px;
}
.caseKabel .processStep:nth-child(2) .sectionImage {
  margin-top: 60px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .caseKabel .processStep:nth-child(2) {
    padding-top: 60px;
  }
  .caseKabel .processStep:nth-child(2) .sectionImage {
    margin-top: 40px;
  }
}
.caseKabel .processStep:nth-child(3) {
  margin-top: -118px;
  padding-top: 188px;
  padding-bottom: 166px;
  background-color: #D9D9D9;
  position: relative;
}
.caseKabel .processStep:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(/img/kabel.by/visual-step-3.png);
  width: 548px;
  height: 634px;
  top: 50%;
  left: 0;
  margin-top: -160px;
}
.caseKabel .processStep:nth-child(3) .sectionImage {
  margin-top: 40px;
}
.caseKabel .processStep:nth-child(3) .visualImages {
  position: absolute;
  bottom: -287px;
  right: -222px;
}
.caseKabel .processStep:nth-child(3) .columnsList {
  position: relative;
  z-index: 1;
}
@media (max-width: 1919px) {
  .caseKabel .processStep:nth-child(3):after {
    width: 360px;
    height: 416px;
    left: 50%;
    margin-left: -960px;
  }
  .caseKabel .processStep:nth-child(3) .visualImages {
    right: -30px;
    width: 360px;
  }
}
@media (max-width: 1599px) {
  .caseKabel .processStep:nth-child(3):after {
    width: 290px;
    height: 335px;
    margin-left: -40px;
    margin-top: -185px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .caseKabel .processStep:nth-child(3) {
    margin-top: -80px;
    padding-top: 140px;
    padding-bottom: 80px;
  }
  .caseKabel .processStep:nth-child(3):after {
    width: 220px;
    height: 254px;
    margin-left: -20px;
    margin-top: -125px;
  }
  .caseKabel .processStep:nth-child(3) .visualImages {
    width: 240px;
    bottom: -160px;
  }
}
@media (max-width: 767px) {
  .caseKabel .processStep:nth-child(3) {
    padding-bottom: 40px;
  }
  .caseKabel .processStep:nth-child(3):after {
    display: none;
  }
  .caseKabel .processStep:nth-child(3) .visualImages {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 20px auto 0;
    width: 200px;
  }
}
.caseKabel .processStep:nth-child(4) {
  padding-top: 70px;
}
.caseKabel .processStep:nth-child(4) .sectionImage {
  margin-top: 44px;
}
.caseKabel .processStep:nth-child(4) .visualImages {
  position: absolute;
  bottom: -233px;
  right: -112px;
}
@media (max-width: 1919px) {
  .caseKabel .processStep:nth-child(4) .visualImages {
    right: -15px;
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .caseKabel .processStep:nth-child(4) .visualImages {
    width: 320px;
    bottom: -170px;
  }
}
@media (max-width: 767px) {
  .caseKabel .processStep:nth-child(4) .visualImages {
    width: 290px;
    bottom: auto;
    right: auto;
    position: relative;
    margin: 20px auto 0;
  }
}
.caseKabel .processStep:nth-child(5) {
  margin-top: -99px;
  padding-top: 287px;
  background-color: #d9d9d9;
}
.caseKabel .processStep:nth-child(5) .sectionImage {
  margin-top: 69px;
}
@media (max-width: 1199px) {
  .caseKabel .processStep:nth-child(5) {
    margin-top: -80px;
    padding-top: 220px;
  }
  .caseKabel .processStep:nth-child(5) .sectionImage {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .caseKabel .processStep:nth-child(5) {
    padding-top: 140px;
  }
}
.caseKabel .processStep:nth-child(6) {
  padding-top: 70px;
  padding-bottom: 85px;
  background-color: #d9d9d9;
}
.caseKabel .processStep:nth-child(6) .sectionImage {
  margin-top: 70px;
}
.caseKabel .processStep:nth-child(6) img {
  box-shadow: none;
  border-radius: 0px;
}
@media (max-width: 1199px) {
  .caseKabel .processStep:nth-child(6) .sectionImage {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .caseKabel .processStep:nth-child(6) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.caseKabel .stepMark {
  display: table;
  position: relative;
  z-index: 2;
  font-size: 64px;
  line-height: 120px;
  font-weight: 600;
  padding: 0 20px;
  color: #fff;
  margin: 0 auto 82px;
  border-radius: 15px;
  min-width: 514px;
  text-align: center;
}
.caseKabel .stepMark.old {
  background-color: #194880;
}
.caseKabel .stepMark.new {
  background-color: #EF1F23;
}
@media (max-width: 1199px) {
  .caseKabel .stepMark {
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .caseKabel .stepMark {
    min-width: 0px;
    font-size: 36px;
    line-height: 49px;
  }
}
.caseKabel .accentCap {
  display: block;
  color: #EB9BB8;
}

/*# sourceMappingURL=style.css.map */
