body{
	font-family: 'Oswald', sans-serif;
 	min-height: 100vh;
  display: flex;
  flex-direction: column;}
/*Убрать полосу прокрутки для всей страницы*/
::-webkit-scrollbar {
  width: 0;}
.wrapper{
 	display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-around;
}
/*header{}	*/
.bar__row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bar__logo{
	width: 33.333%;
	padding-left: 1rem;
}
.bar__co-name,.bar__phone{
	width: 33.333%;
	text-align: center;}
.bar__logo img{
	height: 3rem;}
.bar__text{
	margin: auto;
	font-size: 1rem;
	text-transform:uppercase;
	font-weight: bold;
	color: #327470;}
.bar__phone a{
	margin: auto;
	font-size: 0.8rem;
	color: #327470;}
/*main*/
.main{
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	min-height: 100%;}
.main__pic{
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;
	flex-direction: column;
	margin: auto;
	padding: 1rem;
	text-align: center;}
.main__pic img{
	display: flex;
	width: 80%;
	height: auto;
	margin: auto;}
.main__title{
	margin: auto;
	display: flex;
	flex-direction: column;
	padding: 1rem;}
.main__it, .main__services{
	font-weight: 700;
 	background: -webkit-linear-gradient(45deg, #33235B, #D62229, #E97639, #792042, #33235B);
 	background: linear-gradient(45deg, #33235B, #D62229, #E97639, #792042, #33235B);
 	background-size: 200% auto;
 	color: transparent;
 	color: #327470;
	background-clip: text;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	animation: shine 5s linear infinite forwards;}
 	@keyframes shine{
  0% {background-position: 0 200%;}
 	50% {background-position: 100% 100;}
 	100% {background-position: 200% 0;}
}
.main__it{
	font-size: 7rem;
	text-transform: uppercase;
	font-weight: 700;
}
.main__simple{
	font-size: 3rem;
	padding-left: 1rem;
	color: #327470;
}
.main__services{
	font-size: 5rem;
	text-transform: uppercase;
	padding-left: 0.5rem;
	padding-bottom: 1rem;
}
.main__ul{
	margin: 1rem 0 0 0;
}
.main__ul li{
	font-size: 1.3rem;
	line-height: 2.1rem;
}
.pc::before{
	content: "";
	background: url(../img/workstation.png) no-repeat;
	background-size: contain;
	padding: 0rem 0rem 0rem 2.5rem;}
.service::before{
	content: "";
	background: url(../img/wrench.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 2.5rem;}
.repair::before{
	content: "";
	background: url(../img/screwdriver.png) no-repeat;
	background-size: contain;
	padding: 0 0 0 2.5rem;}
.main__about{
	justify-content: center;
}
.main__text{
	justify-content: center;
}
.main__about{
	margin: 1rem 0rem 0rem 0rem;
	line-height: 1.5rem;
	font-size: 1.3rem;
	font-style: italic;
}
.main__about span{
	color: #327470;
}
.button{
	width: 15rem;
	display: flex;
	background: #327470;
	justify-content: center;
	padding: 1rem;
	margin: 2rem auto;
	border-radius: 1rem;
	font-size: 2rem;
}
.button a{
	color: white;
}
/*footer*/
.footer {
	display: flex;
	background: #444;
	color: #f0f00;
	flex-direction: column;
}
.footer__title {
	padding: 1rem;
	font-size: 2rem;
	text-transform:uppercase;
	font-weight: bold;
	color: white;
}
.footer__row{
	display: flex;
	flex-direction: column;
}
.footer__logo {
	display: flex;
	flex-wrap: wrap;
}
.footer__logo img{
	height: 3rem;
	margin: 1rem;
	width: auto;
}
.footer__text{
	text-align: center;
	color: white;
	margin: auto 2rem 2rem;
	line-height: 2rem;
}
.footer__text a{
	text-align: center;
	color: white;
	margin: auto 1rem;
	line-height: 2rem;
}
@media (min-width: 760px) {
	.main__pic img {
		height: 40rem;
		width: auto}
	.main{
		flex-direction: row}
}
@media (min-width: 1020px) {
	.main__pic img {
		height: 30rem;
		width: auto;}
	.main__title{
		margin: auto;
		display: flex;
		flex-direction: column;
		width:40%;
		padding: 0rem;}
	.main{
		display: flex;
		flex-wrap: wrap;
		flex: 1 1 auto;
		min-height: 100%;
		padding: 0}
	.footer__logo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center}
	.bar__logo{
		padding-left: 2rem}
	.bar__logo img{
		height: 4rem}
	.bar__text{
		font-size: 1.7rem}
	.bar__phone a{
		font-size: 1.4rem}
	.main__ul{
		margin: 1rem 0 2rem 0;
		padding: 	0 2rem 0 0;}
}
@media (min-width: 1360px) {
	.bar__logo{
		padding-left: 3rem}
	.bar__logo img{
		height: 5rem}
	.bar__text{
		font-size: 2rem}
	.bar__phone a{
		font-size: 1.5rem}
	.main__it{
		font-size: 9rem;}
	.main__simple{
		font-size: 3rem;
		padding-left: 1rem;}
	.main__services{
		font-size: 7rem;
		text-transform: uppercase;
		padding-left: 0.5rem;
		padding-bottom: 1rem}
	.main__ul{
		margin: 1rem 0 2rem 0;
		padding: 	0 2rem 0 0;}
	.main__ul li{
		font-size: 1.5rem;
		line-height: 2.9rem	}
	.main__ul li::before{
		padding: 0 0 0.2rem 3.5rem}
}