body {
    max-width: 100%;
	background: none !important;
}

.page-header__top {
    background: unset;
	height: auto;
    background: #fff;
	margin: 0;
}
.page-header__personal-area-wrapper {
    margin: 0 !important;
}
.head_bg {
    display: none;
}
.main__row {
    background-color: #fff;
	box-shadow: none;
	padding: 0 15px;
}
.row-flex {
	display:flex;
	flex-wrap:wrap;
	margin-left: -15px;
	margin-right: -15px;
}



.top-header {
    border-bottom: 3px solid #E30613;
}

.cut {
    width: 100%;
    height: 2px;
    background-color: #0C4053;
}


.contacts {
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.2;
    color: #312783;
    font-weight: 600;
}
.contacts a {
    color: #312783;
}


.subtitlesec {
    background-color: #312783;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 26px;
    line-height: 1.2;
}


.placesec {
    display: flex;
    padding: 20px 0;
    color: #312783;
    justify-content: center;
}
.placesec .date {
    font-size: 32px;
    max-width: 140px;
    line-height: 1;
    text-align: center;
}
.placesec .line {
    width: 3px;
    background-color: #312783;
    margin: 0 20px;
}
.placesec .place {
    display: flex;
    align-items: center;
    font-size: 30px;
    line-height: 1;
}
.placesec .place .icon {
    width: 30px;
    max-width: 100%;
    margin-right: 15px;
}


.titlesec {
    padding: 20px 0;
    text-align: center;
    color: #E30613;
    font-size: 29px;
    line-height: 1.2;
    font-weight: 600;
    border-top: 3px solid #E30613;
    border-bottom: 3px solid #E30613;
}
.titlesec .circle {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background-color: #e30613;
    margin: 10px auto;
}


.bottom-header {
    background-color: #E8E6F4;
    color: #312783;
    padding: 20px;
    line-height: 1.2;
}
.bottom-header .subtitle {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 3px solid;
    text-align: center;
}


.program-noa {
    padding: 30px 0 0;
}
.timesheet-time {
    background: #0C4053;
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    margin: 10px 0 5px;
    border-radius: 5px 5px 0 0;
}
.timesheet_item {
    background: #fbfbfb;
    padding: 10px;
    border-radius: 0 0 5px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.timesheet_item .title {
    font-size: 18px;
    font-weight: bold;
}
span.red {
    color: #fb2b2b;
    font-weight: bold;
}
span.blue {
    color: #1068c3;
    font-weight: bold;
}
.timesheet_item a {
    padding: 10px 15px;
    margin: auto 0 10px;
    display: block;
    max-width: max-content;
    color: #fff;
    border-radius: 5px;
}
.timesheet_item a.red {
    background-color: #fb2b2b;
}
.timesheet_item a.blue {
    background-color: #1068c3;
}

.timesheet_item a.up-btn {
    margin: 15px 0;
}
.timesheet_item .title .t {
    font-weight: normal;
    font-size: 16px;
}


.sponsors-wrapper {
    margin-top: 30px;
}
.sponsors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0;
}
.sponsors__item {
    height: 80px;
    margin: auto;
    width: 25%;
    padding: 10px;
}
.sponsors__item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
}


@media screen and (max-width: 900px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float:none;
	}
	.main__row {
		padding:0;
		margin:0;
	}

	.contacts {
		font-size: 11px;
	}
	
	.subtitlesec {
		font-size: 16px;
	}
	
	.placesec {
		flex-direction: column;
		align-items: center;
		padding: 20px 10px;
	}
	.placesec .date {
		font-size: 19px;
		max-width: 100%;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.placesec .line {
		display: none;
	}
	.placesec .place {
		font-size: 19px;
		text-align: center;
	}
	.placesec .place .icon {
		display: none;
	}
	
	.titlesec {
		font-size: 19px;
		padding: 20px 10px;
	}
	.titlesec .circle {
		width: 10px;
		height: 10px;
		margin: 5px auto;
	}
	
	.bottom-header .subtitle {
		font-size: 15px;
	}

	.program-noa h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.timesheet_item a {
		max-width: 100%;
		text-align: center;
		margin: 15px 0 10px;
	}

	.sponsors {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.sponsors-title h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
}






/*
@media screen and (max-width: 768px) {
	header.page-header {
		background-image: url('/noa/img/head-tab.png');
		min-height: 156px;
	}
}

@media screen and (max-width: 480px) {
	header.page-header {
		background-image: url('/noa/img/head-mob.png');
		min-height: 156px;
	}
}
*/
/* END Egor END */