/* Start:/bitrix/templates/erofey/components/bitrix/news.index/top_menu_news/style.css?153440395939*/
.news-date-time {
	color:rgb#486DAA;
}

/* End */



/* Start:/bitrix/templates/erofey/components/bitrix/news.list/top_menu_video/style.css?1534403959150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */



/* Start:/bitrix/templates/erofey/components/bitrix/news.list/top_menu_photo/style.css?1534403959150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */



/* Start:/bitrix/templates/erofey/components/bitrix/form.result.new/feedback/style.css?1534403959666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(../../../../../templates/erofey/components/bitrix/form.result.new/feedback/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(../../../../../templates/erofey/components/bitrix/form.result.new/feedback/images/icon_warn.gif);
}
/* End */



/* Start:/bitrix/templates/erofey/components/bitrix/news.list/main_slider/style.css?1534403959150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */



/* Start:/bitrix/templates/erofey/template_styles.css?1534403970105053*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.calendar {
  width: 630px;
  position: relative;
  height: 570px;
  overflow: hidden;
}
.calendar .cal_month_select {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/calendar_title_image.png');
  background-repeat: no-repeat;
  background-position: 21px center;
  padding-left: 55px;
  margin-top: 4px;
}
.calendar .cal_month_select .cal_prev_month {
  float: left;
  width: 9px;
  height: 17px;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/calendar_month_sel_arrow.png');
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}
.calendar .cal_month_select .cal_next_month {
  float: left;
  width: 9px;
  cursor: pointer;
  height: 17px;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/calendar_month_sel_arrow.png');
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 5px;
}
.calendar .cal_month_select .cal_month {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 24px;
  color: #3b3b3b;
  text-transform: uppercase;
  width: 185px;
  text-align: center;
}
.calendar .cal_month_select .cal_events_link {
  font-size: 18px;
  color: #3a3a3a;
  text-decoration: underline;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: '300';
  float: right;
  margin-right: 15px;
}
.calendar .cal_month_select .cal_events_link:hover {
  text-decoration: none;
}
.calendar .cal_row:last-child .cal_day_name:first-of-type {
  border-radius: 0 0 4px 0;
}
.calendar .cal_row:last-child .cal_day_name:last-of-type {
  border-radius: 0 0 0 4px;
}
.calendar .cal_row.cal_header {
  margin-top: 8px;
  overflow: hidden;
}
.calendar .cal_row.cal_header .cal_day_name {
  width: 90px;
  text-align: center;
  height: 43px;
  display: inline-block;
  background-color: #00364f;
  color: #fff;
  font-size: 13px;
  font-family: "Open Sans";
  line-height: 43px;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  float: left;
}
.calendar .cal_row.cal_header .cal_day_name:first-of-type {
  border-radius: 4px 0  0 0;
}
.calendar .cal_row.cal_header .cal_day_name:last-of-type {
  border-radius: 0 4px 0  0;
}
.calendar .cal_row.cal_header .cal_day_name.today {
  background-color: #004c70;
}
.calendar .cal_row.cal_header .cal_day_name:last-of-type {
  border-right: 1px solid #e1e1e1;
}
.calendar .cal_row .cal_day_block {
  width: 90px;
  border-left: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  position: relative;
  background-color: #f4f4f4;
  height: 80px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  display: inline-block;
  float: left;
}
.calendar .cal_row .cal_day_block.today {
  background-color: #ffffff;
}
.calendar .cal_row .cal_day_block.today .cal_an_event_on_this_day {
  height: 7px;
  background-color: #1786c6;
}
.calendar .cal_row .cal_day_block.today .cal_day_num {
  color: #5c5c5c;
}
.calendar .cal_row .cal_day_block:hover {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block:hover .cal_an_event_on_this_day {
  background-color: #1786c6;
  height: 7px;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block:hover .cal_rival_logo {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 1;
}
.calendar .cal_row .cal_day_block:last-of-type {
  border-right: 1px solid #e1e1e1;
}
.calendar .cal_row .cal_day_block .cal_an_event_on_this_day {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #828282;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_day_num {
  position: absolute;
  left: 15px;
  top: 12px;
  font-family: 'Open Sans';
  font-weight: 800;
  color: #bebebe;
  width: 15px;
  display: inline-block;
  text-align: center;
}
.calendar .cal_row .cal_day_block .cal_rival_logo {
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.6;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-size: 100%;
}
.calendar .cal_row .cal_day_block .cal_rival_logo img {
  max-width: 36px;
  max-height: 36px;
}
.calendar .cal_row .cal_day_block .cal_time_block {
  display: inline-block;
  width: 37px;
  position: absolute;
  bottom: 0;
  right: 5px;
  bottom: 2px;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time {
  background-color: #1786c6;
  width: 37px;
  height: 14px;
  border-radius: 3px;
  float: right;
  cursor: pointer;
  margin-top: 4px;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 11px;
  color: #fff;
  line-height: 14px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time:hover {
  background-color: #dd1858;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time:hover .cal_event_description {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time .cal_event_description {
  width: 157px;
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  position: absolute;
  left: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.66);
  font-size: 10px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 300;
  text-align: left;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block .cal_time_block .cal_event_time .cal_event_description:before {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  border-style: solid;
  border-width: 3px 5px 3px 0;
  border-color: transparent rgba(0, 0, 0, 0.66) transparent transparent;
  right: 100%;
  top: 50%;
  margin-top: -3px;
  display: block;
}
.calendar .cal_row .cal_day_block:nth-of-type(6) .cal_event_description,
.calendar .cal_row .cal_day_block:nth-of-type(7) .cal_event_description {
  left: -177px !important;
  transform: translate(-10px, -50%);
}
.calendar .cal_row .cal_day_block:nth-of-type(6) .cal_event_description:before,
.calendar .cal_row .cal_day_block:nth-of-type(7) .cal_event_description:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px !important;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.66) !important;
  left: 100%;
  top: 50%;
  margin-top: -3px;
  z-index: 99;
  display: block;
}
.calendar .cal_row .cal_day_block.before_day:hover .cal_an_event_on_this_day {
  background-color: #828282;
}
.calendar .cal_row .cal_day_block.before_day .cal_event_time {
  background-color: #828282;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block.before_day .cal_event_time:hover {
  background-color: #8f8f8f;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_day_num {
  color: #d9d9d9;
  font-weight: 500;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_an_event_on_this_day {
  display: none;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_rival_logo {
  display: none;
}
.calendar .cal_row .cal_day_block.not_this_month .cal_time_block {
  display: none;
}
.calendar .cal_row:last-of-type .cal_event_time:last-of-type .cal_event_description {
  bottom: 0;
  left: -65px;
  top: initial;
}
.calendar .cal_row:last-of-type .cal_event_time:last-of-type .cal_event_description:before {
  right: 50% !important;
  top: 100% !important;
  margin-top: 0px !important;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px  !important;
  border-color: rgba(0, 0, 0, 0.66) transparent transparent transparent !important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
#ice_rink_header:after {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  background: url('http://erofey-arena.com/bitrix/templates/img/ice_rink_header_logo.png') no-repeat;
  opacity: 0.48;
  position: absolute;
  left: -33px;
  top: 6px;
}
#ice_rink_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2033px;
  top: 18px;
}
#top_menu .phones span:first-of-type a {
  margin-bottom: -20px;
}
#top_menu .phones span a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: white;
  height: 24px;
}
#prohibited_header:after {
  content: '';
  display: block;
  width: 21px;
  height: 21px;
  background: url('http://erofey-arena.com/bitrix/templates/img/prohibited.png') no-repeat;
  opacity: 0.48;
  position: absolute;
  left: -33px;
  top: 8px;
}
#prohibited_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2033px;
  top: 18px;
}
.services_items {
  width: 980px;
  margin-top: 15px;
  margin-bottom: 22px;
  position: relative;
}
.services_items .service_item {
  width: 245px;
  height: 225px;
  display: inline-block;
  float: left;
  position: relative;
  border-right: 1px solid #0d6e9c;
}
.services_items .service_item:nth-of-type(4n+1) {
  border-right: none;
}
.services_items .service_item:nth-of-type(14) {
  border-right: none;
}
.services_items .service_item:hover .header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*height: 129px;*/
  background-color: #075f87;
  overflow: hidden;
}
.services_items .service_item:hover .price {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #075f87;
}
.services_items .service_item .header {
  width: 100%;
  position: absolute;
  display: inline-block;
  /*height: 115px; */
  background-color: #004c70;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  top: 0;
  left: 0;
  padding-right: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.services_items .service_item .price {
  height: 110px;
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  padding-top: 52px;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
  background-color: #e3eef3;
}
.services_items .service_item .price b {
  line-height: 12px;
  font-size: 24px;
  font-weight: 700;
}
.services_items .all_services {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #dd1858;
  float: left;
}
.services_items .all_services:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e42a66;
}
.banners_in_rink {
  overflow: hidden;
  margin: 5px auto 35px;
  padding-bottom: 20px;
}
.banners_in_rink .banner {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners_in_rink .banner img {
  width: 100%;
}
.banners_in_rink .banner:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_sidebar {
  width: 325px;
  display: inline-block;
}
.schedule_sidebar .schedule {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 80px;
  position: relative;
  font-size: 13px;
  color: #1b1b1b;
}
.schedule_sidebar .schedule:hover .time {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #d00e4d;
}
.schedule_sidebar .schedule .time {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 24px;
  width: 61px;
  left: 10px;
  text-align: center;
  position: absolute;
  font-size: 13px;
  color: #fffefe;
  line-height: 24px;
  display: inline-block;
  border-radius: 4px;
  background-color: #1786c6;
}
.schedule_sidebar .download_schedule {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  width: 315px;
  height: 40px;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/download_schedule.jpg');
  padding-left: 70px;
  line-height: 40px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.schedule_sidebar .download_schedule:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  opacity: 0.7;
}
.schedule_sidebar .download_schedule.no-margin-bottom {
  margin: 10px 0 0 0;
}
.schedule_sidebar .download_schedule.child_schedule {
  margin: 37px 0 0 0 !important;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/watch_schedule.jpg');
}
.prohibited {
  margin-bottom: 65px;
}
.prohibited ul {
  padding-left: 18px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.prohibited ul li {
  font-size: 14px;
  line-height: 1.714;
  line-height: 18px;
  color: #d00e4d;
}
.prohibited ul li span {
  color: #3b3b3b;
}
.prohibited .all_prohibited {
  width: 100%;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #dd1858;
  float: left;
}
.prohibited .all_prohibited:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #e42a66;
}
.download_price_button {
  width: 125px;
  height: 36px;
  position: absolute;
  display: inline-block;
  right: 10px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: -46px;
  padding-left: 48px;
  line-height: 18px;
}
.download_price_button:hover {
  text-decoration: none;
  color: #1786c6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download_price_button:hover span {
  background-color: #e42a66;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.download_price_button span {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 36px;
  width: 36px;
  background-color: #d00e4d;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/download.png');
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  background-position: center;
}
.poster_items_container,
.poster_items {
  overflow: hidden;
}
.date_range_selection p.title {
  font-size: 14px;
  color: #969696;
  font-style: italic;
}
.date_range_selection .date_carousel {
  width: 980px;
  position: relative;
  height: 74px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.date_range_selection .date_carousel .owl-item:nth-of-type(odd) .date_item {
  background-color: #2a96d4;
}
.date_range_selection .date_carousel .owl-item .date_item {
  background-color: #1786c6;
}
.date_range_selection .date_carousel .owl-item .date_item.hover,
.date_range_selection .date_carousel .owl-item .date_item.active,
.date_range_selection .date_carousel .owl-item .date_item.today {
  background-color: #d00e4d;
}
.date_range_selection .date_carousel .owl-item .date_item.before_active {
  background-color: #e73670;
}
.date_range_selection .date_carousel .owl-item .date_item.no_events {
  background-color: #bbbbbb;
}
.date_range_selection .date_carousel .nav_sel {
  width: 19px;
  height: 34px;
  display: inline-block;
  position: absolute;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/prev_next_date_range.png');
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.date_range_selection .date_carousel .nav_sel.prev {
  left: -31px;
}
.date_range_selection .date_carousel .nav_sel.next {
  right: -31px;
  background-position: -21px 0;
}
.date_range_selection .date_carousel .date_item {
  height: 74px;
  padding-top: 20px;
  width: 98px;
  float: left;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1786c6;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}
.date_range_selection .date_carousel .date_item a {
  color: #fff;
}
.date_range_selection .date_carousel .date_item span {
  font-size: 9px;
}
.date_range_selection .date_carousel .date_item.hover,
.date_range_selection .date_carousel .date_item.active,
.date_range_selection .date_carousel .date_item.today {
  background-color: #d00e4d !important;
}
.date_range_selection .date_carousel .date_item.before_active {
  background-color: #e73670 !important;
}
.date_range_selection .date_carousel .date_item.no_events {
  background-color: #bbbbbb !important;
}
.date_range_selection .date_carousel .date_row {
  width: 882px;
  float: left;
  display: inline-block;
  overflow: hidden;
  height: 74px;
}
.container.child_container {
  position: relative;
  padding: 0;
}
.poster_items {
  padding-top: 30px;
  padding-left: 10px;
  width: 980px;
}
.poster_items .poster_item {
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
  width: 233px;
  height: 262px;
  margin-right: 6px;
  margin-bottom: 15px;
  display: inline-block;
  background-color: #f3f3f3;
  position: relative;
  padding: 7px;
  float: left;
}
.poster_items .poster_item .poster_item_content {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.poster_items .poster_item .poster_item_content .poster_item_date_title {
  width: 217px;
  height: 92px;
  background-color: #1786c6;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  font-family: "Open Sans";
  color: #ffffff;
  text-transform: uppercase;
}
.poster_items .poster_item .poster_item_content .poster_item_text {
  font-family: "Open Sans";
  color: #000000;
  overflow: hidden;
  margin: 10px;
  max-height: 140px;
}
.poster_items .poster_item .poster_item_content .poster_item_text .poster_item_text_title {
  font-size: 16px;
  text-transform: uppercase;
}
.poster_items .poster_item img {
  max-width: 233px;
  max-height: 262px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#children_header:after {
  content: '';
  display: block;
  width: 21px;
  height: 17px;
  background: url('http://erofey-arena.com/bitrix/templates/img/icon-child.png') no-repeat;
  position: absolute;
  left: -30px;
  top: 8px;
}
#children_header {
  margin-top: 25px;
  margin-bottom: 0;
  line-height: 34px;
  position: relative;
}
.hock_child {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  top: 25px;
}
.child_page_description {
  font-size: 14px;
  color: #000000;
  line-height: 1.286;
  text-align: left;
  width: 810px;
  font-weight: 300;
  margin-bottom: 20px;
}
.child_page_description b {
  font-weight: 500;
}
#children_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2020px;
  top: 18px;
}
.child_nav {
  height: 48px;
  background-color: #1786c6;
  position: relative;
  margin-bottom: 20px;
}
.child_nav nav {
  width: 980px;
  display: block;
  margin: 0 auto;
}
.child_nav a {
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  font-size: 14px;
  line-height: 16px;
  height: 47px;
  vertical-align: middle;
  text-transform: uppercase;
  color: white;
  text-align: center;
  border-left: 1px solid #4ea6d9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
}
.child_nav a:last-child {
  border-right: 1px solid #4ea6d9;
}
.child_nav a:hover {
  background-color: #1675ac;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.child_docks_block {
  width: 980px;
  padding: 0;
  margin-bottom: 20px;
}
.child_docks_block li {
  /*height: 62px;*/
  width: 980px;
  font-size: 18px;
  font-family: "Open Sans";
  color: #ffffff;
  font-weight: 800;
  background-color: #cbe4f2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  list-style-position: inside;
  padding-left: 15px;
  display: table-row;
}
.child_docks_block li:hover {
  background-color: #a0c9e1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.child_docks_block li:hover a {
  text-decoration: none;
}
.child_docks_block li b {
  display: table-cell;
  width: 35px;
  text-align: center;
  vertical-align: middle;
}
.child_docks_block li > span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  color: #000;
  display: table-cell;
  width: 495px;
  vertical-align: middle;
  padding-top: 23px;
  padding-bottom: 23px;
}
.child_docks_block li a {
  cursor: pointer;
  /*float: right;*/
  display: inline-block;
  /*height: 62px;*/
  width: 225px;
  height: 1%;
  text-align: center;
  font-size: 14px;
  font-family: "Open Sans";
  color: #fffefe;
  font-weight: 400;
  background-repeat: no-repeat;
  background-position: 40px 50%;
  vertical-align: middle;
  display: table-cell;
}
.child_docks_block li a.view_dock {
  background-color: #8ac2e2;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/view_dock_child.png');
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: 30px 50%;
}
.child_docks_block li a.view_dock:hover {
  background-color: #1786c6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.child_docks_block li a.download_dock {
  background-color: #cd97b6;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/download_dock_child.png');
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.child_docks_block li a.download_dock:hover {
  background-color: #d00e4d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.bg_full {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  position: fixed;
  display: none;
  left: 0;
}
.bg_full .dock_viewer_block {
  width: 960px;
  margin: 40px auto 0;
  top: 0;
  background-color: #fff;
  /* height: 100%; */
}
.bg_full .close-x {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url('http://erofey-arena.com/bitrix/templates/img/close-x.png') no-repeat;
  left: 50%;
  top: 5px;
  margin-left: 450px;
}
.achive_child_item {
  display: inline-block;
  width: 255px;
  /*height: 265px;*/
  text-align: center;
  margin-right: 90px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #000000;
  font-weight: 400;
  float: left;
}
.achive_child_item:nth-of-type(3n) {
  margin-right: 0;
}
.achive_child_item b {
  display: block;
  font-size: 14px;
  font-family: "Open Sans";
  color: #000000;
  font-weight: 700;
}
.trainers_child_item {
  width: 980px;
  min-height: 185px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.trainers_child_item:hover {
  background-color: #cbe4f2;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.trainers_child_item .image_outer {
  height: 162px;
  width: 162px;
  border-radius: 81px;
  float: left;
  overflow: hidden;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
}
.trainers_child_item .text_outer {
  display: inline-block;
  float: left;
  width: 769px;
  min-height: 185px;
  margin-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.trainers_child_item .text_outer .text {
  width: 100%;
  height: 166px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}
.trainers_child_item .text_outer .text b {
  display: block;
}
.theme_child.schedule_sidebar {
  height: 560px;
  overflow: hidden;
}
.theme_child .cal_event_time {
  background-color: #579e5b !important;
}
.theme_child .cal_event_time:hover {
  background-color: #d00e4d !important;
}
.theme_child .before_day .cal_event_time {
  background-color: #828282 !important;
}
.theme_child .time {
  left: 0px !important;
  background-color: #579e5b !important;
}
.theme_child .time:hover {
  background-color: #d00e4d !important;
}
.theme_child .schedule {
  padding-left: 70px;
}
.theme_child .gallery_item_view a {
  margin-bottom: 0px !important;
}
.theme_child .all_items {
  font-size: 12px;
  color: black;
  text-decoration: underline;
  font-weight: 600;
}
.theme_child .all_items:hover {
  text-decoration: none;
}
.theme_child .disclamer {
  font-size: 12px;
  font-weight: 300;
}
.gallery_child_outer {
  width: 315px;
  margin-top: 37px;
}
.gallery_child_outer .gallery_item_view {
  overflow: hidden;
  font-size: 0;
  /* a{
			height: 100px;
			width: 150px;
			display: inline-block;
			overflow: hidden;
			margin-bottom: 5px;
		
			img{
				max-height: 100px;
				max-width: 150px;
			}
		}	 */
}
.gallery_child_outer .gallery_item_view .gal_row {
  white-space: nowrap;
  margin-bottom: 5px;
}
.gallery_child_outer .gallery_item_view a {
  margin: 0 5px 0 0;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.gallery_child_outer .gallery_item_view a:hover {
  text-decoration: none;
  opacity: 1;
}
.gallery_child_outer .gallery_item_view a img {
  /* max-height: 100px; */
}
.info_block {
  background-color: #f7f7f7;
  padding: 15px 15px 15px 105px ;
  background-image: url('http://erofey-arena.com/bitrix/templates/img/info_child.png');
  background-repeat: no-repeat;
  background-position: 17px 17px;
  margin-bottom: 30px;
}
.description_child_calendar {
  padding-left: 15px;
}
.description_child_calendar ul {
  list-style-position: outside;
  padding: 0;
  margin-top: 15px;
}
.description_child_calendar ul li {
  color: #d00e4d;
  margin-bottom: 15px;
}
.description_child_calendar ul li span {
  color: #000;
}
.description_arena h2 {
  font-weight: 300;
  font-size: 24px;
}
.description_arena ul {
  list-style-position: inside;
  padding: 0;
  margin-top: 15px;
  width: 415px;
  float: left;
}
.description_arena ul li {
  color: #d00e4d;
  margin-bottom: 15px;
}
.description_arena ul li span {
  color: #000;
  font-weight: 600;
}
.gal_in_arena {
  width: 980px;
  overflow: hidden;
}
.gal_in_arena a.img_outer {
  width: 240px;
  height: 160px;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.gal_in_arena a.img_outer img {
  max-width: 240px;
  max-height: 160px;
}
.gal_in_arena p a {
  float: right;
  color: #000;
  text-decoration: underline;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.gal_in_arena p a:hover {
  color: #000;
  text-decoration: none;
}
.schedule_in_child.with_margins {
  margin: 32px 0 0 0;
}
#abc_slider img {
  width: 260px;
}
.message_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.message_bg .message {
  width: 95%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #004c70;
}
.message_bg .message .message_item {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #06628e;
  text-align: center;
  font-size: 15.24px;
  font-family: "Open Sans";
  color: #ffffff;
  text-transform: uppercase;
}
.message_bg .message .message_item .time {
  width: 30%;
  background-color: #00364f;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  font-family: "Open Sans";
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
.message_bg .message .message_item:last-of-type {
  border-bottom: 1px solid transparent;
}
/* .owl-theme .owl-item{
	opacity: 1 !important;
} */

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px; */
	/*background: #fff;*/
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.reviews .bx-wrapper .bx-viewport {
	background: none;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://erofey-arena.com/bitrix/templates/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	margin-left: -485px;
	background: url(http://erofey-arena.com/bitrix/templates/img/controls.png) no-repeat left top;
}

.bx-wrapper .bx-next {
	margin-left: 475px;
	background: url(http://erofey-arena.com/bitrix/templates/img/controls.png) no-repeat right top;
}

/* .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
} */

.bx-wrapper .bx-controls-direction a {
	left: 50%;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	outline: 0;
	width: 11px;
	height: 30px;
	text-indent: -9999px;
	z-index: 3000;
	opacity: 0.5;
}

.bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://erofey-arena.com/bitrix/templates/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://erofey-arena.com/bitrix/templates/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* Preload images */
body:after {
  content: url(http://erofey-arena.com/bitrix/templates/img/close.png) url(http://erofey-arena.com/bitrix/templates/img/loading.gif) url(http://erofey-arena.com/bitrix/templates/img/prev.png) url(http://erofey-arena.com/bitrix/templates/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(http://erofey-arena.com/bitrix/templates/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(http://erofey-arena.com/bitrix/templates/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(http://erofey-arena.com/bitrix/templates/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(http://erofey-arena.com/bitrix/templates/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  footer {
    background: #00364f url('http://erofey-arena.com/bitrix/templates/img/footer-bg-xs.png') no-repeat left 72px !important;
  }
  #copyright .container > div {
    display: table-cell !important;
    padding: 0 13px  !important;
    vertical-align: top;
  }
  #bottom_menu {
    padding-bottom: 45px !important;
    background-image: url('http://erofey-arena.com/bitrix/templates/img/bottom_menu-bg-xs.png') !important;
  }
  #bottom_menu .container {
    padding: 0 !important;
    width: 100%  !important;
  }
  #bottom_menu .social_btns {
    margin-top: -9px;
  }
  #bottom_menu .menu:after {
    display: none !important;
  }
  #bottom_menu .mobile-hide {
    display: none;
    background: #005177;
    border-left: 1px solid #004768;
    border-right: 1px solid #004768;
  }
  #bottom_menu .mobile-hide li {
    border-top: 1px solid #146e98;
  }
  #bottom_menu .mobile-hide a {
    padding-left: 5px !important;
  }
  #bottom_menu nav ul {
    padding: 0 !important;
    margin: 0 0 2px 0 !important;
    background: #004768;
    border: 1px solid #146e98;
  }
  #bottom_menu .menu a,
  #bottom_menu nav a {
    font-size: 23px !important;
    line-height: 37px !important;
    display: block;
    width: 100%;
    width: 368px;
    margin: 0 auto;
    padding-left: 20px;
    text-transform: uppercase;
  }
  #bottom_menu .super-collapsed {
    position: relative;
  }
  #bottom_menu .super-collapsed:before {
    display: block;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid white;
    left: 0;
    top: 14px;
  }
  #bottom_menu .superb {
    margin-top: 20px !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .feedback_form {
    width: 80% !important;
  }
  .feedback_form form div {
    padding: 0 22px !important;
    margin: 0 !important;
  }
  .feedback_form .left,
  .feedback_form .right {
    width: 100% !important;
  }
  #bottom_menu .menu a,
  #bottom_menu nav a {
    width: 400px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 379px) {
  #bottom_menu .menu a,
  #bottom_menu nav a {
    width: auto;
  }
  #bottom_menu #erofey_poll {
    width: 283px !important;
    float: none !important;
    margin: -35px auto 10px auto !important;
  }
  #bottom_menu .social_btns {
    float: none !important;
    width: 100% !important;
    text-align: center;
    margin-top: 10px;
  }
  #bottom_menu .social_btns a {
    display: inline-block !important;
  }
  #copyright .container > div {
    width: 100% !important;
    display: block !important;
  }
  .banners_in_rink {
    margin-bottom: 0;
    padding: 0;
  }
  .banners_in_rink .owl-controls {
    display: none;
  }
}
/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /* change */
  body {
    min-width: 320px;
  }
  .bg1 {
    min-width: 320px;
    background-position: 230px top !important;
  }
  .container {
    min-width: 320px;
  }
  .main_sidebar {
    width: 100%;
  }
  #logo {
    background: url('http://erofey-arena.com/bitrix/templates/img/logo-xs.png') no-repeat 0 0;
    height: 70px;
    width: 88px;
    margin: 0;
    background-size: 100%;
    background-size: contain;
    background-position: 0 8px;
  }
  .banners_in_rink {
    max-width: 320px;
    max-height: 90px;
    margin-bottom: 7px;
  }
  .banners_in_rink .banner {
    width: 320px;
  }
  .banners_in_rink .owl-item {
    text-align: center;
  }
  /* -- change */
  #resp_slider .img {
    height: 218px;
  }
  #top_menu nav li {
    display: block;
    width: 100%;
  }
  #last_news_header {
    left: 45px;
    width: 275px;
  }
  #last_news {
    width: 100%;
  }
  #last_news .img {
    width: 62px;
    height: 62px;
  }
  #last_news .img img {
    width: 100%;
    height: 100%;
  }
  #last_news .img .date {
    left: 0px;
    width: 62px;
    top: 22px;
  }
  #last_news .desc {
    padding-left: 13px;
    height: 62px;
  }
  #last_news .desc .title {
    font: 15px/17px "Open Sans";
  }
  #last_news a {
    height: 82px;
  }
  #last_news a:hover .date {
    height: 62px;
    top: 0px;
    line-height: 62px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  body {
    min-width: 480px;
  }
  .bg1 {
    min-width: 480px;
    background-position: 230px top !important;
  }
  .container {
    min-width: 480px;
  }
  #logo {
    background: url('http://erofey-arena.com/bitrix/templates/img/logo-xs.png') no-repeat 0 0;
    height: 70px;
    width: 174px;
    margin: 0 48px 0 25px;
  }
  .banners_in_rink {
    max-width: 480px;
    max-height: 90px;
  }
  .banners_in_rink .banner {
    width: 480px;
  }
  .banners_in_rink .owl-item {
    text-align: center;
  }
  #resp_slider .img {
    height: 218px;
  }
  .poll_container {
    padding-left: 0px;
    margin: 0 auto;
    width: 378px;
  }
  #main_slider {
    margin-bottom: 6px;
  }
  #last_news_header {
    width: 435px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #last_news_header {
    left: 0px;
    width: 100%;
  }
  body {
    min-width: 768px;
  }
  .bg1 {
    min-width: 768px;
    background-position: 208px top !important;
  }
  .container {
    min-width: 768px;
  }
  #logo {
    margin-right: 53px;
    margin-left: 0;
    background: url('http://erofey-arena.com/bitrix/templates/img/logo.png') no-repeat 0 10px;
    height: 100px;
    width: 212px;
  }
  .banners_in_rink {
    max-width: 768px;
    max-height: 71px;
    margin-bottom: 19px;
  }
  .banners_in_rink .banner {
    width: 380px;
  }
  #resp_slider .img {
    height: 208px;
  }
  #main_phone {
    float: right;
  }
  #top_info .fixH {
    width: 260px;
  }
  .feedback_btn {
    margin: 0 35px 0 20px;
  }
  #main_phone {
    margin: 0;
  }
  #resizen_input_field.focused {
    width: 190px;
  }
  #top_menu nav li {
    display: table-cell;
    width: 1%;
  }
  #top_menu .feedback_btn {
    display: none !important;
  }
  #top_menu .phones {
    display: none !important;
  }
  #top_menu .mobile_search {
    display: none !important;
  }
  .poll_container {
    width: 393px;
    margin: 0 auto;
    padding-left: 16px;
  }
  #main_slider {
    margin-bottom: 0px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  body {
    min-width: 980px;
    margin: 0 0 394px;
    padding-top: 152px;
  }
  .bg1 {
    min-width: 980px;
    background-position: 300px top !important;
  }
  .container {
    min-width: 980px;
  }
  .main_sidebar {
    width: auto;
  }
  #main_phone {
    float: none;
  }
  #top_info .fixH {
    width: auto;
    padding-left: 0;
  }
  .feedback_btn {
    margin: 0 20px 0 8px;
  }
  #main_phone {
    margin-left: 15px;
  }
  #resizen_input_field.focused {
    width: 240px;
  }
  #partners_slider {
    min-width: 900px;
  }
  #logo {
    margin-right: 156px;
  }
  footer {
    height: 394px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .banners_in_rink {
    max-height: 90px;
    height: 90px;
    max-width: 980px;
    margin-bottom: 35px;
  }
  .banners_in_rink .banner {
    width: 485px;
  }
  #resp_slider .img {
    height: 359px;
  }
  #main_header {
    position: fixed;
    z-index: 5000;
    top: 0;
  }
  .poll_container {
    width: 100%;
    padding: 0;
  }
  #last_news {
    width: 339px;
  }
  #last_news .img {
    width: 80px;
    height: 80px;
  }
  #last_news .date {
    left: 4px;
    top: 31px;
    width: 72px;
  }
  #last_news .desc {
    padding-left: 7px;
    height: 80px;
  }
  #last_news .desc .title {
    font: 13px/18px "Open Sans";
  }
  #last_news a {
    height: 100px;
  }
  #last_news a:hover .date {
    height: 72px;
    top: 4px;
    line-height: 72px;
  }
}
/* Large Devices, Wide Screens */

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .a_title {
    left: 45px;
    width: 275px;
  }
  .schedule_sidebar {
    width: 320px !important;
  }
  .map_contacts {
    width: 100% !important;
    max-width: 600px;
  }
  .gallery_section_header {
    width: 100% !important;
    left: 0 !important;
  }
  .achive_child_block {
    text-align: center;
  }
  .achive_child_block .achive_child_item {
    height: 265px;
    vertical-align: top;
    float: none !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .download_price_button {
    font-size: 10px;
    top: -53px !important;
    width: 100px !important;
    text-align: left !important;
    right: auto !important;
    left: 220px;
  }
  .container.mobile {
    padding: 0 !important;
  }
  .services_items {
    width: 100% !important;
    text-align: center;
    font-size: 0;
  }
  .services_items .service_item {
    width: 240px;
    float: none !important;
    vertical-align: middle;
    border-right: 1px solid #0d6e9c !important;
    border-left: 1px solid #0d6e9c !important;
  }
  .services_items .service_item header {
    font-size: 14px;
  }
  img[src="/contacts/shema.jpg"] {
    width: 100% !important;
    height: auto !important;
    max-width: 738px;
  }
  .description_arena ul {
    width: 100%;
    max-width: 415px;
  }
  .trainers_child_item {
    width: 100% !important;
    text-align: center;
  }
  .trainers_child_item .image_outer {
    float: none;
  }
  .trainers_child_item .text_outer {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left;
  }
  .bg_full .dock_viewer_block {
    width: 100% !important;
  }
  .gallery_types .block {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .gallery_types .block > a {
    width: 100% !important;
  }
  .gallery_types .block ul {
    position: relative !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    top: 0 !important;
  }
  .gallery_types .block ul a {
    width: 100% !important;
  }
  .child_nav_photo_line.mobile .images {
    width: 100% !important;
  }
  .child_nav_photo_line.mobile .images img {
    width: 100% !important;
  }
  .related_links .container {
    width: 100%;
    padding-left: 0 !important;
    text-align: center;
  }
  .related_links .container div {
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px !important;
    text-align: left;
  }
  .child_docks_block {
    width: 100%;
  }
  .child_docks_block li a.download_dock,
  .child_docks_block li a.view_dock {
    background-position: center;
  }
  .child_docks_block li a.download_dock span,
  .child_docks_block li a.view_dock span {
    display: none;
  }
  .hock_child {
    top: 10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  #children_header.children {
    margin-top: 115px !important;
  }
  .child_page_description {
    width: 100% !important;
  }
  .child_nav {
    height: auto !important;
  }
  .child_nav nav {
    width: 100% !important;
  }
  .child_nav nav a {
    width: 100% !important;
    display: block !important;
    line-height: 47px;
  }
  .gallery_section {
    width: 100% !important;
  }
  .date_carousel {
    width: 100% !important;
  }
  .date_carousel > .date_item {
    width: 20% !important;
  }
  .date_carousel .date_row {
    width: 80% !important;
  }
  .date_carousel .date_row .date_item {
    width: 100% !important;
  }
  #last_news .desc {
    display: table-cell !important;
    width: auto !important;
  }
  #last_news a:hover .date {
    height: 62px !important;
    top: 0 !important;
    line-height: 62px !important;
  }
  #last_news .img {
    display: table-cell !important;
  }
  #last_news .img img {
    width: 62px !important;
    height: 62px !important;
  }
  #last_news a {
    height: auto !important;
    width: 100%;
  }
  .poster_items {
    width: 100% !important;
    text-align: center;
  }
  .poster_items .poster_item {
    float: none;
  }
  #last_news.full_size a:after {
    width: 100% !important;
  }
  #calendar {
    min-width: 320px !important;
    width: 100% !important;
    max-width: 479px !important;
  }
  #calendar .cal_month_select {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    background-position: 20px bottom;
    height: auto;
  }
  #calendar .cal_month_select .cal_events_link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
  }
  #calendar .calendar.mobile {
    min-width: 320px !important;
    max-width: 479px !important;
    width: 100% !important;
    height: 740px !important;
  }
  #calendar .calendar.mobile .cal_row.cal_header .cal_day_name {
    width: 14.28571429%;
  }
  #calendar .calendar.mobile .cal_row .cal_day_block {
    width: 14.28571429%;
    height: 105px;
  }
  #calendar .calendar.mobile .cal_day_block:hover {
    background-color: #78c1eb;
  }
  #calendar .calendar.mobile .cal_day_block.before_day:hover {
    background-color: #a1a1a1;
  }
  #calendar .calendar.mobile .cal_day_block.no_items:hover {
    background-color: auto;
  }
  #calendar .calendar.mobile .cal_row .cal_day_block .cal_day_num {
    width: 100%;
    left: 0;
    text-align: center;
  }
  #calendar .calendar.mobile .cal_event_time:hover .cal_event_description {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .download_price_button {
    font-size: 14px;
    width: 125px !important;
  }
  .schedule_sidebar {
    width: 325px !important;
  }
  .a_title {
    left: 45px;
    width: 435px;
  }
  .related_links .container {
    width: 100%;
    padding-left: 25px !important;
    text-align: center;
  }
  .related_links .container div {
    width: 396px !important;
    height: auto !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px !important;
    text-align: left;
  }
  #calendar {
    min-width: 480px !important;
    width: 100% !important;
    max-width: 767px !important;
  }
  #calendar .cal_month_select {
    padding-top: 0;
  }
  #calendar .cal_month_select .cal_events_link {
    color: #3a3a3a;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: '300';
    float: right;
    margin-right: 15px;
    position: relative;
    width: auto;
  }
  #calendar .cal_month_select .cal_month {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }
  #calendar .calendar.mobile {
    min-width: 480px !important;
    max-width: 767px !important;
    width: 100% !important;
    height: 590px !important;
  }
  #calendar .calendar.mobile .cal_row.cal_header .cal_day_name {
    width: 14.28571429%;
  }
  #calendar .calendar.mobile .cal_row .cal_day_block {
    width: 14.28571429%;
    height: 80px;
  }
  #calendar .calendar.mobile .cal_day_block:hover {
    background-color: #78c1eb;
  }
  #calendar .calendar.mobile .cal_day_block.before_day:hover {
    background-color: #a1a1a1;
  }
  #calendar .calendar.mobile .cal_day_block.no_items:hover {
    background-color: auto;
  }
  #calendar .calendar.mobile .cal_row .cal_day_block .cal_day_num {
    width: auto;
    left: 5px;
    text-align: left;
  }
  #calendar .calendar.mobile .cal_event_time:hover .cal_event_description {
    display: none;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .a_title {
    left: 45px;
    width: 700px;
  }
  .related_links .container {
    width: 100%;
    padding-left: 25px !important;
    text-align: center;
  }
  .related_links .container div {
    width: 396px !important;
    height: auto !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 20px !important;
    text-align: left;
  }
  .date_carousel {
    width: 100% !important;
  }
  .date_carousel > .date_item {
    width: 14.28571429% !important;
  }
  .date_carousel .date_row {
    width: 85.71428571% !important;
  }
  .date_carousel .date_row .date_item {
    width: 100% !important;
  }
  .child_docks_block {
    width: 100%;
  }
  .child_docks_block li a.download_dock,
  .child_docks_block li a.view_dock {
    background-position: 10px center;
  }
  .child_docks_block li a.download_dock span,
  .child_docks_block li a.view_dock span {
    display: inline-block;
  }
  #calendar {
    width: 460px !important;
    min-width: 460px !important;
    max-width: 460px !important;
  }
  #calendar .cal_month_select {
    padding-top: 0;
  }
  #calendar .cal_month_select .cal_events_link {
    color: #3a3a3a;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: '300';
    float: right;
    margin-right: 15px;
    position: relative;
    width: auto;
  }
  #calendar .cal_month_select .cal_month {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
  }
  #calendar .calendar.mobile {
    min-width: 460px !important;
    max-width: 460px !important;
    width: 460px !important;
    height: 500px !important;
  }
  #calendar .calendar.mobile .cal_row.cal_header .cal_day_name {
    width: 14.28571429%;
  }
  #calendar .calendar.mobile .cal_row .cal_day_block {
    width: 14.28571429%;
    height: 70px;
  }
  #calendar .calendar.mobile .cal_day_block:hover {
    background-color: #78c1eb;
  }
  #calendar .calendar.mobile .cal_day_block.before_day:hover {
    background-color: #a1a1a1;
  }
  #calendar .calendar.mobile .cal_day_block.no_items:hover {
    background-color: auto;
  }
  #calendar .calendar.mobile .cal_row .cal_day_block .cal_day_num {
    width: auto;
    left: 5px;
    text-align: left;
  }
  #calendar .calendar.mobile .cal_event_time {
    margin-top: 1px;
  }
  #calendar .calendar.mobile .cal_event_time:hover .cal_event_description {
    display: none;
  }
  .child_nav {
    height: auto !important;
  }
  .child_nav nav {
    width: 100% !important;
  }
  .child_nav nav a {
    width: 1% !important;
    display: table-cell !important;
    line-height: 16px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .a_title {
    left: 0;
    width: auto;
  }
  .related_links .container {
    width: 980px;
  }
  .bg_full .dock_viewer_block {
    width: 960px !important;
  }
  .trainers_child_item {
    width: 980 !important;
    text-align: left;
  }
  .trainers_child_item .image_outer {
    float: left;
  }
  .trainers_child_item .text_outer {
    width: 769px !important;
    margin-left: 35px !important;
    text-align: left;
  }
  .poster_items {
    width: 980px !important;
  }
  .date_carousel {
    width: 980px !important;
  }
  .date_carousel > .date_item {
    width: 11.11111111% !important;
  }
  .date_carousel .date_row {
    width: 88.88888889% !important;
  }
  .date_carousel .date_row .date_item {
    width: 100% !important;
  }
  .hock_child {
    top: 25px !important;
    left: auto !important;
    transform: none !important;
  }
  #children_header {
    margin-top: 25px !important;
  }
  .child_page_description {
    width: 810px !important;
  }
  .child_nav {
    height: auto !important;
  }
  .child_nav nav {
    width: 980px !important;
  }
  .child_nav nav a {
    width: 1% !important;
    display: table-cell !important;
    line-height: 16px;
  }
  .gallery_types .block {
    width: 490px !important;
    height: 95px !important;
    display: table-cell !important;
  }
  .gallery_types .block > a {
    width: 490px !important;
  }
  .gallery_types .block ul {
    position: absolute !important;
    width: 490px !important;
    margin-bottom: 10px !important;
    top: 95px !important;
  }
  .gallery_types .block:hover ul {
    display: block;
  }
  #last_news .desc {
    display: table-cell !important;
    width: auto !important;
  }
  #last_news a .date {
    width: 72px !important;
    left: 4px !important;
    top: 30px !important;
  }
  #last_news a:hover .date {
    height: 72px !important;
    top: 4px !important;
    left: 4px !important;
    line-height: 72px !important;
  }
  #last_news .img {
    display: table-cell !important;
  }
  #last_news .img img {
    width: 80px !important;
    height: 80px !important;
  }
  #last_news a {
    height: auto !important;
    width: 100%;
  }
}
/* Large Devices, Wide Screens */

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("http://erofey-arena.com/bitrix/templates/erofey/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel Main Theme 
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav div{
	zoom: 1;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	text-indent: -9999px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.owl-theme  .owl-item {
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.owl-theme .owl-item:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}


/*
* 	Owl Carousel 'Today' Theme 
*/

.owl-resp-slider {}

.owl-resp-slider .owl-controls .owl-nav div {
	left: 50%;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	outline: 0;
	width: 11px;
	height: 30px;
	text-indent: -9999px;
	z-index: 3000;
	opacity: 0.5;
}

.owl-resp-slider .owl-controls .owl-nav div:hover {
	opacity: 1;
}

.owl-resp-slider .owl-prev {
	margin-left: -485px;
	background: url(http://erofey-arena.com/bitrix/templates/img/controls.png) no-repeat left top;
}

.owl-resp-slider .owl-next {
	margin-left: 475px;
	background: url(http://erofey-arena.com/bitrix/templates/img/controls.png) no-repeat right top;
}

.owl-resp-slider .owl-stage-outer {
	width: 100%;
}

.owl-resp-slider .owl-item {
	display: inline-block;
}


/*
* 	Owl Carousel 'Today' Theme 
*/

.owl-today  .owl-item {
	padding-right: 140px;
}

.owl-today .owl-stage-outer {
	display: inline-block;
	width: 650px;
}

#today_slider.single .owl-stage-outer {
	width: 100%;
}
#today_slider.single .owl-item {
	padding-right: 0;
}

.owl-today .owl-controls{
	height: 76px;
	width: 140px;	
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.owl-today .owl-controls .owl-nav div {
	zoom: 1;
	text-indent: -9999px;
	background: #063c55 url('http://erofey-arena.com/bitrix/templates/img/arrows_today_left.png') no-repeat center center;
	width: 51px;
	height: 64px;
	display: inline-block;

	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.owl-today .owl-controls .owl-nav div:hover {
	background-color: #084f70;
}

.owl-today .owl-controls .owl-nav div:last-child {
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}


/*
* 	Owl Carousel 'calendar' Theme 
*/

.owl-calendar  .owl-controls {
	display: none !important;
}



/* ABC */

#abc_slider {
	width: 880px;
	margin: 0 auto;
}

.owl-abc .owl-stage-outer {
	display: inline-block;
}

.owl-abc .owl-item div {
	text-align: center;
}

.owl-abc .owl-item img {
	background: #f3f3f3;
	border: 1px solid #dbdbdb;
	padding: 6px;
}

.owl-abc .owl-controls {
	margin-top: 10px;
	text-align: center;
}

.owl-abc .owl-controls .owl-nav div,
.owl-abc .owl-controls .owl-nav div{
	background: #1786c6 url(http://erofey-arena.com/bitrix/templates/img/abc-control-left.png) no-repeat;
	width: 35px;
	height: 54px;
	position: absolute;
  	top: 50%;
  	display: block;
  	font-size: 0;
}

.owl-abc .owl-controls .owl-nav .owl-prev,
.owl-abc .owl-controls .owl-nav .owl-prev {
	left: -40px;
}

.owl-abc .owl-controls .owl-nav .owl-next,
.owl-abc .owl-controls .owl-nav .owl-next {
	right: -40px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
}

.owl-abc .owl-controls .owl-nav div:hover,
.owl-abc .owl-controls .owl-nav div:hover{
	background-color: #2196da;
	text-decoration: none;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
}
textarea,
input {
  outline: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 300;
}
html {
  background: url('http://erofey-arena.com/bitrix/templates/img/bg6.jpg') right center no-repeat;
  background-position: 112% 467px;
  min-height: 100%;
  position: relative;
}
body {
  min-height: 100%;
  min-height: 623px;
  background: url('http://erofey-arena.com/bitrix/templates/img/bg3.jpg') left center no-repeat;
  background-position: left 475px;
  /* .main & {
		background-position: left 475px;
	    } */
}
.main_bg_2 {
  padding-top: 35px;
  background: url('http://erofey-arena.com/bitrix/templates/img/main_bg_2.jpg') right top no-repeat;
}
p a {
  color: #1778c6;
}
p a:hover {
  color: #1778c6;
}
.nopadding {
  padding: 0;
}
.img-left {
  margin: 0 15px 5px 0;
}
.img-right {
  margin: 0 0 5px 15px;
}
.img-middle,
.img-center {
  display: block;
  margin: 0 auto 5px;
}
.top_copy {
  color: black;
  display: block;
  padding: 3px 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  text-align: center;
}
.top_copy.in_top {
  font-size: 12px;
  line-height: 14px;
  width: 510px;
  top: 62px;
  z-index: 1;
  left: 50%;
  margin-left: -255px;
}
.top_copy.in_slider {
  display: none;
  z-index: 5;
  bottom: 24px;
  width: 100%;
  font-size: 15px;
  line-height: 20px;
  left: 0;
}
#main_header {
  width: 100%;
  background: white;
}
#logo {
  display: inline-block;
  color: #2b2b2b;
  text-indent: -9999px;
  font-size: 0px;
  vertical-align: top;
  position: relative;
  z-index: 3;
}
#logo:hover {
  text-decoration: none;
}
.bg1 {
  background: url('http://erofey-arena.com/bitrix/templates/img/bg1.jpg') no-repeat center top;
}
#buy_ticket_btn {
  position: relative;
  z-index: 2;
  width: 208px;
  height: 45px;
  background: #dd1858;
  display: inline-block;
  vertical-align: top;
  color: white;
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#buy_ticket_btn div {
  background: url('http://erofey-arena.com/bitrix/templates/img/buy_ticket.png') no-repeat 22px 12px;
  padding-left: 59px;
  padding-top: 14px;
  padding-bottom: 11px;
}
#buy_ticket_btn:hover {
  text-decoration: none;
  background-color: #e42a66;
  height: 50px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding-top: 5px;
}
#buy_ticket_btn:hover:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 104px 0 104px;
  border-color: #e42a66 transparent transparent transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#buy_ticket_btn:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 104px 0 104px;
  border-color: #dd1858 transparent transparent transparent;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top_info {
  display: inline-block;
  vertical-align: top;
  color: #343434;
}
#top_info .fixH {
  height: 51px;
}
#main_phone {
  display: inline-block;
  padding-top: 3px;
  /* 10px; */
}
#main_phone span {
  display: block;
  font-family: "Open Sans";
  font-size: 16px;
}
#main_phone span.desc {
  font-size: 12px;
}
.feedback_btn {
  display: inline-block;
  background: #dd1858 url('http://erofey-arena.com/bitrix/templates/img/icon-mail.png') no-repeat 50% 15px;
  width: 48px;
  height: 46px;
  text-indent: -9999px;
  vertical-align: top;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.feedback_btn:hover {
  height: 51px;
  background-color: #e42a66;
  background-position: 50% 20px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top_menu .feedback_btn {
  background-position: 50% 8px;
  float: left;
  height: 38px;
  margin-left: 10px;
}
#top_menu .phones {
  float: left;
  margin-left: 22px;
  min-height: 48px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  color: white;
  padding-top: 5px;
}
#top_menu .mobile_search {
  float: right;
  padding: 0;
  border: none;
  height: 37px;
  width: 37px;
  background: #00364f url('http://erofey-arena.com/bitrix/templates/img/search_btn.png') no-repeat 0 50%;
  margin-top: 8px;
}
#top_menu .search_form {
  float: left;
  margin-left: 22px;
  width: 310px;
  height: 50px;
  display: none;
}
#top_menu .search_form input {
  display: block;
  background: white;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}
#lang {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  width: 130px;
}
#lang a {
  font-size: 13px;
  color: #343434;
}
#lang a.active {
  font-weight: bold;
}
#lang a.active:hover {
  text-decoration: none;
}
#top_search {
  padding: 5px 5px 2px;
}
#top_search button,
#top_search .submit {
  padding: 0;
  border: none;
  height: 37px;
  width: 37px;
  background: #00364f url('http://erofey-arena.com/bitrix/templates/img/search_btn.png') no-repeat 0 50%;
  -webkit-border-top-right-radius: 18px;
  -webkit-border-bottom-right-radius: 18px;
  -moz-border-radius-topright: 18px;
  -moz-border-radius-bottomright: 18px;
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}
#resizen_input_field {
  position: relative;
  z-index: 2;
  width: 80px;
  vertical-align: top;
  font-size: 14px;
  color: #c5c5c5;
  border: none;
  height: 37px;
  background: #00364f;
  padding-left: 18px;
  -webkit-border-radius: 18px 0 0 18px;
  -moz-border-radius: 18px 0 0 18px;
  border-radius: 18px 0 0 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#resizen_input_field.focused {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#top_menu {
  border-top: 4px solid #1786c6;
  background: #00364f;
}
#top_menu .container {
  padding: 0;
}
#top_menu nav ul {
  margin: 0;
  padding: 0;
  /* 10px; */
  display: table;
  width: 100%;
  /* .flexbox & {
				display: flex;
				justify-content: space-between;
			} */
}
#top_menu nav > ul a:hover,
#top_menu nav > ul a.active {
  background: white;
  color: black;
  text-decoration: none;
}
#top_menu nav li {
  white-space: nowrap;
  /* .flexbox & {
				display: block;
			} */
}
#top_menu nav a {
  display: block;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
.navbar-top .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-top .navbar-toggle {
  margin-right: 0;
}
#resp_slider {
  overflow: hidden;
}
#resp_slider .item {
  display: none;
}
#resp_slider .img {
  width: 100%;
/* background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
-moz-background-size: cover !important;*/
-moz-background-size: 100%!important;
    -webkit-background-size: 100%!important;
    -o-background-size: 100%!important;
    background-size: 100%!important;
}
#main_slider {
  position: relative;
}
#today_slider {
  position: absolute;
  z-index: 20;
  width: 980px;
  height: 98px;
  background: url('http://erofey-arena.com/bitrix/templates/img/today_slider_bg.jpg') no-repeat;
  left: 50%;
  margin-left: -490px;
  bottom: 30px;
  overflow: hidden;
  font-size: 0;
  color: white;
}
#today_slider > div {
  font: 18px/22px "Open Sans";
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  height: 98px;
  vertical-align: top;
}
#today_slider .black_bg {
  background: rgba(0, 54, 79, 0.9);
}
#today_slider .green_bg {
  background: rgba(0, 155, 106, 0.9);
}
#today_slider .date {
  padding-top: 22px;
  display: inline-block;
  width: 180px;
}
#today_slider .date .fulldate {
  font-family: "Open Sans";
  font-size: 14px;
  padding-top: 5px;
}
#today_slider .event {
  padding-top: 22px;
  display: inline-block;
  width: 800px;
}
#today_slider .event .time {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 14px;
  margin-top: 7px;
  background: #222222;
  padding: 3px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#today_slider .item {
  height: 76px;
}
#today_slider .controls {
  display: inline-block;
  width: 140px;
}
#adv_1 {
  margin-top: 10px;
}
.a_title {
  display: block;
  font-size: 24px;
  font-weight: 300;
  position: relative;
}
.a_title a:hover {
  color: #00364f;
  text-decoration: none;
}
#partners .container,
#gallery .container {
  padding: 0;
}
#gallery_header:after {
  content: '';
  display: block;
  width: 20px;
  height: 17px;
  background: url('http://erofey-arena.com/bitrix/templates/img/icon-photo.png') no-repeat;
  position: absolute;
  left: -33px;
  top: 9px;
}
#gallery_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2033px;
  top: 18px;
}
#partners_header:after {
  content: '';
  display: block;
  width: 29px;
  height: 22px;
  background: url('http://erofey-arena.com/bitrix/templates/img/icon-hands.png') no-repeat;
  position: absolute;
  left: -42px;
  top: 6px;
}
#partners_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2042px;
  top: 18px;
}
#err404_header:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url('http://erofey-arena.com/bitrix/templates/img/icon-x.png') no-repeat;
  position: absolute;
  left: -31px;
  top: 9px;
}
#err404_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2031px;
  top: 18px;
}
#text_item_header {
  position: relative;
}
#text_item_header:after {
  content: '';
  display: block;
  width: 18px;
  height: 23px;
  background: url('http://erofey-arena.com/bitrix/templates/img/icon-page.png') no-repeat;
  position: absolute;
  left: -31px;
  top: 5px;
}
#text_item_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2031px;
  top: 18px;
}
#last_news_header:after {
  content: '';
  display: block;
  width: 17px;
  height: 18px;
  background: url('http://erofey-arena.com/bitrix/templates/img/icon-clock.png') no-repeat;
  position: absolute;
  left: -30px;
  top: 8px;
}
#last_news_header:before {
  content: '';
  display: block;
  width: 2000px;
  height: 1px;
  background: #cacaca;
  position: absolute;
  left: -2030px;
  top: 18px;
}
.news_line_list_cat_link {
  margin-bottom: 60px;
}
.news_line_list_cat_link a {
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  padding-right: 10px;
}
.news_line_list_cat_link a:hover {
  text-decoration: none;
}
#last_news {
  margin-top: 3px;
}
#last_news.news-line-list {
  width: 100%;
}
#last_news.news-line-list a {
  display: inline-block;
}
#last_news.news-line-list .desc {
  width: 210px;
}
#last_news.full_size {
  width: 100%;
}
#last_news.full_size .desc {
  width: 870px;
}
#last_news.full_size a {
  margin-bottom: 20px;
}
#last_news.full_size a:after {
  display: block;
  content: '';
  background: #b6c6cd;
  width: 960px;
  height: 1px;
  position: relative;
  bottom: -20px;
}
#last_news.full_size a:last-child:after {
  display: none;
}
#last_news a {
  display: block;
  color: #1b1b1b;
  padding: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#last_news a:hover {
  color: #1b1b1b;
  background: #f1f1f1;
  text-decoration: none;
}
#last_news a:hover .title {
  text-decoration: underline;
}
#last_news a:hover .date {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#last_news .img {
  vertical-align: top;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
#last_news .img img {
  position: absolute;
  z-index: 1;
}
#last_news .img .date {
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 9px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #1786c6;
  opacity: 0.8;
  z-index: 3;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#last_news .desc {
  vertical-align: top;
  display: inline-block;
  width: 228px;
  overflow: hidden;
}
#last_news .desc .title {
  font-weight: 600;
}
#last_news .desc .text {
  font: 12px/14px "Open Sans";
  font-weight: 300;
}
.news-detail {
  position: relative;
  padding-bottom: 20px;
}
.news-detail .news-date-time {
  display: inline-block;
  position: absolute;
  background: #459ed1;
  width: 72px;
  height: 72px;
  bottom: -92px;
  left: -86px;
  color: white;
  font-size: 9px;
  line-height: 72px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
#online_btn {
  display: block;
  margin: 20px 0 20px 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#online_btn:hover {
  opacity: 0.9;
}
.main_sidebar {
  display: inline-block;
}
#calendar {
  display: inline-block;
  width: 631px;
  vertical-align: top;
}
.no-padding {
  padding: 0;
}
footer {
  background: #00364f;
  color: white;
  width: 100%;
}
#copyright {
  font-size: 12px;
  font-weight: 300;
  background: #006585;
}
#copyright .container {
  padding: 25px 0 15px 0;
}
#copyright .container > div {
  display: inline-block;
  width: 49%;
}
#webalt {
  display: inline-block;
  width: 165px;
  min-height: 30px;
  padding-left: 60px;
  background: url('http://erofey-arena.com/bitrix/templates/img/webalt.png') no-repeat left center;
}
#webalt a {
  color: white;
}
#webalt a:hover {
  text-decoration: none;
}
#bottom_menu {
  background: url('http://erofey-arena.com/bitrix/templates/img/bg2.png') no-repeat right bottom;
  padding: 20px 0 0 0;
  min-height: 320px;
}
#bottom_menu .menu {
  position: relative;
}
#bottom_menu .menu:after {
  position: absolute;
  content: '';
  display: block;
  height: 270px;
  width: 1px;
  background: #377491;
  right: 0;
  top: 5px;
}
#bottom_menu .menu a,
#bottom_menu nav a {
  color: white;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
}
#bottom_menu nav ul {
  padding: 0 0 0 10px;
  margin: 0 0 20px 0;
}
#bottom_menu nav ul li {
  list-style: none;
}
#bottom_menu nav ul.first {
  padding: 0;
  margin-top: 20px;
}
#bottom_menu .superb {
  font-size: 18px !important;
  margin-bottom: 15px;
}
#bottom_menu .super {
  font-weight: 600 !important;
}
#bottom_menu .social_btns {
  width: 38px;
  float: right;
}
#bottom_menu .social_btns a {
  color: white;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #006585;
  margin-bottom: 7px;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#bottom_menu .social_btns a:hover {
  text-decoration: none;
  background: #105a71;
}
#partners {
  padding-bottom: 25px;
}
#partners_slider {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
#partners_slider div {
  display: inline-block;
}
#partners_slider .owl-nav div {
  text-indent: -9999px;
}
#partners_slider .owl-prev,
#partners_slider .owl-next {
  position: absolute;
  background: url('http://erofey-arena.com/bitrix/templates/img/partners_arrows.png') no-repeat;
  width: 16px;
  height: 41px;
  top: 30px;
}
#partners_slider .owl-prev {
  left: 0;
  margin-left: -40px;
}
#partners_slider .owl-next {
  right: 0;
  background-position: 100% 0;
  margin-right: -40px;
}
.inner_gallery,
#main_gallery {
  margin-top: 10px;
  background: #00364f;
  padding: 8px 0 3px 0;
  overflow: hidden;
  font-size: 0;
}
.inner_gallery .gal_row,
#main_gallery .gal_row {
  white-space: nowrap;
  margin-bottom: 5px;
}
.inner_gallery a,
#main_gallery a {
  margin: 0 5px 0 0;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.inner_gallery a:hover,
#main_gallery a:hover {
  opacity: 1;
}
.page_title {
  margin: 20px 0;
}
.pagenavigation {
  text-align: center;
  margin: 30px 0;
}
.pagenavigation .active {
  display: inline-block;
  padding: 3px 10px;
  background: #daecf6;
}
.pagenavigation a {
  display: inline-block;
  padding: 3px 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pagenavigation a:hover {
  background: #1786c6;
  color: white;
  text-decoration: none;
}
.popup__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 10000;
}
.popup__overlay:after {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  width: 0;
  vertical-align: middle;
  content: '';
}
.popup {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  max-width: 80%;
  vertical-align: middle;
  /*box-shadow: 0 0 20px 0 #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
}
.feedback_form {
  display: inline-block;
  width: 638px;
  background: #ffffff url('http://erofey-arena.com/bitrix/templates/img/feedback_bg.jpg') no-repeat top center;
  position: relative;
  border-top: 5px solid #1786c6;
}
.feedback_form form {
  padding-top: 17px;
  text-align: left;
}
.feedback_form form div {
  display: inline-block;
  margin-left: 22px;
  vertical-align: top;
}
.feedback_form form .left {
  width: 265px;
}
.feedback_form form .right {
  width: 306px;
}
.feedback_form form span {
  color: #3b3b3b;
  font-size: 13px;
  line-height: 16px;
}
.feedback_form form input[type="text"] {
  display: block;
  width: 100%;
  height: 32px;
  margin-bottom: 8px;
  border: 1px solid #b5babc;
  padding: 0 10px;
  color: #b5babc;
  font-size: 12px;
}
.feedback_form form input[type="text"]:focus {
  border: 1px solid #1786c6;
}
.feedback_form form textarea {
  resize: none;
  width: 100%;
  height: 180px;
  border: 1px solid #b5babc;
  padding: 5px 10px;
  color: #b5babc;
  font-size: 12px;
}
.feedback_form form textarea:focus {
  border: 1px solid #1786c6;
}
.feedback_form form input[type="submit"],
.feedback_form form button {
  background: #dd1858;
  display: block;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding: 10px 0;
  border: none;
  margin-top: 30px;
  background-color: #dd1858;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.feedback_form form input[type="submit"]:hover,
.feedback_form form button:hover {
  background-color: #e42a66;
}
.vote-note-box {
  display: none;
}
.vf-lbl {
  font-weight: 300;
  font-size: 11px;
}
.vote-answer-table {
  margin-top: 10px;
}
.vote-answer-bar-wrapper {
  overflow: hidden;
  border: 1px solid white;
}
.vote-answer-bar {
  margin: 0;
  height: 11px;
  background: white;
  color: #1e9897;
  text-align: center;
  font-size: 10px;
  line-height: 11px;
  font-weight: 300;
}
.vote-all-count {
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 15px;
}
.vote-perc {
  padding-left: 10px;
  font-size: 11px;
  font-weight: 600;
}
#erofey_poll {
  width: 282px;
  float: left;
  margin-top: -35px;
  margin-bottom: 10px;
}
.voting-form-box {
  border: none;
  padding: 0;
  width: 282px;
  color: white;
  font-size: 14px;
  background: #027bad;
  background: -moz-linear-gradient(45deg, #027bad 0%, #0ca470 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #027bad), color-stop(100%, #0ca470));
  background: -webkit-linear-gradient(45deg, #027bad 0%, #0ca470 100%);
  background: -o-linear-gradient(45deg, #027bad 0%, #0ca470 100%);
  background: -ms-linear-gradient(45deg, #027bad 0%, #0ca470 100%);
  background: linear-gradient(45deg, #027bad 0%, #0ca470 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027bad', endColorstr='#0ca470', GradientType=1);
}
.voting-form-box .vote-items-list {
  list-style-type: none;
  padding: 0;
}
.voting-form-box form,
.voting-form-box .form {
  padding: 32px 15px 54px;
  background: transparent url('http://erofey-arena.com/bitrix/templates/img/vote-bg.png') repeat-y;
}
.voting-form-box .vote-item-title {
  font-weight: 300;
  text-transform: uppercase;
}
.voting-form-box input {
  padding: 0;
  margin: 0;
}
.voting-form-box label {
  margin: 0;
  font-weight: 300;
}
.voting-form-box .vote-form-box-buttons {
  margin-top: 11px;
}
.voting-form-box .vote-form-box-button-last {
  float: right;
}
.voting-form-box .vf-title {
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 5px 45px;
  background: url('http://erofey-arena.com/bitrix/templates/img/vote-title.png') no-repeat left center;
}
.voting-form-box .vote-form-box-button {
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
}
.voting-form-box .vote-form-box-button button,
.voting-form-box .vote-form-box-button input,
.voting-form-box .vote-form-box-button a {
  display: inline-block;
  text-transform: uppercase;
  background: none;
  padding: 5px 13px;
  margin: 0;
  border: none;
  color: white;
}
.voting-form-box .vote-form-box-button a:hover {
  text-decoration: none;
}
.voting-form-box .vote-form-box-button:hover {
  background: rgba(255, 255, 255, 0.3);
}
.err {
  position: relative;
  width: 664px;
  height: 491px;
  background: url('http://erofey-arena.com/bitrix/templates/img/err.png') no-repeat;
  margin: 0 auto;
  color: white;
  text-transform: uppercase;
}
.err .err_text {
  text-align: center;
  position: absolute;
  right: 45px;
  top: 130px;
}
.err .err_title {
  font-weight: 300;
  font-size: 23px;
  line-height: 23px;
}
.err .err_code {
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  text-decoration: underline;
}
.err .err_desc {
  font-weight: 300;
  font-size: 12px;
  padding-top: 10px;
}
.gallery_types {
  margin: 17px 0 40px 0;
  display: table;
  width: 100%;
}
.gallery_types .block {
  display: table-cell;
  width: 490px;
  height: 92px;
  vertical-align: middle;
  color: white;
  position: relative;
}
.gallery_types .block ul {
  display: none;
  width: 490px;
  position: absolute;
  left: 0;
  top: 92px;
  z-index: 10;
  padding: 0;
}
.gallery_types .block ul li {
  font-size: 0;
}
.gallery_types .block ul li a {
  display: inline-block;
  width: 490px;
  height: 72px;
  line-height: 72px;
  background: #d62961;
  border-bottom: 1px solid #e05c87;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding-left: 45px;
  vertical-align: middle;
}
.gallery_types .block ul li:last-child a {
  border-bottom: none;
}
.gallery_types .block .link {
  display: block;
  padding-left: 45px;
  width: 490px;
  height: 92px;
  line-height: 92px;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
.gallery_types .block .link:hover {
  text-decoration: none;
}
.gallery_types .block .expand_link {
  display: inline-block;
  width: 14px;
  height: 12px;
  background: url('http://erofey-arena.com/bitrix/templates/img/gallery_type_expand.png') no-repeat;
  text-indent: -9999px;
  margin-left: 10px;
}
.gallery_types .block.red {
  background: #d00e4d;
}
.gallery_types .block.red:hover {
  background: #D51A57;
}
.gallery_types .block.red ul:before {
  content: '';
  position: absolute;
  z-index: 15;
  top: 0;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 15px solid #D51A57;
  /* #d00e4d; */
}
.gallery_types .block.red ul a:hover {
  background: #d00e4d;
  text-decoration: none;
}
.gallery_types .block.blue {
  background: #1786c6;
}
.gallery_types .block.blue:hover {
  background: #228DCB;
}
.gallery_types .block.blue ul:before {
  content: '';
  position: absolute;
  z-index: 15;
  top: 0;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-top: 15px solid #228DCB;
  /* #1786c6; */
}
.gallery_types .block.blue ul a {
  background: #379bd4;
  border-bottom: 1px solid #6bbae8;
}
.gallery_types .block.blue ul a:hover {
  background: #1786c6;
  text-decoration: none;
}
.gallery_section {
  margin-bottom: 40px;
  width: 980px;
}
.gallery_section .more_link {
  display: inline-block;
  height: 142px;
  background: #d00e4d;
  opacity: 1;
  vertical-align: top;
  text-transform: uppercase;
  color: white;
  text-align: center;
  padding-top: 35px;
  font-size: 12px;
  font-weight: 300;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.gallery_section .more_link.photo {
  background: #d00e4d url('http://erofey-arena.com/bitrix/templates/img/more_photo.png') no-repeat center bottom 25px;
}
.gallery_section .more_link.video {
  background: #d00e4d url('http://erofey-arena.com/bitrix/templates/img/more_video.png') no-repeat center bottom 25px;
}
.gallery_section .more_link:hover {
  background-color: #d3225b !important;
  text-decoration: none;
}
.gallery_section_header {
  margin-bottom: 10px;
}
.inner_gallery {
  background: white;
}
.subsection .inner_gallery {
  border: 5px solid #1786c6;
  border-top: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 10px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subsection .gallery_section_header {
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 0;
  color: white;
  height: 32px;
  background: #1786c6;
  padding-left: 9px;
  position: relative;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subsection .gallery_section_header:before {
  position: absolute;
  display: block;
  height: 32px;
  content: '';
  width: 6px;
  left: -6px;
  top: 0;
  background: #d00e4d;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.subsection .gal_row:last-child {
  margin-bottom: 0;
}
.subsection .more_link {
  background-color: #1786c6 !important;
}
.subsection:hover .inner_gallery {
  border: 5px solid #d00e4d;
  border-top: none;
}
.subsection:hover .more_link {
  background-color: #d00e4d !important;
}
.subsection:hover .gallery_section_header {
  background: #d00e4d;
}
.subsection:hover .gallery_section_header:before {
  width: 21px;
  left: -21px;
}
#html5-watermark {
  display: none !important;
}
#top_submenu {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  /* height: 293px; */
  overflow: hidden;
  border-bottom: 4px solid #1786c6;
}
#top_submenu.new {
  left: -99999px;
}
#top_submenu .sub {
  border-top: 5px solid white;
  width: 980px;
}
#top_submenu .opened {
  display: block !important;
}
#top_submenu .submenu_row {
  border-top: 1px solid #309ddc;
}
#top_submenu .submenu_row:first-child {
  border: none;
}
#top_submenu .submenu a {
  font-size: 12px;
  height: 27px;
  line-height: 27px;
  border-right: 1px solid #309ddc;
  background: #1786c6;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top_submenu .submenu a:hover {
  background: #157bb6;
  text-decoration: none;
}
#top_submenu .submenu ul li:last-child a {
  border: none;
}
#top_submenu .blocks {
  font-size: 0;
}
#top_submenu .blocks a {
  color: #1b1b1b;
  height: auto;
}
#top_submenu .blocks a.block {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top_submenu .blocks a.block:hover {
  text-decoration: none;
}
#top_submenu .blocks a.block.gray:hover {
  background: #d2d2d2;
}
#top_submenu .blocks .block {
  display: inline-block;
  vertical-align: top;
  height: 257px;
  text-align: left;
  color: #1b1b1b;
}
#top_submenu .blocks .block a {
  text-align: left;
}
#top_submenu .blocks .block .block_title {
  height: 27px;
  font: 12px/27px "Open Sans";
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 10px;
}
#top_submenu .blocks .block.gray {
  background: #e5e5e5;
}
#top_submenu .blocks .block.news {
  width: 234px;
}
#top_submenu .blocks .block.news a {
  display: block;
  height: 70px;
  color: #1b1b1b;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#top_submenu .blocks .block.news a:last-child {
  border: none;
}
#top_submenu .blocks .block.news a:hover {
  color: #1b1b1b;
  background: #f1f1f1;
  text-decoration: none;
}
#top_submenu .blocks .block.news a:hover .title {
  text-decoration: underline;
}
#top_submenu .blocks .block.news a:hover .date {
  height: 50px;
  top: 0;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#top_submenu .blocks .block.news .img {
  vertical-align: top;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
#top_submenu .blocks .block.news .img img {
  position: absolute;
  left: 0;
  z-index: 1;
}
#top_submenu .blocks .block.news .img .date {
  position: absolute;
  left: 0;
  top: 16px;
  color: white;
  font-weight: bold;
  font-size: 9px;
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #1786c6;
  opacity: 0.8;
  z-index: 3;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#top_submenu .blocks .block.news .desc {
  vertical-align: top;
  display: inline-block;
  width: 160px;
  height: 50px;
  padding-left: 7px;
  text-align: left;
}
#top_submenu .blocks .block.news .desc .title {
  font: 12px/14px "Open Sans";
  font-weight: 600;
  height: 50px;
  overflow: hidden;
  text-transform: none;
}
#top_submenu .blocks .block.news_item {
  width: 186px;
}
#top_submenu .blocks .block.news_item .img {
  width: 100%;
  height: 124px;
  overflow: hidden;
}
#top_submenu .blocks .block.news_item .img img {
  width: 100%;
}
#top_submenu .blocks .block.news_item .desc {
  font-size: 12px;
  line-height: 14px;
  padding: 0 10px;
  height: 85px;
  overflow: hidden;
  text-transform: none;
}
#top_submenu .blocks .block.news_item .desc .title {
  margin-top: 10px;
  font-weight: 600;
}
#top_submenu .blocks .block.news_item .desc .text {
  margin-top: 5px;
  font-weight: 300;
}
#top_submenu .blocks .block.video {
  width: 249px;
}
#top_submenu .blocks .block.video a {
  display: block;
  text-decoration: underline;
  margin-top: 5px;
  font-size: 13px;
  line-height: 18px;
  padding: 0 10px 0 35px;
  text-transform: none;
  background: transparent url('http://erofey-arena.com/bitrix/templates/img/cinema.png') no-repeat 10px 4px;
}
#top_submenu .blocks .block.video a:hover {
  text-decoration: none;
}
#top_submenu .blocks .block.photo {
  width: 311px;
  overflow: hidden;
}
#top_submenu .blocks .block.photo div {
  white-space: nowrap;
}
#top_submenu .blocks .block.photo a {
  display: inline;
  font-size: 0;
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#top_submenu .blocks .block.photo a:hover {
  opacity: 1;
}
#top_submenu .blocks .block.photo .new_photo_row_small img {
  height: 103px;
}
#top_submenu .blocks .block.photo .new_photo_row_large img {
  height: 117px;
}
.description_hockey_calendar {
  margin: 25px 0 90px 0;
}
.related_links {
  background: #f0f0f0;
  padding: 15px 0;
}
.related_links .khabbandy {
  background: url('http://erofey-arena.com/bitrix/templates/img/small_khabbandy.png') no-repeat left center;
}
.related_links .rusbandy {
  background: url('http://erofey-arena.com/bitrix/templates/img/small_rusbandy.png') no-repeat left center;
}
.related_links .skabandy {
  background: url('http://erofey-arena.com/bitrix/templates/img/small_skabandy.png') no-repeat left center;
}
.related_links .worldbandy {
  background: url('http://erofey-arena.com/bitrix/templates/img/small_worldbandy.png') no-repeat left center;
}
.related_links .container {
  padding-left: 70px;
}
.related_links .container div {
  width: 396px;
  height: 42px;
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  margin-left: 25px;
  padding-left: 56px;
}
.related_links a {
  text-decoration: underline;
  color: #000;
}
.related_links a:hover {
  text-decoration: none;
}
.child_nav_photo_line {
  margin-bottom: 15px;
}
.child_nav_photo_line .images {
  font-size: 0px;
  width: 980px;
  overflow: hidden;
}
.child_nav_photo_line .images a {
  margin-right: 5px;
}
.child_nav_photo_line .more {
  text-align: right;
}
.child_nav_photo_line .more a {
  font-weight: 600;
  font-size: 13px;
  color: black;
  text-decoration: underline;
}
.child_nav_photo_line .more a:hover {
  text-decoration: none;
}
.leadership .item {
  margin-bottom: 16px;
  background: #cbe4f2;
  font: 14px/18px "Open Sans";
}
.leadership .headline {
  color: white;
  display: table;
}
.leadership .headline > div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 11px;
  padding-bottom: 11px;
}
.leadership .post {
  background: #1786c6;
  text-align: center;
  width: 225px;
}
.leadership .name {
  background: #3ea3dd;
  padding-left: 38px;
  padding-right: 38px;
  width: 458px;
}
.leadership .contacts {
  background: #d00e4d;
  padding-left: 47px;
  padding-right: 47px;
  width: 297px;
}
.leadership .contacts .line {
  margin-bottom: 2px;
}
.leadership .data {
  padding: 27px 0 23px 0;
  display: table;
}
.leadership .data > div {
  display: table-cell;
  vertical-align: middle;
}
.leadership .data .photo {
  width: 225px;
  padding-left: 43px;
}
.leadership .data .photo .wrapper {
  height: 132px;
  width: 132px;
  border-radius: 66px;
  display: inline-block;
  overflow: hidden;
}
.leadership .data .desc {
  padding-left: 20px;
  padding-right: 20px;
}

/* End */
/* /bitrix/templates/erofey/components/bitrix/news.index/top_menu_news/style.css?153440395939 */
/* /bitrix/templates/erofey/components/bitrix/news.list/top_menu_video/style.css?1534403959150 */
/* /bitrix/templates/erofey/components/bitrix/news.list/top_menu_photo/style.css?1534403959150 */
/* /bitrix/templates/erofey/components/bitrix/form.result.new/feedback/style.css?1534403959666 */
/* /bitrix/templates/erofey/components/bitrix/news.list/main_slider/style.css?1534403959150 */
/* /bitrix/templates/erofey/template_styles.css?1534403970105053 */