* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
@font-face {
	font-family: "PragmaticaExtendedBook";
	src: url("../../fonts/PragmaticaExtendedBook.otf") format("opentype");
}
@font-face {
	font-family: "PragmaticaExtBoldReg";
	src: url("../../fonts/PragmaticaExtBoldReg.otf") format("opentype");
}

@font-face {
	font-family: "PragmaticaExtendedExtraBold";
	src: url("../../fonts/PragmaticaExtendedExtraBold.otf") format("opentype");
}

@font-face {
	font-family: "PragmaticaExtendedLight";
	src: url("../../fonts/PragmaticaExtendedLight.otf") format("opentype");
}

@font-face {
	font-family: 'PragmaticaWebBook';
	src: 
	url('../../fonts/pragmatica_book.woff2') format('woff2'),
	url('../../fonts/pragmatica_book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.fancybox-navigation  {
	z-index: 999999999;
}
body {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-family: 'PragmaticaWebBook', sans-serif;
	font-weight: 400;
	color: #000;
	background: #fff;
}

.plmin {
    position: absolute;
    top: 44px;
    right: 28px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 18px solid #000000;
}
.open > .plmin {
    background: none;
    border-bottom: 18px solid #ffffff;
    border-top: none;
}
.programm .item.fon {
    background-color: #3F444F;
    color: #ffffff !important;
}
.minus {display:none}
.open > .plus {display:none}
.open > .minus {display:inline-block}
.toggle-box,.toggle-next {font-weight:normal;cursor:pointer;color:#000000}
.text-hide {display:none}
.text-hide.open {display:block}


section {
	position: relative;
}
.overflow_hh {
	overflow: hidden;
    position: relative;
}
img.backall {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 50%;
}
.container {
	max-width: 1920px;
	padding: 0 80px;
	margin: 0 auto;
	z-index: 3;
    position: relative;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.mshow {
    display:none;
}
.mhide {
    display:block;
}
header {
	padding-top: 53px;
}
header .flex {
	align-items: center;
}
header .flex .logo img {
	width: 140px;
}
header nav ul {
	margin: 0;
	padding: 0;
	padding-right: 48px;
}
header nav ul li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 69px;
}
header nav ul li:first-child {
	margin-left: 0;
}
header nav ul li a {
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	transition: 0.5s;	
}
header nav ul li a:hover {
	color: #9C162E;
}
header nav ul li a.active_a {
	color: #9C162E;
	opacity: 0.7;
}
header nav ul li a.active_a:hover {
	opacity: 1;
}
header .burg {
	display: none;
	width: 40px;
}
header .burg span {
	width: 100%;
	display: block;
	margin: 0 auto 5px;
	height: 2px;
	background: #fff;
}
header .burg span:last-child {
	margin-bottom: 0;
}
.block_btn span.text {
    font-size: 20px;
    max-width: 600px;
    line-height: 1.4;
    font-family: 'PragmaticaExtendedBook', sans-serif;
}
.block_btn span.text a {
    color: #9C162E;
    text-decoration: none;
}
.block_btn span.text a:hover {
    text-decoration: underline;
}
.close {
	position: absolute;
	right: 5%;
	top: 5%;
	width: 30px;
	height: 30px;
	display: none;
}
.close span:first-child {
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(45deg);
}
.close span:last-child {
	width: 30px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-45deg);
}
.sec_one {
	padding-top: 96px;
	padding-bottom: 180px;
}
.flex_f {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}
.flex_f .ll_first {
	flex: 0 0 100%;
    padding-right: 50px;
}
.flex_f .translation_block {
	flex: 0 0 52%;
}
.flex_f .translation_block video {
	width: 100%;
}
.sec_one h2 {
	margin: 0 0 4px 0;
	font-size: 2.08vw;
	text-transform: uppercase;
	color: #9C162E;
	font-family: 'PragmaticaExtendedBook', sans-serif;
}
.sec_one .city {
	margin: 0 0 48px 0;
	font-size: 16px;
	color: #ffffff;
}
.headimg img {
    width: 100%;
    max-width: 90vw;
    margin: 0 0 12px 0;
}
.how img {
    width: 100%;
    max-width: 92vw;
    margin: 0 0 120px 0;
}
.sec_one h1 {
	margin: 0 0 20px 0;
	font-size: 4.0vw;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	letter-spacing: 6.5px;
}
.sec_one p.reg_p {
	color: #fff;
	font-size: 1.2vw;
	text-transform: uppercase;
	margin: 0 0 72px 0;
	font-family: 'PragmaticaExtendedBook', sans-serif;
	font-weight: 400;
	line-height: 130%;
    max-width: 50%;
}
.sec_one p.reg_p span {
	color: #9C162E;	
}
.translation_block p {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;	
	margin: 0 0 30px 0;
}
.translation_block p:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #9C162E;
}
.translation_block iframe {
	display: block;
	width: 100%;
	height: 500px;
}
.lite {
    font-family: 'PragmaticaExtendedBook', sans-serif;
	margin: 37px 0 0 0;
	max-width: 330px;
	text-align: center;
	font-size: 16px;
	opacity: .5;
	flex-wrap: 400;
}
.btn {
	position: relative;
	z-index: 3;
	text-decoration: none !important;
	text-align: center;
	letter-spacing: 2px;
}
.btn span {
	font-family: 'PragmaticaExtendedBook', sans-serif;
	font-weight: 400;
	background: #ffffff;
	border: solid 1px #9C162E;
	font-size: 20px;
	border-radius: 50px;
	text-align: center;
	color: #9C162E;
	padding: 22px 32px;
	font-weight: 700;
	transition: 0.5s;
	text-transform: uppercase;
	border-color: #9C162E;
}
.btn:hover span {
	left: 0;
	top: 0;
}
.btn.black_btn span {
	background: #ffffff;
	color: #9C162E;
    border-color: #9C162E;
}
.sec_one .btn.black_btn span {
	color: #ffffff;
    background: #9C162E;
    cursor: pointer;
    border-color: #9C162E;
}
.sec_one .btn.black_btn:hover span {
    background: #B60B2A;
    border-color: #B60B2A;
    color: #ffffff;
}
.block_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.ml20 {
	margin-left: 20px;
}
.sec_one .date_block {
	text-align: right;
	margin-right: 8px;
}
.block_btn .btn:hover span {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.btn.black_btn:hover span {
	background: #9C162E;
	color: #000;
	border-color: #9C162E;
}
.sec_one .date_block p {
    font-family: 'PragmaticaExtendedBook', sans-serif;
    font-weight: 400;
	display: inline-block;
	color: #9C162E;
	vertical-align: bottom;
	margin: 0;
	font-size: 16px;
	cursor: pointer;
}
.sec_one .date_block p:hover {
	opacity: 1;
}
.sec_one .order_tablet p {
	cursor: pointer;
}
.sec_one .date_block p span {
	color: #000000;
    font-size: 48px;
    display: block;
    margin-bottom: 16px;
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    line-height: 1.3;
}
.sec_one .date_block .date_i {
	display: inline-block;
	vertical-align: bottom;
	width: 124px;
	height: 124px;
	border: solid 2px #fff;
	position: relative;
	z-index: 0;
	margin-left: 32px;
}
.sec_one .date_block .date_i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(5deg);
	border: solid 2px #9C162E;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.sec_one .date_block .date_i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(-5deg);
	border: solid 2px #9C162E;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.sec_one .date_block .date_i p {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	opacity: 1;
}
.sec_one .date_block .date_i p span {
	display: block;
	font-size: 52px;
	margin-bottom: -3px;
}
.shp1 {
	position: absolute;
	top: -13%;
	left: 0%;
	transform: translateX(-50%);
	z-index: -1;
	opacity: 0.33;
	width: 100%;
	max-width: 1792px;
}
.shp2 {
	position: absolute;
	top: 20%;
	left: 0%;
	transform: translateX(-50%);
	z-index: 0;
	opacity: 0.33;
	width: 100%;
	max-width: 1792px;
	z-index: -1;
}
.shp3 {
	position: absolute;
	top: -30%;
	left: 0%;
	transform: translateX(-50%);
	z-index: 0;
	opacity: 0.33;
	width: 100%;
	z-index: -1;
	max-width: 1792px;
}
.scroll_stroke, .scroll_stroke2 {
	height: 100px;
}
.scroll_stroke2 {
	margin-top: -50px;
	transform: translateY(-45px);
}
.scroll_stroke p {
	font-size: 70px;
	color: #000000;
	text-transform: uppercase;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	margin: 0;
}
.scroll_stroke2 p {
	font-size: 70px;
	color: transparent;
	text-transform: uppercase;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	margin: 0;
    -webkit-text-stroke: 1px black; /* Параметры контура */
}
.scroll_stroke p span, .scroll_stroke2 p span {
	color: #9C162E;
    -webkit-text-stroke: 1px #9C162E; /* Параметры контура */
}
.sec_two {
	padding: 100px 0px 100px 0px;
}
.sec_two p.h_p {
    font-family: 'PragmaticaExtendedBook', sans-serif;
    font-size: 32px;
    line-height: 1.2;
    padding: 0 0 20px 0;
    max-width: 70%;
}
.sec_two .flex {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.sec_two .cases {
	margin-top: 116px;
	padding: 0px 36px;
}
.sec_two .flex .item {
	flex: 0 0 23%;
}
.sec_two .flex .item .cube {
    position: relative;
    margin: 0 0 16px 0;
    text-align: center;
}
.sec_two .flex .item .cube p {
	color: #000000;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	font-size: 28px;
}
.sec_two .flex .item p {
    font-size: 24px;
    color: #000000;
    line-height: 1.3;
    text-align: center;
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    font-weight: 400;
    max-width: 300px;
    margin: 0 auto;
}
.sec_two .flex .item p span {
	color: #9C162E;
}
.sec_two .shp2 {
	position: absolute;
	top: 7%;
	left: 0%;
	transform: translateX(-50%);
	opacity: 0.33;
	width: 100%;
	max-width: 1792px;
	z-index: -1;
}
.sec_two .btn {
	margin: 136px auto 0;
}
h3 {
	margin: 0;
	color: #9C162E;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	font-size: 48px;
	text-align: left;
	text-transform: uppercase;
}
.speakers {
	padding-top: 226px;
    padding-bottom: 160px;
	z-index: 1;
}
.speakers .flex {
	margin: 80px auto 0;
	flex-wrap: wrap;
	max-width: 1680px;
}
.speakers .flex .item {
	flex: 0 0 21.8%;
	padding-top: 10px;
	margin-bottom: 80px;
	overflow: hidden;
    border-radius: 20px;
    background:
    radial-gradient(
      circle at 20% 5%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 68, 79, 0) 40%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 22, 46, 0) 40%
    ),
      #3F444F
}
.speakers .flex .item:first-child {
    background:
    radial-gradient(
      circle at 20% 5%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 68, 79, 0) 40%
    ),
    radial-gradient(
      circle at 20% 90%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 22, 46, 0) 40%
    ),
      #3F444F
}
.speakers .flex .item:nth-child(2n+4) {
    background:
    radial-gradient(
      circle at 20% 5%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 68, 79, 0) 40%
    ),
    radial-gradient(
      circle at 50% 90%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 22, 46, 0) 40%
    ),
      #3F444F
}
.speakers .flex .item:nth-child(4n+4) {
    background:
    radial-gradient(
      circle at 20% 5%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 68, 79, 0) 40%
    ),
    radial-gradient(
      circle at 50% 90%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 22, 46, 0) 40%
    ),
      #3F444F
}
.speakers .flex .item.hide_hh {
	display: none;
}
.speakers .flex .item img {
	display: block;
	margin: 0 auto 16px;
	width: 100%;
	transition: all 0.5s;
}
.speakers .flex .item:hover img {
	transform: scale(1.05);
}
.speakers .flex .item .discrip {
	padding: 0 10px 40px 20px;
}
.speakers .flex .item .discrip .company {
	font-size: 18px;
	color: #ffffff;
}
.speakers .flex .item .discrip p.name {
	font-size: 28px;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	color: #ffffff;
	margin: 11px 0 19px 0;
	text-transform: uppercase;
	line-height: 43px;
}
.speakers .flex .item .discrip p.dicsr {
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
}
.show_more {
	text-transform: uppercase;
    color: #9C162E;
    position: relative;
    cursor: pointer;
    border: 1px solid #9C162E;
    font-family: 'PragmaticaExtendedBook', sans-serif;
    background: #ffffff;
    font-size: 20px;
    border-radius: 50px;
    text-align: center;
    padding: 25px 32px;
    font-weight: 700;
}
/* .show_more:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	height: 2px;
	background: #fff;
	width: 0;
	transition: .5s;
} */
.show_more:hover {
	background-color: #9C162E;
    color: #ffffff;
}
.speakers .mt {
	margin-top: 20px;
}
.programm .pm {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.programm .am {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.programm .stage {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.programm .mobs {
    display: none;
}
.programm .h4 {
    background: #9C162E;
    padding: 16px 28px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 40px 40px 40px 0px;
    font-family: 'PragmaticaWebBook', sans-serif;
    width: 100%;
}
.programm .h5 {
    background: #9C162E;
    padding: 16px 28px;
    font-size: 24px;
    color: #ffffff;
    border-radius: 40px 40px 0px 40px;
    font-family: 'PragmaticaWebBook', sans-serif;
    width: 100%;
}
.programm .blockbig {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.programm .item {
    position: relative;
    font-size: 24px;
    color: #000000;
    border-radius: 40px 0px 40px 0px;
    padding: 16px 60px 16px 28px;
    border: 1px solid #000000;
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}
.programm .item.sec {
    color: #000000;
    border-radius: 0px 40px 0px 40px;
    padding: 16px 60px 16px 28px;
    border: 1px solid #000000;
    font-family: 'PragmaticaExtBoldReg', sans-serif;
}
.programm .item p span {
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    font-weight: 400;
    padding-top: 12px;
    line-height: 1.3;
    padding-left: 20px;
}
.programm .stage p {
    text-align: left;
}
.programm .dinner p {
    text-align: center;
}
.programm .stageend p {
    text-align: center;
}
.programm .dinner .item {
    border-radius: 40px 40px 0px 0px;
}
.programm .stageend .item {
    border-radius: 0px 0px 40px 40px;
}
.programm div.descr {
    font-size: 24px;
    font-family: 'PragmaticaExtendedLight', sans-serif;
    font-weight: 400;
    padding-top: 12px;
    line-height: 1.3;
    padding-bottom: 40px;
    padding-top: 0px;
    max-width: 600px;
}
.programm div.descr.pb {
    padding-bottom: 20px;
}
.programm .descr span {
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    font-weight: 400;
}

.programm .mt {
	margin-top: 30px;
}
.programm a.show_more {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	font-size: 40px;
	position: relative;
	cursor: pointer;
}
.programm a.show_more:hover {
	color: #9C162E;
}
.programm a.show_more:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	transform: translateX(-50%);
	height: 2px;
	background: #000;
	width: 0;
	transition: .5s;
} 
.programm .show_more:hover:before {
	width: 100%;
}
.programm {
    padding: 100px 0px 100px 0px;
}
.ticket {
    padding: 100px 0px 100px 0px;
}
.grad {
    padding: 100px 0px 100px 0px;
}
.programm .programm_block {
	margin-top: 80px;
}
.programm .hh_programm {
	display: flex;
	align-items: center;
	margin-bottom: 103px;
}
.programm .hh_programm.mob_show {
	display: none;
}
.interview .mob_show {
	display: none;
}
.programm .hh_programm .it.act {
	display: block;
}
.programm .hh_programm .it {
	text-transform: uppercase;
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    font-size: 40px;
    opacity: 1;
    margin-right: 100px;
    cursor: pointer;
    -webkit-text-stroke: 1px black;
    color: #ffffff;
}
.programm .hh_programm .it:hover {
    color: #000000;
}
.programm .hh_programm .it:last-child {
	margin-right: 0;
}
.programm .hh_programm .it.act {
	opacity: 1;
	color: #9C162E;
    -webkit-text-stroke: 0px transparent;
}
.programm .second_z {
	display: none;
}
.programm .zal_block .flex {
	justify-content: space-between;
	flex-wrap: wrap;

}
.programm .zal_block .flex .item {
	border: solid 2px #9C162E;
	padding: 53px 69px 79px 69px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 78px;
	height: 585px;
	flex: 0 0 31%;
}
.programm .zal_block .flex .item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	transform: rotate(2deg);
	z-index: -1;
}
.programm .zal_block .flex .item.clear_flex {
	visibility: hidden;
}
.speakers .flex .item.clear_flex {
    visibility: hidden;
}
.programm .zal_block .flex .item p.ime {
	margin: 0 0 41px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 40px;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
}
.programm .zal_block .flex .item p.discr {
    font-family: 'PragmaticaExtBoldReg', sans-serif;
	margin: 0 0 32px 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 33px;
	line-height: 1.5;
}
.programm .zal_block .flex .item p.tx {
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 60px 0;
}
.programm .zal_block .flex .item .ic_it {
	position: absolute;
	bottom: 43px;
	right: 62px;
	transform: rotate(-17deg);
	max-width: 88px;
	transition: .5s;
}
.programm .zal_block .flex .item:hover .ic_it {
	transform: rotate(-10deg);	
}
.programm .zal_block .flex .item p.discr span {
	color: #9C162E;
}
.programm .zal_block .flex .item .more_info {
	position: relative;
	text-transform: uppercase;
	font-size: 26px;
	color: #fff;
	cursor: pointer;
}
.programm .zal_block .flex .item .more_info img {
	position: absolute;
	right: -60px;
	top: 4px;
	transition: all .5s;
	max-width: 32px;
}
.programm .zal_block .flex .item:hover .more_info img {
	right: -65px;
}
.programm div.dtx {
    font-size: 28px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 80px;
    font-family: 'PragmaticaExtendedBook', sans-serif;
    margin-top: 16px;
}
.programm div.dtx span {
    color: #9C162E;
}
.ticket .block {
    display: block;
    position: relative;
    padding: 40px;
    border: 2px solid #000000;
    border-radius: 40px;
    background: #ffffff;
}
.ticket .h1 {
    font-family: 'PragmaticaExtBoldReg', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 40px;
    text-transform: uppercase;
}
.ticket ul.prem {
    padding: 40px 0px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.ticket ul.prem li {
    flex: 50%;
    font-size: 24px;
    font-family: 'PragmaticaExtendedLight', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    padding: 5px 0px;
    list-style-position: inside;
    list-style: none;
    position: relative;
    --marker-size: 5px;
    --gap-right: 5px;
    --gap-left: 5px;
    padding-left: calc(var(--marker-size)* 3 + var(--gap-right) + var(--gap-left));
}
.ticket ul.prem li::before {
    content: '';
    width: var(--marker-size);
    height: var(--marker-size);
    background-color: rgb(0, 0, 0);
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: calc(54% - calc(var(--marker-size) / 2));
    left: calc(var(--marker-size) / 2 + var(--gap-left));
}
.ticket .btn.black_btn {
    display: inline-block;
    padding: 20px 0px;
}
.ticket .btn.black_btn span {
    color: #ffffff;
    background: #9C162E;
    cursor: pointer;
    border-color: #9C162E;
}
.ticket .btn.black_btn:hover span {
    background: #B60B2A;
    border-color: #B60B2A;
    color: #ffffff;
}
.ticket .opisanie {
    display: inline-block;
    position: relative;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 64px;
}
.buy_ticket {
	text-align: center;
	padding-top: 200px;
	margin-bottom: 50px;
}
p.bot_h {
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	font-size: 30px;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	margin-bottom: 106px;
	margin-top: 48px;
}
.buy_ticket h3 {
	text-align: center;
	margin-bottom: 80px;
}
.buy_ticket .flex {
	max-width: 1480px;
	margin: 0 auto;
	display: block;
}
.buy_ticket .flex .item {
	max-width: 640px;
	background: #9C162E;
	padding: 40px 30px;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.buy_ticket .flex .item .ticket_n {
	color: #000;
	text-transform: uppercase;
	font-size: 36px;
	margin: 0 0 24px 0;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
}
.buy_ticket .flex {
	max-width: 1480px;
	margin: 0 auto;
}
.buy_ticket .flex .item .ticket_discr {
	color: #000;
	font-size: 24px;
	margin: 0 0 40px 0;
}
.buy_ticket .flex .item .price {
	color: #000;
	text-transform: uppercase;
	font-size: 72px;
	margin: 0 0 36px 0;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
}
.buy_ticket .flex .item .btn {
	border-color: #000;
	margin: 0 auto;
	width: 100%;
}
.buy_ticket .flex .item .btn span {
	border-color: #000;
	background: #fff;
	color: #fff;
	display: block;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
    padding: 26px 0px;
}
.buy_ticket .flex .item .btn span:hover {
	color: #9C162E;
}
.buy_ticket .flex .item ul {
	margin: 0;
	padding: 0;
	text-align: left;
	margin-bottom: 44px;
}
.buy_ticket .flex .item ul li {
    font-family: 'PragmaticaExtendedBook', sans-serif;
    font-weight: 400;
    line-height: 1.5;
	font-size: 28px;
	color: #000;
}
.buy_ticket p.small_t {
	font-size: 20px;
	color: #000;
	margin: 44px 0 0 0;
}
.organizators {
	padding-top: 220px;
	margin-bottom: 70px;
}
.organizators p.bot_h {
	margin-bottom: 86px;
}
.organizators h3 {
	text-align: center;
	margin-bottom: 48px;
	font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px black;
}
.organizators .flex {
	justify-content: center;
}
.organizators .art_logo {
	width: 424px;
    margin: 40px 0px;
}
.info_partner {
	padding-top: 130px;
	margin-bottom: 70px;
}
.info_partner h3 {
    color: #000000;
}
.info_partner.special {
	padding-top: 130px;
	margin-bottom: 70px;
}
.info_partner.general {
	padding-top: 130px;
	margin-bottom: 70px;
}
.info_partner .flex {
	margin-top: 72px;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.info_partner .flex .item {
	flex: 0 0 19%;
	padding: 20px;
	margin: 20px;
}
.info_partner .flex .item img {
	max-width: 100%;
	display: block;
	max-height: 109px;
	margin: 0 auto;
}
.info_partner.special  .flex .item img {
	max-height: 170px;
}
.info_partner.general  .flex .item img {
	max-height: 170px;
}
.map {
	padding-top: 200px;
}
.map .flex {
	flex-wrap: wrap;
	align-items: end;
}
.map .flex .l_map {
	position: relative;
	flex: 0 0 47%;
    min-height: 500px;
    border-radius: 20px;
    overflow: hidden;
}
.map .flex .l_map iframe {
    height: 100%;
    min-height: 500px;
}
.map .flex .l_map > ymaps {
	width: 100%;
	height: 400px;
}

.map .flex .l_map:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: solid 2px #fff;
	transform: rotate(-5deg);
	z-index: -1;
}
.map .flex .l_map img {
	display: block;
	max-width: 100%;
	max-height: 539px;
}
.map .flex p.nt {
    font-family: 'PragmaticaExtendedBook', sans-serif;
    font-weight: 400;
	color: #000000;
	font-size: 52px;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.map .flex p.ph {
    font-family: 'PragmaticaExtendedBook', sans-serif;
    font-weight: 400;
	color: #000000;
	font-size: 28px;
	text-transform: uppercase;
	margin: 14px 0 28px 0;
}
.map .flex .r_info_map a {
	display: block;
    color: #000000;
    margin: 44px 0 72px 0;
    text-decoration: underline;
    font-size: 24px;
}
.map .flex .r_info_map a:hover {
    text-decoration: underline;
}
.map .flex .r_info_map a.btn {
	margin-top: 49px;
	text-align: left;
}
.map .flex .r_info_map {
	flex: 0 0 46%;
	padding-bottom: 24px;
	position: relative;
}
.map .btn:hover span {
    background: #9C162E;
    border-color: #9C162E;
    color: #ffffff;  
}
footer {
	padding-top: 150px;
	padding-bottom: 60px;
}
.location_s {
    position: absolute;
    right: 39%;
    top: -55px;
    z-index: -1;
    width: 100%;
    max-width: 414px;
}
footer img {
	width: 175px;
}
footer .flex {
	align-items: center;
}
footer a {
	color: #9C162E;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer p {
	font-size: 24px;
}
.popup {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1280px;
	background: #9C162E;
	padding: 70px 60px 30px 60px;
	display: none;
	z-index: 30;
}
.popup .haed_pop {
	border: solid 2px #000;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.popup .haed_pop .time {
	font-size: 30px;
	padding: 24px 29px;
	color: #000;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
}
.popup .haed_pop .name {
	font-size: 30px;
	padding: 24px 45px;
	border-left: solid 2px #000;
	color: #000;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
}

.popup .close {
	position: absolute;
	display: block;
	right: 2%;
	top: 2%;
	cursor: pointer;
	max-width: 24px;
}
.popup .theme {
	padding-bottom: 42px;
	border-bottom: 1px solid #000;
}
.popup .theme:last-child {
	border-bottom: none;
}
.popup .theme .top_theme {
	display: flex;
	margin-top: 15px;
}
.popup .theme .media_theme {
	flex: 0 0 33%;
	margin-bottom: 20px;
}
.popup .theme .md_theme {
	display: flex;
}
.popup .theme .top_theme p {
	margin: 0;
	font-size: 28px;
	color: #000;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
}
.popup .theme .top_theme p.th {
	margin-right: 20px;
}
.popup .theme .top_theme p.th.ht3 {
    font-size: 24px;
    padding-top: 12px;
}
.popup .theme .md_theme p.th_s {
	font-size: 24px;
	color: #000;
	margin: 0px 0 16px 0;
	line-height: 26px;
}
.popup .theme .bott_theme {
	margin-top: 30px;
}
.popup .theme .bott_theme .flex {
	flex-wrap: wrap;
	padding: 0 18px;
	justify-content: flex-start;
}
.popup .theme .bott_theme .flex .item {
	display: flex;
	align-items: flex-start;
	flex: 0 0 33%;
	margin-bottom: 20px;
	padding-right: 10px;
}
.popup .theme .bott_theme .flex .item .ava {
	margin-right: 26px;
}
.popup .theme .bott_theme .flex .item .ava img {
	max-width: 65px;
}

.popup .theme .top_theme p.dsc {
	font-size: 18px;
	color: #000;
	margin: 0px 0 0px 0;
	line-height: 26px;
	max-width: 800px;
}
.popup .cos {
	font-size: 18px;
	color: #000;
	margin: 0;
}
.popup .scr {
	font-size: 18px;
	color: #000;
	margin: 0px 0 0px 0;
	text-transform: uppercase;
	line-height: 26px;
}
.popup .sct {
	margin: 0;
	font-size: 16px;
	color: #000;
	line-height: 16px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.49);
	display: block;
	z-index: 50;
	display: none;
}
.overlay .popup2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	width: 100%;
	max-width: 754px;
	box-shadow: 0px 10px 29px rgba(14, 30, 46, 0.13);
	border-radius: 0;
	padding: 86px 100px 60px 68px;
	border: solid 1px #fff;
	overflow: hidden;
}
.overlay .popup2:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../img/shape_2.svg") no-repeat;
	background-position: right bottom;
	background-size: contain;
	opacity: 0.3;
	z-index: -1;
}
.overlay .success_f {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	width: 100%;
	max-width:450px;
	box-shadow: 0px 10px 29px rgba(14, 30, 46, 0.13);
	border-radius: 39px;
	padding: 60px 20px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	display: none;
}
.overlay .popup2 h4 {
	margin: 0 0 30px 0;
	font-size: 25px;
	line-height: 35px;
	max-width: 579px;
}
.overlay .popup2 p.bot_pop {
	margin: 0 0 62px 0;
	font-size: 30px;
	line-height: 41px;
	font-weight: bold;
}
.overlay .popup2 input {
	background: transparent;
	border: 2px solid rgba(255,255,255,.3);
	box-sizing: border-box;
	width: 100%;
	font-family: 'Manrope', sans-serif;
	font-size: 22px;
	margin-bottom: 25px;
	max-width: 390px;
	display: block;
	margin-top: 5px;
	color: #fff;
	height: 91px;
	padding-left: 34px;
}
.overlay .popup2 input:focus {
	border: 2px solid #9C162E;
}
.overlay .popup2 button {
	background: transparent;
	cursor: pointer;
	max-width: 190px;
	height: 50px;
	border-radius: 10px;
	margin-top: 20px;
}
.overlay .popup2 button.btn span {
	font-size: 14px;
	padding: 13px 0;
	border-radius: 10px;
	text-transform: uppercase;
}
.overlay .popup2 .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	display: block;
}
.overlay .popup2 label {
	font-size: 18px;
}
.overlay .popup2 label span {
	opacity: 0.5;
	font-size: 14px;
}

.overlay .popup2 .close:after {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	transform: rotate(-45deg);
	width: 30px;
	height: 2px;
	background: #fff;
}
.overlay .popup2 .close:before {
	content: '';
	position: absolute;
	left: 0;
	top: 14px;
	transform: rotate(45deg);
	width: 30px;
	height: 2px;
	background: #fff;
}
.interview {
	padding: 232px 0 0 0;
	position: relative;
	z-index: 3;
}
.interview .block_intr_s {
	margin-top: 80px;
	margin-left: -20px;
	margin-right: -20px;
}
.interview .block_intr_s .item {
	margin: 0 20px;
}
.interview .block_intr_s .item .bl_vd {
	border:  solid 1px #fff;
	cursor: pointer;
}
.interview .block_intr_s .item .bl_vd iframe {
	width: 100%;
	height: 230px;
}
.interview .block_intr_s .item .bl_vd img {
	display: block;
	max-width: 100%;
}
.interview .block_intr_s .item p {
	text-transform: uppercase;
	color: #fff;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	font-size: 26px;
	color: #9C162E;
}
.interview .block_intr_s .item p span {
	font-size: 18px;
	display: block;
	font-family: 'PragmaticaExtendedBook', sans-serif;
	font-weight: 400;
	text-transform: initial;
	color: #ffffff;
}
.reviews {
	padding: 200px 0 0 0;
	position: relative;
	z-index: 3;
}
.reviews .block_intr_s {
	margin-top: 80px;
	margin-left: -20px;
	margin-right: -20px;
}
.reviews .block_intr_s .item {
	margin: 0 20px;
    padding: 53px 69px 52px 69px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 78px;
    height: 540px;
    border-radius: 20px;
    background: radial-gradient(
      circle at 20% 5%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 68, 79, 0) 40%
    ),
    radial-gradient(
      circle at 50% 90%,
      rgba(156, 22, 46, 1) 5%,
      rgba(63, 22, 46, 0) 40%
    ),
      #3F444F
}
.reviews .block_intr_s .item:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: solid 2px #fff;
    transform: rotate(2deg);
    z-index: -1;
}
.reviews .block_intr_s .item .bl_vd iframe {
	width: 100%;
	height: 230px;
}
.reviews .block_intr_s .item .bl_vd img {
	display: block;
	max-width: 100%;
}
.reviews .block_intr_s .item p {
	font-family: 'PragmaticaExtendedBook', sans-serif;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.5;
}
.reviews .block_intr_s .item p span {
	font-size: 20px;
	display: block;
	font-family: 'PragmaticaExtBoldReg', sans-serif;
	font-weight: 400;
	text-transform: initial;
	color: #ffffff;
    text-align: right;
}
.cust_arrow {
	text-align: center;
	margin-top: 40px;
}
.cust_arrow .ar_l {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	opacity: 0.5;
}
.cust_arrow .ar_l:hover {
	opacity: 1;
}
.cust_arrow .ar_l img {
	transform: scaleX(-1);
}
.cust_arrow .ar_r {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	opacity: 0.5;
}
.cust_arrow .ar_r:hover {
	opacity: 1;
}
.cust_arrow img {
	max-width: 50px;
	cursor: pointer;
}
.new_block_progr h4 {
	margin: 0;
	color: #000000;
	font-family: 'PragmaticaExtendedBook', sans-serif;
    font-weight: 400;
    line-height: 130%;
	font-size: 40px;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 80px;
}
.new_block_progr .video_pg_b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.new_block_progr .video_pg_b .items {
	flex: 0 0 32%;
	margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.new_block_progr .video_pg_b .items .brd_vd iframe {
	width: 100%;
	height: 230px;
}
.new_block_progr .video_pg_b .items .brd_vd img {
	max-width: 100%;
	border: solid 1px #000000;
    cursor: pointer;
    border-radius: 20px;
}
.new_block_progr .video_pg_b .items .brd_pic img {
	max-width: 100%;
	border: solid 1px #fff;
}
.new_block_progr .video_pg_b .items p.name_pr {
    font-family: 'PragmaticaExtendedBook', sans-serif;
    font-weight: 400;
    line-height: 1.5;
	font-size: 24px;
	color: #000000;
	margin: 20px 0 20px;
}
.new_block_progr .video_pg_b .items div.prezent {
	margin: 0 0 20px;
    cursor: pointer;
    width: 100%;
    line-height: 1;
    font-size: 50px;
}
.new_block_progr .video_pg_b .items div.prezent a {
    text-decoration: none;
    color: transparent;
}
.new_block_progr .bbut {
    width: 100%;
    height: 100%;
background: url(../img/bdefault-new.svg) no-repeat;
    background-size: contain;
}
.new_block_progr .bbut:hover {
    cursor: pointer;
/*     background: url(../img/bhover.svg) no-repeat;
background-size: contain; */
}
/* .new_block_progr .bbut:active {
    background: url(../img/bpress.svg) no-repeat;
    background-size: contain;
} */
.play_video {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	display: none;
}
.close_vd {
	position: absolute;
	right: -30px;
	top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	cursor: pointer;
	background: #9C162E;
}
.close_vd span:first-child {
	position: absolute;
	left: 15px;
	top: 30px;
	transform: rotate(45deg);
	width: 30px;
	height: 2px;
	background: #ffffff;
}
.close_vd span:last-child {
	position: absolute;
	right: 15px;
	top: 30px;
	transform: rotate(-45deg);
	width: 30px;
	height: 2px;
	background: #ffffff;
}
.play_video .bott_play_video {
	width: 100%;
	max-width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.play_video .bott_play_video iframe {
	width: 100%;
	height: 550px;
    border-radius: 20px 20px 0px 0px;
}
.play_video .vid_d {
	background: #9C162E;
	padding: 20px 40px;
	margin-top: -10px;
    border-radius: 0px 0px 20px 20px;
}

.play_video .vid_d h3 {
    font-family: 'PragmaticaExtendedBook', sans-serif;
	margin: 0 0 30px 0;
	color: #ffffff;
	font-size: 28px;
	text-transform: none;
}
.play_video .vid_d .flex {
	justify-content: flex-start;
	flex-wrap: wrap;
}
.play_video .vid_d .flex .item {
	flex: 0 0 30%;
	display: flex;
	align-items: flex-start;
	margin-right: 30px;
}
.play_video .vid_d .flex .av_im {
	width: 80px;
	margin-right: 20px;
}
.play_video .vid_d .flex .av_im img {
	max-width: 100%;
}
.play_video .vid_d .flex p {
	margin: 0;
}
.play_video .vid_d .flex p span {
	display: block;
	color: #000;
}
.play_video .vid_d .flex p span.nt {
	font-size: 18px;
}
.play_video .vid_d .flex p span.name {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.sec_gallarey {
	margin-top: 100px;
}
.sec_gallarey .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}
.sec_gallarey .flex a {
	position: relative;
	flex: 0 0 32%;
	border: solid 2px #fff;
	margin-bottom: 30px;
}
/* .sec_gallarey .flex a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: rotate(3deg);
	border: solid 2px #9C162E;
	transition: .5s;
}
.sec_gallarey .flex a:nth-child(even):before {
	transform: rotate(-3deg);
} */
.sec_gallarey img {
	max-width: 100%;
	display: block;
    border-radius: 20px;
}
.sec_gallarey .btn {
	margin: 40px auto;
	max-width: 400px;
}
.ctr_bb {
	text-align: center;
	margin-top: 100px;
}
.ctr_bb .btn span {
	padding: 28px 56px;
}
.ctr_bb .btn:hover span {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;  
}
.programm .ctr_bb {
    margin-top: 40px;
}
.sec_gallarey .ctr_bb .btn:hover span {
    background: #9C162E;
    border-color: #9C162E;
    color: #ffffff;  
}
.ctr {
	text-align: left;
}
.speakers_h4 {
    font-family: 'PragmaticaExtendedBook', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	margin-top: 100px;
}
.past_h4 {
    font-family: 'PragmaticaExtendedBook', sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
    text-transform: uppercase;
}
.hide_more {
	display: none;
}

/* Кнопка наверх */

#myBtn {
    display: none;
    position: fixed;
    background-color: #3F444F;
    right: 20px;
    bottom: 20px;
    border-radius: 22px;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border: none;
    z-index: 10;
    opacity: 50%;
}
#myBtn::before {
  content: "";
      text-align: center;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 12px;
      top: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}

#myBtn:hover {
  background-color: #9C162E;
    opacity: 100%;
}

/* END Кнопка наверх */

@media screen and (max-width: 1830px) {
    .reviews .block_intr_s .item {
        height: 640px;
        max-width: 75%;
    }
    .sec_one p.reg_p {
        max-width: 76%;
        margin: 0 0 80px 0;
    }
    .speakers .flex .item .discrip p.name {
        font-size: 28px;
    }
}

@media screen and (max-width: 1820px) {
	.programm .zal_block .flex .item p.discr {
		font-size: 30px
	}
}
@media screen and (max-width: 1980px) and (max-height: 950px) {
	header {
		padding-top: 40px;
	}
}
@media screen and (max-width: 1677px) {

	.sec_two .flex .item .cube img {
		width: 204px;
	}
	.sec_two .flex .item p {
		font-size: 24px;
	}
	.speakers .flex .item .discrip p.name {
		font-size: 24px;
		line-height: 34px
	}
	.speakers .flex .item .discrip p.dicsr {
		font-size: 12px
	}
	.speakers .flex .item {
		margin-bottom: 50px
	}
	.programm .hh_programm .it {
		font-size: 34px;
		margin-right: 50px;
	}
	.programm .zal_block .flex .item {
		padding: 33px 39px 45px 39px;
		height: 460px;
	}
	.programm .zal_block .flex .item p.ime {
		font-size: 30px;
	}
	.programm .zal_block .flex .item p.discr {
		font-size: 24px;
	}
    .programm .zal_block .flex .item p.tx {
        font-size: 20px;
    }
	.programm .zal_block .flex .item .ic_it {
		bottom: 30px;
		right: 25px;
		max-width: 70px;
	}
    .reviews .block_intr_s .item {
        padding: 36px 44px 36px 44px;
        height: 400px;
    }
    .reviews .block_intr_s .item p {
    font-size: 18px;
    }
    .reviews .block_intr_s .item p span {
    font-size: 16px;
    }
	p.bot_h {
		font-size: 30px;
	}
	.location_s {
		position: absolute;
		right: 23%;
		top: -53px;
		z-index: -1;
		max-width: 370px;
	}
	.organizators {
		padding-top: 150px;
	}
	footer {
		padding-top: 70px;
	}
	.new_block_progr h4 {
		font-size: 34px;
		margin-bottom: 40px;
	}
	.new_block_progr .video_pg_b .items p.name_pr {
		font-size: 20px;
	}
	.new_block_progr .video_pg_b .items {
		flex: 0 0 32%;
	}
}
@media screen and (max-width: 1600px) {
	.flex_f .translation_block {
		flex: 0 0 52%;
	}
    .sec_one {
        padding-top: 80px;
	}
    header .flex .logo img {
    width: 140px;
}
}
@media screen and (max-width: 1520px) {
	.speakers .flex .item .discrip p.name {
        font-size: 26px;
        line-height: 32px;
    }
}
@media screen and (max-width: 1379px) {
	header nav ul li {
		margin-left: 45px
	}
	.play_video .bott_play_video {
		width: 90%;
	}
	.sec_two .btn {
		margin: 100px auto 0;
	}
	footer p {
		font-size: 20px;
	}
	.sec_one h2 {
		font-size: 26px
	}
	.scroll_stroke p, .scroll_stroke2 p {
		font-size: 55px;
	}
	.sec_one {
		padding-bottom: 120px;
        padding-top: 80px;
	}
    .sec_one p.reg_p {
        margin: 0 0 80px 0;
    }
    .sec_one .city {
    margin: 0 0 36px 0;
}
    .sec_one .btn.black_btn span {
    font-size: 16px;
}
    .headimg img {
    margin: 0 0 4px 0;
}
	.sec_two p.h_p {
		font-size: 20px;
		line-height: 30px;
	}
	.sec_two .flex .item p {
		font-size: 18px;
	}
	.sec_two .flex .item .cube img {
		width: 200px;
	}
	.sec_two .flex .item .cube p {
		font-size: 20px;
	}
	.speakers {
		padding-top: 100px;
        padding-bottom: 100px;
	}
    .interview {
		padding-top: 200px;
	}
    .reviews .block_intr_s .item p {
        font-size: 16px;
    }
    .reviews .block_intr_s .item p span {
        font-size: 14px;
    }
    .reviews {
		padding-top: 140px;
	}
	.speakers .flex .item .discrip p.name {
		font-size: 22px;
		line-height: 28px;
	}
	.speakers .flex .item .discrip .company {
		font-size: 14px;
	}
	.speakers .flex .item .discrip {
		padding: 0 10px 20px 10px;
	}
	.discrip p.dicsr {
		font-size: 14px;
		line-height: 20px;
	}
	.programm {
		padding-top: 200px;
	}
	.programm .hh_programm .it {
		font-size: 25px;
		margin-right: 45px;
	}
	.programm .programm_block {
		margin-top: 60px;
	}
	.programm .hh_programm {
		margin-bottom: 50px;
	}
	.programm .zal_block .flex .item {
		padding: 33px 20px 35px 20px;
		height: 380px;
	}
	.programm .zal_block .flex .item p.ime {
		margin-bottom: 15px;
		font-size: 25px;
	}
	.programm .zal_block .flex .item p.discr {
		font-size: 20px;
	}
	.programm .zal_block .flex .item .more_info {
		font-size: 20px;
	}
	.programm .zal_block .flex .item .more_info img {
		position: absolute;
		right: -35px;
		top: 4px;
		transition: all .5s;
		max-width: 22px;
	}
	.programm .zal_block .flex .item .more_info:hover img {
		right: -40px;
	}
    .programm div.dtx {
        font-size: 24px;
    }
    .cust_arrow {
    margin-top: 0px;
}
	p.bot_h {
		font-size: 24px;
		margin-bottom: 50px;
	}
    .ticket .h1 {
    font-size: 28px;
}
    .ticket ul.prem {
    padding: 32px 0px;
}
    .ticket .btn.black_btn span {
    font-size: 16px;
}
    .ticket ul.prem li {
        font-size: 16px;
    }
    .ticket .opisanie {
    padding-left: 34px;
}
	.buy_ticket .flex .item .ticket_discr {
		font-size: 18px;
		margin: 0 0 22px 0;
	}
	.buy_ticket .flex .item .price {
		font-size: 48px;
	}
	.organizators {
		padding-top: 150px;
	}
	.info_partner {
		padding-top: 130px;
	}
	.info_partner.special {
		padding-top: 130px;
		margin-bottom: 70px;
	}
    .info_partner.general {
		padding-top: 130px;
		margin-bottom: 70px;
	}
	.map .flex p.nt {
		font-size: 36px;
	}
	.map .flex p.ph {
		font-size: 20px;
		text-transform: uppercase;
		margin: 14px 0 10px 0;
	}
	.location_s {
		max-width: 288px;
	}
	.popup {
		max-width: 920px;
		padding: 40px 30px 20px 30px;
	}
	.popup .haed_pop .time {
		font-size: 24px;
		padding: 20px 0;
		flex: 0 0 25%;
		text-align: center;
	}
	.popup .haed_pop .name {
		font-size: 24px;
		padding: 20px 30px;
	}
	.popup .close {
		right: 1%;
		top: 6px;
		max-width: 20px;
	}
	.popup .theme .top_theme p {
		font-size: 20px;
	}
    .popup .theme .top_theme p.th.ht3 {
        font-size: 18px;
    }
	.popup .theme .media_theme {
		margin-bottom: 10px;
	}
	.popup .theme .md_theme {
		margin-top: 15px;
	}
	.popup .theme .md_theme p.th_s {
		font-size: 16px;
	}
	.popup .theme .bott_theme {
		margin-top: 25px;
	}
	.popup .cos {
		font-size: 14px;
	}
	.popup .scr {
		font-size: 16px;
		line-height: 20px
	}
	.popup .theme .top_theme p.dsc {
		font-size: 16px;
		line-height: 20px
	}
	.popup .sct {
		font-size: 14px;
	}
	.popup .sct br {
		display: none;
	}
	.popup .theme .bott_theme .flex .item .ava {
		margin-right: 10px;
	}
	.popup .theme .bott_theme .flex {
		padding: 0 10px;
	}
	.popup .theme {
		padding-bottom: 30px;
	}
	.new_block_progr h4 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.new_block_progr .video_pg_b {
		margin-bottom: 0
	}
	.new_block_progr .video_pg_b .items p.name_pr {
		font-size: 18px;
	}
    .new_block_progr .video_pg_b .items div.prezent {
    font-size: 32px;
    }
	.interview .block_intr_s .item p {
		font-size: 22px;
	}
	.interview .block_intr_s .item p span {
		font-size: 16px;
	}
    .programm .h4 {
        font-size: 18px;
    }
    .programm .h5 {
        font-size: 18px;
    }
    .programm div.descr {
        font-size: 16px;
        max-width: 350px;
    }
    .plmin {
    top: 28px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #000000;
}
    .open > .plmin {
        border-bottom: 14px solid #000000;
    }
    .programm .item {
        font-size: 18px;
    padding: 8px 52px 8px 32px;
}
    .programm .item.sec {
    padding: 8px 52px 8px 32px;
}
}
@media screen and (max-height: 1200px) {
	.overlay .popup2 h4 {
		margin: 0 0 30px 0;
		font-size: 25px;
		line-height: 35px;
		max-width: 579px;
	}
	.overlay .popup2 p.bot_pop {
		margin: 0 0 30px 0;
		font-size: 24px;
		line-height: 26px;
		font-weight: bold;
	}
	.overlay .popup2 input {
		height: 55px;
		margin-bottom: 10px;
		font-size: 18px;
		padding-left: 15px;
	}
}
@media screen and (max-width: 1170px) {
	.container {
		padding: 0 40px;
	}
	header {
		padding-top: 40px;
	}
	header nav ul {
		padding-right: 0;
	}
	header nav ul li {
		margin-left: 15px;
	}
	header nav ul li a {
		font-size: 16px;
	}
    .flex_f {
        flex-direction: column-reverse;
    }
	.sec_one h1 {
		font-size: 55px;
	}
	.sec_one h2 {
		font-size: 26px;
	}
    .sec_one .city {
    margin: 0 0 40px 0;
    font-size: 14px;
}
    .sec_one p.reg_p {
        max-width: 73%;
        font-size: 1.6vw;
        margin: 0 0 80px 0;
    }
    .block_btn span.text {
        font-size: 14px;
        max-width: 450px;
    }
    .lite {
    max-width: 280px;
        font-size: 14px;
    margin-top: 32px;
}
	.sec_one {
		padding-bottom: 120px;
	}
	.sec_one .date_block {
		display: flex;
		align-items: flex-end;
	}
	.sec_one .date_block p.order_tablet {
		order: 2;
	}
	.sec_one .date_block p.order_tablet {
		text-align: left;
	}
	.sec_one .date_block p {
		font-size: 18px
	}
	.sec_one .date_block p span {
		font-size: 24px;
	}
	.sec_one .date_block .date_i {
		margin-left: 0;
		margin-right: 30px;
	}
	.shp1 {
		position: absolute;
		top: -13%;
		left: 0%;
		width: 1100px;
	}
	.scroll_stroke p, .scroll_stroke2 p {
		font-size: 40px;
	}
	.scroll_stroke2 {
		transform: translateY(-70px);
	}
	.sec_two {
		padding-top: 0;
	}
	.sec_two p.h_p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 6px;
        max-width: 70%;
	}
	.sec_two .flex .item {
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
	.sec_two .flex .item .cube {
		margin-bottom: 30px;
	}
	h3 {
		font-size: 40px;
	}
	.sec_two .flex .item p {
		line-height: 28px;
		margin-top: 0;
	}
    .show_more {
        font-size: 16px;
        padding: 18px 25px;
    }
	.programm .mt {
		margin-top: 5px;
	}
	.programm a.show_more {
		font-size: 30px;
	}
	.programm {
		padding-top: 150px;
	}
    .sec_gallarey {
    margin-top: 80px;
}
    .ctr_bb {
        margin-top: 40px;
}
    .reviews .block_intr_s .item {
        margin-bottom: 40px;
    }
    .info_partner .flex {
        margin-top: 32px;
}
    .map {
        padding-top: 100px;
}
    .organizators {
        padding-top: 50px;
    }
	.speakers .flex .item {
		flex: 0 0 23.8%;
	}
	.speakers .flex .item .discrip p.dicsr {
		font-size: 14px;
		line-height: 19px;
	}
	.speakers .flex .item {
		margin-bottom: 30px;
	}
	.speakers .flex .item .discrip p.name {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.sec_two .btn {
		margin-top: 40px;
	}
	.programm .hh_programm .it {
		font-size: 20px;
	}
	.programm .zal_block .flex .item p.ime {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.programm .zal_block .flex .item p.discr {
		font-size: 15px;
        margin: 0 0 20px 0;
	}
    .programm .zal_block .flex .item p.tx {
        font-size: 14px;
        margin: 0 0 40px 0;
    }
	.programm .zal_block .flex .item {
		padding: 33px 20px 20px 20px;
		height: 300px;
	}
	.programm .zal_block .flex .item .more_info {
		font-size: 16px;
	}
	.programm .zal_block .flex .item .more_info {
		font-size: 14px;
	}
	.programm .zal_block .flex .item .more_info img {
		top: 2px;
		max-width: 18px;
	}
	.programm .zal_block .flex .item .ic_it {
		bottom: 20px;
		right: 18px;
		max-width: 50px;
	}
    .organizators .art_logo {
        width: 224px;
        margin: 12px 0px;
    }
    .reviews .block_intr_s .item p {
        font-size: 12px;
    }
    .reviews .block_intr_s .item p span {
        font-size: 12px;
    }
	p.bot_h {
		font-size: 18px;
	}
	.buy_ticket .flex .item .ticket_n {
		margin: 0 0 12px 0;
	}
	.buy_ticket .flex .item .ticket_discr br {
		display: none;
	}
	.buy_ticket .flex .item .price {
		font-size: 34px;
	}
	.buy_ticket .flex .item .ticket_discr {
		font-size: 17px;
	}
	.map .flex .l_map {
		flex: 0 0 100%;
	}
	.map .flex .l_map img {
		max-width: 350px;
	}
	.map .flex .r_info_map {
		flex: 0 0 100%;
		margin-top: 40px;		
	}
	.location_s {
		max-width: 120px;
		left: -12.5%;
		top: 24px;
	}
	footer {
		padding-top: 50px;
	}
	footer img {
		width: 175px;
	}
	footer p {
		font-size: 18px;
	}
	.popup {
		max-width: 100%;
		width: 95%;
	}
	.popup .haed_pop .time {
		font-size: 16px;
		padding: 15px 0;
		flex: 0 0 28%;
		text-align: center;
	}
	.popup .haed_pop .name {
		font-size: 16px;
		padding: 20px 20px;
	}
	.popup .theme .top_theme p {
		font-size: 16px;
	}
    .popup .theme .top_theme p.th.ht3 {
        font-size: 14px;
    }
	.flex_f .ll_first, .flex_f .translation_block {
		flex: 0 0 100%;
	}
	.flex_f .translation_block {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.new_block_progr h4 {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.new_block_progr .video_pg_b .items p.name_pr {
		font-size: 16px;
	}
	.interview .block_intr_s .item p {
		font-size: 18px;
	}
	.interview .block_intr_s .item p span {
		font-size: 14px;
	}
	.btn span, .ctr_bb .btn span {
		font-size: 16px;
		padding: 18px 25px;
	}
}
@media screen and (max-width: 1008px) {
    .programm .item {
        font-size: 16px;
    }
}
@media screen and (max-height: 960px) {
	.overlay .popup2 h4 {
		margin: 0 0 20px 0;
		font-size: 20px;
		line-height: 30px;
		max-width: 579px;
	}
	.overlay .popup2 p.bot_pop {
		margin: 0 0 20px 0;
		font-size: 22px;
		line-height: 26px;
		font-weight: bold;
	}
	.overlay .popup2 {
		max-width: 800px;
		padding-top: 60px;
	}
	.overlay .popup2 input {
		height: 45px;
		margin-bottom: 15px;
		font-size: 16px;
		padding-left: 15px;
	}
	.play_video .bott_play_video iframe {
		height: 500px;
	}
}
@media screen and (max-width: 924px) {
    .programm .stage {
    width: 100%;
    display: flex;
    flex-direction: column;
}
    .programm div.descr {
        max-width: 100%;
        padding-bottom: 32px;
    }
    .programm .item p span {
        display: block;
        padding-left: 0px;
        padding-top: 4px;
    }
    .programm .pm {
    display: flex;
    flex-direction: column;
}
    .programm .am {
    display: flex;
    flex-direction: column;
}
    .programm .h4 {
        border-radius: 20px 20px 0px 0px;
    }
    .programm .h5 {
        border-radius: 0px;
    }
    .programm .dinner .item {
    border-radius: 0;
}
    .programm .dinner p {
    text-align: left;
}
    .programm .stageend p {
    text-align: left;
}
    .programm .item {
        border-radius: 0px;
        min-height: auto;
    }
    .programm .item.sec {
        border-radius: 0px;
    }
    .programm .stageend .item {
    border-radius: 0px 0px 20px 20px;
}
    .programm .mobh {
    display: none;
}
    .programm .mobs {
    display: block;
}
    .new_block_progr .video_pg_b .items div.prezent {
    font-size: 24px;
}
}
@media screen and (max-height: 880px) {
	.overlay .popup2 h4 {
		max-width: 100%;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.overlay .popup2 {
		padding-left: 30px;
		padding-right: 40px;
		padding-bottom: 30px;
	}
	.overlay .popup2 input {
		height: 40px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.overlay .popup2 label {
		font-size: 16px;
	}
	.play_video .bott_play_video iframe {
		height: 480px;
	}
	.play_video .vid_d h3 {
		font-size: 24px;
		margin-bottom: 15px
	}
	.play_video .vid_d .flex p span.name {
		font-size: 16px
	}
	.play_video .vid_d .flex p span.nt {
		font-size: 14px
	}
}
@media screen and (max-width: 870px) {
    .speakers .flex .item {
        flex: 0 0 47%;
        max-width: 47%;
        margin-bottom: 30px;
    }
    .speakers .flex .item .discrip .company {
        font-size: 12px;
    }
    .speakers .flex .item .discrip p.name {
        font-size: 14px;
    }
    .speakers .flex .item .discrip p.dicsr {
        font-size: 12px;
        line-height: 16px;
    }
    .speakers {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .ticket ul.prem li {
        flex: 100%;
    }
    .ticket ul.prem li::before {
    top: 16px;
}
    .ticket .opisanie {
        padding-left: 0px;
        display: block;
        padding-top: 20px;
    }
    .info_partner.special {
        padding-top: 60px;
    }
    .info_partner.general {
        padding-top: 60px;
    }
    .block_btn span.text {
    font-size: 12px;
    max-width: 350px;
}
}
@media screen and (max-width: 767px) {
    .mshow {
    display:block;
    }
    .mhide {
    display:none;
    }
    .lite {
    max-width: 100%;
    margin: 16px 0px 32px;
    font-size: 16px;
    }
    .ctr_bb {
        margin-top: 40px;
    }
    .programm .ctr_bb {
        margin-top: 60px;
    }
    .sec_gallarey .flex {
    margin-top: 40px;
    }
	.interview .block_intr_s .item p {
		font-size: 14px
	}
	.cust_arrow img {
		max-width: 30px;
	}
	.cust_arrow {
		margin-top: 0;
	}
	.play_video .bott_play_video iframe {
		height: 200px;
	}
    .block_btn span.text {
        max-width: 90%;
        line-height: 1.2;
    }
    .sec_two .flex .item .cube img {
        margin: 0 auto;
    }
    .speakers {
    padding-top: 60px;
}
    .btn span, .ctr_bb .btn span {
        font-size: 14px;
    }
    .programm {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .ticket {
    padding-top: 50px;
}
    .ticket .block {
        border-radius: 20px;
        padding: 32px;
}
    .ticket .h1 {
        font-size: 20px;
    }
    .ticket ul.prem {
        padding: 24px 0px;
    }
    .ticket ul.prem li {
        padding-left: 24px;
    }
    .ticket .btn.black_btn span {
        font-size: 14px;
    }
    .speakers_h4 {
    font-size: 28px;
    margin-top: 72px;
}
    .past_h4 {
    font-size: 28px;
}
	.interview {
		padding-top: 160px;
	}
	.interview .block_intr_s {
		margin-top: 40px;
	}
    .reviews {
		padding-top: 160px;
	}
	.reviews .block_intr_s {
		margin-top: 40px;
	}
    .reviews .block_intr_s .item p {
        font-size: 18px;
    }
    .reviews .block_intr_s .item p span {
        font-size: 16px;
    }
	.close_vd {
		width: 40px;
		height: 40px;
	}
	.close_vd {
		right: -5px
	}
	.close_vd span:first-child {
		width: 20px;
        top: 19px;
        left: 11px;
	}
	.close_vd span:last-child {
		width: 20px;
        top: 19px;
        right: 9px;
	}
	.play_video .vid_d h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.play_video .vid_d .flex .av_im {
		width: 50px;
		margin-right: 15px;
	}
	.play_video .vid_d .flex p span.nt {
		font-size: 12px;
	}
	.play_video .vid_d .flex p span.name {
		font-size: 12px;
	}
	.play_video .vid_d .flex {
		justify-content: space-between;
	}
	.play_video .vid_d .flex .item {
		flex: 0 0 50%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.play_video .vid_d {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sec_gallarey .flex a {
		flex: 0 0 48%;
	}
	.new_block_progr .video_pg_b .items {
		flex: 0 0 100%;
		margin-bottom: 50px
	}
	.new_block_progr .video_pg_b.carousel_v .items {
		margin-right: 20px;
	}
	.new_block_progr .video_pg_b.carousel_v {
		padding-right: 0;
	}
	.new_block_progr .video_pg_b {
		padding-right: 20px;
		margin-bottom: 0;
	}
	.new_block_progr h4 {
		font-size: 26px;
		margin-bottom: 36px;
	}
	.new_block_progr .video_pg_b .items p.name_pr {
		font-size: 18px;
	}
    .new_block_progr .video_pg_b .items div.prezent {
        font-size: 56px;
    }
	.translation_block iframe {
		height: 250px;
	}
	.translation_block p {
		font-size: 12px;
		margin-bottom: 20px;
		padding-left: 16px;
	}
	.translation_block p:before {
		top: 4px;
		width: 6px;
		height: 6px;
	}
	.mob_hidden {
		display: none !important
	}
    .interview .mob_show {
        display: block;
    }
	.popup2 {
		height: 80%;
	}
	.overlay .popup2 {
		padding-right: 0;
		padding-left: 30px;
	}
	.popup2 .inner {
		overflow-y: scroll;
		height: 100%;
		padding-right: 30px;
	}
	.shp2 {
		position: absolute;
		top: 0%;
		left: 0%;
		transform: translateX(-50%);
		z-index: 0;
		opacity: 0.33;
		width: 100%;
		width: 818px;
	}
	header {
		padding-top: 40px;
	}
	header .burg {
		display: block;
	}
	.menu {
		position: absolute;
		left: 0;
		top: -130vh;
		height: 100vh;
		z-index: 20;
		width: 100%;
		background: #000;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.menu.act {
		top: 0;
	}
	header nav ul li {
		display: block;
		text-align: center;
		margin: 0 0 40px 0;
	}
	.close {
		display: block;
	}
	.sec_one {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.container {
		padding: 0 20px;
	}
	.sec_one h2 {
		font-size: 24px;
	}
    .headimg img {
        max-width: 100vw;
    }
	.sec_one h1 {
		font-size: 34px;
		line-height: 40px;
	}
	.sec_one p.reg_p {
		line-height: 25px;
        font-size: 14px;
        margin-top: 0px;
        max-width: 93%;
        margin: 0 0 60px 0;
	}
    .sec_one .city {
        margin: 0 0 56px 0;
        font-size: 14px;
    }
    .how img {
    max-width: 100vw;
    margin: 0 0 80px 0;
}
    .flex_f .ll_first {
    padding-right: 0px;
}
	.sec_one p.reg_p br {
		display: none;
	}
	.sec_one .date_block .date_i p {
		font-size: 12px;
	}
	.sec_one .date_block .date_i {
		width: 100px;
		height: 100px;
	}
	.sec_one .date_block p.order_tablet {
		flex: 0 0 50%;
	}
	.sec_one .date_block p span {
		font-size: 20px;
		margin-bottom: 9px;
	}
	.sec_one .date_block p {
		font-size: 14px;
	}
    .sec_one .date_block {
		margin-top: 60px;
	}
	.sec_two {
		margin-top: -40px;
	}
	.sec_two p.h_p br {
		display: none;
	}
	.sec_two p.h_p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 2px;
        max-width: 90%;
	}
	.sec_two .flex .item {
		margin-bottom: 30px;
		padding-left: 23px;
		padding-top: 24px;
		padding-right: 38px
	}
	.sec_two .cases {
		padding-left: 0;
		margin-top: 45px;
		margin-right: -20px;
	}
	.programm .second_z, .programm .hh_programm.mob_show {
		display: block !important;
	}
	.programm .zal_block .flex .item.clear_flex {
		display: none;
	}
	.organizators p.bot_h {
		margin-bottom: 30px;
        margin-top: 28px;
	}
    .organizators h3 {
        margin-bottom: 28px;
    }
	.buy_ticket {
		padding-top: 100px;
	}
	h3 {
		font-size: 30px;
	}
	p.bot_h {
		font-size: 14px;
	}
	.buy_ticket .flex {
		flex-wrap: wrap;
	}
    .speakers .flex .item .discrip .company {
        font-size: 16px;
    }
    .speakers .flex .item .discrip p.name {
        font-size: 24px;
        line-height: 1.4;
    }
    .speakers .flex .item .discrip p.dicsr {
        font-size: 14px;
        line-height: 18px;
    }
    .speakers .flex .item .discrip {
        padding: 0 20px 40px 20px;
    }
	.buy_ticket .flex .item {
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
	.organizators {
		padding-top: 90px;
	}
	.organizators .art_logo {
		width: 250px;
        margin: 20px 0px;
	}
	.info_partner {
		padding-top: 80px;
		margin-bottom: 40px;
	}
	.info_partner.special {
		padding-top: 80px;
		margin-bottom: 20px;
	}
    .info_partner.general {
		padding-top: 80px;
		margin-bottom: 20px;
	}
	.info_partner .flex {
		margin-top: 40px;
        flex-wrap: wrap;
        flex-direction: column;
	}
	.info_partner .flex .item {
		flex: 0 0 50%;
		margin-bottom: 20px;
		padding: 20px;
        max-width: 280px;
	}
	.map {
		padding-top: 0px;
	}
	.map .flex .l_map {
		order: 2;
	}
	.map .flex .r_info_map {
		order: 1;
		padding-bottom: 10px;
	}
	footer {
		padding-top: 12px;
		padding-bottom: 40px;
        text-align: center;
	}
	footer .flex {
		flex-wrap: wrap;
	}
	footer .flex .item {
		flex: 0 0 100%;
	}
	footer p {
		font-size: 16px;
	}
	.programm .hh_programm .it {
		font-size: 28px;
	}
	.programm .hh_programm {
		margin-bottom: 40px;
	}
	.programm .mt {
		margin-top: 40px;
		text-align: left;
		padding: 0 20px;
	}
	.programm a.show_more {
		font-size: 18px;
	}
	.programm a.show_more:before {
		width: 100%;
	}
	.speakers .flex .item {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
		min-height: 480px;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.speakers .flex .item:nth-child(n+4) {
		display: none;
	}
	.speakers .flex {
		margin-top: 40px;
		margin-right: 0;
	}
	.speakers .mt {
		display: block;
		margin-top: 40px;
		text-align: center;
	}
	.programm .zal_block .flex .item {
		margin-right: 30px;
        height: 320px;
        margin-bottom: 20px;
	}
    .programm div.dtx {
        font-size: 20px;
        margin-bottom: 60px;
    }
	.popup {
		padding-left: 15px;
		padding-right: 15px;
		box-shadow: 0 20px 20px 0 rgba(0,0,0,0.5);
		height: 90%;
		overflow: hidden;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.popup .wrapper_theme {
		height: 100%;
		overflow-y: scroll;
		padding-bottom: 100px;
	}
	.zal_block {
		margin-right: -20px;
		margin-bottom: 40px;
	}
	.popup .haed_pop .time {
		font-size: 14px;
		flex: 0 0 30%;
	}
	.popup .haed_pop .name {
		font-size: 14px;
	}
	.popup .close {
		right: 2%;
	}
	.popup .theme .md_theme p.th_s {
		font-size: 16px;
		margin: 0px 0 0px 0;
		margin-bottom: 10px;
	}
	.popup .theme .top_theme p {
		font-size: 16px;
	}
	.popup .theme .bott_theme .flex {
		padding: 0;
	}
	.popup .theme .media_theme {
		flex: 0 0 100%;
		margin-bottom: 0px;
	}
	.popup .theme .md_theme {
		margin-top: 0px;
	}
	.programm .hh_programm .it {
		display: none;
	}
	.popup .theme .bott_theme .flex .item {
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.popup .theme {
		padding-bottom: 15px;
	}
	.sec_one .date_block .date_i, .sec_one .date_block .date_i:before, .sec_one .date_block .date_i:after {
		border-width: 1px;
	}
	.map .flex .r_info_map a {
		font-size: 16px;
	}
	.block_btn {
		display: block;
	}
	.block_btn .btn {
		display: block;
	}
	.block_btn .btn span {
		display: block;
	}
	.block_btn .btn.black_btn {
		margin: 20px 0 0 0;
	}
	.show_more {
		font-size: 6vw;
		text-align: center;
		display: block;
	}
	.sec_gallarey {
		margin-top: 60px;
	}
	.buy_ticket h3 {
		margin-bottom: 30px;
	}
    .buy_ticket .flex .item .ticket_n {
        font-size: 28px;
    }
	.buy_ticket .flex .item ul li {
		font-size: 18px;
	}
}
@media screen and (max-height: 720px) {
	.popup2 {
		height: 90%;
	}
	.overlay .popup2 {
		padding-right: 0;
	}
	.popup2 .inner {
		overflow-y: scroll;
		height: 100%;
		padding-right: 30px;
	}
	.play_video .bott_play_video iframe {
		height: 380px;
	}
	.play_video .vid_d h3 {
		font-size: 18px
	}
}
@media screen and (max-width: 500px) {
    h3 {
        font-size: 28px;
    }
    .reviews .block_intr_s .item p {
        font-size: 16px;
    }
    .reviews .block_intr_s .item p span {
        font-size: 14px;
    }
}
@media screen and (max-width: 420px) {
    .reviews .block_intr_s .item p {
        font-size: 14px;
    }
    .reviews .block_intr_s .item p span {
        font-size: 14px;
    }
    footer p {
        font-size: 14px;
    }
}
@media screen and (max-width: 380px) {
        h3 {
        font-size:26px;
    }
    .programm .hh_programm .it {
        font-size: 24px;
    }
    .new_block_progr .video_pg_b .items div.prezent {
        font-size: 36px;
    }
    .new_block_progr h4 {
        font-size: 20px;
        margin-bottom: 32px;
    }
}