
.land_page {
	
}
.land_page .container {
	max-width: 1280px;
}

.flex {
	display: flex;
    justify-content: space-between;
    gap: 20px;
}
.flex_start {
	justify-content: flex-start;
}
.flex_justify > * {
	width: 100%;
}


.relative {
	position: relative;
}

.f_bold {
	font-weight: bold;
}
.c_white {
	color: #fff;
}
.c_orange {
	color: #FD5504;
}
.bg_white {
	background-color: #fff;
}
.bg_orange {
	background-color: #ff5500;
}



.land_title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2.4rem;
	margin-bottom: 2rem;
}



.land_calc_line {
	
}
.land_calc_block {
	
}
.land_calc_title {
	font-size: 18px;
	font-weight: 500;
	background: rgba(32, 60, 98, 0.06);
    padding: 15px 20px;
    border-radius: 10px;
    overflow: hidden;
}
.land_calc_content {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px 0;
	align-items: center;
}
.land_calc_btn {
	font-weight: 500;
	font-size: 14px;
	padding: 16px 32px;
	color: #000;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.land_calc_btn:hover {
	color: #FD5504;
	border-color: #FF5500;
}
.land_calc_btn:active {
	color: #FD5504;
	border-color: #FF5500;
}
.land_calc_btn.active {
	border-color: #FF5500;
	background: #FF5500;
    color: #fff;
}
.land_calc_title_comment {
	color: rgba(0, 0, 0, 0.5);
	position: absolute;
	right: 20px;
	font-size: 14px;
}
.land_calc_input {
	font-weight: 500;
	font-size: 14px;
	padding: 16px 32px;
	color: #000;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.land_calc_rub {
	font-size: 18px;
	font-weight: 500;
}
.land_calc_btn_events {
	color: #fff;
	cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
	min-width: 300px;
}
.land_calc_btn_сalculate {
	background: #1E3F6C;
}
.land_calc_btn_сalculate:hover {
	background: #FF5500;
}
.land_calc_btn_send {
	background: #FF5500;
}
.land_calc_btn_send:hover {
	background: #1E3F6C;
}


@media (max-width: 768px) {
	.land_calc_line {
		flex-wrap: wrap;
		padding: 0;
	}
	.land_calc_block {
		flex: 1 1 100%;
	}
	.land_calc_content.padding_zero {
		padding: 0;
	}
}


.land_banner_block {
	background-color: #1E3F6C;
	border-radius: 10px;
}
.land_banner_item {
	
}
.land_banner_item img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.land_banner_item_content {
	padding: 10px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.land_banner_item_name {
	font-size: 64px;
	line-height: 100%;
	margin-bottom: 40px;
}
.land_banner_item_text {
	font-size: 18px;
	line-height: 175%;
	margin-bottom: 60px;
}
.land_banner_item_btns {
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.land_banner_item_btn {
	font-size: 18px;
	padding: 20px 25px;
	border-radius: 10px;
}
.land_banner_item_btn:hover {
	cursor: pointer;
}
.land_banner_item_btn.bg_orange:hover {
	background-color: #ee4400;
}
.land_banner_item_btn.bg_white:hover {
	background-color: #ff5500;
	color: #fff;
}
.land_banner_item_remark {
	font-size: 14px;
	opacity: 0.6;
}
@media (max-width: 1024px) {
	.land_banner_item img {
		display: none;
	}
}



.land_plates_list {
	flex-wrap: wrap;
}
.land_plates_item {
	background: rgba(32, 60, 98, 0.06);
	padding: 15px 20px;
	border-radius: 10px;
	flex: 1 1 calc(25% - 20px);
}
.land_plates_item_icon {
	margin-bottom: 10px;
}
.land_plates_item_name {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
	color: #252525;
}
.land_plates_item_text {
	font-size: 14px;
}

@media (max-width: 992px) {
	.land_plates_item {
		flex: 1 1 calc(50% - 20px);
	}
}
@media (max-width: 576px) {
	.land_plates_item {
		flex: 1 1 100%;
		text-align: center;
	}
	.land_plates_item_icon img {
		margin: 0 auto;
	}
}


.land_tab_item {
	background: rgba(32, 60, 98, 0.06);
	padding: 15px 20px;
	border-radius: 10px;
	overflow: hidden;
}
.land_tab_item_bg {
	padding-right: 90px;
}
.land_tab_item:hover {
	background: rgba(32, 60, 98, 0.2);
}
.land_tab_item_name {
	text-align: left;
	font-size: 14px;
}
.land_tab_item_img {
	position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    padding-top: 5px;
    right: -5px;
    background-color: rgba(253, 85, 4, 0.3);
    bottom: -20px;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.land_tab_right .land_tab_item_img {
	right: -10px;
	bottom: -6px;
}
.land_tab_top .land_tab_item_img {
	right: -20px;
    bottom: 28px;
}
.land_tab_top .land_tab_item_bg, .land_tab_right .land_tab_item_bg {
	padding-right: 50px;
}

@media (max-width: 992px) {
	.land_tab_list {
		flex-wrap: wrap;
	}
	.land_tab_item {
		flex: 1 1 calc(50% - 20px);
	}
}
@media (max-width: 576px) {
	.land_tab_item {
		flex: 1 1 100%;
		text-align: center;
	}
}





.land_table {
	
}
.table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.land_table table {
	min-width: 800px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
	font-size: 20px;
}
.land_table thead {
	
}
.land_table tbody {
	
	
}
.land_table thead tr {
	border: 1px solid #F8A47B;
	border-bottom: 1px solid #000000;
}
.land_table tbody tr {
	border: 1px solid #000000;
}

.land_table th {
	background-color: #F8A47B;
	color: #fff;
	padding: 12px;
	white-space: nowrap;
}
.land_table td {
	padding: 20px;
	white-space: nowrap;
}



.land_reviews {
	
}
.land_reviews_item {
	background: rgba(32, 60, 98, 0.06);
	border-radius: 10px;
	width: 100%;
}
.land_reviews_item_img {
	
}
.land_reviews_item_name {
	font-weight: 600;
    font-size: 22px;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 15px;
}
.land_reviews_item_btn {
	background: #F8A47B;
	font-size: 18px;
    border-radius: 10px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.land_reviews_events .land_reviews_item_img {
	    margin: 0 0 -15px;
}
.land_reviews_events .land_reviews_item_btn {
	position: relative;
    z-index: 1;
}
.land_reviews_item_btn:hover {
	cursor: pointer;
	background-color: #ee4400;
}

.land_reviews_services .land_reviews_item_img {
	padding: 15px 15px 0;
}
.land_reviews_services .land_reviews_item_name {
	text-align: left;
}
.land_reviews_services .land_reviews_item_text {
	text-align: left;
	font-size: 18px;
	padding: 0 15px 20px;
}
.land_reviews_services .land_reviews_item_btn {
	background: #203C62;
}
.land_reviews_services .land_reviews_item_btn:hover {
	cursor: pointer;
	background-color: #ee4400;
}

@media (max-width: 992px) {
	.land_reviews_list {
		flex-wrap: wrap;
	}
	.land_reviews_item {
		flex: 1 1 calc(50% - 20px);
		display: flex;
        flex-direction: column;
        justify-content: space-between;
	}
	.land_reviews_item_img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}
@media (max-width: 576px) {
	.land_reviews_item {
		flex: 1 1 100%;
		text-align: center;
	}
}


.land_stages {
	
}
.land_stages_item {
	background: rgba(32, 60, 98, 0.06);
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.land_stages_item_img {
	display: flex;
    justify-content: center;
    padding-top: 50px;
}
.land_stages_item_content {
	padding: 20px 25px;
	background-color: #F8A47B;
}
.land_stages_item_name {
	font-size: 18px;
	opacity: 0.7;
	font-weight: 500;
	margin-bottom: 15px;
}
.land_stages_item_text {
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 992px) {
	.land_stages_list {
		flex-wrap: wrap;
	}
	.land_stages_item {
		flex: 1 1 100%;
		text-align: center;
	}
}



.product-card.flex_direction_unset {
	flex-direction: unset;
}
.product-card.flex_direction_unset img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}




.land_faq_block {
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 10px;
	padding: 35px 10px 20px;
}
.land_faq_block .land_title {
	text-align: center;
}
.land_faq_list {
	
}
.land_faq_item {
	border: 1px solid rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	margin-bottom:15px;
}
.land_faq_item:hover, .land_faq_item.active {
	border: 1px solid #FF5500;
}
.land_faq_item.active {
	
}
.land_faq_item_name {
	padding: 12px 15px 12px 30px;
	font-size: 18px;
	font-weight: 500;
	align-items: center;
	cursor: pointer;
}
.land_faq_item.active .land_faq_item_name {
	color: #FD5504;
}
.land_faq_item_img {
	
}
.land_faq_item.active .land_faq_item_img {
	transform: rotate(180deg);
}
.land_faq_item_text {
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	padding: 15px 15px 15px 30px;
	display: none;
}
.land_faq_item.active .land_faq_item_text {
	display: block;
}
















