.main--spot{
    font-size: 16px;
    line-height: 18px;
    box-sizing: border-box;
}
.main--spot * {
    box-sizing: border-box;
    outline: none;
}
.banner__background{
    background: url("/assets/operation/financement/2021-01/header-banner.jpg");
    background-position: center;
}
.banner__subtitle{
    font-size: 28px;
    line-height: 30px;
    margin-top: 30px;
    padding-bottom: 80px;
}
.banner__content,
.banner__content.content,
.main .banner__content.content{
    padding-bottom: 0;
    padding-top: 100px;
}
.offers{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    color: black;
}
.offers__wrapper{
    background: #F8F9FB;
    box-shadow: 0px 3px 6px #00000029;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
}
.offers__title{
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}
.offers__buttons{
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offers__button{
    width: 180px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: white;
    margin: 0 10px;
    font-weight: 500;
}
.offers__button:hover,
.offers__button:active,
.offers__button:focus{
    color: white;
    text-decoration: none;
}
.offers__button--blue{
    background: #1167ff;
}
.offers__button--yellow{
    background: #FAC807;
}
.description{
    padding: 70px 0;
    border-bottom: 1px solid #D4D4D4;
}
.description--bottom{
    padding-bottom: 0;
}
.description--end .content{
    align-items: flex-end;
}
.description--center .content{
    align-items: center;
}
.description__wrapper--right{
    text-align: right;
}
.description__wrapper--center{
    text-align: center;
}
.description--noborder{
    border-bottom: none;
}
.description .content{
    display: flex;
}
.description__wrapper{
    flex: 1;
}
.description__title{
    font-size: 29px;
    line-height: 32px;
    font-weight: 700;
}
.description__content{
    margin-top: 30px;
    font-size: 16px;
}
.description__button{
    margin-top: 30px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding: 0 25px;
    color: white;
    display: inline-block;
}
.description__button--yellow{
    background: #FAC807;
}
.description__button--blue{
    background: #1167ff;
}
.description__button:hover,
.description__button:active,
.description__button:focus{
    color: white;
    text-decoration: none;
}
.chaines{
    text-align: center;
}
.chaine{
    width: 100%;
    margin: 40px 0 80px;
    max-width: 900px;
}
/*VIDEO*/
.videos{
    background: #F8F9FB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
}
.video{
    display: flex;
    position: relative;
    align-items: center;
    width: 900px;
    margin-bottom: 100px;
}
.video:last-child{
    margin-bottom: 0;
}
.video .quote{
    background: #1167ff;
    padding: 100px 45px 50px;
    position: relative;
    font-size: 33px;
    line-height: 41px;
    color: white;
    flex: 0;
    font-weight: 700;
    min-width: 430px;
    box-sizing: border-box;
    z-index: 1;
}
.video--left .quote{
    padding-left: 145px;
    transform: translateX(-100px);
}
.video .quote svg{
    position: absolute;
    top: 0;
    height: 60px;
    left: 30px;
}
.video--left .quote svg{
    left: 130px;
}
.video .title{
    max-width: 270px;
    display: block;
}
.video .block{
    flex: 1 0;
    font-size: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 2;
}
.video--right .block{
    transform: translateX(-100px);
}
.video .block_video{
    flex: 1;
    margin: 0 15px;
    font-size: 24px;
    line-height: 26px;
    height: 320px;
    color: white;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    width: 570px;
}
.video .play{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-weight: 700;
}
.video .overlay{
    background: #272323;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}
.video img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 68%;
    top: 0;
    left: 0;
}
.video .block_video:first-child{
    margin-left: 0;
}
.video .block_video:last-child{
    margin-right: 0;
}
.video .block_video svg{
    margin-top: 20px;
    width: 110px;
}
.spot__title{
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
    margin: 80px 0 20px;
}
/*COMEDIES*/
.comedies{
    background: #F8F9FB;
    padding: 70px 0 85px;
}
.comedies__title{
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    text-align: center;
}
.comedies__videos{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
}
.comedies__videos .video{
    width: 33%;
    margin-bottom: 30px;
    padding: 0 15px;
}
.comedies__videos .video .block_video{
    width: auto;
    height: 210px;
}
.comedies__videos .video .block_video svg{
    margin-top: 35px;
    margin-bottom: 25px;
    transition: all 0.25s ease;
}
.comedies__videos .video img{
    transition: all 0.35s ease;
}
.comedies__videos .video:hover img{
    transform: scale(1.1);
}
.comedies__videos .video:hover .block_video svg{
    transform: scale(1.1);
}
.comedies__videos .video .block{
    transition: all 0.25s ease;
}
.comedies__videos .video:hover .block{
    box-shadow: 0px 0px 5px 3px #d4d4d4;
    transform: scale(1.05);
}
/*SOCIAL*/
.description--spot{
    padding-top: 25px;
    text-align: center;
}
.description--spot ul{
    list-style: none;
    margin-top: 45px;
}
.description--spot li{
    margin: 0 20px;
    display: inline-block;
}
.social--spot img{
    height: 50px;
    max-width: 65px;
}
.legal-notice{
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 20px;
}

@media (max-width: 1002px){
    .project .description {
        padding-right: 8%;
    }
    .video{
        margin-bottom: 70px;
    }
    .video .quote{
        padding: 80px 30px 30px;
        min-width: 400px;
        font-size: 29px;
    }
    .video--left .quote{
        padding-left: 145px;
    }
    .video .quote svg{
        height: 50px;
    }
    .video--right .quote svg {
        left: 8px;
    }
    .video--left .quote svg {
        left: 120px;
    }
    .video .block_video{
        height: 260px;
        max-width: 450px;
    }
    .comedies__videos .video{
        width: 50%;
    }
}
@media (max-width: 767px) {
    .banner__content,
    .banner__content.content,
    .main .banner__content.content{
        padding: 25px 20px 0;
    }
    .banner__content h1,
    .banner__content.content h1,
    .main .banner__content.content h1{
        font-size: 32px;
        line-height: 34px;
    }
    .banner__subtitle {
        margin-top: 20px;
        padding-bottom: 30px;
        font-size: 25px;
        line-height: 27px;
    }
    .offers{
        padding-top: 20px;
    }
    .offers__title {
        font-size: 18px;
        line-height: 24px;
    }
    .offers__buttons{
        margin-top: 10px;
        flex-direction: column;
    }
    .offers__button{
        margin: 10px 0 0;
        width: 100%;
        max-width: 250px;
    }
    .offers__button:last-child{
        margin-bottom: 0;
    }
    /*DESCRIPTION*/
    .description .content{
        flex-direction: column;
    }
    .description--picture-right .content{
        flex-direction: column-reverse;
    }
    .description{
        padding: 30px 20px;
    }
    .description__picture{
        margin-bottom: 30px;
    }
    .description__wrapper--picture{
        text-align: center;
        width: 100%;
    }
    .description__title {
        font-size: 24px;
        line-height: 28px;
    }
    .description__content {
        font-size: 18px;
        line-height: 24px;
    }
    .description__button{
        width: 100%;
        max-width: 320px;
        text-align: center;
    }
    /*VIDEO*/
    .videos{
        padding: 0 0 40px;
    }
    .videos.slick-dotted.slick-slider{
        margin: 0 auto;
    }
    .videos .slick-dots{
        margin-bottom: 15px;
    }
    .video {
        display: block;
        margin-bottom: 20px;
    }
    .video .quote {
        font-size: 26px;
        line-height: 32px;
        padding: 80px 20px 60px;
        min-width: inherit;
    }
    .video--left .quote{
        transform: none;
    }
    .video .title {
        max-width: 100%;
    }
    .video .play {
        font-size: 23px;
        text-align: center;
    }
    .video .block {
        position: relative;
        width: 100%;
        transform: none;
        justify-content: center;
    }
    .video .slick-track {
        max-width: 500px;
        padding: 0 10px 40px;
    }
    .video .block_video {
        max-width: 100%
    }
    .video .quote svg {
        left: -3px;
    }
    .video .slick-dots li button::before {
        font-size: 10px;
    }
    .video .slick-dots li.slick-active button:before {
        color: #1167ff;
        font-size: 16px;
    }
    .video .slick-list.draggable {
        padding: 0px;
        width: 100%;
    }
    .chaines{
        padding: 0 20px;
    }
    .chaine{
        margin-bottom: 50px;
    }
    .spot__title{
        margin: 30px 0 0;
    }
    .comedies{
        padding: 30px 20px;
    }
    .comedies__title {
        font-size: 24px;
        line-height: 28px;
    }
    .comedies__videos .video{
        padding: 0;
        margin-bottom: 40px;
    }
    .comedies__videos.slick-dotted.slick-slider{
        margin: 30px 0 0;
    }
    .spot__title {
        font-size: 24px;
        line-height: 28px;
        padding: 0 20px;
    }
    .description--spot{
        padding: 15px 20px;
    }
    .description--spot .description__title {
        font-size: 18px;
        line-height: 24px;
    }
    .description--spot .description__content{
        margin-top: 20px;
    }
    .description--spot ul{
        margin: 0;
    }
    .description--spot li {
        margin: 0 10px;
    }
    .social--spot img {
        height: 40px;
        max-width: 55px;
    }
}
