.feed-promo{

}
.feed-promo-input{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 10px;
    align-items: center;
}
.feed-promo-input input{
    padding-right: 44px;
}
.feed-promo .feed-promo-link-input-info{
    display: flex;
    color: white;
    background: #77ad1b;
    border: none;
    outline: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    right: 6px;
    text-decoration: none;
    font-weight: bold;
}
.feed-promo-input.feed-promo-input-with-info input{
    padding: 0 43px 0 15px;
}

.stepbystepBlock {
    border-bottom: #ebebeb solid 1px;
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}
.stepbystepBlock h2 {
    padding: 15px 0 0 0;
    margin: 0 0 5px 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    color: #111;
    width: 100%;
    float: left;
}
.stepbystep {
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
}
.stepbystepIn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.sbsItem {
    display: inline-block;
    padding: 0;
    margin: 5px 15px 0 0;
    flex: 0 0 300px;
    width: 300px;
}
.sbsItemOr {
    display: inline-block;
    padding: 0;
    margin: 5px 15px 0 0;
    flex: 0 0 80px;
    width: 80px;
}
.sbsItemOr img {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.sbsItem img {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    border-radius: 10px;
    height: auto;
}
.sbsItem p {
    padding: 0;
    margin: 12px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
    width: 100%;
    float: left;
    text-align: left;
}
.sbsItem b {
    padding: 0;
    margin: 6px 0 0 0;
    font-weight: 600;
}
.sbsItem a {
    color: #d44400;
    text-decoration: underline;
}
.sbsItem a:hover {
    color: #363636;
    text-decoration: underline;
}
