.box-contacts{	position: relative;	transition: 0.5s all;}.map_overlay{	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	z-index: 10;	background: rgba(0, 0, 0, 0.55);	padding: 50px;}.map_overlay .ins_block{	position: absolute;	height: calc(100% - 100px);	width: calc(100% - 100px);	border: 3px solid rgba(255, 255, 255, 0.6);	z-index: 10;}.map_popup{	position: absolute;	top: 100px;	height: 400px;	width: 350px;	background: rgba(255, 255, 255, 0.7);	padding: 40px 30px;	left: 300px;	z-index: 20;	box-shadow: 0 0 50px #666;	transition: 0.5s all;	text-align: center;}.map_popup_title{	font-size: 20px;    font-weight: 700;}.map_popup_text{	height: 180px;    display: flex;    align-items: center;	font-size: 20px;}.box-contacts:hover .map_popup{	left: 350px;	background: #ffffff;}
.footer-logo{
	height: 80px;
}

.group-company a:hover,
.group-company a:focus{
	text-decoration: none;
}
.footer-logo img{
	max-height: 100%;
}
.item-program{
	width: 49%;
	display: inline-block;
	padding-left: 45px;
	margin: 0;
	vertical-align: top;
}
.item-program span {
	height: 40px;
}
@media (max-width: 1200px){
	.item-program{
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.item-program span{
		height: auto;
	}
	
	.map_overlay{
		display: none;
	}
	.map_popup {
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 0;
		margin-bottom: -20px;
		top: 0;
		left: 0;
		background: transparent;
		box-shadow: none;
		border-top: 1px solid #bbbbbb;
	}
	.map_popup_text {
		height: auto;
		display: block;
		align-items: center;
		font-size: 20px;
		padding: 30px 0 20px;
	}
	
	.maps{
		width: auto;
		height: 400px;
	}
	
	.company .wrapper {
		padding: 0 20px;
		width: auto;
	}
	
}

@media (max-width: 961px){
	.footer-logo{
		margin: 0;
	}
}



.bg-head{
	position: relative;
}

#homeVideo{
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.black-opacity{
	position: relative;
}
.swiper-container{
	
}
.organizer-wrapp{
	width: 874px;
	margin: 0 auto;
}
.slick-next {
    right: 0;
    z-index: 10;
}
.slick-prev {
    left: 0;
    z-index: 10;
}
.logo img{
	height: 142px;
}
.main-nav ul li.current a{
	color: #aaca4b;
}
.main-nav ul li a:hover {
  color: #aaca4b;
  text-decoration: none;
}
.main-nav ul li.current a:after{
	background: #aaca4b;
}

.main-nav ul li a:hover {
  color: #aaca4b;
}

.main-nav ul li:hover a:after {
  left: 0;
  right: 0;
  bottom: -8px;
  height: 3px;
  background: #aaca4b;
  text-decoration: none;
  content: '';
  position: absolute;
}
.main-date li{
	color: rgba(170, 202, 75, 0.4);
}
.main-date li.current {
    color: rgba(170, 202, 75, 1);
}
.item-program {
    margin-bottom: 55px;
}

@media (max-width: 1000px){
	.organizer-wrapp{
		width: 100%;
		padding: 0 20px;
	}
}

.my_modal .modal-dialog {
    width: 920px;
}
.my_modal h3{
	margin-top: 0;
}
.my_modal .modal-content{
	padding: 20px;
}

.custom_form .input_label{
	font-weight: 700;
    margin: 10px 0;
}
.custom_form input[type="text"] {
    height: 40px;
    padding: 0 10px;
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.31);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-right: 10px;
    width: 100%;
}
.custom_form select{
    height: 40px;
    padding: 0 10px;
    display: block;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.31);
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    margin-right: 10px;
    width: 100%;
}
.custom_form input[type="text"]:focus{
	border:1px solid #35a9d2
}
.req_text{
	color: #cc3333;
	font-size: 13px;
}

.btn_submit{
	margin-top: 20px;
	padding: 10px 30px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
}
.btn_submit[disabled]{
	cursor: not-allowed;
	opacity: 0.5;
}
.check_label{
	font-size: 12px;
	
}
.check_label_input_box{
	padding-top: 10px;
}
.check_label_input_box input{
	vertical-align: top;
}
.input_box.error input,
.input_box.error select{
	border-color: #cc3333;
}
.error_message{
	display: none;
	color: #cc3333;
}
.input_box.error .error_message{
	display: inline-block;
}
.form_sent_success{
	color: green;
}
.form_success{
	display: none;
}

@media (max-width: 960px){
	.my_modal .modal-dialog {
		width: calc(100% - 30px);
	}
}
.btn_block{
	display:inline-block;
	vertical-align: top;
	
}
.front-video{
	min-height: 300px;
}
@media (max-width: 960px){
	.btn_block{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}
.btn_date{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
}
.date_top{
	color: #e9015a;
}
.date_big{
    font-size: 40px;
}
.buttons .wrapper {
    padding: 80px 0 40px;
}
.btn_block_dates{
	display: flex;
	justify-content: center;
}
.dates_lim{
	display: inline-block;
	width: 40px;
	height: 10px;
}
.line-dots-min{
	margin-top: 54px;
}

.footer-logo img {
	border-radius: 80px;
}