

/* Start:/bitrix/templates/citrus_aproduction2_arkwood/components/bitrix/news.list/history_of_company/style.css?16453063981624*/

/*template.php*/
@media all {
    .history-line {
		margin: 30px 0;
    }
    .history-line__item {
		position: relative;
		overflow: hidden;
		padding-bottom: 30px;
		color: #000;
    }
	.history-line__item:last-child {
		padding-bottom: 0;
	}

	.history-line__item-bg {
		background-color: #f5f5f5;
		display: flex;
		padding: 25px 30px;
	}
    .history-line__item-left {
		margin-right: 40px;
		text-align: center;
    }
    .history-line__year {
		color: #000;
		font-size: 35px;
		font-weight: 700;
		line-height: 1;
    }
	.history-line__dot-container {

		position: relative;
	}
		.history-line__dot {
			width: 32px;
			height: 32px;
			border: 5px solid #fff;
			border-radius: 50%;
			box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.45);
			margin-top: 8px;
			display: inline-flex;
			z-index: 2;
			position: relative;
		}
		.history-line__line {
			width: 4px;
			left: 0;
			right: 0;
			margin: auto;
			background-color: #cccccc;
			top: 50%;
			height: 800px;
			position: absolute;
			z-index: 1;
		}
		.history-line__item:last-child .history-line__line {
			display: none;
		}

	.history-line__item-right {

    }
	.history-line__title {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.history-line__news-link {
		display: inline-block;
		margin-top: 20px;
	}
}
@media (max-width: 1023px) {
	.history-line__item-bg {
		padding: 20px;
	}
	.history-line__item-left {
		margin-right: 20px;
	}
}
@media (max-width: 479px) {
	.history-line {
		margin-left: -15px;
		margin-right: -15px;
	}
	.history-line__year {
		font-size: 24px;
	}

	.history-line__news-link {
		margin-top: 10px;
	}
}
        
/* End */
/* /bitrix/templates/citrus_aproduction2_arkwood/components/bitrix/news.list/history_of_company/style.css?16453063981624 */
