body {
	font-size: 16px;
	color: #000;
	font-family: 'Helvetica', sans-serif;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 60px;
	font-weight: 600;
}

h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.first-screen-phone {
	color: #FAD65F !important;
	font-size: 30px;
	margin-right: 20px;
}

.first-screen {
	background: rgb(39,65,109);
	background: radial-gradient(circle, rgba(39,65,109,1) 35%, rgba(20,37,64,1) 100%); 
	height: 770px;
	text-align: center;
	color: #fff;
	padding-top: 90px;
}

#time {
	margin-bottom: 20px;
	font-size: 25px;
}

.call-btn {
	color: #FAD65F;
	margin: auto;
	background: none;
	border: 2px solid #FAD65F;
	font-size: 18px;
	text-transform: uppercase;
	border-radius: 10px;
	text-align: center;
	padding: 5px 10px;
}

.call-btn:hover {
	text-decoration: none;
	color: #FAD65F;
}

.location-bg {
	background: linear-gradient(180deg, rgb(250, 217, 97) 35%, rgb(247, 107, 28) 100%);
	border-radius: 0 0 35px 0;
	/*background: url('/images/back-text.png') no-repeat;*/
	max-width: 326px;
	padding: 6px;
	font-size: 17px;
	position: absolute;
	width: 100%;
	left: 283px;
	top: 20px;
}

.phone-and-call {
	margin-bottom: 100px;
}

.blue-bg {
	background: #091a36;
	padding-top: 20px;
	padding-bottom: 40px;
	margin-top: -150px;

	color: #fff;
}

.advant-img, .advant-text {
	text-align: center;
}

.advant-img {
	margin-top: 20px;
}

.advant-text {
	font-size: 13px;
	margin-top: 10px;
}

.advant-block-img {
	padding-top: 40px;
	position: relative;
}

.advant-block-img::before {
	background: #bac5d7;
	content: '';
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
}

.more-advant-item img {
	width: 100%;
	height: 280px;
}

.more-advant-img {
	height: 280px;
}

.more-advant-text {
	text-align: center;
	margin-top: 30px;
	font-size: 25px;
	line-height: 1.2;
}

.advant-list p {
	font-size: 14px;
	position: relative;
}
.advant-list p::before {
	background: linear-gradient(180deg, rgba(250,217,97,1) 35%, rgba(247,107,28,1) 100%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	content:'';
	top: 6px;
	left: -18px;
}
.advant-list {
	margin: 0 auto;
	padding: 20px;
	max-width: 310px;
}

.add-block {
	text-align: center;
	font-size: 25px;
	line-height: 1.2;
	margin: 50px 0;

}

footer {
	background: #1e2a3e;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}

footer a {
	color: #fff;
	text-decoration: underline dashed #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer p {
	margin-bottom: 5px;
	font-size: 18px;
}

.call-mob {
	display: none;
	width: 100%;
	background: #1aac1a;
	text-align: center;
	padding: 10px;
	font-weight: 600;
	z-index: 2;
	position: fixed;
	bottom: 0;
}

.call-mob a {
	color: #fff;
}

.call-link {
	color: #fff;
}
.call-link:hover {
	text-decoration: none;
	color: #fff;
}

.second-page {
	background: radial-gradient(100.45% 100.45% at 50% 50%, rgba(22, 92, 115, 0.94) 0%, rgba(17, 63, 78, 0.97493) 32.75%, #0A3644 56.25%);
}
.second-page h1 {
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}

#advantages-second-page h2 {
	text-transform: none;
	margin-top: 31px;
}

.green-bg {
	padding-bottom: 40px;
	margin-top: -150px;
	color: #fff;
	background: #073543;
}

#advantages-second-page .advant-block-img::before {
	background: #9AB4BC;
	content: '';
	height: 100px;
	width: 100%;
	position: absolute;
	top: 0;
}

#second-page-footer {
	background: linear-gradient(0deg, #073543, #073543)
}

#second-page-footer a {
	text-decoration: none;
}

.second-page .location-bg {
	left: 218px;
}