* {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", serif;
}
h1,
h2 {
  color: #006185;
  font-weight: 300;
  text-align: center;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
p {
  font-size: 12px;
}
a {
  text-decoration: none;
}
button {
  cursor: pointer;
}
form input,
form button {
  border-radius: 4px;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  font-size: 12px;
  border: 1px solid;
  font-family: "Open Sans", serif;
}
form input {
  border-color: #c9c8c8;
  margin-right: 10px;
}
form input:focus {
  outline: none;
  border: 1px solid #006185;
}
form button {
  background-color: #5da45c;
  border-color: #5da45c;
  color: white;
}
section {
  padding-bottom: 40px;
  padding-top: 30px;
}
section:after {
  clear: both;
  visibility: hidden;
  display: table;
  content: " ";
}
section:before {
  display: table;
  content: " ";
}
nav,
ul,
li,
.inline-form {
  display: inline-block !important;
}
div.contact {
  margin-left: 0;
}
div.contact span.phone {
  color: #006185;
  margin-left: 20px;
}
.roll {
  width: 960px;
  margin: 0 auto;
  font-size: 14px;
}
.roll ul,
.roll nav {
  list-style: none;
}
.roll header {
  padding: 10px 0px 8px 65px;
  position: relative;
}
.roll header .login-zone {
  margin-top: 5px;
  line-height: 20px;
  text-align: right;
  color: #333;
}
.roll header .login-zone a.btn {
  display: inline-block;
  border-radius: 10px;
  font-size: 12px;
  margin-left: 5px;
  padding: 2px 10px;
  line-height: 20px;
}
.roll header .login-zone a.btn-default {
  color: #7f7e7c;
  border-color: #7f7e7c;
}
.roll header .margin {
  margin-top: 10px;
  position: relative;
}
.roll header .margin img {
  display: inline-block;
  position: relative;
  bottom: 2px;
}
.roll header .margin nav {
  margin-left: 40px;
}
.roll header .margin div {
  display: inline-block;
}
.roll header .margin nav,
.roll header .margin ul {
  line-height: 30px;
}
.roll header .margin nav li,
.roll header .margin ul li {
  margin-right: 20px;
  line-height: 30px;
}
.roll header .margin nav li:last-child,
.roll header .margin ul li:last-child {
  margin-right: 0;
}
.roll header .margin nav li.active a,
.roll header .margin ul li.active a {
  color: #006185;
}
.roll header .margin nav li a,
.roll header .margin ul li a {
  height: 100%;
  display: inline-block;
  color: #7f7e7c;
}
.roll header .margin nav li a:hover,
.roll header .margin ul li a:hover {
  color: #006185;
  text-decoration: none;
}
.roll header .margin > div {
  margin-left: 80px;
  position: absolute;
  right: 0;
}
.roll header .margin > div ul {
  margin-left: 20px;
}
.roll header .margin > div ul li {
  margin-right: 5px;
}
.roll header .margin > div ul a,
.roll header .margin > div ul b {
  font-size: 12px;
}
.roll header .margin > div ul b {
  color: #006185;
  font-weight: normal;
}
.roll header .margin > div div.contact a {
  color: #7f7e7c;
  font-size: 12px;
}
.roll .main h1 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.roll .main > div.auth-block {
  color: #7f7e7c;
  padding-top: 25px;
  width: 100%;
  text-align: center;
}
.roll .main > div.auth-block form {
  display: inline-block;
  padding-left: 10px;
}
.roll .main > div.auth-block ul,
.roll .main > div.auth-block li,
.roll .main > div.auth-block a {
  color: #006185;
  display: inline-block;
}
.roll .main ul.types {
  display: block;
  width: 84%;
  margin: 65px 8% 0;
  float: left;
}
.roll .main ul.types li {
  text-align: center;
  width: 19.5%;
}
.roll .main ul.types li img {
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}
.roll .main ul.types li a {
  color: #3c5f42;
  font-size: 18px;
}
.roll .main ul.types li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.roll .main ul.types li a:hover img {
  opacity: 0.7;
}
ul.log-in li {
  padding-right: 12px;
  padding-left: 12px;
  border-right: 1px solid #c9c8c8;
}
ul.log-in li:last-child {
  border-right: none;
}
ul.log-in li img {
  margin-right: 5px;
  vertical-align: middle;
}
.tariffs {
  background-color: #f8f8f8;
  padding-bottom: 70px;
}
.tariffs h1 {
  margin-top: 20px;
  margin-bottom: 60px;
}
.feedback {
  margin-top: 30px;
  padding: 10px 0 60px;
}
.feedback .roll {
  width: 860px;
}
.feedback h1 {
  margin: 40px 0 40px;
}
.feedback .carousel {
  width: 100%;
  padding: 0 70px 50px;
}
.feedback .carousel .item {
  height: 300px;
}
.feedback .carousel .item > p {
  padding-left: 10px;
}
.feedback .carousel .item .slide-header {
  padding: 10px 0 10px 60px;
  position: relative;
  margin-left: 10px;
}
.feedback .carousel .item .slide-header img {
  position: absolute;
  left: -10px;
  top: 0;
}
.feedback .carousel .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
}
.feedback .carousel .item p {
  font-size: 14px;
  line-height: 130%;
}
.feedback .carousel .item p.position {
  color: #7f7e7c;
  font-size: 12px;
  padding-bottom: 10px;
}
.feedback .carousel .carousel-control {
  background: none;
  width: 43px;
}
.feedback .carousel .carousel-control .glyphicon {
  height: 43px;
  width: 43px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -22px;
}
.feedback .carousel .carousel-control.left .glyphicon {
  background: url("/public/images/mapissues/landings/geo4me2/arr_left.png");
}
.feedback .carousel .carousel-control.right .glyphicon {
  background: url("/public/images/mapissues/landings/geo4me2/arr_right.png");
}
.feedback .carousel .carousel-indicators {
  bottom: 0;
}
.feedback .carousel .carousel-indicators li {
  border: 2px solid #c8c8c8;
  background: white;
  height: 13px;
  width: 13px;
  margin: 0;
}
.feedback .carousel .carousel-indicators li.active {
  border-color: #467846;
}
.app {
  padding-bottom: 90px;
  text-align: center;
  background: #f8f8f8;
}
.app h1 {
  margin-top: 30px;
  margin-bottom: 70px;
}
.app ul {
  display: block;
  width: 100%;
  margin-top: 45px;
}
.app ul li {
  margin-left: 15px;
}
.app ul li:first-child {
  margin-left: 0;
}
.app > img {
  position: relative;
  left: 5px;
}
.tryit {
  padding-bottom: 50px;
  text-align: center;
}
.tryit div > img {
  display: none;
}
.tryit form {
  margin-top: 40px;
  width: 50%;
}
.tryit form p {
  color: #7f7e7c;
  margin-top: 20px;
}
.centred {
  margin: 0 auto;
}
footer {
  padding: 50px 0;
  text-align: center;
  border-top: 1px solid #ececec;
  min-width: 960px;
}
footer div.contact,
footer a {
  display: inline-block;
  font-size: 14px;
  color: #006185;
}
.big-img {
  display: block;
  height: 555px;
  width: 943px;
  background: url("/public/images/mapissues/landings/geo4me2/big_bg.jpg") no-repeat top left;
  position: relative;
}
.big-img div {
  position: absolute;
  z-index: 10;
  cursor: pointer;
}
.big-img div:not(#textMsg) img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.big-img div .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.big-img #hider {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  opacity: 0.5;
  display: none;
  z-index: 5;
}
.big-img #place {
  left: 0px;
  top: 48px;
  width: 308px;
  height: 461px;
}
.big-img #place .control {
  height: 200px;
  width: 200px;
  left: 100px;
}
.big-img #coord {
  left: 454px;
  top: 40px;
  width: 231px;
  height: 163px;
}
.big-img #coord .control {
  height: 120px;
  width: 180px;
  left: 40px;
}
.big-img #msg {
  bottom: 52px;
  left: 257px;
  width: 295px;
  height: 349px;
}
.big-img #msg .control {
  height: 349px;
  width: 200px;
  left: 95px;
}
.big-img #task {
  right: 21px;
  bottom: 47px;
  width: 197px;
  height: 230px;
}
.big-img #ntf {
  right: 75px;
  bottom: -1px;
  width: 366px;
  height: 336px;
}
.big-img #ntf .control {
  height: 336px;
  width: 200px;
  left: 0px;
}
.big-img #textMsg {
  top: 270px;
  left: 120px;
  width: 190px;
  display: none;
  z-index: 40;
}
.big-img #textMsg img {
  display: block;
  margin-bottom: 20px;
}
.big-img #textMsg p {
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}
.types .active {
  opacity: 0.4;
}
.types .active a {
  text-decoration: none;
}
.big-img div.active#textMsg {
  display: block !important;
}
.big-img div.active img {
  display: block !important;
}
.big-img div.active#hider {
  display: block;
}
.big-img div.active#place .control {
  z-index: 60;
}
.on-top {
  z-index: 40 !important;
}
.on-top#hider {
  z-index: 20;
}
#login .log-in {
  text-align: center;
  width: 100%;
}
#login .log-in li {
  padding-left: 12px;
  padding-right: 0px;
}
#login .log-in li:first-of-type {
  padding-left: 0px;
  padding-right: 12px;
}
#login .modal-content {
  border-radius: 0;
  padding-bottom: 20px;
}
#login .modal-header {
  padding: 5px 10px 0;
  width: 100%;
  float: left;
  border-bottom: none;
}
#login .modal-header:after {
  content: " ";
  clear: both;
  display: table;
}
#login .modal-body {
  clear: left;
  padding-top: 0;
}
#login .modal-body p {
  color: #7f7e7c;
  text-align: center;
  margin-top: 10px;
}
#login .modal-body a.forget {
  color: #c6c6c6;
  margin: 20px auto 0;
  text-align: center;
  display: block;
}
#login .modal-body a.forget:hover {
  color: #589255;
}
#login .modal-dialog {
  width: 300px;
  margin-top: 20%;
}
#login .modal-dialog h3 {
  text-align: center;
  color: #006185;
}
#login .modal-dialog form {
  text-align: center;
}
#login .modal-dialog form input,
#login .modal-dialog form button {
  width: 200px;
  margin: 5px auto 5px;
}
#login-phone .modal-header {
  padding: 5px 10px 0;
  width: 100%;
  float: left;
  border-bottom: none;
  position: relative;
  z-index: 1;
}
#login-phone .modal-header:after {
  content: " ";
  clear: both;
  display: table;
}
#login-phone .modal-dialog {
  margin-top: 10%;
  width: 400px;
  height: 300px;
}
#video .modal-dialog {
  width: 70%;
  position: fixed;
  top: 0;
  left: 15%;
}
#video .modal-header {
  background: none !important;
  border: none;
  position: relative;
  left: 4.5%;
}
#video .modal-content {
  background: none;
  box-shadow: none;
  border: none;
}
#video .modal-body {
  position: relative;
  padding-bottom: 70%;
  padding-top: 30px;
  padding-right: 20px;
  height: 0;
  border: 4px solid white;
  overflow: hidden;
}
#video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p.play-video {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 40px;
  z-index: 500;
}
p.play-video a {
  background: url("/public/images/mapissues/landings/geo4me2/play_video.png") #ffffff no-repeat 5px center;
  border-radius: 25px;
  padding: 0px 15px 0px 35px;
  opacity: 0.9;
  line-height: 40px;
  margin-left: -30px;
  display: inline-block;
  color: #589255;
  font-size: 12px;
}
p.play-video a:hover {
  opacity: 1;
  text-decoration: none;
}
.tariff-list {
  margin: 0 auto;
  width: 100%;
}
.tariff-list:after {
  content: " ";
  display: table;
  clear: both;
}
.tariff-list li {
  width: 25%;
  float: left;
  display: block;
}
.tariff-list li .wrap {
  margin: 0 auto;
  display: block;
  height: 386px;
  width: 225px;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  background: white;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  padding: 30px 15px 50px;
}
.tariff-list li .wrap .month-free {
  position: absolute;
  width: 125px;
  height: 125px;
  right: -11px;
  top: -10px;
}
.tariff-list li .wrap .tariff-header {
  height: 110px;
  box-sizing: border-box;
  color: #006185;
}
.tariff-list li .wrap .tariff-header h2,
.tariff-list li .wrap .tariff-header p {
  color: #006185;
}
.tariff-list li .wrap .tariff-header p {
  font-size: 16px;
}
.tariff-list li .wrap h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}
.tariff-list li .wrap img {
  margin-bottom: 20px;
}
.tariff-list li .wrap p.description {
  font-size: 13px;
  color: #606060;
}
.tariff-list li .wrap .block-div {
  background: white;
  opacity: 0.8;
  height: 384px;
  width: 223px;
  position: absolute;
  border-radius: 5px;
  top: 0;
  left: 0;
}
.tariff-list li .wrap .block-div h3 {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  color: #686c6e;
}
.tariff-list li .wrap .block-div h3 strong {
  font-size: 43px;
  display: block;
}
.tariff-list li .selected {
  background: #5da45c;
  border: 1px solid #467846;
}
.tariff-list li .selected .tariff-header {
  color: white;
}
.tariff-list li .selected .tariff-header h2,
.tariff-list li .selected .tariff-header p {
  color: white;
}
.tariff-list li .selected p.description {
  color: white;
}
.tariff-list li .hide-tariff .tariff-header {
  color: #6d6d67;
}
.tariff-list li .hide-tariff .tariff-header h2,
.tariff-list li .hide-tariff .tariff-header p {
  color: #6d6d67;
}
@media all and (max-width: 960px) {
  .tryit {
    height: 400px;
    padding-top: 72px;
    background: none;
    position: relative;
  }
  .tryit form {
    width: auto;
  }
  .tryit form input,
  .tryit form button {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .tryit div > img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .tryit div img:first-of-type {
    left: 0;
    right: auto;
  }
}
/*# sourceMappingURL=main.css.map */