/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.blog_home_category img.line-sn {
    position: absolute;
}

.desc-block-3 {
    position: absolute;
    bottom: 19px;
    padding: 0 33px;
    max-width: 660px;
}
.Third-block-2 {
    padding-left: 18px;
    padding-right: 0;
}
.blockreassurance p.style-Rr {
    font-weight: 300 !important;
}
.Third-block-3 {
    padding-left: 25px;
    padding-right: 0;
}
.desc-block-3 p, .desc-block-3 h1{
    color: var(--light);
}

.art-bolg-home p {
    margin-top: -4px;
    margin-bottom: 6px;
    color: var(--dark);
    font-size: 18px;
}
.art-bolg-home .short-description p.style-ld.p2 {
    margin-top: 44px;
    margin-bottom: 24px;
}
.small-img {
    margin-top: 60px;
}
.second-blog {
    margin-top: 129px;
}
.Third-block-home p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Third-block-2 p {
    /*margin-top: 18px;*/
    margin-bottom: 2px;
}
.Third-block-3 p {
    /*margin-top: 18px;*/
    margin-bottom: 3px;
}
.Third-block-1 {
    padding-left: 5px;
}
.art-second-bolg-home h1 {
    margin-bottom: 30px;
}
.img-hover-zoom {
    overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
    transition: transform .5s ease;
    object-fit: cover;
}

/* [3] Finally, transforming the image when container gets hovered */
.Third-block-2:hover img, .Third-block-3:hover img {
    transform: scale(1.2);
}
.img-hover-zoom--blur img {
    transition: transform 1s, filter 2s ease-in-out;
    transform: scale(1.1);
}
.Third-block-1:hover img {
    transform: scale(1);
    width: 100%;
}
.Third-block-1:hover img.line-sn {
    width: auto;
}
.img-hover-zoom--blur {
    background: linear-gradient(to right,#366E52, #FFFFFF);
}
.img-hover-zoom--blur img {
    /*opacity: 69%;*/
    object-fit: cover;
}

.second-blog .btn.btn-larg {
    padding: 9px 53px;
    width: auto;
}
.art-second-bolg-home img.line-sn {
    position: relative;
    top: -25px;
}
.description-second-blog {
    margin-top: -4px;
    margin-bottom: 33px;
}
.description-second-blog p{
    color: var(--dark);
    font-size: 18px;
}
.link-title{
    position: relative;
}
.link-all-articles-desktop {
    position: absolute;
    right: 0;
    top: 25px;
}
p.magazine-Third-block{
    position: relative;
    top: 5px;
    left: 4px;
}
a.link-all-articles-mobile {
    display: none;
}
.block-blog .img-second-blog-home.col-md-7 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media (min-width: 1441px ) {

    .art-bolg-home {
        padding-left: 136px;
        padding-right: 132px;
    }
    .small-img {
        margin-top: 109px;
    }
    .art-second-bolg-home {
        padding: 0;
        padding-right: 150px;
        margin-top: 103px;
    }
    .block-blog.Third-block-home.row {
        margin-top: 128px;
    }
    p.title-category-second-blog.style-ld.s-16.text-uppercase {
        margin-top: 23px;
        margin-bottom: 7px;
    }
}

@media (max-width: 1440px ) {

    .block-blog img.line-sn {
        width: auto;
    }
}
@media (max-width: 767px ) {
    .link-all-articles-desktop {
       display: none;
    }
    .Third-block-1,.Third-block-2,.Third-block-3 {
        padding-left:  0 !important;
        padding-right: 0 !important;
    }
    .blockreassurance .block-reassurance span.block-title p {
        font-weight: 400 !important;
        font-size: 14px !important;
        left: 3px;
    }
    .blockreassurance .block-reassurance:last-child .flex-reassurance .block-icon {
        margin-right: 17px;
        margin-top: 0 !important;
    }
    a.link-all-articles-mobile {
        display: block;
        position: absolute;
        margin-left: 8px;
    }

    .art-bolg-home p {
        margin-top: 13px;
        margin-bottom: 6px;
    }
    .art-bolg-home .short-description p.style-ld.p2 {
        margin-top: 29px;
        margin-bottom: 20px;
    }
    .small-img {
        display: none;
    }
    .img-second-blog-home {
        order: -1;
    }
    .second-blog {
        margin-top: 90px;
        display: flex;
        flex-direction: column;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    .art-second-bolg-home img.line-sn {
        position: relative;
        top: -5px;
        width: 23px !important;
    }
    .second-blog h1.style-ld.h2 {
        margin-top: -9px;
        margin-bottom: 7px;
    }
    .second-blog p.style-ld.s-16 {
        padding-top: 14px;
    }
    .desc-block-3 {
        position: relative;
        bottom: 0;
        padding: initial;
        max-width: initial;
    }
    .desc-block-3 p, .desc-block-3 h1 {
        color: var(--dark);
    }
    .Third-block-home .static-slider img {
        width: 248px !important;
        height: 200px;
    }
    .second-blog .btn.btn-larg {
        width: 100%;
        margin-top: -2px;
    }
    .block-blog.Third-block-home {
        margin-top: 65px;
        margin-left: 5px !important;
    }
    .block-slider .slick-slide {
        max-width: 260px;
        padding: 0 13px 0 0;
    }
    .block-slider img {
        width: 248px;
        height: 198px;
    }
   .Third-block-home .title-mob-blok3 {
        font-size: 23px;
        line-height: 1.08;

       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
    }
   .Third-block-home .des-mob-block3 {
        font-size: 14px;
        letter-spacing: -0.21px;
        line-height: 1.35;

       display: -webkit-box;
       -webkit-line-clamp: 2;
       -webkit-box-orient: vertical;
       overflow: hidden;
    }
    .desc-block-3 img.line-sn {
        display: none;
    }
    .Third-block-home p {
        margin-bottom: 7px;
        font-size: 14px !important;
    }
    p.magazine-Third-block {
        position: relative;
        top: 2px;
        left: 0;
    }
    .Third-block-home h1 {
        margin-bottom: 6px !important;
        padding-right: 15px;
    }
    .Third-block-home p.titel-caty {
        margin-top: 23px;
    }
    .container.container-mobile {
        width: 100% !important;
        padding-left: 15px !important;
        overflow-x: hidden;
    }
    
}
