:root {
	--blue: #01C8FD;
	--orange: #ff6600;
}
body {
	font-family: 'Proxima Nova';
	overflow-x: hidden;
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	background: #fff;
}
ul, ol {
 -webkit-padding-start: 0px;
 -khtml-padding-start: 0px;
 -o-padding-start: 0px;
 padding-start: 0px;
    padding: 0;
    margin-bottom: 0;
}
p {
	margin-bottom: 0;
}
a {
	color: #0A0A0A;
}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
button {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: none;
}
header {
	background: #fff;
}
.header__phone {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.header__in {
	height: 74px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header__nav {
	margin-left: 50px;
}
.header__nav li {
	list-style: none;
	display: inline-block;
	margin-left: 40px;
}
.header__btns {
	margin-left: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header__btns > div {
	margin-left: 17px;
}
.screen {
	background: url(/img/bg.jpg);
	background-size: cover;
	background-position: center;
	/*
	height: 100vh;
	max-height: -webkit-fill-available;
	*/
}
.screen h1 {
	color: #0182fd;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	margin: 0 0 20px;
	text-transform: uppercase;
    font-weight: 900;
}
.screen__list li {
	position: relative;
	color: var(--blue);
	list-style: none;
	padding-left: 34px;
	margin-bottom: 5px;
}
.screen__list li img {
	position: absolute;
	top: 2px;
	left: 0;
}
.screen__list li:first-child img {
	top: -4px;
}
.screen__list li:last-child img {
	left: 3px;
	top: 4px;
}

.screen {
	padding: 80px 0;
	background: #eee;
}
.screen__img img {
	min-width: 100%;
	border-radius: 12px;
}


.header__row {
	display: flex;
	align-items: center;
	height: 80px;
}
.header__city {
	margin-left: 20px;
}
.header__brand {
	font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 900;
}
.header__phone {
	margin-left: auto;
}
.header__phone a {
	font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 2.5px;
    color: #0082fd;
}
.screen__text {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}
.screen__text b {
	color: #0082fd;
}
.service {
	padding-bottom: 80px;
}
.service-title {
	font-size: 24px;
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

h2 {
	font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 20px;
}

.portfolio {
	padding: 80px 0;
}

.bens {
	background: #eee;
	padding: 80px 0;
}
.ben-item__icon img {
	width: 60px;
}
.ben-item {
	margin-bottom: 20px;
}
.ben-item__icon {
	margin-bottom: 14px;
}
.gall-item {
	margin-bottom: 20px;
}
.contacts {
	padding: 80px 0;
}
.contacts__text {
	text-align: center;
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 40px;
}
.contacts__text a {
	color: #0182fd;
}

@media (max-width: 991px) {
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.header__city {
		display: none;
	}
	.screen h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.contacts__text {
		font-size: 26px;
		line-height: 32px;
	}
	.screen__text {
		font-size: 14px;
		line-height: 22px;
	}
}
