/*
    Theme Name: Adventure Tours
    Theme URI: http://themeforest.net/user/themedelight/portfolio
    Description: Adventure Tours is a fully responsive WordPress theme
    Version: 3.6.2
    Tags: blue, white, two-columns, right-sidebar, responsive-layout, flexible-header, custom-colors, theme-options, translation-ready, holiday
    Text Domain: adventure-tours
    Author: ThemeDelight
    Author URI: http://themeforest.net/user/themedelight
    License:  GNU General Public License
    License URI: license.txt
*/

/* ============================================================
   Блок описания категории туров (.tcd)
   Вставляется в общий файл стилей сайта.
   ============================================================ */

.tcd {
  --tcd-green:      #1f9d3a;
  --tcd-green-dark: #178031;
  --tcd-green-soft: #eaf6ec;
  --tcd-green-line: #cfe9d3;
  --tcd-ink:        #2c2c2c;
  --tcd-body:       #4a4a4a;

  color: var(--tcd-body);
  max-width: 860px;
  margin: 0 0 8px;
}

.tcd__inner {
  border-left: 4px solid var(--tcd-green);
  padding: 4px 0 4px 22px;
}

.tcd__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
}

.tcd__icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  color: var(--tcd-green);
}
.tcd__icon svg { width: 100%; height: 100%; display: block; }

.tcd__title {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--tcd-ink);
  margin: 0;
}

.tcd__text {
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 14px;
}
.tcd__text:last-of-type { margin-bottom: 16px; }
.tcd__text b { color: var(--tcd-ink); font-weight: 700; }

.tcd__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tcd__tags li {
  font-size: 13px;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 4px;
  background: var(--tcd-green-soft);
  border: 1px solid var(--tcd-green-line);
  color: var(--tcd-green-dark);
  white-space: nowrap;
}

@media (max-width: 640px) {
  .tcd__inner { padding-left: 16px; }
  .tcd__title { font-size: 19px; }
  .tcd__text  { font-size: 15px; }
}

/* ##############################
СТИЛИ ТУРОВ
############################## */
/* ===== INKARJALA: общие стили страниц туров ===== */
.ik-tour{font-family:inherit;color:#333;line-height:1.6;}
.ik-tour h2{color:#2e7d32;font-size:24px;margin:32px 0 16px;line-height:1.3;}
.ik-tour h3{color:#2e7d32;font-size:19px;margin:24px 0 12px;}

.ik-lead{background:#f3f8f3;border-left:4px solid #4caf50;padding:16px 20px;border-radius:6px;margin:0 0 24px;font-size:16px;}

.ik-card{border:1px solid #e3ece3;border-radius:3px;padding:24px;margin:0 0 28px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.04);}
.ik-card__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 18px;}
.ik-card__title{color:#2e7d32;font-size:20px;font-weight:700;margin:0;}

.ik-badge{display:inline-block;background:#4caf50;color:#fff;font-size:13px;font-weight:600;padding:4px 12px;border-radius:5px;}

.ik-specs{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;}
.ik-specs li{padding:8px 0;border-bottom:1px dashed #e3ece3;font-size:15px;}
.ik-specs li b{color:#1b5e20;display:block;font-size:13px;text-transform:uppercase;letter-spacing:.3px;margin-bottom:2px;}

.ik-price{font-size:22px;font-weight:700;color:#2e7d32;}

.ik-incl{display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;list-style:none;margin:14px 0 0;padding:0;}
.ik-incl li{position:relative;padding:6px 0 6px 28px;font-size:15px;}
.ik-incl li:before{content:"";position:absolute;left:0;top:8px;width:18px;height:18px;border-radius:50%;background:#4caf50 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2 9 19.2 20 8.2l-1.5-1.5z'/%3E%3C/svg%3E") center/14px no-repeat;}

.ik-note{background:#fff8e1;border:1px solid #ffe082;border-radius:3px;padding:14px 18px;margin:18px 0;font-size:15px;}
.ik-note b{color:#e65100;}

.ik-extra{background:#f3f8f3;border-radius:3px;padding:16px 20px;margin:18px 0;font-size:15px;}

.ik-advlist{list-style:none;margin:14px 0 0;padding:0;}
.ik-advlist li{position:relative;padding:8px 0 8px 30px;border-bottom:1px solid #f0f0f0;font-size:15px;}
.ik-advlist li:before{content:"\2713";position:absolute;left:0;top:8px;color:#4caf50;font-weight:700;font-size:18px;}

/* нумерованные шаги программы (тур «Реки Карелии») */
.ik-steps{list-style:none;counter-reset:step;margin:14px 0 0;padding:0;}
.ik-steps li{position:relative;padding:8px 0 8px 40px;border-bottom:1px solid #f0f0f0;font-size:15px;}
.ik-steps li:before{counter-increment:step;content:counter(step);position:absolute;left:0;top:8px;width:24px;height:24px;line-height:24px;text-align:center;border-radius:50%;background:#4caf50;color:#fff;font-size:13px;font-weight:700;}

/* прайс-лист «услуга — цена» (стоянки) */
.ik-pricelist{list-style:none;margin:14px 0 0;padding:0;}
.ik-pricelist li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:10px 0;border-bottom:1px dashed #e3ece3;font-size:15px;}
.ik-pricelist li span:last-child{font-weight:700;color:#1b5e20;white-space:nowrap;}

/* вертикальный таймлайн программы по дням */
.ik-timeline{list-style:none;margin:18px 0 0;padding:0 0 0 28px;border-left:2px solid #cfe3cf;}
.ik-timeline li{position:relative;margin:0 0 24px;padding:0 0 0 12px;}
.ik-timeline li:last-child{margin-bottom:0;}
.ik-timeline li:before{content:"";position:absolute;left:-37px;top:2px;width:16px;height:16px;border-radius:50%;background:#4caf50;border:3px solid #fff;box-shadow:0 0 0 2px #4caf50;}
.ik-timeline__day{display:block;color:#2e7d32;font-weight:700;font-size:16px;margin:0 0 6px;}

.ik-cta{text-align:center;margin:36px 0 20px;}
.ik-cta h2{margin-bottom:18px;}

.ik-gallery{display:flex;gap:16px;margin:24px 0;}
.ik-gallery__item{display:block;border-radius:3px;overflow:hidden;line-height:0;flex:1;}
.ik-gallery__item img{width:100%;height:240px;object-fit:cover;display:block;transition:transform .3s;}
.ik-gallery__item:hover img{transform:scale(1.04);}
.ik-gallery__cap{font-size:13px;color:#777;text-align:center;margin:6px 0 0;}

@media(max-width:640px){
  .ik-specs{grid-template-columns:1fr;}
  .ik-incl{display:flex;flex-direction:column;}
  .ik-gallery{display:grid;}
}

/* ##############################
КОНЕЦ СТИЛЕЙ ТУРОВ
############################## */

.tp-parallax-wrap h1#titleslide {
    margin: 0px !important;
}
.header__info__items-left .header__info__item a {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 30px 20px;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
    z-index: 999;
    display: none;
	background: #fff;
}
.atlist__item__content__items {
	position: inherit!important;
}
.modal a {
    color: #000;
}
.modal.active{
        display: block;
    }
.modal-close {
        position: absolute;
        top: 0;
        right: 0;
        transform: rotate(45deg);
        font-size: 35px;
        padding: 10px 10px;
        cursor: pointer;
}
@media (max-width:388px){
	div#wpcf7-f102-p26-o1 input.wpcf7-form-control.wpcf7-submit.buttom {
		font-size: 12px;
	}
}
@media (max-width:500px){
	.layout-content .header-section--with-banner .header-section__title {
		font-size: 27px;
		text-shadow: 0 5px 5px rgba(0,0,0,.4);
	}
	.layout-content .header-section--with-banner .header-section__description {
		font-size: 16px;
	}
	.tours-tabs {
		margin-top: 70px;
	}
	aside.sidebar {
		position: initial;
	}
	.price-decoration.block-after-indent {
		position: absolute;
		top: -30px;
		width: 100%;
		left: 0;
		right: 0;
	}
	.tours-tabs__content.padding-all iframe {
    width: 100%;
    height: 200px;
}
 }
 
 .header__info__item.header__info__item--phone.header__info__item--delimiter {
    font-size: 28px;
}
 
.category__text {
    margin-bottom: 30px;
    font-size: 14px;
}

.category__text1 {
    margin-top: 40px;
    font-size: 14px;
}
.row.section-margin-top {
    margin-top: 50px;
}

.banner-home{
	background:url(/wp-content/uploads/2015/11/zima_inkarjala.jpg) no-repeat;
background-size: 100%;

	background-position-y: 33%;

}
.banner-home .row{

display: flex;
    align-items: center;

}
.banner-title{
	font-size:43px;
	font-weight:700;
	line-height:55px;
	color:#163158;
}
.banner-button{
	color:#0a0a0a;
	background:#ffcd41;
	opacity:0.75;
	padding:12px 35px;
	font-size:17px;
	width:215px;
	cursor: pointer;
}
.banner-button:hover{
	opacity:1;
}
.col-md-3.banner-form {
    margin: 15px 0;
}
.footer-refers {
    display: flex;
    justify-content: space-between;
}
@media (max-width:767px){
	.banner-form{
		width:100%;
	}
	.banner-content{
		width:100%;
		
	}
	
	.banner-home { 
    background-size: auto;
    background-position-y: 0;
}
}
@media (max-width:689px){
	
	.banner-title {
    font-size: 33px;
    line-height: 45px;
}
}
@media (max-width:519px){
.banner-home .row{
 flex-wrap: wrap;
}
.banner-title {
		font-size: 30px;
		line-height: 30px;
	}
}
.wpc-posts-found {
	display: none;
}
.wpc-filter-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	margin-bottom: 8px;
}

.wpc-filters-section .wpc-filters-range-wrapper {
	border: 1px solid #e6e6e6;
	border-radius: 5px;
	padding: 0;
}

.wpc-filters-section .wpc-filters-range-wrapper > div {
	width: 50%;
	margin: 0;
	max-width: 50%;
}

.wpc-filters-section .wpc-filters-range-wrapper input {
	border: 0;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	color: #333;
	margin-bottom: 0;
	padding: 0;
	height: 16px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.wpc-filters-section .wpc-filters-range-wrapper .wpc-filters-range-column > span {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #626262;
	display: block;
	margin-bottom: 6px;
}

.wpc-filters-section .wpc-filters-range-wrapper .wpc-filters-range-column {
	padding: 8px 12px;
}

.wpc-filters-section .wpc-filters-range-wrapper .wpc-filters-range-column:first-child {
	border-right: 1px solid #e6e6e6;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
	background: #01ab31 !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle {
	box-shadow: 0 0 0 !important;
	border: 3px solid #01ab31 !important;
	background: white !important;
}

.wpc-filters-widget-wrapper > div {
	border-bottom: 1px solid #e0e0e0;
	padding: 16px 0;
	margin: 0;
}

.wpc-filters-range-inputs .ui-slider-horizontal {
	height: 4px !important;
}

.wpc-filters-range-inputs .ui-slider-horizontal {
	background: #f3f3f3 !important;
}

.wpc-filters-section .wpc-filters-ul-list li:before {
	content: none !important;
}

.wpc-filters-section .wpc-filters-ul-list li a {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: right;
	color: #1c1c1f;
}

.wpc-filters-section .wpc-filters-ul-list li a ~ span {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #979797;
}

.wpc-term-count .wpc-term-count-brackets-open,
.wpc-term-count .wpc-term-count-brackets-close {
	display: none !important;
}

.wpc-filters-widget-wrapper > div:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.widget_wpc_filters_widget {
	padding: 16px !important;
	border-radius: 5px !important;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1) !important;
	background: #fff !important;
}

.wpc-filters-widget-wrapper > div:nth-child(2) {
	padding-top: 0 !important;
}

.wpc-filters-main-wrap input[type=radio]:hover, .wpc-filters-main-wrap input[type=checkbox]:hover {
	border-color: #01ab31 !important;
}

.wpc-filters-main-wrap input {
	transition: 0.3s all;
}

.wpc-filters-main-wrap input[type=radio]:checked, .wpc-filters-main-wrap input[type=checkbox]:checked {
	border-color: #01ab31 !important;
	background-color: #01ab31 !important;
}

.wpc-filters-main-wrap input[type=checkbox]:after {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 3.83333L4.15661 7.51605C4.28152 7.66177 4.50924 7.65435 4.62439 7.50081L9.5 1' stroke='white' stroke-width='1.5' stroke-linecap='round' /%3e%3c/svg%3e");
	width: 11px !important;
	height: 9px !important;
	border: 0 !important;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(0deg) !important;
	top: 0 !important;
	bottom:  0 !important;
	left: 0 !important;
	right: 0 !important;
	margin: auto;
}

.wpc-filters-main-wrap ul a:hover {
	color: #1c1c1f !important;
}

.atlist .atlist__item {
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 5px;
}

.form_help > div {
	border-radius: 20px;
	padding: 40px;
}

.form_help .left {
	width: 552px;
}

.form_help .left h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	color: #fff;
	margin-bottom: 10px;
}

.form_help .left p {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
}

.form_help .flex {
	display: flex;
	margin: -4px;
}

.form_help .flex > div {
	width: 50%;
	padding: 4px;
}

.form_help label {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #fff;
	display: block;
	margin-bottom: 6px;
}

.form_help input {
	border: 1px solid #01ab31;
	border-radius: 5px;
	height: 44px;
	padding-left: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #929292;
	margin-bottom: 0 !important;
}

.form_help .flex br {
	display: none;
}

.form_help .flex {
	margin-bottom: 12px;
}

.form_help .comment br {
	display: none;
}

.form_help .comment textarea {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #929292;
	padding: 12px 16px;
	border: 1px solid #01ab31;
	border-radius: 5px;
	height: 100px;
	min-height: 100px;
	resize: none;
}

.form_help input[type="submit"] {
	border-radius: 5px;
	background: #01ab31;
	width: 248px;
	height: 44px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	margin-right: 16px;
	flex: none;
}

.form_help .submit {
	display: flex;
	align-items: center;
}

.form_help .submit p {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
}

.form_help .submit p a {
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: #01ab31;
}

.form_help > div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.inkarjala-photo-tours .inkarjala-photo-tours__slide {
	border-radius: 5px;
	overflow: hidden;
}

.more_tour .flex {
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
}

.more_tour .flex > div {
	padding: 10px;
	width: 25%;
}

.more_tour .flex > div > a {
	border-radius: 5px;
	height: 171px;
	overflow: hidden;
	position: relative;
	display: block;
	background-size: cover;
	background-position: center;
}

.more_tour .flex > div > a .name {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #fff;
	background: #01ab31;
	padding: 7px 10px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

.more_tour .flex > div > a .price {
	background: #fff;
	border-radius: 5px;
	padding: 4px 6px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 150%;
	text-align: center;
	color: #333;
	right: 8px;
	bottom: 8px;
	position: absolute;
}

.inkarjala-fav__grid {
	margin: -13px;
	margin-left: -13px !important;
}

.inkarjala-fav__grid > div {
	max-width: 100%;
	width: 25%;
	padding: 13px;
}

@media (max-width: 991px) {
	.form_help .left {
		width: 100%;
	}
	.more_tour .flex > div {
		width: 50%;
	}
	.inkarjala-fav__grid > div {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.form_help > div {
		padding: 20px;
	}
	.form_help .left h2 {
		font-size: 24px;
	}
	.form_help .flex > div {
		width: 100%;
	}
	.form_help .flex {
		flex-wrap: wrap;
	}
	.form_help .submit {
		flex-wrap: wrap;
	}
	.form_help input[type="submit"] {
		width: 100%;
		margin-bottom: 0px !important;
		margin-right: 0;
	}
	.form_help .submit p {
		margin-top: 0 !important;
	}
	.more_tour .flex > div {
		width: 100%;
	}
	.inkarjala-fav__grid > div {
		width: 100%;
	}
	.inkarjala-fav__grid > div {
		margin-bottom: 10px !important;
	}
}

.politic input {
	margin-right: 5px;
  	height: auto;
}

.politic label {
	font-size: 12px;
  font-weight: 400;
}