.related-products__block {
    box-shadow: 0px 0px 24px 0px #0000000D;
    border: 1px solid #f3f3f3;
    padding: 20px;
    border-radius: 16px;
    margin: 30px 0;
}
.related-products__item {
    display: flex;
    align-items: center;
    border: 1px solid #f3f3f3;
    padding: 10px 10px 10px 70px;
}
.related-products__item a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
}
.related-products__button {
    cursor: pointer;
    align-self: flex-start;
    border: none;
    height: 100%;
    border-radius: 16px;
    font-size: 17px;
    padding: 10px 25px;
    min-width: 140px;
    color: #fff;
    background: #2A584D;
    transition: .2s;
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
}

/* timeline */
.timeline-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 30px 0;
}
.timeline-row {
    display: flex;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    border-radius: 6px;
    overflow: hidden;
    gap: 1px;
}
.timeline-point {
    font-size: 12px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #fff;
    background: #ededed;
}
.timeline-point--rp,
.timeline-meta__item-rp {
    background: #FF9800;
}
.timeline-point--pr,
.timeline-meta__item-pr {
    background: #996cd2;
}
.timeline-point--cs,
.timeline-meta__item-cs {
    background: #19ac6b;
}

.timeline-meta {
    display: flex;
    gap: 15px;
}
.timeline-meta__item {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
}
.timeline-meta__item i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* shortcode form telegram */
.form-telegram {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 16px;
    padding: 25px;
    margin: 25px 0;
    background: linear-gradient(334deg, #0088cc 0%, #32c8fa 100%);
}
.form-telegram__head {
    display: flex;
    gap: 20px;
}
.form-telegram svg {
    width: 70px;
    height: 70px;
    min-width: 70px;
}
.form-telegram p {
    color: #fff;
    margin: 0 !important;
}
.form-telegram__title {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
.form-telegram__button {
    display: flex;
    flex: auto;
    justify-content: end;
}
.form-telegram a {
    background: #fc744e;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 16px;
    display: inline-block;
}

/* form manager */
.form-manager {
    background: #fafafa;
    position: relative;
    padding: 20px 20px 100px 20px;
    margin: 60px 0 30px;
    border-radius: 16px;
}
.form-manager img {
    position: absolute;
    height: 110%;
    bottom: 0;
    left: 0;
    width: auto;
}
.form-manager p {
    position: relative;
    padding: 0 0 10px 300px;
}
.form-manager p span {
    color: #fc744e;
    font-weight: 600;
}
.form-manager__title {
    font-weight: 700;
    position: relative;
    padding: 0 0 0 300px;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.form-manager__bar-wrap {
    display: flex;
    align-items: center;
    left: 40px;
    bottom: 40px;
    position: absolute;
    gap: 20px;
}
.form-manager__bar {
    display: flex;
    box-shadow: 0px 24px 80px 0 #00000038;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
}
.form-manager__bar-socials {
    display: flex;
}
.form-manager__bar-item {
    display: flex;
    align-items: center;
    flex: auto;
    gap: 5px;
    white-space: nowrap;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    text-decoration: none;
    transition: .2s;
}
.form-manager__bar-item:hover {
    background: #f3f3f3;
    transition: .2s;
}
.form-manager__bar-item svg {
    width: 22px;
}
.form-manager__bar-item-wa {
    border-left: 1px solid #f3f3f3;
}
.form-manager__bar-item-wa svg {
    fill: #25D366;
}
.form-manager__bar-item-tg svg {
    fill: #0088cc;
}
.form-manager__bar-consult {
    cursor: pointer;
    /* background: #fb734e; */
    background: linear-gradient(49deg, #fb734e, #ff8969);
    color: #fff;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s;
}
.form-manager__bar-consult:hover {
    background: linear-gradient(49deg, #fb734e, #fb734e);
    transition: .2s;
}
.form-manager__bar-text {
    font-size: 12px;
    opacity: .5;
    line-height: 1.3;
}

/* form manager opened */
.form-manager__opened {
    background: radial-gradient(100% 115.09% at 55.91% 106.2%, #efbb88 0%, #fff2c9 100%);
    position: relative;
    padding: 40px 300px 40px 40px;
    margin: 60px 0 30px;
    border-radius: 16px;
}
.form-manager__opened img {
    position: absolute;
    height: 110%;
    bottom: 0;
    right: 10px;
    width: auto;
}
.form-manager__opened-title {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    margin: 0;
    line-height: 1.4;
    margin: 0 0 10px;
}
.form-manager__opened-subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 30px;
}
.form-manager__opened-name {
    /* background: linear-gradient(41deg, #2a584e, #3a8776); */
    background: linear-gradient(41deg, #606060, #878d8c);
    position: absolute;
    line-height: 1.5;
    right: 0;
    bottom: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 16px;
    border-bottom-left-radius: 0;
    padding: 15px 20px;
    right: -50px;
}
.form-manager__opened-name span {
    font-weight: 400;
    opacity: 0.6;
    font-size: 14px;
}
.form-manager__opened .contact-form {
    max-width: 370px;
}
.form-manager__opened .contact-form__group input {
    height: 60px;
    font-size: 18px;
    text-align: center;
    border-radius: 16px;
    border: none;
}
.form-manager__opened .contact-form__group button {
    height: 60px;
    font-size: 18px;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    font-weight: 500;
    background: linear-gradient(41deg, #2a584e, #3a8776);
}
.form-manager__opened .contact-form__group button:hover {
    background: linear-gradient(41deg, #2a584e, #274841);
}

.form-services {
    margin: 0 0 35px;
}
.form-services__title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 30px;
}
.form-services__title span {
    font-size: 18px;
    font-weight: 400;
}
.form-services__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 0 30px;
}
.form-services__item {
    font-size: 18px;
    padding: 20px;
    font-weight: 600;
    background: #f3f3f3;
    line-height: 1.4;
    border-radius: 16px;
}
.form-services__item-vs {
    border-top: 5px solid #159edd;
}
.form-services__item-rp {
    border-top: 5px solid #1574dd;
}
.form-services__item-cs {
    border-top: 5px solid #dd6215;
}
.form-services__item span {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.8;
}
.form-services__button {
    cursor: pointer;
    background: linear-gradient(49deg, #fb734e, #ff8969);
    color: #fff;
    padding: 10px 20px !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: .2s;
    max-width: 240px;
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
}

.content-products {
    margin: 30px 0;
}
.content-products__title {
    padding: 0;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.4;
    margin: 0 0 20px;
}
.content-products__title span {
    color: var(--main-orange)
}

#related-products-swiper .card {}
#related-products-swiper .card-content {
    padding: 0 20px 20px;
    gap: 10px;
}
#related-products-swiper .card-title {
    font-size: 20px;
}
#related-products-swiper .card__header__flag {
    bottom: auto;
    top: -7px;
    right: -7px;
    width: 35px;
    height: 35px;
}
#related-products-swiper .card__header__flag > span {
    height: 25px;
    width: 25px;
    min-width: 25px;
}
#related-products-swiper .card-products__item {
    flex-direction: column;
    gap: 5px;
    padding: 0 0 10px;
}
#related-products-swiper .card-products__item-price, 
#related-products-swiper .card-products__item-terms {
    opacity: 0.7;
}
#related-products-swiper .card-products__item-price::before {
    display: none;
}
#related-products-swiper .card-button__content {
    flex-direction: column;
    gap: 10px;
}
#related-products-swiper .card-button span {
    font-size: 14px;
}
#related-products-swiper .card-button a {
    font-size: 14px;
}

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

    #related-products-swiper {
        margin: 0 -16px;
        padding: 0 32px 0 16px;
    }
    .content-products__title {
        font-size: 20px;
        padding: 0 20px;
    }

    .form-telegram {
        flex-wrap: wrap;
        margin: 30px -16px;
        border-radius: 0;
        gap: 30px;
        align-items: flex-start;
    }
    .form-telegram__title {
        line-height: 1.3;
        margin: 0 0 5px;
    }
    .form-telegram__button {
        width: 100%;
    }
    .form-telegram__button a {
        width: 100%;
        text-align: center;
        font-size: 16px;
    }

    .form-manager__opened {
        padding: 30px 16px 130px 16px;
        margin: 30px -16px;
        border-radius: 0;
    }
    .form-manager__opened .contact-form {
        max-width: 100%;
    }
    .form-manager__opened-title {
        font-size: 22px;
    }
    .form-manager__opened-subtitle {
        font-size: 17px;
    }
    .form-manager__opened-name {
        background: none;
        color: #000000;
        padding: 0;
        right: auto;
        left: 125px;
        bottom: 45px;
    }
    .form-manager__opened img {
        left: 26px;
        bottom: 26px;
        border-radius: 50%;
        height: 80px;
        width: 80px;
        object-fit: cover;
        object-position: 4px 7px;
        background: #ffffff;
    }

    .form-manager {
        margin: 30px -16px;
        padding: 20px 16px 160px 16px;
        border-radius: 0;
        overflow: hidden;
    }
    .form-manager img {
        height: 240px;
        width: auto;
        right: -55px;
        left: auto;
    }
    .form-manager__title {
        padding: 0;
        font-size: 20px;
    }
    .form-manager p {
        padding: 0 30px 0 0;
    }
    .form-manager p br {
        display: none;
    }
    .form-manager__bar-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        left: 16px;
        bottom: 30px;
    }
    .form-manager__bar {
        flex-direction: column;
        box-shadow: 0px 0px 60px 0 #0000001a;
    }
    .form-manager__bar-text {
        padding: 0 0 0 16px;
    }

    .form-services__title {
        font-size: 22px;
    }
    .form-services__title span {
        font-size: 16px;
    }
    .form-services__grid {
        grid-template-columns: 1fr;
    }
}