﻿.block16114
{
    width: 100%;
    max-width: 1180px;
    margin: auto;
    padding: 20px 0;
}
.block16114 .blockTitle
{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin: 0 auto 37px;
    word-break: break-word;
}
.block16114 .wrapper
{
    width: 100%;
    display: flex;
}
.block16114 .left
{
    width: 66.66%;
    border: 1px solid transparent;
    height: 447px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
.block16114 .right
{
    width: 33.34%;
}
.block16114 .imgBox
{
    width: 100%;
    height: 100%;
}
.block16114 .imgBox .backstage-componet-bd, .block16114 .imgBox .backstage-componet
{
    width: 100%;
    height: 100%;
}
.block16114 .imgBox img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block16114 .tile
{
    width: 100%;
    border: 1px solid transparent;
    height: 223.5px;
    position: relative;
    box-sizing: border-box;
}
.block16114 .textWrapper
{
    position: absolute;
    z-index: 5;
    bottom: 0;
    width: 100%;
}
.block16114 .tear
{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    will-change: transform;
    overflow: hidden;
}
.block16114 .tear .after
{
    display: block;
    content: "";
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #516f32;
    position: relative;
}
.block16114 .tear_inner
{
    width: 100%;
    height: 60px;
    position: relative;
}
.block16114 .tear-primary
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #516f32;
    clip-path: polygon(0 0,100% 50%,100% 100%,0 100%);
    z-index: 2;
    transform: translateY(5px);
}
.block16114 .tear-secondary
{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    content: "";
    clip-path: polygon(0 80%,100% 0,100% 100%,0 100%);
    background: #889b3a;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    -webkit-transition-delay: 75ms;
    -o-transition-delay: 75ms;
    transition-delay: 75ms;
    will-change: transform;
}
.block16114 .left:hover .tear
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.block16114 .left:hover .tear-secondary
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.block16114 .textBox
{
    padding: 5% 0;
    position: relative;
    z-index: 5;
}
.block16114 .title
{
    height: 80px;
    color: #fff;
    padding: 1% 8%;
    font-size: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-word;
}
.block16114 .contentBox
{/* height: 0; */
    width: 100%;
    transition: height .2s ease-out;
    overflow: hidden;
}
.block16114 .content
{
    color: #fff;
    width: 84%;
    font-size: 16px;
    padding: 0 8%;
    padding-top: 10px;
    opacity: 0;
    transition: opacity .2s ease-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
}
.block16114 .left:not(:hover) .contentBox
{
    height: 0!important;
}
.block16114 .left:hover .content
{
    opacity: .7;
}
.block16114 .gradient
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
}
.block16114 .tile .title
{
    font-size: 26px;
}
.block16114 .tile
{
    overflow: hidden;
}
.block16114 .tile:not(:hover) .contentBox
{
    height: 0!important;
}
.block16114 .tile:hover .content
{
    opacity: .7;
}
.block16114 .tile:hover .tear
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.block16114 .tile:hover .tear-secondary
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.block16114 .tile .tear_inner
{
    height: 30px;
}
.block16114 .backstage-blocksEditor-wrap .backstage-widgetsettings-tools-zindex
{
    top: 0;
    left: 0;
    transform: translate(10px,10px);
}
@media screen and (max-width: 1200px)
{
    .block16114
    {
        width: calc(100% - 20px);
    }
    .block16114 .title
    {
        font-size: 26px;
    }
    .block16114 .tile .title
    {
        font-size: 18px;
    }
    .block16114 .blockTitle
    {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1000px)
{
    .block16114 .tear
    {
        display: none;
    }
    .block16114 .contentBox
    {
        display: none;
    }
}
@media screen and (max-width: 760px)
{
    .block16114 .left
    {
        width: 100%;
    }
    .block16114 .wrapper
    {
        display: block;
    }
    .block16114 .right
    {
        display: flex;
        width: 100%;
    }
    .block16114 .tear
    {
        display: none;
    }
    .block16114 .contentBox
    {
        display: none;
    }
    .block16114 .title
    {
        font-size: 16px;
    }
    .block16114 .tile .title
    {
        font-size: 16px;
    }
    .block16114 .tile
    {
        height: 126px;
    }
    .block16114 .left
    {
        height: 253px;
    }
}