@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria_gdi.eot');
	src: url('../fonts/Geometria_gdi.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Geometria_gdi.woff') format('woff'),
		 url('../fonts/Geometria_gdi.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
    unicode-range: U20-F003;
}
@font-face {
	font-family: 'Geometria';
	src: url('../fonts/Geometria-Medium_gdi.eot');
	src: url('../fonts/Geometria-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Geometria-Medium_gdi.woff') format('woff'),
		 url('../fonts/Geometria-Medium_gdi.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
    unicode-range: U20-F003;
}

/*----------------------------*/
body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Geometria, sans-serif;
	font-size: 0.9em;
	color: #3e3e3e;
}
ul, p{
	margin: 0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	outline: 0;
}
a:hover{
	outline: 0;
}
header{
	background: url(https://bestinterfest.ru/assets/images/lightspots.jpg) no-repeat;
	background-position: bottom;
	background-size: cover;
	margin: auto;
	width: 100%;
	height: 100vh;
	color: #fff;
}
img{
	width: 100%;
	border: none;
}
a img{
	border: none;
}
nav{
	clear: both;
	position: relative;
	margin: 2% 4% 0;
}
nav ul{
	text-align: right;
}
/*
nav ul li{
	position: relative;
	display: inline-block;
	margin-left: 1.05vw;
	font-size: 1.1vw;
	z-index: 999;
}
*/
nav ul li{
	position: relative;
	display: inline-block;
	margin-left: .85vw;
	font-size: 1vw;
	z-index: 999;
}
nav ul li a{
	z-index: 0;
}
nav ul li a, .order a{
	color: #fff;
	text-decoration: none; 
}
nav ul li a:hover{
	color: #ed174b;
}
.burger{
	position: absolute;
	top: 35%;
	right: 20px;
	display: none;
	width: 22px;
	cursor: pointer;
}
input, select{
	width: 75%;
	border: 1px solid #e3e3e3;
	height: 30px;
	background: #f5f5f5;
	margin-top: 10px;
	margin-bottom: 10px;
}
input[type="submit"]{
	width: 200px;
	border: none;
	height: 40px;
	background: #0284da;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
	letter-spacing: 0.5em;
	cursor: pointer;
}
input.wpcf7-captchar{
	width: 200px;
}
textarea{
	width: 480px;
	border: 1px solid #e3e3e3;
	height: 170px;
	background: #f5f5f5;
	margin-top: 10px;
}
table textarea{
	width: 100%;
	border: none;
	height: 100%;
	margin-top: 0;
	background: #f5f5f5;
}
td{
	background: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
	border-bottom: none;
}
td:last-child{
	border-right: 1px solid #fff;
}
td.bottom{
	border-bottom: 1px solid #fff;
}
td a{
	color: #003569;
}
.top-menu li ul {
	visibility: hidden;
	min-width: 285px;
	margin: 0;
	padding: 0;
	background: #000314;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0 12px 0 7px;
	position: absolute;
	z-index: 1000;
	left: 50%;
	margin-left: -150px;
	line-height: 1.8;
	opacity: 0;
	-o-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.top-menu li ul li {
	text-align: left;
	display: block;
}
.top-menu li:hover ul{
	visibility: visible;
	opacity: 0.9;
	z-index: 100;
}
/*
.top-menu li ul:after,
.top-menu li ul:before {
   content: '';
   border: solid transparent;
   position: absolute;
   left: 50%;
   margin-top: -24px;
   margin-left: -12px;
   width: 0;
}
.top-menu li ul:before {
   border-bottom-color: #fff;
   border-width: 12px;
}
.top-menu li ul:after {
	border-bottom-color: #000314;
	border-width: 12px;
	top: 2px;
	margin-left: -12px;
}
*/
.a-photo-video {
	right: 63% !important;
}
.a-involved {
	right: 55% !important;
}
nav ul li.active a {
	color: #f4b72e !important;
	font-weight: bold;
}
nav ul li.active ul li a{
	color: #fff !important;
	font-weight: normal;
	text-decoration: none; 
}
nav ul li.active ul li a:hover{
	color: #ed174b !important;
}
li.last{
	padding-bottom: 5px;
}
.logo{
	position: absolute;
	width: 10%;
	float: left;
	top: 7px;
	left: 4%;
	z-index: 1;
}
.logo-1 {
	position: absolute;
	width: 10%;
	bottom: 4%;
	left: 4%;
	z-index: 1;
}
.cup img{
	vertical-align: bottom;
}
.order{
	position: absolute;
	background-color: #f4b72e;
	padding: 10px 15px;
	bottom: 8%;
	right: 4%;
	border: 1px solid #fff;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}
.order a{
	position: relative;
	z-index: 2;
}
.order:after{
	content: "";
	position: absolute;
	background: #000314;
	width: 100%;
	z-index: 1;
	left: -100%;
	bottom: 0;
	height: 100%;
	-webkit-animation: move 3s linear normal infinite;
	animation: move 3s linear normal infinite;
}
@-webkit-keyframes move{
	100% {
	-webkit-transform: translateX(200%);    
	}
}
@keyframes move{
	100% {
	transform: translateX(200%);    
	}
}
.title {
	position: relative;
	float: right;
	text-align: right;
	margin: 2% 4% 0;
}
#epigraf{
	font-style: italic;
	letter-spacing: 0.11em;
}
#title-1 {
	color: #f4b72e;
	font-size: 3.8vw;
	font-weight: bold;
	margin: 0;
}
/*
#title-2 {
	color: #f4b72e;
	font-size: 3.8vw;
	font-weight: bold;
	float: right;
	width: 54%;
}
*/
h2 {
	margin: 0 auto;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #02259e;
	padding-top: 3%;
	width: 77%;
	text-transform: uppercase;
}
.video h2 , .photo h2, .olimpic h2, .online h2 {
	color: #fff;
	position: relative;
	z-index: 2;
}
h3 {
	margin: 0;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #555;
	padding: 1% 0 0.5%;
}
h4 {
	margin: 0 auto 7px;
	text-decoration: underline;
}
/*
iframe, .one-photo-img img, .one-olimpic-img, article{
	box-shadow: 7px 7px 15px #000;
}
*/
.online{
	background: #333;
	width: 100%;
}
.online-video{
	width: 640px;
	padding: 5% 0 7%;
	margin: auto !important;
}
.thumb-wrap{
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.team{
	background: url(https://bestinterfest.ru/assets/images/noty.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	min-height: 85vh;
	overflow: hidden;
}
article {
	width: 85%;
	margin: auto;
}
.members{
	display: inline;
	width: 39%;
	margin: 7px 5% 0% 0;
	float: left;
}
.team-text{
	background: #fff;
	text-align: justify;
	padding: 25px 40px 30px;
	margin: 50px 0;
	overflow: hidden;
}
.team-text p{
	display: inline;
	text-align: justify;
	font-weight: normal;
	color: #3e3e3e;
}
.festival {
	background-color: #fafafa;
	min-height: 100vh;
}
.f-text {
	width: 75%;
	margin: 2% auto;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.f-img {
	border: 1px solid #e3e3e3;
	padding: 20px;
	width: 25%;
	margin: 2%;
	background: #fff;
	transition: all 300ms;
}
.f-img:hover {
	box-shadow: 0 0 15px #ccc;

}
.f-img div{
	width: 65%;
	margin: auto;
}
.f-img > p {
	padding: 30px 0 20px;
	text-align: center;
	z-index: 100;
	position: relative;
}
.f-img p a{
	color: #02259e;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
	-o-transition: color 0.2s, background 0.5s;
	-moz-transition: color 0.2s, background 0.5s;
	-webkit-transition: color 0.2s, background 0.5s;
	transition: color 0.2s, background 0.5s;
}
.f-img p a:hover{
	color: #ed174b;
}
.info{
	border-radius: 100%;
	background: url(https://bestinterfest.ru/assets/images/logo.png) no-repeat 50% 12%;
	background-size: 40%;
	background-color: #fc507a;
	color: #fff;
}
.info p{
	margin-top: 60%;
	font-weight: bold;
}
.anons{
	clear: both;
	position: relative;
	background: url(https://bestinterfest.ru/assets/images/panorama.jpg) no-repeat;
	background-size: cover;
	background-position: right;
	background-attachment: fixed;
	width: 100%;
	font-weight: bold;
	min-height: 88vh;
	padding: 1px 0;
}
.sheet:before{
	content: '';
	width: 120%;
	height: 120%;
	background: inherit;
	position: absolute;
	left: -25px;
	top: -25px;
	box-shadow: inset 0 0 0 340px rgba(255, 255, 255, 0.5);
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-o-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}
.sheet {
	background: inherit;
	width: 40%;
	position: relative;
	margin: 4% 4%;
	overflow: hidden;
	border: 2px solid rgba(255, 255, 255, 0.7);
}
.tumba {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -365px;
	z-index: 1;
}
.text-anons {
	padding: 3% 5% 0 5%;
	color: #02259e;
	font-size: 1.2em;
	position: relative;
}
.text-anons:last-child {
	padding-bottom: 3%;
}
.text-anons p {
	float: left;
	width: 55%;
}
.text-anons a {
	color: #02259e;
	font-weight: normal;
}
.date {
	color: #ed174b;
}
.promo {
	float: right;
}
.button {
	background-color: #ed174b;
	padding: 5px 10px 7px 15px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	cursor: pointer;
	border-right: 1px solid #7e7e7e;
	border-bottom: 1px solid #7e7e7e;
	display: inline-block;
}
.button:before{
	content: "";
	clear: both;
}
.button:after{
	content: "";
	background: #f4b72e;
	position: absolute;
	width: 100%;
	height: 100%;
	left: -100%;
	bottom: 0;
	z-index: 0;
}
.button a, .button-calendar a{
	position: relative;
	color: #fff;
	display: inline-block;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	z-index: 2;
}
.button-calendar a {
	font-size: 95%;
}
.button:hover.button:after{
	-webkit-animation: shake 0.7s linear alternate infinite;
	animation: shake 0.7s linear alternate infinite;
}
@-webkit-keyframes shake {
	100% {
	-webkit-transform: translateX(100%);    
	}
}
@keyframes shake {
	100% {
	transform: translateX(100%);    
	}
}
.video{
	clear: both;
	position: relative;
	background: url(https://bestinterfest.ru/assets/images/video_fon.png) no-repeat;
	background-size: cover;
	background-color: #3736ac;
	width: 100%;
	min-height: 100vh;
}
.youtube {
	width: 75%;
	margin: auto;
}
.youtube-video {
	width: 45%;
	overflow: hidden;
	float: left;
	margin: 3% 0 0 0;
}
.youtube-video-wrap, .youtube-video-fest-wpap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
 
.youtube-video-wrap iframe, .youtube-video-fest-wpap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube-video:nth-child(2n){
	float: right;
}
.youtube-video:nth-child(3n){
	clear: both;
}
.youtube-watch{
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube-watch .play {
    background: url('https://bestinterfest.ru/assets/images/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube-watch:hover .play {
    background-position: 0 0;
}
.youtube-text{
	width: 100%;
	float: right;
	color: #fff;
	padding: 0;
}
.youtube-text p{
	padding-bottom: 10px;
}
/*
.youtube-text p:first-child{
	color: #ffbe05;
	display: inline-block;
	padding-bottom: 2%;
	font-weight: bold;
}
*/
.youtube-video-fest{
	width: 48%;
	overflow: hidden;
	padding: 3% 0 1.5% 2%;
	float: left;
}
.youtube-video-fest:nth-child(2n+1){
	width: 48%;
	overflow: hidden;
	padding: 3% 0 1.5% 2%;
	float: left;
}
.youtube-btn {
	background: url('https://bestinterfest.ru/assets/images/youtube-play-btn.png') no-repeat;
	background-position: 0 -50px;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	width: 68px;
	height: 50px;
	transition: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.youtube-btn:hover {
    background-position: 0 0;
}
.photo{
	clear: both;
	position: relative;
	background: url(https://bestinterfest.ru/assets/images/photo_fon.png) no-repeat;
	background-size: cover;
	background-position-x: right;
	background-color: #ed174b;
	width: 100%;
	height: 100vh;
}
.photo-img{
	width: 77%;
	margin: 3% auto;
	}
.one-photo-img{
	position: relative;
	width: 30%;
	margin: 15px 5% 1.5% 0;
	float: left;
}
.one-photo-img:nth-child(3n){
	margin: 15px 0 1.5% 0;
}
.one-photo-img:nth-child(3n+1){
	clear: both;
}
.one-photo-img p, .one-photo-img-fest p, .one-ph-year p, .fancy-video a p{
	font-size: 1em;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #fff;
	top: 50%;
    transform: translateY(-50%);
}	
.one-photo-img a>p, .one-photo-img-fest a>p{
	opacity: 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.one-photo-img a>p, .one-photo-img a>img, .one-photo-img-fest a>p, .one-photo-img-fest a>img{
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.one-photo-img a:hover>img, .one-photo-img-fest a:hover>img{
	filter: brightness(0.5);
	-webkit-filter: brightness(0.5);
	-o-filter: brightness(0.5);
	}	
.one-photo-img a:hover>p, .one-photo-img-fest a:hover>p{
	opacity: 1;
}
.one-photo-img-fest {
	position: relative;
	width: 22.5%;
	margin: 15px 3% 1.5% 0;
	float: left;
}
.one-photo-img-fest:nth-child(4n){
	margin: 15px 0 1.5% 0;
}
.one-photo-img-fest:nth-child(4n+1){
	clear: both;
}
.more{
	clear: both;
	padding: 0 0 3%;
}
.more a{
	color: #fff;
	font-weight: normal;
}
.olimpic{
	clear: both;
	position: relative;
	width: 100%;
	font-weight: bold;
	
	min-height: 87vh;
	background-size: 10px 10px;
	background-color: #3e3e3e;
	background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
					  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
					  transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
					  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
					  transparent 75%, transparent);
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,
					  transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,
					  transparent 75%, transparent);
}
.olimpic:before{
	content:'';
	position: absolute;
	background: url(https://bestinterfest.ru/assets/images/olimpic_fon.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	opacity: 0.66;
	width: 100%;
	height: 100%;
	bottom: 0;
}
.olimpic-inside{
	position: absolute;
	background-color: #000;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}
.olimpic-text {
	clear: both;
	position: relative;
	width: 70%;
	color: #fff;
	margin: auto;
	padding: 4%;
	letter-spacing: 0.03em;
	text-align: justify;
}
.olimpic-img {
	width: 77%;
	margin: 4% auto;
}
.one-olimpic-img {
	position: relative;
	width: 40%;
	margin: 15px 5%;
	float: left;
	overflow: hidden;
}
.one-olimpic-img img {
	width: 120%;
	margin: -7.5% -10%;
	-webkit-transform: scale(1.2,1.2);
	-webkit-transition-duration: 0.3s;
    -moz-transform: scale(1.2,1.2);
	-moz-transition-duration: 0.3s;
}
.one-olimpic-img a:hover>img{
	-webkit-transform: scale(1,1);
	-webkit-transition-duration: 0.3s;
    -moz-transform: scale(1,1);
	-moz-transition-duration: 0.3s;
}
.one-olimpic-img p {
	font-size: 0.8em;
	font-weight: normal;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	padding: 10px;
	bottom: 0;
	transform: translateY(100%);
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.one-olimpic-img:hover p{
	transform: translateY(0%);
}
.partners{
	background-color: #fff;
	padding: 1px 0;
}
.partners-img {
	width: 85%;
	margin: 5% auto 8%;
}
.one-partners-img{
	-webkit-transform: scale(1,1);
	-webkit-transition-duration: 0.3s;
    -moz-transform: scale(1,1);
	-moz-transition-duration: 0.3s;
}
.one-partners-img:hover{
	-webkit-transform: scale(1.2,1.2);
	-webkit-transition-duration: 0.3s;
    -moz-transform: scale(1.2,1.2);
	-moz-transition-duration: 0.3s;
}
footer{
	position: relative;
	background: url(https://bestinterfest.ru/assets/images/footer.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	color: #fff;
	clear: both;
}
.cup {
	width: 23%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10%;
}
.menu {
	float: left;
	margin-left: 7%;
	padding: 4.85% 0 5% 0;
	text-align: left;
	line-height: 1.98;
	font-size: 1em;
}
.menu a, .address a{
	color: #fff;
	text-transform: lowercase;
}
.menu a:hover{
	color: #ed174b;
}
.address a:hover{
	text-decoration: underline;
}
.address{
	float: right;
	margin-right: 7%;
	padding: 5% 0 5% 0;
	text-align: right;
	line-height: 1.7;
}
.header-inside {
	background: url(https://bestinterfest.ru/assets/images/fon_top.jpg) no-repeat;
	background-position: left top;
	margin: auto;
	width: 100%;
	height: 30vh;
	color: #fff;
	box-shadow: 0 3px 5px #555;
	background-size: cover;
}
.ph-year {
	margin: auto !important;
	width: 100%;
}
.one-ph-year {
	position: relative;
	width: 44%;
	margin: 15px 3% 1.5%;
	float: left;
}
.one-ph-year a > p, .fancy-video a p {
	opacity: 1;
	padding: 0 25px;
	box-sizing: border-box;
	font-size: 20px;
	text-shadow: 1px 1px 1px #000;
}
.photo-reports {
	width: 100%;
	padding: 10px 0 30px;
}
.phr-one {
	line-height: 1.5;
}/*
.phr-one li::before {
	content: "♫ ";
	margin-left: -1em;
	color: #0b71a2;
	font-size: 22px;
	vertical-align: middle;
}*/
.phr-one ul{
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.phr-one li {
	width: 22.5%;
	margin: 1% 1.5% 1% 1%;;
	position: relative;
    display: flex;
	align-items: center;
	background: #0284da;
	transition: all 100ms linear;
}
.phr-one li:hover{
	transform: scale(1.05);
	box-shadow: 0 0 5px #000;
}
.phr-one p {
	width: 100%;
	padding: 10px 30px;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
}
.phr-one a{
	color: #fff;
}
.project-list p{
	color: #555;
}
.project-list p {
	margin: 0 20px;
	text-transform: uppercase;
	line-height: 1.5;
	font-weight: bold;
}
.project-list a:hover {
	text-decoration: underline;
}
.photo-one {
	width: 100%;
	height: 100%;
	padding-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.logo-festival {
	width: 15%;
	position: absolute;
	right: 7%;
	margin-top: -2%;
}
.title-festival {
	background: #fff;
	padding: 25px 40px 0;
	margin: 20px auto 0;
	width: 70%;
	position: relative;
}
.text-festival{
	width: 70%;
	margin: 3% auto 3%;
	}
.title-festival h2 {
	margin: 0;
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
	color: #02259e;
	padding-top: 0;
	width: 75%;
}
.text-festival h3{
	margin: 0;
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #555;
	padding: 1% 0 0.5%;
}
.text-festival p:first-child{
	width: 100%;
}
.text-festival table {
	margin: 0 0 0 -1%;
	width: 100%;
}
.festival-calendar{
	background: #fff;
	padding: 25px 0 0;
	margin: 20px auto 0;
	overflow: hidden;
	width: 70%;
	position: relative;
}
.logo-calendar{
	width: 18%;
	margin-top: -12px;
	float: left;
	position: relative;
}
.text-calendar {
	width: 77%;
	margin: -3% 0 30px 3%;
	float: left;
}
.text-calendar h3{
	padding: 3% 0;
	clear: both;
	font-size: 1.25em;
}
.text-calendar h2 {
	margin: 0;
	text-align: left;
	font-size: 1.7em;
	font-weight: bold;
	color: #02259e;
	padding-top: 3%;
	float: left;
	width: 100%;
}
.button-calendar {
	width: 16%;
	background-color: #ed174b;
	padding: 5px 10px 7px 10px;
	bottom: 34px;
	position: absolute;
	overflow: hidden;
	z-index: 0;
	cursor: pointer;
	clear: both;
	left: 0;
	text-align: center;
}
.img-calendar {
	width: 50%;
}
hr{
	width: 70%;
	border: 1px solid #a3a3a3;
	margin: 0 auto;
}
hr:last-child{
	display: none;
}
.project-list{
	width: 100%;
}
.breadcrumbs {
	width: 92%;
	margin: 0.8% auto 0;
	position: relative;
	z-index: 1;
}
.breadcrumbs ul{
	text-align: left;
}
.breadcrumbs span{
	color: #f4b72e;
	text-transform: lowercase;
	font-size: 14px;
}
.breadcrumbs span:hover{
	text-decoration: underline;
}
.breadcrumbs li.active span{
	color: #3e3e3e;
	text-decoration: none;
}
.instagram{
	margin-top: 15px;
}
.instagram img{
	width: 30px;
	margin: -11px 4px -11px 0px;
}
.instagram a{
	color: #0a49a7;
}
.fancy-video {
	position: relative;
	width: 50%;
	margin: 15px 0 0;
}
.fancy-video-1 {
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}
.fancy-vid {
	position: relative;
	width: 100%;
	margin: 0;
}
#upbutton {
    background: url("https://bestinterfest.ru/assets/images/up.png") no-repeat top left;
	background-size: 100%;
	opacity: 0.8;
    height: 45px;
    width: 45px;
    bottom: 50px;
    right: 40px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }
.jury, .project {
	margin: 30px auto;
	width: 70%;
}
.jury td, .project td{
	background: #fff;
}
.jury td:last-child {
	padding-left: 40px;
}
.project td:last-child {
	width: 37%;
}
.btl {
	margin-top: -11px !important;
}
.repertuar {
	margin: 10px 0 !important;
	width: 100%;
}
.button-project{
	margin: 20px 0 7px 20px;
}
.button-project a{
	padding: 7px 20px;
	background-color: #ed174b;
	color: #fff;
}
.button-polozh{
	margin: 40px 0 7px 0;
}
.button-polozh a {
	padding: 9px 30px;
	background-color: #ed174b;
	color: #fff;
}
.button-project a:hover, .button-polozh a:hover{
	text-decoration: none;
}
/*** форма обратной связи для отзывов ***/
.otzyv{display: flex; align-content: center; align-items: center;}
.avatar{width: 240px; margin-right: 30px;}
.data{width: 75%;}
.name {font-size: 16px; font-weight: bold; padding-bottom: 5px;}
.position {clear: both; color: #003569; padding-bottom: 5px;}
.date {color: #333;}
.comments{margin: 20px 0; clear: both;}
.comment {margin: 20px 0; padding: 15px 15px; background: #f7f7f7; box-sizing: border-box;}
.form-messages, .error {color: #ed174b;}
#form-wrapper textarea {height: 100px; width: 50%; padding: 5px;}
#form-wrapper input {width: 50%; padding: 0 5px;}
#form-wrapper input[type="file"] {border: none; background: none;}
#form-wrapper input[type="submit"] {width: 25%;}

.bld {font-weight: bold;}
.infoblock {
	box-sizing: border-box;
	clear: both;
	padding: 30px 120px 50px;
	background: #fff7a6;
	margin-top: 30px;
	text-align: center;
	font-size: 1.25em;
	color: #b10101;
	position: relative;
}
.infoblock div {
	width: 15%;
	position: absolute;
	top: -20px;
	z-index: 100;
}
.infoblock p {
	width: 72%;
	text-align: left;
	margin-left: 22%;
}
.doc-img {
	width: 100%;
	margin: 10px 0 50px;
}
.doc {
	padding: 2px 0;
}
.holder {
	margin: 15px 0;
	clear: both;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.holder a {
	font-size:12px;
	cursor:pointer;
	margin:0 5px;
	color:#333;
}
.holder a:hover {
	background-color:#222;
	color:#fff;
}
.holder a.jp-previous {
	margin-right:15px;
}
.holder a.jp-next {
	margin-left:15px;
}
.holder a.jp-current,a.jp-current:hover {
	color:#FF4242;
	font-weight:bold;
}
.holder a.jp-disabled,a.jp-disabled:hover {
	color:#bbb;
}
.holder a.jp-current,a.jp-current:hover,.holder a.jp-disabled,a.jp-disabled:hover {
	cursor:default;
	background:none;
}
.holder span {
	margin: 0 5px;
}
.minkult{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.minkult div{
	width: 100px;
}

/***********************************/
.circle {
  position: relative;
  width: 30%;
}
.circle .img {
  position: relative;
  width: 100%;
  margin: auto;
}
.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.circle.effect6 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.circle.effect6 .info {
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.info {
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.f-img:hover .img {
  opacity: 0;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.f-img:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/*-------------*/
.temporary{
	background: url(../../images/fon_hw.jpg) no-repeat;
	background-size: cover;
	background-position-y: 25%;
	position: relative;
}
.temporary h3{
	padding-top: 0;
}
.temporary-text{
	padding: 25px 10px 30px;
	margin: 0 30px 0;
	overflow: hidden;
}
.temporary-text p{
	text-align: justify;
	font-weight: normal;
	color: #3e3e3e;
}
.temporary-img{
	padding: 25px 40px 0;
	width: 250px;
	position: absolute;
	top: 0;
	right: 0;
}



