@import url('https://fonts.googleapis.com/css?family=Oswald:700|Roboto:500&display=swap&subset=cyrillic');


.buy-ticket,
.title-main .title-blue .btn
{
	/*display: none !important;*/
}


html 
{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 155%;
	font-weight: 500;
}

@media (max-width: 768px) 
{	
	html
	{
		font-size: 10px;
	}
}

body 
{
	position: relative;
	min-height: 100vh;
	margin: 0 auto;
	background: #ffffff;
	color: #333333;
	font-size: 1rem;
}

.page-tickets .buy-ticket
{
	display: none;
}
/* LOADER */
#body.notload .body
{
	display: none;
}
#body .body,
#body.notload.loadcomplete .body
{
	display: block;
}
#body.notload .pageloader
{
	display: block;
}
#body.notload.loadcomplete .pageloader
{
	display: none;
}
.pageloader {
display: inline-block;
position: absolute;
width: 64px;
height: 64px;
top: 50%;
left: 50%;
margin: -32px 0 0 -32px;
}
.pageloader div {
display: inline-block;
position: absolute;
left: 6px;
width: 13px;
background: #009ee0;
opacity: 1;
animation: pageload 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.pageloader div:nth-child(1) {
left: 6px;
animation-delay: -0.24s;
}
.pageloader div:nth-child(2) {
left: 26px;
animation-delay: -0.12s;
background: #FFDB00;
}
.pageloader div:nth-child(3) {
left: 45px;
animation-delay: 0;
background: #2A9041;
}
@keyframes pageload {
0% {
top: 6px;
height: 51px;
}
50%, 100% {
top: 19px;
height: 26px;
}
}




.error
{
	padding: 10px 15px;
	border-left: 3px solid #ed1a39;
	color: #ed1a39;
	font-size: 14px;
	margin: -10px 0 5px;
}

.container
{
	max-width: 1300px;
}

.container .container
{
	padding: 0;
}

.content-box
{
	padding-top: 30px;
}

.page-home .content-box
{
	padding-top: 0;
}

a,
button.navbar-toggler 
{
	outline: none !important;
	outline-offset: 0 !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
	-webkit-tap-highlight-color: transparent;
}

a:focus,
a:active
{
	outline: none;
	outline-offset: 0;
	color: #00a1d0;
}
a:hover 
{
	outline: none;
	text-decoration: none;
}

.cls,
.clearfix:after 
{
	content: "";
	display: table;
	clear: both;
}

.h1, .h2, .h3, .h4, .h5
{
 	font-family: 'Oswald', Helvetica, Arial, sans-serif;
 	font-size: 2.5rem;
	line-height: 140%;
	padding-bottom: 30px;
}

.limit-h
{
	width: 80%;
}

/* MENU */
#navbar
{
	background: #fff;
	/*box-shadow: 0 0 3px rgba(0, 0, 0, .05);*/
	padding: 0;
}

.navbar-brand
{
	margin: 0;
	padding: 0;
	width: 162px;
}

#navbar-bg
{	
	width: 100%;
}
.navbar-collapse
{
	margin-top: -5px;
}
.navbar.show .navbar-nav
{
	padding: 20px 0;
}
body.nav-show .navbar
{	
	background: #fff !important;
}
body.nav-show .navbar-collapse
{
	overflow: auto;
}
body.nav-show
{
	overflow: hidden;
}
.navbar-brand img
{
	display: block;
	height: 60px;
	margin: 26px 0 34px;
}
footer .navbar-brand
{
	position: relative;
	margin-top: -5px;
}
footer .navbar-brand img
{
	display: block;
	height: 40px;
	margin: 0 0 0 60px;
}
footer .navbar-brand img.hover
{
	display: block;
	height: 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 60px;
	opacity: 0;
	transition: 1.5sec opacity;
}
footer .navbar-brand:hover img.hover
{
	opacity: 1;
}

.nav-link
{
	color: #009ee0;
}
.navbar.show .nav-link
{
	text-align: center;
}
.navbar.show .nav-item
{
	padding-top: 20px;
}
.navbar-toggler 
{
    padding: .25rem 0;
    position: absolute;
    right: 0;
    top: 20px;
}
.navbar-toggler-icon
{
	cursor: pointer;
	position: relative;
	height: 25px;
	width: 30px;
	display: block;
}
.navbar-toggler-icon i,
.navbar-toggler-icon:after,
.navbar-toggler-icon:before
{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background: #333;
	border-radius: 2px;
	transform: rotate(0);
	transition: .25s ease-in-out;
}
.navbar-toggler-icon i
{
	top: 50%;
	margin-top: -0.5px;
}
.navbar-toggler-icon:before
{
	top: 100%;
}
.navbar.show .navbar-toggler-icon:after 
{    
    transform: rotate(135deg);
    top: 50%;
}
.navbar.show .navbar-toggler-icon:before 
{
    transform: rotate(-135deg);
    top: 50%;
}
.navbar.show .navbar-toggler-icon i
{
	opacity: 0;
}

.old-event
{
	background: #F5F5F5;
	position: relative;
	height: 60px;
	margin-bottom: 80px;
}
.old-event:before
{
	content: "";
	width: 50%;
	background: #FFDB00;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
.year
{
	background: #FFDB00;
	padding: 20px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 125%;
	color: #333;
	z-index: 1;td
	text-decoration: none;
	display: block;
}
a.year:hover
{
	color: #009ee0;
}
.old-event .container
{
	height: 60px;
	background: #F5F5F5;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.mn-item a
{
	display: block;
	font-size: 16px;
	color: rgba(51, 51, 51, 0.7);
	padding: 18px 10px;
}
.mn-item.active a
{
	font-weight: bold;
	color: #00A1D0;
}
.mn-item:hover a
{
	color: #00A1D0;
}

/* BUY TICKET */

.buy-ticket
{
	background: #00A1D0;
	position: relative;
	overflow: hidden;	
	cursor: default;
	margin-bottom: 80px;
}

.buy-ticket .row > div
{
	padding: 0 80px;
	position: relative;
}

.buy-ticket .circle
{
	display: block;
	position: absolute;
	border-radius: 50%;
	left: 120px;
	top: 50%;
	width: 1450px;
	height: 1450px;
	transform: translateY( -50% );
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.114) 0%, rgba(255, 255, 255, 0) 20%);
	transition: .5s all;
}

.buy-ticket .circle.crcl4
{
	width: 50px;
	height: 50px;
	opacity: 0;
}
.buy-ticket .circle.crcl3,
.buy-ticket:hover .circle.crcl4
{
	width: 400px;
	height: 400px;
}
.buy-ticket .circle.crcl2,
.buy-ticket:hover .circle.crcl3
{
	width: 750px;
	height: 750px;
}
.buy-ticket .circle.crcl1,
.buy-ticket:hover .circle.crcl2
{
	width: 1100px;
	height: 1100px;
}
.buy-ticket:hover .circle,
.buy-ticket:hover .circle.crcl1
{
	opacity: 1 !important;
	width: 1450px;
	height: 1450px;
}

.buy-ticket .h1
{
	color: #fff;
	font-size: 32px;
	line-height: 125%;
	padding: 30px 0;
	margin: 0;
}
.buy-ticket .h1 small
{
	display: block;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 125%;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}
.buy-ticket .btn
{
	background: #FFDB00;
	color: #000;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY( -50% );
	padding: 20px 30px;
	border-radius: 0;
}
.buy-ticket .btn span i {
    padding-left: 5px;
    font-size: 14px;
}
.buy-ticket .btn:hover
{
	box-shadow: 0 0 60px rgba(0, 0, 0, .25);
}


.language
{
	padding: 4px;
	background: #F1F1F1;
	border-radius: 4px;
	width: 148px;
	float: right;
}
.language:after 
{
	content: "";
	display: table;
	clear: both;
}
.language a
{
	display: block;
	font-size: 18px;
	line-height: 21px;
	padding: 8px 20px;
	text-align: center;
	color: #999999;
	float: left;
	width: 70px;
}
.language a:hover
{
	color: #333333;
}
.language a.select
{
	display: block;
	background: #FFFFFF;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 8px 20px;
	color: #333333;
	float: left;
}

/* CONTACTS */
.contacts-box
{
	background: #F1F1F1;
}

.col-contacts
{
	padding: 40px 0 40px 80px;
}

.col-contacts .h1
{
	font-size: 24px;
	line-height: 120%;
	padding: 0;
	margin: 0;
}

.col-contacts .adress
{
	margin: 25px 0 0;
	padding: 0 25px;
	position: relative;
	color: #333;
	font-size: 12px;
	line-height: 130%;
}

.col-contacts .adress i.fas 
{
	position: absolute;
	left: 0;
	top: 3px;
	color: #999999;;
}

.col-contacts .adress a
{
	color: #333;
}

.contacts-box iframe
{
	height: 400px;
	width: 100%;
}


.mb-80px
{
	margin-bottom: 80px;
}

/* SPEAKERS */
.team-box
{
	margin-bottom: 50px;
}

.team-box .col-md-4,
.team-box .col-md-6
{
	margin-bottom: 30px;
}
.spk-box
{
	background: #F1F1F1;
	color: #333;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 40px 30px 40px 140px;
	font-size: 14px;
	line-height: 155%;
	
	display: block;
	min-height: 120px;
}
a.spk-box
{
	text-decoration: none;
	color: #333 !important;
	transition: box-shadow .5s, color .5s;
}
a.spk-box:hover
{
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
	color: #000 !important;
}

.spk-box .name
{
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 140%;
	padding-bottom: 5px;
}

.spk-box img
{
	height: 80px;
	width: 80px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 40px 30px;
}

#speakers_detail .name
{
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 140%;
	padding-bottom: 30px;
}


.spk-box .file
{
	position: absolute;
	bottom: 30px;
	left: 140px;
	display: block;
	width: 180px;
	padding: 10px 10px 10px 43px;
	background: #FFFFFF url(../img/filepdf.svg) 10px 50% no-repeat;
	background-size: 22px auto;
	border: 1px solid #FFFFFF;
	transition: .5s all;
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.spk-box .file:hover
{
	border: 1px solid #00A1D0;
	color: #00A1D0;
}

.spk-box .file i {
    position: absolute;
    top: 13px;
    right: 10px;
}

.spk-box .desc_speaker
{
	display: block;	
	font-size: 14px;
	line-height: 155%;
	color: #333333;
}
.spk-box.presenta .desc_speaker
{
	padding-bottom: 50px;
}

.card-body {
    padding: 20px 0 0;
}

.videoPreSpeaker > .row > div 
{
	margin-bottom: 30px;
}

.video-card .speaker_description
{
	display: block;
	margin: 20px 0 0 0;
	padding: 0 0 0 70px;
	position: relative;
	min-height: 50px;
}

.video-card .speaker_description img
{
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	left: 0;
	top: 0;
}

/* PARTNERS */
.partner
{
	display: block;
}
.partner img 
{
    max-width: 280px;
    margin: 30px auto;
    display: block;
}

.pdfbill {
	background: url(../img/pdf.svg) 50% 0 no-repeat;
	background-size: 42px auto;
	padding-top: 50px;
	color: #999999;
	font-size: 12px;
	display: block;
	width: 150px;
	margin: 50px auto 50px;
	text-align: center;
}

/* NEWS */
.card-deck
{
	height: 100%
}

.card-deck .card
{
	background: #F1F1F1;
	padding: 30px;
	border-radius: 0;
	border: 0;
	transition: .5s all;
}
.card-deck .card:hover
{
	box-shadow: 0 0 30px rgba(0, 0, 0, .05);
}

.card-deck a
{
	color: #333 !important;
}

/* GALLERY */
.gallery .img-fluid 
{
    width: 100%;
    height: auto;
}

.gallery-img
{
	margin-bottom: 20px;
}

/*  */
.title-wrapper
{
	position: relative;
	margin-bottom: 60px;
}
.title-main
{
	position: absolute;
	top: 0;
	left: 15px;
	width: 100%;
	height: 100%;
}
.title-main:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	width: 100%;
	background: #fff;
}

.title-main > div
{
	color: #fff;
	font-size: 1.8rem;
	line-height: 120%;
	padding: 60px;
	position: relative;
	overflow: hidden;
}

.title-main .btn
{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 30px;
	color: #fff;
	border-radius: 0;
	display: block;
	transform: .5s all;
}
.title-main .btn span
{
	padding: 20px 0;
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 125%;
}
.title-main .btn span i
{
	padding-left: 5px;
	font-size: 14px;
}
.title-main .btn:hover
{
	box-shadow: 0 0 60px rgba(0, 0, 0, .25);
}

.title-main .title-blue
{
	background-color: rgba(0, 161, 208, 0.7);
}

.title-main .title-blue .h1
{
	font-size: 2.5rem;
	line-height: 125%;
	padding-bottom: 30px;
}
.title-main .title-blue .h1 small
{
	font-size: 1rem;
	line-height: 125%;
	display: block;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	padding-bottom: 5px;
}
.title-main .title-blue > small
{
	display: block;
	font-size: 1rem;
}
.title-main .title-blue .btn
{
	background: #FFDB00;
	color: #000;
}

.title-main .title-yellow
{
	background-color: rgba(255, 219, 0, 0.6);
	padding: 60px 50px;
}
.title-main .title-yellow:after
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: #fff;
}
.title-main .title-yellow .h1
{
	font-size: 2.8rem;
}
.title-main .title-yellow .btn
{
	background: #009ee0;
}


















.img-radius 
{
    border-radius: 50% !important;
}

.nav-item
{
	padding: 0 16px;
}

.nav-item a
{
	color: #333;
}
.nav-item a:hover,
.nav-item a.active
{
	color: #009ee0;
}

.nav-item.active a
{
	color: #009ee0;
	display: block;
	position: relative;
}
.nav-item.active a:after
{
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #009ee0;
	transform: translateX( -50% );
}

footer .nav-item
{
	padding: 0 10px;
}
footer .nav-item a
{
	color: #fff;
	font-size: 1rem;	
}
footer .nav-item a:hover,
footer .nav-item a.active
{
	color: rgba(255, 255, 255, .8);
}


.nmr-init
{
	position: relative;
	padding: 30px 0 30px 250px;
	font-size: 1.5rem;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	line-height: 120%;
	min-height: 120px;
}

.nmr-init b
{
	text-align: center;
	display: block;
	position: absolute;
	top: 45px;
	left: 0;
	width: 200px;
	font-size: 5.5rem;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 600;
	color: #009ee0;
}
.nmr-init b:after
{
	content: attr(rel);
	position: absolute;
	top: 0;
	left: 125px;
	width: 90px;
}


.targets
{
	margin: 0 0 -30px;
	overflow: hidden;
}
.targets li
{
	padding: 0 0 30px 100px;
	background: url(../img/botiss.png) 0 0 no-repeat;
	background-size: auto 80px;
	display: block;
	list-style: none;
	min-height: 120px;
	font-size: 1.2rem;
}

.h3
{
	color: #009ee0;
	font-weight: 300;
}

.h2 p,
.h3 p
{
	display: block;
	color: #000;
}


/*=========================================================
	EVENTS
===========================================================*/
.schedule .h3
{
	border-bottom: 1px solid #009ee0;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.event
{
	border-bottom: 1px dotted #009ee0;
	position: relative;
	padding: 15px 0 15px 150px;
	line-height: 130%;
}

.event p
{
	padding: 15px 0;
	position: absolute;
	left: 0;
	top: 0;
}

.event b
{
	color: #009ee0;
	display: block;
	
	padding-bottom: 5px;
	transition: all .5s;
	cursor: pointer;
}
.event b:hover
{
	color: #ed1a39;
}


.party-txt
{
	padding: 1.5rem 0 0;
	color: #009ee0;
	
	line-height: 130%;
}

/*=========================================================
	SPEAKERS
===========================================================*/
.speaker-box
{
	max-width: 250px;
	margin: 20px auto;
	text-align: center;
	cursor: pointer;
}

.speaker-box .name
{
	font-size: 1.5rem;
	padding-top: 2rem;
	line-height: 130%;
	color: #009ee0;
	transition: all .5s;
}

.speaker-box .position
{
	color: #555555;
}

.speaker-box .position b
{
	color: #333333;
}


.speaker-box img
{
	transition: all .5s;
}
.speaker-box:hover img
{
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.speaker-box:hover .name
{
	color: #ed1a39;
}


#carouselReviews img
{
	max-width: 200px;
	width: 100%;
	display: block;
	margin: 0 auto 20px;
}

#carouselReviews .name
{
	font-size: 1.5rem;
	color: #009ee0;
	margin-bottom: 20px;
	text-align: center;
}

#carouselReviews .carousel-item
{
	line-height: 120%;
}

#reviews
{
	padding: 5rem 0;
}

#reviews .my-auto
{
	font-size: 1.5rem;
	line-height: 120%;
}

#reviews .my-auto .h3
{
	font-size: 2.1rem;
	line-height: 120%;
}


/*=========================================================
	TARIFF
===========================================================*/
#tickets
{
	background: #f8f8f8;
	padding-bottom: 5rem;
	background: url(../img/tickets.jpg) 50% 50% no-repeat;
	background-size: cover;	
}

#tickets .h1.title
{
	color: #fff;
}

.tariff-box
{
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	padding: 1rem 2rem 100px;
	height: 100%;
	margin-bottom: 3rem;
	transition: all .5s;
	text-align: left;
}
.tariff-box:hover
{
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.tariff-box img
{
	margin: 10px auto;
	width: 100%;
	max-width: 75px;
	display: block;
}

.tariff-box .name
{
	color: #000;
	font-weight: 300;
	font-size: 25px;
	text-align: center;
	padding: 10px 0 5px;
	display: inline-block;
	border-bottom: 2px solid #009ee0;
	margin-bottom: 15px;
}

.tariff-box .evnt
{
	position: relative;
	color: #555555;	
	padding: 15px 0 0 0;
}

.tariff-box .evnt p
{
	color: #009ee0;
	
	margin: 0 0 5px;
}

.stick
{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 3rem 0;
}

.price
{
	font-size: 2rem;
	padding-bottom: 20px;
}

.textbox
{
	font-size: 1.3rem;
	line-height: 130%;
}



.shedule-desc .card
{
	background: #fff;
	border: 2px solid #00A1D0;
	padding: 0;
}
.shedule-desc .card.event-date-yelow
{
	border-color: #ffdb00;
}
.shedule-desc .card.event-date-green
{
	border-color: #2A9041;
}
.shedule-desc .card .card-body
{
	padding: 20px 30px 30px;
}

.shedule-desc .card .h1
{
	font-size: 24px;
	line-height: 140%;
	padding: 25px 0;
	text-align: center;
	color: #fff;
	background: #00A1D0;
	margin: 0;
}
.shedule-desc .card.event-date-yelow .h1
{
	background: #ffdb00;
}
.shedule-desc .card.event-date-green .h1
{
	background: #2A9041;
}

.shedule-desc .card p
{
	display: block;
	background: #F1F1F1;
	padding: 30px;
	font-size: 18px;
	line-height: 155%;
	margin: 15px 0 0;
}

/*=========================================================
	footer
===========================================================*/
.footer
{
	background: #333333;
	color: #fff;
	padding: 60px 0 25px;
}

#footer img
{
	max-width: 150px;
}

.social-icons
{
	padding-right: 60px;
}
.social-icons a
{
	float: right;
	padding: 0 0 5px 15px;
	color: #fff;
	font-size: 1.5rem;
}
.social-icons a:hover
{
	color: #ffdb00;
}

.modein
{
	padding-left: 60px;
	padding-top: 10px;
	font-size: .8rem;
	color: rgba(255, 255, 255, 0.6);
}

.modein a
{
	color: #ffdb00;
}
.modein a:hover
{
	color: #fff;
}

footer .nav-item.active a::after
{
	display: none;
}

footer .nav-item.active a {
    color: #ffdb00;
}

/*=========================================================
	modal
===========================================================*/
#my-modal
{
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 0;
	width: 0;
	z-index: 9999;
	opacity: 0;
	transform: scale(0,0);
	transition: .3s ease-in-out;
}

body.modal-show
{
	overflow: hidden;
}

body.modal-show #my-modal
{
	opacity: 1;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	transform: scale(1,1);
	overflow: auto;
}

#my-modal .container
{
	position: relative;
}

#my-modal .modal-logo
{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	margin: 15px 0;
	cursor: pointer;
}

#my-modal .close
{
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 40px;
	margin: 15px 0;
	transition: .25s ease-in-out;
	cursor: pointer;
}
#my-modal .close:hover
{
	opacity: .8;
}
#my-modal .close:after,
#my-modal .close:before
{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 1.5px;
	width: 100%;
	background: #333;
	border-radius: 2px;
	transform: rotate(135deg);
}
#my-modal .close:before 
{
	transform: rotate(-135deg);
}

#modal-content
{
	padding: 50px 0 50px;
}

.form-row label.required:after
{
	content: " *";
	color: #ed1a39;
}

.form-box
{
	padding: 30px 30px 15px;
	background: #fff;
}

.form-box .h1.title
{
	margin: 0 0 20px;
	font-size: 2rem;
}

video
{
	width: 100%;
}

.modal-name
{
	font-weight: 300;
	padding-top: 2rem;
}

.intro
{
	color: #009ee0;
	font-size: 1.5rem;
	line-height: 130%;
}

.my-modal .text
{
	line-height: 130%;
	font-size: 1.5rem;
}

.my-modal ul
{
	margin: 20px 0 10px -10px;
}

.my-modal li
{
	padding: 0 0 10px;
}

.my-modal .ls-none li
{
	list-style: none;
	margin: 0;
}



 .vjs-default-skin .vjs-play-progress,
  .vjs-default-skin .vjs-volume-level { background-color: #2c8abd }
  .vjs-default-skin .vjs-control-bar,
  .vjs-default-skin .vjs-big-play-button { background: rgba(16,88,176,0.7) }
  .vjs-default-skin .vjs-slider { background: rgba(16,88,176,0.2333333333333333) }

  
  
  .carousel-control-next
  {
		background: url(../img/right-arrow.svg) 50% 50% no-repeat;
		background-size: 30px auto;	
  }
   .carousel-control-prev
  {
		background: url(../img/left-arrow.svg) 50% 50% no-repeat;
		background-size: 30px auto;	
  }
  
  #carouselExampleControls .carousel-control-next
  {
		background-image: url(../img/right-arrow-white.svg);	
  }
  #carouselExampleControls .carousel-control-prev
  {
		background-image: url(../img/left-arrow-white.svg);
  }
   
  .btn-load
  {
  		background: #009ee0;
  		color: #fff;
  		font-size: 20px;
  		margin: 30px auto 0;
  		width: 250px;
  		text-align: center;
  		display: block;
  }
  .btn-load:hover
  {
  		background: #0084b9;
  		color: #fff;
  }  
  .btn-load small
  {
  	font-size: 14px;
  	display: block;
  	margin-top: 3px;
  }
  
  @media (min-width: 1600px) {
	html 
	{
		font-size: 20px;
	}
}

@media (max-width: 992px) {
	html 
	{
		font-size: 14px;
	}
	
	header
	{
		position: relative;
	}
	header:after
	{
		content: "";
		position: absolute;
		background: rgba(0, 0, 0, .3);
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	header .logo-botiss,
	header .btn
	{
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		margin: 20px 0;
		z-index: 2;
	}
	
	header .description h1
	{
		margin: 40px 0;
		padding: 0;
		position: relative;
		z-index: 2;
	}
	
	.nav-item.phones a {
    	margin: 20px;
    	font-size: 1;
    	text-align: center;
	}
	
	.h2 {
    	margin: 0 0 3rem;
    	padding: 0 !important;
    }
    
	.h3
	{
		padding: 0 0 30px;		
		text-align: center;
	}
	
	.p-5 {
    	padding: 0 !important;
	}
	
	.targets {
    	margin: 0;
    	padding: 0;
	}
	
	.targets li
	{
		background-position: 0 5px;
	}
	
	 .nmr-init {
    	padding: 20px 0;
    	max-width: 300px;
    	margin: 0 auto;
    	text-align: center;
    }
    
	.nmr-init b {
    	width: 100%;
    	font-size: 4rem;
    	position: relative;
    	top: auto;
    	left: auto;
    	padding-bottom: 30px;
    }
    
.event {
    padding-left: 100px;
    }
    
    .img-fluid {
    margin: 0 auto;
    display: block;
    }
    
    .party-txt
    {
    	text-align: center;
    	font-size: 1.5rem;
    	padding: 30px 0;
    }
    
    #carouselReviews
    {
    	margin-top: 50px;
    }
    
    .carousel-item
    {
    	font-size: 1.2rem;
    	line-height: 130%;
    }
    
    #ticketcontainer .row > div
    {
    	margin-bottom: 30px;
    }
    
    #reviews 
    {
    	padding: 0 0 4rem;
	}
	
	.row.schedule > div
	{
		margin-bottom: 20px;
	}
	
	#modal-content img
	{
		max-width: 250px;
		margin: 0 auto;
	}
	
	.modal-name 
	{
		text-align: center;
	}
	
	#modal-content .intro 
	{
		text-align: center;
	}
	
	.btn-group
	{
		margin: 30px auto -40px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}











@media (max-width: 992px) 
{
	.content-box {
    	padding-top: 0;
	}
	
	.old-event {
    	margin-bottom: 30px;
	}
	
	.navbar > .container
	{
		padding: 0 15px;
	}
	
	.navbar-toggler
	{
		right: 15px;
		top: 40px;
	}
	
	.title-main > div
	{
		padding: 30px;
		font-size: 1.4rem;
	}
	.title-main .title-blue .h1 {
		font-size: 24px;
		line-height: 125%;
		padding-bottom: 10px;
	}
	.title-main .title-yellow .btn {
		width: 100%;
	}
	.title-main .title-yellow
	{
		padding-top: 30px;
	}
	.title-main .title-yellow .h1 {
		font-size: 36px;
		line-height: 44px;
		padding: 0;
	}
}





@media (max-width: 768px) 
{

	.language 
	{
		margin: 20px auto 0;
		float: none;
	}
	
	#navbar-wrapper .navbar-brand  
	{
    	width: 100%;
	}
	.navbar-brand img 
	{
    	display: block;
    	height: 50px;
    	margin: 15px 0;
	}
	
	.navbar > .container
	{
		padding: 0 15px;
	}
	
	.navbar-toggler
	{
		top: 20px;
	}

	footer
	{

	}
	.footer-bottom
	{
		background: #333;
	}	
	.footer 
	{
    	padding: 30px 0 50px;
	}
	
	footer .navbar
	{
		display: none;
	}
	
	.modein 
	{
    	padding-left: 0;
    	text-align: center;
    	position: absolute;
    	left: 0;
    	bottom: -80px;
    	width: 100%;
	}
    
    #navbar.show
    {
    	height: 100vh;
    }
    
    .navbar
    {
    	align-items: baseline;
    }
    
    .navbar.show .navbar-nav 
    {
    	padding: 0;
	}
	
	.navbar.show .nav-item {
    	padding-top: 0;
	}
	
	.nav-item a {
	display: block;
	text-align: center;
	padding: 12px;
}

.social-icons {

    padding: 0;
    width: 140px;
    margin: 15px auto;

}

.nav-item.active a::after
{
	display: none;
}

.partner img {

    max-width: 200px;
    margin: 30px auto;
    display: block;

}

.social-icons a {
    padding: 0 5px 5px;
}

.content-box {
    padding-top: 0;
}

.title-wrapper img
{
	display: none;
}

.title-wrapper 
{
   height: 600px;
/*	background: url(../img/city.jpg) 50% 100% no-repeat;
	background-size: auto 100%;*/
	overflow: hidden;
	margin-bottom: 30px;
}

.title-main > div {
    font-size: 1.3rem;
    line-height: 120%;
    padding: 30px 15px !important;
    position: relative;
    margin-bottom: 20px;
    overflow: visible;    
}
.title-main > div::before
{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/load/118/title_2.jpg) 0 50% no-repeat;
	background-size: auto 100%;
	z-index: -1;
}

.title-main .btn {
    display: block;
    width: 100%;
}

.title-blue
{
	height: 380px;
}

.title-main .title-blue .h1 {
	font-size: 24px;
	line-height: 125%;
	padding-bottom: 30px;
}

.title-main .title-yellow::after
{
	left: 0;
	top: -20px;
	width: 100%;
	height: 20px;
}
.title-main > div.title-yellow::before
{
	background-position: 100% 0;
}

.buy-ticket {
    margin: 0 -15px 40px;
}

.buy-ticket .row > div {
    padding: 0 25px;
    position: relative;
}

.buy-ticket .btn {
    background: #FFDB00;
    color: #000;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    padding: 20px 30px;
    border-radius: 0;
    margin: 10px auto 30px;
    text-align: center;
    width: 220px;
    display: block;
}

.buy-ticket .h1 {
    font-size: 22px;
    line-height: 125%;
    text-align: center;
}



.buy-ticket .circle
{
	left: -50px;
}

.buy-ticket .circle.crcl4
{
	width: 50px;
	height: 50px;
	opacity: 0;
}
.buy-ticket .circle.crcl3,
.buy-ticket:hover .circle.crcl4
{
	width: 175px;
	height: 175px;
}
.buy-ticket .circle.crcl2,
.buy-ticket:hover .circle.crcl3
{
	width: 300px;
	height: 300px;
}
.buy-ticket .circle.crcl1,
.buy-ticket:hover .circle.crcl2
{
	width: 425px;
	height: 425px;
}
.buy-ticket:hover .circle,
.buy-ticket:hover .circle.crcl1
{
	opacity: 1 !important;
	width: 550px;
	height: 550px;
}


.contacts-box > .row
{
	background: #F1F1F1;
}

.col-contacts {
    padding: 30px 0 30px 15px;
}

.contacts-box .col-md-8
{
	padding: 0;
}


.card-deck .card {
    padding: 10px;
}
.card-body {
    padding: 10px 0 0;
}

.container .container
{
	padding: 0;
}


.title-main .title-yellow
{
	font-size: 18px;
	line-height: 21px;
	padding: 0 15px 0 100px !important;
	height: 280px;
}
.title-main .btn {
    bottom: 80px;
}
.title-blue .btn {
    bottom: 0;
}
.title-main .title-yellow .h1 {
	font-size: 36px;
	line-height: 44px;
	padding: 25px 15px;
	position: absolute;
	top: 0;
	left: 0;
}

.title-main .title-yellow .txt
{
	margin: 45px 15px 0;
	float: right;
	width: 150px;
}

    footer .navbar-brand {
		position: relative;
		margin: 0 auto;
		display: block;
		width: 108px;
	}
	
	footer .navbar-brand img 
	{
    	margin: 0;
	}
	
	footer .navbar-brand img.hover {
    left: 0;
   }
   
   .h1
   {
   	font-size: 24px;
		line-height: 140%;
   }
   
   .pl-5, pr-5
   {
   	padding: 0 15px !important;
   }
   
   .mb-80px
   {
   	margin-bottom: 30px;
   }
    


	.team-box .col-md-4 {
    	margin-bottom: 15px;
	}

	.spk-box 
	{
		padding: 20px 15px 20px 115px;
		font-size: 13px;
	}
	.spk-box img
	{
		margin: 20px 15px;
	}
	
	
	.old-event {
    	height: 50px;
    	margin-bottom: 30px;
	}
	.old-event::before,
	.old-event .container,
	.year	 
	{
    height: 50px;
    }
    
    .year
    {
    	width: 130px;
    	padding: 15px 0;
    }
    
    .mn-item a 
    {
    padding: 14px 5px;
    }
    
    .slider-menu
    {
    	overflow: auto;
    	margin-left: 130px;
    	padding-left: 5px;
    }
    
    .spk-box .file {
    bottom: 15px;
    left: 115px;
    display: block;
    width: 150px;
    }
    
    .shedule-desc .card
    {
    	padding: 0;
    }
    
	.shedule-desc .card .card-body {
    	padding: 5px 15px 20px;
	}
	
.shedule-desc .card p {
    padding: 25px;
    font-size: 16px;
	}

}

.news-row > div
{
	margin-bottom: 30px;
}

.video
{
max-width: 680px;
width: 100%;
}
.video.m-auto
{
	margin: 0 auto;
}
.video > div 
{
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height: 0;
}
.video iframe 
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.embed 
{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 680px; } 
.embed iframe, .embed object, .embed embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }




.price-card .card
{
	width: 300px;
	background: #ffffff;
	margin-bottom: 60px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
}

.price-list td
{
	padding: 15px;
	border: 1px solid #e2e2e2;
}
.price-list th
{
	padding: 15px;
	font-weight: normal;
}
.price-list td.prc
{
	font-weight: bold;
	text-align: center;
	opacity: .5;
}

.promo-dsc.success:after
{
	content: attr(data-txt);
	position: absolute;
	right: -40px;
	bottom: 13px;
	background: #2a9041;
	color: #fff;
	padding: 2px 5px;
	border-radius: 2px;
}

.price-list {
	max-width: 1200px;
	padding-top: 30px;
}

.price-block
{
	font-size: 14px;
	display: block;
	text-align: left;
	max-width: 320px;
	margin: 0 auto 30px;
	border: 1px solid rgba(0,0,0,.05);
	box-shadow: 0px 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
	background: #fafafa;
}

.price-block .title {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #999999;
	padding: 10px 0 15px;
	border-radius: 12px 12px 0 0;
}
.price-block.block-i4 .title {
	background: #2a9041;
}
.price-block.block-i2 .title {
	background: #f0cd00;
}
.price-block.block-i3 .title {
	background: #009ee0;
}

.price-block .title b {
	display: block;
	font-size: 24px;
	font-weight: normal;
}

.price-block ul {
	margin: 0;
	padding: 0 0 0 25px;
	display: block;
}
.price-block li {
	list-style: none;
	margin: 15px 0;
	display: block;
	line-height: 130%;
	position: relative;
	color: rgba(220, 88, 92, 0.4);	
}

.price-block li:before {
    position: absolute;
    left: -25px;
    top: 0;
    content: '✖';
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    color: inherit;
}

.price-block li.ok1 {
	color: #555555;
}
.price-block li.ok1:before {
    content: '✔';
}
.prc {
	display: none;
}
.prc.select {
	display: block;
	text-align: center;
	padding: 10px 0 0;
	margin-top: 25px;
	border-top: 1px solid #cccccc;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

.prc strike {
	display: block;
	font-size: 16px;
	color: #777777;
}

.prc small {
	display: block;
	font-size: 12px;
	color: #555555;
}

.price-list
{
	margin-bottom: 60px;	
}

.price-list .legend
{
	font-size: 12px;
	text-align: center;
	color: #777;
}

@media (max-width: 768px) 
{
	.price-list th,
	.price-list td
	{
		padding: 10px 5px;
	}
	.price-list th
	{
		text-align: center;
		font-weight: bold;
	}
	.price-list td.prc:before
	{
		content: attr(data-title);
		display: block;
		font-size: 13px;
		padding-bottom: 5px;
		font-weight: normal;
	}
	
	.promo-dsc:after
	{
		right: 0;
		bottom: auto;
		top: 0;
	}

}


.h1.hdr
{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	display: block;
}


#orgform
{
	overflow: hidden;
	height: auto;
	opacity: 1;
	transition: .5s all;
	position: relative;
}
.hideorg #orgform 
{
	height: 75px;
	opacity: .3;
	padding: 0;
}
.hideorg #orgform::after
{
	content: "";
	position: absolute;
	left: -2px;
	bottom: -2px;
	width: 105%;
	height: 80px;
	background: -moz-linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 80%);
	z-index: 99;
}
.hideorg #payblock-ua,
 #payblock-en {
 	display: none;
}
 
#orgcard,
.orgsuccess #orgform,
.hideorg .yesorg,
.orgsuccess .noorg
{
	display: none;
}
.orgsuccess #orgcard
{
	display: block;
}
.js-org-to-null
{
	align-self: flex-start;
	font-size: 13px;
	color: #00a1d0;
	border-bottom: 1px dashed #00a1d0; 
	font-weight: normal;
	cursor: pointer;
	line-height: 15px;
}
#forma .card .h3,
.submitcard .h3
{
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding-bottom: 15px;
	color: #333;
	display: block;
	width: 100%;
}
.hideorg #orgform.card .h3::after
{
	content: "...";
}

#userforma
{
	display: none;
}

.hideorg .company
{
	display: none;
}

.summcard 
{
	border: 0;
	border-radius: 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0 !important;
}
.addcard,
.submitcard
{
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	border: 0;
	background: #ffdb00;
	color: #000;
	cursor: pointer;
	transition: .5s all;
}
.addcard:hover
{
	background: #f0cd00;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
}
.addcard .h3,
.submitcard .h3
{
	padding: 0 !important;
	text-align: center !important;
	color: inherit !important;
}
.summcard .h3
{
	padding: 0 !important;
	text-align: left;
	color: inherit !important;
}
.submitcard
{
	background: #2a9041;
	color: #fff;
}
.submitcard:hover
{
	background: #25803b;
}


.card .del
{
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: #f14a63;
	position: absolute;
	right: 20px;
	top: 20px;
	transition: .25s ease-in-out;
	transform: rotate(0);
	cursor: pointer;
}
.card .del:hover
{
	transform: rotate(180deg);
}
.card .del:after,
.card .del:before
{
	content: '';
	display: block;
	position: absolute;
	top: 15px;
	left: 4px;
	height: 2px;
	width: 24px;
	background: #fff;
	border-radius: 2px;
	transform: rotate(135deg);
}
.card .del:before 
{
	transform: rotate(-135deg);
}
#place1 .card .del
{
	display: none;
}
.price-box
{
	float: right;
	font-size: 32px;
	display: block;
	text-align: right;
}
.form-group .price-box
{
	padding-top: 15px;
}
.price-box:after
{
	content: "₴";
}

.price-box small
{
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #777;
	margin-top: -10px;
}





.payment-types input
{
	display: none;
}
.payment-types label
{
	background: 50% 50% no-repeat;
	background-size: 130px auto;
	display: block;
	border-radius: 10px;
	border: 3px solid #e2e2e2;
	width: 250px;
	height: 90px;
	margin: 0 auto;
	opacity: .5;
	transition: .5s all;
	cursor: pointer;
	text-align: center;
}
.payment-types label:hover
{
	opacity: 1;
}
.payment-types label.key-liqpay
{
	background-image: url(../img/liqpay_white.png);
}
.payment-types label.key-bill
{
	background-image: url(../img/bill_white.png);
	padding-top: 60px;
	font-size: 12px;
}
.payment-types label.key-interkassa
{
	background-image: url(../img/interkassa.png);
}
.payment-types input:checked + label
{
	border-color: #2a9041;
	opacity: 1;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + label .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 3em;
  height: 1.5em;
  margin: 0 10px;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + label .tgl-btn:after, .tgl + label .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + label .tgl-btn:after {
  left: 0;
}
.tgl + label .tgl-btn:before {
  display: none;
}
.tgl:checked + label .tgl-btn:after {
  left: 50%;
}

.tgl-light + label .tgl-btn {
  border-radius: 2em;
  background: rgba(0, 0, 0, .2);
  transition: all .4s ease;
}
.tgl-light + label .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  transition: all .2s ease;
}
.tgl-light:checked + label .tgl-btn {
  background: #2a9041;
}
.tgl-light:checked + label .tgl-btn:after
{
	border-color: #2a9041;
}

.tgl-light + label
{
	cursor: pointer;
	color: #ccc;
	margin: 0;
	transition: all .4s ease;
}
.tgl-light:checked + label
{
	color: #2a9041;
}
