﻿.block16764
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.block16764 .wrapper
{
    display: flex;
    width: 100%;
    max-width: 1180px;
    margin: auto;
    position: relative;
    z-index: 2;
}
.block16764 .tile:first-child
{
    width: 45%;
}
.block16764 .tile
{
    width: 55%;
    position: relative;
}
.block16764 .tile:first-child .imgBox
{
    margin-bottom: 400px;
}
.block16764 .imgBox
{
    margin-top: 60px;
    width: 100%;
    margin-left: auto;
}
.block16764 .imgBox .backstage-componet-bd, .block16764 .imgBox .backstage-componet
{
    width: 100%;
    height: 100%;
    display: block;
}
.block16764 .imgBox .backstage-componet-bd img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.block16764 .imgRight
{
    position: absolute!important;
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    width: calc(100% + (50vw - 590px));
    clip-path: polygon(0% 0%,0% 100%,649px 100%,649px calc(100% - 400px),100% calc(100% - 400px),100% 0);
}
.block16764 .imgRight .backstage-componet-bd, .block16764 .imgRight .backstage-componet
{
    width: 100%;
    height: 100%;
}
.block16764 .imgRight .backstage-componet-bd img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block16764 .textBox
{
    position: relative;
    z-index: 2;
    padding: 60px;
    width: calc(100% - 120px);
    min-height: 800px;
}
.block16764 .text
{
    line-height: 2.2;
}
.block16764 .button
{
    background: #bf2422;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 20px;
    transition: background .3s ease;
}
.block16764 .button:hover
{
    background: #024aa4;
}
.block16764 .button .backstage-componet-bd a
{
    color: #fff;
    padding: 15px 40px;
    display: block;
}
.block16764 .foot
{
    width: 100%;
    background: #024aa4;
    margin-top: -400px;
}
.block16764 .inner
{
    width: 100%;
    max-width: 1180px;
    margin: auto;
    position: relative;
}
.block16764 .inner .imgBox
{
    margin: 0;
    width: 60%;
}
.block16764 .inner .imgBox .backstage-componet-bd img
{
    min-height: 500px;
    object-fit: contain;
    object-position: bottom;
    display: block;
}
.block16764 .content
{
    position: absolute!important;
    color: #fff;
    width: calc(45% - 60px);
    left: 0;
    top: 60px;
    z-index: 2;
    font-size: 18px;
    line-height: 1.8;
}
.block16764 .imgRight.backstage-blocksEditor-wrap .backstage-widgetsettings-tools-zindex
{
    top: 10px;
    right: 10px;
    transform: none;
    left: unset;
}
.block16764 .imgRight.backstage-blocksEditor-wrap.blocks-editor-active
{
    z-index: 3;
}
.block16764 .imgRight .component-image-editor.backstage-component-editor
{
    top: 0;
    transform: translateX(-50%);
}
@media screen and (max-width: 1200px)
{
    .block16764 .wrapper
    {
        width: calc(100% - 20px);
    }
    .block16764 .textBox
    {
        padding: 40px;
        width: calc(100% - 80px);
    }
    .block16764 .imgRight
    {
        clip-path: none;
        width: 100%;
    }
    .block16764 .foot
    {
        width: calc(100% - 20px);
        margin: auto;
        margin-top: -400px;
    }
    .block16764 .content
    {
        margin-left: 20px;
        margin-right: 40px;
    }
}
@media screen and (max-width: 1000px)
{
    .block16764 .text
    {
        line-height: 1.5;
    }
    .block16764 .textBox
    {
        min-height: 700px;
    }
}
@media screen and (max-width: 800px)
{
    .block16764 .wrapper
    {
        display: block;
    }
    .block16764 .tile:first-child .imgBox
    {
        margin-bottom: 0;
    }
    .block16764 .tile:first-child, .block16764 .tile
    {
        width: 100%;
    }
    .block16764 .imgBox
    {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .block16764 .textBox
    {
        min-height: unset;
        padding: 20px;
        width: calc(100% - 40px);
    }
    .block16764 .foot
    {
        margin: 0 auto;
    }
    .block16764 .inner .imgBox
    {
        width: 100%;
    }
    .block16764 .inner .imgBox .backstage-componet-bd img
    {
        min-height: unset;
    }
    .block16764 .inner
    {
        display: flex;
        flex-direction: column-reverse;
    }
    .block16764 .content
    {
        position: unset!important;
        width: calc(100% - 40px);
        margin: 20px;
        margin-bottom: 40px;
    }
    .block16764 .button
    {
        margin-top: 40px;
    }
}