.t941 {
    overflow: hidden;
}
.t941__wrapper {
    position: relative;
    display: flex;
    height: 700px;
}
.t-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 0;
}
.t-container:before, .t-container:after, .t-container_10:before, .t-container_10:after, .t-container_8:before, .t-container_8:after, .t-container_100:before, .t-container_100:after {
    display: table;
    content: " ";
    width: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.t-col {
    display: inline;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    width: 100%;
}
.t941__content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 40%;
}
.t941__title {
    margin-bottom: 20px;
}
.t-title_sm {
    font-size: 34px;
    line-height: 1.1;
}
.t-title {
    font-weight: 600;
    color: #000000;
}
.t941__descr {
    margin-bottom: 35px;
}
.t-descr_sm {
    font-size: 18px;
    line-height: 1.55;
}
.t-descr {

    color: #000000;
}
.t941__btn-title {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.t941__cover-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    width: 60%;
    overflow: hidden;
    transform: skew(-30deg, 0);
    transform-origin: bottom left;
}
.t941__cover, .t941__cover-wrap .t833__sliderwrapper {
    position: absolute;
    top: 0;
    right: -30vw;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: skew(30deg, 0);
    transform-origin: bottom left;
}






