@media (min-width: 1200px) {
	.container {
    width: 940px;
	}
}
header.fill-fixed {
  position: fixed;
  top: 0;
  background-color: White;
  box-shadow: 0px 0px 5px silver;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  width: 100%;
  z-index: 999;
  padding: 10px 0 5px;
}
a[href^="tel:"], a[href^="mailto:"] {
	white-space: nowrap;
}
body {
	line-height: 1;
	font-family: Roboto;
	/*background: url('../images/bg-body.jpg') top center / contain no-repeat;*/
}
img {
	max-width: 100%;
}
.main-title {
	font-size: 40px;
	color: #1a2632;
	font-weight: 700;
	text-align: center;
}
.modal .input-container label {
  font-size: 9px;
  position: absolute;
  margin-left: 15px;
  margin-top: 1.8em;
  font-weight: 700;
  color: #000;
}
.modal-title {
	text-align: center;
}
.modal {
	text-align: center;
}
.modal-dialog {
	max-width: 450px;
}
#modal-video .modal-dialog {
	max-width: 800px;
}
.modal-dialog iframe {
	max-width: 100%;
}
.modal-open .modal {
	padding-right: 0 !important;
}
.modal input[type="text"],
.modal input[type="email"],
.modal input[type="tel"],
.modal textarea {
  font-size: 15px;
  font-weight: normal;
  color: #000;
  width: 100%;
  border: 0px;
  padding: 2.4em 1em 1em;
  outline: none;
  border-bottom: 1px solid #ddd;
}
.modal .btn {
	font-size: 18px;
  margin: 5px 3%;
  font-weight: 500;
  border: 0;
  width: 94%;
  background: #0090ff;
  text-align: center;
  padding: 15px 0;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}
.modal .note-terms {
  color: Gray;
  font-size: 0.8em;
  margin: 0.7em 0;
  text-align: center;
}
.modal .note-terms input {
	position: relative;
	top: 3px;
}
.modal .note-terms label {
	font-weight: normal;
}
header {
	background: transparent;
  padding: 15px 0 5px;
  position: fixed;
  width: 100%;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -ms-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
header .navigation {
	padding-bottom: 10px;
}
header .header-navigation {
	padding-left: 0;
	padding-top: 6px;
}
header .header-navigation li {
	display: inline-block;
	margin-right: 25px;
}
header .header-navigation li:last-child {
	margin-right: 0;
}
header .header-navigation a {
	color: #1b2733;
	font-size: 16px;
	font-weight: 500;
}
header .telephone-block {
	padding-left: 30px;
	text-align: right;
}
header .telephone-block a {
	font-size: 18px;
	color: #333;
	font-weight: 900;
}
header .telephone-block a:hover,
header .telephone-block a:focus,
header .telephone-block a:active {
	text-decoration: none;
}
header .telephone-block .btn-call {
	font-size: 13px;
	color: #0090ff;
	font-weight: 400;
	cursor: pointer;
	width: 104px;
	border-bottom: 1px dotted transparent;
	margin-top: 5px;
	display: inline-block;
}
header .telephone-block .btn-call:hover {
	border-bottom: 1px dotted;
}
header .header-navigation,
header .telephone-block {
	margin-top: 10px;
}
header .desc {
	font-size: 12px;
	color: #555;
	margin-left: 38px;
	position: absolute;
}
header.fill-fixed .desc {
	display: none;
}
header.fill-fixed {
	background: #fff;
}


#header-activemap {
	padding: 130px 0 130px;
	background: url(../images/bg-2.png) top center / 1920px no-repeat;
}
header img {
	width: 184px;
}
#header-activemap .title-activemap {
	font-weight: 500;
	font-size: 40px;
	color: #1a2632;
	margin-bottom: 35px;
	line-height: 1.3;
}
#header-activemap .under-activemap {
	color: #637282;
	font-size: 25px;
	font-weight: 400;
}
#header-activemap .btn-activemap {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	background: #0090ff;
    height: 60px;
    line-height: 60px;
	border-radius: 4px;
	max-width: 360px;
	margin: 40px 0 20px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 0px 20px;
}
#header-activemap .activemap-icon-text {
	font-size: 20px;
	/*color: #637282;*/
	color: #3d4751;
	font-weight: 400;
	margin-top: 30px;
	line-height: 1.4;
}
#header-activemap .options {
	width: 340px;
	text-align: left;
	white-space: nowrap;
}
.link-modal {
	font-size: 18px;
	border-bottom: 1px dashed currentColor;
}
.link-modal, .link-modal:hover, .link-modal:focus {
	text-decoration: none;
}
#header-activemap .icons-block {
	display: flex;
  justify-content: space-between;
  width: 440px;
  margin: 0;
  -webkit-transform: scale(0.76);
		-moz-transform: scale(0.76);
		-ms-transform: scale(0.76);
		-o-transform: scale(0.76);
		transform: scale(0.76);
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0;
}
#header-activemap .icons-block .some-block {
	background: url(../images/active-map-icons.png) no-repeat;
	height: 47px;
	width: 46px;
}
#header-activemap .icons-block .some-block:nth-child(2) {
	background-position-x: -46px;
}
#header-activemap .icons-block .some-block:nth-child(3) {
	background-position-x: -92px;
	width: 37px;
}
#header-activemap .icons-block .some-block:nth-child(4) {
  background-position-x: -129px;
  width: 47px;
}
#header-activemap .icons-block .some-block:nth-child(5) {
  background-position-x: -176px;
  width: 50px;
}
#service {
	padding: 300px 0 60px;
}
#service .title-service {
	margin-bottom: 50px;
}
#service .block-service:before {
	content: '';
	display: block;
	background: url(../images/service-icons.png) no-repeat;
  width: 96px;
  height: 91px;
  padding-top: 131px;
  margin-left: 94px;
}
#service .child-two:before {
	background-position-x: -96px;
}
#service .child-three:before {
	background-position-x: -186px;
}
#service .block-service span {
	font-size: 17px;
	color: #1a2632;
	font-weight: 400;
	display: block;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-left: 30px;
  background: url(../images/block-service-before.png) no-repeat left 3px;
  margin-left: 20px;
}
#free-period,
#calc-benefit {
	text-align: center;
	background: #e3e9ee;
}
#calc-benefit {
	padding: 70px 0 90px;
}
#free-period {
	padding: 70px 0 80px;
}
.title-free-period {
	font-size: 25px;
	color: #637282;
	font-weight: 400;
	margin-bottom: 35px;
}
.btn-free-period {
	font-weight: 500;
	font-size: 18px;
	color: #fff;
	width: 340px;
	height: 60px;
	background: #0090ff;
	border-radius: 4px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
#results-activemap {
	padding-top: 90px;
}
#results-activemap .title-results {
	margin-bottom: 50px;
}
#results-activemap .four-block-results {
	font-size: 18px;
	color: #1a2632;
	text-align: center;
	line-height: 1.5;
}
#results-activemap .four-block-results span {
	font-size: 60px;
	color: #1a2632;
	font-weight: 300;
	display: block;
	margin-bottom: 10px;
}
#results-activemap .table-activemap {
	width: 100%;
	background: #fff;
  box-shadow: 0 0 23px #c3c3c3;
	margin: 50px 0;
	border-radius: 4px;
}
#results-activemap .table-activemap tr td {
	vertical-align: middle;
  padding: 19px 0;
  border-bottom: 1px solid #e3e9ee;
}
#results-activemap .table-activemap tr:last-child td {
	padding-bottom: 22px;
}
#results-activemap .table-activemap tr:last-child td:last-child {
	border-bottom-right-radius: 4px;
}
#results-activemap .table-activemap tr:first-child th:last-child {
	border-top-right-radius: 4px;
}
#results-activemap tr th {
	padding: 30px 0 0;
}
#results-activemap tr td {
	font-size: 18px;
}
#results-activemap tr td:first-child,
#results-activemap tr th:first-child,
#results-activemap tr td:last-child,
#results-activemap tr th:last-child {
	width: 2%;
	border-bottom: 0;
}
#results-activemap tr td:last-child,
#results-activemap tr th:last-child {
	background: #0090ff;
}
#results-activemap tr td:nth-child(2),
#results-activemap tr th:nth-child(2) {
	width: 37%;
	color: #1f193d;
}
#results-activemap tr td:nth-child(3),
#results-activemap tr th:nth-child(3) {
	width: 30%;
	text-align: center;
	color: #637282;
}
#results-activemap tr td:nth-child(4),
#results-activemap tr th:nth-child(4) {
	width: 29%;
	text-align: center;
	background: #0090ff;
	color: #fff;
	margin-right: 25px;
	border-bottom: 1px solid #33a6ff;
}
#results-activemap tr:last-child td {
	border-bottom: 0;
}
#results-activemap .table-activemap tr th {
	font-size: 30px;
	border-bottom: 0;
	font-weight: normal;
}
#results-activemap .table-activemap tr th.blue-title {
	font-weight: 700;
}
#results-activemap .text-result {
	font-size: 25px;
	color: #637282;
	margin-bottom: 90px;
	text-align: center;
	line-height: 1.3;
}
#results-activemap .blue-title {
	color: #fff;
	font-weight: 700;
}
#work-activemap .title-work-activemap {
	margin: 90px 0 10px;
}
#work-activemap .work-column {
	padding: 0;
}
#work-activemap .work-column:before {
	content: '';
	display: block;
	background: url(../images/activemap-1.jpg) no-repeat center bottom;
	width: 300px;
	height: 280px;
	margin: 0 auto 30px;
}
#work-activemap .work-column:nth-of-type(2):before {
	background: url(../images/activemap-2.jpg) no-repeat center bottom;
}
#work-activemap .work-column:nth-of-type(3):before {
	background: url(../images/activemap-3.jpg) no-repeat center bottom;
}
#work-activemap .work-column span {
	display: block;
}
#work-activemap .work-column .title-work {
	font-size: 25px;
	color: #1a2632;
	font-weight: 500;
	margin-bottom: 20px;
}
#work-activemap .work-column span:not(.title-work) {
	font-size: 18px;
	color: #637282;
	line-height: 1.7;
	padding-left: 52px;
	margin-bottom: 15px;
}
#work-activemap .work-column .title-work:before {
	content: '';
  width: 40px;
  height: 40px;
  background: url(../images/activemap-title-1.png) no-repeat;
  display: inline-block;
  /*margin: -28px 10px 0 0px;*/
  margin: -28px 6px 0 6px;
  position: relative;
  top: 11px;
}
#work-activemap .work-column:nth-child(2) .title-work:before {
	background: url(../images/activemap-title-2.png) no-repeat;
}
#work-activemap .work-column:nth-child(3) .title-work:before {
	background: url(../images/activemap-title-3.png) no-repeat;
}
#work-activemap .btn-work {
	font-size: 18px;
	color: #0090ff;
	border: 1px solid #c3cedc;
	width: 335px;
	height: 60px;
	margin: 30px auto 100px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	text-align: center;
	line-height: 60px;
	transition: background .25s;
}
#work-activemap .btn-work:hover,
#work-activemap .btn-work:active,
#work-activemap .btn-work:focus {
	background: #0090ff;
	color: #fff;
}
#system-capabilities {
	padding-bottom: 75px;
	background: #e3e9ee;
}
#system-capabilities .title-system {
	margin: 90px 0 75px;
}
#system-capabilities .system-block {
	color: #637282;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 5px;
	
	text-align: center;
}
#system-capabilities .system-block span {
	color: #1a2632;
	font-weight: 500;
	display: block;
}
#system-capabilities .system-block:before {
	content: '';
	display: block;
	background: url(../images/system-icons.png) no-repeat;
	width: 43px;
	height: 50px;
	margin-bottom: 40px;
	margin-left: 96px;
}
#system-capabilities .system-block:nth-of-type(2):before {
	background-position-x: -43px;
	width: 46px;
	margin-left: 95px;
}
#system-capabilities .system-block:nth-of-type(3):before {
  background-position-x: -89px;
  width: 54px;
  height: 54px;
  margin-left: 85px;
}
#system-capabilities .system-block:nth-of-type(4):before {
  background-position-x: -143px;
  width: 52px;
  height: 50px;
  margin-left: 84px;
}
#list-system {
	padding: 75px 0 100px;
	background: url(../images/vectorial-map.png) no-repeat center;
	background-size: cover;
}
#list-system ul {
	padding-left: 0;
	list-style-type: none;
}
#list-system li {
	background: url(../images/list-system.png) no-repeat 0 6px;
	padding-left: 55px;
	font-size: 18px;
	color: #637282;
	line-height: 1.4;
	margin-bottom: 20px;
}
#list-system li span {
	color: #1a2632;
	display: block;
	font-weight: 500;
}
#list-system .carousel-inner {
	width: 80%;
	margin: 75px auto 0;
	box-shadow: 0 0 23px #c3c3c3;
	border-radius: 4px;
	max-height: 440px;
}
@media (min-width: 960px) {
	#list-system .carousel-inner .item {
		height: 440px;
	}
}
#list-system .carousel-control.left {
	background: url(../images/arrows-slider.png) no-repeat;
	width: 36px;
	height: 70px;
  top: 50%;
  transform: translateY(-50%);
}
#list-system .carousel-control.right {
	background: url(../images/arrows-slider.png) no-repeat;
	width: 37px;
	height: 70px;
	background-position-x:-36px;
  top: 50%;
  transform: translateY(-50%);
}
#price-service {
	background: #ffc961;
	padding-bottom: 325px;
	position: relative;
}
#price-service:after {
	content: '';
	display: block;
	background: url(../images/map.png) no-repeat center;
	width: 914px;
	height: 544px;
	position: absolute;
	bottom: -285px;
  left: 50%;
  transform: translateX(-50%);
}
#price-service .title-price-service {
	padding: 90px 0 50px;
}
#price-service .price-column {
	background: #fff;
	padding-bottom: 1px;
	border-radius: 4px;
	box-shadow: 0 0 23px #c3c3c3;
	min-height: 740px;
	position: relative;
}
#price-service .price-column .title-price-column {
	color: #1a2632;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	background: #f5f6f8;
	padding: 35px 0;
}
#price-service .price-column .title-price-column span {
	font-weight: 300;
}
#price-service .price-column .options-tariff span {
	display: block;
	font-size: 18px;
	color: #637282;
	border-bottom: 1px solid #e3e9ee;
	text-align: center;
	padding: 22px 0;
	line-height: 1.5;
	margin: 0 15px;
}
#price-service .price-column .options-tariff.collapse span:last-child {
	border-bottom: none;
}
#price-service .price-column .price-rate {
	font-size: 18px;
	color: #0090ff;
	text-align: center;
	line-height: 1.5;
	padding: 10px 0;
}
#price-service .price-column .price-rate span {
	font-size: 35px;
	color: #0090ff;
	font-weight: 700;
}
#price-service .price-column .try-free-btn {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: #0090ff;
	width: 83%;
	height: 60px;
	max-width: 280px;
	line-height: 60px;
	border-radius: 4px;
	cursor: pointer;
	margin: 10px auto;
}
#price-service .options {
	text-align: center;
	margin: 20px 0;
}
#price-service .another-chance {
  color: #0090ff;
  font-size: 18px;
  border-bottom: 1px dotted;
  text-decoration: none;
}
#price-service .another-chance:hover {
	text-decoration: none;
}

.popover-content ul {
	padding-left: 30px;
}

/*
#price-service .another-chance {
  color: #0090ff;
  font-size: 18px;
  display: block;
  width: 180px;
  padding-bottom: 2px;
  margin: 0 auto 40px;
  text-align: center;
  border-bottom: 1px dashed;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
#price-service .another-chance:hover {
	border-bottom: 0;
}
*/
#clients {
	padding-bottom: 45px;
}
#clients .title-clients {
	margin: 90px 0 40px;
}
#clients .clients-list {
  text-align: center;
}
#clients .some-client {
	text-align: center;
	margin-bottom: 45px;
	display: inline-block;
	width: 19%;
  vertical-align: top;
}
#clients .big .some-client {
	width: 24.5%;
}
#clients .img-container {
  height: 102px;
  display: flex;
}
#clients .img-container img {
	margin: auto;
}
#clients .img-container .minify {
	height: 105px;
}
#clients .clients-list span {
	display: block;
	font-size: 18px;
	color: #637282;
	margin-top: 15px;
}
#letters {
	background: #f5f6f8;
	padding: 90px 0 95px;
}
#letters .title-letters {
	margin-bottom: 50px;
}
#letters img {
	box-shadow: 0 0 23px #c3c3c3;
	border-radius: 4px;
	max-height: 385px;
}
#letters .btn-letters {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	width: 350px;
	height: 60px;
	border-radius: 4px;
	background: #0090ff;
	line-height: 60px;
	margin: 55px auto 0;
	text-align: center;
	cursor: pointer;
}
#apps {
	padding: 90px 0;
}
#apps .title-apps {
	line-height: 1.5;
	margin-bottom: 35px;
}
#apps .subtitle-apps {
	font-size: 25px;
	color: #637282;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 40px;
}
#apps .apps-columns {
	color: #637282;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	cursor: pointer;
}
#apps .apps-columns .col-md-3 {
	padding-right: 0;
}
#apps .apps-columns span {
	color: #1a2632;
	font-weight: 500;
	display: block;
	font-size: 30px;
	text-align: center;
	margin: 30px 0 20px;
}
#sertificates {
	background: #e3e9ee;
	padding: 90px 0 100px;
}
#sertificates .row div {
	text-align: center;
}
#sertificates .title-sertificates {
	margin-bottom: 50px;
}
#sertificates img {
	box-shadow: 0 0 23px #c3c3c3;
	border-radius: 4px;
	max-height: 385px;
}
#form {
	background: #1a2632;
	padding: 90px 0;
}
#form .title-form {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
}
#form .subtitle-form {
  color: #bbbec2;
  font-size: 25px;
  background: url(../images/demo-form.png) no-repeat;
  padding: 5px 0 14px 110px;
  margin: 0 auto 50px;
  width: 458px;
  line-height: 1.4;
}
#form form {
	background: #fff;
	border-radius: 4px;
	padding: 30px 25px;
}
#form .left-column {
	width: 270px;
	float: left;
	margin-right: 20px;
}
#form .left-column input {
	background: #f5f6f8;
	font-size: 20px;
	color: #637282;
	border: 0;
	width: 100%;
	height: 60px;
	border-radius: 4px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#form .right-column {
	width: 413px;
	float: left;
	margin-bottom: 10px;
}
#form .left-column:after,
#form .right-column:after {
	content: '';
	display: block;
	clear: both;
}
#form .right-column textarea {
	width: 100%;
	background: #f5f6f8;
	font-size: 20px;
	color: #637282;
	border: 0;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
	/*height: 140px;*/
	height: 220px;
}
#form .left-column input::-webkit-input-placeholder {
	color:#637282;
}
#form .left-column input::-moz-placeholder {
	color:#637282;
	}
#form .left-column input:-moz-placeholder {
	color:#637282;
	}
#form .left-column input:-ms-input-placeholder {
	color:#637282;
}
#form .right-column textarea::-webkit-input-placeholder {
	color:#637282;
}
#form .right-column textarea::-moz-placeholder {
	color:#637282;
	}
#form .right-column textarea:-moz-placeholder {
	color:#637282;
	}
#form .right-column textarea:-ms-input-placeholder {
	color:#637282;
}

#form input[type=submit] {
	background: #0090ff;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin: 0 auto 10px;
	border: 0;
	border-radius: 4px;
	display: block;
	outline: 0;
	max-width: 280px;
	width: 100%;
}
#form .telephone-form {
	font-weight: 900;
	font-size: 50px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 60px 0 20px;
}
#form .telephone-form:hover,
#form .telephone-form:focus,
#form .telephone-form:active {
	text-decoration: none;
}
#form .mail-form {
	color: #a5aaaf;
	font-size: 25px;
	margin: 0 auto;
	display: block;
	width: 240px;
}
#form .mail-form:hover,
#form .mail-form:focus,
#form .mail-form:active {
	text-decoration: none;
}
#reviews {
	padding: 90px 0;
	background: url(../images/vectorial-map.png) no-repeat;
	background-size: cover;
}
#reviews .title-reviews {
	margin-bottom: 50px;
}
#reviews .some-review {
	padding: 25px;
	background: #fff;
	box-shadow: 0 0 10px #9e7e7e;
	border-radius: 4px;
	margin-bottom: 20px;
}
#reviews .some-review:after {
	content: '';
	display: block;
	clear: both;
}
#reviews .left-column {
	float: left;
	margin-right: 25px;
}
#reviews .right-column {
	width: 670px;
	float: left;
}
#reviews .text,
#reviews .boss {
	font-size: 18px;
	color: #637282;
	line-height: 1.5;
}
#reviews .organization {
	font-size: 21px;
	color: #1a2632;
	font-weight: 900;
	margin: 10px 0;
}
#reviews .btn-free-period {
	margin-top: 30px;
}
footer a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}
footer .sitename {
	font-size: 25px;
	color: #1f193d;
	font-weight: 500;
	margin: 40px 0 20px;
}
footer .address-site {
	font-size: 18px;
	color: #637282;
	margin-bottom: 10px;
}
footer .privacy {
	font-size: 15px;
	color: #0090ff;
	margin: 20px 0 45px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
footer .telephone-footer {
	font-size: 25px;
	color: #1f193d;
	font-weight: 500;
  margin: 40px 0 14px;
  display: block;
}
footer .telephone-footer:hover,
footer .telephone-footer:active,
footer .telephone-footer:focus {
	border: none;
	text-decoration: none;
}
footer .tel-info {
	font-size: 18px;
  line-height: 28px;
	color: #637282;
}
footer .site-creator {
	color: #637282;
	font-size: 15px;
	margin-top: 26px;
}
footer .site-creator a {
	color: #0090ff;
}
footer .col-xs-12:nth-of-type(2) {
	padding-right: 0;
}
footer .right-column {
	text-align: right;
}
.btn-hover {
	transition: background .25s;
}
.btn-hover:hover {
	background: #0686e8 !important;
}
.btn-hover:focus,
.btn-hover:active {
	background: #1f9eff !important;
}


#list-system .carousel-inner {
	box-shadow: none;
}
.carousel-inner > .item {
	text-align: center;
}
.carousel-inner > .item > img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 90%;
	box-shadow: 0 0 23px #c3c3c3;
	margin: 4% 0;
}

