html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
}
label{
	cursor: pointer;
}
ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
sup {
	vertical-align: top;
	font-size: 10px;
}
sub {
	vertical-align: bottom;
	font-size: 10px;
}
html, body {
    width: 100%;
	height: 100%;
	font-family: 'PT Sans', sans-serif;
	color: #141414;
	font-size: 16px;
	line-height: 30px;
	background:	#fff;
}
body {
    display: flex;
    flex-direction: column;
}
h1 {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}
h2 {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}
h3 {
	position: relative;
	margin: 0 0 20px 0;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}
a {
    color: inherit;
    text-decoration: none;
}
.wp {
	max-width: 1280px;
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.wrapper {
    position: relative;
    flex: 1 0 auto;
	padding-top: 100px;
}
.header {
    width: 100%;
    top: 0;
    left: 0;
	position: fixed;
	overflow: hidden;
	padding: 20px 0;
    z-index: 100;
    background: #fff;
}	
.header .wp {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
}	
.logo {
    height: 60px;
    position: relative;
}
.logo img {
	width: auto;
    height: 100%; 
    display: block;
}	
.menu {
	position: relative;
}	
.menu ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px 20px;
}
.menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu ul li a {
	display: block;
    color: #006AB2;
    font-size: 16px;
    line-height: 120%;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}	
.menu ul li a:hover {
	color: #272727;
}

.top_logo {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap: 10px;
}
.top_logo .item {
	position: relative;
}
.top_logo .item img {
	width: auto;
	height: auto;
	max-height: 40px;
	display: block;
}	

.footer {
    position: relative;
    flex: 0 0 auto;
	padding: 40px 0;
	margin: 60px 0 0 0;
	color: #fff;
	background: #006AB2;
}
.footer .title span {
	background: #006AB2;
}
.footer .info {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer a:hover {
	text-decoration: underline;
}	
.footer p {
	margin: 0 0 10px 0;
}	
.footer p:last-child {
	margin: 0;
}

.top_info {
	position: relative;
	padding: 80px 0; 
	background: url(../images/fon.jpg) no-repeat;
    background-size: cover;
}		
.top_text {
	width: 780px;
    position: relative;
    margin: 0 auto;
	padding: 60px;
	color: #fff;
	text-align: center;
	background: rgba(0,106,178,0.9);
	/*background: url(../images/mainfon.jpg) no-repeat center;
    background-size: cover;*/
	box-sizing: border-box;
}
.top_text .location {
	padding: 10px 20px;
    display: inline-block;
	font-size: 18px;
    line-height: 30px;
    background: #d2021a;
}
.top_text .location strong {
	padding-left: 40px;
	font-size: 21px;
    font-weight: 700;
	text-transform: uppercase;
	background: url(../images/icon-calendar.svg) no-repeat center left;
}
.top_text .location-addres {
	position: relative;
    padding: 15px;
    margin: 20px 0 0 0;
	font-size: 18px;
    line-height: 30px;
    font-weight: 500;
	border: 2px solid rgba(255,255,255,0.6);
}
.top_text .location-addres span {
	padding-left: 25px;
	display: inline-block;
	background: url(../images/i-mark.svg) no-repeat left center;
}	

.section {
	position: relative;
	padding-top: 100px;
}	
.title {
	position: relative;
	margin: 0 0 40px 0;
	font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}
.title:before {	
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	display: block;
	background: #EAEFF6;
	content: '';
}
.title:after {	
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 2px;
	display: block;
	background: #EAEFF6;
	content: '';
}
.title span {
	position: relative;
	display: inline-block;
	padding: 0 25px;
	background: #fff;
	z-index: 5;
}	
.grey {
    padding: 60px 0;
	background: #fafafa;
}
.grey .title span {
	background: #fafafa;
}
.letter {
	max-width: 940px;
	position: relative;	
	padding: 0 20px;
	margin: 0 auto;
	font-size: 21px;
    line-height: 30px;
	text-align: center;
	box-sizing: border-box;
}	
.letter-pdf {
	display: block;
	margin: 0 0 20px 0;
	color: #006AB2;
	font-weight: 700;
}
.letter-pdf:hover {
	color: #d2021a;	
	text-decoration: underline;
}
.button {
	position: relative;	
	margin: 40px 0 0 0;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.button .btn {
	margin: 0 5px;
	display: block;
}	
.btn {
    min-width: 200px;
    height: 60px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: #006AB2;
	font-size: 18px;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    border: 2px solid #006AB2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
}
.btn:hover {
	color: #fff;
	background: #006AB2;
}
.name {
	font-size: 24px;
}
.post {
	color: #006AB2;
	font-size: 18px;
}	

/* program */
.tabs-block {
	position: relative;
}	
.tabs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 40px 0;
}	
.tab {
	position: relative;
	padding: 10px 30px;
	color: #272727;
	background: #fff;
	border: 1px solid #EAEFF6;
	cursor: pointer;
}
.tab.act {
	color: #fff;
	background: #006AB2;
	border: 1px solid #006AB2;
}	
.tabs-info {
    position: relative;
}
.tabs-info .item {
	 position: relative;
	 display: none;
}	
.tabs-info .item.act {
	display: block;
}	
.program {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.program table {
    width: 49%;
	position: relative;
}	
.program table th, .program table td {
	padding: 10px;
	font-weight: 400;
	background: #fff;
	border: 1px solid #EAEFF6;
}	
.program table th {
	font-size: 21px;
	text-align: center;
}	
.program table td.time {
	min-width: 85px;
	color: #006AB2;
    font-size: 14px;
    font-weight: 700;
}
.program-btn {
	width: 300px;
    height: 60px;
	position: relative;
	display: block;
	margin: 40px auto 0 auto;
    color: #fff;
	font-size: 18px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    background: #006AB2;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-sizing: border-box;
}
.program-btn:hover {
	background: #d2021a;	
}
 	

/* sponsors */
.sponsorsBlock {
	position: relative;
	margin-bottom: 100px;
}
.sponsorsBlock:last-child {
	margin-bottom: 0;
}	

.sponsors-grid1 {
	grid-template-columns: repeat(2, 1fr);
}
.sponsors-grid2 {
	grid-template-columns: repeat(2, 1fr);
}
.sponsors-grid3 {
	grid-template-columns: repeat(3, 1fr);
}	
.sponsors-grid4 {
	grid-template-columns: repeat(4, 1fr);
}	
	
.sponsors {
	position: relative;
	display: grid;
    gap: 10px;
    align-items: stretch;
}
.sponsors .item {
	position: relative;
	border: 1px solid #EAEFF6;
}	
.sponsors .item .img {
	width: 100%;
	position: relative;
    padding-bottom: 160px;
}
.sponsors .item .img-logo  {
	width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	padding: 20px;
	box-sizing: border-box;
}
.sponsors .item .img-logo img {
    width: 100%;
    height: 100%;
	max-width: 280px;
    display: block;
    object-fit: contain;
	margin: 0 auto;
}

.place {
	position: relative;
}	
.place_item {
	position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 20px 0;
    background-image: linear-gradient(to right, #888 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}	
.place_item:last-child {
    margin: 0;
    padding: 0;
    background-image: none;
}			
.place_item .name {
	flex: 2 1 0px;
	font-size: 24px;
	margin-right: 20px;
}
.place_item .contact {
	flex: 1 1 0px;
	margin-right: 20px;
}
.place_item .contact a {
	color: #006AB2;
}
.place_item .website {
	flex: 1 1 0px;
}	
.place_item .website a {
    display: block;
	color: #006AB2;
    font-size: 18px;
}
 
.online-video {
	width: 900px;
	height: 500px;
	position: relative;
	margin: 0 auto;
}	

 
.cookieinfo {
    padding: 20px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: column-reverse;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}    
.cookieinfo span {
    width: 100%;
	max-width: 1040px;
    margin: 0 auto;
    padding: 0;
}  
 
.cookieinfo-close {
    padding: 16px 24px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    box-sizing: border-box;
}   

.info-text {
	position: relative;
	display: grid;
	grid-template-columns: 220px auto;
	gap: 40px;
}	
.info-text .img {
	position: relative;
}	
.info-text .img img {
	width: 100%;
	height: auto;
	display: block;
}
.info-text .text {
	position: relative;
}	

/* about */
.about {
	position: relative;
}
.about__item {
	position: relative;
	padding: 20px 0;
	display: grid;
	grid-template-columns: 220px auto;
	gap: 40px;
	background-image: linear-gradient(to right, #888 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}
.about__item-img {
	position: relative;
}
.about__item-img img {
	width: 100%;
	height: auto;
	display: block;
}
.about__item-info {
	position: relative;
	padding-top: 10px;
}
.about__item-info .description {
	position: relative;
	margin-top: 20px;
}

/* list organizers and speakers */
.listing {
	position: relative;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}
.listing__item {
	position: relative;
	padding-top: 20px;
	display: grid;
	grid-template-columns: 160px auto;
	gap: 40px;
	background-image: linear-gradient(to right, #888 0 10%, rgba(255, 255, 255, 0) 10%);
    background-position: top;
    background-size: 6px 1px;
    background-repeat: repeat-x;
}
.listing__item-img {
	position: relative;
	padding: 10px;
	border: 1px solid #EAEFF6;
	background: #fff;
}
.listing__item-img img {
	width: 100%;
	height: auto;
	display: block;
}
.listing__item-info {
	position: relative;
	padding-top: 10px;
}	
	
 	