.land-content a {
	color: #6053BF;
}
.land-content a:hover {
	text-decoration: underline;
}
.land-title {
	text-align: center;
	font-size: 46px;
	line-height: 1.22;
	max-width: 968px;
	margin: 0 auto;
}
@media (max-width: 1500px) {
	.land-title {
		font-size: 40px;
		max-width: 840px;
	}
}
@media (max-width: 1200px) {
	.land-title {
		font-size: 36px;
		max-width: 760px;
	}
}
@media (max-width: 991px) {
	.land-title {
		font-size: 28px;
		max-width: 590px;
	}
}
@media (max-width: 767px) {
	.land-title {
		font-size: 30px;
	}
}
@media (max-width: 575px) {
	.land-title {
		font-size: 24px;
	}
}

.land-main {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	min-height: 630px;
	align-items: center;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	padding: 50px 0;
}
@media (max-width: 1500px) {
	.land-main {
		min-height: 550px;
	}
}
@media (max-width: 1200px) {
	.land-main {
		min-height: 500px;
	}
}
@media (max-width: 991px) {
	.land-main {
		min-height: 400px;
	}
}
@media (max-width: 767px) {
	.land-main {
		height: 540px;
		min-height: 85vh;
	}
}
.land-main:after {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.land-main .container {
	position: relative;
	z-index: 2;
}
.land-main h1 {
	font-size: 68px;
	line-height: 1.09;
	color: #FFFFFF;
	margin-bottom: 35px;
}
@media (max-width: 1200px) {
	.land-main h1 {
		font-size: 58px;
	}
}
@media (max-width: 991px) {
	.land-main h1 {
		font-size: 50px;
	}
}
@media (max-width: 767px) {
	.land-main h1 {
		font-size: 44px;
	}
}
@media (max-width: 575px) {
	.land-main h1 {
		font-size: 38px;
	}
}
.land-main .land-subtitle {
	max-width: 900px;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.38;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.land-main .land-subtitle {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	.land-main .land-subtitle {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.land-main .land-subtitle {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.land-main .land-subtitle {
		font-size: 16px;
	}
}
.land-main .buttons {
	margin-top: 50px;
}
.land-main .buttons .btn {
	min-width: 320px;
	margin: 0 12px;
}
@media (max-width: 1550px) {
	.land-main .buttons .btn {
		min-width: 260px;
	}
}
@media (max-width: 767px) {
	.land-main .buttons .btn:not(:last-child) {
		margin-bottom: 10px;
	}
}

.land-advantages {
	padding: 150px 0 100px;
	text-align: center;
	position: relative;
	z-index: 4;
}
@media (max-width: 1500px) {
	.land-advantages {
		padding: 100px 0 50px;
	}
}
@media (max-width: 991px) {
	.land-advantages {
		padding: 50px 0 25px;
	}
}
.land-advantages .advantages-row {
	margin-top: 70px;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}
@media (max-width: 1500px) {
	.land-advantages .advantages-row {
		margin-top: 40px;
	}
}
.land-advantages .advantages-row .item {
	align-items: center;
	width: calc(50% - 25px);
	margin-bottom: 80px;
}
@media (max-width: 1500px) {
	.land-advantages .advantages-row .item {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.land-advantages .advantages-row{
		margin-bottom: 80px;
	}
	
	.land-advantages .advantages-row .item {
		width: 100%;
		margin-bottom: 30px;
	}
}
.land-advantages .advantages-row .item .icon {
	flex-shrink: 0;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	flex-shrink: 0;
	margin-right: 20px;
}
@media (max-width: 991px) {
	.land-advantages .advantages-row .item .icon {
		width: 60px;
		height: 60px;
	}
}
@media (max-width: 575px) {
	.land-advantages .advantages-row .item .icon {
		margin-right: 15px;
	}
}
.land-advantages .advantages-row .item .icon img {
	position: relative;
	top: 18px;
	left: -12px;
}
@media (max-width: 991px) {
	.land-advantages .advantages-row .item .icon img {
		top: 8px;
		left: -8px;
		width: 44px;
	}
}
@media (max-width: 575px) {
	.land-advantages .advantages-row .item .icon img {
		top: 7px;
		left: -4px;
	}
}
.land-advantages .advantages-row .item p {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.42;
	color: #1C2030;
}
@media (max-width: 1500px) {
	.land-advantages .advantages-row .item p {
		font-size: 22px;
	}
}
@media (max-width: 1200px) {
	.land-advantages .advantages-row .item p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.land-advantages .advantages-row .item p {
		font-size: 16px;
	}
}
.land-advantages .btn {
	margin-top: 0;
}

.land-slider {
	padding: 75px 0;
}
@media (max-width: 1200px) {
	.land-slider {
		padding: 50px 0;
	}
}
@media (max-width: 991px) {
	.land-slider {
		padding: 25px 0;
	}
}
.land-slider .swiper-pagination span {
	background: #DCDEE0 !important;
}
.land-slider .swiper-pagination .swiper-pagination-bullet-active {
	background: #6053BF !important;
}
.land-slider .swiper-slide {
	height: 730px;
	max-height: 90vh;
}
@media (max-width: 1200px) {
	.land-slider .swiper-slide {
		height: 500px;
		max-height: none;
	}
}
@media (max-width: 991px) {
	.land-slider .swiper-slide {
		height: 400px;
	}
}
@media (max-width: 767px) {
	.land-slider .swiper-slide {
		height: 360px;
	}
}
.land-slider .swiper-slide .wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding: 40px 0 90px;
}
@media (max-width: 767px) {
	.land-slider .swiper-slide .wrapper {
		padding: 20px 0 40px;
	}
}
.land-slider .swiper-slide .wrapper:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(270deg, rgba(249, 248, 255, 0) 0%, #F9F8FF 45.81%);
	z-index: 1;
}
.land-slider .swiper-slide .wrapper > img {
	top: 0;
	right: 0;
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 60%;
	height: 100%;
	vertical-align: bottom;
}
@media (max-width: 575px) {
	.land-slider .swiper-slide .wrapper > img {
		width: 75%;
	}
}
.land-slider .swiper-slide .wrapper .container {
	width: 100%;
	min-height: auto !important;
	position: relative;
	z-index: 2;
}
.land-slider .swiper-slide .wrapper .container .item {
	max-width: 750px;
}
@media (max-width: 1500px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 650px;
	}
}
@media (max-width: 1200px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 530px;
	}
}
@media (max-width: 991px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 490px;
	}
}
@media (max-width: 767px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 360px;
	}
}
@media (max-width: 575px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 320px;
	}
}
.land-slider .swiper-slide .wrapper .container .item p {
	font-size: 46px;
	line-height: 1.22;
	color: #1C2030;
}
@media (max-width: 1500px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 40px;
	}
}
@media (max-width: 1200px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 34px;
	}
}
@media (max-width: 991px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 30px;
	}
}
@media (max-width: 767px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 24px;
	}
}
@media (max-width: 575px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 20px;
		text-shadow: 3px 2px 2px #c1c5bc;
	}
}
.land-slider .swiper-slide .wrapper .container .item p span {
	font-weight: bold;
}

.land-struktura {
	padding: 200px 0 75px;
	position: relative;
	margin-top: -100px;
	z-index: 3;
}
@media (max-width: 1550px) {
	.land-struktura {
		padding: 170px 0 75px;
	}
}
@media (max-width: 1200px) {
	.land-struktura {
		padding: 130px 0 50px;
	}
}
@media (max-width: 991px) {
	.land-struktura {
		padding: 50px 0;
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.land-struktura {
		padding: 25px 0;
	}
}
.land-struktura .struktura {
	position: relative;
	flex-wrap: wrap;
}
.land-struktura .struktura .bg-wrapper {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 200px 0;
}
@media (max-width: 1550px) {
	.land-struktura .struktura .bg-wrapper {
		width: 85%;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura .bg-wrapper {
		border-radius: 100px 0;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura .bg-wrapper {
		display: none;
	}
}
.land-struktura .struktura .photo {
	width: 50%;
	position: relative;
}
@media (max-width: 991px) {
	.land-struktura .struktura .photo {
		width: 45%;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura .photo {
		margin-bottom: -50px;
		z-index: 1;
	}
}
@media (max-width: 575px) {
	.land-struktura .struktura .photo {
		width: 80%;
		margin: 0 auto -60px;
	}
}
.land-struktura .struktura .photo .item {
	width: 100%;
	max-width: 700px;
	height: auto;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}
@media (max-width: 1550px) {
	.land-struktura .struktura .photo .item {
		max-width: 500px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura .photo .item {
		top: 0;
		transform: none;
	}
}
.land-struktura .struktura .photo .item svg image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.land-struktura .struktura .photo .item .line {
	position: absolute;
	z-index: 5;
	bottom: 30px;
	right: -45px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura .photo .item .line {
		width: 440px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura .photo .item .line {
		display: none;
	}
}
.land-struktura .struktura .photo .item .icon {
	position: absolute;
	z-index: 6;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 152px;
	height: 152px;
	border-radius: 50%;
}
@media (max-width: 1550px) {
	.land-struktura .struktura .photo .item .icon {
		width: 100px;
		height: 100px;
	}
	.land-struktura .struktura .photo .item .icon img {
		width: 56px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura .photo .item .icon {
		width: 70px;
		height: 70px;
	}
	.land-struktura .struktura .photo .item .icon img {
		width: 36px;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura .photo .item .icon {
		display: none;
	}
}
.land-struktura .struktura .photo .item .icon:nth-child(1) {
	bottom: 25px;
	left: 50px;
}
@media (max-width: 991px) {
	.land-struktura .struktura .photo .item .icon:nth-child(1) {
		bottom: 40px;
		left: 25px;
	}
}
.land-struktura .struktura .photo .item .icon:nth-child(2) {
	bottom: 65px;
	right: 35px;
}
@media (max-width: 991px) {
	.land-struktura .struktura .photo .item .icon:nth-child(2) {
		bottom: 20px;
		right: 55px;
	}
}
.land-struktura .struktura .text {
	width: 50%;
	position: relative;
	padding: 140px 0;
}
@media (min-width: 768px) {
	.land-struktura .struktura .text {
		background: transparent !important;
	}
}
@media (max-width: 1550px) {
	.land-struktura .struktura .text {
		padding: 90px 0;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura .text {
		padding: 60px 0;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura .text {
		width: 55%;
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura .text {
		width: 100%;
		padding: 50px 15px;
	}
}
.land-struktura .struktura .text .land-title {
	text-align: left;
}
.land-struktura .struktura .text ul {
	margin: 55px 0 25px;
}
@media (max-width: 1200px) {
	.land-struktura .struktura .text ul {
		margin: 25px 0;
	}
}
.land-struktura .struktura .text ul li {
	position: relative;
	padding-left: 50px;
	font-size: 20px;
	line-height: 1.4;
	color: #1C2030;
	margin-bottom: 30px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura .text ul li {
		font-size: 18px;
		padding-left: 40px;
		margin-bottom: 25px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura .text ul li {
		margin-bottom: 15px;
		font-size: 16px;
	}
}
@media (max-width: 575px) {
	.land-struktura .struktura .text ul li {
		padding-left: 30px;
	}
}
.land-struktura .struktura .text ul li:before {
	content: "";
	position: absolute;
	background: url(../pic/check.svg) center no-repeat;
	width: 21px;
	height: 18px;
	top: 8px;
	left: 0;
}
@media (max-width: 1550px) {
	.land-struktura .struktura .text ul li:before {
		top: 6px;
	}
}
.land-struktura .struktura.block-1 {
	z-index: 3;
}
.land-struktura .struktura.block-1 .bg-wrapper {
	right: -120px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-1 .bg-wrapper {
		right: -70px;
	}
}
.land-struktura .struktura.block-1 .photo .item {
	left: -25%;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-1 .photo .item {
		left: 0;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item {
		left: -35px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura.block-1 .photo .item {
		left: -15px;
	}
}
.land-struktura .struktura.block-1 .photo .item .line {
	right: -45px;
}
.land-struktura .struktura.block-1 .photo .item .icon:nth-child(3) {
	top: 195px;
	right: -55px;
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item .icon:nth-child(3) {
		top: 130px;
		right: -30px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura.block-1 .photo .item .icon:nth-child(3) {
		top: auto;
		bottom: 160px;
		right: -15px;
	}
}
.land-struktura .struktura.block-1 .photo .item .decor {
	position: absolute;
	top: -360px;
	left: -120px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-1 .photo .item .decor {
		width: 230px;
		top: -235px;
		left: -50px;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item .decor {
		width: 170px;
		top: -160px;
		left: -5px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura.block-1 .photo .item .decor {
		display: none;
	}
}
.land-struktura .struktura.block-1 .photo .item .decor.book {
	top: -300px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-1 .photo .item .decor.book {
		top: -180px;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item .decor.book {
		top: -135px;
	}
}
.land-struktura .struktura.block-1 .line-center {
	position: absolute;
	top: calc(100% - 110px);
	left: 55px;
	transform: scale(1.2);
	z-index: -1;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-1 .line-center {
		top: calc(100% - 130px);
		left: 45px;
		transform: scale(1);
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-1 .line-center {
		top: calc(100% - 145px);
		left: 40px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura.block-1 .line-center {
		display: none;
	}
}
.land-struktura .struktura.block-2 {
	margin-top: 200px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-2 {
		margin-top: 110px;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-2 {
		margin-top: 60px;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura.block-2 {
		margin-top: -100px;
		z-index: 3;
	}
}
@media (max-width: 575px) {
	.land-struktura .struktura.block-2 {
		margin-top: 10px;
	}
}
.land-struktura .struktura.block-2 .bg-wrapper {
	left: -120px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-2 .bg-wrapper {
		left: -70px;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura.block-2 .photo {
		margin-left: auto;
		margin-bottom: -100px;
	}
}
@media (max-width: 575px) {
	.land-struktura .struktura.block-2 .photo {
		margin: 0 auto -60px;
	}
}
.land-struktura .struktura.block-2 .photo .item {
	right: -25%;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-2 .photo .item {
		right: -15%;
	}
}
@media (max-width: 1200px) {
	.land-struktura .struktura.block-2 .photo .item {
		right: auto;
		left: 35px;
	}
}
@media (max-width: 991px) {
	.land-struktura .struktura.block-2 .photo .item {
		left: 10px;
	}
}
.land-struktura .struktura.block-2 .photo .item .line {
	left: -45px;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-2 .photo .item .icon:nth-child(2) {
		bottom: 15px;
	}
}
.land-struktura .struktura.block-2 .photo .item .icon:nth-child(3) {
	top: 136px;
	left: -55x;
}
@media (max-width: 1550px) {
	.land-struktura .struktura.block-2 .photo .item .icon:nth-child(3) {
		top: 115px;
		left: -35px;
	}
}
@media (max-width: 767px) {
	.land-struktura .struktura.block-2 .text {
		order: 2;
	}
}
.land-struktura .struktura.orange-bg .bg-wrapper,
.land-struktura .struktura.orange-bg .text {
	background: #fef8e7;
}
.land-struktura .struktura.orange-bg .photo svg path.svg-1 {
	fill: #FEF1D0;
}
.land-struktura .struktura.purple-bg .bg-wrapper,
.land-struktura .struktura.purple-bg .text {
	background: #E7F6FB;
}
.land-struktura .struktura.purple-bg .photo svg path.svg-1 {
	fill: #E8E7FE;
}
.land-struktura .struktura.green-bg .bg-wrapper,
.land-struktura .struktura.green-bg .text {
	background: #F3FDF7;
}
.land-struktura .struktura.green-bg .photo svg path.svg-1 {
	fill: #D6FFDD;
}
.land-struktura .struktura.blue-bg .bg-wrapper,
.land-struktura .struktura.blue-bg .text {
	background: #E7F6FB;
}
.land-struktura .struktura.blue-bg .photo svg path.svg-1 {
	fill: #cbeffb;
}

.land-lessons {
	padding-bottom: 80px;
	position: relative;
}
@media (max-width: 767px) {
	.land-lessons {
		padding-bottom: 40px;
	}
	.land-lessons .lessons-slider {
		padding-bottom: 7rem;
	}
}
@media (max-width: 575px) {
	.land-lessons .lessons-slider {
		padding-bottom: 5rem;
	}
}
.land-lessons .wrapper {
	padding: 50px 0 0;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), #F9FAFC;
}
@media (max-width: 1200px) {
	.land-lessons .wrapper {
		padding: 40px 0 0;
	}
}
@media (max-width: 767px) {
	.land-lessons .wrapper {
		padding: 25px 0;
	}
}
.land-lessons .wrapper:after {
	content: "";
	position: absolute;
	background: url(../pic/lesson-after.png) center no-repeat;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
}
.land-lessons .lessons-slider {
	margin-top: 72px;
}
@media (max-width: 1200px) {
	.land-lessons .lessons-slider {
		margin-top: 50px;
	}
}
.land-lessons .lesson-item {
	border-radius: 8px;
	overflow: hidden;
}
.land-lessons .lesson-item .info {
	padding: 25.6px 19.2px 25.6px;
}
.land-lessons .lesson-item .info h4 {
	text-align: center;
}
.land-lessons .video-preview:after {
	background: rgba(0, 0, 0, 0.1);
}

.land-price {
	justify-content: center;
	align-items: center;
}
@media (max-width: 1200px) {
	.land-price {
		padding: 50px 0;
	}
}
@media (max-width: 767px) {
	.land-price {
		padding: 25px 0;
	}
}
.land-price .price-row {
	margin-top: 70px;
}
@media (max-width: 1359px) {
	.land-price .price-row {
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.land-price .price-row {
		margin-top: 40px;
	}
}
@media (max-width: 575px) {
	.land-price .price-row {
		margin-top: 30px;
	}
}
.land-price .price-row .column {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 55px;
	color: #505771;
}
@media (max-width: 767px) {
	.land-price .price-row .column {
		padding: 35px;
	}
}
@media (max-width: 575px) {
	.land-price .price-row .column {
		padding: 25px 15px;
	}
}
.land-price .price-row .column:first-child {
	border-top-left-radius: 100px;
}
@media (max-width: 575px) {
	.land-price .price-row .column:first-child {
		border-radius: 0;
	}
}
.land-price .price-row .column:last-child {
	border-bottom-right-radius: 100px;
}
@media (max-width: 575px) {
	.land-price .price-row .column:last-child {
		border-radius: 0;
	}
}
.land-price .price-row .column .title {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.31;
}
@media (max-width: 991px) {
	.land-price .price-row .column .title {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.land-price .price-row .column .title {
		font-size: 26px;
	}
}
@media (max-width: 575px) {
	.land-price .price-row .column .title {
		font-size: 24px;
	}
}
.land-price .price-row .column .description {
	margin: 15px 0;
	font-size: 18px;
	line-height: 1.56;
}
@media (max-width: 991px) {
	.land-price .price-row .column .description {
		font-size: 16px;
	}
}
.land-price .price-row .column .price-block {
	justify-content: center;
	align-items: flex-end;
	line-height: 1;
	font-size: 20px;
}
@media (max-width: 991px) {
	.land-price .price-row .column .price-block {
		font-size: 18px;
	}
}
.land-price .price-row .column .price-block .old-price {
	font-weight: bold;
	font-size: 32px;
	text-decoration: line-through;
	color: #000000;
	opacity: 0.3;
	margin-right: 15px;
}
@media (max-width: 575px) {
	.land-price .price-row .column .price-block .old-price {
		margin-right: 10px;
		font-size: 24px;
	}
}
.land-price .price-row .column .price-block .new-price span {
	font-weight: bold;
	font-size: 46px;
	margin-right: 12px;
}
@media (max-width: 991px) {
	.land-price .price-row .column .price-block .new-price span {
		font-size: 40px;
		margin-right: 5px;
	}
}
@media (max-width: 575px) {
	.land-price .price-row .column .price-block .new-price span {
		font-size: 34px;
	}
}
.land-price .price-row .column .decor {
	position: absolute;
}
.land-price .price-row .column .decor.decor-1 {
	top: 0;
	right: 0;
}
.land-price .price-row .column .decor.decor-2 {
	bottom: 60px;
	left: 0;
}
@media (max-width: 575px) {
	.land-price .price-row .column .decor.decor-2 {
		display: none;
	}
}
.land-price .price-row .column.purple-color {
	background: #EFEEF9;
}
.land-price .price-row .column.purple-color span {
	color: #6053BF;
}
.land-price .price-row .column.purple-color svg {
	fill: #8FB4FC;
}
.land-price .price-row .column.green-color {
	background: #F3FDF7;
}
.land-price .price-row .column.green-color span {
	color: #31D06F;
}
.land-price .price-row .column.green-color svg {
	fill: #47E283;
}
.land-price .price-row .column.green-color .btn {
	background: #31D06F;
	border-color: #31D06F;
}
.land-price .price-row .column.green-color .btn:hover {
	background: #54ad77;
	border-color: #54ad77;
}
.land-price .price-row .column.orange-color {
	background: #FEF1D0;
}
.land-price .price-row .column.orange-color span {
	color: #E3A000;
}
.land-price .price-row .column.orange-color svg {
	fill: #FBB714;
}
.land-price .price-row .column.orange-color .btn {
	background: #FBB714;
	border-color: #FBB714;
}
.land-price .price-row .column.orange-color .btn:hover {
	background: #d8a321;
	border-color: #d8a321;
}
.land-price .price-row .column.blue-color {
	background: #E7F6FB;
}
.land-price .price-row .column.blue-color span {
	color: #0BA3D3;
}
.land-price .price-row .column.blue-color svg {
	fill: #98ddf3;
}
.land-price .price-row .column.blue-color .btn {
	background: #0BA3D3;
	border-color: #0BA3D3;
}
.land-price .price-row .column.blue-color .btn:hover {
	background: #3a788c;
	border-color: #3a788c;
}
.land-price.horizontal {
	min-height: 1260px;
}
@media (max-width: 1359px) {
	.land-price.horizontal {
		min-height: 1120px;
	}
}
@media (max-width: 1200px) {
	.land-price.horizontal {
		min-height: auto;
	}
}
.land-price.horizontal .price-row {
	flex-direction: column;
}
.land-price.horizontal .price-row .column {
	max-width: 870px;
    height: -webkit-fill-available;
	height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.land-price.horizontal .price-row .column:first-child {
	margin-bottom: 70px;
}
@media (max-width: 1359px) {
	.land-price.horizontal .price-row .column:first-child {
		margin-bottom: 40px;
	}
}
@media (max-width: 1200px) {
	.land-price.horizontal .price-row .column:first-child {
		margin-bottom: 30px;
	}
}
@media (max-width: 575px) {
	.land-price.horizontal .price-row .column:first-child {
		margin-bottom: 15px;
	}
}
.land-price.horizontal .price-row .column:last-child .decor-2 {
	bottom: -29px;
	left: 88px;
	transform: rotate(-90deg);
}
@media (max-width: 767px) {
	.land-price.horizontal .price-row .column:last-child .decor-2 {
		display: none;
	}
}
.land-price.horizontal .price-bg {
	position: absolute;
	left: calc(50% + 58px);
	transform: translate(-50%, 0);
	width: 1348px;
}
@media (max-width: 1359px) {
	.land-price.horizontal .price-bg {
		width: 1200px;
		left: calc(50% + 62px);
	}
}
@media (max-width: 1200px) {
	.land-price.horizontal .price-bg {
		display: none;
	}
}
.land-price.horizontal .price-bg.book {
	top: 0;
}
.land-price.horizontal .price-bg.backpack {
	top: 61px;
}
@media (max-width: 1359px) {
	.land-price.horizontal .price-bg.backpack {
		top: 55px;
	}
}
.land-price.vertical {
	padding: 110px 0;
	min-height: 1170px;
	align-items: flex-start;
}
@media (max-width: 1649px) {
	.land-price.vertical {
		padding: 60px 0 0;
		min-height: 1080px;
		z-index: 3;
	}
}
@media (max-width: 1200px) {
	.land-price.vertical {
		padding: 60px 0;
	}
}
@media (max-width: 767px) {
	.land-price.vertical {
		padding: 40px 0 30px;
	}
}
@media (max-width: 575px) {
	.land-price.vertical {
		padding: 30px 0 10px;
		min-height: auto;
	}
}
.land-price.vertical .price-row {
	justify-content: center;
	flex-wrap: wrap;
}
.land-price.vertical .price-row .column {
	width: calc(50% - 12px);
	margin: 0 6px;  
	max-width: 650px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.land-price.vertical .price-row .column {
		margin: 0 2px; 
		width: calc(50% - 5px);
		padding: 45px 25px;
	}
	.land-price.vertical .price-row .column .decor-2 {
		display: none;
	}
}
@media (max-width: 767px) {
	.land-price.vertical .price-row .column {
		width: 100%;
		padding: 35px;
		margin: 0 0 20px;
	}
}
.land-price.vertical .price-row .column:last-child .decor-2 {
	bottom: -29px;
	left: auto;
	right: 120px;
	transform: rotate(-90deg);
}
.land-price.vertical .price-row .column .title {
	text-align: left;
}
.land-price.vertical .price-row .column ul {
	text-align: left;
	margin: 15px 0 35px;
}
.land-price.vertical .price-row .column ul li {
	padding-left: 15px;
	position: relative;
	font-size: 18px;
	line-height: 1.56;
	margin-bottom: 5px;
}
@media (max-width: 991px) {
	.land-price.vertical .price-row .column ul li {
		font-size: 16px;
	}
}
.land-price.vertical .price-row .column ul li:before {
	content: "";
	position: absolute;
	background: #505771;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	top: 12px;
	left: 2px;
}
.land-price.vertical .price-row .column .btn {
	min-width: 320px;
}
@media (max-width: 991px) {
	.land-price.vertical .price-row .column .btn {
		min-width: 280px;
	}
}
.land-price.vertical .price-row .column .btn:last-child {
	margin: 12px 0;
	border-color: #DAD5FF;
	background: transparent;
	color: #6053BF;
}
.land-price.vertical .price-row .column .btn:last-child:hover {
	background: #fff;
}
.land-price.vertical .price-bg {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1650px;
}
@media (max-width: 1649px) {
	.land-price.vertical .price-bg {
		width: 1400px;
		top: 0;
	}
}
@media (max-width: 991px) {
	.land-price.vertical .price-bg {
		display: none;
	}
}

.land-stages {
	padding: 40px 0 0;
	min-height: 990px;
	margin-bottom: 75px;
	position: relative;
	align-items: center;
}
@media (max-width: 1359px) {
	.land-stages {
		min-height: 872px;
	}
}
@media (max-width: 1200px) {
	.land-stages {
		padding: 50px 0 75px;
		min-height: auto;
		background: #F9F8FF;
		margin-bottom: 0;
	}
}
@media (max-width: 767px) {
	.land-stages {
		padding: 50px 0;
	}
}
.land-stages .land-title {
	min-height: 112px;
}
@media (max-width: 1200px) {
	.land-stages .land-title {
		min-height: auto;
	}
}
.land-stages .stages-bg {
	position: absolute;
	top: 0;
	left: calc(50% + 45px);
	transform: translate(-50%, 0);
	z-index: 2;
	width: 1360px;
}
@media (max-width: 1359px) {
	.land-stages .stages-bg {
		width: 1200px;
	}
}
@media (max-width: 1200px) {
	.land-stages .stages-bg {
		display: none;
	}
}
.land-stages:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90%;
	background: #F9F8FF;
	z-index: 1;
}
@media (max-width: 1200px) {
	.land-stages:after {
		display: none;
	}
}
.land-stages .container {
	position: relative;
	z-index: 3;
}
.land-stages .stages-row {
	margin: 90px 0 75px;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 1359px) {
	.land-stages .stages-row {
		margin: 60px 0 60px;
	}
}
@media (max-width: 991px) {
	.land-stages .stages-row {
		margin: 45px 0 60px;
	}
}
@media (max-width: 767px) {
	.land-stages .stages-row {
		margin: 15px 0 40px;
	}
}
.land-stages .stages-row .column {
	width: calc((100% / 3) - 16px);
	text-align: center;
}
@media (max-width: 767px) {
	.land-stages .stages-row .column {
		width: 100%;
		max-width: 320px;
		margin: 20px auto 0;
	}
}
.land-stages .stages-row .column .circle {
	margin: 0 auto;
	width: 124px;
	height: 124px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(192, 136, 141, 0.08);
	border: 6px solid #F9F8FF;
	border-radius: 80px;
	position: relative;
	margin-bottom: 30px;
}
@media (max-width: 1200px) {
	.land-stages .stages-row .column .circle {
		width: 118px;
		height: 118px;
		border: none;
	}
}
.land-stages .stages-row .column .circle .number {
	position: absolute;
	top: 50%;
	right: -12px;
	transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
}
.land-stages .stages-row .column .circle .icon {
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translate(0, -50%);
	width: 72px;
	height: auto;
}
@media (max-width: 1200px) {
	.land-stages .stages-row .column .circle .icon {
		left: -15px;
	}
}
.land-stages .stages-row .column p {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.36;
	color: #1C2030;
}
@media (max-width: 1200px) {
	.land-stages .stages-row .column p {
		font-size: 18px;
	}
}
@media (max-width: 991px) {
	.land-stages .stages-row .column p {
		font-size: 16px;
	}
}
.land-stages .buttons {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.land-stages .buttons .btn {
	margin: 0 12px;
	min-width: 320px;
}
@media (max-width: 767px) {
	.land-stages .buttons .btn {
		margin: 0;
		min-width: 280px;
	}
}
.land-stages .buttons .btn.btn-white {
	border: 1px solid #DAD5FF;
}
@media (max-width: 767px) {
	.land-stages .buttons .btn.btn-white {
		margin-bottom: 10px;
	}
}
.land-stages.vertical {
	align-items: flex-start;
	min-height: 945px;
}
@media (max-width: 1649px) {
	.land-stages.vertical {
		margin-top: -5px;
	}
}
@media (max-width: 1359px) {
	.land-stages.vertical {
		min-height: 832px;
	}
}
@media (max-width: 1200px) {
	.land-stages.vertical {
		min-height: auto;
	}
}
.land-stages.vertical:after {
	height: 95%;
}
@media (max-width: 1649px) {
	.land-stages.vertical:after {
		height: 93%;
	}
}
@media (max-width: 1359px) {
	.land-stages.vertical .stages-row {
		margin: 25px 0 60px;
	}
}
@media (max-width: 1200px) {
	.land-stages.vertical .stages-row {
		margin: 60px 0;
	}
}
@media (max-width: 991px) {
	.land-stages.vertical .stages-row {
		margin: 45px 0 60px;
	}
}
@media (max-width: 767px) {
	.land-stages.vertical .stages-row {
		margin: 15px 0 40px;
	}
}
.land-stages.vertical .land-title {
	margin: 100px auto 20px;
}
@media (max-width: 1200px) {
	.land-stages.vertical .land-title {
		margin: 0 auto;
	}
}
.land-stages.vertical .buttons p {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.36;
	color: #6053BF;
	margin-bottom: 24px;
}
@media (max-width: 1200px) {
	.land-stages.vertical .buttons p {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.land-stages.vertical .buttons p {
		font-size: 18px;
	}
}

.land-reviews {
	padding: 75px 0;
	text-align: center;
}
@media (max-width: 1200px) {
	.land-reviews {
		padding: 50px 0;
	}
}
@media (max-width: 575px) {
	.land-reviews {
		padding: 40px 0 25px;
	}
}
.land-reviews .land-subtitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;
	color: #1C2030;
	margin: 20px 0 70px;
}
@media (max-width: 991px) {
	.land-reviews .land-subtitle {
		font-size: 20px;
		margin: 20px 0 50px;
	}
}
@media (max-width: 575px) {
	.land-reviews .land-subtitle {
		font-size: 18px;
		margin: 20px 0 40px;
	}
}
.land-reviews .review {
	text-align: left;
}
.land-reviews .buttons {
	margin-top: 20px;
}
.land-reviews .buttons .btn {
	min-width: 320px;
	margin: 0 12px;
}
@media (max-width: 767px) {
	.land-reviews .buttons .btn {
		margin: 0;
		min-width: 280px;
	}
}
.land-reviews .buttons .btn.btn-white {
	border: 1px solid #DAD5FF;
}
@media (max-width: 767px) {
	.land-reviews .buttons .btn.btn-white {
		margin-bottom: 10px;
	}
}

.land-text {
	padding: 50px 0 0px;
	font-size: 16px;
}
@media (max-width: 575px) {
	.land-text {
		padding: 25px 0;
	}
}
.land-text .btn-wrap {
	margin: 20px auto 0;
}
.land-text .js-more-text:after {
	height: 150px;
}
.land-text p:not(:last-child) {
	margin-bottom: 10px;
}

.modal.modal-video iframe {
	border-radius: 0;
}

.land-statistics {
	padding: 38px 0;
}
@media (max-width: 991px) {
	.land-statistics {
		padding: 25px 0;
	}
}
@media (max-width: 575px) {
	.land-statistics {
		padding: 25px 0 10px;
	}
}
.land-statistics .land-subtitle {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;
	color: #1C2030;
	text-align: center;
	margin: 20px 0 70px;
}
@media (max-width: 991px) {
	.land-statistics .land-subtitle {
		font-size: 20px;
		margin: 10px 0 50px;
	}
}
@media (max-width: 767px) {
	.land-statistics .land-subtitle {
		font-size: 20px;
		margin: 10px 0 30px;
	}
}
@media (max-width: 575px) {
	.land-statistics .land-subtitle {
		font-size: 18px;
		margin: 20px 0 40px;
	}
}
.land-statistics .land-statistics-row {
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.land-statistics .land-statistics-row .columns {
	width: calc(25% - 40px);
}
@media (max-width: 1500px) {
	.land-statistics .land-statistics-row .columns {
		width: calc(25% - 30px);
	}
}
@media (max-width: 1200px) {
	.land-statistics .land-statistics-row .columns {
		width: calc(25% - 20px);
	}
}
@media (max-width: 991px) {
	.land-statistics .land-statistics-row .columns {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
}
@media (max-width: 575px) {
	.land-statistics .land-statistics-row .columns {
		width: 100%;
		text-align: center;
	}
}
.land-statistics .land-statistics-row .columns .number {
	font-weight: bold;
	font-size: 40px;
	line-height: 1.2;
	color: #C9494A;
}
@media (max-width: 1200px) {
	.land-statistics .land-statistics-row .columns .number {
		font-size: 38px;
	}
}
@media (max-width: 767px) {
	.land-statistics .land-statistics-row .columns .number {
		font-size: 34px;
	}
}
.land-statistics .land-statistics-row .columns .name {
	font-size: 22px;
	font-weight: bold;
	color: #1C2030;
	margin: 5px 0 18px;
}
@media (max-width: 1200px) {
	.land-statistics .land-statistics-row .columns .name {
		font-size: 22px;
	}
}
@media (max-width: 767px) {
	.land-statistics .land-statistics-row .columns .name {
		font-size: 18px;
		line-height: 1.3;
	}
}
.land-statistics .land-statistics-row .columns .description {
	font-size: 1.8rem;
	line-height: 1.5;
}


/* reduce by 75% */
@media (min-width: 992px) and (max-width: 1200px) {
	.land-title {
		font-size: 27px;
		max-width: 570px;
	}
}
@media (min-width: 1201px) and (max-width: 1499px) {
	.land-title {
		font-size: 30px;
		max-width: 630px;
	}
}
@media (min-width: 1500px) {
	.land-title {
		font-size: 34px;
		max-width: 726px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.land-main {
		min-height: 375px;
	}
}
@media (min-width: 1201px) and (max-width: 1499px) {
	.land-main {
		min-height: 412px;
	}
}
@media (min-width: 1500px) {
	.land-main {
		min-height: 472px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-main h1 {
		font-size: 44px;
	}
}
@media (min-width: 992px) {
	.land-main h1 {
		margin-bottom: 26px;
	}
}
@media (min-width: 1201px) {
	.land-main h1 {
		font-size: 48px;
	}
}
@media (min-width: 992px) {
	.land-main .subtitle {
		max-width: 675px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-main .subtitle {
		font-size: 16px;
	}
}
@media (min-width: 1201px) {
	.land-main .subtitle {
		font-size: 20px;
	}
}
@media (min-width: 992px) {
	.land-main .buttons {
		margin-top: 38px;
	}
}
@media (min-width: 992px) {
	.land-main .buttons .btn {
		margin: 0 9px;
		min-width: 260px;
	}
}

@media (min-width: 992px) and (max-width: 1499px) {
	.land-advantages {
		padding: 75px 0 38px;
	}
}
@media (min-width: 1500px) {
	.land-advantages {
		padding: 80px 0 38px;
	}
}
@media (min-width: 992px) and (max-width: 1499px) {
	.land-advantages .advantages-row {
		margin-top: 30px;
	}
}
@media (min-width: 1500px) {
	.land-advantages .advantages-row {
		margin-top: 52px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-advantages .advantages-row .item {
		width: calc(50% - 40px);
	}
}
@media (min-width: 992px) and (max-width: 1499px) {
	.land-advantages .advantages-row .item {
		margin-bottom: 38px;
	}
}
@media (min-width: 1201px) {
	.land-advantages .advantages-row .item {
		width: calc(50% - 60px);
	}
}
@media (min-width: 1500px) {
	.land-advantages .advantages-row .item {
		margin-bottom: 60px;
	}
}
@media (min-width: 992px) {
	.land-advantages .advantages-row .item .icon {
		width: 66px;
		height: 66px;
		margin-right: 15px;
	}
}
@media (min-width: 992px) {
	.land-advantages .advantages-row .item .icon img {
		width: 50px;
		top: 14px;
		left: -9px;
	}
}
@media (min-width: 992px) and (max-width: 1499px) {
	.land-advantages .advantages-row .item p {
		font-size: 16px;
	}
}
@media (min-width: 1500px) {
	.land-advantages .advantages-row .item p {
		font-size: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.land-slider {
		padding: 38px 0;
	}
}
@media (min-width: 1201px) {
	.land-slider {
		padding: 56px 0;
	}
	.land-slider .slider-control {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-slider .swiper-slide {
		height: 375px;
	}
}
@media (min-width: 1201px) {
	.land-slider .swiper-slide {
		height: 548px;
	}
}
@media (min-width: 992px) {
	.land-slider .swiper-slide .wrapper {
		padding: 30px 0 68px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 398px;
	}
}
@media (min-width: 1201px) and (max-width: 1499px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 488px;
	}
}
@media (min-width: 1500px) {
	.land-slider .swiper-slide .wrapper .container .item {
		max-width: 562px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 26px;
	}
}
@media (min-width: 1201px) and (max-width: 1499px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 30px;
	}
}
@media (min-width: 1500px) {
	.land-slider .swiper-slide .wrapper .container .item p {
		font-size: 34px;
	}
}

@media (min-width: 992px) {
	.land-struktura {
		margin-top: -75px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura {
		padding: 98px 0 38px;
	}
}
@media (min-width: 1201px) and (max-width: 1549px) {
	.land-struktura {
		padding: 128px 0 56px;
	}
}
@media (min-width: 1550px) {
	.land-struktura {
		padding: 150px 0 56px;
	}
}
@media (min-width: 992px) {
	.land-struktura .struktura {
		justify-content: space-around;
	}
}
@media (min-width: 992px) {
	.land-struktura .struktura .photo {
		width: 38%;
	}
}
@media (min-width: 992px) and (max-width: 1549px) {
	.land-struktura .struktura .photo .item {
		max-width: 375px;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura .photo .item {
		max-width: 525px;
	}
}
.land-struktura .struktura .photo .item .line {
	bottom: 22px;
	right: -34px;
}
@media (min-width: 992px) and (max-width: 1549px) {
	.land-struktura .struktura .photo .item .line {
		width: 330px;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura .photo .item .line {
		transform: scale(0.95);
	}
}
@media (min-width: 992px) and (max-width: 1549px) {
	.land-struktura .struktura .photo .item .icon {
		width: 76px;
		height: 76px;
	}
	.land-struktura .struktura .photo .item .icon img {
		width: 42px;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura .photo .item .icon {
		width: 114px;
		height: 114px;
	}
	.land-struktura .struktura .photo .item .icon img {
		width: 60px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura .photo .item .icon:nth-child(1) {
		bottom: 20px;
		left: 38px;
	}
}
@media (min-width: 1201px) {
	.land-struktura .struktura .photo .item .icon:nth-child(1) {
		bottom: 38px;
		left: 38px;
	}
}
@media (min-width: 992px) {
	.land-struktura .struktura .photo .item .icon:nth-child(2) {
		bottom: 48px;
		right: 26px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura .text {
		padding: 45px 0;
	}
}
@media (min-width: 1201px) and (max-width: 1549px) {
	.land-struktura .struktura .text {
		padding: 68px 0;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura .text {
		padding: 105px 0;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura .text ul {
		margin: 18px 0;
	}
}
@media (min-width: 1200px) {
	.land-struktura .struktura .text ul {
		margin: 42px 0 18px;
	}
}
@media (min-width: 992px) and (max-width: 1549px) {
	.land-struktura .struktura .text ul li {
		font-size: 16px;
		padding-left: 30px;
		margin-bottom: 18px;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura .text ul li {
		font-size: 16px;
		padding-left: 38px;
		margin-bottom: 22px;
	}
}
@media (min-width: 992px) {
	.land-struktura .struktura .text ul li:before {
		top: 4px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item {
		left: -26px;
	}
}
@media (min-width: 1201px) and (max-width: 1459px) {
	.land-struktura .struktura.block-1 .photo .item {
		left: 0;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura.block-1 .photo .item {
		left: -18%;
	}
}
@media (min-width: 992px) {
	.land-struktura .struktura.block-1 .photo .item .line {
		right: -34px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item .icon:nth-child(3) {
		top: 98px;
		right: -28px;
	}
}
@media (min-width: 1201px) {
	.land-struktura .struktura.block-1 .photo .item .icon:nth-child(3) {
		top: 146px;
		right: -42px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item .decor {
		width: 128px;
		top: -120px;
		left: -5px;
		transform: none;
	}
}
@media (min-width: 1201px) and (max-width: 1549px) {
	.land-struktura .struktura.block-1 .photo .item .decor {
		width: 172px;
		top: -176px;
		left: -38px;
		transform: none;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura.block-1 .photo .item .decor {
		transform: scale(0.75);
		top: -345px;
		left: -130px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura.block-1 .photo .item .decor.book {
		top: -102px;
	}
}
@media (min-width: 1201px) and (max-width: 1549px) {
	.land-struktura .struktura.block-1 .photo .item .decor.book {
		top: -135px;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura.block-1 .photo .item .decor.book {
		top: -260px;
		left: -120px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-struktura .struktura.block-1 .line-center {
		top: calc(100% - 90px);
		left: 30px;
		transform: scale(0.95);
	}
}
@media (min-width: 1201px) and (max-width: 1549px) {
	.land-struktura .struktura.block-1 .line-center {
		top: calc(100% - 130px);
		left: 70px;
		transform: scale(1);
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura.block-1 .line-center {
		top: calc(100% - 100px);
		left: 130px;
		transform: scale(1.2);
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura.block-2 {
		margin-top: 170px;
	}
}
@media (min-width: 992px) and (max-width: 1549px) {
	.land-struktura .struktura.block-2 .photo .item .icon:nth-child(3) {
		top: 88px;
		left: -35px;
	}
}
@media (min-width: 1550px) {
	.land-struktura .struktura.block-2 .photo .item .icon:nth-child(3) {
		top: 95px;
		left: 0;
	}
}

@media (max-width: 1201px) {
	.land-lessons {
		padding: 20px 0 80px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.land-price {
		padding: 38px 0;
	}
}
@media (min-width: 992px) and (max-width: 1359px) {
	.land-price .price-row {
		margin-top: 38px;
	}
}
@media (min-width: 1360px) {
	.land-price .price-row {
		margin-top: 52px;
	}
}
@media (min-width: 992px) {
	.land-price .price-row .column {
		padding: 42px;
	}
}
@media (min-width: 992px) {
	.land-price .price-row .column .title {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.land-price .price-row .column .description {
		margin: 12px 0;
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.land-price .price-row .column .price-block {
		font-size: 15px;
	}
}
@media (min-width: 992px) {
	.land-price .price-row .column .price-block .old-price {
		font-size: 24px;
		margin-right: 12px;
	}
}
@media (min-width: 992px) {
	.land-price .price-row .column .price-block .new-price span {
		font-size: 34px;
		margin-right: 9px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-price.horizontal {
		min-height: auto;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-price.horizontal {
		min-height: 840px;
	}
}
@media (min-width: 1360px) {
	.land-price.horizontal {
		min-height: 945px;
	}
}
@media (min-width: 992px) {
	.land-price.horizontal .price-row .column {
		max-width: 652px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-price.horizontal .price-row .column:first-child {
		margin-bottom: 22px;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-price.horizontal .price-row .column:first-child {
		margin-bottom: 30px;
	}
}
@media (min-width: 1360px) {
	.land-price.horizontal .price-row .column:first-child {
		margin-bottom: 52px;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-price.horizontal .price-bg {
		width: 900px;
		left: calc(50% + 62px);
	}
}
@media (min-width: 1360px) {
	.land-price.horizontal .price-bg {
		left: calc(50% + 58px);
		width: 1011px;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-price.horizontal .price-bg.backpack {
		top: 42px;
	}
}
@media (min-width: 1360px) {
	.land-price.horizontal .price-bg.backpack {
		top: 46px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-price.vertical {
		min-height: auto;
	}
}
@media (min-width: 1201px) and (max-width: 1649px) {
	.land-price.vertical {
		padding: 45px 0 0;
		min-height: 810px;
	}
}
@media (min-width: 1650px) {
	.land-price.vertical {
		padding: 82px 0 27px;
		min-height: 878px;
	}
}
@media (min-width: 992px) {
	.land-price.vertical .price-row .column {
		width: calc(50% - 12px);
		max-width: 488px;
		padding: 55px 40px 40px 55px;
	}
}
@media (min-width: 992px) {
	.land-price.vertical .price-row .column ul {
		margin: 12px 0 26px;
	}
}
@media (min-width: 992px) {
	.land-price.vertical .price-row .column ul li {
		padding-left: 12px;
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.land-price.vertical .price-row .column ul li:before {
		top: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1649px) {
	.land-price.vertical .price-bg {
		width: 1050px;
	}
}
@media (min-width: 1650px) {
	.land-price.vertical .price-bg {
		width: 1238px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages {
		padding: 38px 0 56px;
		min-height: auto;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages {
		min-height: 654px;
	}
}
@media (min-width: 1360px) {
	.land-stages {
		padding: 30px 0 0;
		min-height: 742px;
		margin-bottom: 56px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages .land-title {
		min-height: auto;
	}
}
@media (min-width: 1201px) {
	.land-stages .land-title {
		min-height: 84px;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages .stages-bg {
		width: 900px;
	}
}
@media (min-width: 1360px) {
	.land-stages .stages-bg {
		width: 1020px;
	}
}
@media (min-width: 1201px) {
	.land-stages:after {
		height: 95%;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages .stages-row {
		margin: 55px 0 45px;
	}
}
@media (min-width: 1360px) and (max-width: 1549px) {
	.land-stages .stages-row {
		margin: 95px 0 40px;
	}
}
@media (min-width: 1550px) {
	.land-stages .stages-row {
		margin: 110px 0 40px;
	}
}
@media (min-width: 992px) {
	.land-stages .stages-row .column {
		width: calc((100% / 3) - 30px);
	}
}
@media (min-width: 992px) {
	.land-stages .stages-row .column .circle {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages .stages-row .column .circle {
		width: 88px;
		height: 88px;
	}
}
@media (min-width: 1201px) {
	.land-stages .stages-row .column .circle {
		width: 94px;
		height: 94px;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages .stages-row .column .circle {
		margin-bottom: 20px;
	}
}
@media (min-width: 992px) {
	.land-stages .stages-row .column .circle .number {
		right: -12px;
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}
@media (min-width: 992px) {
	.land-stages .stages-row .column .circle .icon {
		width: 54px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages .stages-row .column .circle .icon {
		left: -15px;
	}
}
@media (min-width: 1201px) {
	.land-stages .stages-row .column .circle .icon {
		left: -10px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages .stages-row .column p {
		font-size: 14px;
	}
}
@media (min-width: 1201px) {
	.land-stages .stages-row .column p {
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages.vertical {
		min-height: auto;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages.vertical {
		min-height: 624px;
	}
}
@media (min-width: 1360px) {
	.land-stages.vertical {
		min-height: 708px;
	}
}
@media (min-width: 1650px) {
	.land-stages.vertical .stages-bg {
		left: calc(50% + 28px);
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages.vertical .stages-row {
		margin: 45px 0;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages.vertical .stages-row {
		margin: 0 0 45px;
	}
}
@media (min-width: 1360px) and (max-width: 1549px) {
	.land-stages.vertical .stages-row {
		margin: 55px 0 45px;
	}
}
@media (min-width: 1550px) {
	.land-stages.vertical .stages-row {
		margin: 50px 0 45px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.land-stages.vertical .land-title {
		margin: 0 auto;
	}
}
@media (min-width: 1201px) and (max-width: 1359px) {
	.land-stages.vertical .land-title {
		margin: 55px auto 15px;
	}
}
@media (min-width: 1359px) {
	.land-stages.vertical .land-title {
		margin: 75px auto 15px;
	}
}
@media (min-width: 992px) {
	.land-stages.vertical .buttons p {
		font-size: 16px;
		margin-bottom: 18px;
	}
}

@media (min-width: 992px) {
	.modal.modal-privileges .modal-wrap {
		max-width: 450px;
	}
}

.modal.modal-privileges .modal-body {
	background: url(../img/bg-l.png) top right no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	padding: 10px;
	border-radius: 25px;
}

.modal.modal-privileges .modal-body > .close_modal {
	background: url(../img/close-l.png) center no-repeat;
	position: static;
	display: block;
	margin-left: auto;
	height: 34px;
	width: 34px;
	background-size: 34px;
}

.modal.modal-privileges .modal-body > .close_modal:hover {
	opacity: 0.5;
}

.modal-privileges .modal-inner {
	background: #fff;
	color: #000;
	border-radius: 25px;
	padding: 10px;
	margin-top: 10px;
}

.modal-privileges .privileges-img {
	display: block;
	margin: -28px auto 0;
	width: 26px;
}

.modal-privileges .h5 {
	max-width: 360px;
	margin: 10px auto;
	background : linear-gradient(10deg, rgba(239, 238, 249, 1) 0%, rgba(234, 234, 249, 1) 20.91%, rgba(219, 223, 251, 1) 46.04%, rgba(195, 205, 253, 1) 73.22%, rgba(164, 181, 255, 1) 100%);
	display: block;
	padding: 10px;
	border-radius: 20px;
	letter-spacing: -0.5px;
}
@media (min-width: 1551px) {
	.modal-privileges .h5 {
		font-size: 18px;
	}
}
.modal-privileges .privileges-list {
	padding: 15px 10px 50px;
	border-radius: 20px;
	border: 1px solid #d7d6f6;
	font-size: 14px;
	font-weight: 600;
}

.modal-privileges .privileges-list li {
	margin-bottom: 10px;
}

/* 15.07.22 land_promotional */
.land-promotional-time {
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	border: 3px solid white;
	margin-top: 10px;
	padding: 10px 15px;
}
.land-promotional-desc {
	margin-top: 30px;
	font-size: 20px;
}
.land-promotional-desc span {
	font-size: 50px;
	font-weight: bold;
}
.ld-price {
	margin: 10px 0;
	font-weight: bold;
}
.ld-price span {
	font-size: 50px;
}

@media (max-width: 575px) {
	.land-promotional-time {
		font-size: 16px;
	}
	.land-promotional-desc {
		font-size: 16px;
		margin: 30px auto 0;
		max-width: 278px;
	}
	.land-promotional-desc span {
		font-size: 40px;
	}
	.land-main h1 {
		margin-bottom: 10px !important;
	}
}


@media (min-width: 575px) {
	.land-price.horizontal-grid .price-row {
		--h-grid-columns: 1;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(8rem, calc(100% / var(--h-grid-columns))));
	    width: 10000px;
	    max-width: 100%;
	}
	
	.land-price.horizontal-grid .price-row .column {
		margin: 10px !important;
		width: auto !important;
		align-self: center;
		justify-self: center;
		place-self: center;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 575px) and (max-width: 992px) {
	.land-price.horizontal-grid .price-row {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(8rem, 50%));
	}
}

/*
@media (min-width: 575px) and (max-width: 992px) {
	.land-price.horizontal-grid .price-row {
		--h-grid-columns: 2;
	}
	
	.land-price.horizontal-grid .price-row .column {
		margin: 0 10px !important;
		max-width: 100%;
	}
}
*/
@media (min-width: 992px) {
	.land-price.horizontal-grid.grid-1 .price-row {
		--h-grid-columns: 1;
	}
	.land-price.horizontal-grid.grid-2 .price-row {
		--h-grid-columns: 2;
	}
	.land-price.horizontal-grid.grid-3 .price-row {
		--h-grid-columns: 3;
	}
	.land-price.horizontal-grid.grid-4 .price-row {
		--h-grid-columns: 4;
	}
}
