body {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}
h1 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
}
p {
	margin-bottom: 15px;
}
a {
	text-decoration: none;
	color: #fff;
}
img {
	max-width: 100%;
}
.container {
	width: 1170px;
	margin: 0 auto;
}
#header {
	background: #1a9be7;
	padding-top: 20px;
	padding-bottom: 20px;
}
#header .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#header .logo {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
#header div, #header a {
	color: #fff;
}
#header .time-wrap, #header .address {
	font-size: 18px;
	font-weight: 500;
}
#header .time-clock {
	font-size: 16px;
}
#header .phone-block .callback a {
	background: #065d91;
	padding: 5px 20px 7px 20px;
	display: block;
	border-radius: 25px;
	text-transform: none;
	font-weight: 500;
	font-size: 17px;
	margin-bottom: 0px;
}
#header .callback {
	margin-top: 10px;
}
#header .phone-block a {
	font-size: 22px;
	margin-bottom: 5px;
	font-weight: 700;
}
#header .phone-block {
	text-align: right;
}
#content .text-block {
	width: 50%;
	background: #9edafd;
	padding: 25px 25px;
	display: inline-block;
}
#content .img-block {
	width: 44%;
	display: inline-block;
}
#content .text-block h1 {
	color: #065d91;
	text-transform: uppercase;
	margin-left: 30px;
	margin-bottom: 10px;
	font-size: 46px;
	line-height: 44px;
}
#content .text-block p {
	color: #065d91;
	font-weight: 700;
	line-height: 20px;
	font-size: 16px;
	margin-top: 0px;
}
#content .content-wrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
#footer {
	background: #1a9be7;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer .container {

}
#footer .logo-footer {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#footer .logo-footer img {
	width: 200px;	
}
#footer .address-footer {
	text-align: center;
	color: #fff;
	padding-bottom: 60px;
}
#footer .bottom-footer {
	text-align: center;
}
#footer .contact-footer a {
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
#footer #callback {
    background: #065d91;
    padding: 5px 20px 7px 20px;
    display: inline-block;
    border-radius: 25px;
    text-transform: none;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0px;
}
#footer a.social {
	padding-left: 10px;
	padding-right: 0px;
}
#footer a.social i.fa-facebook-square {
	color: #065d91;
    background: #fff;
    border-radius: 50px;
    padding: 7px;
    font-size: 13px;
}
#footer a.social i.fa-instagram {
	color: #c50000;
    background: #fff;
    border-radius: 50px;
    padding: 7px;
    font-size: 13px;
}
#footer .second-footer {
	margin-top: 15px;
}
.container {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px) {
.container {
    width: 750px;
}
}
@media (min-width: 992px) {
.container {
    width: 970px;
}
}

@media (min-width: 1200px) {
.container {
    width: 1170px;
}	
}
@media (max-width: 991px) {
#content .img-block {
	display: none;
}
#content .content-wrap {
	display: block;
}
#content .text-block {
	width: 100%;
	padding: 0;
}
#header .container {
	display: block;
}
#header .logo {
	text-align: center;
	margin-bottom: 10px;
}
#header div, #header a {
	text-align: center;
}
#header .time {
	margin-bottom: 10px;
}
#header .address {
	margin-bottom: 10px;
}
#header .first-phone {
	margin-bottom: 10px;
}
#header .callback {
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
}
#content .text-block h1 {
	font-size: 30px;
	margin: 0;
	line-height: 28px;
	margin-bottom: 15px;
	padding: 0 15px;
	margin-top: 25px;
}
#content .text-block p {
	padding: 0 15px;	
}
}
@media (max-width: 767px) {
#content .text-block h1 {
	font-size: 30px;
	margin: 0;
	line-height: 28px;
	margin-bottom: 15px;
	padding: 0 15px;
	margin-top: 25px;
}
#content .text-block p {
	padding: 0 15px;	
}
#footer .address-footer {
	padding-bottom: 40px;
}
#footer .f-phone {
	margin-bottom: 15px;
}
}
@media (max-width: 460px) {
.container {
    width: 100%;
}	
}