* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

table,
tr,
th,
td {
    border-collapse: collapse;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

body {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    background: #fff;
    color: #000;
    font-weight: 400;
	min-width: 780px;
}

.clear {
    clear: both;
    content: "";
    display: table;
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
}

.main{
    height: 100vh;
    overflow: hidden;
    background: black;
    padding: 43px 0 40px 0;
    text-align: center; 
    position: relative;
    z-index: 1;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}


.cssall .main {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .wrapper{
    position: relative;
    z-index: 1;
}

.main__logo{
    width: 238px;
    height: 46px;
    overflow: hidden;
    margin:46px auto 13px;
}


.logos__text{
    position: absolute;
    font-size: 20px;
    color: #888;
    right: 360px;
    top: 24px;
    text-transform: uppercase;
}

.logos__items{
    overflow: hidden;
}

.logos__left{
    float: left;
    margin: 18px 0;
	margin-left: 100px;
}

.logos__right{
    float: right;
    margin: 10px 0;
	margin-right: 100px;

}

.main .logos
{
	width: 100%;
	height: 65px; 
	top: 30px;
	background: url(../img/logo_bg.png) 0 0 repeat;
	position: absolute;
	z-index: 99;
}


.is_overlay{ 
    display: block; 
    width: 100%; 
    height: 100%;
}

#trailer {
    position: absolute;
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;
    z-index: -100;
}

.main .wrapper
{
    margin-top: -70px;
}

.main__title{
    font-size: 65px;
    font-weight: 700;
    color: #df0029;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.main__descr{
    color: #fff;
    font-weight: 700;
    font-size: 85px;
    text-align: center;
    margin-bottom: 20px;
    margin: 40px auto 42px;
    line-height: 1.1;
    text-transform: uppercase;
}

.main__items{
    overflow: hidden;
    width: 594px;
    margin: 0 auto 27px;
    border-bottom: 2px solid #fff;
    padding-bottom: 31px;
}

.main__item{
    width: 33%;
    float: left;
    padding: 0 0 0 5px;
    text-align: left;
}

.main__item:last-child{
    text-align: right;
}

.main__item:nth-child(2n){
    text-align: center;
    padding: 0 0 0 14px;
}

.main__item:nth-child(2n) .main__span::after{
    left: 76px;
}

.main__item:last-child .main__span::after{
    left: 128px;
}

.main__span{
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    display: block;
    position: relative;
    padding-bottom: 30px;
}

.main__span::after{
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: -4px;
    left:33px;
    margin: auto;
    border-radius: 50%;
    background: #df0029;
}

.main__links{
	overflow: hidden;
    width: 100%;
    margin: 180px auto 30px;
    position: absolute;
}

a.main__link{
    color: #d21923;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    line-height: 41px;
    text-decoration: none;
    /* float: left; */
    min-width: 200px;
    margin-left: 15px;
    margin-bottom: 30px;
    padding: 5px 20px;
    background: url(../img/logo_bg.png) 0 0 repeat;
}

.main__link:hover{
    background: #fff;
    color: #df0029;
}

a.main__link_test{
    float: right;
    width: 273px;
}

