@font-face {
  font-family: "clear_sans";
  src: url(../fonts/clearsans-thin-webfont.eot);
  src: url(../fonts/clearsans-thin-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/clearsans-thin-webfont.woff) format("woff"),url(../fonts/clearsans-thin-webfont.ttf) format("truetype"),url(../fonts/clearsans-thin-webfont.svg#clear_sans_thinregular) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: rouble;
  src: url(../fonts/rouble-webfont.eot);
  src: url(../fonts/rouble-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/rouble-webfont.woff2) format("woff2"),url(../fonts/rouble-webfont.woff) format("woff"),url(../fonts/rouble-webfont.ttf) format("truetype"),url(../fonts/rouble-webfont.svg#als_rublregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css*/

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template, [hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a.ptext:link {color:#004179; /* text-decoration:underline; */ border-bottom:1px solid #004179;}
a.ptext:hover {color:#396e9b; border-bottom:none;}
a.ptext:visited {color:#004179; border-bottom:none;}
a.ptext:active {color:#004179; border-bottom:none;}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

strong {
  font-weight: bold;
}

p {
  display: block;
  font-size: 1.6em;
  line-height: 1.6;
}

dfn {
  font-style: italic;
}

h1 {
  /* font-size: 30px; */
  font-size: 4.0em;
  margin: 0;
  padding: 30px 0 20px 0;
  line-height:30px;
  color:#004179;
}
h1 span {
	font-size: 0.5em;
}

.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
   .rightimg  {
    float: right; /* Выравнивание по правому краю  */ 
    margin: 7px 0 7px 7px; /* Отступы вокруг картинки */
   }
  
.fig {
    display: block; /* Блочный элемент (для старых браузеров) */
    text-align: center; /* Выравнивание по центру */
    font-style: italic; /* Курсивное начертание */
    margin-top: 0; /* Отступ сверху */
    margin-bottom: 5px; /* Отступ снизу */
    color: #666; /* Цвет подрисуночной подписи */
	
}

figure.fig strong {
font-size:1.9em;
}

figure.fig p {
font-size:1.5em;
}

h1.podcat {
	font-size:2.6em;
	line-height:2.6em;
}

.leftborder {
	border-left:2px solid #f7a621;
	/* border-right:2px solid #f7a621; */
	padding:0 3px 0 3px;
}
.leftborder2 {
	border-left:2px solid #004179;
	/* border-right:2px solid #f7a621; */
	padding:0 3px 0 3px;
	/* text-align:right; */
}

ul.ulmain li {
	margin:0px 0 0px 0px;
	padding:0px;
	line-height:18px;
	font-size:18px;
	/* text-shadow:#333333 0 0 1px; */
}

/* ul.ulmain {
	line-height:18px;
	font-size:18px;
} */

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  /* border-style: none; */
padding:1px;
border:1px solid #052752;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button:focus {
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-moz-placeholder, textarea::-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::placeholder, textarea::placeholder {
  color: #333;
  opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

.rangeslider {
  position: relative;
}

.rangeslider--horizontal {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  background-clip: content-box;
  cursor: pointer;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  box-sizing: content-box;
}

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}

.rangeslider--disabled {filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40)
  opacity: .4;
}

.rangeslider__fill {
  background: #5a93e0;
  position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}

.rangeslider__handle {
  background: #5a93e0;
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
}

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}

.rangeslider--horizontal .rangeslider__handle {
  top: -8px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
  left: -8px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}

/*!
 * fullPage 2.7.9
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo*/

html.fp-enabled, .fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

#superContainer {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
}

.fp-section {
  position: relative;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: scroll;
}

.fp-notransition {
  -webkit-transition: none!important;
  transition: none!important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section, .fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell {
  height: auto!important;
}

.custom-scroll_bar-y {
  cursor: default;
  position: fixed;
  border-radius: 1px;
  z-index: 1002;
  background: #bbb;
  opacity: .4;
  top: 0;
  right: 1px;
  width: 8px;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.custom-scroll_bar-y:hover {
  opacity: .7;
}

.custom-scroll_bar-y:active {
  opacity: 1;
}

.custom-scroll_hidden-y>.custom-scroll_bar-y {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s,visibility step-end .3s;
  transition: opacity .2s,visibility step-end .3s;
}

html {
  font-size: 9px;
}

@media only screen and (min-width:768px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (min-width:1024px) {
  html {
    font-size: 9px;
  }
}

@media only screen and (min-width:1280px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (min-width:1600px) {
  html {
    font-size: 11px;
  }
}

body {
  font-family: "clear_sans",Verdana,Arial,sans-serif;
  font-size: 1.4rem;
  font-weight: 100;
  /* color: #fff; */
  color: #000;
  line-height: 1.5;
  letter-spacing: .02em;
  background-color: #fff;
}

body, html {
  height: 100%;
}

.lo-container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  min-width: 250px;
  max-width: 1920px;
}

.lo-container:before, .lo-container:after {
  content: " ";
  display: table;
}

.lo-container:after {
  clear: both;
}

.lo-container--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lo-container--flex:before, .lo-container--flex:after {
  content: none;
}

@media only screen and (min-width:1024px) {
  .lo-container--flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.lo-flex-block {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
}

@media only screen and (min-width:1024px) {
  .lo-flex-block {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 47%;
  }
}

@media only screen and (min-width:1280px) {
  .lo-flex-block {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 46%;
  }
}

.slides-container {
  height: 100%;
}

.fp-tableCell {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes b-box--animate {
  0%, to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  20%, 60% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  40%, 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

@keyframes b-box--animate {
  0%, to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  20%, 60% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
  }
  40%, 80% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
  }
}

a.skylive:link {color:#004179; border-bottom:1px dotted #004179;}
a.skylive:hover {color:#004179; border:0;}
a.skylive:active {color:#004179;}
a.skylive:visited {color:#004179;}

.b-title {
  display: block;
  font-size: 5em;
  font-weight: 100;
  line-height: 1.15;
}

/* h2 {
  display: block;
  font-size: 5em;
  font-weight: 100;
  line-height: 1.15;
} */

.b-title.b-title--service-choice {
  display: inline-block;
  color: #004179;
  font-size: 2.8em;
  border-bottom: 1px solid #004179;
  position: relative;
  bottom: -1px;
  padding-bottom: 7px;
  text-transform: uppercase;
}
.b-title.b-title--service-choice:hover {
  border-bottom: none;
  padding-bottom: 8px;
}

.b-title.b-title--carousel {
  font-size: 2.6em;
  opacity: .8;
  margin: .5em 0 .3em;
}

@media only screen and (min-width:768px) {
  .b-title.b-title--carousel {
    font-size: 3.2em;
  }
}

@media only screen and (min-width:1600px) {
  .b-title.b-title--carousel {
    font-size: 2.7em;
  }
}

.b-title.b-title--menu {
  font-size: 5.4em;
  opacity: .15;
  margin-bottom: .55em;
  margin-left: -.08em;
  margin-right: 1.5em;
}

@media only screen and (min-width:768px) {
  .b-title.b-title--menu {
    font-size: 7.5em;
  }
}

@media only screen and (min-width:1024px) {
  .b-title.b-title--menu {
    font-size: 9.4em;
  }
}

.b-title.b-title--menu-section {
  font-size: 2.15em;
  margin-bottom: .4em;
  color:#f8a722;
}

.b-text {
  display: block;
  font-size: 1.9em;
  line-height: 1.6;
}

.penetron {
	color:#fff;
	/* text-shadow: 0 0 1px #333; */
	/* font-weight:bold; */
	
/* background-color: #666666;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: rgba(255,255,255,0.5) 0px 3px 3px; */
}

.penetron h2 {
	color:#fff;
	background:#f8a722;
}

SECTION.penetron.b-copyright {
	color:#fff;
}

SECTION.penetron -> a.b-mainmenu:link {
	color:#fff;
}

.bggrey {
	background:url(../images/opacity-grey.png) repeat;
	padding-left:10px;
}

div.b-text {/* background:url(../images/opacity-grey.png) repeat; */}
.textshadow {
	/* text-shadow:#333333 0 0 1px; */
}

.b-text.b-text--service-choice {
  font-size: 1.7em;
  line-height: 1.4;
}

.b-list {
  font-size: 1.9rem;
  line-height: 1.7;
  list-style: circle;
  padding-left: 1.1em;
}

.b-box {
  display: block;
}

.b-button {
  display: inline-block;
  border: 1px solid #f7a621;
  border-radius: .5rem;
  padding: .4em 1.0em;
  cursor: pointer;
  font-size: 1.9rem;
  color: #000;
  background: #f7a621;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

@media only screen and (min-width:1600px) {
  .b-button {
    padding: .6em 1.2em;
  }
}

.b-button:hover {
  background: none;
  color: #333;
  border-color: #f7a621;
}

.b-button.b-button--phantom {
  background: #f7a621;
  border-color: #f7a621;
}

.b-button.b-button--phantom:hover {
  background: none;
}

.b-button.b-button--phantom-inverse {
  background: none;
  border-color: rgba(51,51,51,.2);
  color: #333;
}

.b-button.b-button--phantom-inverse:hover {
  background: #5a93e0;
  border-color: #5a93e0;
  color: #fff;
}

.b-button.b-button--link {
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-color: #004179;
  padding: 0;
  margin: 1.7em 15% .6em;
  -webkit-transition-property: border-color;
  transition-property: border-color;
}

@media only screen and (min-width:768px) {
  .b-button.b-button--link {
    margin: .6em .9em .6em 1.5em;
  }
}

.b-button.b-button--link:hover {
  border-color: transparent;
  color: #f7a621;
  font-weight:bold;
}

.b-buttons-set {
  display: block;
  margin-top: 2.5em;
}

@media only screen and (min-width:768px) {
  .b-buttons-set {
    vertical-align: middle;
    display: inline-block;
    margin-top: 1.6em;
  }
}

@media only screen and (min-width:1024px) {
  .b-buttons-set {
    margin-top: 2.5em;
  }
}

.b-buttons-set_button {
  border: 1px solid rgba(51,51,51,.2);
  border-radius: .5rem;
  display: block;
  padding: .6em .7em;
  cursor: pointer;
  margin: 0!important;
  font-size: 1.8em;
  background: none;
  color: #333;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .b-buttons-set_button {
    display: inline-block;
    float: left;
  }
}

@media only screen and (min-width:1024px) {
  .b-buttons-set_button {
    padding: .6em .6em;
    font-size: 1.6em;
  }
}

@media only screen and (min-width:1280px) {
  .b-buttons-set_button {
    padding: .6em 1.1em;
  }
}

.b-buttons-set_button:hover {
  background: rgba(51,51,51,.2);
  background-clip: padding-box;
}

.b-buttons-set_button:first-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-width: 0;
}

@media only screen and (min-width:768px) {
  .b-buttons-set_button:first-child {
    border-width: 1px;
    border-radius: .5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0;
  }
}

.b-buttons-set_button:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-width: 0;
}

@media only screen and (min-width:768px) {
  .b-buttons-set_button:last-child {
    border-width: 1px;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0;
  }
}

.b-buttons-set_button.b-buttons-set_button--active {
  background: #5a93e0;
  color: #fff;
  border-color: #5a93e0;
  background-clip: padding-box;
}

.b-header {
  position: fixed;
  font-size: 1rem;
  z-index: 1001;
  top: 0px;
  width: 100%;
  -webkit-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0,0,.6,.93);
  transition-timing-function: cubic-bezier(0,0,.6,.93);
}

.b-header.b-header--hide {
  top: -80px;
}

.b-header_logo {
  display: block;
  background: url(../images/logo-penetron2.png) no-repeat center;
  /* background-size: contain; */
  max-width: 225px;
  width: 225px;
  max-height: 80px;
  height: 80px;
  float: left;
}

@media only screen and (min-width:768px) {
  .b-header_logo {
    width: 225px;
  }
}

@media only screen and (min-width:1600px) {
  .b-header_logo {
    width: 300px;
  }
}

.b-header_menu-btn {
  position: relative;
  left: 0;
  top: 2em;
  cursor: pointer;
  float: right;
  margin-left: 3.5em;
}

@media only screen and (min-width:768px) {
  .b-header_menu-btn {
    position: absolute;
    top: 35%;
    left: 17em;
    float: none;
    margin-left: 0;
  }
}

@media only screen and (min-width:1024px) {
  .b-header_menu-btn {
    left: -4.4em;
  }
}

@media only screen and (min-width:1280px) {
  .b-header_menu-btn {
    left: -5em;
  }
}

.b-header_menu-btn .stripe {
  /* height: 3px; */
  height: 1px;
  width: 3.7em;
  /* background: rgba(255,255,255,.35); */
  background: #004179;
}

@media only screen and (min-width:1024px) {
  .b-header_menu-btn .stripe {
    width: 3em;
    /* height: 3px; */
    height: 1px;
  }
}

.b-header_menu-btn .stripe:nth-last-child(n+2) {
  margin-bottom: .8em;
}
/*     .b-copyright:nth-last-child(2) {
	color:#fff;
  } */
/*   section#catalog-materialov .b-copyright:nth-child(2) {
	  color:red;
  } */

@media only screen and (min-width:1024px) {
  .b-header_menu-btn .stripe:nth-last-child(n+2) {
    margin-bottom: .7em;
  }
}

.b-header .b-authorization {
  float: right;
  position: relative;
  top: -14px;
  margin-left: 3.9em;
}

.b-header .b-mainmenu {
  float: left;
  position: relative;
  top: 22px;
  margin-left: 1.5em;
  text-transform:uppercase;
}

@media only screen and (min-width:768px) {
  .b-header .b-authorization {
    top: 1.2em;
  }
  .b-header .b-nainmenu {
    top: 1.2em;
  }
}

.mobile .b-header {
  -webkit-transition: none;
  transition: none;
  top: 0;
  padding-top: 11px;
  padding-bottom: 9px;
}

.mobile .b-header.b-header--hide {
  top: 0;
}

.mobile .b-header.b-header--cover {
  top: 0;
  background: rgba(75,75,75,.95);
  /* box-shadow: 0 1px 9px #333,inset 0 -1px 0 rgba(255,255,255,.46); */
}

.b-authorization {
  color: #004179;
  font-size: 1.5em;
  border-bottom: 1px dotted #004179;
  font-weight:boldY;
  cursor: pointer;
  line-height: 1.4;
}

.b-authorization:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.8em;
  max-width: 20px;
  width: 1.48em;
  max-height: 22px;
  height: 1.62em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: all;
}

.b-mainmenu {
  color: #004179;
  font-size: 1.3em;
  border-bottom: 1px dotted #004179;
  font-weight:boldY;
  cursor: pointer;
  line-height: 1.4;
}

a.b-mainmenu:link, a.b-mainmenu:visited, a.b-mainmenu:active {
  color: #004179;
  border-bottom: 1px dotted #004179;
  cursor: pointer;
}
a.b-mainmenu:hover {
  color: #000;
  border-bottom: 0px;
  cursor: pointer;
}

.b-mainmenu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.8em;
  max-width: 20px;
  width: 1.48em;
  max-height: 22px;
  height: 1.62em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: all;
}

@media only screen and (min-width:1024px) {
  .b-authorization:before {
    left: -2em;
  }
  .b-mainmenu:before {
    left: -2em;
  }
}

@media only screen and (min-width:1600px) {
  .b-authorization:before {
    left: -1.8em;
  }
  .b-mainmenu:before {
    left: -1.8em;
  }
}

.b-authorization--login {
  width: 0;
  color: transparent;
  pointer-events: none;
}

@media only screen and (min-width:768px) {
  .b-authorization--login {
    width: auto;
    color: #004179;
    pointer-events: all;
  }
}

.b-authorization--login:before {
  background-image: url(../images/2.png);
}

.b-authorization--registration {
  display: none;
}

@media only screen and (min-width:768px) {
  .b-authorization--registration {
    display: block;
  }
}

.b-authorization--registration:before {
  /* background-image: url(../images/3.png); */
}

.b-footer {
  position: relative;
  z-index: 1000;
  font-size: 1,2rem;
  line-height: 3.3;
  -webkit-transition: 1.2s cubic-bezier(0,0,.6,.93);
  transition: 1.2s cubic-bezier(0,0,.6,.93);
  margin-top: 4.5em;
}

@media only screen and (min-width:768px) {
  .b-footer {
    position: fixed;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    font-size: 1rem;
  }
  .b-footer:before, .b-footer:after {
    content: " ";
    display: table;
  }
  .b-footer:after {
    clear: both;
  }
}

.b-footer.b-footer--hide {
  bottom: -80px;
}

.b-footer_mouse-btn {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  background: url(../images/4.png) no-repeat center;
  background-size: contain;
  max-width: 18px;
  width: 1.8em;
  max-height: 33px;
  height: 3.3em;
  display: none;
}

@media only screen and (min-width:1024px) {
  .b-footer_mouse-btn {
    display: block;
  }
}

.b-footer .b-copyright {
  font-size: 1.3em;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .b-footer .b-copyright {
    float: left;
  }
}

.b-footer .b-socials {
  font-size: 1.3em;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .b-footer .b-socials {
    float: right;
  }
}

.b-footer .b-socials_text {
  display: block;
}

@media only screen and (min-width:768px) {
  .b-footer .b-socials_text {
    display: inline-block;
  }
}

.b-footer .b-icon {
  position: relative;
  top: -2px;
  max-width: 24px;
  width: 2.4em;
  max-height: 24px;
  height: 2.4em;
  background-size: contain;
}

.b-footer .b-icon:nth-of-type(n+2) {
  margin-left: 1.5em;
}

@media only screen and (min-width:768px) {
  .b-footer .b-icon:nth-of-type(n+1) {
    margin-left: .5em;
  }
}

.b-icon {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.b-icon--fb {
  background: url(../images/5.png) no-repeat center;
}

.b-icon--vk {
  background: url(../images/6.png) no-repeat center;
}

.b-popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  font-size: 1rem;
}

.b-popup:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .75;
  pointer-events: none;
}

.b-popup_close-btn {
  display: block;
  position: fixed;
  right: 3rem;
  top: 3rem;
  max-width: 43px;
  width: 4.3em;
  max-height: 47px;
  height: 4.7em;
  cursor: pointer;
  z-index: 1000;
  background: url(../images/7.png) no-repeat center;
  background-size: contain;
  font-size: .8em;
}

@media only screen and (min-width:768px) {
  .b-popup_close-btn {
    font-size: 1em;
    right: 7rem;
    top: 5rem;
  }
}

.css-filter-blur {
  -webkit-transition: .6s -webkit-filter cubic-bezier(.25,.46,.45,.94);
  transition: .6s -webkit-filter cubic-bezier(.25,.46,.45,.94);
  -webkit-filter: blur(26px);
  filter: blur(26px);
}

.css-filter-blur_0 {
  -webkit-transition: .6s -webkit-filter cubic-bezier(.25,.46,.45,.94);
  transition: .6s -webkit-filter cubic-bezier(.25,.46,.45,.94);
  -webkit-filter: blur(0);
  filter: blur(0);
}

.mobile .css-filter-blur, .ie11 .css-filter-blur, .ie10 .css-filter-blur, .ie9 .css-filter-blur {
  display: none;
}

.iframe_reg_block {
  margin: 0 50px 10px;
  text-align: center;
}

.iframe_auth_block {
  margin: 0 50px 10px;
}

header, footer {
  z-index: 100!important;
}

.reg_popup_header {
  margin: 37px 0 0 48px;
  font-size: 34px;
  font-family: "clear_sans",sans-serif;
  font-weight: lighter;
  text-align: left;
}

.auth_popup_header {
  margin: 37px 0 0 58px;
  font-size: 34px;
  font-family: "clear_sans",sans-serif;
  font-weight: lighter;
  text-align: left!important;
}

.auth_dialog #iframe-register-login {
  height: 300px;
}

.reg_dialog #iframe-register-login {
  height: 413px;
}

.sape_main_reg {
  margin-bottom: 0!important;
  padding-top: 0!important;
}

.reg_popup_header {
  padding: 0 10px 10px;
}

.ui-dialog {
  border-radius: 5px;
}

.ui-dialog-titlebar {
  display: none!important;
}

.b-menu {
  display: block;
  position: relative;
  font-size: 1rem;
  width: 100%;
  height: 100%;
  margin-top: 3.5em;
  padding-left: 3.7em;
}

@media only screen and (min-width:768px) {
  .b-menu {
    padding-left: 5em;
  }
}

@media only screen and (min-width:1024px) {
  .b-menu {
    padding-left: 16em;
  }
}

.b-menu_section {
  display: block;
  vertical-align: top;
  margin: 0 0 2.8em 0;
  font-size: 1.3em;
}

@media only screen and (min-width:768px) {
  .b-menu_section {
    display: inline-block;
    margin: 0 7em 2.8em 0;
  }
}

@media only screen and (min-width:1024px) {
  .b-menu_section {
    font-size: 1em;
  }
}

.b-menu_list {
  list-style: none;
  padding: 0;
}

.b-menu_item {
  line-height: 4.3em;
}

@media only screen and (min-width:768px) {
  .b-menu_item {
    line-height: 4.8em;
  }
}

.b-menu_item-link {
  display: inline-block;
  position: relative;
  font-size: 1.5em;
  line-height: 1.1;
  color: #fff;
  border-bottom: 1px solid #fff;
  opacity: .75;
  cursor: pointer;
}

.b-menu_inner-menu .b-menu_item {
  position: relative;
  padding-left: .5em;
}

.b-menu_inner-menu .b-menu_item:before {
  content: "";
  max-width: 7px;
  width: .7rem;
  max-height: 11px;
  height: 1.1rem;
  background: url(../images/8.png) no-repeat center;
  background-size: contain;
  display: inline-block;
  position: relative;
  top: .2rem;
  left: -.5em;
}

.b-menu_inner-menu-btn {
  width: 0;
  height: 0;
  position: relative;
  display: block;
  cursor: pointer;
}

.b-menu_inner-menu-btn:before {
  content: "";
  position: absolute;
  left: -3.2em;
  top: 1.1em;
  max-width: 29px;
  width: 2.9rem;
  max-height: 29px;
  height: 2.9rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1em;
}

@media only screen and (min-width:1024px) {
  .b-menu_inner-menu-btn:before {
    left: -3.6em;
    top: .9em;
  }
}

.b-menu_inner-menu-btn.b-menu_inner-menu-btn--open-list:before {
  background-image: url(../images/9.png);
}

.b-menu_inner-menu-btn.b-menu_inner-menu-btn--hide-list:before {
  background-image: url(../images/10.png);
}

.b-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
  padding: 4em 0;
}

@media only screen and (min-width:768px) {
  .b-slide {
    height: 100%;
    padding: 0;
  }
}

.b-slide:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-attachment: fixed;
}

@media only screen and (min-width:768px) {
  .b-slide:before {
    background-attachment: scroll;
  }
}

/*  */

@media only screen and (min-width:0) {
  .b-slide#news:before {
    background-image: url(../images/page1-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#news:before {
    background-image: url(../images/page1-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#news:before {
    background-image: url(../images/page1-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#news:before {
    background-image: url(../images/page1-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#news:before {
    background-image: url(../images/page1-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#news:before {
    background-image: url(../images/page1-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#news:before {
    background-image: url(../images/page1-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#news:before {
    background-image: url(../images/page1-1920-969.jpg);
  }
}

/*  */

@media only screen and (min-width:0) {
  .b-slide#home:before {
    background-image: url(../images/page11-320-568.jpg);
  }
/*   .b-header_logo {
  display: block;
  background: url(../images/logo-penetron3.png) no-repeat center;
  max-width: 150px;
  width: 54px;
  max-height: 150px;
  height: 54px;
} */
}

@media only screen and (min-width:360px) {
  .b-slide#home:before {
    background-image: url(../images/page11-375-666.jpg);
  }
/*   .b-header_logo {
  display: block;
  background: url(../images/logo-penetron2.png) no-repeat center;
  max-width: 225px;
  width: 80px;
  max-height: 225px;
  height: 80px;
} */ 
}

@media only screen and (min-width:768px) {
  .b-slide#home:before {
    background-image: url(../images/page11-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#home:before {
    background-image: url(../images/page11-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#home:before {
    background-image: url(../images/page11-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#home:before {
    /* background-image: url(../images/bg-home-desktop-m.jpg); */
    /* background-image: url(../images/bg2.jpg); */
    /* background-image: url(../images/page1-1366-689.jpg); */
    background-image: url(../images/page11-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#home:before {
    background-image: url(../images/page11-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#home:before {
    background-image: url(../images/page11-1920-969.jpg);
  }
}

/* @media only screen and (min-width:0) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-1366-689-2.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/penetron-1920-969.jpg);
  }
} */

@media only screen and (min-width:0) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#catalog-materialov:before {
    background-image: url(../images/material-1920-969.jpg);
  }
} 

@media only screen and (min-width:0) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1920-969.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#gidroizolyaciya:before {
    background-image: url(../images/uzel-1920-969.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#contacts:before {
    background-image: url(../images/page-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1920-969.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#contacts:before {
    background-image: url(../images/page3-1920-969.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-320-568.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-375-666.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-768-1025.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-1024-668.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-1280-924.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-1366-689.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-1600-808.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#uslugi:before {
    background-image: url(../images/uslugi-1920-969.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#pr:before {
    background-image: url(../images/bg-pr-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#seowizard:before {
    background-image: url(../images/bg-seowizard-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#articles:before {
    background-image: url(../images/bg-articles-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#advmagic:before {
    background-image: url(../images/bg-advmagic-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slide#advisor:before {
    background-image: url(../images/bg-advisor-desktop-xl.jpg);
  }
}

.b-slice {
  height: 568px;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 100%;
  float: left;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width:768px) {
  .b-slice {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 50%;
    height: 512px;
  }
}

@media only screen and (min-width:1024px) {
  .b-slice {
    height: 100%;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 25%;
  }
}

.b-slice_inner {
  text-align: center;
  padding: 0 2em;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .b-slice_inner {
    height: 45%;
  }
}

@media only screen and (min-width:1024px) {
  .b-slice_inner {
    height: 30%;
  }
}

.desktop .b-slice:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(108,154,197,0);
  -webkit-transition: background 1.25s ease;
  transition: background 1.25s ease;
}

.desktop .b-slice:hover:before {
  background: rgba(108,154,197,.8);
}

.b-slice .b-title {
  white-space: nowrap;
  margin-bottom: .6em;
}

@media only screen and (min-width:0) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slice--bg-1 {
    background-image: url(../images/bg-sape-slice-1-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slice--bg-2 {
    background-image: url(../images/bg-sape-slice-2-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slice--bg-3 {
    background-image: url(../images/bg-sape-slice-3-desktop-xl.jpg);
  }
}

@media only screen and (min-width:0) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-mobile-s.jpg);
  }
}

@media only screen and (min-width:360px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-mobile-m.jpg);
  }
}

@media only screen and (min-width:768px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-mobile-l.jpg);
  }
}

@media only screen and (min-width:1024px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-desktop-xs.jpg);
  }
}

@media only screen and (min-width:1280px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-desktop-s.jpg);
  }
}

@media only screen and (min-width:1366px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-desktop-m.jpg);
  }
}

@media only screen and (min-width:1600px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-desktop-l.jpg);
  }
}

@media only screen and (min-width:1920px) {
  .b-slice--bg-4 {
    background-image: url(../images/bg-sape-slice-4-desktop-xl.jpg);
  }
}

.b-section-content {
  font-size: 1rem;
  /* text-shadow: 0 0 1px #333; */
}

.b-section-content .b-title {
  font-size: 4.5em;
  margin: 0 0 .75em 0;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .b-section-content .b-title {
    font-size: 5.8em;
    text-align: left;
    margin: 0 0 .6em 0;
  }
}

@media only screen and (min-width:1024px) {
  .b-section-content .b-title {
    font-size: 4.8em;
  }
}

@media only screen and (min-width:1280px) {
  .b-section-content .b-title {
    font-size: 5em;
  }
}

@media only screen and (min-width:1600px) {
  .b-section-content .b-title {
    font-size: 5.6em;
    margin: 0 0 .5em 0;
  }
}

.b-section-content .b-title.b-title--first-slide {
  font-size: 10px;
  margin-top: 15px;
}

@media only screen and (min-width:768px) {
  .b-section-content .b-title.b-title--first-slide {
    font-size: 5.8em;
    margin-top: .7em;
  }
}

@media only screen and (min-width:1024px) {
  .b-section-content .b-title.b-title--first-slide {
    font-size: 4.6em;
    margin-top: 0;
  }
}

@media only screen and (min-width:1280px) {
  .b-section-content .b-title.b-title--first-slide {
    font-size: 5em;
  }
}

@media only screen and (min-width:1600px) {
  .b-section-content .b-title.b-title--first-slide {
    font-size: 5.4em;
  }
}

.b-section-content .b-title.b-title--service-choice {
  font-size: 2.2em;
  margin: 0;
}

@media only screen and (min-width:768px) {
  .b-section-content .b-title.b-title--promotion {
    font-size: 5.6em;
    margin-bottom: .3em;
  }
}

@media only screen and (min-width:1024px) {
  .b-section-content .b-title.b-title--promotion {
    font-size: 5.3em;
  }
}

@media only screen and (min-width:1280px) {
  .b-section-content .b-title.b-title--promotion {
    font-size: 5.5em;
  }
}

@media only screen and (min-width:1600px) {
  .b-section-content .b-title.b-title--promotion {
    font-size: 6em;
    margin-bottom: .65em;
  }
}

.b-section-content .b-text {
  font-size: 1.9em;
  margin: 0 0 10px 0;
}

.b-section-content .b-text:nth-last-of-type(1) {
  margin: 0;
  /* padding:10px 10px 4px 10px; */
}

.b-section-content .b-text.b-text--service-choice {
  font-size: 1.7em;
  margin: .4em 0 0 0;
}

.b-section-content .b-list {
  font-size: 1.9em;
  margin: .9em 0;
}

.b-section-content .b-box {
  margin-bottom: 2.3em;
}

@media only screen and (min-width:768px) {
  .b-section-content .b-box {
    margin-bottom: 1.6em;
  }
}

@media only screen and (min-width:1024px) {
  .b-section-content .b-box {
    margin-bottom: 2.3em;
  }
}

.b-section-content .b-box:nth-last-of-type(1) {
  margin: 0;
}

.b-section-content .b-box.b-box--animate {
  -webkit-animation: b-box--animate .6s 1 ease-in-out;
  animation: b-box--animate .6s 1 ease-in-out;
}

.b-section-content .wrapper--buttons-group {
  margin-top: 3.8em;
}

.b-section-content .b-button {
  font-size: 1.9em;
}

.b-call-to-action {
  background: #fff;
  border-radius: .5rem;
  padding: 3.2em 3.2em;
  color: #333;
  font-size: 1rem;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  margin-top: 6em;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .b-call-to-action {
    text-align: left;
    padding: 3.2em 4.4em;
  }
}

@media only screen and (min-width:1024px) {
  .b-call-to-action {
    margin-top: 5em;
    padding: 4em 4.7em;
  }
}

@media only screen and (min-width:1280px) {
  .b-call-to-action {
    padding: 4.7em 5.7em;
  }
}

.b-call-to-action_title {
  font-size: 2em;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_title {
    font-size: 2.1em;
  }
}

@media only screen and (min-width:1024px) {
  .b-call-to-action_title {
    font-size: 2.2em;
  }
}

.b-call-to-action_input {
  display: block;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(51,51,51,.2);
  height: 2.4em;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  font-size: 1.9em;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_input {
    text-align: left;
  }
}

.b-call-to-action_input:focus {
  border-color: #5a93e0;
}

.b-call-to-action_input-description {
  display: block;
  width: 100%;
  font-size: 1.3em;
  margin-top: .8em;
}

.b-call-to-action_count {
  margin-top: 3.4em;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_count {
    margin-top: 2.4em;
  }
}

@media only screen and (min-width:1024px) {
  .b-call-to-action_count {
    margin-top: 3.4em;
  }
}

.b-call-to-action_count .b-button.b-button--phantom-inverse {
  margin-top: 2.2em;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_count .b-button.b-button--phantom-inverse {
    margin-top: 1.7em;
  }
}

@media only screen and (min-width:1024px) {
  .b-call-to-action_count .b-button.b-button--phantom-inverse {
    margin-top: 2em;
  }
}

.b-call-to-action_range {
  margin-bottom: 1em;
  display: block;
  font-size: 1.8em;
}

.b-call-to-action_range:before, .b-call-to-action_range:after {
  content: " ";
  display: table;
}

.b-call-to-action_range:after {
  clear: both;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_range {
    margin-bottom: .7em;
  }
}

@media only screen and (min-width:1024px) {
  .b-call-to-action_range {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
}

@media only screen and (min-width:1600px) {
  .b-call-to-action_range {
    font-size: 1.7em;
  }
}

.b-call-to-action_range-description {
  display: block;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_range-description {
    float: left;
  }
}

.b-call-to-action_range-value {
  margin: .7em auto 0;
}

@media only screen and (min-width:768px) {
  .b-call-to-action_range-value {
    float: right;
    margin: 0;
  }
}

.b-call-to-action_range-value output {
  font-weight: 700;
}

.b-call-to-action .b-button {
  font-size: 1.9em;
  margin-top: 1.5em;
}

@media only screen and (min-width:768px) {
  .b-call-to-action .b-button {
    margin-top: 2em;
  }
}

.b-carousel {
  padding: 0;
  position: relative;
  font-size: 1rem;
  margin-top: 5em;
  /* text-shadow: 0 0 1px #333; */
}

@media only screen and (min-width:1024px) {
  .b-carousel {
    padding-left: 2em;
    margin-top: 0;
  }
}

@media only screen and (min-width:1280px) {
  .b-carousel {
    padding-right: 7em;
  }
}

.b-carousel_link {
  display: inline-block;
  font-size: 20px;
  font-weight: 100;
  line-height: 1.1;
  white-space: nowrap;
  color: #004179;
  border-bottom: 1px dashed #004179;
  padding-bottom: .15em;
  margin-top: 1.6em;
  margin-bottom: 2.2em;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.b-carousel_link:hover {
  border-color: transparent;
}

@media only screen and (min-width:768px) {
  .b-carousel_link {
    font-size: 3em;
    margin-top: 1em;
    margin-bottom: 1.5em;
  }
}

@media only screen and (min-width:1024px) {
  .b-carousel_link {
    margin-bottom: .65em;
    margin-top: 0;
  }
}

.b-carousel_controls-wrap {
  position: absolute;
  margin-top: .9em;
  right: 2em;
  z-index: 1000;
}

@media only screen and (min-width:1024px) {
  .b-carousel_controls-wrap {
    margin-top: -.4em;
    left: -3em;
    right: auto;
  }
}

.b-carousel_control {
  position: relative;
  max-width: 31px;
  width: 31px;
  max-height: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}

@media only screen and (min-width:1024px) {
  .b-carousel_control {
    width: 3.1em;
    height: 1.6em;
  }
}

.b-carousel_control--prev {
  background-image: url(../images/11.png);
}

.b-carousel_control--next {
  background-image: url(../images/12.png);
  top: 8.3em;
}

@media only screen and (min-width:1024px) {
  .b-carousel_control--next {
    top: 3.6em;
  }
}

.b-carousel_slider {
  overflow: hidden;
  height: 35em;
}

@media only screen and (min-width:768px) {
  .b-carousel_slider {
    height: 35em;
  }
}

.b-carousel_inner {
  position: relative;
}

.b-carousel_item {
  position: relative;
  overflow: hidden;
}

.b-carousel .b-text {
  margin: 0;
  font-size: 1.9em;
  line-height:1.2em;
}

#sape {
  background-color: #63657a;
  font-size: 1rem;
}

#sape .lo-container {
  height: 100%;
  width: 100%;
  background-color: #555;
}

#sape .lo-container--flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}

#sape.b-slide {
  padding: 0;
}

#promotion .b-button.b-button--phantom-inverse {
  border-width: .152em;
}

@media only screen and (min-width:768px) {
  #promotion .b-call-to-action {
    margin-top: 3.5em;
  }
}

@media only screen and (min-width:1024px) {
  #promotion .b-call-to-action {
    margin-top: 5em;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.wrapper {
  dislplay: block;
}

.wrapper--middle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.wrapper--middle {
  display: table-cell;
  vertical-align: middle;
}

.wrapper--border-bottom {
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.wrapper--buttons-group {
  display: block;
  text-align: center;
}

.wrapper--buttons-group:before, .wrapper--buttons-group:after {
  content: " ";
  display: table;
}

.wrapper--buttons-group:after {
  clear: both;
}

@media only screen and (min-width:768px) {
  .wrapper--buttons-group {
    text-align: left;
  }
}

.hide-text, .b-header_logo, .b-footer_mouse-btn, .b-icon {
  color: transparent;
  text-indent: -9999px;
}

.show {
  opacity: 1;
}

.nowrap {
  white-space: nowrap;
}

.js-fade {
  opacity: 0;
}

.rouble_symbol {
  font-family: rouble;
  font-size: 1em;
  margin-left: -.2em;
}F