

/* Start:/transport-kolejowy/style.css?17690773468277*/
@font-face {
    font-family: 'Fixel';
    src: url('/activo/fonts/FixelAll/FixelText/FixelText-Regular.woff2') format('woff2'),
         url('/activo/fonts/FixelAll/FixelText/FixelText-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

main {
    font-family: 'Fixel';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #2B1C44;
}

.m3cargo__content {
    padding: 0;
}

.hero-section {
    background: url('/transport-kolejowy/img/bg up.png') no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 50px 0 50px;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #2B1C44;
    margin-bottom: 40px;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #2B1C44;
    margin-bottom: 20px;
}

/* Стили для блока Dlaczego My? */
.why-us {
    position: relative;
    z-index: 1;
}

.why-us-box {
    background-color: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 4px;
}

.why-us-title {
    font-size: 1.5rem;
    color: #2B1C44;
    margin-bottom: 20px;
    font-weight: 500;
}

.why-us-text {
    font-size: 1rem;
    color: #5c5d6c;
    line-height: 1.5;
}

.highlight-link {
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
}

.highlight-link:hover {
    text-decoration: underline;
}

/* Стили для секции услуг */
.services-section {
    /*background-color: #f9f9f9;*/
    padding: 50px 0;
}

.services-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 30px;
}

.service-box {
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-icon img {
    max-width: 80px;
    margin-bottom: 25px;
}

.service-title {
    font-size: 1.3rem;
    color: #2B1C44;
    margin-bottom: 15px;
    font-weight: bold;
}

.service-text {
    font-size: 1rem;
    color: #2B1C44;
    margin-bottom: 10px;
}

.service-text span {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background: #EFEFF1;
    color: #2B1C44;
    font-size: 1.1rem;
    font-weight: 500;
    margin: 5px 0;
}

.service-subtext {
    font-size: 0.875rem;
    color: #2c2d36;
    font-weight: bold;
}

/* Для адаптивности */
@media (max-width: 768px) {
    .service-box {
        margin-bottom: 20px;
    }
}


.section-delivery {
    padding-bottom: 50px;
    /*background-color: #f9f9f9;*/
}

.delivery-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 30px;
}

.delivery_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.delivery_item {
    display: flex;
    width: 100%;
}

.delivery_element .title {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}

.delivery_element .bg_block {
    background: #EFEFF1;
    padding: 10px;
    width: 100%;
    margin: 5px 0;
}

.delivery_item .delivery-text {
    /*font-size: 1rem;*/
}

.delivery_element img {
    max-width: 225px;
}

.delivery_item-2 img {
    margin-top: 55px;
}

.delivery_item-2 {
    display: flex;
    width: 100%;
}

.delivery_item .delivery_element {
    display: flex;
    width: 60%;
    position: relative;
}

.delivery_item-2 .delivery_element {
    display: flex;
    width: 60%;
    position: relative;
    justify-content: flex-end;
}

.delivery_element .delivery-text {
    position: absolute;
    border: 1px solid #E0E0E0;
    box-shadow: 0 10px 50px rgba(65, 45, 99, 0.1);
    border-radius: 4px;
    padding: 30px;
    font-weight: 500;
    line-height: 140%;
    background: #fff;
    width: 350px;
    text-align: center;
    /*z-index: -10;*/

}

.delivery_item .delivery_element .delivery-text {
    right: 0;
    top: 15px;
    /*padding-left: 75px !important;*/
}

.delivery_item-2 .delivery_element .delivery-text {
    left: 0;
    top: 60px;
    /*padding-right: 120px !important;*/
}

.delivery_item .delivery_element .delivery-text .s1,
.delivery_item-2 .delivery_element .delivery-text .s1 {
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 18px;
}

.delivery_item .delivery_img {
    display: flex;
    width: calc(40% - 20px);
    margin-left: 20px;
    position: relative;
}

.delivery_item-2 .delivery_img {
    display: flex;
    width: calc(50% - 20px);
    margin-right: 20px;
    position: relative;
}

.delivery_item .delivery_img img {
    width: 206px;
    height: 206px;
    position: absolute;
    left: 0;
    bottom: -40px;
}

.delivery_item-2 .delivery_img img {
    width: 206px;
    height: 206px;
    position: absolute;
    right: 0;
    bottom: -40px;
}

.delivery_item-line {
    display: none;
}

.steps-block {
    padding: 50px 0;
}

.steps-block-title {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 30px;
}

.steps-block .icon {
    color: #EF7431;
    font-size: 1.5rem;
    border-bottom: 4px solid #EF7431;
    line-height: 150%;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
}

.steps-block p {
    padding: 0 20px;
}

.steps-block p span {
    display: block;
    background: #EFEFF1;
    padding: 5px;
    width: 100%;
    margin: 2px 0;
}

.steps-block .col-md-4:nth-child(3):after {
    width: 1000%;
    height: 100%;
    /*border: 0px dashed transparent;*/
    border-right: 1px dashed transparent;
    border-image: repeating-linear-gradient(180deg, #2c2d36, #2c2d36 20px, transparent 20px, transparent 40px) 30; /* Пунктирный бордер с большими промежутками */
    content: "";
    position: absolute;
    top: 38px;
    right: 0;
    /*z-index: -10;*/
    opacity: .2;
}

.steps-block .col-md-4:nth-child(3):before {
    width: 1000%;
    height: 100%;
    border: 1px dashed transparent;
    border-image: repeating-linear-gradient(90deg, #2c2d36, #2c2d36 20px, transparent 20px, transparent 40px) 30; /* Пунктирный бордер с большими промежутками */
    content: "";
    position: absolute;
    top: 38px;
    right: 0;
    /*z-index: -10;*/
    opacity: .2;
}

.footer-block {
    background: url('/transport-kolejowy/img/bg down.png') no-repeat top left;
    background-size: cover;
    position: relative;
    padding: 50px 0 150px;
}

.footer-block .footer-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.footer-block .footer-text {
    border: 1px solid #EF7431;
    padding: 15px 20px;
}

.footer-block .footer-block-info {
    background: #ffffff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border-radius: 4px;
}

@media screen and (max-width: 992px) {
    .hero-section {
        background-size: 150%;
        background-position: top center;
        padding-bottom: 0;
    }

    .hero-title, .services-title, .delivery-title, .steps-block-title {
        font-size: 2rem;
    }

    .why-us-box {
        padding: 40px 25px;
    }

    .delivery_item .delivery_img,
    .delivery_item-2 .delivery_img,
    .steps-block .col-md-4:nth-child(3):before,
    .steps-block .col-md-4:nth-child(3):after {
        display: none;
    }

    .delivery_element img {
        margin: 0 auto !important;
    }

    .delivery_item .delivery_element,
    .delivery_item-2 .delivery_element {
        width: 100%;
    }

    .delivery_element {
        flex-direction: column;
        text-align: center;
        justify-items: center;
    }

    .delivery_item .delivery_element .delivery-text,
    .delivery_item-2 .delivery_element .delivery-text {
        position: relative;
        z-index: 1;
        width: 100%;
        padding: 30px !important;
        margin-top: -20px;
    }

    .delivery_item-2 {
        padding-top: 30px;
    }

    .delivery_item-2 .delivery_element .delivery-text {
        margin-top: -90px;
        margin-bottom: 30px;
    }

    .delivery_item-2 img {
        margin: 30px 0 0;
    }

    .footer-block {
        background-size: contain;
        padding: 0 0 150px;
        background-position: bottom center;
    }

}
/* End */
/* /transport-kolejowy/style.css?17690773468277 */
