

/* Start:/local/templates/gtech2022/css/cases.css?17587249123015*/
.first-screen.cases {
  position: relative;
  background-color: #1d1a1b;
  color: #f9f9f9;
  height: 300px;
}
.first-screen.cases .cntnt {
  position: relative;
  display: flex;
  min-height: 300px;
}
.fs-cases__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.first-screen.cases p {
  font-weight: normal;
  margin: 0;
}
.first-screen.cases h3 {
  font-weight: bold;
  margin: 20px 0 0 0;
}
.first-screen.cases a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
}
@media screen and (min-width: 1870px) {
  .first-screen.cases p {
    font-size: 36px;
  }
  .first-screen.cases h3 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1540px) and (max-width: 1869px) {
  .first-screen.cases p {
    font-size: 36px;
  }
  .first-screen.cases h3 {
    font-size: 50px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
  .first-screen.cases p {
    font-size: 30px;
  }
  .first-screen.cases h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1170px) {
  .first-screen.cases::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f9f9f9;
  }
  .first-screen.cases.modifier1::before {
    left: 0;
  }
  .first-screen.cases.modifier2::before {
    right: 0;
  }
  .first-screen.cases.modifier1 .fs-cases__item:first-child,
  .first-screen.cases.modifier2 .fs-cases__item:last-child {
    color: #1d1a1b;
  }
  .first-screen.cases .cntnt {
    justify-content: space-between;
  }
  .fs-cases__item {
    width: 46%;
  }
}
@media screen and (max-width: 1169px) {
  .first-screen.cases {
    height: auto;
  }
  .first-screen.cases .cntnt {
    flex-direction: column;
  }
  .fs-cases__item {
    text-align: center;
    padding: 70px 0;
  }
  .first-screen.cases.modifier1 .fs-cases__item:first-child,
  .first-screen.cases.modifier2 .fs-cases__item:last-child {
    background: #1d1a1b;
    color: #fff;
  }
  .fs-cases__item > * {
    z-index: 2;
  }
  .first-screen.cases.modifier1 .fs-cases__item:first-child::before,
  .first-screen.cases.modifier2 .fs-cases__item:last-child::before {
    content: '';
    display: block;
    position: absolute;
    left: -200px;
    top: 0;
    bottom: 0;
    right: -200px;
    background: #1d1a1b;
    z-index: 1;
  }
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
  .first-screen.cases p {
    font-size: 27px;
  }
  .first-screen.cases h3 {
    font-size: 45px;
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .first-screen.cases p {
    font-size: 22px;
  }
  .first-screen.cases h3 {
    font-size: 34px;
  }
}
@media screen and (max-width: 499px) {
  .first-screen.cases p {
    font-size: 18px;
  }
  .first-screen.cases h3 {
    font-size: 24px;
  }
}
/* End */


/* Start:/local/templates/gtech2022/components/bitrix/news.list/projects/style.css?17587249125706*/
.cntnt.projects-list-wrap {
	margin-top: 20px;
	margin-bottom: 150px;
}
.projects-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}
.projects-item {
	position: relative;
	height: 500px;
	box-sizing: border-box;
	background-color: #ccc;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.projects-item a {
	display: flex;
	align-items: flex-start;
	width: 100%;
	height: 100%;
	color: transparent;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.15);
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}
.projects-item:hover a {
	background-color: rgba(190,33,49,0.85);
	color: var(--main-color-white);
	/*background-image: url("/local/templates/gtech2022/components/bitrix/news.list/projects/../../../../images/link.svg");*/
}
.projects-item__footer {
	position: absolute;
	color: #fff;
	font-weight: 500;
}
.projects-item__footer b {
	font-weight: 500;
}
.projects-item__tag-list {
	display: none;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	margin-top: 15px;
	padding: 0;
}
.projects-item__tag-item {
	position: relative;
	left: -10px;
	font-weight: 300;
	font-size: 13px;
	line-height: 24px;
	padding: 0 15px;
	border: 1px solid #fff;
	border-radius: 11px;
	margin-left: 10px;
	margin-top: 10px;
}

@media screen and (min-width: 1870px) {
	.projects-item {
		height: 28vw;
	}
	.projects-item a {
		font-size: 40px;
		background-size: auto 50px;
		padding: 50px;
	}
	.projects-item__footer {
		left: 50px;
		right: 50px;
		bottom: 50px;
	}
}
@media screen and (min-width: 1540px) and (max-width: 1869px) {
	.projects-item {
		height: 28vw;
	}
	.projects-item a {
		font-size: 35px;
		background-size: auto 45px;
		padding: 40px;
	}
	.projects-item__footer {
		left: 40px;
		right: 40px;
		bottom: 40px;
	}
}
@media screen and (min-width: 1540px) {
	.projects-item__footer b {
		font-size: 20px;
	}
	.projects-item:nth-child(1n+4) {
		margin-top: 50px;
	}
	.projects-item:nth-child(3n+2) {
		top: 50px;
	}
}
@media screen and (min-width: 1330px) {
	.projects-item__tag-list {
		display: flex;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
	.projects-item {
		height: 28vw;
	}
	.projects-item:nth-child(1n+4) {
		margin-top: 35px;
	}
	.projects-item:nth-child(3n+2) {
		top: 35px;
	}
	.projects-item a {
		font-size: 26px;
		padding: 35px;
		background-size: auto 38px;
	}
	.projects-item__footer {
		left: 35px;
		right: 35px;
		bottom: 35px;
	}
	.projects-item__footer b {
		font-size: 19px;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.projects-item {
		height: 28vw;
	}
	.projects-item:nth-child(1n+4) {
		margin-top: 28px;
	}
	.projects-item:nth-child(3n+2) {
		top: 28px;
	}
	.projects-item a {
		font-size: 21px;
		padding: 28px;
		background-size: auto 30px;
	}
	.projects-item__footer {
		left: 28px;
		right: 28px;
		bottom: 28px;
	}
	.projects-item__footer b {
		display: none;
		font-size: 18px;
	}
}
@media screen and (min-width: 880px) {
	.projects-item {
		width: 28vw;
		margin-left: 2.2vw;
	}
	.projects-item:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.projects-list {
		justify-content: space-between;
	}
	.projects-item {
		height: 45vw;
		width: 45vw;
	}
	.projects-item:nth-child(1n+3) {
		margin-top: 15px;
	}
	.projects-item a {
		font-size: 19px;
		padding: 21px;
		background-size: auto 30px;
	}
	.projects-item__footer {
		left: 21px;
		right: 21px;
		bottom: 21px;
	}
	.projects-item__footer b {
		font-size: 17px;
	}
}
@media screen and (max-width: 499px) {
	.projects-item {
		height: calc(100vw - 63px);
		width: 100vw;
	}
	.projects-item:nth-child(1n+2) {
		margin-top: 15px;
	}
	.projects-item a {
		font-size: 18px;
		padding: 15px;
	}
	.projects-item__footer {
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
}


.projects-list-hidden {
	display: none;
}
.rubric-list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rubric-item {
	position: relative;
	top: -10px;
	margin: 10px;
	display: block;
	color: rgba(0,0,0,0.5);
	background: #fff;
	border: 1px solid #b9c5ca;
	cursor: pointer;
	white-space: nowrap;
	transition: all 0.15s ease-in-out;
}
.rubric-item:hover {
	color: #000;
	border-color: #4f4f4f;
}
.rubric-item.active {
	border-color: #be2131;
	background: #be2131;
	color: #fff;
}
@media screen and (min-width: 1870px) {}
@media screen and (min-width: 1540px) and (max-width: 1869px) {}
@media screen and (min-width: 1540px) {
	.rubric-item {
		top: -10px;
		margin: 10px;
		padding: 0 30px;
		line-height: 58px;
		font-size: 18px;
		border-radius: 30px;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
	.rubric-item {
		top: -7px;
		margin: 7px;
		padding: 0 25px;
		line-height: 48px;
		font-size: 17px;
		border-radius: 25px;
	}
}
@media screen and (min-width: 1170px) {
	.rubric-list {
		margin-bottom: 70px;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.rubric-list {
		margin-bottom: 50px;
	}
	.rubric-item {
		top: -5px;
		margin: 5px;
		padding: 0 20px;
		line-height: 38px;
		font-size: 16px;
		border-radius: 20px;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.rubric-list {
		margin-bottom: 40px;
	}
	.rubric-item {
		top: -5px;
		margin: 5px;
		padding: 0 16px;
		line-height: 30px;
		font-size: 15px;
		border-radius: 16px;
	}
}
@media screen and (max-width: 499px) {
	.rubric-list {
		margin-bottom: 30px;
	}
	.rubric-item {
		top: -5px;
		margin: 5px;
		padding: 0 16px;
		line-height: 20px;
		font-size: 13px;
		border-radius: 11px;
	}
}
/* End */
/* /local/templates/gtech2022/css/cases.css?17587249123015 */
/* /local/templates/gtech2022/components/bitrix/news.list/projects/style.css?17587249125706 */
