@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700&subset=cyrillic-ext');

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Medium.eot');
	src: local('HelveticaNeueCyr-Medium'),
		url('fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Black.eot');
	src: local('HelveticaNeueCyr-Black'),
		url('fonts/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-Black.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-UltraLight.eot');
	src: local('HelveticaNeueCyr-UltraLight'),
		url('fonts/HelveticaNeueCyr-UltraLight.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-UltraLight.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Bold.eot');
	src: local('HelveticaNeueCyr-Bold'),
		url('fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Light.eot');
	src: local('HelveticaNeueCyr-Light'),
		url('fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-Light.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('fonts/HelveticaNeueCyr-Thin.eot');
	src: local('HelveticaNeueCyr-Thin'),
		url('fonts/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
		url('fonts/HelveticaNeueCyr-Thin.woff') format('woff'),
		url('fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

html,
body {
  height: 100%; 
 /* width: 100%;*/
  font-size: 13px;
	/*overflow-x: hidden;	*/
}
body {
  font-family: 'HelveticaNeueCyr', sans-serif;
  /*font-family: 'PT Serif', serif;*/
  -webkit-font-smoothing: antialiased;
	/*-webkit-overflow-scrolling: touch;*/
}

h1, h2, h3, ul, ol, .title {
  margin:0;
  padding: 0;
  color: #282828;

}
h1{
	font-weight: bold;
  font-size: 2.4rem;
}
h2{
	font-weight: bold;
}
a{
	color:inherit;
}
a:hover,
a:focus{
	text-decoration: none;
	outline:none;
}
a:hover{
	color: #007ec6;
}
p{
	font-family: 'PT Serif', serif;
	font-size: 1.2rem;
	line-height: 1.55;
}
.main-content ol{
padding: 0 0 0 40px;
}

.inner-page ul, .inner-page ol {
	margin-left: 40px;
}


.inner-page li {
	font-family: 'PT Serif', serif;
	font-size: 1.2rem;
	line-height: 1.55;
    color: #565656;
	padding: 0 0 10px 15px;
}

.inner-page h2 {
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

button:active,
button:focus,
input:active,
input:focus{
	outline:none;
}
.container .container{
	padding-left: 15px;
	padding-right: 15px;
}
.form-control:focus{
	outline:none;
	box-shadow: none;
}

.back-gray{
	background-color:#8e8e8e;
}
.back-gray:active{
	background-color:#575757;
}
.back-blue{
	background-color:#007ec6;
}
.back-blue:active{
	background-color:#0077bb;
}
.back-white{
	background: #fff;
	color:#282828 !important;
}
.back-white:active{
	background: #d7d7d7;
}
.back-red{
	background:#de0000;
}
.back-red:active{
	background:#c30000;
}

textarea::-webkit-input-placeholder{
	color: #5c5c5c !important;
	font-family: 'PT Serif', serif;	
}
textarea::-moz-placeholder{
	color: #5c5c5c !important;
	font-family: 'PT Serif', serif;	
}
textarea:-moz-placeholder{
	color: #5c5c5c !important;
	font-family: 'PT Serif', serif;	
}
input::-webkit-input-placeholder{
	color: #5c5c5c !important;
	font-family: 'PT Serif', serif;	
}
input::-moz-placeholder{
	color: #5c5c5c !important;
	font-family: 'PT Serif', serif;	
}
input:-moz-placeholder{
	color: #5c5c5c !important;
	font-family: 'PT Serif', serif;	
}
input.color-white::-webkit-input-placeholder{
	color: #fff !important;
	font-weight: 300 !important;
	letter-spacing: 1.3px;
  font-size: 1rem;
}
input.color-white:-moz-placeholder{
	color: #fff !important;
	font-weight: 300 !important;
	letter-spacing: 1.3px;
  font-size: 1rem;
}
p, 
.link, 
.link-inner{
	/*color: #5c5c5c;*/
	color: #565656;
}

.link-inner{
	text-transform: uppercase;
  border-bottom: 1px dashed;
  letter-spacing: 0.2pt;
}
.link-inner.solid{
	border-bottom: 1px solid;
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.stars-mask{
	width: 0;
	height: 0;
	position: absolute;
	pointer-events: none;
}
.fa, .fas{
	font-family: "Font Awesome 5 Free";
}
ul{
	font-size: 1.2rem;
  font-family: 'HelveticaNeueCyr', sans-serif;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1530px;
  }
}

/*
city list 212121
link.dotted.city 617d8c
main nav, auth link, p, link.dotted in p 5c5c5c
(blue)date 007ec6*/