@font-face {
	font-family: 'Agdasima';
	font-style: normal;
	font-weight: 400;
	src: url('/web/fonts/agdasima-v5-latin_latin-ext-regular.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Agdasima';
	font-style: normal;
	font-weight: 700;
	src: url('/web/fonts/agdasima-v5-latin_latin-ext-700.woff2') format('woff2');
	font-display: swap;
}

/*для текстовых блоков*/

.default-content p {
	font-family: Fira Sans, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #212121;
	margin: 0 0 12px; 
}

.default-content p:last-child {
	margin: 0;
}

.default-content ul,
.default-content ol {
	padding: 0;
	padding-left: 15px;
	margin: 0 0 12px;
}

.default-content ul li,
.default-content ol li {
	margin: 0 0 4px;
}

.default-content ul li:last-child,
.default-content ol li:last-child {
	margin: 0;
}

/* для всех страниц по умолчанию */

.page--default {
	font-family: Fira Sans, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #212121;
	margin: 20px 0 0;
}

.page--default a:hover {
	text-decoration: none;
}

.page--tourist .content-nav {
	display: none;
}

/*default table*/

.default-table td {
	border: none;
}

.default-table tr:first-child td,
.default-table tr:first-child th {
	background: #b2e776;
	border: none;
}

.default-table td, .default-table th {
	font-size: 14px;
}

.default-table tr:nth-child(odd) td {
	background: #F5FBF2;
}

/*title*/

.title-default {
	font-size: 24px;
	font-weight: 600;
	color: #212121;
	margin: 0 0 20px;
	position: relative;
}

.title-default:before {
	content: '';
	max-height: 34px;
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -4px;
	z-index: -1;
	background: linear-gradient(
		206deg,
		rgba(125, 198, 29, 0.4) 0%,
		rgba(125, 198, 29, 0.4) 100%
	);
}

.title-default--long:before {
	width: 173px;
}

.title-default--short:before {
	width: 116px;
}

/*content*/

.tour__content {
	margin: 0 0 32px;
}

.tour__content p {
	margin: 0 0 16px;
}

.tour__content--tourist p {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.tour__content p:last-child {
	margin: 0;
}

.tour__content ul {
	padding-left: 32px;
	margin: 0 0 12px;
}

.tour__content ul:last-child {
	margin: 0;
}

.tour__content ul li {
	padding: 0;
	margin: 0 0 12px;
	display: flex;
	gap: 8px;
}

.tour__content ul li:last-child {
	margin: 0;
}

/*wavy line*/

.wavy {.
	width: 100%;
	margin: 0 0 50px;
	text-align: center;
}
.wavy__line {
	width: 125px;
	height: 10px;
}

/*about*/

.client-types {
	margin: 0 0 50px;
}

.client-types__list {
	padding: 0;
	padding-left: 32px;
	margin: 0;
}

.client-types__item {
	font-size: 14px;
	line-height: 22px;
	list-style: none;
	position: relative;
}

.client-types__item {
	margin: 0 0 12px;
}

.client-types__item:last-child {
	margin: 0;
}

.client-types__item:before {
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	margin: 0;
	margin-left: -32px;
	background: url(/img/travel/list_icon.svg) no-repeat center/24px;
}

.client-types__item::marker {
	display: none;
}

.tour-about__slogan {
	font-size: 20px;
	font-weight: 600;
	margin: 50px 0;
	text-align: center;
}

.tour-about__services {
	margin: 0 0 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
}

.tour-about__service {
	padding: 24px;
	height: fit-content;
	border-radius: 20px;
	background: #b2e776;
	position: relative;
	flex: 0 0 calc((100% - 100px) /3 );
}

.tour-about__icon {
	position: absolute;
}

.tour-about__service-title{
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.tour-about__service-title:last-child {
	margin: 0;
}

.tour-about__service-desc {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.tour-about__service-icon {
	width: 52px;
	height: 52px;
	position: absolute;
	top: -25px;
	left: -25px;
}

.tour-about__notice {
	padding: 17px;
	margin: 0 0 70px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
	background: #fff;
	display: flex;
	align-items: center;
	gap: 20px;
}

.tour-about__notice-icon {
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background: linear-gradient(206deg, #7dc61d 0%, #1ab22b 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
}

.tour-about__notice-image {
	width: 36px;
	height: 36px;
}

.tour-about__notice-text {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}

/*agency*/

.tour-agency__advantages {
	margin: 0 0 70px;
}

.tour-agency__advantages-column {
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.tour-agency__advantages-column:last-child {
	margin: 0 100px;
}

.tour-agency__advantage {
	text-align: center;
	flex: 0 0 calc((100% - 60px)/3)
}

.tour-agency__advantages-column--short .tour-agency__advantage {
	flex: 0 0 calc((100% - 30px)/2);
}


.page--agency .tour-agency__advantages-column--short .tour-agency__icon {
	width: 54px;
	height: 54px;
}

.tour-agency__icon {
	width: 32px;
	height: 32px;
	margin: 0 0 12px;
}

.tour-agency__title {
	font-size: 18px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 12px;
}

.tour-agency__title span {
	font-weight: 400;
}

.tour-agency__title:last-of-type {
	margin: 0;
}

.tour-agency__description {
	margin: 0 0 12px;
}

.tour-agency__description span {
	font-size: 20px;
	font-weight: 700;
}

.tour-agency__description:last-child {
	margin: 0;
}

.tour-agency__link {
	font-weight: 500;
	color: #FFF;
	padding: 8px 16px;
	display: inline-flex;
	border-radius: 33px;
	transition: background .2s;
	background: linear-gradient(206deg, #7dc61d 0%, #1ab22b 100%);
}

.tour-agency__link:hover {
	color: #FFF;
	background: linear-gradient(206deg, #1ab22b 0%, #7dc61d 100%);
}

.tour-agency__details {
	padding: 32px 12px;
}

/*contacts*/

.contacts-block {
	margin: 0 0 30px;
	
	position: relative;
}

.contacts-block__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}

.contacts-block__subtitle {
	font-style: italic;
	color: rgba(0,0,0,.5);
}

.contacts-block__links {
	margin: 30px 0;
	display: flex;
	gap: 30px;
}

.contacts-block__link {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .1em;
	color: #FFF;
	width: 260px;
	height: 50px;
	border-radius: 50px;
	background: #E93D3D;
	transition: background .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.contacts-block__link:hover {
	color: #FFF;
	background: #b92d2d;
}

.contacts-block__link:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #FFF;
}

.contacts-block__link--phone:before {
	mask: url(/img/travel/phone_card_icon.svg) no-repeat center/20px;
}

.contacts-block__link--mail:before {
	mask: url(/img/travel/mail_card_icon.svg) no-repeat center/20px;
}

.contacts-block__socials {
	margin: 0 30px;
	display: flex;
	gap: 50px;
}

.contacts-block__social {
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contacts-block__social:hover {
	color: #212112;
	text-decoration: none;
}

.contacts-block__social:before {
	content: '';
	width: 32px;
	height: 32px;
}

.contacts-block__social--tg:before {
	background: url(/img/travel/tg_icon.svg) no-repeat center/32px;
}

.contacts-block__social--wa:before {
	background: url(/img/travel/wa_icon.svg) no-repeat center/32px;
}

.contacts-block__image {
	width: 241px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}

/*features*/

.features {
	margin: 0 0 70px;
}

.features__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.features__item {
	height: fit-content;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 24px 0 rgba(91,91,91,.1);
	background: #FFF;
	flex: 0 0 calc((100% - 30px)/2);
}

.features--tourist .features__item {
	margin: 0 0 30px;
	
}

.features--tourist .features__item:last-child {
	margin: 0;
}

.features__list-column {
	
	flex: 0 0 calc((100% - 30px)/2);
}

.features__item--note {
	color: #FFF;
	padding: 12px;
	height: auto;
	background: #38b827;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.features__image {
	width: 100%;
	height: 100%;
	aspect-ratio: 2.333;
	object-fit: cover;
}

.features__content {
	padding: 12px;
}

.features__title {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px;
}

.features__title:last-child {
	margin: 0;
}

a.features__title {
	color: #2DB628;
	display: inline-block;
	text-decoration: underline;
}

a.features__title:hover {
	text-decoration: none;
}

.features--tourist .features__item {
	position: relative;
}

.features--tourist .features__title:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.features--tourist .features__contacts {
	position: relative;
	z-index: 1;
}

.features__description {
	margin: 0 0 12px;
}

.features__description:last-child {
	margin: 0;
}

.features__icon {
	width: 32px;
	height: 32px;
}

.features__contacts {
	padding-top: 12px;
	border-top: 1px solid #E1E1E1;
}

.features__contacts-item {
	color: #212121;
	margin: 0 0 8px;
	white-space: pre;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.features__contacts-item:hover {
	color: #212121;
}

.features__contacts-item:last-child {
	margin: 0;
}

.features__contacts-note {
	font-weight: 400;
}

.features__contacts-icon {
	width: 18px;
	height: 18px;
}

/*info*/

.info-block {
	margin: 0 0 50px;
}

.info-block--about .info-block__item:before {
	content: '';
	background: url(/img/travel/check_icon.svg) no-repeat center,
				linear-gradient(206deg, #7dc61d 0%, #1ab22b 100%);
	
}

.info-block__list {
	margin: 50px 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.info-block__item {
	font-weight: 500;
	padding: 34px 20px 24px;
	border: 1px solid #d9d9d9;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
	background: #FFF;
	position: relative;
	text-align: center;
	flex: 0 0 calc((100% - 60px)/3);
}

.info-block__item::before {
	content: '';
	font-family: Agdasima, sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #FFF;
	width: 54px;
	height: 54px;
	position: absolute;
	top: -27px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 100%;
	background: linear-gradient(206deg, #7dc61d 0%, #1ab22b 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.info-block__item--staff::before {
	content: '37';
}

.info-block__item--experience::before {
	content: '13';
}

.info-block__item--quantity::before {
	content: '1M';
}

/*faq*/

.faq {
	margin-left: 27px;
}

.faq__item {
	padding: 30px 50px;
	margin: 0 0 20px;
	position: relative;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.08);
	background: #FFF;
}

.faq__item:before {
	content: '';
	width: 54px;
	height: 54px;
	position: absolute;
	top: 16px;
	left: -27px;
	margin: auto;
	border-radius: 100%;
	background-image: linear-gradient(206deg, #7dc61d 0%, #1ab22b 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq__item:last-child {
	margin: 0;
}

.faq__wrapper:before {
	content: '';
	width: 36px;
	height: 36px;
	position: absolute;
	top: 25px;
	left: -18px;
	margin: auto;
	border-radius: 100%;
	background-image: url(/img/travel/plus_icon.svg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 36px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq__link {
	font-size: 20px;
	font-weight: 600;
	color: #212121;
}


.faq__link:hover {
	color: #212121;
	text-decoration: none;
}

.faq__link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.faq__content {
	margin: 20px 0 0;
	display: none;
}

.faq__item--open .faq__content {
  display: block;
}

.faq__item--open .faq__wrapper:before {
	background-position: center bottom;
}

/*notice*/

.notice {
	padding: 30px;
	margin: 0 0 50px;
	text-align: center;
	background: linear-gradient(90deg, #b2e776 0%, #fff 100%);
}

.notice--revert {
	margin: 0;
	text-align: left;
	background: url(/img/travel/phone_icon.svg) no-repeat center right 58px,
				linear-gradient(90deg, #fff 0%, #b2e776 100%);
}

.notice__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 8px;
}

.notice__description {
	margin: 0;
}

.notice__description a {
	color: #212121;
}

.table-default {
	width: 100%;
}

.table-default td {
	padding: 15px;
}

.table-default tr:nth-child(odd) {
	background: #f5fbf2;
}

.table-default tr.table-default__header {
	font-weight: 500;
	background: #b2e776;
}

@media(max-width: 991px) {
	.contacts-block {text-align: center;}
	.contacts-block__link {width: 50%; gap: 4px;}
	.contacts-block__socials {margin: 0 0 30px; justify-content: center; gap: 30px;}
	.page--default .contacts-block__image {position: static; max-width: 260px;}
	.page--default .features__image {max-width: 100%;}
	.info-block__item {flex: 0 0 calc((100% - 30px) / 2);}
	.tour-about__service {gap: 30px; flex: 0 0 calc((100% - 30px) / 2 );}
	.tour-about__services {gap: 30px;}
	.tour-agency__advantages-column:last-child {margin: 0;}
}
@media(max-width: 767px) {
	.tour-about__service-icon {width: 32px; height: 32px; top: -10px; left: -10px;}
}
@media(max-width: 591px) {
	.client-types {margin: 0 0 30px;}
	.contacts-block__links {gap: 15px;}
	.contacts-block__social {font-size: 14px;}
	.contacts-block__title {font-size: 20px; line-height: 28px;}
	.faq {margin-left: 15px;}
	.faq__item {padding: 20px 30px;}
	.faq__item:before {width: 32px; height: 32px; left: -17px;}
	.faq__link {font-size: 18px;}
	.faq__wrapper:before {width: 24px; height: 24px; top: 21px; left: -13px; background-size: 24px auto;}
	.features {margin: 0 0 30px;}
	.features__item {flex: 0 0 100%;}
	.features__list-column {flex: 0 0 100%;}
	.features__title {margin: 0 0 8px;}
	.info-block {margin: 0 0 30px;}
	.info-block--about .info-block__item:before {background-size: 16px;}
	.info-block__item {flex: 0 0 100%;}
	.info-block__item::before {font-size: 24px; width: 34px; height: 34px; top: -17px;}
	.notice {padding: 20px; margin: 0 0 30px;}
	.notice__title {font-size: 20px; line-height: 28px;}
	.title-default {font-size: 20px; line-height: 28px;}
	.title-default--short:before {width: 76px;}
	.title-default:before {top: -2px; bottom: -2px;}
	.tour-about__notice {margin: 0 0 30px;}
	.tour-about__notice-text {font-size: 14px; line-height: 22px;}
	.tour-about__service {padding: 12px; border-radius: 10px; gap: 15px; flex: 0 0 100%;}
	.tour-about__service-title {margin: 0 0 4px;}
	.tour-about__services {margin: 0 0 30px;}
	.tour-about__slogan {margin: 30px 0;}
	.tour-agency__advantage {flex: 0 0 100%;}
	.tour-agency__advantages {margin: 0 0 30px;}
	.tour-agency__advantages-column {margin: 0 0 15px; justify-content: center; gap: 15px;}
	.tour-agency__advantages-column--short .tour-agency__advantage {flex: 0 0 100%;}
	.tour__content {margin: 0 0 22px;}
	.tour__content--tourist p {font-size: 14px; line-height: 22px;}
	.wavy {margin: 0 0 30px;}
}