/*
Theme name: EastLines
Description: EastLines
Author: 
Author URI: 
*/


@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Light/SFProDisplay-Light.eot');
	src: local('SF Pro Display Light'), local('SFProDisplay-Light'),
	url('fonts/SFProDisplay-Light/SFProDisplay-Light.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFProDisplay-Light/SFProDisplay-Light.woff2') format('woff2'),
	url('fonts/SFProDisplay-Light/SFProDisplay-Light.woff') format('woff'),
	url('fonts/SFProDisplay-Light/SFProDisplay-Light.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot');
	src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
	url('fonts/SFProDisplay-Regular/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff2') format('woff2'),
	url('fonts/SFProDisplay-Regular/SFProDisplay-Regular.woff') format('woff'),
	url('fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Medium/SFProDisplay-Medium.eot');
	src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
	url('fonts/SFProDisplay-Medium/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff2') format('woff2'),
	url('fonts/SFProDisplay-Medium/SFProDisplay-Medium.woff') format('woff'),
	url('fonts/SFProDisplay-Medium/SFProDisplay-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.eot');
	src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
	url('fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.woff2') format('woff2'),
	url('fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.woff') format('woff'),
	url('fonts/SFProDisplay-Semibold/SFProDisplay-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'SF Pro Display';
	src: url('fonts/SFProDisplay-Bold/SFProDisplay-Bold.eot');
	src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
	url('fonts/SFProDisplay-Bold/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/SFProDisplay-Bold/SFProDisplay-Bold.woff2') format('woff2'),
	url('fonts/SFProDisplay-Bold/SFProDisplay-Bold.woff') format('woff'),
	url('fonts/SFProDisplay-Bold/SFProDisplay-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}




:root {
	--red: #FCC10A;;
	--grey: #444443;
	--dark: #3C3C3B;
}



*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	font: 14px/1.5 'SF Pro Display', Arial, sans-serif;
}
.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1000px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0px solid transparent;
}
.container:after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'SF Pro Display', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 20px;
}
.text li {
	margin-bottom: 7px;
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}



.wrapper {
	overflow: hidden;
}

.button {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-width: 188px;
	min-height: 40px;
	padding: 8px 16px;
	background: #FCC10A;
	border: none;
	outline: none;
	border-radius: 3px;
	font-weight: 500;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
}
.button--arrow::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 14px;
	margin-left: 32px;
	background: #fff;
	-webkit-mask: url("i/bg-icon-arrow-right.svg") center no-repeat;
	mask: url("i/bg-icon-arrow-right.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.button:hover {
	background: var(--dark);
}

.head {
	margin-bottom: 1.6rem;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.2;
	color: #000;
}


.form__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.form__tab-name {
	min-width: 68px;
	margin: 0 0.8rem 0.4rem 0;
	font-size: 0.65rem;
	line-height: 1.2;
	color: #C4C4C4;
}
.form__tab-name.active {
	color: #FCC10A;
}
.form__label {
	position: relative;
}
.form__label input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #F5F5F5;
	background: #F5F5F5;
	outline: none;
	border-radius: 3px;
	padding-left: 16px;
	padding-right: 8px;
	font-size: 0.7rem;
	color: #91918F;
}
.form__label input.wpcf7-not-valid {
	border-color: #f00;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -20px;
	left: 0;
}
.form__label-helper {
	position: absolute;
	top: 0;
	left: calc(100% - 42px);
	width: 42px;
	height: 40px;
	pointer-events: none;
	font-size: 13px;
	line-height: 40px;
	color: #91918F;
	z-index: 20;
}
.wpcf7-form-control.wpcf7-acceptance {
	display: block;
	margin-bottom: 24px;
}
.wpcf7-form-control.wpcf7-acceptance span {
	margin-left: 0;
}

.form__hide {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}







	/* Header ----------------------------------------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	/* padding-top: 2rem; */
	padding-bottom: 2rem;
	background: #fff;
	border-bottom: 1px solid transparent;
	transition: all .3s ease;
	z-index: 40;
}
.header.fixed-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom-color: #D9D9D9;
}
.header .container {
	align-items: center;
}
.logo {
	display: block;
	width: 250px;
    height: 100px;
	background: url('i/bg-logo.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.header__block {
	align-items: center;
	width: calc(85% - 160px);
	/* width: calc(100% - 160px); */
}
.nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.nav li {
	/* margin: 0 1.35rem; */
	margin: 0 0.6rem;

}
.nav a {
	display: block;
	font-weight: 500;
	font-size: 0.7rem;
	line-height: 1.2;
	color: var(--grey);
	text-decoration: none;
	transition: all .3s ease;
}
.nav a:hover {
	color: #FCC10A;
}

.header__nav-btn {
	display: none;
	border: none;
	outline: none;
	background-color: transparent;
	margin-left: auto;
	margin-right: 32px;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #FCC10A;
	margin: 7px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
		  border-radius: 3px;
	background: #FCC10A;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.header__phone {
	display: block;
	font-weight: 700;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #FCC10A;
	text-decoration: none;
}
.header__callme {
	display: inline-block;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 0.65rem;
	line-height: 1.2;
	color: #C4C4C4;
}















/* Hero ----------------------------------------------------------------------------- */
.hero {
	padding-top: 164px;
	padding-bottom: 144px;
}
.hero__info {
	width: 55%;
}
.hero__head {
	margin-bottom: 2.2rem;
}
.hero__subhead {
	margin-bottom: 1.8rem;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--grey);
}
.hero-form {

}
.hero-form .form__box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 490px;
}
.hero-form .form__label {
	width: calc(50% - 1rem);
	margin: 0 1rem 1.2rem 0;
}

.hero__thumb {
	width: 45%;
}
.hero__thumb img {
	display: block;
	max-width: 100%;
	height: auto;
}









/* Subject ----------------------------------------------------------------------------- */
.subject {
	padding-top: 0.4rem;
	padding-bottom: 2.8rem;
}
.subject__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 1rem);
	min-height: 280px;
	margin-left: -0.5rem;
}
.subject__block {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(25% - 1rem);
	margin: 0 0.5rem 0.5rem;
}
.subject-item {
	width: 100%;
	min-height: calc(50% - 6px);
	background: var(--dark);
	position: relative;
}
.subject-item--big {
	min-height: 100%;
}
.subject-item__info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
	padding: 24px 48px 10px 24px;
	position: relative;
	z-index: 10;
}
.subject-item--big .subject-item__info {
	padding: 24px 24px 20px 24px;
}
.subject-item__info::before,
.subject-item__info::after {
	content: '';
	position: absolute;
	top: 0;
	width: 20px;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	z-index: -1;
}
.subject-item__info::before {
	left: calc(50% - 50px);
}
.subject-item__info::after {
	right: calc(50% - 50px);
}
.subject-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	max-height: 45px;
	position: relative;
	z-index: 10;
}
.subject-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.subject-item__name {
	position: relative;
	color: #fff;
	font-size: 0.75rem;
	line-height: 1.2;
	z-index: 10;
}
.subject-item__desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	padding: 20px;
	opacity: 0;
	pointer-events: none;
	transition: all .3s ease;
	z-index: 20;
}
.subject-item:hover .subject-item__desc {
	opacity: 1;
	pointer-events: auto;
}
.subject-item__desc-ins {
	max-height: 100%;
	overflow: hidden;
	overflow-y: visible;
}














/* Services ----------------------------------------------------------------------------- */
.services {
	padding-top: 2rem;
	padding-bottom: 2.8rem;
}
.services__head {
	max-width: 520px;
	margin-bottom: 1.2rem;
}
.services__list {
	justify-content: flex-start;
	width: calc(100% + 0.5rem);
	margin-left: -0.25rem;
}
.services-item {
	width: calc(25% - 0.5rem);
	margin: 0 0.25rem 0.8rem;
}
.services-item__top {
	min-height: 100px;
	margin-bottom: 0.8rem;
	position: relative;
}
.services-item__map {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
	height: 100%;
}
.services-item__map img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.services-item__icon {
	position: absolute;
	bottom: 0;
	left: 50%;
	max-height: 60px;
	transform: translateX(-50%);
}
.services-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.services-item__title {
	font-size: 1rem;
	line-height: 1.2;
	color: var(--grey);
	text-align: center;
}
















/* Park ----------------------------------------------------------------------------- */
.park {
	padding-top: 2rem;
	padding-bottom: 2.8rem;
	display: none;
}
.park__top {
	align-items: center;
	margin-bottom: 1.6rem;
}
.park__top .park__head {
	margin-bottom: 0;
}
.park__all-tarif {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: transparent;
	font-size: 13px;
	line-height: 16px;
	color: var(--grey);
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.park__all-tarif:hover {
	color: #FCC10A;
}
.park__all-tarif::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 11px;
	margin-left: 5px;
	background: var(--grey);
	-webkit-mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	mask: url('i/bg-icon-arrow-right.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.park__all-tarif:hover::after {
	background: #FCC10A;
}
.park-filter {
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.park-filter__head {
	margin-right: 16px;
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	color: var(--grey);
}
.park-filter__list {
	justify-content: flex-start;
	align-items: center;
}
.park-filter__item {
	margin-right: 2.1rem;
	font-size: 13px;
	line-height: 1.2;
	color: #C4C4C4;
	transition: all .3s ease;
	cursor: pointer;
}
.park-filter__item:hover,
.park-filter__item.active {
	color: #FCC10A;
}
.park-filter__item:last-child {
	margin-right: 0;
}
.park-filter__item button {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	margin-left: 5px;
	border: none;
	outline: none;
	background: transparent;
	-webkit-mask: url('i/bg-icon-delete.svg') center no-repeat;
	mask: url('i/bg-icon-delete.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.park-filter__item.active button {
	background: #FCC10A;
}

.park__list {
	width: calc(100% + 1rem);
	margin-left: -0.5rem;
	padding-top: 1.2rem;
}
.park__list::before,
.park__list::after {
	content: '';
	position: absolute;
	top: 0;
	width: 300%;
	height: 100%;
	background: rgba(255, 255, 255, .75);
	z-index: 40;
}
.park__list::before {
	right: 100%;
}
.park__list::after {
	left: 100%;
}
.park__list .slick-track::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.park-item {
	float: left;
	width: calc(25% - 1rem);
	margin: 0 0.5rem 1rem;
	border: 1px solid #D9D9D9;
	border-radius: 5px;
	padding: 8px 18px 26px;
	text-align: center;
}
.park-item__photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 104px;
	margin-bottom: 4px;
}
.park-item__photo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.park-item__type {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.2;
	color: var(--grey);
}
.park-item__size {
	margin-bottom: 16px;
	font-size: 13px;
	line-height: 1.2;
	color: #91918F;
}
.park-item__price {
	margin-bottom: 32px;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
	color: var(--grey);
}
.park-item__button {
	width: 100%;
	min-width: 120px;
	background: #FFF;
	border: 1px solid #FCC10A;
	border-radius: 3px;
	color: #91918F;
}
.park-item__button:hover {
	background: #FCC10A;
	border-radius: 3px;
	color: #fff;
}












/* Destinations ----------------------------------------------------------------------------- */
.destinations {
	padding-top: 2rem;
	padding-bottom: 2.8rem;
}
.destinations__head {
	margin-bottom: 0;
}
.destinations__map-wrap {
	height: 540px;
	position: relative;
	margin-top: -16px;
}
.destinations__map {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1030px;
	height: 550px;
	transform: translateX(-50%);
	z-index: 10;
}
.destinations__map-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('i/bg-map.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: -1;
}
.destinations__city {
	position: absolute;
	padding-left: 12px;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #91918F;
}
.destinations__city::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FCC10A;
}
.destinations__city--minsk {
	top: 192px;
	left: 72px;
}
.destinations__city--murmsk {
	top: 117px;
	left: 266px;
}
.destinations__city--msc {
	top: 228px;
	left: 142px;
}
.destinations__city--ulsk {
	top: 328px;
	left: 194px;
}
.destinations__city--kazan {
	top: 309px;
	left: 216px;
}

.destinations__city--ekb {
	top: 335px;
	left: 291px;
}
.destinations__city--omsk {
	top: 400px;
	left: 361px;
}
.destinations__city--norsk {
	top: 221px;
	left: 497px;
}

.destinations__city--irks {
	top: 472px;
	left: 600px;
}
.destinations__city--chita {
	top: 469px;
	left: 692px;
}
.destinations__city--yaktsk {
	top: 300px;
	left: 737px;
}

.destinations__city--vladvstk {
	top: 515px;
	left: 890px;
}
.destinations__city--anadr {
	top: 85px;
	left: 952px;
}

.destinations__city--rostov {
	top: 326px;
	left: 71px;
}
.destinations__city--sochi {
	top: 380px;
	left: 49px;
}
.destinations__city--astrah {
	top: 380px;
	left: 110px;
}

.destinations__city--piter {
	top: 159px;
	left: 156px;
}
.destinations__city--nnovgor {
	top: 263px;
	left: 170px;
}
.destinations__city--vorkuta {
	top: 220px;
	left: 378px;
}

.destinations__city--surgut {
	top: 297px;
	left: 424px;
}
.destinations__city--novosib {
	top: 427px;
	left: 432px;
}
.destinations__city--krasnoyar {
	top: 408px;
	left: 511px;
}

.destinations__city--yakutsk {
	top: 300px;
	left: 737px;
}
.destinations__city--khabar {
	top: 439px;
	left: 874px;
}



.destinations__car {
	position: absolute;
	width: 36px;
	height: 18px;
	background: url('i/bg-autoline.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.destinations__car--one {
	top: 320px;
	left: 64px;
	transform: rotate(0);
}
.destinations__car--two {
	top: 260px;
	left: 165px;
}
.destinations__car--three {
	top: 390px;
	left: 350px;
	transform: rotate(-78deg);
}
.destinations__car--four {
	top: 465px;
	left: 595px;
	transform: rotate(-40deg);
}
.destinations__car--five {
	top: 460px;
	left: 685px;
}














/* Tariff ----------------------------------------------------------------------------- */
.tariff {
	padding-top: 1rem;
	padding-bottom: 4.5rem;
}
.tariff__box {
	max-height: 270px;
	overflow: hidden;
	overflow-y: visible;
	position: relative;
	padding-right: 20px;
	padding-top: 37px;
}
.tariff__table {
	position: relative;
}
.tariff-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 10px 8px;
	border-bottom: 1px solid #D9D9D9;
	background: #fff;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: var(--dark);
	transition: all .3s ease;
}
.tariff-line.is-hide {
	display: none;
}
.tariff-line.active,
.tariff-line:hover {
	background: rgba(0, 0, 0, .03);
}
.tariff-line--first {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 20px);
	border-bottom-color: #FCC10A;
	color: #FCC10A;
	z-index: 10;
}
.tariff-line__select {
	display: none;
	width: 100%;
	margin-bottom: 16px;
}
.tariff-line__select select {
	display: block;
	width: 100%;
	height: 40px;
	background: #FFF;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
}
.tariff-line__city {
	width: calc(100% - 520px);
	max-width: 320px;
	text-align: left;
}
.tariff-line__cost {
	min-width: 112px;
	text-align: center;
}


















/* Offer ----------------------------------------------------------------------------- */
.offer {
	padding-top: 2.7rem;
	padding-bottom: 2.7rem;
	background: #FCC10A;
	color: #fff;
}
.offer .container {
	align-items: center;
}
.offer__head {
	max-width: 420px;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	color: #FFF;
}
.offer__button {
	min-width: 225px;
	border: 2px solid var(--dark);
	background: var(--dark);
}
.offer__button:hover {
	background: #fff;
	color: var(--dark);
}

















/* Advantage ----------------------------------------------------------------------------- */
.advantage {
	padding-top: 4.4rem;
	padding-bottom: 11.5rem;
}
.advantage__head {
	max-width: 320px;
	margin-bottom: 24px;
}
.advantage__list {
	justify-content: flex-start;
	width: calc(100% + 4rem);
	margin-left: -2rem;
}
.advantage-item {
	width: calc(33.3% - 4rem);
	margin: 0 2rem 2.6rem;
}
.advantage-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	width: 100%;
	height: 61px;
	margin-bottom: 0.9rem;
}
.advantage-item__icon img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.advantage-item__title {
	margin-bottom: 8px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
	color: #FCC10A;
}
.advantage-item__desc {
	font-size: 14px;
	line-height: 1.2;
	color: var(--dark);
}

.advantage__logo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 183px;
	overflow: hidden;
	pointer-events: none;
	cursor: default;
	transition: all .3s ease;
}
.advantage__logo-item {
	float: left;
	width: 1200px;
	height: 183px;
	background: url('i/bg-logo-contur.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	overflow: hidden;
}


















/* Steps ----------------------------------------------------------------------------- */
.steps {
	padding-top: 3rem;
	padding-bottom: 2.5rem;
}
.steps__head {
	margin-bottom: 56px;
}
.steps__list {
	justify-content: flex-start;
	align-items: stretch;
	width: calc(100% + 2rem);
	margin-left: -1rem;
}
.steps-item {
	width: calc(25% - 2rem);
	margin: 0 1rem;
	padding-bottom: 68px;
	position: relative;
	color: #90908F;
}
.steps-item.active {
	color: #000;
}
.steps-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	height: 44px;
	margin-bottom: 0.8rem;
	background: #90908F;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}
.steps-item.active .steps-item__icon {
	background: #FCC10A;
}
.steps-item__title {
	font-size: 1rem;
	line-height: 1.2;
}
.steps-item__desc {
	font-size: 0.75rem;
	line-height: 1.2;
}
.steps-item__desc a {
	display: block;
	font-weight: bold;
	color: #90908F;
}
.steps-item.active .steps-item__desc a {
	color: #000;
}
.steps-item__dot {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: rgba(217, 217, 217, 0.7);
	transition: all .3s ease;
	z-index: 20;
}
.steps-item__dot::before {
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	left: calc(50% - 3px);
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #FCC10A;
	transition: all .3s ease;
}

.steps__line {
	position: absolute;
	bottom: calc(2.5rem + 8px);
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed #D9D9D9;
	z-index: 1;
}
.steps__line-progress,
.steps__line-progress2 {
	display: block;
	width: 105%;
	height: 1px;
	background: #FCC10A;
	position: relative;
	transform: translateX(-120%);
	z-index: 40;
}
.steps__line-progress::before,
.steps__line-progress2::before {
	content: '';
	position: absolute;
	top: -14px;
	right: -32px;
	width: 63px;
	height: 29px;
	background: url('i/bg-autoline.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}












/* Blog ----------------------------------------------------------------------------- */
.main-blog {
	padding-top: 2.3px;
	padding-bottom: 2.7rem;
}
.main-blog__head {
	margin-bottom: 2.2rem;
}
.main-blog__list {
	align-items: stretch;
}
.main-blog__block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	width: calc(50% - 10px);
}
.main-blog-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	height: 100%;
	background: #FFF;
	border: 1px solid #E5E5E5;
	border-radius: 3px;
}
.main-blog__block--min .main-blog-item {
	height: calc(50% - 6px);
}
.main-blog-item__thumb {
	display: block;
	width: 100%;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.main-blog__block--min .main-blog-item__thumb {
	width: 143px;
	height: 100%;
	border-radius: 3px 0 0 3px;
}
.main-blog-item__thumb-ins {
	display: block;
	width: 100%;
	padding-top: 30.7%;
	position: relative;
}
.main-blog__block--min .main-blog-item__thumb-ins {
	height: 100%;
	padding-top: 0;
}
.main-blog-item__thumb-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-blog-item__info {
	width: 100%;
	min-height: 144px;
	padding: 12px 16px;
}
.main-blog__block--min .main-blog-item__info {
	width: calc(100% - 144px);
	min-height: 80px;
}
.main-blog-item__date {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 16px;
}
.main-blog-item__day {
	margin-right: 10px;
	font-size: 30px;
	line-height: 1;
	color: #FCC10A;
}
.main-blog-item__date-info {
	border-left: 1px solid #444;
	padding-left: 10px;
	font-size: 13px;
	line-height: 1;
	color: #444443;
}
.main-blog-item__title {
	display: block;
	max-height: 56px;
	overflow: hidden;
	font-size: 0.75rem;
	line-height: 1.2;
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
}
.main-blog-item__title:hover {
	text-decoration: underline;
}

.main-blog__slider {
	display: none;
}


.main-blog__more {
	padding-top: 1.6rem;
	text-align: center;
}
.main-blog__more a {
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 0.75rem;
	line-height: 1.2;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all .3s ease;
}
.main-blog__more a:hover {
	color: #FCC10A;
}
.main-blog__more a::after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 13px;
	margin-left: 48px;
	background: #000;
	-webkit-mask: url('i/bg-icon-arrow.svg') center no-repeat;
	mask: url('i/bg-icon-arrow.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
}
.main-blog__more a:hover::after {
	background: #FCC10A;
}
















/* Bototm ----------------------------------------------------------------------------- */
.bottom {
	background: #F4F4F4;
}
.bottom-box {
	padding-top: 2.8rem;
	padding-bottom: 7rem;
	background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 86.72%, rgba(244, 244, 244, 0) 100%);
	position: relative;
	z-index: 20;
}
.bottom-info {
	width: 42.5%;
	max-width: 400px;
}
.bottom__head {
	max-width: 380px;
	margin-bottom: 1.2rem;
}
.bottom__desc {
	max-width: 320px;
	margin-bottom: 1.8rem;
}
.bottom-item {
	padding-left: 35px;
	position: relative;
	margin-bottom: 2.8rem;
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.2;
}
.bottom-item::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.bottom-item--phone::before {
	background-image: url('i/bg-icon-phone.svg');
}
.bottom-item--email::before {
	background-image: url('i/bg-icon-email.svg');
}
.bottom-item--address::before {
	background-image: url('i/bg-icon-address.svg');
}
.bottom-item a {
	color: #000;
	text-decoration: none;
}
.bottom-item--phone a {
	color: #FCC10A;
}
.bottom-item__name {
	font-size: 0.65rem;
	font-weight: normal;
	line-height: 1.2;
	color: #C4C4C4;
}

.bottom-form {
	width: 49%;
	padding-top: 176px;
}
.bottom-form .form__label {
	margin-bottom: 14px;
}
.bottom-form .form__label input {
	background: #F5F5F5;
	border: 1px solid #C4C4C4;
}
.bottom-form .form__label .button {
	margin-top: 26px;
}
.bottom-form__confirm {
	margin-top: 26px;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #91918F;
}
.bottom-form__confirm a {
	color: #91918F;
}


.bottom__map {
	margin-top: -240px;
	overflow: hidden;
}
.bottom__map-ins {
	height: 520px;
}
.ymaps-layers-pane {
	-webkit-filter: grayscale(100%);
}
.bottom__map-ins #map {
	display: block;
	width: 100%;
	height: 100%;
}











.breadcrumbs {
	padding-top: 6rem;
	padding-bottom: 1.6rem;
	font-size: 13px;
	line-height: 1;
	color: #444;
}
.breadcrumbs a {
	color: #FCC10A;;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}







/* Blog ------------------------------------------------------------------------------- */
.top {
	margin-bottom: 1.6rem;
}
.top .container {
	align-items: center;
}
.top .head {
	max-width: calc(100% - 100px);
	margin-bottom: 0;
}
.top__all-blog {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	font-size: 13px;
	line-height: 1.3;
	color: #444;
	text-decoration: none;
}
.top__all-blog::before {
	content: '';
	position: absolute;
	top: 2px;
	right: 3px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	transform: rotate(45deg);
}
.top__all-blog:hover {
	color: #FCC10A;;
}
.top__all-blog:hover::before {
	border-color: #FCC10A;;
}

.blog {
	padding-bottom: 3rem;
}
.blog-block__head {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.blog-block__head a {

}
.blog-block__list {
	margin-bottom: 1.6rem;
	border-top: 1px solid #D9D9D9;
}
.blog-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 1rem 2rem;
	background: #FFF;
	border-bottom: 1px solid #D9D9D9;
}
.blog-item--first {
	border: 2px solid #FCC10A;;
	border-radius: 3px;
}
.blog-item__date {
	width: 52px;
	min-height: 52px;
	padding: 8px;
	background: #444443;
	font-weight: 300;
	font-size: 0.8rem;
	line-height: 1;
	text-align: center;
	color: #FFF;
}
.blog-item--first .blog-item__date {
	background: #FCC10A;;
}
.blog-item__date-day {
	font-size: 1.2rem;
}
.blog-item__info {
	width: calc(100% - 144px);
	max-width: 560px;
	margin-left: 72px;
}
.blog-item__title {
	display: inline-block;
	margin-bottom: 12px;
	font-size: 0.9rem;
	line-height: 1.1;
	color: #444443;
	text-decoration: underline;
}
.blog-item__title:hover {
	text-decoration: none;
}
.blog-item__excerpt {
	font-size: 0.7rem;
	line-height: 1.2;
	color: #444443;
}




.content {
	padding-bottom: 4rem;
}
.content-thumb {
	position: relative;
	margin-bottom: 4rem;
}
.content-thumb__photo img {
	display: block;
	width: 100%;
	height: auto;
}
.content-thumb__date {
	position: absolute;
	top: 0;
	right: 40px;
	padding: 48px 12px 8px;
	background: #FCC10A;;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 1;
	text-align: center;
}
.content-thumb__date span {
	display: block;
	font-size: 15px;
}

.single-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding-top: 1.5rem;
}
.single-link a {
	margin-left: 32px;
	color: #FCC10A;
	text-decoration: none;
}
.single-link a:hover {
	text-decoration: underline;
}









	/* 404 ----------------------------------------------------------------------------- */
.page-404 {
	padding-top: 5rem;
	padding-bottom: 4rem;
}
.page-404__logo {
	width: 100%;
	max-width: 340px;
	height: 120px;
	margin: 0 auto 4rem;
	background: url('i/bg-page-404.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.page-404__text {
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.9;
	text-align: center;
	color: #444443;
}
.page-404__button {
	display: flex;
	width: 188px;
	margin: 0 auto;
}






/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 2rem;
	padding-bottom: 4.8rem;
	background: var(--dark);
}
.footer__block {
	width: 182px;
	margin-right: auto;
}
.footer__logo {
	display: block;
	width: 250px;
    height: 100px;	
	background: url('i/bg-logo-footer.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-bottom: 1.8rem;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.footer-social__item {
	display: block;
	width: 29px;
	height: 29px;
	margin-right: 8px;
	background: #C4C4C4;
	-webkit-mask: url("i/bg-icon-vk.svg") center no-repeat;
	mask: url("i/bg-icon-vk.svg") center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-social__item--vk {
	-webkit-mask-image: url("i/bg-icon-vk.svg");
	mask-image: url("i/bg-icon-vk.svg");
}
.footer-social__item:hover {
	background: #fff;
}
.footer__nav {
	max-width: 168px;
	padding-right: 16px;
	margin-right: 48px;
}
.footer__head {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 0.8rem;
	line-height: 1.2;
	color: #FFF;
}
.footer__nav ul {
	list-style: none;
}
.footer__nav li {
	margin-bottom: 16px;
}
.footer__nav a {
	display: block;
	font-size: 0.7rem;
	line-height: 1.2;
	color: #C4C4C4;
	text-decoration: none;
	transition: all .3s ease;
}
.footer__nav a:hover {
	color: #fff;
}
.footer__totop {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	background: #FCC10A;
	position: relative;
	transition: all .3s ease;
	cursor: pointer;
}
.footer__totop::before {
	content: '';
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 8px);
	width: 16px;
	height: 24px;
	background: var(--dark);
	-webkit-mask: url('i/bg-icon-arrow-totop.svg') center no-repeat;
	mask: url('i/bg-icon-arrow-totop.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer__totop:hover {
	background: #F4F4F4;
}
.footer__totop:hover::before {
	background: #FCC10A;
}












	/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 90%;
	max-width: 480px;
	max-height: 90vh;
	padding: 32px 40px;
	background: #fff;
	overflow: hidden;
	overflow-y: visible;
	z-index: 9999;
}
.popup__close {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
		  border-radius: 100%;
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border: 1px solid #363636;
	top: 8px;
	right: 8px;
	cursor: pointer;
}
.popup__close:hover {
	background: #FFF;
	color: #000;
}
.popup__head {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}
.popup__subtitle {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}
.popup .form__label {
	position: relative;
	margin-bottom: 20px;
}



/* Форма */


input.hide_input {
	display: none;
}
div.wpcf7-validation-errors {
	display: none !important;
}
.popup-body input.wpcf7-not-valid {
	border: 1px solid #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1000px) {

	html {
		font-size: 18px;
	}


	.header {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.header.fixed-header {
		padding-top: 0.8rem;
		padding-bottom: 0.8rem;
	}
	.header__block {
		width: calc(100% - 178px);
	}
	.nav li {
		margin: 0 0.8rem;
	}


	.hero {
		padding-top: 8rem;
		padding-bottom: 6.5rem;
	}


	.services-item__title {
		font-size: 0.8rem;
	}


	.park-item {
		padding: 8px 12px 16px;
	}
	.park-item__price {
		margin-bottom: 24px;
		font-size: 1rem;
	}


	.destinations__map-wrap {
		height: 400px;
		margin-top: -20px;
	}
	.destinations__map {
		top: -48px;
		transform: translateX(-50%) scale(0.7);
	}


	.main-blog-item__title {
		max-height: 52px;
	}


	.footer {
		padding-top: 1.8rem;
		padding-bottom: 4rem;
	}
	.footer__nav {
		margin-right: 24px;
	}

}












@media screen and (max-width:800px) {

	.head {
		font-size: 1.4rem;
	}


	.header,
	.header.fixed-header {
		border-bottom: 1px solid #FCC10A;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header__block {
		position: absolute;
		top: 44px;
		left: 0;
		display: block;
		width: 100%;
		height: calc(100vh - 44px);
		overflow: hidden;
		overflow-y: visible;
		background: #fff;
		padding: 20px;
		opacity: 0;
		pointer-events: none;
	}
	.nav-active .header__block {
		top: 44px;
		opacity: 1;
		pointer-events: auto;
	}
	.nav ul {
		display: block;
		width: 100%;
		padding-bottom: 2rem;
	}
	.nav li {
		margin: 0.2rem 0;
	}
	.nav a {
		padding: 8px 0;
		font-size: 1rem;
	}
	.header__nav-btn {
		display: block;
	}
	.header__contact {
		padding-top: 4px;
		padding-left: 56px;
		position: relative;
	}
	.header__contact::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 44px;
		height: 44px;
		border-radius: 50%;
		background: var(--red) url('i/bg-icon-phone.svg') center no-repeat;
		-webkit-background-size: 21px 20px;
		background-size: 21px 20px;
	}


	.subject__block {
		width: calc(33.3% - 1rem);
		margin-bottom: 16px;
	}
	.subject__block:last-child {
		width: 100%;
		flex-direction: row;
	}
	.subject__block:last-child .subject-item {
		width: calc(50% - 8px);
		height: 130px;
	}
	.subject__block:nth-child(3) .subject-item:first-child {
		margin-bottom: 16px;
	}
	.subject-item {
		min-height: 128px;
	}
	.subject-item--big {
		min-height: 100%;
	}
	.subject-item__info {
		padding: 20px 24px 12px 20px;
	}
	.subject-item__icon {
		max-height: 40px;
	}


	.services__list {
		width: calc(100% + 1rem);
		margin-left: -0.5rem;
	}
	.services-item {
		width: calc(50% - 1rem);
		margin: 0 0.5rem 1rem;
	}


	.park-filter__item {
		margin-right: 1.5rem;
	}
	.park-item {
		width: calc(33.3% - 1rem);
	}


	.destinations__map {
		top: -64px;
		transform: translateX(-50%) scale(0.5);
	}

	.tariff__table {
		padding: 10px 15px;
		background: #FFF;
		border: 1px solid #E5E5E5;
		box-shadow: 0 4px 10px #E5E5E5;
		border-radius: 3px;
	}
	.tariff__box {
		max-height: 400px;
		padding-right: 8px;
		padding-top: 0;
	}
	.tariff-line {
		display: block;
		padding: 0;
		border-bottom: none;
		margin-bottom: 20px;
	}
	.tariff-line--first {
		position: relative;
		top: inherit;
		left: inherit;
		padding: 0;
		border-bottom: none;
	}
	.tariff-line--first .tariff-line__cost {
		display: none;
	}
	.tariff-line__select {
		display: block;
	}
	.tariff-line__city {
		display: block;
		width: 100%;
		background: #fff;
		position: relative;
		padding-right: 8px;
		font-weight: 500;
		font-size: 15px;
		line-height: 18px;
		color: #FCC10A;;
	}
	.tariff-line__city::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		background: #FCC10A;;
		z-index: -1;
	}

	.tariff-line__cost {
		width: 100%;
		padding: 8px 0 8px 120px;
		border-bottom: 1px solid #D9D9D9;
		position: relative;
		font-size: 0.9rem;
		text-align: left;
	}
	.tariff-line__cost::before {
		content: attr(data-name);
		position: absolute;
		top: 10px;
		left: 4px;
		width: 92px;
		color: #90908F;
		font-size: 0.8rem;
	}
	.tariff-line__cost::before {
		content: attr(data-name) ":";
	}


	.offer {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.offer__head {
		max-width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.offer__button {
		margin: 0 auto;
	}


	.advantage-item {
		width: calc(50% - 4rem);
		margin: 0 2rem 2.6rem;
	}


	.steps-item {
		width: calc(50% - 2rem);
		margin: 0 1rem 2rem;
		padding-bottom: 0;
	}
	.steps-item__dot,
	.steps__line {
		display: none;
	}
	.steps-item {
		color: #000;
	}
	.steps-item__icon {
		background: #FCC10A;
	}


	.main-blog__block {
		width: 100%;
	}
	.main-blog-item {
		margin-bottom: 16px;
	}
	.main-blog__block--min .main-blog-item {
		height: auto;
	}
	.main-blog__block .main-blog-item__thumb {
		width: 143px;
		border-radius: 3px 0 0 3px;
	}
	.main-blog__block .main-blog-item__thumb-ins {
		padding-top: 100%;
	}
	.main-blog__block .main-blog-item__info {
		width: calc(100% - 144px);
		min-height: 80px;
	}
	.main-blog-item__title {
		max-height: 80px;
	}

	.main-blog__more a::after {
		margin-left: 24px;
	}


	.blog-item {
		padding: 1rem;
	}
	.blog-item__info {
		width: calc(100% - 72px);
		margin-left: 16px;
	}


	.top .head {
		font-size: 1.2rem;
	}
	.content-thumb {
		margin-bottom: 2rem;
	}


	.bottom-box {
		padding-top: 2rem;
		padding-bottom: 5rem;
		background: linear-gradient(180deg, #F4F4F4 0%, #F4F4F4 92%, rgba(244, 244, 244, 0) 100%);
	}
	.bottom-info {
		width: 52%;
	}
	.bottom-form {
		width: 44%;
		padding-top: 160px;
	}
	.bottom__map {
		margin-top: -120px;
	}
	.bottom__map-ins {
		height: 360px;
	}


	.footer {
		padding-top: 1.5rem;
		padding-bottom: 2.5rem;
	}
	.footer__totop {
		position: absolute;
		bottom: -20px;
		right: 20px;
	}



}












@media screen and (max-width:600px) {

	.header {
		padding-top: 1.2rem;
		padding-bottom: 1.2rem;
	}
	.header.fixed-header {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}


	.hero {
		padding-top: 7rem;
		padding-bottom: 5rem;
	}
	.hero__info {
		width: 100%;
	}
	.hero__thumb {
		width: 50%;
		margin: 20px auto 0;
	}


	.subject__block {
		width: calc(50% - 1rem);
	}
	.subject__block:nth-child(3) {
		width: 100%;
		flex-direction: row;
		margin-bottom: 0;
	}
	.subject__block:nth-child(3) .subject-item {
		width: calc(50% - 8px);
		height: 130px;
	}
	.subject__block:nth-child(3) .subject-item:first-child {
		margin-bottom: 16px;
	}
	.subject-item {
		min-height: 136px;
	}
	.subject-item__info {
		padding: 20px 16px !important;
	}


	.park-filter__head {
		width: 100%;
		margin: 0 0 8px;
	}
	.park-filter__item {
		margin-right: 1.4rem;
		margin-bottom: 0.4rem;
	}
	.park-item {
		width: calc(50% - 1rem);
	}


	.advantage {
		padding-top: 2.4rem;
		padding-bottom: 1.5rem;
	}
	.advantage__list {
		width: calc(100% + 2rem);
		margin-left: -1rem;
	}
	.advantage-item {
		width: calc(50% - 2rem);
		margin: 0 1rem 2.4rem;
	}
	.advantage__logo {
		display: none;
	}


	.destinations__map-wrap {
		height: 240px;
		margin-top: 20px;
	}
	.destinations__map {
		top: -120px;
		transform: translateX(-50%) scale(0.4);
	}


	.steps {
		padding-top: 1rem;
		padding-bottom: 1.5rem;
	}


	.main-blog-item__title {
		max-height: 64px;
	}


	.bottom-info {
		width: 100%;
	}
	.bottom-form {
		width: 100%;
		padding-top: 20px;
	}


	.footer__block {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin-bottom: 32px;
	}
	.footer__logo {
		margin-bottom: 0;
	}

}



.park__list .slick-arrow {
	position: absolute;
	top: calc(50% + 40px);
	z-index: 41;
	width: 30px;
}

.park__list .slick-arrow:hover {
	cursor: pointer;
}

.park__list .slick-prev {
	left: -30px;
}

.park__list .slick-next {
	right: -30px;
}









@media screen and (max-width:420px) {

	html {
		font-size: 16px;
	}


	.header__nav-btn {
		margin-right: 12px;
	}
	.nav a[href="#destinations"] {
		display: none;
	}


	.hero {
		padding-top: 5.7rem;
		padding-bottom: 1rem;
	}
	.hero-form .form__label {
		width: calc(100% - 1rem);
	}
	.hero-form .button {
		justify-content: space-between;
		width: 100%;
	}
	.hero__thumb {
		display: none;
	}


	.subject__block,
	.subject__block:nth-child(3) .subject-item,
	.subject__block:last-child .subject-item {
		width: 100%;
		margin: 0;
	}
	.subject-item {
		min-height: 120px !important;
		margin-bottom: 12px !important;
	}
	.subject-item__info {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.subject-item__name {
		width: calc(100% - 80px);
		font-size: 1rem;
	}


	.services-item {
		width: calc(100% - 1rem);
		margin: 0 0.5rem 2rem;
	}
	.services-item__title {
		font-size: 1.2rem;
	}


	.park__list {
		padding-right: 120px;
	}
	.park-item {
		width: calc(100% - 1rem);
	}

	.destinations {
		display: none;
	}


	.offer__head {
		font-size: 1rem;
		font-weight: normal;
		text-align: left;
	}
	.offer__button {
		margin: 0;
	}


	.advantage-item {
		width: calc(100% - 2rem);
		padding-left: 72px;
		position: relative;
	}
	.advantage-item__icon {
		align-items: flex-start;
		position: absolute;
		top: 0;
		left: 0;
		max-width: 64px;
	}


	.steps__head {
		margin-bottom: 24px;
	}
	.steps-item {
		width: calc(100% - 2rem);
		padding-left: 72px;
	}
	.steps-item__icon {
		display: none;
	}


	.steps__list {
		position: relative;
	}
	.steps__list::before {
		content: '';
		position: absolute;
		top: -10px;
		left: 45px;
		width: 1px;
		height: calc(100% + 20px);
		background: #D9D9D9;
	}
	.steps-item::before {
		content: '';
		position: absolute;
		top: 2px;
		left: 20px;
		width: 18px;
		height: 18px;
		background: #fff;
		border: 6px solid #D9D9D9;
		border-radius: 50%;
	}
	.steps-item__title {
		margin-bottom: 8px;
		font-size: 1.2rem;
	}
	.steps-item__desc {
		font-size: 0.9rem;
	}


	.main-blog__list {
		display: none;
	}
	.main-blog__slider {
		display: block;
		width: calc(100% + 20px);
		margin-left: -10px;
		overflow: hidden;
		position: relative;
		padding-right: 64px;
	}
	.main-blog__slider .main-blog-item {
		float: left;
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	.main-blog__slider .main-blog-item__thumb {
		display: none;
	}
	.main-blog__slider .main-blog-item__info {
		width: 100%;
		min-height: 136px;
	}


	.bottom__head {
		max-width: 260px;
	}


	.footer {
		padding-top: 1.2rem;
		padding-bottom: 0.5rem;
	}
	.footer__block {
		display: block;
		width: auto;
		margin-bottom: 48px;
	}
	.footer__logo {
		margin-bottom: 1rem;
	}
	.footer__nav {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding-bottom: 1.2rem;
	}
	.footer__totop {
		position: absolute;
		bottom: inherit;
		top: 2px;
	}

	.footer__nav:nth-child(3) a {
		max-width: 160px;
	}

}












/* END ============================================================= */

