.header__order {
    margin-left: auto
}

.button_large {
    font-size: 17px;
    min-width: 200px;
    padding: 22px 28px 21px;
}

.button {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 10px 13px;
	min-width: 300px;
	box-sizing: border-box;
	font-family: 'Uni Sans Bold', sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	text-align: center;
	text-decoration: none;
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


    .button__inner {
		display: block;
	}

.button__text {
		text-transform: uppercase;
	}

    /* Кнопка с фоном */

.button_fill {
    background-image: url("imgs/button_fill.svg");
}

.button_fill .button__text {
        color: #e11b22;
    }

.button_fill_project {
    background-image: url("imgs/button_fill_project.svg");
}

.button_fill_project .button__text {
        color: #fff;
    }

.button:hover,
.button_active {
    background-image: url("imgs/button_active.svg");
}

.button:hover .button__text,
    .button_active .button__text {
        color: #fff;
    }


body {
    margin: 10px 100px;

}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }

.logo {
    display: block;
    width: auto;
    height: 40px;
}
.slide-body {
    width: 100%;
    display: flex;
    align-items: center;
    height: 170px;
    padding-left: 100px;
    background-repeat: no-repeat;
}
.slide-text {
    width: 360px;
    font-family: 'Uni Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}
.align_center {
    text-align: center;
}
.agenda {
    
}
.class0 {
    list-style-type: none;
}

.image_bullet {
    margin: 2px;
    width: 35px;
    height: 35px;
    margin-right: 30px;
    margin-bottom: -10px;
    color: #666;
}
h2 {
    color: #006AA2;
    font-size: 28px;
    line-height:1.3;
}
.partners {
    margin-top: 50px;
}
.line {
    line-height: 1.2;
}
.interval {
    line-height: 0.7
}
.photo {
    padding: 10px;
    display: flex;
    align-items: center;
}
.cite {
    padding-left: 60px;
}