* {
    padding: 0;
    margin: 0;
    font-family: Roboto;
}
html,
body {
    font-family: Roboto;
    width: 100%;
    font-size: 16px;
    color: #1a2632;
    height: 100%;
    min-width: 1230px;
}
.col-md-7,
.col-md-6.col-md-5,
.col-md-4,
.col-md-3,
.col-xs-5,
.col-xs-6,
.col-xs-4,
.col-xs-3,
.col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}
.carousel-indicators {
    bottom: 0;
    left: 0;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.bold {
    font-weight: bold;
}
.grey-text {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
}
h3 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
h4 {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
}
h5 {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 20px;
    color: #303030;
}
h6 {
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    color: #303030;
}
.wrap {
    position: relative;
    height: 100%;
    width: 980px;
}
.col-md-4,
.col-md-3,
.col-md-6,
.col-md-9 {
    padding: 0;
}
.main-wrap {
    width: 1020px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    overflow: visible;
}
.tbl {
    display: table;
    text-align: center;
    margin: 0 auto;
    width: 962px;
    border-collapse: collapse;
}
.tbl .functions {
    position: relative;
    margin: 0 0 30px;
    display: table-row;
    width: 100%;
}
.tbl .functions .border {
    height: 124px;
    padding-top: 25px;
    padding-right: 18px;
    padding-left: 18px;
    border-top: 7px solid white;
    border-left: 7px solid white;
    border-right: 7px solid white;
    border-bottom: 8px solid white;
}
.tbl .functions .seq {
    cursor: pointer;
    display: table-cell;
    width: 239px;
    color: #c6c6c6;
    text-align: center;
    font-size: 14px;
    border: 1px solid #afccd3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 16px;
    vertical-align: middle;
}
.tbl .functions .seq .head {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #777777;
    margin-bottom: 20px;
}
.tbl .functions .seq.active {
    color: #303030;
    border: 1px solid #00aeef;
    border-bottom-color: #afccd3;
}
.tbl .functions .seq.active .border {
    border: 7px solid #00aeef;
    border-bottom-width: 8px;
}
.tbl .functions .seq.active .head {
    font-weight: bold;
    color: #010101;
}
.tbl .functions .seq.active.mobile .head {
    letter-spacing: -0.28px;
}
.tbl .functions .seq.assignment .border {
    padding-left: 10px;
    padding-right: 10px;
}
.carousel-inner {
    width: 990px;
    margin: 0 auto;
}
.item .img {
    float: left;
    margin-top: 25px;
    top: 0;
    left: 0;
    display: inline-block;
}
.item .text {
    float: left;
    display: inline-block;
}
.item .text h4 {
    margin-bottom: 15px;
}
.item .text .inf {
    color: #777777;
    line-height: 25px;
}
.map {
    position: absolute;
    display: block;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 650px;
    background: url("/assets/images/map.jpg") no-repeat center center;
    background-size: cover;
    z-index: 1;
}
.btn {
    line-height: 9px;
    color: white !important;
    padding: 15px 15px 15px 13px;
    background-color: #00aeef;
    border: none;
    letter-spacing: 0.5px;
}
.btn:hover {
    color: white;
    background-color: #0090c6;
}
.cost {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 50px auto 0;
    position: relative;
}
.cost h4 {
    margin-bottom: 50px;
}
.cost .row {
    height: 70px;
    /*margin-bottom: 55px;*/
    margin-bottom: 30px;
}
.cost .row .icon {
    width: 85px;
}
.cost .row .grey-text {
    padding-left: 95px;
    width: 290px;
}
.header {
    margin: 0 auto;
    height: 80px;
    width: 1020px;
    padding: 21px 18px 19px 20px;
    position: relative;
}
.header .logo {
    float: left;
    margin: 2px 15px 0 0;
}
.header .logo img {
	width: 184px;
}
.header .right {
    float: right;
}
.header .right .btn {
    margin-right: 2px;
}

.apps {
    z-index: 10;
    text-align: center;
    width: 1230px;
    margin: 0 auto;
    position: relative;
}
.apps .pic {
    display: block;
    margin-bottom: 30px;
    width: 300px;
    height: 268px;
}
.apps .app {
    box-shadow: 5px 9px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
    float: left;
    width: 300px;
    height: 600px;
    background-color: white;
}
.apps .app h3 {
    padding-left: 30px;
}
.apps .app .disc {
    color: #303030;
    font-size: 14px;
    padding-left: 30px;
}
.apps .app .info {
    list-style-type: none;
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #777777;
    font-size: 14px;
    padding-right: 28px;
}
.apps .app .info .string {
    position: relative;
    display: table-row;
}
.apps .app .info .ico {
    display: table-cell;
    margin-right: 9px;
}
.apps .app .info .txt {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    height: 50px;
    padding-left: 10px;
}
.apps .app .btn {
    margin-left: 30px;
    padding: 16px 18px 16px 16px;
    letter-spacing: 0;
}
.apps .app .btn a {
    text-decoration: none;
    color: inherit;
}
.apps .app .reg {
    text-decoration: underline;
    text-align: right;
    width: 50%;
    display: inline-block;
    font-size: 15px;
}
.apps .app .free {
    float: right;
    padding-top: 13px;
    padding-right: 11px;
    line-height: 15px;
    text-align: center;
}
.apps .app .free.en {
    padding-top: 13px;
}

.apps .automap-main {
    margin-left: 10px;
}
.apps .automap-main .pic {
    background: url("/assets/images/automap.jpg");
    cursor: pointer;
}
.apps .automap-main .info .ico {
    width: 26px;
    height: 24px;
}
.apps .automap-main .info .first .ico {
    background: url("/assets/images/automap-1.png") no-repeat center center;
}
.apps .automap-main .info .second {
    position: relative;
}
.apps .automap-main .info .second .ico {
    background: url("/assets/images/automap-2.png") no-repeat center center;
}
.apps .automap-main .info .third .ico {
    background: url("/assets/images/automap-3.png") no-repeat center center;
}
.apps .activemap-main .pic {
    background: url("/assets/images/activemap.jpg");
    cursor: pointer;
}
.apps .activemap-main .ico {
    width: 28px;
    height: 25px;
}
.apps .activemap-main .info .txt {
    padding-left: 10px;
}
.apps .activemap-main .info .first .ico {
    background: url("/assets/images/activemap-1.png") no-repeat center center;
}
.apps .activemap-main .info .second .ico {
    background: url("/assets/images/activemap-2.png") no-repeat center center;
}
.apps .activemap-main .info .third .ico {
    background: url("/assets/images/activemap-3.png") no-repeat center center;
}
.apps .globalmap-main {
    margin-left: 10px;
}
.apps .globalmap-main .pic {
    background: url("/assets/images/globalmap.jpg");
    cursor: pointer;
}
.apps .globalmap-main .ico {
    width: 29px;
    height: 27px;
}
.apps .globalmap-main .info .txt {
    padding-left: 10px;
}
.apps .globalmap-main .info .first .ico {
    background: url("/assets/images/globalmap-1.png") no-repeat center center;
}
.apps .globalmap-main .info .second .ico {
    background: url("/assets/images/globalmap-2.png") no-repeat center center;
}
.apps .globalmap-main .info .third .ico {
    background: url("/assets/images/globalmap-3.png") no-repeat center center;
}
.apps .geo4-main {
    margin-left: 10px;
}
.apps .geo4-main .pic {
    background: url("/assets/images/geo4.jpg");
    cursor: pointer;
}
.apps .geo4-main .ico {
    width: 29px;
    height: 27px;
}
.apps .geo4-main .info .txt {
    padding-left: 10px;
}
.apps .geo4-main .info .first .ico {
    background: url("/assets/images/crosshair.png") no-repeat center center;
}
.apps .geo4-main .info .second .ico {
    background: url("/assets/images/dialog.png") no-repeat center center;
}
.apps .geo4-main .info .third .ico {
    background: url("/assets/images/location.png") no-repeat center center;
}
.hook {
    text-align: center;
    margin: 40px auto 20px;
    color: white;
    width: 740px;
    position: relative;
    z-index: 1;
}
.hook h2 {
    margin-bottom: 20px;
}
.main-content {
    margin-top: 50px;
}
.main-content .cooperate {
    padding-left: 20px;
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-left: 0;
    margin-right: 0;
}
.main-content .cooperate h3 {
    margin-bottom: 29px;
}
.main-content .cooperate .option {
    width: 300px;
}
.main-content .cooperate .option .pic {
    margin: 0 auto 24px;
    display: block;
    width: 75px;
    height: 69px;
}
.main-content .cooperate .option h4 {
    margin-bottom: 20px;
    line-height: 26px;
}
.main-content .cooperate .option p {
    color: #838383;
}
.main-content .cooperate .reseller .pic {
    background: url("/assets/images/site/silver_partner.png") no-repeat bottom left;
}
.main-content .cooperate .integrator .pic {
    background: url("/assets/images/site/gold_partner.png") no-repeat bottom left;
}
.main-content .cooperate .oem .pic {
    background: url("/assets/images/site/vip_partner.png") no-repeat bottom left;
}
.main-content .why {
    margin-top: 45px;
    padding-left: 20px;
    margin-bottom: 50px;
}
.main-content .why h3 {
    text-align: center;
    margin-bottom: 35px;
}
.main-content .why .row {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
}
.main-content .why .row .img {
    margin-top: 5px;
}
.main-content .why .row .text {
    float: left;
}
.main-content .why .row .text p {
    margin-bottom: 0;
    color: #777777;
    font-size: 14px;
}
.main-content .why .comission .img {
    margin-top: 2px;
    width: 66px;
    height: 65px;
    background: url("/assets/images/comission.png") no-repeat center center;
    margin-right: 20px;
}
.main-content .why .coaching .img {
    width: 81px;
    height: 56px;
    background: url("/assets/images/coaching.png") no-repeat center center;
    margin-right: 14px;
}
.main-content .why .marketing .img {
    width: 61px;
    height: 63px;
    background: url("/assets/images/marketing.png") no-repeat center center;
    margin-right: 21px;
}
.main-content .why .support .img {
    width: 63px;
    height: 61px;
    background: url("/assets/images/support.png") no-repeat center center;
    margin-right: 18px;
}
.howto {
    width: 1016px;
    text-align: center;
    margin: 0 auto 50px;
    background-color: #f6f6f6;
    padding-top: 40px;
    box-shadow: 3px 4px 9px 1px rgba(0, 0, 0, 0.1);
}
.howto .btn a {
    text-decoration: none;
    color: inherit;
}
.howto h3 {
    color: #000;
    margin-bottom: 50px;
    letter-spacing: 1px;
}
.howto .steps {
    position: relative;
    margin: 0 auto 25px;
    width: 980px;
    overflow: hidden;
}
.howto .steps div {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}
.howto .steps div .circle {
    margin: 0 auto 20px;
    display: block;
    width: 50px;
    height: 50px;
}
.howto .steps div h5 {
    color: #303030;
    font-weight: bold;
}
.howto .steps div p {
    color: #303030;
}
.howto .steps div.step-one {
    width: 255px;
}
.howto .steps div.step-one .circle {
    background: url("/assets/images/step-one.png") no-repeat center center;
}
.howto .steps div.step-two {
    width: 250px;
    margin-left: 84px;
    margin-right: 48px;
}
.howto .steps div.step-two .circle {
    background: url("/assets/images/step-two.png") no-repeat center center;
}
.howto .steps div.step-three {
    width: 290px;
}
.howto .steps div.step-three .circle {
    background: url("/assets/images/step-three.png") no-repeat center center;
}
.howto .steps .arrow {
    display: block;
    position: absolute;
    top: 13px;
    width: 41px;
    height: 16px;
    background: url("/assets/images/arrow.png") no-repeat center center;
}
.howto .steps .arrow.left {
    left: 300px;
}
.howto .steps .arrow.right {
    right: 340px;
}
.howto .btn {
    margin-bottom: 50px;
}
footer {
    background: #e3e9ee;
    color: #637282;
}
footer .footer {
    margin: 0 auto;
    width: 980px;
}


footer .gs .right {
	width: 200px;
    position: absolute;
    right: 0;
	top: 38px;
}

footer .right .phone h2 {
	font-weight: 600;
    font-size: 20px;
    margin-top: 0;
}
footer .gs .right p {
	float: left;
}
footer .gs {
	width: 100%;
    padding-bottom: 60px;
    padding-top: 35px;
    position: relative;
    overflow: hidden;
}
footer .gs .logo {
	display: inline-block;
}
footer .gs .logo img {
	width: 184px;
}
footer .gs p {
    padding-top: 9px;
    font-size: 14px;
}



.white-board {
    background: white;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.products-wrap {
    position: relative;
}
.products-wrap .about {
    width: 100%;
    background-color: #f9f9f9;
    margin: 0 0px 80px;
    padding-left: 470px;
    position: relative;
    height: 306px;
}
.products-wrap .about .grey-text {
    font-size: 16px;
    margin-bottom: 37px;
}
.products-wrap .about .pic {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 420px;
}
.products-wrap .about .logo-text {
    padding-top: 30px;
    padding-right: 50px;
    position: relative;
    height: 100%;
}
.products-wrap .about .logo-text .btn {
    background: #0089cf;
    position: absolute;
    bottom: 25px;
    left: 0;
}
.products-wrap .border-block {
    width: 100%;
    height: 57px;
    border: 1px solid #ebebeb;
    border-width: 1px 0;
}
.products-wrap .border-block .product-switch {
    height: 100%;
    overflow: hidden;
    padding-top: 15px;
    width: 980px;
    margin: 0 auto;
}
.products-wrap .border-block .product-switch .col-md-3 {
    cursor: pointer;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    color: #777777;
    font-size: 20px;
    border-bottom: 6px solid #fff;
}
.products-wrap .border-block .product-switch .col-md-3.active {
    border-bottom: 6px solid #00aeef;
    color: #303030;
}
.products-wrap .prod-content {
    margin-top: 50px;
    width: 980px;
}
.products-wrap .prod-content h3 {
    margin-left: 10px;
    margin-bottom: 30px;
}
.products-wrap .prod-content .opportunities .opp-header {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 55px;
}
.products-wrap .prod-content .opportunities .row {
    margin-top: 55px;
}
.products-wrap .prod-content .opportunities .row .opp-info {
    position: relative;
    padding-right: 25px;
}
.products-wrap .prod-content .opportunities .row .opp-info .opp-pic {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/assets/images/opp.png");
}
.products-wrap .prod-content .opportunities .row .opp-info .opp-cont {
    margin-left: 95px;
}
.products-wrap .prod-content .carousel-grid {
    position: relative;
}
.products-wrap .prod-content .carousel-grid .check {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    background: url("/assets/images/check.png");
    width: 70px;
    height: 70px;
}
.products-wrap .prod-content .carousel-grid .grey-text {
    padding-left: 110px;
}
.products-wrap .activemap-content {
    margin-top: 0px;
}
.products-wrap .activemap-content .border {
    padding-top: 30px;
    padding-left: 17px;
    padding-right: 17px;
}
.products-wrap .activemap-content .border .head {
    line-height: 22px;
}
.products-wrap .activemap-content .tab-info {
    margin-top: 50px;
}
.products-wrap .activemap-content .tab-info h4 {
    margin-top: 65px;
    margin-bottom: 50px;
}
.products-wrap .activemap-content .tab-info .opportunities {
    margin-top: 55px;
}
.products-wrap .activemap-content .tab-info .opportunities .row .opp-cont h6 {
    margin-bottom: 13px;
}
.products-wrap .activemap-content .about .pic {
    top: -41px;
    height: 347px;
    background: url("/assets/images/activemap_bg.jpg") no-repeat center center;
}
.products-wrap .activemap-content .overflow {
    overflow: hidden;
    margin-bottom: -80px;
}
.products-wrap .activemap-content .tablegrid {
    width: 980px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.products-wrap .activemap-content .tablegrid .row {
    margin-bottom: 20px;
}
.products-wrap .activemap-content .tablegrid .white-board {
    width: 225px;
    height: 300px;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.products-wrap .activemap-content .tablegrid .white-board .opp-pic {
    margin: 0 auto 27px;
    display: block;
    width: 100px;
    height: 100px;
    background: url("/assets/images/opp.png");
}
.products-wrap .activemap-content .tablegrid .white-board h6 {
    margin-bottom: 13px;
}
.products-wrap .activemap-content .geoportal-slide .overflow {
    margin-bottom: 0;
}
.products-wrap .activemap-content .geoportal-slide .img {
    width: 504px;
    height: 392px;
    background: url("/assets/images/geoportal.png") no-repeat center center;
}
.products-wrap .activemap-content .geoportal-slide .text {
    width: 372px;
    margin-top: 50px;
    margin-left: 65px;
}
.products-wrap .activemap-content .mapmobile-slide .overflow {
    margin-bottom: -20px;
}
.products-wrap .activemap-content .mapmobile-slide .mobile-links {
    margin-top: 30px;
}
.products-wrap .activemap-content .mapmobile-slide .horizontal-tablegrid {
    width: 980px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 60px;
    overflow: hidden;
}
.products-wrap .activemap-content .mapmobile-slide .horizontal-tablegrid .white-board {
    position: relative;
    width: 468px;
    display: inline-block;
    overflow: hidden;
    padding: 40px 30px 45px 170px;
    height: 150px;
}
.products-wrap .activemap-content .mapmobile-slide .horizontal-tablegrid .icon {
    width: 100px;
    top: 50px;
    left: 50px;
}
.products-wrap .activemap-content .mapmobile-slide .tablegrid {
    text-align: left;
}
.products-wrap .activemap-content .mapmobile-slide .tablegrid .row {
    margin-top: 55px;
}
.products-wrap .activemap-content .mapmobile-slide .tablegrid .row .opp-info {
    position: relative;
    padding-right: 25px;
}
.products-wrap .activemap-content .mapmobile-slide .tablegrid .row .opp-info h6 {
    margin-bottom: 12px;
}
.products-wrap .activemap-content .mapmobile-slide .tablegrid .row .opp-info h6,
.products-wrap .activemap-content .mapmobile-slide .tablegrid .row .opp-info .grey-text {
    margin-left: 95px;
}
.products-wrap .activemap-content .mapmobile-slide .img {
    margin-left: 65px;
    width: 456px;
    height: 397px;
    background: url("/assets/images/mapmobile.png") no-repeat center center;
}
.products-wrap .activemap-content .mapmobile-slide .text {
    margin-left: 65px;
    width: 355px;
    margin-top: 50px
}
.products-wrap .activemap-content .gis-slide .img {
    width: 552px;
    height: 400px;
    background: url("/assets/images/gis.png") no-repeat center center;
}
.products-wrap .activemap-content .gis-slide .mapeditor-icon {
    display: block;
    background: url("/assets/images/mapeditor.png") no-repeat center center;
    width: 147px;
    height: 40px;
    margin-bottom: 25px;
}
.products-wrap .activemap-content .gis-slide .text {
    width: 324px;
    margin-top: 50px;
    margin-left: 65px;
}
.products-wrap .activemap-content .gis-slide .white-board {
    padding-top: 10px;
}
.products-wrap .activemap-content .gis-slide .white-board .icon {
    width: 85px;
    margin: 0 auto;
    margin-bottom: 10px;
    position: inherit;
    height: 100px;
}
.products-wrap .activemap-content .assignment-slide .overflow {
    margin-bottom: 0;
}
.products-wrap .activemap-content .assignment-slide .img {
    width: 545px;
    height: 392px;
    background: url("/assets/images/assignment.png") no-repeat center center;
}
.products-wrap .activemap-content .assignment-slide .text {
    width: 340px;
    margin-top: 50px;
    margin-left: 60px;
}
.products-wrap .activemap-content .assignment-slide .tablegrid {
    text-align: left;
}
.products-wrap .activemap-content .assignment-slide .tablegrid .row {
    margin-top: 55px;
}
.products-wrap .activemap-content .assignment-slide .tablegrid .row .opp-info {
    position: relative;
    padding-right: 25px;
}
.products-wrap .activemap-content .assignment-slide .tablegrid .row .opp-info h6 {
    margin-bottom: 12px;
}
.products-wrap .activemap-content .assignment-slide .tablegrid .row .opp-info h6,
.products-wrap .activemap-content .assignment-slide .tablegrid .row .opp-info .grey-text {
    margin-left: 95px;
}
.products-wrap .automap-content .about .pic {
    top: 0;
    height: 305px;
    background: url("/assets/images/automap_bg.jpg") no-repeat center center;
}
.products-wrap .automap-content .opportunities {
    position: relative;
    margin-top: 40px;
    margin-bottom: 125px;
}
.products-wrap .automap-content .opportunities .row {
    margin-bottom: 70px;
}
.products-wrap .automap-content .opportunities .row .opp-cont h6 {
    margin-bottom: 0;
}
.products-wrap .automap-content .opportunities .automap-opp-pic {
    width: 675px;
    height: 548px;
    display: block;
    top: 0;
    margin: 0 auto;
    background: url("/assets/images/automap-opp-pic.png");
}
.products-wrap .automap-content .opportunities .automap-grids {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
}
.products-wrap .automap-content .opportunities .automap-grids .row {
    margin-bottom: 0;
}
.products-wrap .automap-content .opportunities .automap-grids .row .white-square {
    padding-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    width: 225px;
    height: 160px;
    text-align: center;
    background-color: white;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    color: #303030;
}
.products-wrap .automap-content .opportunities .automap-grids .row .white-square .digit {
    font-size: 48px;
}
.products-wrap .automap-content h4 {
    margin-bottom: 70px;
}
.products-wrap .automap-content .carousel .tbl {
    margin: 0;
    width: 100%;
}
.products-wrap .automap-content .carousel .tbl .carousel-indicators .head {
    font-weight: bold;
    margin-top: 20px;
}
.products-wrap .automap-content .carousel .carousel-inner {
    width: 100%;
    height: 100%;
}
.products-wrap .automap-content .carousel .carousel-inner ul {
    margin-top: 15px;
    list-style-position: inside;
    list-style-type: disc;
}
.products-wrap .automap-content .carousel .carousel-inner ul li {
    margin-bottom: 5px;
}
.products-wrap .automap-content .carousel .carousel-inner .cost {
    margin-top: 60px;
}
.products-wrap .automap-content .carousel .carousel-inner .cost .icon {
    width: 80px;
}
.products-wrap .automap-content .carousel .carousel-inner .cost .grey-text {
    padding-left: 85px;
    margin-top: 15px;
}
.products-wrap .automap-content .carousel .carousel-inner .cost .grey-text.margin-none {
    margin-top: 0;
}
.products-wrap .automap-content .carousel .carousel-inner .item {
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.products-wrap .automap-content .carousel .carousel-inner .item .text {
    margin-top: 32px;
    float: left;
    margin-left: 0;
}
.products-wrap .automap-content .carousel .carousel-inner .item .text h4 {
    margin-bottom: 20px;
}
.products-wrap .automap-content .carousel .carousel-inner .item .text p {
    color: #5b5b5b;
}
.products-wrap .automap-content .carousel .carousel-inner .item .text .download {
    margin-top: 30px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.controls .controls-content {
    overflow: hidden;
}
.products-wrap .automap-content .carousel .carousel-inner .item.controls .picture {
    height: 289px;
    margin-top: 32px;
    background: url("/assets/images/controls.jpg") no-repeat top right;
}
.products-wrap .automap-content .carousel .carousel-inner .item.controls .picture.en {
    background: url("/assets/images/controls-en.jpg") no-repeat top right;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .text {
    float: left;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .ceo {
    margin-top: 32px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .ceo .mobile-links {
    display: inline-block;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .ceo .text {
    margin-top: 0;
    margin-right: 70px;
    width: 500px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .ceo .text .row {
    display: table-row;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .ceo .text .row span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .ceo .picture {
    float: right;
    height: 390px;
    background: url("/assets/images/automap_app.jpg") no-repeat left center;
    width: 352px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .techsupport {
    margin-top: 25px;
    overflow: hidden;
    padding-left: 0;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .techsupport .techsupport-content {
    overflow: hidden;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .techsupport .techsupport-content .mobile-links {
    margin-top: 65px;
    padding-left: 55px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .techsupport .techsupport-content .text {
    margin-top: 0;
    width: 600px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .techsupport .cost {
    margin-top: 45px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .techsupport .cost .grey-text {
    width: 270px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .drivers {
    overflow: hidden;
    margin-top: 60px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .drivers .text {
    margin-top: 0;
    width: 550px;
}
.products-wrap .automap-content .carousel .carousel-inner .item.mobile .drivers .mobile-links {
    visibility: hidden;
    margin-top: 60px;
}
.products-wrap .globalmap-content .intro-border {
    border-bottom: 1px solid #ebebeb;
}
.products-wrap .globalmap-content .about .pic {
    height: 305px;
    background: url("/assets/images/globalmap_bg.jpg") no-repeat center center;
    top: 0;
}
.products-wrap .globalmap-content .intro {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 50px auto 100px;
    position: relative;
}
.products-wrap .globalmap-content .intro h3 {
    line-height: 28px;
    float: left;
    width: 670px;
    font-size: 20px;
    color: #303030;
    margin-top: 9px;
}
.products-wrap .globalmap-content .intro .grey-text {
    font-size: 16px;
    width: 400px;
    line-height: 25px;
}
.products-wrap .globalmap-content .intro .grey-text ul {
    list-style: initial;
    margin-left: 20px;
    margin-top: 40px;
}
.products-wrap .globalmap-content .intro .grey-text ul li {
    margin-bottom: 15px;
}
.products-wrap .globalmap-content .intro .globalmap-prod-pic {
    width: 713px;
    height: 552px;
    display: block;
    background: url("/assets/images/globalmap-prod-pic.png");
    position: absolute;
    right: -60px;
    top: -90px;
}
.products-wrap .globalmap-content .whatfor-border {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}
.products-wrap .globalmap-content .whatfor {
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
.products-wrap .globalmap-content .whatfor h4 {
    margin-bottom: 55px;
}
.products-wrap .globalmap-content .whatfor .row {
    margin-bottom: 40px;
    margin-top: 0;
    height: 100px;
}
.products-wrap .globalmap-content .whatfor .row .opp-cont h6 {
    margin-bottom: 0;
}
.products-wrap .globalmap-content .whatfor .row .opp-cont h6 span {
    font-weight: normal;
}
.products-wrap .geo-content .about .pic {
    top: -42px;
    height: 347px;
    background: url("/assets/images/geo4_bg.jpg") no-repeat center center;
}
.product-logo {
    margin-bottom: 20px;
    display: block;
    height: 82px;
    background: transparent no-repeat left top;
}
.product-logo.geo {
    background-image: url("/assets/images/logo_geo.png");
}
.product-logo.automap {
    background-image: url("/assets/images/site/automap_logo.png");
}
.product-logo.activemap {
    background-image: url("/assets/images/site/activemap_logo.png");
}
.product-logo.globalmap {
    background-image: url("/assets/images/logo_globalmap.png");
}
.contacts-content {
    position: relative;
}
.contacts-content #map_canvas {
    height: 480px;
    width: 100%;
}
.contacts-content .popup {
    box-shadow: 0 32px 130px 0 rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    margin-top: -90px;
    width: 980px;
    height: 220px;
    background-color: white;
    position: relative;
    padding: 35px 40px;
    overflow: hidden;
    z-index: 11;
}
.contacts-content .popup .grey-text {
    font-size: 12px;
    line-height: 12px;
    color: #999999;
}
.contacts-content .popup .triangle {
    left: 50%;
    top: -20px;
    height: 20px;
    width: 40px;
    display: block;
    background: url("/assets/images/triangle.png");
    position: absolute;
}
.contacts-content .popup .place {
    float: left;
    padding-right: 65px;
    border-right: 1px solid #ebebeb;
    height: 100%;
    padding-left: 30px;
}
.contacts-content .popup .place .city {
    cursor: pointer;
    color: #00aeef;
    border: 1px solid #999999;
    border-radius: 4px;
    line-height: 16px;
    min-width: 300px;
    display: block;
    background-color: #999999;
    padding-left: 20px;
    padding-top: 5px;
}
.contacts-content .popup .place .city.active {
    color: white;
    background-color: #00aeef;
    border: 1px solid #cceffc;
    cursor: default;
}
.contacts-content .popup .place .city.moscow {
    margin-top: 20px;
}
.contacts-content .popup .place .city:hover {
    border: 1px solid #777777;
}
.contacts-content .popup .place .city.active:hover {
    border: 1px solid #00aeef;
}
.contacts-content .popup .contacts {
    float: left;
    padding-left: 40px;
    padding-right: 60px;
}
.contacts-content .popup .place .city p{
    font-size: 16px;
    margin: 0;
    margin-bottom: 12px;
}
.contacts-content .popup .place .city h5{
    margin-bottom: 8px;
}
.contacts-content .popup .contacts .phone-block {
    margin-bottom: 20px;
}
.contacts-content .popup .contacts .phone-block .phone {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}
.contacts-content .row {
    width: 1020px;
    margin: 0 auto;
    border-bottom: 1px solid #ebebeb;
}
.contacts-content .row h4 {
    margin-top: 0;
    padding-left: 0;
}
.contacts-content .row .requi {
    margin-top: 50px;
    padding-left: 40px;
}
.contacts-content .row .details-content {
    margin: 30px auto 70px;
    padding: 0 40px;
    overflow: hidden;
}
.contacts-content .row .details-content .block{
    float: left;
    width: 50%;
    padding-right: 50px;
}
.contacts-content .row .details-content .head {
    margin-bottom: 5px;
}
.contacts-content .row .details-content h4 {
    margin-bottom: 15px;
}
.contacts-content .row .details-content .text {
    margin-bottom: 25px;
}
.contacts-content .white {
    color: #ffffff;
}
.contacts-content .margin30 {
    margin-top: 30px;
}
.products-wrap {
    width: 980px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: #269ddd;
}
a:hover {
    text-decoration: none;
    color: #10689a;
}
h4 {
    color: #303030;
}
.opportunities {
    margin-bottom: 50px;
}
.opportunities h4 {
    font-size: 24px;
    margin-bottom: 50px;
    margin-left: 0;
}
.opportunities div.opp-info > div p {
    color: #777777;
}
.carousel.simple {
    margin-top: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ebebeb;
}
.carousel.simple .tbl {
    width: 100%;
}
.carousel.simple .carousel-indicators .border {
    height: auto;
}
.carousel.simple .carousel-indicators.fixed-height .border {
    height: 124px;
}
.carousel.simple .carousel-inner.move-left {
    left: -20px;
    position: relative;
    width: 1000px;
}
.carousel.simple .carousel-inner.move-right {
    position: relative;
    width: 1000px;
}
.carousel.simple .carousel-inner.move-right div > img {
    margin-left: 20px;
}
.carousel.simple .carousel-inner:after {
    content: '';
    display: table;
    clear: both;
}
.carousel.simple .carousel-inner .item {
    padding-top: 20px;
}
.carousel.simple .carousel-inner .item > div img {
    width: 100%;
}
.carousel.simple .carousel-inner .item > div + div {
    padding-left: 40px;
}
.carousel.simple .carousel-inner .item > div.text p {
    color: #777777;
}
.carousel.simple .carousel-inner .item > div.text h4 {
    margin-left: 0;
}
.carousel.simple .carousel-inner .item h4 em {
    font-style: normal;
    color: #00aeef;
    display: inline-block;
}
.carousel.simple .carousel-inner .icon-list {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px !important;
}
.carousel.simple .carousel-inner .icon-list .row {
    padding-top: 10px;
}
.carousel.simple .carousel-inner .icon-list .row div {
    height: 100%;
}
.carousel.simple .carousel-inner .icon-list .row div > div {
    width: 20%;
    float: left;
    height: 100%;
}
.carousel.simple .carousel-inner .icon-list .row div > div img {
    max-width: 55px;
}
.carousel.simple .carousel-inner .icon-list .row div > div + div {
    width: 80%;
    padding-left: 20px;
    padding-top: 5px;
}
.carousel.simple .carousel-inner .icon-list .row div > div + div h6 {
    color: #303030;
}
.carousel.simple .carousel-inner .icon-list .row div > div + div p {
    font-size: 14px;
    color: #777777;
}
.carousel.simple .carousel-inner .icon-list .row div + div {
    padding-left: 20px;
}
.carousel.simple .carousel-inner.move-left .icon-list,
.carousel.simple .carousel-inner.move-right .icon-list {
    margin-right: 20px;
    width: 960px;
}
.download span {
    display: inline-block;
    color: #777777;
    font-size: 14px;
    line-height: 45px;
    vertical-align: middle;
    padding-right: 15px;
}
.mobile-links {
    display: inline-block;
    vertical-align: middle;
}
.mobile-links .appstore,
.mobile-links .googleplay {
    background: no-repeat center center;
    width: 130px;
    height: 45px;
    display: inline-block;
}
.mobile-links .windowsphone {
    background: no-repeat center center;
    width: 146px;
    height: 45px;
    display: inline-block;
}
.mobile-links .googleplay {
    margin-right: 15px;
    background-image: url("/assets/images/googleplay.jpg");
}
.mobile-links .appstore {
    margin-right: 15px;
    background-image: url("/assets/images/appstore.jpg");
}
.mobile-links .windowsphone {
    background-image: url("/assets/images/windowsphone.png");
}
.shadow {
    -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    margin: 10px;
}
.white-board {
    background: white;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    width: 225px;
    height: 300px;
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.padded {
    padding: 50px 50px 50px;
}


.manuals {
    padding: 40px 40px 40px 0;
    border-top: 1px solid #ebebeb;
}

.manuals .container-fluid {
    padding: 0;
}
.manuals h4 {
    margin-left: 30px;
}
.manuals .product-logo {
    margin-bottom: 40px;
}
.manuals ul {
    list-style: none;
}
.manuals ul > li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.manuals ul > li:last-child,
.manuals ul > li li {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    line-height: 150%;
}
.manuals a {
    text-decoration: underline;
}
.numbers p {
    font-size: 14px;
    line-height: 18px;
    color: #777777;
    margin-bottom: 0;
}
