

/* Start:/local/templates/gtech2022/css/services.css?17587249124154*/
.first-screen.services {
  position: relative;
  background-image: url("/local/templates/gtech2022/css/../images/bg-services.jpg");
  background-color: #ccc;
  color: #fff;
}
.first-screen.services::before,
.first-screen.services::after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
}
.first-screen.services::before {
  bottom: 80px;
  width: 1px;
  height: 100px;
  margin-left: -0.5px;
  background: #fff;
  opacity: 0.4;
}
.first-screen.services::after {
  bottom: 40px;
  width: 20px;
  height: 30px;
  margin-left: -10px;
  background: url("/local/templates/gtech2022/css/../images/mouse.svg") center / contain no-repeat;
}
@media screen and (max-width: 949px){
  .first-screen.services::before,
  .first-screen.services::after{
    display: none;
  }

  .first-screen{
    height: auto!important;
    padding: 0 0 0 0;
  }
}
.first-screen.services .cntnt {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.first-screen.services h1,
.first-screen.services p {
  position: relative;
}
.first-screen.services h1 {
  font-weight: bold;
}
.first-screen.services p {}
@media screen and (min-width: 1540px) {
  .first-screen.services h1,
  .first-screen.services p {
    padding-right: 200px;
  }
  .first-screen.services h1 {
    font-size: 48px;
  }
  .first-screen.services p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
  .first-screen.services h1 {
    font-size: 40px;
  }
  .first-screen.services p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1170px) {
  .first-screen.services h1,
  .first-screen.services p {
    width: 47%;
    margin: 150px 0 0 0;
  }
}
@media screen and (max-width: 1169px) {
  .first-screen.services .cntnt {
    flex-direction: column;
  }
  .first-screen.services h1,
  .first-screen.services p {
    margin: 0;
  }
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
  .first-screen.services h1 {
    font-size: 36px;
    margin-top: 150px;
  }
  .first-screen.services p {
    font-size: 21px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .first-screen.services h1 {
    font-size: 30px;
    margin-top: 40px;
  }
  .first-screen.services p {
    font-size: 19px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 499px) {
  .first-screen.services h1 {
    font-size: 22px;
    margin-top: 40px;
  }
  .first-screen.services p {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 949px){
  .first-screen.services .cntnt{
    padding-bottom: 20px;
    background-color: var(--main-color-dark50);
  }
  .service-list-wrap{
    margin: 50px 0!important;
  }
}


.about-company.cntnt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  font-weight: 300;
}
.about-company p {
  margin: 0;
}
.about-company b {
  font-weight: bold;
}
.about-company img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 950px){
  .about-company.cntnt{
    margin: 50px 0 0 0;
  }
}
@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,
  .about-company img {
    width: 48%;
  }
  .about-company p:nth-child(1n+3),
  .about-company img:nth-child(1n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1169px) {
  .about-company.cntnt {
    flex-direction: column;
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-company p:nth-child(1n+2),
  .about-company img:nth-child(1n+2) {
    margin-top: 35px;
  }
  .about-company img:last-child {
    display: none;
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .about-company.cntnt {
    font-size: 19px;
  }
}
@media screen and (max-width: 499px) {
  .about-company.cntnt {
    font-size: 18px;
  }
}
/* End */


/* Start:/local/templates/gtech2022/css/parts/service-list.css?17587249123928*/
.service-list-wrap {
  position: relative;
}
.service-list-wrap > .cntnt {
  display: flex;
  align-items: flex-start;
  min-height: 100%;
}
.service-item {
  box-sizing: border-box;
}
.service-item b {
  font-weight: bold;
}
.service-item p {}
.service-item ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.service-item ul li {
  position: relative;
  
  box-sizing: border-box;
  font-weight: 300;
  background: url("/local/templates/gtech2022/css/parts/../../images/checked.svg") left top no-repeat;
}
@media screen and (min-width: 1870px) {
  .service-item b {
    font-size: 60px;
  }
  .service-item p {
    font-size: 25px;
  }
  .service-item ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 1540px) and (max-width: 1869px) {
  .service-item b {
    font-size: 50px;
  }
  .service-item p {
    font-size: 23px;
  }
  .service-item ul li {
    font-size: 19px;
  }
}
@media screen and (min-width: 1540px) {
  .service-item:first-child {
    padding-right: 70px;
  }
  .service-item:last-child {
    padding-left: 70px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
  .service-item:first-child {
    padding-right: 55px;
  }
  .service-item:last-child {
    padding-left: 55px;
  }
  .service-item b {
    font-size: 40px;
  }
  .service-item p {
    font-size: 21px;
  }
  .service-item ul li {
    font-size: 17px;
  }
}
@media screen and (min-width: 1170px) {
  .service-list-wrap {
    /*height: 100vh;*/
    padding: 150px 0;
  }
  .service-list-wrap::before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    background: #f9f9f9;
  }
  .service-item {
    width: 50%;
  }
  .service-item p {
    line-height: 35px;
  }
  .service-item ul li {
    min-height: 140px;
  }
}
@media screen and (min-width: 880px) {
  .service-item {
    width: 100%;
  }
  .service-item p {
    margin: 45px 0 0 0;
  }
  .service-item ul {
    margin: 60px 0 0 0;
  }
}
@media screen and (max-width: 1169px) {
  .service-list-wrap > .cntnt {
    flex-direction: column;
  }
  .service-item {
    width: 100%;
  }
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
  .service-list-wrap {
    margin: 100px 0;
  }
  .service-item b {
    font-size: 40px;
  }
  .service-item p {
    font-size: 21px;
  }
  .service-item ul li {
    font-size: 17px;
    min-height: 100px;
  }
  .service-item:nth-child(1n+2) {
    margin-top: 100px;
  }
}
@media screen and (min-width: 500px) and (max-width: 879px) {
  .service-list-wrap {
    margin: 80px 0;
  }
  .service-item b {
    font-size: 30px;
  }
  .service-item p {
    font-size: 19px;
    margin: 25px 0 0 0;
  }
  .service-item ul {
    margin: 40px 0 0 0;
  }
  .service-item ul li {
    font-size: 16px;
    min-height: 100px;
  }
  .service-item:nth-child(1n+2) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 500px) {
  .service-item ul li {
    width: 27%;
    padding-top: 50px;
    padding-bottom: 25px;;
    border-bottom: 2px solid #000;
  }
}
@media screen and (max-width: 499px) {
  .service-list-wrap {
    margin: 60px 0;
  }
  .service-item b {
    font-size: 22px;
  }
  .service-item p {
    font-size: 17px;
    margin: 15px 0 0 0;
  }
  .service-item ul {
    flex-direction: column;
    margin: 24px 0 0 0;
  }
  .service-item ul li {
    font-size: 16px;
    width: 100%;
    padding-left: 50px;
    min-height: 40px;
    padding-top: 8px;
  }
  .service-item ul li:nth-child(1n+2) {
    margin-top: 30px;
  }
  .service-item:nth-child(1n+2) {
    margin-top: 60px;
  }
}

.service-item ul li div{
  position: absolute;
  top: 0px; left: 0px;
  width: 30px;
  height: 30px;

  background-color: var(--main-color-red);
}
/* End */


/* Start:/local/templates/gtech2022/components/bitrix/news.list/etapi-raz/style.css?17587249125330*/
.etapi-raz-wrap {
	margin: 50px 0 0px 0;
	overflow: hidden;
}
	@media screen and (min-width: 950px){
		.etapi-raz-wrap{
			margin: 100px 0 50px 0;
		}
	}
.etapi-raz-wrap > .cntnt {}
.etapi-raz__title {
	font-weight: 300;
	text-align: center;
}
.etapi-raz-slider {
	position: relative;
	overflow: visible !important;
}
.etapi-raz-item:not(.swiper-slide-active) {
	opacity: 0 !important;
}
.swiper-pagination-customized {
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.swiper-pagination-customized > div {
	position: relative;
	cursor: pointer;
	right: 0;
	transition: right 0.2s ease-in-out;
}
.swiper-pagination-customized > div:not(.active) {
	opacity: 0.4;
}
.swiper-pagination-customized > div:nth-child(1n+2) {
	margin-top: 15px;
}
.swiper-pagination-customized > div:nth-child(1n+7) {
	opacity: 0;
}
.swiper-pagination-customized > div::before {
	content: '';
	display: block;
	height: 2px;
	width: 600px;
	background: #000;
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -1px;
}
.etapi-raz-list {}
.etapi-raz-item {
	position: relative;
	background: #fff;
}
.etapi-raz-item__text {
	box-sizing: border-box;
}
.etapi-raz-item__text b {
	font-weight: bold;
}
.etapi-raz-item__text p {
	font-weight: 300;
}
.etapi-raz-item__photo {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (min-width: 1870px) {
	.etapi-raz__title {
		font-size: 48px;
		margin-bottom: 70px;
	}
	.etapi-raz-slider {
		padding-left: 300px;
	}
	.swiper-pagination-customized {
		top: -130px;
	}
	.swiper-pagination-customized > div {
		line-height: 100px;
		font-size: 120px;
	}
	.etapi-raz-item__text {
		min-height: 550px;
		padding-left: 250px;
	}
	.etapi-raz-item__text b {
		font-size: 48px;
	}
	.etapi-raz-item__text p {
		font-size: 25px;
		margin: 40px 0 0 0;
	}
	.etapi-raz-item__photo {
		height: 550px;
	}
}
@media screen and (min-width: 1540px) and (max-width: 1869px) {
	.etapi-raz__title {
		font-size: 42px;
		margin-bottom: 60px;
	}
	.etapi-raz-slider {
		padding-left: 250px;
	}
	.swiper-pagination-customized {
		top: -110px;
	}
	.swiper-pagination-customized > div {
		line-height: 85px;
		font-size: 100px;
	}
	.etapi-raz-item__text {
		min-height: 450px;
		padding-left: 200px;
	}
	.etapi-raz-item__text b {
		font-size: 42px;
	}
	.etapi-raz-item__text p {
		font-size: 21px;
		margin: 30px 0 0 0;
	}
	.etapi-raz-item__photo {
		height: 450px;
	}
}
@media screen and (min-width: 1170px) {
	.etapi-raz-item__text {
		width: 50%;
	}
	.etapi-raz-item__photo {
		position: absolute;
		left: 54%;
		top: 0;
		right: -54%;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
	.etapi-raz__title {
		font-size: 36px;
		margin-bottom: 45px;
	}
	.etapi-raz-slider {
		padding-left: 220px;
	}
	.swiper-pagination-customized {
		top: -115px;
	}
	.swiper-pagination-customized > div {
		line-height: 80px;
		font-size: 90px;
	}
	.etapi-raz-item__text {
		min-height: 410px;
		padding-left: 200px;
	}
	.etapi-raz-item__text b {
		font-size: 36px;
	}
	.etapi-raz-item__text p {
		font-size: 20px;
		margin: 25px 0 0 0;
	}
	.etapi-raz-item__photo {
		height: 410px;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.etapi-raz__title {
		font-size: 32px;
		margin-bottom: 35px;
	}
	.etapi-raz-slider {
		padding-left: 200px;
	}
	.swiper-pagination-customized {
		top: 0;
	}
	.swiper-pagination-customized > div {
		line-height: 70px;
		font-size: 80px;
	}
	.etapi-raz-item__text {
		padding-left: 200px;
	}
	.etapi-raz-item__text b {
		font-size: 30px;
	}
	.etapi-raz-item__text p {
		font-size: 19px;
		margin: 20px 0 0 0;
	}
	.etapi-raz-item__photo {
		height: 380px;
		margin-top: 25px;
		background-position: left 200px center;
	}
}
@media screen and (min-width: 880px) {
	.swiper-pagination-customized > div {
		font-weight: 200;
	}
	.swiper-pagination-customized > div.active {
		right: -60px;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.etapi-raz__title {
		font-size: 25px;
		margin-bottom: 30px;
	}
	.etapi-raz-slider {
		padding-left: 100px;
	}
	.swiper-pagination-customized {
		top: 0;
	}
	.swiper-pagination-customized > div {
		line-height: 30px;
		font-size: 35px;
		font-weight: 300;
	}
	.swiper-pagination-customized > div.active {
		right: -20px;
	}
	.etapi-raz-item__text {
		padding-left: 85px;
	}
	.etapi-raz-item__text b {
		font-size: 28px;
	}
	.etapi-raz-item__text p {
		font-size: 18px;
		margin: 20px 0 0 0;
	}
	.etapi-raz-item__photo {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.swiper-pagination-customized {
		left: 0;
	}
	.swiper-pagination-customized > div::before {
		margin-right: 15px;
	}
}
@media screen and (max-width: 499px) {
	.etapi-raz__title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.etapi-raz-slider {
		padding-left: 50px;
	}
	.swiper-pagination-customized {
		top: 0;
		left: -12px;
	}
	.swiper-pagination-customized > div {
		line-height: 30px;
		font-size: 35px;
		font-weight: 300;
	}
	.swiper-pagination-customized > div.active {
		right: -10px;
	}
	.swiper-pagination-customized > div::before {
		margin-right: 7px;
	}
	.etapi-raz-item__text {
		padding-left: 55px;
	}
	.etapi-raz-item__text b {
		font-size: 22px;
	}
	.etapi-raz-item__text p {
		font-size: 18px;
		margin: 20px 0 0 0;
	}
	.etapi-raz-item__photo {
		display: none;
	}
}
/* End */


/* Start:/local/templates/gtech2022/components/bitrix/news.list/projects-sl/style.css?17587249124288*/
.projects-sl-wrap {
	margin: 40px 0;
}
	@media screen and (min-width: 950px){
		.projects-sl-wrap{
			margin: 100px 0 40px 0;
		}
	}
.projects-sl__title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
}
.projects-sl__title span {
	background: #fff;
	z-index: 1;
}
.projects-sl__title::after {
	content: '';
	display: block;
	height: 2px;
	background: #ccc;
	position: absolute;
	right: 130px;
	left: 0;
	top: 50%;
	margin-top: -1px;
}
.projects-sl-slider__control {
	display: flex;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px;
}
.projects-sl-slider__control > div {
	width: 50px;
	height: 50px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.projects-sl-slider__control > div:first-child {
	right: 50px;
	background-image: url("/local/templates/gtech2022/components/bitrix/news.list/projects-sl/../../../../images/left-ico2.svg");
}
.projects-sl-slider__control > div:last-child {
	right: 0;
	background-image: url("/local/templates/gtech2022/components/bitrix/news.list/projects-sl/../../../../images/right-ico2.svg");
}
.projects-sl-slider__control > div:first-child::after,
.projects-sl-slider__control > div:last-child::after {
	display: none;
}
.projects-sl-slider__control > div:first-child:active,
.projects-sl-slider__control > div:last-child:active {
	opacity: 0.92;
}
.projects-sl-slider {
	/*overflow: visible !important;*/
}
.projects-sl-list {}
.projects-sl-item {
	box-sizing: border-box;
	background-color: #ccc;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.projects-sl-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: rgba(0,0,0,0.15);
	transition: all 0.2s ease-in-out;
}
.projects-sl-item:hover a {
	background: rgba(190,33,49,0.85);
	color: var(--main-color-white);
}
.projects-sl-item b {
	position: absolute;
	color: #fff;
	font-weight: 500;
}
@media screen and (min-width: 1870px) {
	.projects-sl-item {
		height: 500px !important;
	}
	.projects-sl-item a {
		font-size: 40px;
		padding: 50px;
	}
	.projects-sl-item b {
		left: 50px;
		right: 50px;
		bottom: 50px;
	}
}
@media screen and (min-width: 1540px) and (max-width: 1869px) {
	.projects-sl-item {
		height: 450px !important;
	}
	.projects-sl-item a {
		font-size: 35px;
		padding: 40px;
	}
	.projects-sl-item b {
		left: 40px;
		right: 40px;
		bottom: 40px;
	}
}
@media screen and (min-width: 1540px) {
	.projects-sl__title {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 50px;
	}
	.projects-sl-item b {
		font-size: 20px;
	}
}
@media screen and (min-width: 1170px) {
	.projects-sl__title span {
		padding-right: 30px;
	}
}
@media screen and (min-width: 1170px) and (max-width: 1539px) {
	.projects-sl__title {
		font-size: 35px;
		margin-bottom: 40px;
	}
	.projects-sl-item {
		height: 320px !important;
	}
	.projects-sl-item a {
		font-size: 26px;
		padding: 35px;
	}
	.projects-sl-item b {
		left: 35px;
		right: 35px;
		bottom: 35px;
		font-size: 19px;
	}
}
@media screen and (max-width: 1169px) {
	.projects-sl__title br {
		display: none;
	}
	.projects-sl__title {
		padding-bottom: 50px;
	}
	.projects-sl__title::after {
		bottom: 24px;
		top: auto;
	}
	.projects-sl-slider__control {
		top: auto;
		margin-top: auto;
		bottom: 0;
	}
}
@media screen and (min-width: 880px) and (max-width: 1169px) {
	.projects-sl__title {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.projects-sl-item {
		height: 260px !important;
	}
	.projects-sl-item a {
		font-size: 21px;
		padding: 28px;
	}
	.projects-sl-item b {
		left: 28px;
		right: 28px;
		bottom: 28px;
		font-size: 18px;
	}
}
@media screen and (min-width: 500px) and (max-width: 879px) {
	.projects-sl__title {
		font-size: 28px;
		margin-bottom: 35px;
	}
	.projects-sl-item {
		height: 240px !important;
	}
	.projects-sl-item a {
		font-size: 19px;
		padding: 21px;
	}
	.projects-sl-item b {
		left: 21px;
		right: 21px;
		bottom: 21px;
		font-size: 17px;
	}
}
@media screen and (max-width: 499px) {
	.projects-sl__title {
		font-size: 22px;
		margin-bottom: 25px;
	}
	.projects-sl-item {
		height: 240px !important;
	}
	.projects-sl-item a {
		font-size: 18px;
		padding: 15px;
	}
	.projects-sl-item b {
		left: 15px;
		right: 15px;
		bottom: 15px;
	}
}
/* End */
/* /local/templates/gtech2022/css/services.css?17587249124154 */
/* /local/templates/gtech2022/css/parts/service-list.css?17587249123928 */
/* /local/templates/gtech2022/components/bitrix/news.list/etapi-raz/style.css?17587249125330 */
/* /local/templates/gtech2022/components/bitrix/news.list/projects-sl/style.css?17587249124288 */
