.steps-section_custom.section-2 {
  background-color: #f6f7fc;
}

.steps-section_custom{
	.steps-section_custom__title {
	  margin-bottom: 30px;
	  text-align: center;
	}
	
	.steps-section_custom__tabs-wrap {
	  width: fit-content;
	  margin: 0 auto;
	  margin-bottom: 48px;
	}
	
	.theme-tab {
	  min-width: 378px
	}
	
	.theme-tab.active {
	  font-family: "Montserrat SemiBold";
	  font-weight: 600;
	}
}

 

.steps-section_custom__tabs-content {
  display: flex;
}

.steps-section_custom__content {
  padding: 0 40px 40px;
}

.steps-section_custom__slides-wrap,
.steps-section_custom__steps {
  width: 50%;
}

.steps-section_custom__step {
  cursor: pointer;
}

.steps-section_custom__steps {
  padding-left: 40px;
}

.section.steps-section_custom .swiper-container {
  overflow: hidden;
}

.steps-section_custom__step {
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  transition: all 200ms;
}

.steps-section_custom-step__pic-wrap {
  padding: 36px;
  border-radius: 36px;
  background: url(../images/custom-blocks/step_bg.png) center no-repeat;
  background-size: cover;
}

.steps-section_custom-step__pic-wrap img {
  margin: 0 auto;
}

.steps-section_custom-step__num {
  display: none;
}

.steps-section_custom-step__number-wrap {
  background-color: #ffffff;
  border-radius: 20px;
  width: 58px;
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 18px;
  transition: all 200ms;
}

.steps-section_custom-step__number {
  font-family: "Suisse Intl";
  font-size: 35px;
  font-weight: 450;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: left;
  color: #9b9eb0;
  transition: all 200ms;
}

.steps-section_custom__step:not(:last-child):after {
  content: "";
  width: 1px;
  height: 33px;
  background-color: #9b9eb0;
  display: block;
  position: absolute;
  top: calc(100% + -1px);
  left: 29px;
}

.swiper-slide-thumb-active.steps-section_custom__step .steps-section_custom-step__number-wrap {
  background-color: #F96302;
  position: relative;
}

.swiper-slide-thumb-active.steps-section_custom__step .steps-section_custom-step__number-wrap::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -17px;
  width: 90px;
  height: 92px;
  background: url(../images/custom-blocks/num.svg) center no-repeat;
  background-size: cover;
}

.swiper-slide-thumb-active.steps-section_custom__step .steps-section_custom-step__number {
  color: #ffffff;
}

.swiper-slide-thumb-active.steps-section_custom__step {
  font-family: "Montserrat Medium";
  font-weight: 500;
}

.steps-section_custom-slides__pagination {
  display: none;
}

.steps-section_custom_btn, .steps-section_custom_btn_mobile {
  margin: 0 auto 0;
  min-width: 326px;
}

.steps-section_custom{
	.steps-section_custom_btn_mobile{
		display: none;
	}
}




@media screen and (max-width: 980px) {

  .steps-section_custom__slides-wrap,
  .steps-section_custom__steps {
    width: 100%;
  }

  .steps-section_custom__content {
    padding: 0 20px 64px;
  }

  .steps-section_custom__steps {
    display: none;
  }

  .steps-section_custom__slide {
    padding: 26px 30px;
    background-color: #e1e5f1;
    border-radius: 22px;
  }

  .steps-section_custom-step__num {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 80%;
    margin: 0 auto;
  }

  .steps-section_custom__slide .steps-section_custom-step__number-wrap {
    background-color: #F96302;
    position: relative;
  }

  .steps-section_custom__slide .steps-section_custom-step__number-wrap::before {
    position: absolute;
    content: "";
    top: -15px;
    left: -17px;
    width: 90px;
    height: 92px;
    background: url(../images/custom-blocks/num.svg) center no-repeat;
    background-size: cover;
  }

  .steps-section_custom__slide .steps-section_custom-step__number {
    color: #ffffff;
  }

  .steps-section_custom-step__text {
    text-align: center;
    font-family: "Montserrat Medium";
    font-weight: 500;
  }

  .steps-section_custom-step__pic-wrap {
    margin-top: 34px;
    background: none;
    padding: 0;
  }

  .steps-section_custom-step__pic-wrap img {
    margin: 0 auto;
  }

  .steps-section_custom .theme-tab {
    min-width: unset;
    width: fit-content;
  }

  .steps-section_custom-slides__pagination {
    display: block;
  }

  .steps-section_custom-slides__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #DFE3F1;
    opacity: 1;
  }

  .steps-section_custom-slides__pagination .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #F96302;
  }

  .section.steps-section_custom .swiper-container {
    overflow: visible;
  }

  .steps-section_custom__slides-wrap.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -36px;
  }

  .steps-section_custom__slides-wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }

  .steps-section_custom__tabs-wrap {
    margin-bottom: 26px;
  }
  
  .steps-section_custom{
	  
	.steps-section_custom_btn_mobile{
		display: block;
	}
	
	.steps-section_custom_btn{
		display: none;
	}
	  
  }
  

}


@media screen and (max-width: 640px) {
  .steps-section_custom__content {
    padding: 0 0px 64px;
  }

  .steps-section_custom .theme-tab {
    font-size: 15px;
    line-height: 18.29px;
    padding: 25px 20px;
  }

  .steps-section_custom-step__number {
    font-size: 27.23px;
    line-height: 31.77px;
  }

  .steps-section_custom-step__number-wrap {
    border-radius: 20px;
    width: 53px;
    height: 53px;
  }

  .steps-section_custom-step__text {
    font-size: 14px;
    line-height: 21px;
    min-height: 106px;
  }

  .steps-section_custom__slide .steps-section_custom-step__number-wrap::before {
    top: -12px;
    left: -15px;
    width: 80px;
    height: 81px;
  }

  .steps-section_custom-step__num {
    max-width: 96%;
  }
}