

/* Start:/local/templates/main/components/bitrix/breadcrumb/bread_fly/style.css?1756288993193*/
.breadcrumbs-fly {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 30px 0 0;
}

@media (max-width: 767px)
{
	.breadcrumbs-fly {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.detail/bas.land.head/style.css?17562889931633*/
.land-head {
	background-color: #edeeef;
	line-height: 1.3;
}
.land-head__block {
    position: relative;
    padding: 90px 0 55px;
}
.land-head__block:after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    background-color: #e72222;
    top: 50%;
    right: -100%;
    margin: 0 665px 0 0;
	z-index: 1;
}
.land-head__inner {
    max-width: 700px;
}
.land-head__title {
    margin: 0 0 25px;
    max-width: 480px;
}
.land-head__text {
    font-weight: 500;
    color: #818181;
    font-size: 23px;
    margin: 0 0 45px;
}
.land-head__icons {
    display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}
.land-head__icon {
    display: flex;
    align-items: center;
    width: 33.3%;
}
.land-head__icon-txt {
    color: #818181;
    font-weight: 500;
    font-size: 13px;
    padding: 0 0 0 15px;
	max-width: 175px;
}
.land-head__img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
	z-index: 2;
}

@media (min-width: 1400px) AND (max-width: 1500px)
{
	.land-head__inner {
		max-width: 650px;
	}
}
@media (min-width: 1110px) AND (max-width: 1400px)
{
	.land-head__inner {
		width: calc(100% - 350px);
	}
	.land-head__block:after {
		width: 77%;
	}
	.land-head__img {
		max-width: 350px;
	}
}
@media (max-width: 1109px)
{
	.land-head__block:after {
		display: none;
	}
	.land-head__img {
		display: none;
	}
}
@media (max-width: 767px)
{
	.land-head__block {
		padding: 40px 0;
	}
	.land-head__text {
		font-size: 18px;
		margin: 0 0 25px;
	}
	.land-head__icons {
		margin: 0;
		flex-direction: column;
	}
	.land-head__icon {
		width: 100%;
		margin: 0 0 15px;
	}
}
/* End */


/* Start:/local/components/bas/bas.allform/templates/bas.form.two/style.css?17562889931164*/
.form-two {
    background-color: #FFF;
    padding: 40px 50px;
}
.form-two__title {
    font-size: 40px;
    margin: 0 0 20px;
}
.form-two__line {
	margin: 0 0 15px;
}
.form-two__input {
    box-shadow: none;
    height: 45px;
    width: 100%;
    background-color: #F3F5F9;
    border: none;
    padding: 0 15px;
}
.form-two__textarea {
    box-shadow: none;
    height:145px;
    width: 100%;
    background-color: #F3F5F9;
    border: none;
    padding:15px;
	resize:none;
}
.form-two__select-box {
	position: relative;
}
.form-two__select-box:after {
    content: '';
    border-bottom: 1px solid #979797;
    border-left: 1px solid #979797;
    height: 12px;
    width: 12px;
    position: absolute;
    right: 15px;
    transform: rotate(-45deg);
    top: 13px;
    pointer-events: none;
}
.form-two__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

    background-color: #F3F5F9;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 45px;
    padding: 0 15px;
	cursor: pointer;
}

@media (max-width: 575px)
{
	.form-two {
		padding: 25px 20px;
		margin: 0 -15px;
	}
	.form-two__title {
		font-size: 24px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/bas.land.production/style.css?17562889931242*/
.land-production {
	padding: 60px 0 20px;
}
.land-production__title {
	margin: 0 0 60px;
}
.land-production__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.land-production__item {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 40px;
}
.land-production__pict {
    width: 100%;
    height: 345px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 10px;
    margin: 0 0 20px;
	overflow: hidden;
}
.land-production__img {
	max-width: 100%;
	max-height: 100%;
}
.land-production__name {
    font-size: 18px;
    font-weight: 500;
	color: #333;
    text-transform: uppercase;
	text-align:center;
}

@media (min-width: 768px) AND (max-width: 1110px)
{
	.land-production__item {
		width: 33.3%;
	}
	.land-production__pict {
		height: 300px;
	}
}
@media (max-width: 767px)
{
	.land-production__item {
		width: 50%;
	}
	.land-production__pict {
		height: 275px;
	}
}
@media (max-width: 575px)
{
	.land-production {
		padding: 40px 0 20px;
	}
	.land-production__title {
		margin: 0 0 20px;
	}
	.land-production__item {
		width: 50%;
		margin: 0 0 20px;
	}
	.land-production__pict {
		height: 180px;
	}
	.land-production__name {
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.include/bas.land.text1/style.css?1756288993279*/
.land-text1 {
	padding: 60px 0;
}
.land-text1__title {
	margin: 0 0 60px;
}
.land-text1__block {
    font-size: 18px;
	line-height: 23px;
    overflow: hidden;
}

@media (max-width: 767px)
{
	.land-text1 {
		padding: 40px 0 20px;
	}
	.land-text1__title {
		margin: 0 0 30px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/bas.land.step/style.css?17562889931685*/
.land-step {
	padding: 60px 0 30px;
}
.land-step__items {
    margin: 60px 0 0;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.land-step__item {
    width: 20%;
	position: relative;
	margin: 0 0 30px;
}
.land-step__item:after {
    content: '';
    background-color: #AA001A;
    top: 39px;
    right: 30px;
    position: absolute;
    width: calc(100% - 130px);
    height: 4px;
}
.land-step__item:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 32px;
    border: 9px solid transparent;
    border-left: 16px solid #AA001A;
}
.land-step__item:last-child:after,
.land-step__item:last-child:before {
	display: none;
}
.land-step__pict {
    width: 80px;
    height: 80px;
    background-color: #AA001A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 15px;
}
.land-step__img {
    max-width: 90%;
    max-height: 90%;
}
.land-step__name {
	font-size: 16px;
	line-height: 20px;
	padding: 0 50px 0 0;
}

@media (min-width: 1110px)
{
	.land-step__item:after {
		width: calc(100% - 150px);
	}
	.land-step__pict {
		margin: 0 0 25px;
	}
	.land-step__name {
		font-size: 20px;
		line-height: 26px;
		padding: 0 50px 0 0;
	}
}
@media (max-width: 992px)
{
	.land-step__item {
		width: 33.3%;
	}
}
@media (max-width: 767px)
{
	.land-step {
		padding: 40px 0 10px;
	}
	.land-step__items {
		margin: 30px 0 0;
	}
}
@media (max-width: 575px)
{
	.land-step__item {
		width: 50%;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.land-step__item:after,
	.land-step__item:before {
		display: none;
	}
	.land-step__name {
		padding: 0;
	}
}
/* End */


/* Start:/local/components/bas/bas.allform/templates/bas.form.one/style.css?1756288993999*/
.form-one {
	padding: 60px 0 25px;
}
.form-one__title {
	margin: 0 0 50px;
	max-width: 1200px;
}
.form-one__lines {
    display: flex;
    flex-wrap: wrap;
}
.form-one__line {
    margin: 0 50px 35px 0;
    width: 40%;
}
.form-one__label {
    display: block;
    font-size: 21px;
    color: #434343;
    margin: 0 0 10px 15px;
}
.form-one__input {
    box-shadow: none;
    height: 75px;
    width: 100%;
    background-color: #F3F5F9;
    border: none;
    padding: 0 25px;
}

@media (min-width: 768px) AND (max-width: 992px)
{
	.form-one__lines {
		margin: 0 -15px;
	}
	.form-one__line {
		margin: 0 0 20px;
		width: 50%;
		padding: 0 15px;
	}
}
@media (max-width: 767px)
{
	.form-one {
		padding: 40px 0 25px;
	}
	.form-one__title {
		margin: 0 0 30px;
	}
	.form-one__line {
		margin: 0 0 20px;
		width: 100%;
	}
	.form-one__label {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.form-one__input {
		height: 50px;
		padding: 0 15px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/bas.land.faq/style.css?17562889931135*/
.land-faq {
	padding: 60px 0;
    font-size: 18px;
    line-height: 23px;
}
.land-faq__items {
    margin: 30px 0 0;
}
.land-faq__item {
	margin: 0 0 20px;
}
.land-faq__link {
	font-size: 25px;
    font-weight: bold;
    color: #000;
    padding: 20px 65px 20px 35px;
    display: block;
    background-color: #FFF;
    position: relative;
}
.land-faq__link:after {
    content: '';
    height: 18px;
    width: 18px;
    border-bottom: 4px solid #979797;
    border-left: 4px solid #979797;
    position: absolute;
    transform: rotate(-45deg);
    right: 35px;
    top: 17px;
}
.land-faq__link:hover:after {
	border-color: #000;
}
.land-faq__link_active:after {
    transform: rotate(-225deg);
    top: 27px;
}
.land-faq__text {
    background-color: #FFF;
    padding: 0 35px 20px;
	display: none;
}

@media (max-width: 767px)
{
	.land-faq {
		padding: 40px 0;
	}
	.land-faq__items {
		margin: 20px 0 0;
	}
	.land-faq__link {
		font-size: 19px;
		padding: 15px 50px 15px 20px;
	}
	.land-faq__link:after {
		right: 20px;
		top: 12px;
	}
	.land-faq__link_active:after {
		top: 22px;
	}
	.land-faq__text {
		padding: 0 20px 20px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/breadcrumb/bread_fly/style.css?1756288993193 */
/* /local/templates/main/components/bitrix/news.detail/bas.land.head/style.css?17562889931633 */
/* /local/components/bas/bas.allform/templates/bas.form.two/style.css?17562889931164 */
/* /local/templates/main/components/bitrix/news.list/bas.land.production/style.css?17562889931242 */
/* /local/templates/main/components/bitrix/main.include/bas.land.text1/style.css?1756288993279 */
/* /local/templates/main/components/bitrix/news.list/bas.land.step/style.css?17562889931685 */
/* /local/components/bas/bas.allform/templates/bas.form.one/style.css?1756288993999 */
/* /local/templates/main/components/bitrix/news.list/bas.land.faq/style.css?17562889931135 */
