@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Nunito:400,600,700,800,900&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
body{
	font-weight: 600;
	font-size: 13px;
	height: 100%;
  	width: 100%;
  	margin: 0px;
 	padding: 0px;
	text-align:center;
	background: #18458B;
	color:#000;
	font-family: 'Nunito', sans-serif;
	overflow-x:hidden !important;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
/*--------------Typography--------------------------------------*/
p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 10px;
	font-weight:500;
	color: #333;
}
.brg
{
	background:url(../images/bg.png) no-repeat;
	width: 100%;
	background-size: cover;
	height: 100vh;
	color: #fff;
}
h1
{
	font-weight: 800;
    font-size: 6em;
}
footer {
    background-color:rgba(0,0,0,0.6);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 10px 50px;
    
    bottom: 0;
    color: #fff
}

.footer-navigation h3 {
    margin: 0;
    font: normal 36px Cookie, cursive;
    margin-bottom: 20px;
    color: #fff
}

.footer-navigation h3 a {
    text-decoration: none;
    color: #fff
}

.footer-navigation h3 span {
    color: #5383d3
}

.footer-navigation p.links a {
    color: #fff;
    text-decoration: none
}

.footer-navigation p.company-name {
    color: #e2195d;
    font-size: 14px;
    font-weight: normal;
    margin-top: 20px
}

@media (max-width:767px) {
    .footer-contacts {
        margin: 30px 0
    }
}

.footer-contacts p {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle
}

.footer-contacts p a {
    color: #5383d3;
    text-decoration: none
}

.fa.footer-contacts-icon {
    background-color: #33383b;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin: 10px 15px 10px 0
}

span.new-line-span {
    display: block;
    font-weight: normal;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2
}

.footer-about h4 {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px
}

.footer-about p {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0
}

div.social-links {
    margin-top: 20px;
    color: #fff
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #e2195d;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px
}
.soc2 a {
    display: inline-block;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: #470b73;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px
}

.footer {
    bottom: 0;
    position: absolute
}

@media only screen and (max-width: 812px) {
  .footer {
    
    
    width: 100%;
    clear: both;
}
.text-right
{
	text-align: center!important;
}
.footer-navigation
{
	text-align: center!important;
}
h4
{
	font-size: 1.8em;
}
h1
{
	font-size: 2.8em;
}
}
.icon-box .fa
{
    background: rgba(0,0,0,0.2);
    padding: 30px;
    border-radius: 10px;
    font-size: 2em;
}
.navigation{
    margin-bottom: 45px;
    margin-top: 30px;
}
.navigation.navigation-text a{
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 10px 20px;
}
.navigation > .nav-wrapper{
    display: inline-block;
}
.navigation a{
    width: 80px;
    height: 80px;
    display: block;
    margin: 1px;
    float: left;
    background: rgba(226,25,55,0.6);
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    padding-top: 20px;
    cursor: pointer;
}
.navigation a:hover i{
    color: #fff;
}
.navigation a:hover{
    background: #2b7bb8;
}
.navigation.navigation-text a:hover{
    background: #fff;
    color: #000;
}
.main-wrapper .container.full-width{
    width: 100%;
    position: relative;
    min-height: 203px;
    margin-bottom: 92px;
    overflow: hidden;
}
.dash {
    width: 160px;
    height: 160px;
    float: left;
    margin: 0px 1px;
    position: relative;
    background: rgba(255,255,255,0.2);
    padding: 30px 0 0 10px;
}
.dash.days_dash{
    width: 167px;
}
.dash .digit {
    font-size: 96px;
    width: 50px;
    font-weight: 400;
    float: left;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    color: #555;
    position: relative;
    line-height: 1;
    text-align: center;
    width: 100%;
}
.dash_title {
    display: block;
    font-size: 20px;
    color: #fff;
    text-transform: lowercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: -39px;
    left: 0px;
    width: 100%;
}
