.body-fill-footer #footer{
	background: #007987
}
.section-yona {
    color: #121212;
	font-size: 16px;
	line-height: normal;
	margin-bottom: 80px;
}
.yona_1st {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
	margin-top: 15px;
}
.yona_1st__right {
    width: 480px;
    height: 512px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}
.yona_1st__left {
    width: calc(100% - 480px - 40px);
}
.yona_h1 {
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 8px;
	line-height: 28px;
}
.yona_timing {
    display: flex;
    gap: 8px;
}
.yona_timing__item {
    padding: 3px 8px;
    background: #007987;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
}
.yona_hr {
    margin: 24px 0;
    border: none;
    height: 1px;
    background: #DFDFDF;
    width: 100%;
}
.yona_h3 {
    font-size: 16px;
    font-weight: 900;
    margin: 0 0 8px;
}
.yona_text>p {
    margin: 8px 0;
}
.yona_inc {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.yona_inc__item {
    width: calc(100% / 3 - 16px * 2 / 3);
    display: flex;
    gap: 12px;
    align-items: center;
    background: #fff;
    padding: 12px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 20px;
}
.yona_inc__item>span {
    width: calc(100% - 48px);
}
.yona_btn {
    background: #007987;
    width: 100%;
    display: none;
    border-radius: 15px;
    height: 48px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-top: 16px;
}
.yona_2nd {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}
.yona_2nd__left {
    width: 494px;
}
.yona_2nd__right {
    width: calc(100% - 494px - 28px);
}
.yona_slider__item {
    height: 289px;
    display: block;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
}
.slick-arrow {
    position: absolute;
    left: 16px;
    top: calc(50% - 18px);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: url(/wp-content/themes/spbkater/img/yona/slick_arr.svg) no-repeat;
    background-size: cover;
	cursor:pointer;
    z-index: 9;
}
.slick-next {
    left: unset;
    right: 16px;
}
.slick-prev{
	transform:rotate(180deg)	
}
.slick-disabled {
    opacity: 0.5;
}
.yona_slider__item_nav {
    height: 56px;
    margin: 0 6px;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
}
.yona_slider {
    margin-bottom: 12px;
}
.yona_slider {
    margin-bottom: 12px;
}
.section-yona p {
    margin: 8px 0;
    font-size: 16px;
    line-height: 24px;
}
.yona_h2 {
    margin: 0 0 20px;
    font-weight: 900;
}
.yona_prices {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.yona_prices__block {
    background: #fff;
    border-radius: 35px;
    padding: 32px 30px;
}
.yona_prices__dpass>h2 {
    margin: 0;
}
.yona__dpass__wrap {
    margin-top: 20px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}
.yona_dpass__item {
    width: calc(100% / 3 - 32px * 2 / 3);
    border-right: 1px solid #DFDFDF;
    padding: 8px 0;
}
.yona_dpass__item-col-2 {
    width: calc(50% - 16px);
}
.yona__dpass__wrap>*:last-child {
    border: none;
}
.yona_dpass__title {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
}
.yona_dpass__name {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
}
.yona_dpass__title_note {
    font-size: 20px;
    color: #6F7789;
}
.yona_dpass__time {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}
.yona_dpass__time>b {
    font-size: 14px;
}
.yona_dpass__times {
    display: flex;
    gap: 8px;
}
.yona_dpass__hr {
    margin: 0;
    width: 1px;
    background: #DFDFDF;
}
.yona_dpass__prices {
    margin: 16px 0 12px;
}

.yona_dpass__price {
    color: #6F7789;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}
.yona_dpass__price>i {
    display: flex;
}
.yona_dpass__deposit {
    font-size: 14px;
}
.yona_dpass__btn {
    background: #F6F6F6;
    border: none;
    font-size: 14px;
    font-weight: 900;
    padding: 10px 20px;
    border-radius: 14px;
    cursor: pointer;
    transition: .3s;
	color: rgb(18, 18, 18);
}
.yona_dpass__btn:hover {
    filter: brightness(0.9);
}
.show767{
	display: none
}
.yona_prices__block-img {
    border-radius: 35px;
    overflow: hidden;
	padding:0
}
.yona_prices__block-img img {
    width: 100%;
    display: block;
}
.yona_h2-prices {
    margin-bottom: 32px;
}
.yona_places {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.yona_places__img {
    width: 320px;
    height: 212px;
    border-radius: 20px;
    background-size: cover;
    background-position: center right;
}
.yona_places__item {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
}
.yona_places__content {
    width: calc(100% - 28px - 320px);
}
.yona_places__content_title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 16px;
}
.yona_places__times {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.yona_places__time {
    width: calc(50% - 16px);
    border-right: 1px solid #DFDFDF;
}
.yona_places__times>*:last-child {
    border: none;
}
.yona_places__time_1st {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
.yona_places__day {
    display: flex;
    align-items: center;
    gap: 8px;
}
.yona_places__day>i {
    display: flex;
}
.yona_dpass__hr-places {
    height: 24px;
}
.yona_dpass__price-places {
    margin: 0;
}
.yona_places__deposit {
    font-size: 12px;
    width: 100%;
}
.yona_places__deposit>b {
    font-size: 14px;
    width: 100%;
    display: block;
}
.yona_places__time_2nd {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.yona_places__info {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 900;
    border-radius: 16px;
    border: 1px solid #F0F0F0;
    padding: 12px;
}
.yona_places__info>i {
    display: flex;
}
.yona_prices__block-ol br {
    display: none;
}
.yona_prices__block-ol ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 24px;
}
.yona_prices__block-ol li {
    display: flex;
    gap: 6px;
}
.yona_prices__block-ol i {
    width: 16px;
    font-style: normal;
    font-weight: 900;
    color: #007987;
}
.yona_prices__block-ol span {
    width: calc(100% - 16px - 6px);
}
.yona_prices__block-ol p {
    margin: 8px 0 0 0;
}
.n_island_1st__slide {
    height: 500px;
    background-size: cover;
    background-position: center;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}
.slick-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 0;
    margin: 0;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 8px;
    align-items: center;
}
.slick-dots button {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    display: flex;
}
.slick-active>button {
    background: #121212;
}
.n_island_1st {
    position: relative;
}
.n_island_1st__info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 588px;
    color: #fff;
}
.n_island_1st__h1 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 16px;
}
.n_island_1st__announce>p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.n_island_1st__btns {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}
.n_island_1st__btns>a {
}
.n_island_1st__anchor {
    background: #fff;
    color: #121212;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    padding: 0 28px;
    line-height: normal;
    height: 48px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    transition: .3s;
}
.n_island_1st__soc {
    font-size: 0;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2CB742;
    border-radius: 15px;
}
.n_island_1st__soc-tg {
    background: #29A1DD;
}
.n_island_1st__soc:hover,
.n_island_1st__anchor:hover {
    filter: brightness(0.9);
}
.n_island_1st__slide::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 428px;
    bottom: 0;
    background: linear-gradient(0deg, #1B4B63, #1b4b6300);
}
.n_island_block {
    margin: 32px 0;
    padding: 24px 30px;
    background: #fff;
    border-radius: 35px;
	overflow: hidden;
}
.n_island_related .slick-list{
	    overflow: visible;
}
.n_island_h2 {
    color: #121212;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 900;
}
.n_island_tours .swiper-slide {
    width: calc(25%  - 10px * 3 / 4);
	height: auto;
}
.n_island_tours {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.n_island_tours .catalog-list__item {
    background: #F6F6F6;
	height: 100%;
}
.n_island_tours_announce {
    color: #121212;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}
.n_island_tours_announce>p {
    margin: 12px 0;
}
.n_island_tours_announce>*:last-child{
	margin-bottom:0
}
.n_island_acieves {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.n_island_acieves__item {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    color: #121212;
    align-items: center;
}

.n_island_acieves__img {
    width: 382px;
    height: 216px;
    border-radius: 24px;
    background-size: cover;
    background-position: center;
}

.n_island_acieves__content {
    width: calc(100% - 382px - 30px);
}

.n_island_acieves__title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 8px;
    line-height: normal;
}

.n_island_acieves__text {
    font-size: 14px;
    line-height: 20px;
}

.n_island_acieves__text br {
    display: none;
}
.n_island_tours .catalog-list__item__info__under-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
    margin-top: -2px;
    margin-bottom: 12px;
}
.n_island_map {
    border: 8px solid #fff;
    border-radius: 35px;
    overflow: hidden;
    padding: 0;
}
.n_island_map>* {
    margin: 0;
}
.n_island_related__item {
    width: 260px;
    display: block;
    background: #F6F6F6;
    border-radius: 15px;
    padding: 7px;
    font-size: 16px;
    font-weight: 900;
    color: #121212;
    text-decoration: none;
	margin: 0 5px;
}
.n_island_related__img {
    height: 160px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background-size: cover;
    background-position: center;
    margin-bottom: 6px;
}
.n_island_tours .catalog-list__item__info {
    justify-content: flex-start;
}
.n_island_tours .catalog-list__item__info__title{
    min-height: 34px;
}
.n_island_tours .catalog-list__item__info__under-title{
    min-height: 64px;
}

@media (max-width: 1200px) {
	.yona_1st__left {
		width: calc(100% - 40vw - 24px);
	}
	.yona_1st__right {
		width: 40vw;
		height: 42vw;
	}
	.yona_inc__item {
		width: calc(50% - 8px);
	}
	.yona_inc__item>img {
		width: 24px;
	}

	.yona_inc__item {
		padding: 8px 12px;
	}

	.yona_inc__item>span {
		width: calc(100% - 36px);
	}

	.yona_inc {
		gap: 8px;
	}
	.yona_1st {
		gap: 24px;
	}
}

@media (max-width: 991px) {
	.n_island_1st__slide {
		height: 460px;
	}
	.slick-dots {
		bottom: 16px;
		width: calc(100% - 60px);
		justify-content: center;
	}
	.n_island_1st__info {
		bottom: 50px;
		left: 80px;
	}
	.yona_2nd__left {
		width: 356px;
	}
	.yona_2nd__right {
		width: calc(100% - 356px - 24px);
	}
	.yona_2nd {
		gap: 24px;
	}
	.yona_places__time {
		width: 100%;
		border: none;
		border-bottom: 1px solid #DFDFDF;
	}
	.yona_places__content_title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.yona_places__time_1st {
		margin-bottom: 12px;
	}
	.yona_places__time_2nd {
		margin-bottom: 12px;
		justify-content: space-between;
	}
	.yona_places__deposit {
		width: auto;
	}
	.yona_places {
		gap: 32px;
	}
	.yona_places__times>*:last-child {
		margin-top: 12px;
	}
}

@media (max-width: 767px) {
	.n_island_related__item {
		width: 220px;
	}
	.n_island_acieves__content {
		width: 100%;
	}
	.n_island_block {
		margin: 24px 0;
	}
	.n_island_acieves__img {
		width: 480px;
	}

	.n_island_acieves {
		gap: 24px;
	}
    .n_island_tours .swiper-slide {
        width: 270px;
        height: 100%;
        margin: 0 5px;
    }
	.n_island_tours .catalog-list__item {
        height: 394px;
	}
	.n_island_tours_announce {
		margin-top: 12px;
		font-size: 14px;
		line-height: 20px;
	}
	.n_island_block {
		padding: 24px 20px;
	}
	.n_island_map {
		padding: 0;
		border-width: 5px;
		border-radius: 24px;
	}
    .yona_1st {
        flex-direction: column;
    }
	.yona_1st__right {
		width: calc(100% + 60px);
		max-width: unset !important;
		position: relative;
		left: -30px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		height: 352px;
	}
	.yona_1st__left {
		width: 100%;
		order: 2;
	}
	.yona_1st {
        flex-direction: column;
        align-items: flex-start;
    }
	.section-yona {
		margin-bottom: 64px;
	}
    .yona_timing__item {
        font-size: 15px;
        line-height: 0;
        height: 28px;
        display: flex;
        align-items: center;
    }
	.yona_hr {
		margin: 16px 0;
	}
	.yona_btn {
		display: flex;
	}
	.yona_2nd__left {
		width: 100%;
		order: 2;
	}
	.yona_2nd__right{
		width: 100%;
	}
	.section-yona p {
		font-size: 14px;
		line-height: 20px;
	}
	.yona_2nd__right>*:last-child{
		margin-bottom:0
	}
	.yona_h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}
	.yona_2nd__right.show_more {
		height: 232px;
		overflow: hidden;
		position: relative;
	}
    .yona_2nd__right.show_more::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 84px;
        background: linear-gradient(0deg, #f6f6f6, #f6f6f6a3);
    }
	.yona_show_more {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		font-size: 14px;
		color: #6F7789;
		display:flex;
		align-items: center;
		gap: 4px
	}
	.yona_show_more::after {
		content: '';
		width: 12px;
		height: 12px;
		background: url(/wp-content/themes/spbkater/img/yona/arr_show_more.svg) no-repeat;
		background-size: cover
	}
	.yona__dpass__wrap {
		gap: 20px;
		flex-direction: column;
	}

	.yona_dpass__item {
		width: 100%;
		border: none;
		padding: 0 0 20px 0;
		border-bottom: 1px solid #DFDFDF;
	}

	.yona_dpass__prices_line {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 14px;
	}

	.yona_dpass__prices {
		margin: 0;
	}
	.yona_prices {
		gap: 32px;
	}
	.show767{
		display: block
	}
	.hide767{
		display: none
	}
	.yona_places__content {
		width: 100%;
	}
	.yona_places__item {
		gap: 12px;
	}
	.yona_places__img {width: 356px;height: 236px;}
	.yona_prices__block-ol {
		font-size: 14px;
	}
	.n_island_1st__info {
		position: relative;
		background: #fff;
		border-radius: 35px;
		width: 100%;
		left: unset;
		bottom: unset;
		color: #121212;
		padding: 24px 20px;
        margin-top: -48px;
	}
	.n_island_1st__slide {
		height: 340px;
	}
	.n_island_1st__h1 {
		font-size: 24px;
		margin-bottom: 12px;
	}
	.slick-dots {
		bottom: 60px;
	}
	.n_island_1st__announce>p {
		font-size: 14px;
		line-height: normal;
	}
	.n_island_1st__anchor {
		display: none;
	}
    .n_island_1st__soc {
        width: calc(50% - 4px);
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        align-items: center;
        gap: 12px;
        height: 42px;
    }
	.n_island_1st__slide::before{
		display:none
	}
	.n_island_1st__slide {
		height: 253px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.n_island_1st__slider .slick-arrow {
		top: 85px;
	}
	.container-n_island {
		padding: 0;
	}
}

@media (max-width: 480px) {
    .yona_inc__item {
        width: 100%;
    }
	.yona_slider__item {
		height: 230px;
		border-radius:24px;
	}
	.yona_slider__item_nav {
		margin: 0 4px;
		border-radius: 12px;
		height: 48px;
	}
	.yona_prices__block {
		max-width: unset;
		width: calc(100% + 60px);
		left: -30px;
		position: relative;
	}
	.yona_places__img {
        width: 100%;
    }
	#yona_places {
		margin: 0;
	}
}

@media (max-width: 370px) {
    .yona_inc__item {
        width: 100%;
    }
	.yona_1st__right,
	.yona_prices__block	{
        width: calc(100% + 30px);
        left: -15px;
    }
}