#service {
	width: 100%;
	height: 100%;
}

#service .inner-s {
	height: 100%;
	min-height: calc(100vh - 225px);
}

#service .inner-s .container {
	height: 100%;
	padding: 30px 15px 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

#service .inner-s h1 {
	font-size: 22px;
	font-style: italic;
	text-transform: uppercase;
	color: #525252;
	text-align: center;
}

#service .inner-s hr {
	width: 50px;
	height: 3px;
	background-color: #1e39b4;
	margin: 10px 0px 15px;
	border: none;
}

#service .inner-s .text {
	font-size: 18px;
	text-align: center;
}

#service .inner-s .button {
	width: 220px;
	padding: 12px 0px;
	font-size: 16px;
	font-weight: 600;
	color: #1e39b4;
	text-transform: uppercase;
	border: 2px solid #1e39b4;
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -110px;
	transition: all 0.3s ease;
	cursor: pointer;
}

#service .inner-s .button:hover {
	color: white;
	background-color: #1e39b4;
}

#service .tab1 .percent-tonirovki {
	width: 100%;
	margin-top: 20px;
}

#service .why-we {
	width: 100%;
	margin: 0px 0px 25px;
}

#service .why-we .zagolovok {
	font-size: 22px;
	text-align: center;
	margin-bottom: 30px;
}

#service .why-we .blocks {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	flex-wrap: wrap;
}

#service .why-we .block {
	width: 285px;
	height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
}

#service .why-we .block .icons {
	width: 100px;
	height: 100px;
	background-color: #1e39b4;
	border-radius: 50%;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#service .why-we .block .icons img {
	max-height: 50px;
	max-height: 50px;
}

#service .why-we .block .text-wm {
	width: 100%;
	padding: 0px 15px;
	font-size: 18px;
	text-align: center;
}