html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
}
label{
	cursor: pointer;
}
ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li{
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input:focus {
	outline: none;
}
textarea:focus {
	outline: none;
}
select:focus {
	outline: none;
}
sup {
	vertical-align: top;
	font-size: 10px;
}
sub {
	vertical-align: bottom;
	font-size: 10px;
}
html, body {
    width: 100%;
	height: 100%;
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	line-height: 165%;
	color: #242A2A;
	font-weight: 500;
}
h1, h2, h3, h4 {
	position: relative;
	color: #2F4A57;
}
h1 {
	font-size: 48px;
    line-height: 110%;
    font-weight: 700;
	margin-bottom: 36px;
}
h2 {
	font-size: 34px;
    line-height: 115%;
    font-weight: 700;
}
h3 {
	font-size: 24px;
    line-height: 125%;
    font-weight: 600;
}
h4 {
	font-size: 20px;
    line-height: 130%;
    font-weight: 600;
}
p, ul, ol {
	margin: 0 0 12px 0;
}	
ul li {
	position: relative;
	margin: 0 0 0 20px;
	list-style: disc;
}	
ul li::marker {
	font-size: 12px;
}	
ol li {
	margin: 0 0 0 20px;
	list-style: decimal;
}
a {
	color: inherit;
	text-decoration: none;
	transition: 1s;
}
a:hover {
	transition: 1s;
}
small {
	color: #5B6565;
	font-size: 14px;
    line-height: 145%;
}		
img {
	width: 100%;
	height: auto;
	display: block;
}	
div {
	box-sizing: border-box;
}	
button {
	font-family: "Manrope", sans-serif;
}

.btn {
	position: relative;
	display: inline-block;
	padding: 16px 24px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	cursor: pointer;
}
.btn1 {
	color: #fff;
	border: none;
	background: #1F7A5A;
}
.btn1:hover {
	background: #176B4F;
}	
.btn1:focus {
	background: #0F5A41;
}	
.btn1:disabled, .btn1:not([href]) {
	background: rgba(31,122,90,0.2);
	cursor: auto;
}

.btn2 {
	color: #1F7A5A;
	border: 1px solid #1F7A5A;
	background: none;
}
.btn2:hover {
	background: rgba(31,122,90,0.08);
	border-color: transparent;
}

.btn3 {
	color: #242A2A;
	border: none;
	background: #E9BB45;
}
.btn3:hover {
	background: rgba(233,187,69,0.8);
}	

.tags {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}	
.tag {
	padding: 10px 24px;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;	
}
.family {
	color: #1F7A5A;
	background: rgba(31,122,90,0.12);
}
.hit {
	color: #242A2A;
	background: rgba(233,187,69,0.35);
}
.seats, .seatsm {
	color: #D94B4B;
	background: rgba(217,75,75,0.12);
}
.comfort {
	color: #2F4A57;
	background: rgba(47,74,87,0.1);
}
.date {
	color: #2F4A57;
	background: rgba(47,74,87,0.06);
	border: 1px solid #D2E3E1;
}	

.tabs {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}	
.tab {
	padding: 0 24px;
	font-size: 14px;
	line-height: 130%;
	font-weight: 400;
	color: #2F4A57;
	background: rgba(47,74,87,0.06);
	border: 1px solid #D2E3E1;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	cursor: pointer;	
}
.tab.active {
	color: #1F7A5A;	
	border-color: #1F7A5A;
	background: rgba(31,122,90,0.12);
}

.section {
	position: relative;
	padding: 72px 0;
}	
.bgBeige {
	background: #FAFAF7;
}	
.bgSky {
	background: #E6F2F3;
}
.wp {
	max-width: 1512px;
    position: relative;
    padding: 0 36px;
    margin: 0 auto;
}	
.title {
	position: relative;
	display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
	text-align: center;
	margin-bottom: 36px;
}
.btnBox {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}	
.center {
	justify-content: center;
}

/* header */
.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 36px 0;
	z-index: 50;
}	
.top {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top__left {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 72px;
}
.top__right {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}
.logo {
	width: 200px;
	height: 100px;
	position: relative;
	display: block;
	background: url(../images/logo.png) no-repeat;
	background-size: auto 100%;
}	
.menu {
	position: relative;
}
.menu ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 36px;
	margin: 0;
}
.menu ul li {
	position: relative;
	margin: 0;
	list-style: none;
}
.menu ul li a {
	color: #fff;
	font-size: 20px;
	line-height: 130%;
	display: block;
}		
.social {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    gap: 12px;
}
.social a {
	width: 48px;
    height: 48px;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%;
}
.social a.tme {
	background-image: url(../images/i-tme.svg);
}
.social a.vk {
	background-image: url(../images/i-vk.svg);
}
.social a.ok {
	background-image: url(../images/i-ok.svg);
}

.burger {
	width: 30px;
	height: 30px;
	position: relative;
	background-image: url(../images/burger.svg);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	display: none;
}	

/* fixed */
.header.fixed {
	position: fixed;
	padding: 12px 0;
    background: #2F4A57;
}
.header.fixed .logo {
	width: 120px;
	height: 60px;
}	

/* main */
.main {
	width: 100%;
    min-height: 100%;
    position: relative;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main:before {
	width: 100%;
    height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background-color: rgba(23, 107, 79, 0);
	background-image: linear-gradient(0deg, rgba(23, 107, 79, 0) 0%, rgba(47, 74, 87, 0.8) 100%);
	content: '';
}	
.mainInfo {
	max-width: 1040px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding: 280px 0 72px 0;
}
.mainInfo__title {
	position: relative;
	color: #fff;
	font-size: 64px;
	line-height: 110%;
	font-weight: 700;
}
.mainInfo__subtitle {
	position: relative;
	margin-top: 24px;
	color: #fff;
	font-size: 28px;
	line-height: 110%;
	font-weight: 700;
	text-transform: uppercase;
}	

/* about */
.about {
	position: relative;
	display: grid;
    gap: 60px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
}	
.about__img {
	position: relative;
}
.about__text {
	position: relative;
}

/* plus */
.plus {
	position: relative;
	display: grid;
    gap: 48px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}
.plus__item {
	position: relative;
	display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-start;
	text-align: center;
}	
.plus__item img {
	max-width: 160px;
	margin: 0 auto;
}	

/* photo */
.photo {
	position: relative;
	display: grid;
    gap: 12px;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
}
.photo__item5 {
	position: relative;
	display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, 1fr);
    align-items: stretch;
}
.photo__item4 {
	position: relative;
	display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}

/* reviews */
.reviews {
	position: relative;
	display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
}
.reviews a {
	width: 100%;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.reviews a img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: top;
}	

/* faq */
.faq {
    position: relative;
	border-top: 2px solid #D2E3E1;
}
.faq-item {
    position: relative;
    padding: 24px 0;
    border-bottom: 2px solid #D2E3E1;
}	
.faq-item_title {
    position: relative;
	padding-right: 60px;
}
.faq-item_title:after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-image: url(../images/i-open.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
    content: '';
	cursor: pointer;
    transition: 0.5s;
}
.faq-item_info {
    position: relative;
    margin-top: 24px;
    display: none;
}
.faq-item.open .faq-item_info {
	display: block;
}
.faq-item.open .faq-item_title:after {
	transform: rotate(180deg);
	transition: 0.5s;
}

/* contacts */
.contacts {
	position: relative;
	padding-top: 88px;
	background: url(../images/icon.png) no-repeat top center;
}
.contacts .phone {
	position: relative;
	margin-bottom: 30px;
	text-align: center;
}
.contacts .phone a {
    font-size: 24px;
    line-height: 140%;
    font-weight: 800;
}	
.contacts .phone p {
	margin: 0 0 6px 0;
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;	
}

/* footer */
.footer {
	position: relative;
	padding: 36px 0;
	background: #1F7A5A;
}	
.footer .copyright {
	margin-bottom: 12px;
	color: #fff;
	text-align: center;
}
.footer a {
	display: block;
	color: #E9BB45;
    text-align: center;
    font-size: 14px;
	line-height: 140%;
}	

/* catalog */
.catalog {
	position: relative;
	display: grid;
    gap: 36px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
}	
.catalog__item {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
	background: #FAFAF7;
	border: 1px solid #D2E3E1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.catalog__top {
	position: relative;
	align-self: flex-start; 
}
.catalog__img {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.catalog__info {
	position: relative;
	padding: 24px;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: start;
	gap: 12px;
}	
.catalog__bottom {
	position: relative; 
	padding: 0 24px;
	align-self: flex-end;
}
.catalog__price {
	position: relative;
	padding-left: 26px;
	color: #2F4A57;
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	background: url(../images/i-price.svg) no-repeat left center;
}	
.catalog__btns {
	position: relative; 
	padding: 24px 0;
	display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.mobMenu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 36px 24px;
    background: #2F4A57;
    z-index: 1000;
    display: none;
}
.mobMenu .menu {
	margin-bottom: 36px;
}
.mobMenu .menu ul {
	display: block;
}
.mobMenu .menu ul li {
	margin-bottom: 12px;
}		
.mobMenu .menu ul li a {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
}
.mobMenu .phone {
	position: relative;
	margin-bottom: 24px;
	color: #fff;
}
.mobMenu .phone a {
    font-size: 24px;
    line-height: 140%;
    font-weight: 800;
}	
.mobMenu .phone p {
	margin: 0 0 6px 0;
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;	
}
.mobMenu .social {
    margin-top: 24px;
	justify-content: left;
}
.close {
	width: 36px;
    height: 36px;
    position: absolute;
    top: 24px;
    right: 24px;
	background: url(../images/close.svg) no-repeat;
	background-size: 100%;
	cursor: pointer;
}	

.tour-detail {
	width: 90%;
	max-width: 1240px;
	position: relative;
	display: none;
}	
.tour-detail h3 {
	margin-bottom: 24px;
}
.more-btn-hide,
.more-hide {
    display: none !important;
}
.more-show {
    display: grid !important;
}
img.emoji {
    width: 18px;
    display: inline-block;
}

.wrapperInner {
	position: relative;
}	
.wrapperInner .header {
	position: relative;
	background: #2F4A57;
}	
.custom-text-block {
	position: relative;
}	
.custom-text-block h4 {
	margin-bottom: 12px;
}

.cookieinfo {
	padding: 20px !important;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
	gap: 20px;
	flex-direction: column-reverse;
	color: #242A2A !important;
	font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 500 !important;
	font-family: "Manrope", sans-serif !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
}	
.cookieinfo span {
	width: 100%;
	padding: 0  !important;
}	
.cookieinfo-close {
	padding: 16px 24px !important;
	margin: 0 auto !important;
	color: #fff !important;
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
	font-family: "Manrope", sans-serif !important;
	background: #1F7A5A !important;
    -webkit-border-radius: 16px !important;
    -moz-border-radius: 16px !important;
    border-radius: 16px !important;
    box-sizing: border-box!important;
	float: none !important;
}		