

/* Start:/local/templates/gtech2022/css/about.css?17587249122561*/
.first-screen.about {
  background-image: url("/local/templates/gtech2022/css/../images/bg-about.jpg");
  background-color: #ccc;
}
.first-screen.about .cntnt {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100%;
  background-color: var(--main-color-white50);
}
.first-screen.about h1 {
  font-weight: normal;
  margin: 0;
}
.first-screen.about p {
  font-weight: bold;
}
.first-screen.about h1,
.first-screen.about p {
  position: relative;
}
@media screen and (min-width: 1540px) {
  .first-screen.about h1 {
    font-size: 25px;
  }
  .first-screen.about p {
    font-size: 48px;
    margin: 70px 59% 0 0;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
  .first-screen.about h1 {
    font-size: 22px;
  }
  .first-screen.about p {
    font-size: 40px;
    margin: 70px 50% 0 0;
  }
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
  .first-screen.about h1 {
    font-size: 21px;
  }
  .first-screen.about p {
    font-size: 36px;
    margin: 70px 0 0 0;
  }
}
@media screen and (min-width: 880px) {
  .first-screen.about h1,
  .first-screen.about p {
    top: -50px;
  }
}
  @media screen and (min-width: 500px) and (max-width: 879px) {
  .first-screen.about h1 {
    font-size: 19px;
  }
  .first-screen.about p {
    font-size: 30px;
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 499px) {
  .first-screen.about h1 {
    font-size: 18px;
  }
  .first-screen.about p {
    font-size: 22px;
    margin: 40px 0 0 0;
  }
}


.about-company.cntnt {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 300;
}
.about-company p {
  margin: 0;
}
.about-company b {
  font-weight: bold;
}
@media screen and (min-width: 1540px) {
  .about-company.cntnt {
    font-size: 25px;
  }
}
@media screen and (min-width: 880px) and (max-width: 1539px) {
  .about-company.cntnt {
    font-size: 21px;
  }
}
@media screen and (min-width: 1170px) {
  .about-company p {
    width: 47%;
  }
}
@media screen and (max-width: 1169px) {
  .about-company.cntnt {
    flex-direction: column;
  }
}
@media screen and (min-width: 880px) {
  .about-company.cntnt {
    margin-top: 75px;
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .about-company.cntnt {
    font-size: 19px;
    margin-top: 45px;
  }
}
@media screen and (max-width: 499px) {
  .about-company.cntnt {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/gtech2022/css/parts/numbers-data.css?17587249124285*/
.numbers-data.cntnt {
  margin-top: 40px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  @media screen and (min-width: 950px){
    .numbers-data.cntnt{
      margin-top: 100px;
    }
  }
.numbers-data b {}
.numbers-data p {
  position: relative;
  margin: 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.numbers-data p span {
  position: relative;
}
.numbers-data p span:first-of-type {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 200;
  color: #be2131
}
@media screen and (min-width: 1540px) {
  .numbers-data b {
    font-size: 60px;
  }
  .numbers-data p {
    min-height: 300px;
  }
  .numbers-data p span:first-of-type {
    font-size: 150px;
    line-height: 120px;
  }
  .numbers-data p span:last-of-type {
    font-size: 20px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
  .numbers-data b {
    font-size: 50px;
  }
  .numbers-data p {
    min-height: 260px;
  }
  .numbers-data p span:first-of-type {
    font-size: 120px;
    line-height: 100px;
  }
  .numbers-data p span:last-of-type {
    font-size: 19px;
  }
}
@media screen and (min-width: 1170px) {
  .numbers-data b {
    width: 25%;
    font-weight: 200;
  }
  .numbers-data p {
    width: 25%;
    border-left: 1px solid #dee5e8;
  }
}
@media screen and (max-width: 1169px) {
  .numbers-data.cntnt {
    flex-wrap: wrap;
  }
  .numbers-data b {
    width: 100%;
    flex-grow: 1;
    font-weight: 300;
  }
  .numbers-data b > br {
    display: none;
  }
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
  .numbers-data b {
    font-size: 42px;
    margin-bottom: 40px;
    text-align: center;
  }
  .numbers-data p {
    min-height: 230px;
    width: 33.33%;
  }
  .numbers-data p:nth-of-type(1n+2) {
    border-left: 1px solid #dee5e8;
  }
  .numbers-data p span:first-of-type {
    font-size: 120px;
    line-height: 100px;
  }
  .numbers-data p span:last-of-type {
    font-size: 19px;
  }
}
@media screen and (min-width: 880px) {
  .numbers-data p span:first-of-type::before,
  .numbers-data p span:first-of-type::after {
    top: -10px;
    content: '';
    display: inline-block;
    width: 40px;
    height: 60px;
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .numbers-data p span:first-of-type::before {
    /*background-image: url("/local/templates/gtech2022/css/parts/../../images/branch-left.png");*/
  }
  .numbers-data p span:first-of-type::after {
    /*background-image: url("/local/templates/gtech2022/css/parts/../../images/branch-right.png");*/
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .numbers-data b {
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
  }
  .numbers-data p {
    min-height: 190px;
    width: 33.33%;
  }
  .numbers-data p:nth-of-type(1n+2) {
    border-left: 1px solid #dee5e8;
  }
  .numbers-data p span:first-of-type {
    font-size: 70px;
    line-height: 70px;
  }
  .numbers-data p span:last-of-type {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .numbers-data b {
    font-size: 26px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: normal;
  }
  .numbers-data p {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    border-top: 1px solid #dee5e8;
  }
  .numbers-data p span:first-of-type {
    font-size: 70px;
    line-height: 70px;
  }
  .numbers-data p span:last-of-type {
    font-size: 16px;
  }
  .numbers-data p span:first-of-type::before,
  .numbers-data p span:first-of-type::after {
    top: -10px;
    content: '';
    display: inline-block;
    width: 40px;
    height: 60px;
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .numbers-data p span:first-of-type::before {
    /*background-image: url("/local/templates/gtech2022/css/parts/../../images/branch-left.png");*/
  }
  .numbers-data p span:first-of-type::after {
    /*background-image: url("/local/templates/gtech2022/css/parts/../../images/branch-right.png");*/
  }
}
/* End */


/* Start:/local/templates/gtech2022/components/bitrix/news.list/rewards/style.css?17587249123708*/
.rewards-wrap {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("/local/templates/gtech2022/components/bitrix/news.list/rewards/../../../../images/bg-rewards.jpg");
	margin: 100px 0;
	padding-top: 70px;
}
.rewards__title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
}
.rewards__logo {
	position: relative;
	margin-bottom: 100px;
	margin-top: 25px;
	opacity: 0.2;
}
.rewards__logo > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media screen and (min-width: 1540px) {
	.rewards-wrap {
		background-position: center -180px;
	}
	.rewards__title {
		font-size: 60px;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
	.rewards-wrap {
		background-position: center -220px;
	}
	.rewards__title {
		font-size: 45px;
	}
}
@media screen and (max-width: 1169px) {
	.rewards__title > br,
	.rewards__logo {
		display: none;
	}
	.rewards-wrap {
		background-position: center -300px;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.rewards__title {
		font-size: 36px;
		margin-bottom: 40px;
	}
}
@media screen and (min-width: 550px) {
	.rewards__title::after {
		display: block;
		content: '';
		height: 1px;
		background: rgba(255,255,255,0.2);
		flex-grow: 1;
		margin-left: 50px;
		margin-right: 150px;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.rewards__title {
		font-size: 28px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 499px) {
	.rewards__title {
		font-size: 22px;
		margin-bottom: 25px;
	}
}


.rewards-slider {
	overflow: visible !important;
}
.rewards-list {}
.rewards-item {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d90b0f;
	box-sizing: border-box;
}
.rewards-item img {
	height: 100%;
	width: 100%;
}
.rewards-slider .swiper-button-prev,
.rewards-slider .swiper-button-next {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	left: auto;
}
.rewards-slider .swiper-button-prev {
	right: 50px;
	background-image: url("/local/templates/gtech2022/components/bitrix/news.list/rewards/../../../../images/left-ico.svg");
}
.rewards-slider .swiper-button-next {
	right: 0;
	background-image: url("/local/templates/gtech2022/components/bitrix/news.list/rewards/../../../../images/right-ico.svg");
}
.rewards-slider .swiper-button-prev::after,
.rewards-slider .swiper-button-next::after {
	display: none;
}
.rewards-slider .swiper-button-prev:active,
.rewards-slider .swiper-button-next:active {
	opacity: 0.92;
}


@media screen and (min-width: 1870px) {
	.rewards-item {
		min-height: 570px;
		padding: 50px;
	}
}
@media screen and (min-width: 1540px) and (max-width: 1869px) {
	.rewards-item {
		min-height: 450px;
		padding: 40px;
	}
}
@media screen and (min-width: 1330px) and (max-width: 1539px) {
	.rewards-item {
		min-height: 320px;
		padding: 35px;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1329px) {
	.rewards-item {
		min-height: 320px;
		padding: 35px;
	}
}
@media screen and (min-width: 1170px) {
	.rewards-slider .swiper-button-prev,
	.rewards-slider .swiper-button-next {
		top: -130px;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.rewards-item {
		min-height: 250px;
		padding: 25px;
	}
	.rewards-slider .swiper-button-prev,
	.rewards-slider .swiper-button-next {
		top: -68px;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.rewards-item {
		min-height: 215px;
		padding: 25px;
	}
	.rewards-slider .swiper-button-prev,
	.rewards-slider .swiper-button-next {
		top: -58px;
	}
}
@media screen and (max-width: 499px) {
	.rewards-item {
		min-height: 215px;
		padding: 20px;
	}
	.rewards-slider .swiper-button-prev,
	.rewards-slider .swiper-button-next {
		top: -48px;
	}
}
/* End */


/* Start:/local/templates/gtech2022/components/bitrix/news.list/companies/style.css?17587249122814*/
.companies-wrap {
	padding: 0px 0;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}
.companies__titles b {
	display: block;
	font-weight: bold;
	line-height: 50px;
}
.companies__titles p {
	margin: 0;
}
.companies-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.companies-list::before,
.companies-list::after {
	position: absolute;
	bottom: 0;
	content: '';
	display: block;
	background: #fff;
}
.companies-list::before {
	left: 0;
	right: 0;
	height: 1px;
}
.companies-list::after {
	top: 0;
	right: 0;
	width: 1px;
}
.companies-item {
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.companies-item .hover {
	display: none;
}
.companies-item:hover .default {
	display: none;
}
.companies-item:hover .hover {
	display: flex;
}
.companies-item > div {
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.companies-item img {
	vertical-align: middle;
	max-width: 80%;
	max-height: 75%;
}
@media screen and (min-width: 1540px) {
	.companies__titles{
		padding: 50px 0;
	}
	.companies__titles b {
		font-size: 60px;
		margin-bottom: 60px;
	}
	.companies__titles p {
		font-size: 20px;
	}
	.companies-item {
		width: 20%;
		height: 140px;
	}
}
@media screen and (min-width: 950px){
	.companies-wrap{
		padding: 0px;
		margin: 0 0 50px 0;
	}
}
@media screen and (min-width: 1170px) {
	.companies-wrap > .cntnt {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.companies__titles {
		width: 23%;
	}
	.companies-list {
		width: 71%;
	}
}
@media screen and (max-width: 1169px) {
	.companies__titles{
		margin: 20px 0 0 0;
	}
	.companies__titles,
	.companies-list {
		width: 100%;
	}
	.companies-list {
		margin-top: 40px;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
	.companies__titles b {
		font-size: 45px;
		margin-bottom: 50px;
	}
	.companies__titles p {
		font-size: 19px;
	}
	.companies-item {
		width: 25%;
		height: 140px;
	}
}
@media screen and (max-width: 1169px) {
	.companies__titles b > br {
		display: none;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.companies__titles b {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.companies__titles p {
		font-size: 18px;
	}
	.companies-item {
		width: 33.33%;
		height: 140px;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.companies__titles b {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.companies__titles p {
		font-size: 17px;
	}
	.companies-item {
		width: 33.33%;
		height: 140px;
	}
}
@media screen and (max-width: 499px) {
	.companies__titles b {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.companies__titles p {
		font-size: 16px;
	}
	.companies-item {
		width: 50%;
		height: 140px;
	}
}
/* End */
/* /local/templates/gtech2022/css/about.css?17587249122561 */
/* /local/templates/gtech2022/css/parts/numbers-data.css?17587249124285 */
/* /local/templates/gtech2022/components/bitrix/news.list/rewards/style.css?17587249123708 */
/* /local/templates/gtech2022/components/bitrix/news.list/companies/style.css?17587249122814 */
