html, main, body {
  height: 100%;
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}

.container {
  width: 1440px;
  margin: 0 auto;
}
.container .content {
  height: 500px;
}

main {
	background: #EBEBEB;
	width: 100%;
	margin: 0px;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.65;
	/*font-family: raleway-example, sans-serif*/
	overflow-x: hidden;
	opacity: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  o-background-size: cover;
  margin: auto;
}

.uk-table thead th {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  border: none;
}

.uk-tooltip{
  background: #444;
  color: rgb(255, 255, 255);
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Иконка NEW */
.icon-new::after {
  width: 20px;
  height: 40px;
  position: absolute;
  top: -3px;
  z-index: 11;
  right: 16px;
  content: url(/images/flag.png);
}
/* -- */

.text-center {
	text-align: center;
}

.search_section h2,
.news h2,
.price h2,
.content h2,
.about_project h2 {
	color: #3e3e3e;
	display: inline-block;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.1;
}

/*section header*/
header {
	background-color: #3c3c3c !important;
}

header p {
	font-size: 40px;
}
article.left-block,nav.right_block, .logo-wrap, .name, li.selection_clients, li.selection_clients_active, li.monitoring, li.username, li.exit, li.enter{
  display: inline-block;
  margin: -7px auto -9px auto;
}

#name {
  font-weight: 400;
}

article.left-block {
	padding-left: 223px;
	padding-top: 5px;
	padding-bottom: 7px;
}

article.left-block img {
	width: 36px;
	height: 34px;
	margin-bottom: -10px;
}

a.logo {
	text-decoration: none;
}

article.left-block p {
	padding-left: 15px;
	font-size: 18px;
	color: #fefefe;
}


nav.right_block .selection_clients:hover {
  background-color: #797878;
}

nav.right_block {
	float: right;
	margin: -9px 219px 0 0;
	/*display: none;*/
}

nav.right_block li, nav.right_block_insite li {
  list-style: none;
}


nav.right_block a {
	text-decoration: none;
	color: #e0e0e0;
}

nav.right_block p {
	color: #e0e0e0;
	text-transform: uppercase;
	font-size: 14px;
}

nav.right_block .enter  {
	background-color: #fdc90c;
	margin-left: -5px;
	cursor: pointer;
}

nav.right_block .enter p {
	color: #484747;
	padding: 14px 17px 8px 17px;
	margin: 0;
}

nav.right_block .enter a, nav.right_block .selection_clients a,  nav.right_block .selection_clients_active a {
	text-decoration: none;
}

nav.right_block .enter:hover {
	background-color: #6dbdad;
}

nav.right_block .selection_clients p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	color: #e0e0e0;
	cursor: pointer;
  margin: 0;
  padding: 14px 12px 8px 12px;
  /*display: none;*/
}

nav.right_block .selection_clients {
 /* display: none; */
}

/* section selection_clients_active */
nav.right_block .selection_clients_active p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin: 0;
  padding: 14px 12px 9px 12px;
  background-color: red;
  background-color: #fefefe;
  color: #3c3c3c;
}

li#selection_clients_active {
  display: none;
}

/*
nav.right_block .selection_clients_active p::after {
  content: '';
  position: absolute;
  width: 95px;
  height: 2px;
  background-color: #ffbf00;
  margin-top: 14px;
  margin-left: -98px;
}
*/

nav.right_block_insite {
	float: right;
	/*margin: -9px 241px 0 0;*/
  margin: -9px 221px 0 0;
	display: none;
}

nav.right_block_insite .selection_clients p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e0e0e0;
  cursor: pointer;
  margin: 0;
  padding: 14px 23px 8px 23px
}

nav.right_block_insite .selection_clients:hover {
  background-color: #797878;
}

nav.right_block .selection_clients_active :active { 
  background-color: #fefefe;
  color: #3c3c3c;
}

nav.right_block_insite a {
	text-decoration: none;
	color: #e0e0e0;
}


nav.right_block_insite p {
	color: #e0e0e0;
	text-transform: uppercase;
	font-size: 14px;
}

nav.right_block_insite .monitoring {
	/*padding-left: 37px;*/
}

nav.right_block_insite .monitoring p {
	color: #fefefe;
  padding: 14px 30px 8px 23px;
  margin: 0;
}

nav.right_block_insite .monitoring p:hover {
  background-color: #797878;
}

nav.right_block_insite .monitoring::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #3b7ec9;
	vertical-align: top ;
	border-radius: 50%;
	margin-top: -30px;
	margin-left: 130px;
}

nav.right_block_insite .username  {
	background-color: #fdc90c;
	margin-left: -4px;
}

nav.right_block_insite .username  p {
	color: #484747;
	padding: 14px 17px 8px 17px;
	margin: 0;
}

nav.right_block_insite .exit  {
	color: #ffffff;
	margin-left: -4px;
}

nav.right_block_insite .exit p {
  margin: 0;
  padding: 14px 21px 8px 23px;
}

nav.right_block_insite .exit p:hover{
  background-color: #797878;
}

/* search_section*/
.search_section .line_first .rectangle {
  width: 220px;
  height: 65px;
  background-color: #517aa5;
  display: inline-block;
  margin-top: 40px;
}

.search_section .line_first	h1 {
	color: #3c3c3c;
	display: inline-block;
  /* padding-left: 54px; */
  margin-bottom: 0 !important;
	text-transform: uppercase;
  font-size: 90px !important;
  height: auto !important;
  overflow: visible !important;
	font-weight: 900;
	font-family: Arial !important;
}

.search_section .line_first p {
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  color: #3b7ec9;
  font-weight: bold;
}

article.line_first {
  padding-left: 273px;
  padding-top: 15px;
}

.line_first img {
	position: absolute;
	right: -61px;
	top: 87px;
	width: 750px;
  height: 759px;
 }

.search_string input {
	/* margin-left: 273px; */
 	border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 0 3px 1px #dadada;
  box-shadow: inset 0 0 3px 1px #dadada;
  /* background: url(../img/magnifier.png) 97% 51%; */
  background-color: #fff;
  background-repeat: no-repeat;
  display: inline-block;
  /* margin-bottom: -27px; */
}


.search_string input:hover {
	box-shadow: none;
}

.search_string input[type=text] {
  padding: 24px 0 18px 21px;
  font-size: 19px;
  color: #3e3e3e;
  border-radius: 11px;
  display: inherit;
  /* margin-top: -92px; */
}


.search_string input[type=text]::-webkit-input-placeholder {
	/* color: #514b3b; */
	opacity:1;
}

.search_string input[type=text]::-moz-placeholder {
	/* color: #514b3b; */
	opacity:1;
}

.search_string input[type=text]:-moz-placeholder {
	/* color: #514b3b; */
	opacity:1;
}

.search_string input[type=text]:-ms-input-placeholder {
	/* color: #514b3b; */
	opacity:1;
}

.search_string input[type=text]:focus {
	outline: none;
}

label input[type="checkbox"] {
	background-color: #ffffff;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 0;
}

label {
	display: inline-block;
	margin-left: 5px;
}

label p {
	display: inline-block;
    color: #3e3e3e;
    font-weight: bold;
	padding-left: 3px;
	font-size: 14px;
	display: inline-block;
}

label input[type="checkbox"]:focus {
	outline: none;
}

.search_section {
  padding-top: 100px;
  position: relative;
  background: url(/assets/css/img/top-bg.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

.search_section .img {
  background: url(/assets/css/img/eye.png) no-repeat 780px -50px;
  background-size: auto;
  width: 100%;
  height: 100%;
}
.search_section button {
	cursor: pointer;
	background-color: #fdc90c;
	font-size: 16px;
	text-transform: uppercase;
	padding: 22px 19px 19px 21px;
	border-radius: 11px;
	color: #3e3e3e;
	margin-top: -2px;
  border: 2px #fdc90c;
  margin-bottom: 30px;
}

.search_section button:active {
  background-color: #deb317;
}

.search_section button:focus {
	outline: none;
}

.search_section button:active {
	outline: none;
}

.search_section .white_line {
  width: 62px;
  height: 5px;
  background-color: #ffffff;
}

.search_section p#text {
	font-size: 18px;
	color: #2a2a2b;
	line-height: 1.2;
	padding-top: 14px;
}

.search_section .partners {
	text-align: center;
	display: inherit;
  padding-top: 125px;
  padding-bottom: 100px;
}

.search_section .partners img {
	padding-left: 17px;
}

.chrome {
  background-color: white;
  z-index: 10;
  opacity: 0.8;
  border-radius: 11px;
  font-size: 12px;
  position: absolute;
  top: 5px;
  left: 112px;
  line-height: 1.1;
  margin-top: 7px;
  width: 345px;
  display: none;
}

.chrome p {
 	padding: 13px 0px 13px 10px;
 	color: #5c639a;
 	margin: 0;
	display: inline-block;
	opacity: 1;
}


.chrome p span {
  color: #383838;
  cursor: pointer;
}

.chrome::before {
	content: '';
	position: absolute;
	left: 10px;
	top: -20px;
	border: 12px solid transparent;
	border-bottom: 11px solid white;
}

.chrome .icon-close {
  top: 10px;
  position: absolute;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.chrome p span::after {
	content: '';
	position: absolute;
	width: 95px;
	height: 2px;
	background-color: #ffbf00;
	margin-top: 14px;
	margin-left: -98px;
}

#search-request-main {
  padding-right: 110px;
}

.to_top a {
  border: 0;
}

.to_top {
  display: none;
  bottom: 50px;
  position: fixed;
  right: 50px;
  border: 0;
}

.to_top img {
  border: 0;
  width: 56px;
  height: 42px;
  transition: all ease .5s;
}

.to_top img:hover {
  filter: hue-rotate(180deg);
}

/*section about the project*/
.about_project {
  margin-top: 140px;
  background: url(/assets/css/img/window.png) 1070px -40px no-repeat;
}

.about_project p {
  font-size: 18px;
  line-height: 1.2;
  color: #3e3e3e;
  margin-left: 273px;
  margin-top: -3px;
}

.about_project p span {
}

.about_project .rectangle {
	width: 220px;
	height: 43px;
	background-color: #7cb7eb;
	display: inline-block;
	margin-right: 50px;	
}

.line_second img {
	padding-right: 69px;
	margin-top: -430px;
	float: right;
}

.about_project p {
  font-size: 18px;
  line-height: 1.2;
  color: #3e3e3e;
  margin-left: 273px;
  margin-top: -3px;
}

span#russia {
}

.about_project .characteristic_database {
	display: inline-block;
  /* padding-left: 273px;*/
  width: 100%;
  text-align: center;
	padding-top: 18px;
}

.about_project .characteristic_database p {
	display: inline-block;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: -36px;
	vertical-align: text-top;
  line-height: 1.0;
  display: inline-block;
  text-align: center;
}

.about_project .characteristic_database p span {
	font-size: 60px;
	font-weight: normal;	
}

.about_project .characteristic_database span {
	margin-top: 100px;
}

.about_project .characteristic_database p#second {
	padding-left: 103px;
}

.about_project .characteristic_database p#thrid {
	padding-left: 100px;
}

.about_project .characteristic_database p#thrid {
	padding-left: 120px;
}

.about_project .characteristic_database p#forth {
	padding-left: 106px;
}

article.factors {
  margin-top: 160px;
  display: inline-block;
  text-align: center;
  width: 100%;
}

article.factors figure {
	padding: 10px;
  width: 205px;
  display: inline-block;
  margin: 0 30px;
  text-align: center;
  display: inline-block;
}

figcaption {
  line-height: 1.2;
  font-size: 16px;
  color: #3e3e3e;
  margin-top: 16px;
}


/*section information*/
article.line_thrid {
  float: right;
}

article.line_thrid h2 {
  margin-right: 49px;
  margin-top: -10px;
  margin-bottom: 37px;
}

article.line_thrid p {
  text-align: right;
  position: relative;
  right: 267px;
  color: #3e3e3e;
  line-height: 1.2;
 font-size: 18px;
}

article.line_thrid p.second {
  font-weight: 700;
  padding-top: 48px;
  font-weight: normal;
  padding-top: 22px;
}

article.line_thrid .rectangle {
	width: 221px;
	height: 114px;
	background-color: #b1cdf6;
	float: right
}

.content img {
  padding-left: -89px;
  position: absolute;
  margin-top: -100px;
  margin-left: -5px;
}

div.content {
  margin-top: 175px;
  margin-bottom: 50px;
}

section.price {
  margin-top: 71px;
  display: inline-block;
 }

div.price .rectangle {
  width: 218px;
  height: 43px;
  background-color: #88a3d6;
  display: inline-block;
  margin-right: 48px;
}

article.tarifs {
  text-align: center;
  margin-top: 12px;
  color: black;
}


.tarif_tile {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 370px;
  height: 500px;
  margin: 0px 15px;
  padding: 20px;
  background-color: #fefefe;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: inset -40px 35px 100px 1px #ece2f9, 0 0 65px 21px #c1cfcf;
  box-shadow:inset -40px 35px 100px 1px #ece2f9, 0 0 65px 21px #c1cfcf;
}

.tarif_tile > .tarif_price{
  font-size: 32px;
  margin-top: 15px;
  line-height: 36px;
}

.tarif_tile > .tarif_title{
  font-size: 20px;
  font-weight: 600;
}

.tarif_tile > .text{
  font-size: 18px;
  margin-top: 0;
}

.tarif_tile .note-text{
  font-size: 16px;
  margin: 0;
}

.tarif_tile > .bottom {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.tarif_tile .red{
    color: #cd0d00;
    font-weight: 600;
}

.tarif_tile button{
  margin: 15px auto;
  background-color: #fdc90c;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  width: 250px;
  line-height: 40px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  color: #3e3e3e;
  cursor: pointer;
  border: none;
  padding: 0;
}

.tarif_tile button:hover{
  background-color: #f5b80e;
}

/*section news*/
div.news {
  padding-left: 272px;
  font-weight: normal;
  color: #3e3e3e;
}

div.news h2::after {
	content:'';
	width: 20px;
  height: 20px;
  background-color: #88a3d6;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 28px;
  margin-left: 4px;
  border-radius: 50%;
}

.news {
  color: #3e3e3e;
}

.news p {
  font-weight: 400;
}

.news__block_full {
  padding-left: 38px;
  padding-right: 138px;
}

.column_news .column {
  vertical-align: top;
  margin-top: 20px;
  width: 45%;
}

.news {
  line-height: 1.3;
  vertical-align: top;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  width: 1160px;
}

.news .column a {
  text-decoration: none;
  border: 0;
}

.column_news .column span {
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid #ffbf00;
}

.column_news .column span:active {
	text-decoration-color: #77b8d9
}

footer .fourth_column a {
  border: 0;
}
.column_news .column {
  line-height: 1.3;
  display: inline-block;
  text-align: left;
  margin-left: 38px;
  font-size: 18px;
}

footer .first_column {
  padding-left: 0;
}

footer .container {
  width: 1200px;
  text-align: center;
}

footer .container ul {
  text-align: left;
  margin: 0 35px;
}

/*section footer*/
footer {
	background-color: #3e3e3e !important;
  color: #d8d8d8;
}

ul.first_column, ul.second_column, ul.thrid_column, ul.fourth_column {
	display: inline-block;
	list-style: none;
	margin: 0;
}

.first_column p, .second_column p, .thrid_column p, .fourth_column p { 
	margin: 0;
	line-height: 1.0;
}

.first_column {
  padding-left: 274px;
  font-size: 12px;
}

.first_column a {
  text-decoration: none;
  color: #d8d8d8;
}

.first_column p {
  padding-top: 11px;
}

.second_column {
  padding-left: 69px;
  font-size: 12px;
}

.second_column a {
  text-decoration: none;
  color: #d8d8d8;
  line-height: 1;
}

.second_column p.license {
}

.second_column p#other_product {
  padding-top: 13px;
  line-height: 1.5;
}

.second_column p.other_project {
  font-weight: 400;
  color: #eaeaea;
  line-height: 1.2;
  text-transform: uppercase;
}

.thrid_column {
  padding-left: 81px;
  font-size: 14px;
}

.thrid_column p {
  line-height: 1.1;
}

.thrid_column span {
  color: #eaeaea;
  font-weight: 900;
  font-size: 26px;
}

footer .thrid_column p#adress {
  padding-top: 16px;
  font-size: 12px;
}

.fourth_column {
  padding-left: 67px;
}

.fourth_column a.youtube {
  padding-left: 16px;
}

.fourth_column img {
  width: 37px;
  height: 37px;
}

.fourth_column img {
  width: 37px;
  height: 37px;
  margin-left: 12px;
}

.fourth_column li {
	display: inline-block;
}

footer ul {
  padding-bottom: 40px;
  padding-top: 24px;
}

/*modal closure*/
.close{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 45px;
  height: 55px;
  cursor: pointer; 
}
.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 21px;
  left: 10px;
  width: 16px;
  height: 5px;
  background: #222222;
}

.close:before {
  webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

button#submit {
  background-color: #009dd8;
  color: #fff;
  background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
  background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
  /* border-color: rgba(0,0,0,.2); */
  /* border-bottom-color: rgba(0,0,0,.4); */
  /* text-shadow: 0 -1px 0 rgba(0,0,0,.2); */
  border-radius: 7px;
  padding: 10px;
  cursor: pointer;
  min-height: 40px;
  padding: 0 15px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 5px;
  background-color: #009dd8;
  color: #fff;
  background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
  background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
  border-color: rgba(0,0,0,.2);
  border-bottom-color: rgba(0,0,0,.4);
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  border-width: 1px;
}

button#submit:active{
  background-color: #008abf;
  color: #fff;
  background-image: none;
  border-color: rgba(0,0,0,.2);
  border-top-color: rgba(0,0,0,.4);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.2);
}

button#submit:hover{
  background-color: #00aff2;
  color: #fff;
  background-image: none;
}

/*SIGNIN*/

input:active, input:focus {
  outline: none;
}


.search_string label {
  margin-top: 10px;
  display: inline-block;
}

.about_project .line_second {
  height: 450px;
}

.about_project .line_second h2,
.price .line_fourth h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 50px;
  padding-left: 273px;
  line-height: normal !important;
}

.price {
  position: relative;
}

.ymaps-2-1-64-zoom__minus .ymaps-2-1-64-zoom__icon,
.ymaps-2-1-64-zoom__plus .ymaps-2-1-64-zoom__icon {
  height: 100%;
  width: 100%;
}

.price .img {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 850px;
}

.price .container {
  position: relative;
}

.news {
  margin-bottom: 100px;
}
.news h2 {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 50px;
}

.content .line_thrid h2 {
  font-size: 50px;
  margin-bottom: 20px;
  padding-right: 273px;
  margin-right: 0;
  margin-left: auto;
  line-height: normal !important;
}

input#modal-signin-password {
  margin-bottom: 15px;
}

.modal-background {
  display: none; 
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0,0,0,0.7);
}

.popup_empty {
  position: absolute;
  z-index: 10000;
  text-align: center;
  /* background-position-x: center; */
  margin: 0 auto;
  padding: 2px;
  background-color: red;
  /* margin-left: 50px; */
  text-align: center;
  margin: 0 40% 0 40%;
  width: 20%;
  display: none;
}