@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,300,300i,400,400i,500,700,900,900i&display=swap');
    
html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #fff;
    color: #000000;
    font-family:  'Fira Sans',  sans-serif;
    font-size: 100%;
    position: relative;
    padding:  0;
    margin:  0;
    overflow-x:  hidden;
}
body.home {
    background:  #000000;
    color:  #ffffff;
}
a {
    color: #000;
    text-decoration: none;
}
.current_page_item a, 
a:hover {
}
img {
    max-width:  100%;
    height:  auto;
}
.conteiner {
    width:  100%;
    float:  left;
}
.content {
    overflow:  hidden;
    width:  100%;
    max-width:  1366px;
    margin:  0 auto;
}
.b {
    font-style:  normal;
    font-weight:  500;
}

.b span {
    font-weight:  500;
    color:  #00b99d;
}
header {
    height:  135px;
}
header .logo {
    float:  left;
    margin:  45px 0 0 80px;
}
header .menu {
    float:  right;
    margin:  54px 63px 0 0;
}
header .menu .m {
    width:  40px;
    height:  27px;
    float:  rightl;
    position:  relative;
    cursor:  pointer;
}
header .menu .m span {
    width:  40px;
    height:  4px;
    background:  #000000;
    display:  block;
    border-radius:  1px;
    position:  absolute;
    top:  0;
    left:  50%;
    margin:  0 0 0 -20px;
    transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -webkit-transition:  all 0.5s ease;
}
header .menu .m .m1 {
    top:  0;
}
header .menu .m .m2 {
    top:  11px;
}
header .menu .m .m3 {
    top:  22px;
}
header .menu .m.active .m2 {
    width:  0;
    margin:  0;
}
header .menu .m.active .m1 {
    transform:  rotate(45deg);
    top:  11px;
}
header .menu .m.active .m3 {
    transform:  rotate(-45deg);
    top:  11px;
}
/****first block****/

#first {
    width:  100%;
    position:  relative;
    padding:  0px 0 0 0;
    overflow-x:  hidden;
}
#first .content {
    position:  relative;
    z-index:  99;
}
#first .content.top  {
    width:  100%;
    position:  relative;
    padding:  152px 0 53px 0;
}
#first .content.top h1 {
    font-size:  2.938em;
    text-align: center;
    font-weight:  300;
    padding:  0;
    margin:  0;
}
#first .content.center {
    text-align:  center;
    position:  absolute;
    top:  38%;
    left:  auto;
    max-width:  100%;
    color:  #000000;
}
#first .content.center .content div {
    max-width:  58%;
    margin:  0 auto;
    font-size:  1.5em;
    font-style:  italic;
}
#first .content.center .content div strong {
    font-style:  normal;
    font-weight:  500;
}
#first h2 {
    font-size:  2.438em;
    font-weight:  700;
    text-transform:  uppercase;
    padding:  0 0 55px;
    margin:  0;
    color:  #ffffff;
}
#first .content.bottom {
    padding:  80px 0 126px;
    text-align:  center;
}
#first .content.bottom .icon {
    display:  block;
    width:  62px;
    height:  56px;
    margin:  0 auto 25px;
    background:  url(../images/icons.png) no-repeat 50% 0;
}
#first .content.bottom .icon.key {
    background-position:  50% 0;
}
#first .content.bottom .icon.people {
    background-position:  50% -64px;
}
#first .content.bottom h3 {
    padding:  0 0 10px;
    margin:  0;
    font-size:  1em;
    text-transform:  uppercase;
    color:  #00b99d;
    font-weight:  700;
    font-style:  normal;
}
#first .content.bottom .block {
    display:  inline-block;
    width:  23%;
    text-align:  center;
    font-style:  italic;
    font-size:  1.125em;
    margin:  70px 13% 0;
}
#first .content.bottom .btn {
    font-weight:  700;
    font-size:  1.563em;
    font-style:  normal;
    line-height:  2.6em;
    border:  1px solid #00b99d;
    color:  #ffffff;
    display:  inline-block;
    padding:  0 21px;
    border-radius:  12px;
    transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -webkit-transition:  all 0.5s ease;
    overflow:  hidden;
    position:  relative;
    white-space:  nowrap;
}
#first .content.bottom .btn:after {
    content:  '';
    height:  50%;
    width:  100%;
    background:  #00b99d;
    z-index:  -1;
    position:  absolute;
    top:  0;
    left:  0;
    transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -webkit-transition:  all 0.5s ease;
 }
#first .content.bottom .btn:before {
    content:  '';
    height:  50%;
    width:  100%;
    background:  #00b99d;
    z-index:  -1;
    position:  absolute;
    bottom:  0;
    left:  0;
    transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -webkit-transition:  all 0.5s ease;
 }
#first .content.bottom .btn:hover {
    color:  #00b99d;
}
#first .content.bottom .btn:hover:after {
    height:  0;
}
#first .content.bottom .btn:hover:before {
    height:  0;
}
#first #main-earth {
    width:  100%;
    position:  relative;
}
#first .earth  {
    position:  absolute;
    top:  0;
    left: 0;
    width:  100%;
    height: 100%;
}
#first .halo  {
    width:  100%;
    height:  100%;
    position:  absolute;
    top:  0;
    opacity: 0;
    transition:  opacity 1.4s;
}
#first .halo div  {
    width:  120vh;
    height:  120vh;
    margin:  auto -60vh;
    position:  absolute;
    top:  50%;
    left:  0;
    bottom:  50%;
    box-shadow:  rgba(110,  100,  255,  0.3) 0 0 9vh inset;
    border-radius:  50%;
    _animation:  pulse-t 8s cubic-bezier(0.16,  0.66,  0.16, -0.59) infinite,  pulse-o 8s infinite;
    _will-change:  transform;
    _animation-fill-mode:  both;
    _transform:  scale(.7);
}
#first ._halo:not([style]) div  {
    animation-play-state:  paused;
}
/*****second block*****/
#second {
    padding:  0 0 15px;
    text-align:  center;
 }
#second h2 {
    text-transform:  uppercase;
    font-weight:  700;
    font-size:  1.875em;
    padding:  0;
    margin:  0;
    color: #00b99d;
}
#second .legend{
    text-align: center;
    padding: 50px 0 34px;
}
#second .legend .title{
    display: inline-block;
    font-size: 0.875em;
    font-weight: 700;
    padding: 0 19px 0 0;
    text-align: left;
}
#second .legend .lg{
    font-size: 0.75em;
    display: inline-block;
    padding: 0 18px 0 0;
    text-align: left;
    font-weight: 400;
}
#second .legend .lg span{
    display: inline-block;
    width: 35px;
    height: 10px;
    margin: 0 7px 0 0;
    background: #a3e3ff;
}
#second .legend .lg.n0 span{
    background: #a3e3ff;
}
#second .legend .lg.n26 span{
    background: #50b0fd;
}
#second .legend .lg.n51 span{
    background: #1f61fe;
}
#second .legend .lg.n76 span{
    background: #064bc4;
}
#second .map {
    display:  block;
    padding: 0;
    margin:  0;
    background:  #ffffff;
}
#second .bottom {
    font-size:  0.875em;
    color:  #ffffff;
}
/*****third block*****/
#third {
    padding:  95px 0 80px;
    text-align:  center;
    background:  url(../images/t_block_bg.jpg) no-repeat 100% 100%;
}
#third h2 {
    color:  #00b99d;
    font-weight:  700;
    font-size: 4em;
    text-align: center;
    padding: 0;
    margin:  0;
}
#third .top {
    font-size:  1.563em;
    font-weight:  300;
    font-style:  italic;
    color:  #00b99d;
    padding:  45px 0 75px;
}
#third .top .b {
    font-weight:  400;
    color:  #00b99d;
}
#third .top .b span {
    font-weight:  400;
}
#third .content {
    max-width:  900px;
}
#third .blocks {
    width:  100%;
    float:  left;
    overflow:  hidden;
}
#third .block {
    display:  inline-block;
    margin:  0 0 70px;
    width:  33%;
    height:  144px;
    overflow:  hidden;
}
#third .big-block {
    display:  inline-block;
    position:  relative;
    padding:  0 0 0 55px;
    min-width:  655px;
    overflow:  hidden;
}
#third .count {
    font-size:  8.063em;
    color:  #00b99d;
    font-weight:  700;
    line-height:  1;
    display:  inline-block;
}
#third .text {
    font-size:  0.813em;
    font-weight:  700;
    color:  #000000;
    text-transform:  uppercase;
}

#third .pre {
    font-size:  1.25em;
    font-weight:  700;
    color:  #000000;
    display:  inline-block;
    padding:  0 16px 0 0;
    position:  absolute;
    left:  0;
    top:  60%;
}

/******fourth block******/
#fourth {
    background:  #ffffff;
    padding:  80px 0 25px;
}
#fourth .top {
    text-align:  center;
    padding: 0 0 20px;
}

/*my big*/
#fourth .top .t1 {
    margin:  0 0 0 0;
    text-align:  center;
    font-size:  2em;
    font-weight:  300;
}

#fourth .top .t2 {
    margin:  0 0 0 0;
    text-align:  center;
    font-size:  3em;
    font-weight:  300;
}
#fourth .top .t2 .b {
    font-weight:  400;
}
#fourth .top .t2 .b span {
    font-weight:  400;
}

#fourth .top .t3 {
    margin:  0 0 0 17px;
    text-align:  center;
    font-size:  2.6em;
    font-weight:  300;
}

#fourth .top .bl {
    display:  block;
    font-size:  6em;
    color:  #00b99d;
    font-style:  italic;
    font-weight:  900;
    line-height:  0.9;
    position: relative;
    z-index: 1;
}
#fourth .top .cl {
    display:  block;
    font-size: 5em;
    font-weight:  300;
    font-style:  italic;
    margin: -34px 0 0;
}


/********/


#fourth .top .tl {
    margin:  0 0 0 0;
    text-align:  center;
    font-size:  1.875em;
    font-weight:  300;
}
#fourth .top .tl .b {
    font-weight:  400;
}
#fourth .top .tl .b span {
    font-weight:  400;
}
/*#fourth .top .bl {
    display:  block;
    font-size:  13.125em;
    color:  #00b99d;
    font-style:  italic;
    font-weight:  900;
    line-height:  0.9;
    position: relative;
    z-index: 1;
}
#fourth .top .cl {
    display:  block;
    font-size: 9.063em;
    font-weight:  300;
    font-style:  italic;
    margin: -71px 0 0;
}*/
#fourth .blocks {
    margin:  80px 0 0 0;
    width:  100%;
    text-align:  center;
}
#fourth .block {
    display:  inline-block;
    vertical-align:  top;
    margin:  0 5% 35px 0;
    text-align:  center;
    font-size: 1.25em;
}
#fourth .block:last-child{
    margin-right: 0;
}
#fourth .block .icon {
    width:  89px;
    height:  76px;
    margin:  0 auto 30px;
    background: url(../images/icons.png) no-repeat 50% 0px;
}
#fourth .block .icon.n1{
    background-position: 50% -136px;
}
#fourth .block .icon.n2{
    background-position: 50% -222px;
}
#fourth .block .icon.n3{
    background-position: 50% -308px;
}
#fourth .block .icon.n4{
    background-position: 50% -394px;
}
/****** fifth block******/
#fifth{
    background:  #ffffff;
    padding:  80px 0 80px;
    background: url(../images/fiv_block_bg.jpg) no-repeat 0% 100%;
}
#fifth h2{
    color:  #00b99d;
    font-weight:  700;
    font-size: 4em;
    text-align: center;
    padding:  15px 0 30px;
    margin:  0;
}
#fifth .blocks {
    margin:  80px 0 0 0;
    width:  100%;
    text-align:  center;
}
#fifth .block {
    display:  inline-block;
    vertical-align:  top;
    margin:  0 5% 35px 0;
    text-align:  center;
    font-size: 1.25em;
}
#fifth .block:last-child{
    margin-right: 0;
}
#fifth .block .title{
    color:  #00b99d;
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
#fifth .block .icon {
    width:  89px;
    height:  76px;
    margin:  0 auto 20px;
    background: url(../images/icons.png) no-repeat 50% 0px;
}
#fifth .block .icon.n1{
    background-position: 50% -480px;
}
#fifth .block .icon.n2{
    background-position: 50% -566px;
}
#fifth .block .icon.n3{
    background-position: 50% -652px;
}
/*******sixth block*****/
#sixth{
    background:  #ffffff;
    padding:  80px 0 65px;
    background: url(../images/sixth_block_bg.png) no-repeat 100% 50%;
}
#sixth h2{
    color:  #00b99d;
    font-weight:  700;
    font-size: 4em;
    text-align: center;
    padding: 30px 0 30px;
    margin:  0;
}
#sixth .blocks {
    margin:  80px 0 0 0;
    width:  100%;
    text-align:  center;
}
#sixth .block {
    display:  inline-block;
    vertical-align:  top;
    margin:  0 5% 35px 0;
    text-align:  center;
    font-size: 1.25em;
}
#sixth .block:last-child{
    margin-right: 0;
}
#sixth .block .title{
    color:  #00b99d;
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}
#sixth .block .icon {
    width:  89px;
    height:  76px;
    margin:  0 auto 20px;
    background: url(../images/icons.png) no-repeat 50% 0px;
}
#sixth .block .icon.n1{
    background-position: 50% -738px;
}
#sixth .block .icon.n2{
    background-position: 50% -824px;
}
#sixth .block .icon.n3{
    background-position: 50% -910px;
}
/******** form******/
#form {
    padding:  29px 0 60px;
}
#form form{
    display: block;
    text-align: center;
    width: 538px;
    margin: 0 auto;
}
#form input[type="email"]{
    width: 375px;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #00b99d;
    font-size: 1.25em;
    outline: 0;
    border-radius: 9px;
    margin: 0 -15px 0 0;
    float: left;
}
#form input[type="submit"]{
    width: 165px;
    height: 58px;
    border: 1px solid #00b99d;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    border-radius: 9px;
    background: #00b99d;
    float: left;
    color: #ffffff;
    cursor: pointer;
    transition:  all 0.5s ease;
    -moz-transition:  all 0.5s ease;
    -webkit-transition:  all 0.5s ease;
}
#form input[type="submit"]:hover{
    background: #ffffff;
    color: #00b99d;
}
#form .follow{
    display: block; 
    text-align: center;
    padding: 64px 0 0;
    overflow: hidden;
    width: 100%; 
    float: left;
}
#form .follow .title{
    font-size: 1.25em;
    font-weight: 400;
    display: inline-block;
    margin: 0 22px 0 0;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
}
#form .follow a{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
    background: url(../images/social-icons.png) no-repeat 0 -0px;
}
#form .follow a:hover{
    opacity: 0.8;
}
#form .follow a.telegram{
    background-position: 0 0;
}
#form .follow a.whatsapp{
    background-position: 0 -50px;
}
#form .follow a.instagram{
    background-position: 0 -100px;
}
#form .follow a.facebook{
    background-position: 0 -150px;
}
#form .follow a.linkedin{
    background-position: 0 -200px;
}
#returnmessage{
    font-size: 0.75em;
    text-align: center;
    padding: 0 0 20px;
    color: #bbbbbb;
}
::-webkit-input-placeholder {
  color: #bbbbbb;
}
::-moz-placeholder {
  color: #bbbbbb;
}
:-ms-input-placeholder {
  color: #bbbbbb;
}
:-moz-placeholder {
  color: #bbbbbb;
}
/*****footer*****/
footer {
    width:  100%;
    background:  #4b4949;
    border-top:  29px solid #00b99d;
    padding: 55px 0 15px;
    color: #ffffff;
    font-size: 1.25em;
}
footer a{
    color: #ffffff;
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
footer .left{
    float: left;
}
footer .right{
    float: right;
}
footer ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline-block;
}
footer ul li{
    padding: 0px 25px 0 0;
    margin: 0px;
    list-style-type: none;
    display: inline;
}

#popup-bg{
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0; 
    width: 100%; 
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 998;
    display: none;
}
#popup{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 322px;
    min-height: 435px;
    margin: -232px 0 0 -199px;
    background: #00b99d;
    border-radius: 9px;
    padding: 29px 38px 0;
    display: none;
}
#popup .item{
    padding: 0 0 8px;
    display: block; 
    float: left;
    width: 100%;
    text-align: center;
}
#popup .item.submit{
    padding:20px 0 0;
}
#popup input[type="email"],
#popup input[type="text"]{
    border: 2px solid #00b99d;
    padding: 0 14px; 
    background: #ffffff;
    border-radius: 9px;
    width: 100%;
    height: 43px;
}
#popup textarea{
    height: 159px;
    width: 100%;
    padding: 14px; 
    border: 2px solid #00b99d;
    background: #ffffff;
    border-radius: 9px;
    resize: none;
}
#popup input[type="email"]:focus,
#popup input[type="text"]:focus,
#popup textarea:focus{
    border-color: #117465;
}
#popup input[type="submit"]{
    width: 237px;
    height: 60px;
    border: 0;
    background: #117465;
    color: #ffffff;
    cursor: pointer;
    border-radius: 9px;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}
#popup .close{
    position: absolute;
    top: -25px;
    right: -33px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #00b99d;
}
#popup .close span{
    display: block;
    height: 2px;;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0px 0 0 -8px;
    background: #ffffff;
}
#popup .close span.n1{
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#popup .close span.n2{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#popup .close:hover span{
    background: #000;
}
@keyframes pulse-t  {
    
	/*from  {
    transform:  scale(.78);
}
*/
	to  {
    transform:  scale(2.3);
}

}
@keyframes pulse-o  {
    
	from  {
    opacity:  0;
}
	63%  {
    opacity: .86;
}
	to  {
    opacity: 0;
}
}
