

/* Start:/bitrix/templates/sealink/components/bitrix/breadcrumb/breadcrumb/style.css?1681110129517*/
.bx-breadcrumb {
	margin: 10px 0 30px 0;
	font-size: 14px;
	color: var(--gray);
}
.bx-breadcrumb a {
	color: var(--gray);
	text-decoration: none;
}
.bx-breadcrumb a:hover {
	text-decoration: underline;
}

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	white-space: nowrap;
	line-height: 21px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/sealink/components/bitrix/catalog/clients_and_projects/style.min.css?1681280208959*/
.grid .bx_content_section{margin-bottom:15px}.grid .bx_sidebar{margin-bottom:15px}.grid2x1 .bx_content_section{float:left;width:66%;margin-bottom:15px}.grid2x1 .bx_sidebar{float:right;width:33%;margin-bottom:15px;padding-left:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media(max-width:960px){.grid2x1 .bx_sidebar{padding-left:4%}}@media(max-width:640px){.grid2x1 .bx_content_section,.grid2x1 .bx_sidebar{width:100%;float:none}.grid2x1 .bx_sidebar{padding-left:3%}}@media(max-width:479px){.grid2x1 .bx_sidebar{padding-left:1%}}.catalog-block-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}body.bx-theme-blue .catalog-block-header{border-color:#006cc0}body.bx-theme-green .catalog-block-header{border-color:#63aa28}body.bx-theme-red .catalog-block-header{border-color:#da3737}body.bx-theme-yellow .catalog-block-header{border-color:#f4b236}
/* End */


/* Start:/bitrix/templates/sealink/components/bitrix/catalog/clients_and_projects/bitrix/catalog.section.list/.default/style.css?17006533031669*/
.projects_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px;
	list-style: none;
	margin: 30px 0 60px 0;
	padding: 0;
}
.projects_list > li {
	box-sizing: border-box;
	padding: 30px 30px 0 30px;
	background: var(--light-gray);
	border-radius: 10px;
}
.projects_list a {
	text-decoration: none;
}
.projects_list div {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}
.projects_list a > h3 {
	font-size: 20px;
	line-height: 26px;
	margin: 30px 0;
}
.projects_list a div:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: #13294B;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.35s ease-in-out;
}
.projects_list a:hover div:before {
	opacity: 0.6;
	transition: opacity 0.35s ease-in-out;
}
.projects_list a div:after {
	content: "Подробнее";
	display: flex;
	align-items: center;
	height: 56px;
	padding: 0 24px;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	line-height: 24px;
	border: 2px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
	opacity: 0;
	z-index: 2;
	transition: opacity 0.15s ease-in-out;
}
.projects_list a:hover div:after {
	opacity: 1;
	transition: opacity 0.15s ease-in-out;
}
.projects_list a:active div:after {
	background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width:480px) {
	.projects_list a > h3 {
		font-size: 16px;
		line-height: 21px;
	}
}
@media screen and (max-width:768px) {
	.projects_list {grid-template-columns: 1fr;}
}
/* End */


/* Start:/bitrix/templates/sealink/components/bitrix/catalog.section/clients_and_projects/style.css?17888584762135*/
.main_block {
	margin: 30px 0 60px 0 !important;
}
.main_block h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: var(--dark-blue);
  margin: 0 0 30px 0;
}
.img_container {
	position: relative;
}
.img_container div {
	position: absolute;
	font-size: 10px;
    bottom: 3px;
    right: 3px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    line-height: 14px;
    padding: 1px 2px;
}
.elements_h2 {
	margin: 0 0 60px 0;
}
.projects_list {
	display: none;
}
.elements_list {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
}
.elements_list li {
	display: grid;
	grid-template-columns: max-content 1fr;
	margin: 32px 0 0 0;
}
.elements_list li > div:first-child {
	display: block;
	height: 211px;
	width: 282px;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 0 60px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
}
.elements_list h3 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin: 0 0 10px 0;
}
.elements_client {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.elements_list a {
	padding: 14px 22px;
	border: 2px solid var(--dark-blue);
	border-radius: 10px;
	font-size: 20px;
	color: var(--dark-blue);
	line-height: 24px;
	text-decoration: none;
	display: block;
	margin: 18px 0 0 0;
	width: max-content;
	transition: all 0.2s ease-in-out;
}

.elements_list a:hover {
  background: var(--hover-blue);
  border: 2px solid var(--hover-blue);
  color: #fff;
  transition: all 0.2s ease-in-out;
}

.elements_list a:active {
  background: var(--active-dark-blue);
  border: 2px solid var(--active-dark-blue);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width:768px) {
	.elements_list h3 {
		font-size: 26px;
		line-height: 34px;
	}
	.elements_list li {grid-template-columns: 1fr;}
	.elements_list li > div:first-child {
		width: 100%;
		margin: 20px 0;
	}
	.more_projects {
		margin: 60px auto;
		font-size: 18px;
	}
}
@media screen and (max-width:480px) {
	.main_block h1 {
		font-size: 26px;
		line-height: 34px;
	}
}
/* End */
/* /bitrix/templates/sealink/components/bitrix/breadcrumb/breadcrumb/style.css?1681110129517 */
/* /bitrix/templates/sealink/components/bitrix/catalog/clients_and_projects/style.min.css?1681280208959 */
/* /bitrix/templates/sealink/components/bitrix/catalog/clients_and_projects/bitrix/catalog.section.list/.default/style.css?17006533031669 */
/* /bitrix/templates/sealink/components/bitrix/catalog.section/clients_and_projects/style.css?17888584762135 */
