

/* Start:/bitrix/templates/SeaTelecom/components/bitrix/news.list/services/style.css?17277735261108*/
.services_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	gap: 30px;
	margin: 80px 0;
	padding: 0;
}
.services_list li {
	border-radius: 10px;
	background-position: left 35px top 50px;
	background-size: auto 60px;
	background-repeat: no-repeat;
	background-color: #E0E6F1;
	cursor: pointer;
	transition: background-color .3s ease-out;
}
.services_list li:hover {
	background-color: #F1F6FF;
}
.services_list a {
	display: block;
	width: 316px;
	padding: 110px 35px 40px 35px;
	text-decoration: none;
	color: var(--dark-blue);
}
.services_list h3 {
	font-size: 25px;
	font-weight: 500;
	margin: 40px 0 38px 0;
}
.services_list p {
	margin: 0;
	line-height: 32px;
}
@media screen and (max-width:1066px) {
	.services_list a {width: 280px;}
}
@media screen and (max-width:488px) {
	.services_list {
		margin: 30px 0;
		gap: 20px;
	}
	.services_list li {
		width: 100%;
		background-position: center top 30px;
	}
	.services_list a {
		width: auto;
		text-align: center;
		padding: 90px 35px 30px 35px;
	}
	.services_list h3 {
		font-size: 20px;
		margin: 20px 0 18px 0;
	}
}
/* End */


/* Start:/bitrix/templates/SeaTelecom/components/bitrix/news.list/solutions/style.css?17277673401761*/
.solutions {margin: 0 0 90px 0;}
.solution {
	color: var(--white);
	border-bottom: 2px solid var(--white);
}
.solution > label {
	position: relative;
	display: block;
	padding: 28px 110px 28px 72px;
	cursor: pointer;
	user-select: none;
}
.solution > label:hover {color: var(--white-hover);}
.solution > label:active {color: var(--white-active);}
.solution > label:hover path {stroke: var(--white-hover);}
.solution > label:active path {stroke: var(--white-active);}
.solution > label svg {
	position: absolute;
	top: 24px;
	right: 50px;
	height: 31px;
	width: 31px;
}
.solution > input {display: none;}
.solution > ul {
}
.solution > div {
	font-size: 20px;
	padding: 0 110px 0 72px;
	border-top: 2px solid rgba(255, 255, 255, 0.30);
	opacity: 0;
	height:auto;
	max-height:0; 
	transform-origin: top;
	transform: scaleY(0);
	transition: max-height .2s linear, transform .2s linear .1s, padding .2s linear .1s, opacity .2s ease-in;
}
.solution h3 {
	font-size: 30px;
	font-weight: 400;
	margin: 0;
	color: var(--white);
}
.solution p {margin: 20px 0;}
.solution a {color: var(--blue);}
label svg {transition: transform .3s ease-out;}
.solution > input:checked ~ div {
	padding: 30px 110px 34px 72px;
	max-height: 1000px;
	opacity: 1;
	transform: scaleY(1);
	transition: max-height .5s linear, transform .2s linear, padding .2s linear, opacity .5s ease-in-out;
}
.solution > input:checked ~ label svg {transform: rotate(45deg);}

@media screen and (max-width:488px) {
	.solution h3 {font-size: 20px;}
	.solution > label {
		padding: 10px 35px 10px 10px;
	}
	.solution > label svg {
		top: 13px;
		right: 10px;
		height: 20px;
		width: 20px;
	}

	.solution > div {
		font-size: 16px;
		padding: 0;
	}
	.solution > input:checked ~ div {
		padding: 0 0 34px 0;
	}
}
/* End */


/* Start:/bitrix/templates/SeaTelecom/components/bitrix/news.list/clients/style.css?1727767747849*/
.tag-list {
	padding-inline: 0;
	list-style: none;
}
.tag-list li {
	padding: 0px;
	height: 144px;
	min-width: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.scroller {
	max-width: 100%;
	width: min-content;
	margin: 0 auto 100px auto;
	outline: 3px solid lime;
	overflow: hidden;
	mask: linear-gradient(90deg, transparent, white 10%, white 90%, transparent);
}
.scroller_inner {
	display: flex;
	gap: 60px;
	margin: 0;
	animation: scroll 60s linear infinite;
	width: max-content;
}
@keyframes scroll {
	to {transform: translate(calc(-50% - 30px));}
}

@media screen and (max-width:488px) {
	.tag-list li {
		height: 100px;
		min-width: 150px;
	}
	.scroller {
		margin: 0 auto 50px auto;
	}
	.scroller_inner {gap: 40px;}
	@keyframes scroll {
		to {transform: translate(calc(-50% - 20px));}
	}
}
/* End */


/* Start:/bitrix/templates/SeaTelecom/components/bitrix/news.list/news/style.css?17282958801260*/
.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list > li {
	display: flex;
	flex-wrap: wrap;
	gap: 67px;
	justify-content: center;
	margin:0;
	padding: 40px 0;
	border-bottom: 2px solid var(--dark-blue);
}
.news-list > li:first-child {
	padding: 0 0 40px 0;
}
.news-list > li > div:first-child {
	height: 308px;
	width: 463px;
	background-color: var(--white-active);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	border-radius: 10px;
}
.news-list > li > div:last-child {
	width: calc(100% - 463px - 67px);
	min-width: 230px;
}
.news-list span {
	opacity: 0.5;
	font-size: 20px;
	line-height: 23px;
	margin: 10px 0;
}
.news-list p {
	margin: 10px 0 28px 0;
}
.news-list .button,
a.news-all {
	padding: 20px 50px;
}
a.news-all {
	margin: 50px 0 80px 0;
}
@media screen and (max-width:1066px) {
	.news-list > li {gap: 30px;}
	.news-list > li > div:last-child {width: calc(100% - 463px - 30px);}
	.news-list span {font-size: 16px;}
}
@media screen and (max-width:753px) {
	.news-list > li > div:first-child {
		width: 100%;
		height: auto;
		min-height: 193px;
		aspect-ratio: 15 / 10;
	}
	.news-list > li > div:last-child {
		width: 100%;
		min-width: auto;
	}
	.news-list span {font-size: 14px;}
}
/* End */
/* /bitrix/templates/SeaTelecom/components/bitrix/news.list/services/style.css?17277735261108 */
/* /bitrix/templates/SeaTelecom/components/bitrix/news.list/solutions/style.css?17277673401761 */
/* /bitrix/templates/SeaTelecom/components/bitrix/news.list/clients/style.css?1727767747849 */
/* /bitrix/templates/SeaTelecom/components/bitrix/news.list/news/style.css?17282958801260 */
