.wrap {
	position: relative;
	max-width: 1030px;
	margin: 0 auto;
}

.text {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #5c6263;
}

.text p {
	margin-bottom: 15px;
}

.text a {
	color: #5c6263;
	text-decoration: underline;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.text a:hover {
    color: #f4992b;
	text-decoration: underline;
}

.text b,
.text strong {
	font-weight: 600;
}

.text i,
.text em {
	font-style: italic;
}

.mt-40 {
	margin-top: 40px;
}
.title {
	color: #029aaa;
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 20px;
}

.person {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #5c6263;
	text-decoration: none;
	width: calc(50% - 10px);
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}

.person:nth-child(2n) {
	margin-right: 0;
}

.person__photo-wrapper {
	position: relative;
}

.person__photo {
    cursor:pointer;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin-right: 20px;
}

.person__label {
	position: absolute;
	bottom: 0;
	left: 0px;
	display: block;
	padding: 2px 15px 5px;
	border-radius: 20px;
	font-size: 0.9em;
	color: #fff;
}

.person__label_winner {
	background-color: #f4992b;
}

.person__info  {
    line-height: 1.2em;
	text-align: left;
}

.person__name_bold {
	font-weight: 700;
	margin-bottom: 5px;
}

.person_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 10px);
    margin-right: 10px;
}

.person_column:nth-child(2n) {
    margin-right: 10px;
}

.person_column .person__info {
    margin-top: 10px;
    line-height: 1.2em;
    width: 100%;
}


    .pol p {margin: 10px  0px  10px  0px;}
    .pol h2 {margin: 10px 0px 10px; font-size: 20px; color: #bababa; font-style: italic;}

    .therr_header{width:100%;height:300px;margin:0 auto;position:relative;
        margin-bottom:40px;}
    .therr_bg{
        background:url('/design/images/img_for_action/2018/therr/therr.jpg') no-repeat;
        background-size: 200%;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top:0;
        filter: blur(13px);
        z-index: 1;
        text-align: center;
    }
    .therr_img{
        position: absolute;
        z-index: 2;
        left: 10%;
        right: 10%;
        top:0;
        margin:0 auto;
    }