html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* End */


/* Start:/bitrix../templates/licrida/css/popup.css?1455699183820*/
.form-zvonok {
	text-align:center;
	padding-top:100px;
}
.form-line {
	margin-bottom:10px;
}
.form-line input[type="text"] {
	border:0;
	background:rgba(132,132,132,.32);
	padding:2px 10px;
	text-transform:uppercase;
	color:#fff;
	font-weight:300;
	width:90%;
	font-size:24px;
}
.form-line :-moz-placeholder {
	color:#636363;
}
.form-line :placeholder {
	color:#636363;
}
.form-line ::-webkit-input-placeholder {
	color:#636363;
}
.form-line ::-moz-placeholder {
	color:#636363;
}
.form-line :-ms-input-placeholder {
	color:#636363;
}
.form-zvonok button {
	border:0;
	background:rgba(0,0,0,0);
	color:red;
	font-size:24px;
	font-weight:300;
	width:300px;
	text-transform:uppercase;
}
.form-line:last-child {
	margin-bottom:28px;
}
.popup-form-container {
	z-index:10;
}
/* End */


/* Start:/bitrix../templates/licrida/components/bitrix/menu/left/style.css?14623481822215*/
@charset "utf-8";
.menu {
	position: fixed;
	top: 0;
	left: -400px;
	bottom: 0;
	line-height: 100vh;
	width: 400px;
	z-index:100;
}

.menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(51,51,51,.15);
	transform-origin: 100% 0;
}

.menu-items {
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	line-height: 1;
	padding-top:120px;
}

.menu-items a:link,
.menu-items a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:300;
}
.menu-items a:hover,
.menu-items a.selected {
	color:red;
}

.menu-item {
	display: block;
	color: #fff;
	font-size: 28px;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-right: 40px;
	text-align: right;
}

.menu-icon-wrapper {
	position: fixed;
	top:0;
	left:0;
	display: inline-block;
    width: 34px;
    height: 34px;
	margin: 2em;
	pointer-events: none;
	transition: 0.1s;
	z-index:1000;
}
@media only screen and (max-width: 500px) {
   .menu-icon-wrapper {
		top:-26px;
		left:-22px;
   }
}

.menu-icon-wrapper.scaled {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.menu-icon-wrapper svg {
	position: absolute;
	top: -33px;
	left: -33px;
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.menu-icon-wrapper svg path {
	stroke: #fff;
	stroke-width: 60px;
	stroke-linecap: round;
    stroke-linejoin: round;
	fill: transparent;
}

.menu-icon-wrapper .menu-icon-trigger {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	pointer-events: auto;
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	text-indent:40px;
}
.menu-icon-wrapper .menu-icon-trigger:after {
	content: 'Меню';
	color:#fff;
	font-size:16px;
	font-weight:600;
}
@media only screen and (max-width: 500px) {
	.menu-icon-wrapper .menu-icon-trigger:after {
		position:absolute;
		top:-7px;
		left:0;

	}
}
.menu-icon-wrapper .menu-icon-trigger:hover,
.menu-icon-wrapper .menu-icon-trigger:focus {
	outline: none;
}
/* End */


/* Start:/bitrix../templates/licrida/styles.css?145569278718*/
.text_container {}
/* End */


/* Start:/bitrix../templates/licrida/template_styles.css?14571628852110*/
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover,
a:focus {
	outline: none;
}

html {
	background:#000;
	background-repeat:no-repeat;
	background-position:center center;
	min-height:100%;
	min-width:400px;
}
#logo img { width:320px; }

body {
	font-family:"Open Sans";
	min-width:400px;
	height: 100vh;
}
.page_container {
	max-width:1024px;
	width:77%;
	margin:0 auto;
	position:relative;
}

/*#content-container {
	min-height:818px;
}
#data-container {
	padding-top:232px;
	min-height:488px;
}*/

h2 {
	color:red;
	font-size:24px;
	font-weight:300;
	text-transform:uppercase;
	margin:0 0 28px 0;
}



#html {
	position:relative;
}
#header {
	text-align:right;
}
.text_container {
	background:rgba(0,0,0,.5);
	color:#fff;
	padding:20px;
	margin-bottom:20px;
}
.text_container h1,
.text_container h2,
.text_container h3 {
	font-weight:300;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding:0;
}
#footer_callback {
	text-align:center;
	padding:20px 0;
}

.clearfix {
	clear:both;
}

#one-click-modile {
	display:none;
	position:absolute;
	top:0;
	right:2%;
}
	#one-click-modile img {
		width:38px;
		vertical-align:middle;
		line-height:49px;
	}
@media only screen and (min-width: 1025px) {
    html {
        background-image: url();
    }
}
@media only screen and (max-width: 1024px) {
    html {
        background-image: url();
    }
}
@media only screen and (max-width: 700px) {
    html {
        background-image: url();
    }
	#logo img { width:270px; }

/*	@viewport { width: device-width; }*/
}
@media only screen and (max-width: 500px) {
    html {
        background-image: url();
    }
	#header {
		text-align:center;
		height:49px;
		line-height:49px;
		width:100%;
		margin-bottom:10px
	}
	@viewport { width:400px; }
	#logo img {
		width:120px;
		vertical-align:middle;
	}
	#one-click-modile {
		display:block;
	}

}
/* End */
/* /bitrix../templates/licrida/css/normalize.css?14407406537798 */
/* /bitrix../templates/licrida/css/popup.css?1455699183820 */
/* /bitrix../templates/licrida/components/bitrix/menu/left/style.css?14623481822215 */
/* /bitrix../templates/licrida/styles.css?145569278718 */
/* /bitrix../templates/licrida/template_styles.css?14571628852110 */

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
