/* ********************
*	Этот файл создан автоматически из файла style.less
*	Все ваши изменения в нём будут потеряны при следущей компиляции.
*	Если вы хотите внести изменения, подключите отдельный css-файл.
******************** */
/* ! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #f7f6a6;
  color: #000;
  padding: 0.2em;
}
p,
pre {
  margin: 1em 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
.js-send-request{
	margin-top: 1.6em;
	display: none;
}
.error{
	font-size: 12px;
	width: 300px;
	color: red;
	display: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Общее
------------------------------ */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
html {
  font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: normal;
  color: #303030;
  height: 100%;
  background: #fff;
}
body {
  position: relative;
  height: 100%;
}
::-moz-selection {
  color: #fff;
  background: #303030;
}
::selection {
  color: #fff;
  background: #303030;
}
::-moz-selection {
  color: #fff;
  background: #303030;
}
::-webkit-input-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
::-ms-input-placeholder {
  color: #999;
}
::-ms-clear {
  display: none;
}
::-ms-reveal {
  display: none;
}
:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.wrap {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap {
    width: 90%;
    padding: 0 22px;
  }
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -120px;
  position: relative;
}
.page-wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 120px;
}
.page-footer {
  position: relative;
  height: 120px;
}
img {
  margin: 0;
}
a {
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
  color: #01baf0;
}
a:hover {
  -webkit-transition: none;
          transition: none;
  text-decoration: none;
  color: #01baf0;
}
a:focus {
  outline: 1px dotted #303030;
}
p {
  line-height: 1.6em;
  margin: 1.6em 0;
}
.text-grid [class^="col-"] > p:first-child,
.text-grid .col > p:first-child {
  margin-top: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
input,
button,
textarea {
  font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #303030;
}
table {
  margin: 0;
  padding: 0;
  width: 100%;
}
td,
th {
  border: 1px solid #303030;
  text-align: left;
}
[type=checkbox],
[type=radio] {
  cursor: pointer;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
figure,
figcaption {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.5em;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/* OOCSS
------------------------------ */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.unlined {
  text-decoration: none;
}
.unlined a {
  text-decoration: none;
}
.unline {
  font-size: 50%;
  border-bottom: 1px solid rgba(1, 186, 240, 0.6);
}
.unline > span {
  font-size: 200%;
}
.grey-bg {
  background: #e9eef4;
}
.row {
  display: block;
  position: relative;
  font-size: 0;
  margin: 0 -11px;
  text-align: left;
}
.col,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  display: inline-block;
  vertical-align: top;
  width: 81.83333333px;
  box-sizing: border-box;
  font-size: 15px;
  min-height: 1px;
  padding-left: 11px;
  padding-right: 11px;
}
.col-2 {
  width: 163.66666667px;
}
.col-3 {
  width: 245.5px;
}
.col-4 {
  width: 327.33333333px;
}
.col-5 {
  width: 409.16666667px;
}
.col-6 {
  width: 491px;
}
.col-7 {
  width: 572.83333333px;
}
.col-8 {
  width: 654.66666667px;
}
.col-9 {
  width: 736.5px;
}
.col-10 {
  width: 818.33333333px;
}
.col-11 {
  width: 900.16666667px;
}
.col-12 {
  width: 982px;
}
.col-offset-1 {
  margin-left: 81.83333333px;
}
.col-offset-2 {
  margin-left: 163.66666667px;
}
.col-offset-3 {
  margin-left: 245.5px;
}
.col-offset-4 {
  margin-left: 327.33333333px;
}
.col-offset-5 {
  margin-left: 409.16666667px;
}
.col-offset-6 {
  margin-left: 491px;
}
.col-offset-7 {
  margin-left: 572.83333333px;
}
.col-offset-8 {
  margin-left: 654.66666667px;
}
.col-offset-9 {
  margin-left: 736.5px;
}
.col-offset-10 {
  margin-left: 818.33333333px;
}
.col-offset-11 {
  margin-left: 900.16666667px;
}
@media screen and (max-width: 768px) {
  .col,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
    margin-left: 0;
  }
}
/* Элементы UI
------------------------------ */
.local-link {
  text-decoration: none;
  border-bottom: 1px dashed #01baf0;
}
.local-link:hover {
  border-color: transparent;
}
.btn {
  display: inline-block;
  height: 44px;
  padding: 0 22px;
  vertical-align: top;
  line-height: 44px;
  margin: 0;
  border: 0;
  border-bottom: 4px solid #0098c4;
  border-radius: 16px;
  outline: 0;
  background: #01baf0;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out;
}
.btn:hover,
.btn:focus {
  background: #01aee1;
  color: #fff;
  -webkit-transition: none;
          transition: none;
}
.btn:active {
  top: 4px;
  border-bottom: 0;
}
.btn[disabled],
.btn.disabled {
  opacity: 0.5;
}
.input-text,
.textarea {
  display: inline-block;
  height: 44px;
  width: 300px;
  box-sizing: border-box;
  padding: 2px 16px;
  border: 2px solid transparent;
  border-radius: 16px;
  background: #fff;
  font-family: 'PT Sans Caption', Arial, Helvetica, sans-serif;
  font-size: 15px;
  vertical-align: top;
  color: #303030;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.1s ease-in-out;
          transition: border-color 0.1s ease-in-out;
  outline: 0;
}
.input-text:disabled,
.textarea:disabled {
  border-color: #ddd;
  color: #aaa;
  background: #eee;
  pointer-events: none;
  opacity: 1;
}
.input-text.error,
.textarea.error {
  border-color: #e83333;
  background: #fddfdf;
}
.input-text:focus,
.textarea:focus {
  border-color: #01baf0;
  outline: 0;
  -webkit-transition: none;
          transition: none;
}
.input-text[type=password],
.textarea[type=password] {
  font-family: Arial, Helvetica, sans-serif;
}
.textarea {
  display: block;
  height: 6.8em;
  width: 100%;
  padding: 1em;
  line-height: 1.5em;
  resize: vertical;
}
/* Хедер
---------------------------------------- */
.page-header {
  padding: 8px 0 30px 0;
  background: #606368 url('../images/back.jpg') center top no-repeat;
}
@media (min-width: 1921px) {
  .page-header {
    background-size: 100% auto;
    background-position: center 15%;
  }
}
/* Верхнее меню */
.page-header__top-menu {
  padding-top: 10px;
}
.page-header__top-menu ul {
  font-size: 0;
}
.page-header__top-menu li {
  display: inline-block;
  height: 12px;
  line-height: 14px;
  margin-right: 44px;
  font-size: 13px;
  text-transform: uppercase;
}
.page-header__top-menu li:last-child {
  margin-right: 0;
}
.page-header__top-menu a {
  color: #fff;
  text-decoration: none;
}
.page-header__top-menu a:hover {
  color: #01baf0;
}
.page-header__top-menu .active > a {
  color: #01baf0;
}
/* Телефон и поиск */
.page-header__phone-and-search {
  height: 30px;
  text-align: right;
  white-space: nowrap;
}
/* Телефон */
.page-header__phone {
  vertical-align: middle;
  margin-right: 32px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
/* Поиск */
.search-form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 30px;
}
.search-form:hover .search-form__input {
  border-color: #7f8d98;
}
.search-form:hover .search-form__input:invalid + .search-form__submit {
  opacity: 0.5;
}
.search-form__input {
  width: 64px;
  height: 30px;
  border: 1px solid #7f8d98;
  padding: 4px 36px 4px 16px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  background: transparent;
  color: #bcd6ea;
  font-size: 13px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.search-form__input:focus,
.search-form__input.active {
  border-color: #7f8d98;
  width: 224px;
  -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
.search-form__input:focus:invalid,
.search-form__input.active:invalid {
  border-color: #7f8d98;
}
.search-form__input:focus:invalid + .search-form__submit,
.search-form__input.active:invalid + .search-form__submit {
  opacity: 0.5;
}
.search-form__input:invalid {
  border-color: transparent;
}
.search-form__input:invalid + .search-form__submit {
  pointer-events: none;
}
.search-form__submit {
  display: inline-block;
  width: 36px;
  height: 30px;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWJJREFUeNqklD1LA0EQhjcqRIQg2EQru8NKjUHQxsaPv+FnCv0BYqmFlb3/wELERiG2VnY2wSJBRVGxyUWRFMlpcb4L78EwyV7udODJhOzsw1525jJhGJoekQNFMAYCcA/uQOdGK3MwAU5BEHbGK9gFWbnHJdoEbSXwQVP9VgHjcbINUfwCSmBErHvgSJz4CeS7yTxxomswHPM3zIIGay+7yU7EieJEEUviKeblwhBocWErgSiizD3HfeJiC2CQV35ukscZ85yUjTI3wGcK2QNzXsrazFmTLqL6QMqqouO9FLIic03KHjkqNkoJRQNgnd+v9M1s82Z+2Ee9bvKA9R+2lfRiAXyz4AssOyT9YF/02Jpu2mnHUJc5qwuU74GqWD/Us6lFvmhGV9hRWtVvjRklqoNJFkxxqG/AM6iBC7ADcvrx7cebQ5Qa2xp1Xq0PFkHF/DEy9m2JvAJuwbv5R/wKMAAMzR0tJmvFAAAAAABJRU5ErkJggg==) center 6px no-repeat;
  -webkit-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out;
}
.search-form__submit:hover {
  opacity: 0.8;
  -webkit-transition: none;
          transition: none;
}
.search-form__submit:active,
.search-form__submit:focus {
  top: 1px;
}
/* Нижняя навигация */
.page-header__bottom-nav {
  margin-top: 7px;
  padding: 12px 0;
  border-radius: 16px;
  background: #fff;
}
.page-header__bottom-nav .col {
  vertical-align: middle;
}
/* Логотип */
.logo {
  display: block;
  width: 300px;
  height: 87px;
  overflow: hidden;
  margin-left: 22px;
  background: url('../images/logo.png') 0 0 no-repeat;
  text-indent: -1000px;
}
/* Нижнее меню */
.page-header__bottom-menu {
  margin-top: 7px;
}
.page-header__bottom-menu ul {
  margin-left: -22px;
  font-size: 0;
  white-space: nowrap;
}
.page-header__bottom-menu li {
  display: inline-block;
  margin-right: 34px;
  font-size: 18px;
  font-weight: bold;
}
.page-header__bottom-menu li:last-child {
  margin-right: 0;
}
.page-header__bottom-menu a {
  color: #303030;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}
.page-header__bottom-menu a:hover {
  color: #01baf0;
  border-color: #01baf0;
}
.page-header__bottom-menu .active > a {
  color: #01baf0;
  border-color: #01baf0;
}
.page-header__bottom-menu [target="_blank"] {
  padding-left: 27px;
  background: url(data:image/gif;base64,R0lGODlhFAAUALMAAP///yMfIPHx8cjHx0xISVlWV9bV1TAsLT46O2dkZYOBgZ6dnayrqzQxMQAAAAAAACH5BAAAAAAALAAAAAAUABQAAARnEMhJgTkh6wbE+OB0aaSBkNlSdYRWZEVcJEIltK3GrNQdEAISb+IDAoTDYu2oGQIGvyXggAk4PVKLIeN0cru8L7ijYo4licDAfH6txWA3eyzPZJ1yjLHLyKwVKIEoCBMKVYIkBQYSEQA7) 0 center no-repeat;
}
.page-header__bottom-menu [target="_blank"] > span {
  border-bottom: 3px solid transparent;
}
.page-header__bottom-menu [target="_blank"]:hover {
  border-color: transparent;
}
.page-header__bottom-menu [target="_blank"]:hover > span {
  border-color: #01baf0;
  -webkit-transition: none;
          transition: none;
}
/* Заголовки */
.page-title {
  font-size: 36px;
  margin: 71px 0 33px 0;
  color: #fff;
}
/* Футер
---------------------------------------- */
.page-footer {
  background: #606368;
  color: #fff;
}
.footer-menu {
  padding-top: 31px;
  height: 80px;
  box-sizing: border-box;
}
.footer-menu ul {
  font-size: 0;
  margin-left: -18px;
}
.footer-menu li {
  display: inline-block;
  height: 12px;
  line-height: 14px;
  border-right: 1px solid #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0 19px;
}
.footer-menu li:last-child {
  padding-right: 0;
  border: 0;
}
.footer-menu a {
  color: #fff;
  text-decoration: none;
}
.footer-menu a:hover {
  color: #01baf0;
}
.page-footer__bottom {
  font-size: 13px;
}
.page-footer__voxweb {
  float: right;
  color: #fff;
  text-decoration: none;
}
.page-footer__voxweb > span {
  text-decoration: underline;
}
.page-footer__voxweb:hover {
  color: #fff;
}
.page-footer__voxweb:hover > span {
  text-decoration: none;
  color: #01baf0;
}
/* Контент
---------------------------------------- */
.content {
  padding: 32px 0 56px 0;
}
.content ul {
  list-style: none;
  padding: 0;
  line-height: 1.6em;
}
.content ul li:before {
  content: '— ';
}
.content--big-text {
  padding: 40px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.content--big-text p {
  line-height: 1.5em;
}
/* Контакты
---------------------------------------- */
.contacts-content {
  padding-bottom: 10px;
}
.ya-map {
  height: 580px;
  position: relative;
}
.ya-map:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}
.ya-map__inner {
  position: relative;
  z-index: 1;
}
/* Новости
---------------------------------------- */
.news-item {
  padding-left: 163px;
  margin-bottom: 27px;
  position: relative;
}
.news-item:last-child {
  margin-bottom: 60px;
}
.news-item__title {
  margin-bottom: 24px;
  font-size: 18px;
  color: #000;
}
.news-item__title > span {
  border-bottom: 1px dotted #000;
  -webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
          transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
.news-item__title > span:hover,
.news-item__title > span:focus,
.news-item__title > span.active {
  color: #01baf0;
  border-color: #01baf0;
  cursor: pointer;
  outline: 0;
  -webkit-transition: none;
          transition: none;
}
.news-item__time {
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: bold;
  color: #606368;
}
.news-item__content {
  padding: 1.6em 60px;
  background: #e9eef4;
  position: relative;
  display: none;
}
.news-item__content p:first-child {
  margin-top: 0;
}
.news-item__content p:last-child {
  margin-bottom: 0;
}
.news-item__content:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -7px;
  background: #e9eef4;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/* Заказ поставки
---------------------------------------- */
.order-page .page-wrap:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  background: #e9eef4;
}
.page-wrap > * {
  position: relative;
  z-index: 1;
}
.order-form {
  margin-top: 1.6em;
}
.order-form .input-text {
  margin: 2px 0 16px 0;
}
.order-form__submit {
  margin-top: 14px;
}
/* Устройство
---------------------------------------- */
/* Табы */
.tabs {
  display: table;
  width: 100%;
  height: 120px;
  background: #606368;
}
.tabs__link {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.tabs__link:hover,
.tabs__link.active {
  background: #01baf0;
  color: #fff;
}
/* Контент */
.device-content {
  margin-top: 8px;
}
.device-content h3 {
  font-size: 18px;
  margin: 1.2em 0;
  text-transform: uppercase;
  color: #000;
}
.device-title {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin-bottom: 32px;
}
.device-desc p:first-child {
  margin-top: 0;
}
/* Документы для скачивания */
.device-docs {
  margin-top: 60px;
}
.device-docs li {
  min-height: 54px;
  margin-bottom: 54px;
}
.device-docs li:before {
  display: none;
}
.device-docs__link {
  display: inline-block;
  padding: 6px 0 0 60px;
  position: relative;
  line-height: 18px;
  color: #000;
  text-decoration: none;
}
.device-docs__link:before {
  content: '';
  display: block;
  width: 44px;
  height: 54px;
  position: absolute;
  top: 0;
  left: 0;
  background: #e2574c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFgAAAA2CAMAAAB0ta4sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBQTFRFPMr0tTYp53Vs6X51AGqJ4ldMAbrw////AFlzVtH1iN/4/fTz5GJY7I+I8bGr03JpQZy2Er/xNMjz7vr+quj699LP9cfD6Hlw/vv7+f3/8KWgeNr33fb9LsbzzPH8Z9b28raxkOH4u+37++nnRcz087y341tQ/O3sB7zw5Pj9meP5QMv0+d3bzkk95m1k7pqU6YF44VZLI8PyvTwv87izAbjtk+L5AZC63VRIwD4yvz0xAFt2McfzAHCRDb3xAbDjWj9NRgAAAdlJREFUeNrs2GtP4kAUBuBBd85LacWtWClXQRABr+x6Wd2L//9feRhgygfKOYT1i+mbtLRJ82TyzlDCGCB9fBjZ/BxjLY3n6zHl53v2pMHVgd2a0po8+UNbU85kkwquLWVyo0MCnMnm0Yqwl59JhL1sDhXwSjYKeCWbkQZeymMJ/p3JRnLtWyZLLv0te1mGb0teFuGXspdlePbTyyL89M3LMmx/eVmE6d3LCtjObl8XsgzT08uyZw3sQzukgAv4S8NnqFpbvwHCzXAXlT3ghF9TyWfAIZr7VxEhuQ/hpCZ/hqhG7qfgaDN8yiMO0KoA7YBvK/NHL+LNMJZQc3GhgV1qMV0srk5y4EsbDfgU4mxer6viKK+KJXxOQz7x0SKq5cKsVHFTB+q+YwmO3TS20CYBvkSyK9xGS4LvbX3As8fzZu8GOvgHnQNDPgIK8uF5BhEPdjF5GtgtBopr2yePV1ly59YwFxImGpjFKd8FXfa3dqx+V7R9x6u4YvaFTzBfaRk8dE106X/AU1qD3RdvGhcv+gIu4AL++vBIzc6isd79J/9Jz3Jodhiw6enhXl8P9+WNEJ+DVNwI8ek05K0b714BE6XcmcAAae9B0W8vdZs3/WtFv/0G8CHAAF9bfCHQUHRyAAAAAElFTkSuQmCC) 0 0 no-repeat;
}
.device-docs__link.device-docs__link--jpg:before {
  background-color: #01baf0;
  background-position: -44px 0;
}
.device-docs__link:hover:before {
  opacity: 0.9;
}
/* Продукция
---------------------------------------- */
.production {
  margin-top: 26px;
}
.production-item {
  margin-bottom: 36px;
  white-space: nowrap;
}
.production-item a {
  font-size: 0;
  text-decoration: none;
  color: #000;
}
.production-item a:hover {
  color: #01baf0;
}
.production-item a:hover > img {
  opacity: 0.9;
}
.production-item__image {
  margin-right: 22px;
  vertical-align: top;
}
.production-item__title {
  display: inline-block;
  margin-top: 36px;
  font-size: 18px;
  white-space: normal;
}
/* Главная страница
---------------------------------------- */
.mainpage-title {
  font-size: 24px;
  line-height: 50px;
  margin: 96px 0 38px 0;
}
.mainpage-title > span {
  display: block;
  font-size: 60px;
  margin-left: -32px;
}
.page-header__text {
  margin-bottom: 110px;
  width: 800px;
  color: #fff;
  font-size: 14px;
}
.page-header__text p {
  line-height: 18px;
  margin: 1.2em 0;
}
.mainpage-news__title {
  margin: 22px 0 56px 0;
  font-size: 48px;
  text-align: center;
}
.mainpage-news__title > a {
  color: #000;
}
.mainpage-news__title > a:hover {
  color: #01baf0;
  text-decoration: underline;
}
/* Новости */
.mainpage-news {
  padding-bottom: 80px;
}
.mainpage-news > .wrap {
  font-size: 0;
}
.mainpage-news__items {
  display: inline-block;
  width: 480px;
  vertical-align: top;
}
.mainpage-news-item {
  display: inline-block;
  width: 480px;
  height: 192px;
  padding: 48px 70px 50px 80px;
  box-sizing: border-box;
  border-right: 2px solid #e9eef4;
  border-bottom: 2px solid #e9eef4;
  font-size: 15px;
  background: #fff;
  float: left;
}
.mainpage-news-item:nth-child(3),
.mainpage-news-item:nth-child(4) {
  display: none;
}
.mainpage-news-item h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 30px 0;
}
.mainpage-news-item h3 > a {
  text-decoration: none;
  border-bottom: 1px solid #b2b2b2;
  color: #000;
}
.mainpage-news-item h3 > a:hover {
  color: #01baf0;
  border-color: #b2eafa;
}
.mainpage-news-item__time {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
/* Баннер */
.mainpage-news-action {
  display: inline-block;
  width: 480px;
  height: 382px;
  font-size: 15px;
  overflow: hidden;
}
/* Карусель */
.carousel-wrap {
  position: relative;
}
.carousel {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 70px 0 35px 0;
  font-size: 0;
  white-space: nowrap;
}
.carousel ul {
  padding: 0;
}
.carousel li {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  min-height: 240px;
  text-align: center;
}
.carousel li a {
  text-decoration: none;
  color: #000;
  font-size: 0;
}
.carousel li a:hover {
  color: #01baf0;
}
@media (min-width: 1250px) {
  .carousel {
    width: 1240px;
  }
}
@media (min-width: 1580px) {
  .carousel {
    width: 1550px;
  }
}
.carousel-arrow {
  display: inline-block;
  width: 22px;
  height: 38px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 120px;
  z-index: 9;
  border: 0;
  outline: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAABMCAMAAAAhrqVpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJ9QTFRFjY+TSc30+f3/+/v7T8/1kZOWiYuPQ8z0h4qNQMv0it/4ZGdsxvD8jeD4tre6/f39mpyfVdH1i42R/P7/YdT2nJ6huLm7tLa4uru9TM70B7zwk5WYkOH44eLjXtP1UtD129zdBLvw3d7fRs30yfD8wO77k+L54+Pkj5GUh9/4vL2/nqCjW9L13+Dh0vP8lJaa9v3++fn6AbrwYGNo/////PrFawAAAYZJREFUeNqU1VlzgjAUBeADtNCiuIu1i7Zq902T/P/fVoaZDjHeJB5eMgzfQ7i5ORfGeYYfmL8a8/2Jeuh+g/N+gNa69/jQa5b8EMat1Xo+ahdXQ7I6f9OShmT14EZLGpJFNryTNCTbgOxS0JCtrOGxoobPShpeK2j4raWvDh322BONkHU1gtbRCNtjjSxs7ZpkqCPW0gMgZjs9QX4+zjFgtkH9IFU67lC44+YaiWtRrvm5a8VdWC4KuJDh4svSdTwYO43feORyYc6NiaYMi8loY8xmNFlksQFkzMty1TfmZ5ZUaQynF0qpp13/tlmSfRi3VqnxrF1cDcmqolCShmRVWSpJQ7JFmiaShmCvG7CXNGQra3isqOGzkobXChpOHY5K5WoE7IlGyLoaQetohO2xxnQdtLZOcR+xlq4wjtlOJ1iejwtmGyX3g1TpuEPhjptrJK5FuebnrhV3Ybko4EKGiy87GKtoMHZ6m8Qjlwvz/zHRP2tMGDOtkq9nY3ar7fvJAPoTYADiZFhzC2pJ/AAAAABJRU5ErkJggg==) 0 0 no-repeat;
  -webkit-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out;
}
.carousel-arrow:active {
  margin-top: 1px;
}
.carousel-arrow.prev {
  left: 36px;
}
.carousel-arrow.prev:hover {
  background-position: left bottom;
}
.carousel-arrow.next {
  right: 36px;
  background-position: top right;
}
.carousel-arrow.next:hover {
  background-position: right bottom;
}
.carousel-arrow.disabled {
  opacity: 0.3;
  cursor: default;
}
@media (min-width: 1580px) {
  .carousel-arrow {
    display: none;
  }
}
.carousel__image {
  display: block;
  width: 100%;
  height: 144px;
  margin-bottom: 28px;
  line-height: 144px;
}
.carousel__image img {
  vertical-align: middle;
}
.carousel__title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  max-width: 200px;
  line-height: 20px;
  white-space: normal;
}
@media (min-width: 1500px) {
  /* Баннер */
  .mainpage-news > .wrap {
    width: 1450px;
  }
  .mainpage-news__items {
    width: 960px;
  }
  .mainpage-news-item:nth-child(3),
  .mainpage-news-item:nth-child(4) {
    display: inline-block;
  }
}


/*Политика конфидециальности - ПД*/
.inputfield_policy {
  width: 300px;
  position: relative;
  margin-top: 3px;
}

.inputfield_policy>input {
  display: none;
}

.inputfield_policy>label {
  display: block;
  padding-left: 35px;
  font-size: 12px;
}

.inputfield_policy>label:before {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.inputfield_policy>label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #01baf0;
  border-left: 2px solid #01baf0;
  transform: rotate(-45deg);
  opacity: 0;
  cursor: pointer;
}

.inputfield_policy>input[type="checkbox"]:checked~.inputfield-label_policy:after {
  opacity: 1;
}
