.dn, .hidden {
    display: none;
}
.gallery-items {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
}
.gallery-item {
    overflow: hidden;
}
.gallery-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.gallery-item:not(.gallery-item:nth-child(5)) {
    opacity: .8;
    transition: .2s opacity linear;
}
.gallery-item a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.right-pos-aside {
	flex-direction: row-reverse;
	flex-wrap: unset;
}

.b-content-tabs {
    margin: 20px 0;
}
.tabs__list {
    display: flex;
    flex-wrap: wrap;
	width: fit-content;
}
.tabs__item {
    background-color: #96cac3;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-right: solid 1px #fff;
}
.tabs__item .active {
    background-color: #2db29f;
    color: #fff;
}
.tabs__contents:not(:empty) {
    border: solid 1px #2db29f;
    margin-top: -1px;
}
.tabs__content .active {
    display: block;
}
.tabs__content {
    padding: 25px 20px;
    display: none;
}
button. button__zakaz {
    display: table;
    text-align: center;
    text-decoration: none;
    padding: 0.8em;
    text-transform: uppercase;
    margin: 30px auto 30px;
    width: 250px;
}
.content-aside {
    position: relative;
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    box-shadow: 0 1px 3px rgb(51 51 51 / 5%), 0 4px 20px rgb(51 51 51 / 6%);
    border-radius: 8px;
    background-color: white;
	width: 25%;
}
.aside-fixed {
    background: white;
    box-sizing: border-box;
}

/* .aside-item {
    margin: 1.5em 0;
} */
.aside-item b {
    color: var(--base);
}

.aside-tooltip {
    margin-bottom: 1em;
}
.aside-btn {
    width: 100%;
}
a.b-button, .b-button {
    display: inline-block;
    padding: 6px 1em;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: var(--base);
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip-icon {
    display: inline-block;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    background-color: #eaeaea;
    border-radius: 50%;
    cursor: pointer;
    color: #636363;
    font-weight: bold;
    transition: .2s background linear;
}
.tooltip-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding: 15px;
    visibility: hidden;
    width: 300px;
    background-color: white;
    box-shadow: 0 1px 3px rgb(51 51 51 / 5%), 0 4px 20px rgb(51 51 51 / 6%);
    color: #4f4f6f;
    text-align: center;
    border-radius: 6px;
    z-index: 1;
    font-size: 14px;
    line-height: 18px;
}
.tooltip:hover .tooltip-content {
    visibility: visible;
}
.aside-item p {
    margin: 0.5em 0;
    line-height: normal;
	font-size:18px;
}
.tooltip-icon:hover {
    background-color: #dadada;
    color: #868686;
}
.period-select {
    width: 100%;
    height: 2rem;
    padding: 0 0.5em;
    border: solid 1px #ddd;
    outline: none;
}
.aside-item-yellow {
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    background-color: #fff0d3;
    border-radius: 5px;
}
.live-icon {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 0 0.5em;
}
.live-icon-hotel {
    background-image: url(../i/hotel.png);
}
.live-icon-tent {
    background-image: url(../i/tent.png);
}
.live-icon-base {
    background-image: url(../i/home-page.png);
}
.advantage {
    margin-bottom: 30px;
}
.advantage__header {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
}
.advantage__list {
    background: #f5f5f5;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}
.advantage__item--price {
    background: url(../../template/i/included.png) left center no-repeat;
}
.advantage__item--payment {
    background: url(../../template/i/included.png) left center no-repeat;
}
.advantage__item {
    font-weight: bold;
    padding-left: 42px;
    line-height: 1em;
    min-height: 32px;
    display: inline-flex;
    align-items: center;
}
.b-aside__manager {
    /* margin-bottom: 30px; */
	border:1px solid #c1c1c1;
	margin-top:15px;
	display: flex;
    flex-direction: column;
    align-items: center;
}
/* .manager__disclaimer {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
}
.manager__content {
    padding: 15px;
    border: 1px solid #c1c1c1;
} */
 .b-aside__manager .manager__disclaimer {
    font-size: 14px; 
	margin: -5px 10px; 
	/* margin-top:-14px; */
	text-align:center;
	background-color: white;
	width: 180px;
    font-weight: 700;
}
.manager__content {
  width:100%;
  margin:0;
  padding:25px;
} 
.manager__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}
/* .manager__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: center;
    justify-content: center;
} */
.manager__label {
    flex-basis: 100%;
    line-height: 20px;
}
@media (min-width: 992px) {
	.manager__phone {
		font-size: 18px;
	}
}
.manager__phone {
    text-decoration: none;
    display: inline-block;
    position: relative;
    line-height: 20px;
    font-size: 16px;
    font-weight: inherit;
    transition: color .5s;
}
.manager__phone:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid transparent;
    transition: color .5s, border .5s;
}
.manager__whatsapp {
    text-decoration: none;
}
.manager__value a {
    color: #007cb9;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.tour-program {
	position: relative;
}
.tour-program::before{
	content: '';
	position: absolute;
	left: -10px;
	top: 0;
	bottom: 0;
	border-left: 1px solid rgba(45,178,159,.3);	
}
.tour-program-title {
	position: relative;
	cursor: pointer;
	padding: 5px 0 5px 10px;
	border: 1px solid #eeeeee;
	border-radius: 4px;
	transition: .2s background linear;
}
.tour-program-title:hover{
	background-color: #eeeeee;
}
.tour-program-title-active {
	background-color: #eeeeee;
}

.tour-program-check {
	position: relative;
	margin: 5px 0 5px 84%;
	display: inline-block;
	cursor: pointer;
}
.tour-program-check::after{
	content: '';
	position: absolute;
	right: -25px;
	top: 2px;
	width: 15px;
	height: 15px;
	border: 1px solid #d7d2bd;
	border-radius: 2px;
}
.tour-program-item-active {
	display: block;
}
.tour-program-check-active {
	border-color: #007cb9;
	color: #007cb9;
}
.tour-program-check-active::after{
	border-color: #007cb9;
}
.tour-program-check-active::before{
	content: '';
	position: absolute;
	right: -20px;
	top: 4px;
	width: 5px;
	height: 8px;
	border-right: 1px solid #007cb9;
	border-bottom: 1px solid #007cb9;
	transform: rotate(45deg);
}
.tour-program-title:after{
	content: '';
	position: absolute;
	right: 15px;
	top: 13px;
	width: 7px;
	height: 7px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	transition: all 0.2s ease-in-out;
	transform: rotate(45deg);
}
.tour-program-title-active:after{
	transform: rotate(225deg);
	top: 18px;
}
.tour-program-title::before {
	position: absolute;
	content: '';
	left: -16px;
	top: 18px;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: #2db29f;
}
.tour-program-day-title {
	/* display: inline-block; */
	display:none;
	font-size: 16px;
	position: relative;
	color: #2db29f;	
	text-decoration: underline;
}
.tour-program-day-title::before {
	position: absolute;
	content: '';
	left: -17px;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	background: url(../../template/i/clock.png) center center no-repeat #c1c1c1;
	  background-size: auto;
	background-size: contain;
	border-radius: 14px;
}
.tour-program-day-title::after {
	content: '';
	position: absolute;
	right: -35px;
	top: -5px;
	width: 24px;
	height: 24px;
	background-image: url('../../template/i/clock.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.tour-program-images {
    margin: 15px 0;
	display: flex;	
    flex-wrap: wrap;
}
.tour-program-image {
	width: 100%;
    max-width: 320px !important;
	height: auto;
}
.tour-program-image +.tour-program-image {
	margin-left: 15px;
}
.tour-program-item {
	position: relative;
}
.tour-program-item-content {
	display: none;
}
.tour-program-item-active .tour-program-item-content {
	display: block;
}
.tour-program-title + .tour-program-item-content {
	display: none;
}
.tour-program-title-active + .tour-program-item-content {
	display: block !important;
}
.tour-program-day-readmore {
	display: none;
}
.tour-program-item + .tour-program-day-readmore {
	display: block;
	width: 300px;
	padding: .8em;
	margin: 0 auto;
}
.tour-program-item-active {
	display: block;
}
.tour-program-day-readmore-hide {
	display: none;
	width: 300px;
	padding: .8em;
	margin: 0 auto;	
}
.tour-program-day-readmore-hide-active {
	display: block;
}
.tour-program-day-readmore-hide-active{
	display: block;
}
.tour-program-item.tour-program-item-active + .tour-program-day-readmore-hidden {
	display: none;
}

@media screen and (max-width: 767px) {
    .tour-program-check {
        margin-left: 0;
    }
    .tour-program-title {
        font-size: 16px !important;
    }
    .content-aside {
        width: 100%;
    }

}

.u-content .ex-title-one {
    margin-top: 0;
}
.tabs__contents h3{
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin: 30px 0 15px 0;
    border-top: 1px solid var(--base);
    border-bottom: 1px solid var(--base);
}