

/* Start:/local/templates/oceanarium/css/slick.css?15384838361895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/oceanarium/css/slick-theme.css?15384838363349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/oceanarium/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/oceanarium/css/./fonts/slick.eot');
    src: url('/local/templates/oceanarium/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/oceanarium/css/./fonts/slick.woff') format('woff'), url('/local/templates/oceanarium/css/./fonts/slick.ttf') format('truetype'), url('/local/templates/oceanarium/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    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: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/oceanarium/template_styles.css?17779033595134*/
/* временные стили для разделов без вёрстки */
#main-content.container{
    color: #fff;
}

p.menu-header{
    font-weight: bold;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	#application-request-40 {
		top: 35px !important;
		max-height: 100vh;
    	overflow: auto;
    	padding-bottom: 50px;
	}
}
.news-subscr-link {
	white-space: nowrap;
	text-decoration: none;
}
.news-subscr-link svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}
.news-subscr-link span {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 16px;
}
.news-list .news-subscr-link span {
	font-size: 16px;
}
.top-subscribe {
	padding-right: 30px;
	padding-left: 30px;
}

.btn.btn-fish {
    display: flex;
    padding-left: 20px !important;
    width: 205px !important;	
}
.btn.btn-orange-fish {
	display: inline-flex;
	align-items: center;
	text-align: left;
    height: 40px;
    background: linear-gradient(209.4deg, #FFA200 10.58%, #F52757 87.58%);
    border-radius: 30px;
    line-height: 40px;
    font-size: 14px;
    padding: 0px 20px;
    width: auto;	
}
.btn.btn-orange-fish .ico {
	margin-left: 10px;
}

.concert-banner {
	padding: 20px 0px;
}
.concert-banner__image {
	position: relative;
}
.concert-banner__image img {
	display: block;
	width: 100%;
}

.concert-banner__btn {
	position: absolute !important;
	bottom: 23%;
}
@media (max-width: 768px) {
	.concert-banner__btns {
		display: flex;
		justify-content: space-between;
		width: 100%;	
	}

	
}

.btn.concert-banner__btn--music {
	left: 30px;
	background: linear-gradient(241.26deg, #00F0FF -3.62%, #2786F5 83.88%);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff;	
}
@media (max-width: 768px) {
	.btn.concert-banner__btn--music {
		padding: 0 25px !important;
	}
	.buttons-row {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.btn.btn-orange.buy-main-btn2 {
		width: 100% !important;
		margin-bottom: 10px;
	}

	.btn.btn-blue.group-main-btn3 {
		width: 100% !important;
	}

	.btn.btn-orange.buy-main-btn2 span { 
        font-size: 15px !important;
	}

	.btn.btn-blue.group-main-btn3 span {
      font-size: 15px !important;
	}
}

.btn.concert-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto !important;
	padding: 0 40px !important;	
}
@media (max-width: 768px) {
	.btn.concert-banner__btn {
		position: relative !important;
		margin-top: 20px;
		padding: 0 20px !important;
		left: auto !important;
		right: auto !important;
	}
}
@media (max-width: 414px) {
	.btn.concert-banner__btn {
	    height: 40px !important;
	    font-size: 14px !important;
	    line-height: 40px !important;
	}
}

.btn.concert-banner__btn .ico {
	margin-left: 15px;
	position: static !important;
}
.ico-music {
	width: 16px;
	min-width: 16px;
	height: 18px;
	background: url(/local/templates/oceanarium/img/icons/ico-music.png) no-repeat 0 0 !important;
	background-size: contain !important;
	position: static !important;
}

.concert-banner__btn--tickets {
	right: 30px;
}

.img-shrink {
	height: 250px;
	max-width: 250px;
	margin: 0 auto;
}

.entertainment-item-cafe2 {
  background-color: rgba(240, 128, 128, 0.8);
}

.entertainment-item-elkursiya {
  background-color: rgba(0, 130, 106, 0.4);
}

.btn.btn-orange.buy-main-btn2 {
  font-family: 'Arial';
  letter-spacing: 0px;
  text-align: center;
  height: 50px;
  background: linear-gradient(245.25deg, #FFA200 12.96%, #F52757 87.91%);
  border-radius: 30px;
  line-height: 2.85rem;
  font-size: 18px;
  padding: 0px 25px;
  width: auto;
}
.btn.btn-orange.buy-main-btn2 span {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
	justify-content: center;
}
.btn.btn-orange.buy-main-btn2 .ico {
    position: static;
    margin-left: 6px;
    margin-top: 3px;
}


.btn.btn-blue.group-main-btn3 {
  font-family: 'Arial';
  letter-spacing: 0px;
  text-align: center;
  height: 50px;
  background: linear-gradient(69.45deg, #2786F5 13.63%, #00C2CE 86.37%);
  border-radius: 30px;
  line-height: 2.85rem;
  font-size: 18px;
  padding: 0px 25px;
  width: auto;
  color: #FFF;
}
.btn.btn-blue.group-main-btn3 span {
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
	justify-content: center;
}
.btn.btn-blue.group-main-btn3 .ico {
    position: static;
    margin-left: 6px;
    margin-top: 3px;
}

.btn-content {
	display: flex;
    gap: 15px;
    align-items: center;
	justify-content: center;
}

.buttons-row {
    display: flex;
    gap: 15px;
    align-items: center;
}

.buttons-row .btn {
    flex: 1;
    white-space: nowrap;
}

.buttons-row {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.buttons-row .btn {
    min-width: 200px;
}

.parking-link {
  text-decoration: underline;
  font-weight: 700;
  color: #1E90FF;
}

.parking-link:hover {
  opacity: .6;
}

.news-description-title {
	color: #FFF !important;
}
/* End */
/* /local/templates/oceanarium/css/slick.css?15384838361895 */
/* /local/templates/oceanarium/css/slick-theme.css?15384838363349 */
/* /local/templates/oceanarium/template_styles.css?17779033595134 */
