

/* Start:/local/templates/main/template_styles.css?16965776947502*/
/*Чтобы в режиме правки верстка не слетала*/
.has-edit .d-child-inline > div{
	display: inline !important;
}

.has-edit .d-child-contents > div {
	display: contents !important;	
}

/*стили для куккки - перенес с footer*/
.container_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 70px;
  width: 100%;
}

.container__mid-wide .container_inner {
  width: auto;
  padding: 0 20px;
}
@media screen and (min-width: 414px) {
  .container__mid-wide .container_inner {
	width: 374px;
	padding: 0;
  }
}
@media screen and (min-width: 600px) {
  .container__mid-wide .container_inner {
	width: 560px;
  }
}
@media screen and (min-width: 726px) {
  .container__mid-wide .container_inner {
	width: 646px;
  }
}
@media screen and (min-width: 964px) {
  .container__mid-wide .container_inner {
	width: 884px;
  }
}
@media screen and (min-width: 1280px) {
  .container__mid-wide .container_inner {
	width: 1200px;
  }
}
@media screen and (min-width: 1326px) {
  .container__mid-wide .container_inner {
	width: 1246px;
  }
}
@media screen and (min-width: 1380px) {
  .container__mid-wide .container_inner {
	width: 1300px;
  }
}
@media screen and (min-width: 1520px) {
  .container__mid-wide .container_inner {
	width: 1440px;
  }
}
@media screen and (min-width: 1720px) {
  .container__mid-wide .container_inner {
	width: 1640px;
  }
}   
.notify-bar {
  background: #fff;
  bottom: 0;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  left: 0;
  padding: 20px 0 30px;
  position: fixed;
  right: 0;
  z-index: 100;
}
.notify-bar_head {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: 10px;
}
.notify-bar_body {
  display: inline-block;
  font-size: 14px;
  line-height: 1.285;
  margin-bottom: 15px;
}
.notify-bar_footer {
  display: inline-block;
  float: right;
}
.notify-bar_footer .button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: PTSans,Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: 700;
  height: 35px;
  line-height: 33px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-appearance: button;
  background: #ed2324;
  color: #fff;
}
.button_inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.button__primary .button_inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.notify-bar_footer .button_text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}


/*стили для разработчика - перенес с footer*/
.kznsystem{
	z-index: 5;
	position: fixed;
	bottom: 10px;
	right: 10px;
	text-align: center;
	padding: 4px;
	opacity: 0.4;
	transition: all .5s ease;
	display: block;
	background-color: #39302e;
	color: #fff;
}
.kznsystem:focus{
	color: #fff;
}
.kznsystem:hover{
	opacity: 1;
	color: #fff;
}
.kznsystem-span{
	color: #fff;
	font-weight: bold;
	font-style: italic;
}

.info__title .item {
	display: inline-block;
}
.info__title .item .item_title {
	font-size: 12px;
}

.mb-70 {
	margin-bottom: 70px;
}
.pb-70 {
	margin-bottom: 70px;
}

.social__link.mod{
    margin-right: 25px;
}
.social__link.mod.tg{
    height: auto;
}

div[data-link]:hover {
	cursor: pointer;
}

a:not([class]), a:not([class]):hover, a:not([class]):active, a:not([class]):focus {
	text-decoration: underline;
}

/*Кнопка купить билеты*/
.btn-buy, .btn-buy:visited, .btn-buy:active, .btn-buy:focus {
    color: #fff;
    background-color: #0081ac;
	border: 1px solid #0081ac !important;
	width: 300px !important;
    height: 60px !important;
	justify-content: center;
}
@media only screen and (max-width: 1499px) {
	.btn-buy {
		width: 220px !important;
	}	
}
.btn-buy:hover{
	color: #fff !important;
	color: #0081ac !important;
	background-color: #fff;
}
.btn-buy:before {
	display:none;
}

.light-title {
	color: #fff9e3;
}

/*иконки соц. сетей в меню*/
.social_light_icon{
	display: inline-block;
}
.social_light_icon:before {
	display:none;
}
@media only screen and (max-width: 991px) {
	.social_light_icon {
		margin-bottom: 20px;
	}																
}


/*slick-arrow*/
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
	z-index: 10;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: .7;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .3;
}

.slick-prev:before,
.slick-next:before
{
    /*font-size: 20px;*/
    line-height: 1;
    opacity: .4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
	left: 0px;
}

.slick-prev:before
{
    content: url(/local/templates/main/icons/svg/left-arrow.svg);
}

.slick-next
{
	right: 0px;
}

.slick-next:before
{
    content: url(/local/templates/main/icons/svg/right-arrow.svg);
}

/*new styles banner*/
.main__item-text, .main__item-title, .main__item-button {
	margin-right: 50px;
}

.btn_more_yellow {
    color: #fff;
    background-color: #feba11;	
}
.btn_more_blue {
    color: #fff;
    background-color: #0081ac;	
}
.btn_more_accent {
    color: #fff;
    background-color: #c02362;	
}

.eye {
	margin: 0px !important;
}

.instruments {
	position: relative;
}

.search_input_div {
    position: absolute;
    right: calc(100% - 25px);
    height: 38px;	
    width: 0;
	display: none;
}
.search_input_div.show {
	display: block;
}

.search_input_div .search_input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 32px 0 10px;
	color: #4f4f4f;
}

.search_input_div .search_input::placeholder {
		opacity: .7;
}

.search_input_div span.search_close {
	position: absolute;
    margin: auto auto;
    right: 12px;
    color: initial;
    cursor: pointer;
    opacity: 0.7;
    top: 9px;
}

a.tag {
	margin-right: 7px;
	border-bottom: 1px solid;
	display: inline-block;
	color: #0081AC;
	font-size: 20px;

}

a.tag.setting {
	color: inherit;
	font-size: 18px;
}

.head-fixed {
	z-index: 100 !important;
}

.reviews-text img{
	display: inline-block;
}

/*переопределение стилей*/

@media only screen and (max-width: 991px) {

}

@media only screen and (max-width: 480px) {

	.bar__menu:not(.active) {
		bottom: 20px !important;
		top: inherit !important;
	}
	.bar__menu:not(.active)::before, .bar__menu:not(.active)::after {
		background-color: #ffffff;
	}	
	.bar__menu:not(.active) span {
		background-color: #ffffff;
	}	
	
	.head {
		height: 60px !important;
	}	
	.head-fixed {
		height: 60px !important;
	}	
	
	.slick-prev,
	.slick-next {
		display: none !important;
	}
	
	.language {
		font-size: 14px !important;
	}

	.head__menu-a {
		height: 75px !important;
	}
	
}


/* End */
/* /local/templates/main/template_styles.css?16965776947502 */
