@charset "UTF-8";
.promo {
  position: relative;
  padding-top: 110px;
  text-align: center
}
.promo__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 40px
}
.promo__title {
  text-wrap: balance
}
.promo__title span {
  color: #f4980f
}
.promo__subtitle {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 0
}
.promo__acent {
  font-family: Roboto,sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-wrap: balance;
  color: #f4980f
}
.promo__img {
  position: relative;
  z-index: 1;
  margin-bottom: 25px
}
.promo__img img {
  max-width: 100%
}
.promo__btn {
  text-transform: capitalize;
  padding: 14px 40px;
  border-radius: 10px;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s,-webkit-transform .4s
}
.promo__steps {
  position: relative
}
.step-promo__line {
  position: absolute;
  width: 103px;
  height: 1px;
  top: -15px;
  background-color: #f4980f;
  z-index: 2
}
.step-promo__line::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #f4980f
}
.step-promo__line.line-1 {
  display: block;
  left: 35%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg)
}
.step-promo__line.line-2 {
  display: block;
  left: 60%;
  -webkit-transform: translateX(-50%) rotate(130deg);
  transform: translateX(-50%) rotate(130deg)
}
.step-promo__img {
  position: relative;
  max-width: 91px;
  margin-bottom: 13px;
  z-index: 3
}
.step-promo__text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-wrap: balance
}
@media (min-width:47.99875em) {
  .promo {
    padding-top: 170px
  }
  .promo__title {
    max-width: 593px
  }
  .promo__acent {
    max-width: 430px
  }
  .promo__img {
    margin-bottom: 30px
  }
  .promo__btn {
    font-size: 18px;
    margin-top: 10px
  }
  .promo__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  .promo__steps {
    display: flex;
    flex-wrap: wrap;
    gap: 25px
  }
  .step-promo__line.line-1 {
    left: 20px;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
  }
  .step-promo__line.line-2 {
    left: 20px;
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
  }
  .step-promo__img {
    max-width: 129px;
    margin-bottom: 0
  }
  .step-promo__text {
    font-size: 14px;
    text-align: left
  }
}

@media (min-width:61.99875em) and (max-width:100em) {
  .promo__title {
    max-width: 405px
  }
}
@media (min-width:61.99875em) {
  .promo {
    padding-bottom: 54px
  }
  .promo::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/promo/promo-bg-desc.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    height: 100%;
    width: 85%
  }
  .promo .container {
    height: 100%
  }
  .promo__inner {
    display: flex;
    justify-content: space-between;
    height: 100%
  }
  .promo__inner > * {
    flex: 0 1 50%
  }
  .promo__info {
    align-items: flex-start;
    text-align: left;
    gap: 40px
  }
  .promo__info::before {
    content: "";
    position: absolute;
    left: -10%;
    top: 50%;
    background-image: url(../img/promo/promo-decor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    height: 490px
  }
  .promo__title span {
    display: block
  }
  .promo__subtitle {
    font-size: 18px;
    max-width: 310px
  }
  .promo__img {
    max-width: 884px;
    align-self: flex-end;
    margin-bottom: 0
  }
  .promo__steps {
    position: absolute;
    z-index: 10;
    width: 100%
  }
  .step-promo {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    max-width: 326px
  }
  .step-promo-1 {
    top: -45px;
    left: 35%
  }
  .step-promo-2 {
    top: 35px;
    left: 50%
  }
  .step-promo-3 {
    top: 130px;
    left: 66%
  }
  .step-promo-4 {
    top: 135px;
    left: 30%
  }
  .step-promo__line.line-1 {
    width: 270px;
    top: auto;
    bottom: -90px;
    -webkit-transform: rotate(-137deg);
    transform: rotate(-137deg)
  }
  .step-promo__line.line-2 {
    width: 180px;
    top: auto;
    bottom: -30px;
    -webkit-transform: rotate(-137deg);
    transform: rotate(-137deg)
  }
  .step-promo__line.line-3 {
    width: 130px;
    top: auto;
    bottom: -10px;
    -webkit-transform: rotate(-137deg);
    transform: rotate(-137deg)
  }
  .step-promo__line.line-4 {
    width: 110px;
    top: auto;
    bottom: -10px;
    left: 35px;
    -webkit-transform: rotate(-137deg);
    transform: rotate(-137deg)
  }
}
@media (min-width:80.625em) {
  .promo__acent {
    font-size: 26px;
    line-height: 32px;
    max-width: 475px
  }
}
@media (min-width:100em) {
  .promo {
    height: calc(100vh - 110px);
    padding-bottom: 100px
  }
  .promo::before {
    width: 100%
  }
  .step-promo {
    max-width: 355px
  }
  .step-promo-1 {
    left: 44%
  }
  .step-promo-2 {
    top: 60px;
    left: 56%
  }
  .step-promo-3 {
    top: 155px;
    left: 70%
  }
  .step-promo-4 {
    top: 205px;
    left: 30%
  }
  .step-promo {
    max-width: 380px
  }
  .step-promo__line.line-1 {
    bottom: -75px
  }
  .step-promo__line.line-2 {
    bottom: -20px
  }
  .step-promo__line.line-3 {
    bottom: 10px
  }
  .step-promo__line.line-4 {
    left: 75px
  }
}
@media (max-width:61.99875em) {
  .promo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/promo/promo-bg-mob.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 508px
  }
  .promo::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 508px;
    top: 0;
    left: 0;
    background-color: rgba(239,239,239,.9);
    mix-blend-mode: screen
  }
  .step-promo__line {
    display: none
  }
}
@media (max-width:47.99875em) {
  .promo__title span {
    display: block
  }
  .step-promo:not(:last-child) {
    margin-bottom: 25px
  }
}
@media (max-width:61.99875em) and (min-width:47.99875em) {
  .promo::before {
    height: 619px
  }
  .promo::after {
    height: 619px
  }
}
@media (min-width:47.99875em) and (max-width:61.99875em) {
  .step-promo {
    position: relative;
    flex: 0 1 calc(50% - 17px);
    display: flex;
    align-items: center;
    gap: 15px
  }
}
@media (min-width:61.99875em) and (max-width:100em) {
  .step-promo__img {
    max-width: 91px
  }
}




.info__body {
  background-color: #fff;
  border: 1px solid #f4980f
}
.info__img img {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.info__content {
  padding: 20px
}
.info__list {
  margin-bottom: 0
}
.info__item {
  display: flex;
  align-items: center;
  gap: 15px
}
.info__item:not(:last-child) {
  margin-bottom: 16px
}
.info__item p {
  margin-bottom: 0
}
.info__item-icon {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #f4980f;
  display: grid;
  place-items: center
}
.info__item-icon svg {
  width: 50%
}
@media (min-width:47.99875em) {
  .info__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-width: 3px
  }
  .info__img {
    max-width: 40%;
    position: relative;
    z-index: 1
  }
  .info__img img {
    clip-path: ellipse(100% 130% at 100% 50%)
  }
}
@media (min-width:61.99875em) {

  .info__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px
  }
  .info__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/promo/promo-decor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
  }
}
@media (min-width:75em) {
  .info__item p {
    font-size: 24px;
    line-height: 1.3
  }
  .info__item-icon {
    width: 52px;
    height: 52px
  }
}