@font-face {
  font-family: 'RobotoCondensedRegular';
  font-display: swap;
  src: url("../fonts/RobotoCondensedRegular.woff2") format("woff2"), url("../fonts/RobotoCondensedRegular.woff") format("woff");
}

@font-face {
  font-family: 'robotocondensedlight';
  font-display: swap;
  src: url("../fonts/robotocondensedlight.woff2") format("woff2"), url("../fonts/robotocondensedlight.woff") format("woff");
}

@font-face {
  font-family: 'robotocondensedbold';
  font-display: swap;
  src: url("../fonts/robotocondensedbold.woff2") format("woff2"), url("../fonts/robotocondensedbold.woff") format("woff");
}
* {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.link_bl {
  color:#fff;
  font-weight: bold;
  text-decoration: none;
}

.wrap {
  height: 100%;
  display: flex;
  
  text-align: center;
  overflow: hidden;
}

.item {
    height: 100%;
    width: 35%;
    position: relative;
}


.item .link_bl {
  display: block;
  /* width: 100%;
  height: 100%; */
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  
  padding-left: 15%;
  padding-right: 15%;
}



.item .link_bl>span {
  display: block;
  position: relative;
  top:50%;
  transform:translateY(-50%);
}

.item:nth-of-type(1) {
    width: 100%;
    position: absolute;
}

.item:nth-of-type(1) .link_bl{
    background: url(img/fon.png) center no-repeat;

    -webkit-background-size: cover;
    background-size: cover;
}
.item:nth-of-type(3) {
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 45%;
    margin-left: 55%;
    z-index: 999;
}


.item:nth-of-type(3) .link_bl{
background: #000;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.last{
    height: 100px;
    background: #000;
    width: 100%;
    position: absolute;
    z-index: 999;
    bottom: 0;
    z-index: 10;
}

.text_bl1 span{
    color: red;
    font-weight: 600;
}   
.text_bl1 {
    font-size: 80px;
    line-height: 70px;
    font-family: sans-serif;
    z-index: 999999;
    display: block;
    position: absolute;
    left: 100px;
    bottom: 100px;
    text-align: left;
    color: #fff;
    transform: skew(-20deg, 0deg);
    font-weight: 100;
}
.c1{
position: absolute;
    right: 80px;
    bottom: 430px;
    height: 100px;
    background: #262728;
    width: 100%;
    border-right: 10px solid #ff0000;
}
.c2{
position: absolute;
    right: 80px;
    bottom: 320px;
    height: 100px;
    background: #262728;
    width: 100%;
    border-right: 10px solid #ff0000;
}
.c3{
    position: absolute;
    right: 80px;
    bottom: 210px;
    height: 100px;
    background: #262728;
    width: 100%;
    border-right: 10px solid #ff0000;
}
.c4{
    position: absolute;
    right: 80px;
    bottom: 100px;
    height: 100px;
    background: #262728;
    width: 100%;
    border-right: 10px solid #ff0000;
}
.lb{
        display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}
.lb img{
        width: 64px;
    height: 100px;
    object-fit: contain;
    display: flex;
    align-content: center;
}
.etap{
    width: 300px;
    display: flex;
    flex-direction: column;
    height: 100px;
    align-content: center;
    justify-content: center;
    font-size: 22px;
    font-family: sans-serif;
    text-align: left;
    margin-left: 15px;
    line-height: 28px;
}
.time{
color: #9f9fa3;
}
.time .red{
color: #ff0000;
}
.logo{
    position: absolute;
    top: 100px;
    right: 100px;
    width: 50%;
    height: 274px;
}
.logo img{
    width: 60%;
    height: auto;
}
.item:nth-of-type(2) {
position: absolute;
    right: 0;
    background: red;
    z-index: 999;
    width: calc(45% + 8px);
    -webkit-clip-path: polygon(45% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(46% -4%, 100% 0%, 100% 100%, 0% 100%);
}


@media screen and (max-width: 1900px) {
.text_bl1{
    font-size: 46px;
    line-height: 40px;

}
.logo {
    top: 50px;
    right: 50px;
}
.c1{
position: absolute;
    bottom: 310px;
    height: 60px;
}
.c2{
position: absolute;
    bottom: 240px;
    height: 60px;
}
.c3{
    bottom: 170px;
    height: 60px;

}
.c4{
    height: 60px;
}
.lb img{
    height: 60px;
}
.etap{
    height: 60px;
        font-size: 18px;
    line-height: 24px;
}






/*media*/
}

@media screen and (max-width: 1400px) {
.etap {
    width: 200px;
        font-size: 16px;
    line-height: 22px;
}


/*media*/
}

@media screen and (max-width: 1125px) {
.etap {
    width: 170px;
    font-size: 14px;
    line-height: 20px;
}
.lb {
    right: 25px;
}
.logo {
    top: 25px;
    right: 25px;
}
.last {
    height: 70px;
}
.c1{
position: absolute;
    bottom: 280px;
}
.c2{
position: absolute;
    bottom: 210px;
}
.c3{
    bottom: 140px;
}
.c4{
    bottom: 70px;
}
.lb img{
    height: 60px;
}
.item:nth-of-type(3) {
    width: 55%;
    margin-left: 45%;
}
.item:nth-of-type(2) {
    width: calc(55% + 8px);
}
.text_bl1 {
    font-size: 32px;
    line-height: 28px;
    left: 50px;
    bottom: 70px;
}

/*media*/
}





.mobile, .mobilefon, .footer {
display: none;
}
@media screen and (max-width: 700px) {
.wrap {
    display: none;
}
.mobile{
    display: block;
    background: url(img/fonmob.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
    -webkit-box-shadow: 0px -54px 47px -23px rgba(0, 0, 0, 1) inset;
-moz-box-shadow: 0px -54px 47px -23px rgba(0, 0, 0, 1) inset;
box-shadow: 0px -54px 47px -23px rgba(0, 0, 0, 1) inset;
}
.mobilelogo{
    padding: 50px 50px 20px 50px;
    width: 100%;
}
.mobilelogo img{
    width: 100%;
}
.mobtext_bl1{
color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: sans-serif;
    transform: skew( 
-20deg, 0);
    width: fit-content;
    margin: 0 auto;
}
.mobtext_bl1 span.white{
color: #fff;
font-weight: 600;
}
.mobtext_bl1 span.red{
color: #ff0000;
font-weight: 600; 
}
.mtitle{
    font-size: 30px;
    color: #fff;
    font-family: sans-serif;
    padding-top: 30px;
}
.submtitle{
        margin: 15px 0;
    color: #9f9fa3;
    font-size: 22px;
    font-family: sans-serif;
}
.mobilefon{
    display: block;
    height: auto;
    position: relative;
    padding-bottom: 32px;
}
.mobilefon:before{
content: '';
    background: url(img/fon2mob.png) center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.mtitle span.red{
        font-weight: 600;
    color: #ff0000;
}
.container{
        display: block;
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.footer{
    display: block;
        width: 100%;
    background: #000;
    color: #9f9fa3;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
        font-family: sans-serif;
}
.moblb{
    background: #303132;
    margin-bottom: 10px;
    border-right: 7px solid #ff0000;
    height: 75px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
}
.moblb img{
width: 50px;
    height: 75px;
    object-fit: contain;
    display: flex;
    align-content: center;
    margin-left: 20px;
}
.moblb .etap {
    width: 170px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    height: 75px;
}




/*media*/
}


@media screen and (max-width: 450px) {

.mobilelogo {
    padding: 20px 25px;
    width: 100%;
}
.mobtext_bl1 {
    color: #fff;
    text-align: center;
    font-size: 28px;
}
.container {
    width: 85%;
}




/*media*/
}












/*
@media screen and (max-width: 450px) {
.mobile{
    -webkit-background-size: contain;
    background-size: contain;
}
.mobile{
background: unset;
height: 550px;
}
.mobile .padding:before{
content: '';
    background: url(img/fonmob.png) center no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
}
.mobilelogo {
    position: absolute;
    z-index: 999;
    padding: 30px 25px;
}
.mobtext_bl1{
    position: absolute;
    z-index: 999;
    width: 95%;
    top: 100px;
}
.padding{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}


@media screen and (max-width: 420px) {
    .mobile{
background: unset;
height: 520px;
}
}

@media screen and (max-width: 370px){
.mobile {
    background: unset;
    height: 450px;
}
}
*/