@font-face {
  font-family: 'HelveticaNeueCyr-Black';
  src: url('../fonts/Helvetica/HelveticaBlack/HelveticaNeueCyr-Black.eot') format('embedded-opentype'),  url('../fonts/Helvetica/HelveticaBlack/HelveticaNeueCyr-Black.woff') format('woff'), url('../fonts/Helvetica/HelveticaBlack/HelveticaNeueCyr-Black.ttf')  format('truetype'), url('../fonts/Helvetica/HelveticaBlack/HelveticaNeueCyr-Black.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Bold';
  src: url('../fonts/Helvetica/HelveticaBold/HelveticaNeueCyr-Bold.eot') format('embedded-opentype'),  url('../fonts/Helvetica/HelveticaBold/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/Helvetica/HelveticaBold/HelveticaNeueCyr-Bold.ttf')  format('truetype'), url('../fonts/Helvetica/HelveticaBold/HelveticaNeueCyr-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url('../fonts/Helvetica/HelveticaLight/HelveticaNeueCyr-Light.eot') format('embedded-opentype'),  url('../fonts/Helvetica/HelveticaLight/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/Helvetica/HelveticaLight/HelveticaNeueCyr-Light.ttf')  format('truetype'), url('../fonts/Helvetica/HelveticaLight/HelveticaNeueCyr-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url('../fonts/Helvetica/HelveticaMedium/HelveticaNeueCyr-Medium.eot') format('embedded-opentype'),  url('../fonts/Helvetica/HelveticaMedium/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/Helvetica/HelveticaMedium/HelveticaNeueCyr-Medium.ttf')  format('truetype'), url('../fonts/Helvetica/HelveticaMedium/HelveticaNeueCyr-Medium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Roman';
  src: url('../fonts/Helvetica/HelveticaRegular/HelveticaNeueCyr-Roman.eot') format('embedded-opentype'),  url('../fonts/Helvetica/HelveticaRegular/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/Helvetica/HelveticaRegular/HelveticaNeueCyr-Roman.ttf')  format('truetype'), url('../fonts/Helvetica/HelveticaRegular/HelveticaNeueCyr-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Thin';
  src: url('../fonts/Helvetica/HelveticaThin/HelveticaNeueCyr-Thin.eot') format('embedded-opentype'),  url('../fonts/Helvetica/HelveticaThin/HelveticaNeueCyr-Thin.woff') format('woff'), url('../fonts/Helvetica/HelveticaThin/HelveticaNeueCyr-Thin.ttf')  format('truetype'), url('../fonts/Helvetica/HelveticaThin/HelveticaNeueCyr-Thin.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*
font-family: 'HelveticaNeueCyr-Black', sans-serif;
font-family: 'HelveticaNeueCyr-Bold', sans-serif;
font-family: 'HelveticaNeueCyr-Light', sans-serif;
font-family: 'HelveticaNeueCyr-Medium', sans-serif;
font-family: 'HelveticaNeueCyr-Roman', sans-serif;
font-family: 'HelveticaNeueCyr-Thin', sans-serif;
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	color: #101621;
	font-family: 'HelveticaNeueCyr-Roman', Arial, sans-serif;
}

strong {
	font-family: 'HelveticaNeueCyr-Bold', sans-serif;
}

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

body {-webkit-font-smoothing: antialiased;}


:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select,
button,
a {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {outline: none;}

input[type=submit],
button,
a {
	cursor: pointer;
}


/* mix */
.error {
	/*box-shadow: inset 0 0 0px 3px #f00 !important;*/
	border-color: #f00 !important;
}

.transition {
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.btn {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    background-color: #c68d46;
    color: #fff;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 14px 40px;
}
.btn:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to top, #986d37 0%, #c68d46 100%);
}
.btn:active {}

.btn-border {
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    background: transparent;
    border: 1px solid #c68d46;
    color: #c68d46;
    padding: 10px 40px;
    margin: 10px 0;
    font-weight: 300;
}
.btn-border:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.btn-border:active {}

h2 {
    font-family: 'HelveticaNeueCyr-Black', sans-serif;
    text-align: center;
    font-size: 36px;
    color: #101621;
}
h2 span {
    color: #101621;
    font-size: 24px;
    display: block;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-weight: 300;
}

/* styles */
#menu {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 900;
}
#menu ul {}
#menu ul li {
    list-style: none;
    display: block;
}
#menu ul li img {display: none;}
#menu ul li a {
    display: block;
    padding: 6px 0;
}
#menu ul li a span {
	display: block;
	width: 30px;
    height: 1px;
    background-color: #455061;
	-moz-transition:    width 0.2s ease, margin 0.2s ease;
	-o-transition:      width 0.2s ease, margin 0.2s ease;
	-webkit-transition: width 0.2s ease, margin 0.2s ease;
}
#menu ul li.active a span {
	width: 40px;
	margin-left: -10px;
}
#menu ul li a:hover span {
    background-color: #c68d46;
    width: 40px;
	margin-left: -10px;
}

#header {
    background-color: rgba(0,0,0,.5);
    /*background-color: #171e2c;*/
    padding: 10px 0;

    position: relative;
    z-index: 20;
}
#header .logo {
    display: block;
    margin: 10px 0;
}
#header .logo img {
    max-width: 155px;
}
#header .nav {}
#header .nav ul {}
#header .nav ul li {
    list-style: none;
    display: inline-block;
}
#header .nav ul li a {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    margin: 5px 18px 0;
    position: relative;
    opacity: .6;
	-moz-transition:    opacity 0.2s ease;
	-o-transition:      opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}
#header .nav ul li a:after {
    content: '';
    border-bottom: 2px solid #c1c1cf;
    display: block;
    width: 0%;
    height: 0px;
    background-color: #c1c1cf;
	-moz-transition:    width 0.2s ease;
	-o-transition:      width 0.2s ease;
	-webkit-transition: width 0.2s ease;
}
#header .nav ul li a:hover {
    text-decoration: none;
    opacity: .9;
}
#header .nav ul li a:hover:after {
    width: 100%;
}
#header .col-md-1 {
	padding: 0 !important;
}
#header .lang {
	position: relative;
	text-align: center;
}
#header .lang p {
	font-size: 14px;
	color: #7f8897;
	text-align: center;
	cursor: pointer;
	height: 88px;
	width: 80px;
	padding: 30px 20px;
	position: absolute;
	top: -25px;
}
#header .lang p:after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 12px;
	line-height: 12;
	border-radius: 12px;
	background: url(../img/icons/down.svg) center no-repeat, #2d374b;
	background-size: 12px 12px;
	margin: 0 10px 0;
	margin-right: 0;
	vertical-align: middle;
}
#header .lang p:hover,
#header .lang ul:hover ~ p {
	background: #40404045;
	color: #b9bfc8;
}
#header .lang p:hover:after,
#header .lang ul:hover ~ p:after {
	background: url(../img/icons/down.svg) center no-repeat, #797979;
	background-size: 12px 12px;
}
#header .lang ul {
	display: none;
	position: absolute;
	width: 80px;
	top: 77px;
	left: 0;
	background-color: #191919e8;
	margin: 0;
	padding: 0;
}
#header .lang:hover ul {display: block;}
#header .lang ul li {
	list-style: none;
	display: block;
}
#header .lang ul li a {
	text-decoration: none;
	display: block;
	color: #b9bfc8;
	text-align: center;
	padding: 10px 20px;
	padding-left: 4px;
}
#header .lang ul li:first-child a {
	background-color: #ffffff0a;
}
#header .lang ul li a:hover {
	color: #c68d46;
}
#header .login {
    text-align: right;
}
#header .login a {}

#main {
    height: 866px;
    background: url(../img/bg-main.jpg) center top no-repeat;
    padding-top: 100px;
    text-align: center;

    margin-top: -88px;
}
#main iframe {
	width: 100%;
	height: auto;
	height: 250px;
}
#main picture {
    display: block;
    background-color: #2c374e;
    height: 375px;
    margin: 10px 0;
}
#main .content {
    padding-left: 20px;
    text-align: center;
}
#main .content h2 {
    color: #fff;
    text-align: center;
    font-family: 'HelveticaNeueCyr-Roman', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin: 0 0 20px;
    font-size: 28px;
    letter-spacing: 1px;
}
#main .content h2 a {
	text-decoration: underline;
}
#main .content h2 a:hover {
	text-decoration: none;
}
#main .content h1 {
    color: #fff;
    font-size: 77px;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    font-weight: 100;
    margin: 0 0 30px;
    line-height: 1;
}
#main .content h1:after {
    content: '';
    display: block;
    width: 50px;
    height: 7px;
    background-color: #c68d46;
    margin: 10px auto 0;
}
#main .content p {
    color: #fff;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    font-size: 20px;
    font-weight: 100;
    letter-spacing: 1px;
}
#main .content table {
    margin: 40px auto 20px;
}
#main .content table tr {}
#main .content table tr td {
    font-size: 16px;
    color: #fff;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    padding: 2px 10px;
    letter-spacing: 2px;
    min-width: 255px;
}
#main .content table tr td:first-child {
    text-align: right;
}
#main .content table tr td:last-child {
    text-align: left;
}
#main .content ul {
    padding: 0;
}
#main .content ul li {
    list-style: none;
    color: #fff;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}
#main .content ul li span {
	color: #fff;
	font-family: 'HelveticaNeueCyr-Light', sans-serif;
}
#main .btn {
    margin: 40px 0 0;
}
#main .bar_wrap {}
#main .bar_wrap p {
    color: #fff;
}
#main .bar_wrap .bar {
    width: 100%;
    margin: 0 auto 0;
    max-width: 700px;
    width: 100%;
    background-color: rgba(255,255,255,.3);
    position: relative;
    border: 1px solid #000;
    box-shadow: 0 0 0 1px rgba(255,255,255,.3);
}
#main .bar_wrap .bar:after,
#main .bar_wrap .bar:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    height: 15px;
    width: 2px;
    background-color: rgba(255,255,255,.7);
}
#main .bar_wrap .bar:after  {right: -2px;}
#main .bar_wrap .bar:before {left:  -2px;}
#main .bar_wrap .bar span {
    display: block;
    height: 5px;
    background-color: rgb(198, 141, 70);
    position: relative;
    opacity: .7;
}
#main .bar_wrap .bar span:after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    right: -2px;
    height: 25px;
    width: 4px;
    background-color: #fff;
}
#main .bar_wrap .bar i {
	width: 1px;
	height: 16px;
	display: block;
    position: absolute;
    top: -5px;
    background-color: #fff;
}
#main .bar_wrap .bar b {
	font-family: 'HelveticaNeueCyr-Thin', sans-serif;
	display: block;
    position: absolute;
    top: 14px;
    color: #fff;
    font-size: 11px;
}
@media screen and (min-width: 200px) and (max-width: 989px) {
	#main .bar_wrap .bar i {}
	#main .bar_wrap .bar b {
		/*display: none;*/
		font-size: 5px;
	}
}

#about {
    padding-top: 0px;
    background: url(../img/bg-about.jpg) center 510px no-repeat, #fff;
    padding-bottom: 100px;
}
#about .items {
    padding: 0 35px;
}
#about .items .item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 44.6px 4.4px rgba(165, 176, 185, 0.16);
    padding: 50px 18px;
    margin: 0 auto 0;
    width: 300px;
    height: 350px;
    background: #fff;
}
#about .items .item svg {
    height: 85px;
    width: auto;
    fill: #b4bcc9 !important;
}
#about .items #item-1 svg {
    margin-bottom: 15px;
}
#about .items #item-2 svg {
    height: 100px;
}
#about .items #item-3 svg {
    height: 100px;
}
#about .items .item p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
}
#about .items .item p strong {
    display: block;
}
#about .text-1 {
    max-width: 1032px;
    margin: 60px auto 60px;
    padding: 30px 50px;
    padding-bottom: 40px;
    border-radius: 10px;
    box-shadow: 0 0 44.6px 4.4px rgba(165, 176, 185, 0.16);
    overflow: hidden;
    background: url(../img/bottom-1.png) center bottom no-repeat, #fff;
}
#about .text-1 img {
    width: 100px;
    float: left;
    margin-right: 70px;
    margin: 0px 70px 20px 0;
}
#about .text-2 {
    max-width: 1032px;
    margin: 0px auto;
    text-align: center;
    border: 2px solid #efeff6;
    border-radius: 10px;
    padding: 10px 100px;
}
#about .text p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
}

#graph {
    height: 901px;
    background: url(../img/bg-graph.jpg) center top no-repeat;
    padding-top: 100px;
    text-align: center;
}
#graph h2 {
    color: #fff;
    margin-bottom: 30px;
}
#graph .scheme {
    margin-bottom: 80px;
}
#graph .scheme img {}
#graph .block {
    width: 945px;
    margin: 0px auto 50px;
    background-color: rgba(51,62,86,.5);
    border-radius: 10px;
    padding: 40px 00px;
    text-align: left;
}
#graph .block picture {
    text-align: center;
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
#graph .block picture img {
    height: 120px;
    width: auto;
}
#graph #block-1 picture img {
    /*height: 150px;*/
    width: 100%;
    max-width: 200px;
}
#graph .block .info {
    width: 69%;
    display: inline-block;
    vertical-align: middle;
}
#graph .block .info h3 {
    color: #fff;
    font-size: 22px;
    margin: 0 0 0;
    padding: 0;
}
#graph .block .info p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    margin: 0;
}
#graph .block .info p span {
	color: #fff;
	font-family: 'HelveticaNeueCyr-Light', sans-serif;
}
#graph .block .info p strong {
    color: #fff;
}
#graph .block .info ul {}
#graph .block .info ul li {
    color: #c78d3c;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    margin: 0;
}
#graph .block .info ul li span {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Light', sans-serif;
    margin: 0;
}
#graph .block .info ul li ul li {
	color: #fff;
	opacity: .9;
    font-size: 14px;
}

#steps {
    padding-top: 50px;
    padding-bottom: 100px;
    text-align: center;
    background: url(../img/bg-steps.jpg) center 90px no-repeat;
}
#steps h2 {}
#steps h2 span {}
#steps .step {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 44.6px 4.4px rgba(165, 176, 185, 0.16);
    margin: 60px auto 0;
    background: #fff;
    width: 472px;
    height: 230px;
    padding: 0 60px 00px;
}
#steps .step span.num {
    text-align: center;
    font-size: 21px;
    color: #fff;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: url(../img/num.png) center no-repeat;
    margin-top: -30px;
    transform: translateY(-5px);
}
#steps .step img {
    height: 25px;
    width: auto;
}
#steps .step p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
}
#steps .step p span {
	font-family: 'HelveticaNeueCyr-Medium', sans-serif;
}
#steps .step p strong {
    display: block;
}
#steps .btn {
    margin-top: 30px;
}
#steps #step-1 {
    background: url(../img/bottom-2_1.png) center bottom no-repeat, #fff;
}
#steps #step-2 {
    background: url(../img/bottom-2_2.png) center bottom no-repeat, #fff;
}
#steps #step-3 {
    background: url(../img/bottom-2_3.png) center bottom no-repeat, #fff;
}
#steps .blocks {
    margin-top: 100px;
}
#steps .blocks .block {
    margin: 0px auto;
    border: 3px solid #efeff6;
    border-radius: 10px;
    padding: 20px 15px 20px;
    height: 620px;
}
#steps .blocks .block h3 {
    margin: 0;
    font-family: 'HelveticaNeueCyr-Bold', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 10px 0 15px;
}
#steps .blocks .block ul {
    text-align: left;
    padding: 0;
    margin: 0;
}
#steps .blocks .block ul li {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    list-style: none;
    margin-bottom: 10px;
    background: url(../img/icons/check.svg) left 5px no-repeat;
    background-size: 26px 26px;
    padding-left: 35px;
}
#steps .blocks .block .btn {
    padding-left:  15px;
    padding-right: 15px;
}

#calc {
    height: 1318px;
    background: url(../img/bg-calc.jpg) center top no-repeat;
    padding-top: 140px;
}
#calc h2 {
    color: #fff;
}
#calc h2 span {
    color: #fff;
}
#calc .wrap {
	max-width: 1040px;
	overflow: hidden;
	margin: 40px auto 0;
	background-color: rgba(51,62,86,.5);
	border-radius: 10px;
	box-shadow: 0 7px 34.4px 5.6px rgba(4, 39, 65, 0.23);
}
#calc .wrap .controls {
	padding: 60px;
	box-shadow: 0 7px 34.4px 5.6px rgba(4, 39, 65, 0.23);
	background-color: rgba(65,76,102,.5);
}
#calc .wrap .controls .control {
	margin-bottom: 50px;
}
#calc .wrap .controls .control > p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: lighter;
	letter-spacing: 1px;
}
#calc .wrap .controls .control .range {
	/*overflow: hidden;*/
	position: relative;
	height: 40px;
    padding: 5px 0 0;
}
#calc .wrap .controls .control .range > span {
	color: #cbcbcb;
	font-size: 13px;
}
#calc .wrap .controls .control .range > span:nth-child(1) {
	float: left;
}
#calc .wrap .controls .control .range > span:nth-child(2) {
	position: absolute;
	left: 50%;
	bottom: -30px;
	font-size: 15px;
}
#calc .wrap .controls .control .range-1 > span:nth-child(2) {left: 285px;}
#calc .wrap .controls .control .range-2 > span:nth-child(2) {left: 285px;}
#calc .wrap .controls .control .range-3 > span:nth-child(2) {left: 250px;}
#calc .wrap .controls .control .range > span:nth-child(3) {
	float: right;
}
#calc .wrap .controls .control .range .ui-slider {
	border: none;
	height: 6px;
	border-radius: 6px;
	background-color: #7d889a;
    margin: 25px 0 5px;
}
#calc .wrap .controls .control .range .ui-slider > div {
	background-color: #c29155;
	border: none;
}
#calc .wrap .controls .control .range .ui-slider > span {
	outline: none;
	border: none;
	width: 14px;
	height: 14px;
	border-radius: 14px;
	background-color: #c29155;
	box-shadow: 0 0 0 6px rgba(171,128,74,.5);
	top: -4px;
	cursor: pointer;
}
#calc .wrap .controls .control .radio {}
#calc .wrap .controls .control .radio label {
	cursor: pointer;
	display: block;
	margin: 10px 0;
}
#calc .wrap .controls .control .radio label span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #7d889a;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 4px 0;
	margin-right: 5px;
	position: relative;
}
#calc .wrap .controls .control .radio label:hover span {
	border-color: #b1834a;
}
#calc .wrap .controls .control .radio label > input {
	display: none;
}
#calc .wrap .controls .control .radio label > p {
	margin: 0;
	color: #cbcbcb;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	max-width: 350px;
}
#calc .wrap .controls .control .radio label > input:checked ~ span {}
#calc .wrap .controls .control .radio label > input:checked ~ span:after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background-color: #7d889a;
	top: 3px;
	left: 3px;
}
#calc .wrap .controls .control .radio label:hover > input:checked ~ span:after {
	background-color: #b1834a;
}
#calc .wrap .controls .btn {
	display: block;
	margin: 80px auto 10px;
	color: #fff;
	border-color: #fff;
	min-width: 70%;
}
#calc .wrap .controls .btn:hover {
	border: 1px solid #c68d46;
	color: #c68d46;
}
#calc .wrap .results {
	padding: 60px;
	text-align: center;
}
#calc .wrap .results p {
	color: #fff;
	font-size: 17px;
	font-weight: lighter;
	letter-spacing: 1px;
	margin: 10px 0 30px;
}
#calc .wrap .results p span {
	color: #fff;
	font-size: 17px;
	font-weight: lighter;
}
#calc .wrap .results p b {
	color: #bfbfbf;
	font-size: 15px;
	font-weight: lighter;
}
#calc .wrap .results .btn {
	min-width: 80%;
}

#advantage {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../img/bg-advantage.jpg) center 320px no-repeat;
}
#advantage h2 {}
#advantage h2 span {}
#advantage .items {
    margin: 60px 0;
}
#advantage .items .item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 44.6px 4.4px rgba(165, 176, 185, 0.16);
    padding: 30px 18px 10px;
    margin: 0 auto 0;
    background: #fff;
}
#advantage .items .item img {}
#advantage .items .item p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    height: 200px;
}
#advantage .items .item p strong {display: block;}
#advantage .text {
    margin: 0px 10px 30px;
    text-align: center;
    border: 2px solid #efeff6;
    border-radius: 10px;
    padding: 0px 30px;
}
#advantage .btn {}

#footer {
    background: url(../img/bg-footer.jpg) center top no-repeat, #1f2326;
    padding-top: 120px;
    padding-bottom: 20px;
}
#footer .logo {
    display: block;
    margin: 10px 0;
}
#footer .logo img {
    max-width: 155px;
}
#footer .nav {}
#footer .nav ul {}
#footer .nav ul li {
    list-style: none;
    display: inline-block;
}
#footer .nav ul li a {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    color: #fff;
    font-size: 16px;
    display: block;
    letter-spacing: 1px;
    margin: 6px 18px 0;
    position: relative;
    opacity: .6;
	-moz-transition:    opacity 0.2s ease;
	-o-transition:      opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
}
#footer .nav ul li a:after {
    content: '';
    border-bottom: 2px solid #c1c1cf;
    display: block;
    width: 0%;
    height: 0px;
    background-color: #c1c1cf;
	-moz-transition:    width 0.2s ease;
	-o-transition:      width 0.2s ease;
	-webkit-transition: width 0.2s ease;
}
#footer .nav ul li a:hover {
    text-decoration: none;
    opacity: .9;
}
#footer .nav ul li a:hover:after {
    width: 100%;
}
#footer .social {
    text-align: right;
}
#footer .social p {
    font-family: 'HelveticaNeueCyr-Medium', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #7f8897;
}
#footer .social a {
    display: inline-block;
    margin: 5px;
}
#footer .social a:hover {}

body.reg {
    background: url(../img/bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 100vh;
}
#content {
    padding-bottom: 100px;
}
#content form {
    text-align: center;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 0;
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px 60px;
    margin-top: 20%;
}
#content form h2 {
    margin-top: 0;
    font-size: 28px;
}
#content form input[type=email] {
    margin: 0 auto;
    font-size: 18px;
    color: #000;
    display: block;
    border-radius: 10px;
    background-color: #f6f6f6;
    padding-left: 30px;
    height: 50px;
    margin-bottom: 20px;
    border: 1px solid #7f8897;
    width: 100%;
    box-sizing: border-box;
}
#content form input[type=submit] {
    border: none;
}
#content .info {
    text-align: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 0;
    background: #fff;
    border-radius: 10px;
    padding: 30px 50px 60px;
    margin-top: 20%;
}
#content .info h2 {}
#content .info p {}



@media screen and (min-width: 200px) and (max-width: 989px) {

    body.reg {}
    #content {}
    #content form,
    #content .info {
        padding: 20px;
        margin-top: 40%;
    }
    #content form h2 {
        font-size: 20px;
    }
    #content form input[type=email] {
        font-size: 14px;
        height: 40px;
    }
    #content form input[type=submit] {
        width: 100%;
    }

}


/* modals */
#modals {
	display: none;
}


/* meadia */
@media (max-width: 1200px) {}
@media (max-width: 992px) {

/*
	#header {}
	#header .logo {}
	#header .logo img {}
	#header .nav {}
	#header .nav ul {}
	#header .nav ul li {}
	#header .nav ul li a {}
	#header .nav ul li a:after {}
	#header .nav ul li a:hover {}
	#header .nav ul li a:hover:after {}
	#header .col-md-1 {}
	#header .lang {}
	#header .lang p {}
	#header .lang p:after {}
	#header .lang p:hover,
	#header .lang ul:hover ~ p {}
	#header .lang p:hover:after,
	#header .lang ul:hover ~ p:after {}
	#header .lang ul {}
	#header .lang:hover ul {}
	#header .lang ul li {}
	#header .lang ul li a {}
	#header .lang ul li:first-child a {}
	#header .lang ul li a:hover {}
	#header .login {}
	#header .login a {}

	#main {}
	#main picture {}
	#main .content {}
	#main .content h2 {}
	#main .content h1 {}
	#main .content h1:after {}
	#main .content p {}
	#main .content ul {}
	#main .content ul li {}
	#main .btn {}

	#about {}
	#about .items {}
	#about .items .item {}
	#about .items .item svg {}
	#about .items #item-1 svg {}
	#about .items #item-2 svg {}
	#about .items #item-3 svg {}
	#about .items .item p {}
	#about .items .item p strong {}
	#about .text-1 {}
	#about .text-1 img {}
	#about .text-2 {}
	#about .text p {}

	#graph {}
	#graph h2 {}
	#graph .scheme {}
	#graph .scheme img {}
	#graph .block {}
	#graph .block picture {}
	#graph .block picture img {}
	#graph #block-1 picture img {}
	#graph .block .info {}
	#graph .block .info h3 {}
	#graph .block .info p {}
	#graph .block .info p strong {}

	#steps {}
	#steps h2 {}
	#steps h2 span {}
	#steps .step {}
	#steps .step span.num {}
	#steps .step img {}
	#steps .step p {}
	#steps .step p strong {}
	#steps .btn {}
	#steps #step-1 {}
	#steps #step-2 {}
	#steps #step-3 {}
	#steps .blocks {}
	#steps .blocks .block {}
	#steps .blocks .block h3 {}
	#steps .blocks .block ul {}
	#steps .blocks .block ul li {}
	#steps .blocks .block .btn {}

	#calc {}
	#calc h2 {}
	#calc h2 span {}

	#advantage {}
	#advantage h2 {}
	#advantage h2 span {}
	#advantage .items {}
	#advantage .items .item {}
	#advantage .items .item img {}
	#advantage .items .item p {}
	#advantage .items .item p strong {}
	#advantage .text {}
	#advantage .btn {}

	#footer {}
	#footer .logo {}
	#footer .logo img {}
	#footer .nav {}
	#footer .nav ul {}
	#footer .nav ul li {}
	#footer .nav ul li a {}
	#footer .nav ul li a:after {}
	#footer .nav ul li a:hover {}
	#footer .nav ul li a:hover:after {}
	#footer .social {}
	#footer .social p {}
	#footer .social a {}
*/


}
@media screen and (min-width: 200px) and (max-width: 989px) {

    
    .btn {
        font-size: 12px !important;
    }

	#menu {
		display: none;
	}

	#header {
        padding: 5px 0;
        background: #000;
    }
	#header .logo {
        margin: 15px 0;
    }
	#header .logo img {
        /*width: 100px;*/
        width: 100%;
        height: auto;
    }
    #header .nav-outer {
        display: none;
    }
	#header .nav {}
	#header .nav ul {}
	#header .nav ul li {}
	#header .nav ul li a {}
	#header .nav ul li a:after {}
	#header .nav ul li a:hover {}
	#header .nav ul li a:hover:after {}
	#header .col-md-1 {}
	#header .lang-outer {
        /*display: none;*/
    }
	#header .lang {}
	#header .lang p {
        padding: 30px 0px;
        width: 50px;
        font-size: 10px;
        top: -20px;
    }
	#header .lang p:after {}
	#header .lang p:hover,
	#header .lang ul:hover ~ p {}
	#header .lang p:hover:after,
	#header .lang ul:hover ~ p:after {}
	#header .lang ul {}
	#header .lang:hover ul {
        z-index: 999;
        top: 60px;
    }
	#header .lang ul li {}
	#header .lang ul li a {
        font-size: 10px;
    }
	#header .lang ul li:first-child a {}
	#header .lang ul li a:hover {}
	#header .login {}
	#header .login a {
		padding: 2px 5px;
		margin-left: 10px;
		border-radius: 5px;
    }

	#main {
        height: auto;
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 70px;
        margin-top: 0;
    }
    #main iframe {
    	height: auto;
    }
	#main picture {
        height: 200px;
    }
	#main .content {
        text-align: center;
        padding: 0;
    }
	#main .content h2 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }
	#main .content h1 {
        font-size: 58px;
        margin-bottom: 10px;
    }
	#main .content h1:after {
        margin: 10px auto 0;
        height: 3px;
    }
    #main .content p br {display: none;}
	#main .content p {
        font-size: 16px;
    }
	#main .content ul {
        text-align: left;
    }
	#main .content ul li {
        font-size: 14px;
        margin-bottom: 8px;
    }
    #main .content table {
        width: 100%;
        /*margin-top: 20px;*/
    }
    #main .content table tr {}
    #main .content table tr td {
        width: auto;
        min-width: 0;
        padding: 2px 5px;
        font-size: 12px;
    }
	#main .btn {
        margin: 10px 0 0;
    }
    #main .bar_wrap {
        margin-bottom: 20px;
    }

	#about {
        background: none;
        padding-top: 30px;
        padding-bottom: 10px;
    }
	#about .items {
        padding: 0;
    }
	#about .items .item {
        width: 100%;
        max-width: 300px;
        margin-bottom: 30px;
        height: auto;
        padding: 30px 15px;
    }
	#about .items .item svg {}
	#about .items #item-1 svg {}
	#about .items #item-2 svg {}
	#about .items #item-3 svg {}
	#about .items .item p {
        font-size: 14px;
    }
	#about .items .item p strong {}
	#about .text-1 {
        width: 90%;
        padding: 20px 20px 40px;
        margin: 10px auto 30px;
    }
	#about .text-1 img {
        float: none;
        display: block;
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px;
    }
	#about .text-2 {
        width: 90%;
        padding: 20px 20px 20px;
        margin: 10px auto 30px;
    }
	#about .text p {
        text-align: center;
        font-size: 12px;
        padding: 0;
    }

	#graph {
        padding-top: 70px;
        height: auto;
    }
	#graph h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
	#graph .scheme {
        margin-bottom: 20px;
    }
	#graph .scheme img {
        width: 100%;
        height: auto;
        max-width: 945px;
    }
	#graph .block {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        border-radius: 5px;
    }
	#graph .block picture {
        width: 100%;
        margin-bottom: 20px;
    }
	#graph .block picture img {
        height: 50px !important;
    }
	#graph .block .info {
        width: 100%;
        text-align: center;
    }
	#graph .block .info h3 {
        font-size: 18px;
    }
	#graph .block .info p {
        font-size: 12px;
    }
    #graph .block .info ul {
        padding: 0;
        padding-left: 20px;
    }
    #graph .block .info ul li {
        font-size: 12px;
        text-align: left;
        padding-left: 10px;
    }
    #graph .block .info ul li span {
        font-size: 12px;
    }
	#graph .block .info p strong {}

	#steps {
        background: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	#steps h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
	#steps h2 span {
        font-size: 18px;
    }
	#steps .step {
        width: 100%;
        max-width: 320px;
        height: auto;
        padding: 20px 20px 30px;
    }
	#steps .step span.num {
        
    transform: translateY(-25px);
    }
	#steps .step img {}
	#steps .step p {
        font-size: 12px;
    }
	#steps .step p strong {}
	#steps .btn {}
	#steps .blocks {
        margin-top: 30px;
    }
	#steps .blocks .block {
        height: auto;
        margin-bottom: 30px;
    }
	#steps .blocks .block h3 {
        font-size: 18px;
    }
	#steps .blocks .block ul {}
	#steps .blocks .block ul li {
        font-size: 12px;
    }
	#steps .blocks .block .btn {}

	#calc {
		height: auto;
		padding-top: 80px;
	}
	#calc h2 {
        font-size: 22px;
    }
	#calc h2 span {
        font-size: 18px;
    }
	#calc .wrap {
		margin: 15px;
	}
	#calc .wrap .controls {
		padding: 30px 10px;
	}
	#calc .wrap .controls .control {
		margin-bottom: 30px;
	}
	#calc .wrap .controls .control > p {
		font-size: 12px;
	}
	#calc .wrap .controls .control .range {}
	#calc .wrap .controls .control .range span {
		font-size: 10px !important;
	}
	#calc .wrap .controls .control .range span:nth-child(1) {}
	#calc .wrap .controls .control .range span:nth-child(2) {
		bottom: -20px;
	}
	#calc .wrap .controls .control .range span:nth-child(3) {}
	#calc .wrap .controls .control .radio {}
	#calc .wrap .controls .control .radio label {}
	#calc .wrap .controls .control .radio label > span {}
	#calc .wrap .controls .control .radio label > input {}
	#calc .wrap .controls .control .radio label > p {
		max-width: 240px;
	}
	#calc .wrap .controls .btn {
		margin: 20px auto;
	}
	#calc .wrap .controls .btn:hover {}
	#calc .wrap .results {
		padding: 30px 10px;
	}
	#calc .wrap .results p {
		font-size: 14px;
	}
	#calc .wrap .results .btn {}

	#advantage {
        background: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }
	#advantage h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
	#advantage h2 span {
        font-size: 18px;
    }
	#advantage .items {
        margin-top: 30px;
        margin-bottom: 30px;
    }
	#advantage .items .item {
        width: 100%;
        max-width: 320px;
        margin-bottom: 30px;
        height: auto;
    }
	#advantage .items .item img {}
	#advantage .items .item p {
        font-size: 12px;
        height: auto;
    }
	#advantage .items .item p strong {}
	#advantage .text {
        margin-top: 0;
        padding: 15px;
    }
	#advantage .btn {}

	#footer {}
	#footer .logo {
        text-align: center;
    }
	#footer .logo img {
        max-width: 150px;
    }
	#footer .nav {
        display: none;
    }
	#footer .social {
        text-align: center;
    }
	#footer .social p {
        font-size: 12px;
    }
	#footer .social a {}

}


@media screen and (min-width: 200px) and (max-width: 480px) {
	html {overflow-x: hidden;}
	body {overflow-x: hidden;}
}