/* Block: Text + Button */
.text-button{
    background: #eee;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 40px;
    margin: 40px 0 60px;
}
.text-button p:last-child{
    margin-bottom: 0px;
}
.text-button .text-button-l{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #212E35;
    margin-right: 40px;
}
.text-button .text-button-l h2{
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 4px;
}
.text-button .text-button-r{
    flex-grow: 1;
    text-align: right;
}
.text-button .btn{
    margin: 0px;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0;
    text-decoration: none;
}
@media (max-width: 1024px){
    .text-button{
        flex-direction: column;
    }
    .text-button-r{
        margin-top: 20px;
    }
}
/* END Block: Text + Button */

/* Block: Text + Image */
.text-image{
    background: #80D3DD;
    display: flex;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    position: relative;
    margin: 40px 0 60px;
}
.text-image .text-image-l{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #212E35;
    padding: 40px;
    max-width: 370px;
}
.text-image .text-image-r{
    line-height: 0;
}
.text-image h2{
    margin-bottom: 4px;
}
.text-image .btn{
    margin: 0px;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0;
    text-decoration: none;
}
@media (max-width: 1024px){
    .text-image{
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}
/* END Block: Text + Image */
/*  Text + ImageCenter */
.text-image-center{
    background: #212e36;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 40px 0 60px;
    color: white;
}
.text-image-center .wrapper__mini{
    padding: 230px 0;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}
.text-image-center .text-image-l{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.02em;
    color: #212E35;
}
.text-image-center .text-image-l,
.text-image-center .text-image-r{
    width: 50%;
    padding: 40px;
}
.text-image-center .text-image-r img{
    max-width: 100%;
}
.text-image-center h2{
    margin-bottom: 4px;
}
.text-image-center h2,
.text-image-center p{
    color: white;
}
.text-image-center .btn{
    margin: 0px;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 0;
    text-decoration: none;
    white-space: nowrap;
}

.text-image-center.image-text-center{
    background: url(/themes/fleetcor/img/carnet/2_Section.png) center center no-repeat;
    background-size: cover;
    margin: 0;
}
.text-image-center.image-text-center .text-image-l{
    text-align: center;
}
.text-image-center.image-text-center .text-image-l p{
    color: white;
}
.text-image-center.image-text-center .btn{
    border-radius: 4px;
    margin: 32px 0 12px;
}
.text-image-center.image-text-center span.icon {
    width: 32px;
    height: 32px;
    margin-right: 20px;
}
.text-image-center.image-text-center h2{
    font-style: normal;
    font-weight: bold;
    font-size: 72px;
    line-height: 72px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.text-image-center.image-text-center h3{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 36px;
    color: #D69B9B;
    margin-bottom: 12px;
}
.text-image-center.image-text-center p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #D69B9B;
}
@media (max-width: 1024px){
    .text-image-center.image-text-center .wrapper__mini{
        width: 100%;
        padding: 27px 10px 22px;
        display: block;
    }

    .text-image-center.image-text-center h2{
        position: absolute;
        width: 100%;
        top: 23px;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 120%;
        text-align: center;
        text-transform: uppercase;
    }
    .text-image-center.image-text-center h3{
        font-weight: bold;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: left;
        margin: 0 10px;
    }
    .text-image-center.image-text-center .text-image-r p{
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        text-align: left;
        margin: 12px 10px 0;
    }
    .text-image-center.image-text-center .text-image-l,
    .text-image-center.image-text-center .text-image-r{
        padding: 20px 0;
    }

    .text-image-center.image-text-center .text-image-l{
        margin-top: 45px;

    }
    .text-image-center .text-image-l,
    .text-image-center .text-image-r{
        width: 100%;
    }
    .text-image-center{
        flex-direction: column;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -15px;
        text-align: center;
    }

}
/*  END Text + ImageCenter */
/* Slider */
.block-slider{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 30px 0;
}
.block-slider-l,
.block-slider-r{
    width: 50%;
}
.block-slider-r{
    padding: 0 0 0 60px;
}
.images__slider-items{
    position: relative;
}
.images__slider-items .slick-arrow{
    display: inline-block !important;
    background-color: #80D3DD;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 100px;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    transform: translate(0,-50%);
    border: none;
    box-shadow: none;
    outline: 0;
    font-size: 0;
    text-indent: -9999px;
    z-index: 99;
}
.images__slider-items .slick-prev{
    left: -26px;
}
.images__slider-items .slick-prev{
    background-image: url(/themes/fleetcor/img/icons/prev-news-white.svg);
    background-position: 14px center;
}
.images__slider-items .slick-next{
    right: -26px;
}
.images__slider-items .slick-next{
    background-image: url(/themes/fleetcor/img/icons/next-news-white.svg);
    background-position: 18px center;
}
.images__slider-nav{
    margin: 20px -8px;
}
.images__slider-nav img{
    max-width: calc(20% - 19px);
    height: auto;
    margin: 8px;
}

.new_carnet_block .slick-list,
.images__slider-nav img{
    border: 1px solid #BCCDD7;
    box-sizing: border-box;
    border-radius: 4px;
}

@media (max-width: 1024px){
    .new_carnet_block .block-slider{
        display: block;
    }
    .new_carnet_block .block-slider-r {
        padding: 0px 0 0;
    }
    .new_carnet_block .images__slider-items{
        padding-bottom: 14px;
    }
    .new_carnet_block .images__slider-nav{
        margin: 0px -8px;
    }
    .images__slider-nav img {
        max-width: calc(33% - 19px);
        height: auto;
        margin: 4px 8px;
    }

    .new_carnet_block table tr th:first-of-type,
    .new_carnet_block table tr td:first-of-type{
        padding-left: 0px;
    }
    .new_carnet_block table tr th:last-of-type,
    .new_carnet_block table tr td:last-of-type{
        padding-right: 0px;
    }
    .block-slider {
        flex-direction: column;
    }
    .block-slider-l,
    .block-slider-r{
        width: 100%;
    }
    .block-slider-r{
        padding: 30px 0 0;
    }
    .images__slider-items{
        padding-bottom: 80px;

    }
    .images__slider-items .slick-prev{
        bottom: 0;
        top: auto;
        left: 30%;
        transform: none;
    }
    .images__slider-items .slick-next{
        top: auto;
        bottom: 0;
        right: 30%;
        transform: none;
    }
}
/* END Slider */

.text-image .btn-yellow,
.text-image-center .btn-yellow,
.text-image .btn-primary,
.text-image-center .btn-primary{
    color: #212e35;
}

/* image-text */

/* END image-text */
