<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  text-align: center;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}
/*===========================
  Global
============================*/
a {
  color: #323694;
}
a:hover {
  text-decoration: none;
}
body {
  line-height: 1.2;
  max-width: 1920px;
  margin: 0 auto;
  color: #2e373e;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
}
.mb40 {
  margin-bottom: 40px;
}
.pt40 {
    padding-top: 40px;
}
.mb80 {
    margin-bottom: 80px;
}
.pt90 {
  padding-top: 90px;
}
.v-top {
    vertical-align: top !important;
}
.rf-container {
  width: 1000px;
  margin: 0 auto;
}
.rf-section-title {
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  color: #2e373e;
}

/*===========================
  Buttons
============================*/
.general2page .form-button input[type="submit"] {
    width: 100%;
}
.rf-btn,
.general2page .form-button input[type="submit"] {
  display: inline-block;
  padding: 12px 63px;
  background: #ffd000;
  color: #2e373e;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #2e373e;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: all .2s ease;
}
.rf-btn:hover,
.general2page .form-button input[type="submit"]:hover,
.rf-btn:focus,
.general2page .form-button input[type="submit"]:focus  {
  background: #2e373e;
  color: #ffd000;
  border-color: #ffd000;text-decoration: none;
}
.rf-btn_primary {
  background: #2e373e;
  color: #ffffff;
  border-color: #ffffff;
}
.rf-btn_primary:hover {
  background: #ffffff;
  color: #2e373e;
  border-color: #2e373e;
}
.rf-btn_info {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.rf-btn_info:hover {
  background: #ffffff;
  color: #2e373e;
  border-color: #ffffff;
}
.rf-btn_triangle span {
  position: relative;
}
.rf-btn_triangle span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #2e373e;
  position: absolute;
  top: 7px;
  right: -20px;
}
.rf-btn_triangle:hover span:after {
  border-color: transparent transparent transparent #ffd000;
}
/*===========================
  Intro
============================*/
.rf-intro {
  padding: 115px 0 35px 0;
  background: url(../img/bg_intro.jpg) top center no-repeat;
  background-size: cover;
  color: #ffffff;
  line-height: 1;
}
.rf-intro__title {
  font-size: 100px;
  font-weight: bold;
  margin-bottom: 25px;
}
.rf-intro__title_small {
  font-size: 60px;
  text-transform: uppercase;
}
.rf-intro__innerwrap .rf-intro__subtitle_small {
  font-size: 40px;
}
.rf-intro__subtitle {
  font-size: 60px;
  font-weight: bold;
  float: left;
}
.rf-intro__btn {
  float: right;
  margin-top: 20px;
}
.rf-intro__innerwrap:after {
  content: "";
  display: table;
  clear: both;
}
/*===========================
  Definition
============================*/
.rf-definition {
  padding-bottom: 55px;
  background: url(../img/hand.png) 0% 40% no-repeat, url(../img/tablet.png) 100% 90% no-repeat;
}
.rf-definition .rf-info {
  margin-bottom: 130px;
}
.rf-definition__item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  padding-top: 150px;
  margin-right: 45px;
  padding-left: 5px;
  position: relative;
}
.rf-definition__item-number {
  font-size: 300px;
  font-weight: bold;
  color: #cccccc;
  position: absolute;
  z-index: -1;
  top: -70px;
  right: -10px;
  opacity: .7;
}
.rf-definition__item-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.rf-definition__item:nth-child(1) {
  padding-bottom: 190px;
}
.rf-definition__item:nth-child(1):before {
  content: "";
  display: block;
  width: 344px;
  height: 344px;
  background: url(../img/definition_1.png) no-repeat;
  position: absolute;
  bottom: 5px;
  left: -110px;
  z-index: -1;
}
.rf-definition__item:nth-child(2) {
  padding-bottom: 310px;
  margin-top: 40px;
}
.rf-definition__item:nth-child(2):before {
  content: "";
  display: block;
  width: 670px;
  height: 561px;
  background: url(../img/definition_2.png) no-repeat;
  position: absolute;
  bottom: -35px;
  left: -180px;
  z-index: -1;
}
.rf-definition__item:nth-child(3):before {
  content: "";
  display: block;
  width: 541px;
  height: 430px;
  background: url(../img/definition_3.png) no-repeat;
  position: absolute;
  top: -110px;
  left: 50px;
  z-index: -1;
}
/*===========================
  Info
============================*/
.rf-info {
  padding: 35px 0;
}
.rf-info.rf-info-bg-white {
    background-color: #fff;
}
.rf-info__text {
  font-size: 22px;
  line-height: 1.4;
}
/*===========================
  Announcement
============================*/
.rf-announcement {
  padding: 40px 0 30px 0;
  background: #ffd000;
}
.rf-announcement__container:after {
  content: "";
  display: table;
  clear: both;
}
.rf-announcement__text {
  float: left;
  width: 650px;
  font-size: 22px;
  line-height: 1.4;
}
.rf-announcement__btn {
  float: right;
  font-size: 25px;
}
/*===========================
  Tasks
============================*/
.rf-tasks {
  color: #ffffff;
}
.rf-tasks__items:after {
  content: "";
  display: table;
  clear: both;
}
.rf-tasks__item {
  width: 33.33333333%;
  height: 700px;
  padding: 35px;
  float: left;
  position: relative;
}
.rf-tasks__item:nth-child(1) {
  background: url(../img/task_1.jpg) center no-repeat;
}
.rf-tasks__item:nth-child(2) {
  background: url(../img/task_2.jpg) no-repeat;
}
.rf-tasks__item:nth-child(3) {
  background: url(../img/task_3.jpg) center no-repeat;
}
.rf-tasks__item-title {
  font-size: 34px;
  margin-bottom: 25px;
  font-weight: 600;
}
.rf-tasks__item-text {
  font-size: 22px;
  line-height:1.2;
}
.rf-tasks_btn {
  padding: 16px 55px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
/*===========================
  Steps
============================*/
.rf-steps {
  padding: 30px 0 120px 0;
  background-color: #fff;
}
.rf-steps__items {
  margin-bottom: 40px;
}
.rf-steps__items:after {
  content: "";
  display: table;
  clear: both;
}
.rf-steps__item {
  width: 194px;
  float: left;
}
.rf-steps__item-number {
  font-size: 145px;
  font-weight: bold;
  text-align: center;
  color: #cccccc;
}
.rf-steps__item-number img {
  position: relative;
  top: -12px;
}
.rf-steps__item-scale {
  height: 6px;
  margin-bottom: 30px;
  background: #d1d2d3;
  position: relative;
}
.rf-steps__item-scale:before {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #2e373e;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.rf-steps__item-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}
.rf-steps__item-text {
  padding-right: 15px;
  line-height: 1.5;
  font-size: 16px;
}
.rf-steps__note {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.rf-steps__item:first-child .rf-steps__item-scale {
  background: #2e373e;
}
.rf-steps__item:last-child .rf-steps__item-scale:after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background: #2e373e;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 1050px) {
  .rf-steps__item-text {
    padding-right: 0;
  }
}
/*===========================
  Using
============================*/
.rf-using {
  background: #f7f7f7;
  position: relative;
}
.rf-using__section-title {
  position: absolute;
  padding-top: 25px;
  background: #f7f7f7;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 15px 20px 6px #f7f7f7;
}
.rf-using__row {
  display: table;
  width: 100%;
}
.rf-using__row_shop {
  height: 770px;
}
.rf-using__row_office {
  height: 740px;
  background: url(../img/office.png) 50% 40% no-repeat;
  background-size: cover;
}
.rf-using__row_office .rf-using__cell-inner {
    position: relative;
    top: 50px;
    left: 70px;
}
.rf-using__row_warehouse {
  height: 750px;
}
.rf-using__row_production {
  height: 690px;
}
.rf-using__cell {
  display: table-cell;
  width: 50%;
}
.rf-using__cell_shop {
  background: url(../img/shop1.png) right top no-repeat;
  background-size: contain;
}
.rf-using__cell_shop-content {
  vertical-align: middle;
}
.rf-using__cell_office-content {
  vertical-align: middle;
}
.rf-using__cell_warehouse {
  background: url(../img/warehouse.png) right top no-repeat;
}
.rf-using__cell_warehouse-content {
  vertical-align: middle;
}
.rf-using__cell_production {
  background: url(../img/production.png) left top no-repeat;
}
.rf-using__cell_production-content {
  vertical-align: middle;
}
.rf-using__cell-title {
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.rf-using__cell-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 35px;
}
.rf-using__cell-list-item {
  margin-bottom: 10px;
  font-size: 20px;
}
.rf-using__btn {
  padding: 11px 85px;
}
.rf-using__cell-inner {
  width: 500px;
  float: right;
}
/*===========================
  Feedback
============================*/
.rf-feedback {
  display: table;
  width: 100%;
}
.rf-feedback__cell,
.general2page {
  display: table-cell;
  width: 50%;
  background: #ffd000;
  padding: 30px 0 20px 0;
}

.a-feedback .general2page {
  display: block;
  width: 100%;
}

.rf-feedback__cell_calculation {
  background: url(../img/bg_form_1.jpg);
  background-size: cover;
}
.rf-feedback__cell_demonstration {
  background: url(../img/bg_form_2.jpg);
  background-size: cover;
}
.rf-form,
.general2page .j-form,
.general2page .title-text {
  width: 480px;
  margin: 0 auto;
}
.rf-form__title,
.general2page .title-text {
  font-size: 39px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.general2page .form-subtitle .title-text {margin-bottom: 30px;font-size: 30px;font-weight:100;text-transform:none;}
.general2page .form-subtitle .title-text span {text-transform: uppercase;font-weight: 600;}
.rf-form__input,
.general2page input.form-control {
  display: block;
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #d1d2d3;
  box-shadow: inset 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
  height: auto;
}
.rf-form__input:focus {
  box-shadow: inset 0px 1px 4px 1px rgba(0, 0, 0, 0.2), 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.rf-form__choose {
  margin-bottom: 25px;
}
.rf-form__btn {
  width: 100%;
}
.rf-form__note {
  font-size: 14px;
}

.rf-feedback .text {
  margin-bottom: 15px;
}

@media all and (max-width: 600px) {
  .rf-form__title,
  .general2page .title-text {
    font-size: 32px;
  }
}

@media all and (max-width: 450px) {
  .rf-form__title,
  .general2page .title-text {
    font-size: 29px;
  }
}

/*===========================
  Video
============================*/
.rf-video {
  padding: 35px 0 20px 0;
  font-size: 0;
  background-color: #fff;
}
.rf-video__items {
  text-align: center;
}
.rf-video__item {
  display: inline-block;
  width: 480px;
  margin-bottom: 30px;
  margin-right: 40px;
  vertical-align: top;
}
.rf-video__item:nth-child(even) {
  margin-right: 0;
}
.rf-video__item-frame {
  margin-bottom: 15px;
}
.rf-video__item-frame img {
  max-width: 100%;
}
.rf-video__item-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align:left;
}
.rf-video__item-desc {
  font-size: 22px;
  text-align:left;
}
/*===========================
  Labels
============================*/
.rf-labels-outer {
  background: #f7f7f7;
}
.rf-labels {
  margin-top: 60px;
}
.rf-labels__container:after {
  content: "";
  display: table;
  clear: both;
}
.rf-labels__item {
  float: left;
  width: 300px;
  height: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.rf-labels__item_tall {
  height: 530px;
}
.rf-labels__item-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
footer .navbar {
	width: 1024px;
	margin: 0 auto;
}
.rf-labels__container .rf-labels__item-text,
.rf-definition__item-text {
    line-height: 1.5;
    font-size: 16px;
}

@media screen and (max-width: 1919px) {
  .rf-definition {
    background-size: 25%;
  }
  .rf-definition__items .rf-definition__item:first-child {
      top: 240px;
  }
}
@media screen and (max-width: 1550px) {
  .rf-definition__item:nth-child(n) {
    /*padding-bottom: 0;*/
  }
  .rf-definition__item:nth-child(n):before {
    background-size: 70%;
  }
  .rf-definition__item:nth-child(2):before {
      left: -225px;
      bottom: -150px;
  }
}
@media screen and (max-width: 1050px) {
  .rf-definition__items {
    text-align: center;
  }
  .rf-definition .rf-info {
    margin-bottom: 0;
  }
  .rf-intro {
    text-align: center;
    padding: 75px 0 75px 0;
  }
  .rf-intro__title {
    font-size: 50px;
  }
  .rf-intro__subtitle {
    font-size: 30px;
    float: none;
  }
  .rf-intro__btn {
    float: none;
  }
  .rf-announcement {
    text-align: center;
  }
  .rf-announcement__text {
    width: 100%;
    margin-bottom: 15px;
  }
  .rf-announcement__text,
  .rf-announcement__btn {
    float: none;
  }
  .rf-steps {
    text-align: center;
    padding-bottom: 50px;
  }
  .rf-steps__item {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .rf-steps__item .rf-steps__item-scale:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #2e373e;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
  }
  .rf-form {
    width: 90%;
  }
  .rf-labels__container {
    text-align: center;
  }
  .rf-labels__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
  .rf-labels__item_image {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .rf-container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rf-definition__item {
    padding-top: 0;
  }
  .rf-definition__item:nth-child(2) {
    margin-top: 0;
  }
  .rf-definition__item-number {
    position: static;
    font-size: 100px;
  }
  .rf-tasks__item {
    height: auto;
    width: 100%;
    background-size: cover !important;
    text-align: center;
  }
  .rf-tasks_btn {
    position: static;
    transform: translateX(0%);
    margin-top: 20px;
  }
  footer .navbar {
      width: auto;
  }
}
@media screen and (max-width: 767px) {
    .rf-definition,
    .rf-definition__item:nth-child(n):before {
        display: none;
    }
  .rf-section-title {
    font-size: 30px;
  }
  .rf-feedback__cell:first-child {
    display: none;
  }
  .rf-using__section-title {
    position: static;
    padding-top: 25px;
    transform: translateX(0%);
    box-shadow: none;
  }
  .rf-using__cell {
    padding: 20px;
  }
  .rf-using__cell_shop,
  .rf-using__cell_office-content + .rf-using__cell,
  .rf-using__cell_warehouse,
  .rf-using__cell_production {
    display: none;
  }
  .rf-using__row_shop,
  .rf-using__row_office,
  .rf-using__row_warehouse,
  .rf-using__row_production {
    height: auto;
  }
  .rf-using__row_office {
    background: none;
  }
  .rf-using__row {
    padding-bottom: 30px;
  }
  .rf-using__cell-inner {
    width: 100%;
    float: none;
  }
  .rf-using__cell {
    text-align: center;
  }
  .rf-btn,
  .general2page .form-button input[type="submit"] {
    padding: 12px 45px;
  }
  .rf-using__btn {
    padding: 11px 65px;
  }
  .rf-intro {
    padding: 35px 0 35px 0;
  }
  .rf-tasks__item-title {
    font-size: 30px;
  }
  .rf-form__title,
  .rf-using__cell-title {
    font-size: 30px;
  }
  .rf-labels {
    margin-top: 20px;
  }
  .rf-labels__item-title {
    margin-bottom: 20px;
  }
  .rf-info__text,
  .rf-announcement__text,
  .rf-tasks__item-text {
    font-size: 16px;
  }
  .rf-video__item-desc {
    font-size: 20px;
  }
  .rf-definition__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .rf-definition__item-title {
    margin-bottom: 20px;
  }
  .rf-using__row_office .rf-using__cell-inner {
      position: static;
      top: 0;
      left: 0;
  }
  footer .navbar {
      width: auto;
  }
}
@media screen and (max-width: 700px) {
  .rf-labels__item {
    margin: 0 10px 40px 10px;
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .rf-video__item {
    width: 290px;
  }
  .rf-video__item:nth-child(n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 440px) {
  .rf-intro__title {
    font-size: 30px;
  }
  .rf-intro__innerwrap .rf-intro__subtitle_small {
    font-size: 26px;
  }
  .rf-feedback__cell, .general2page {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rf-btn, .general2page .form-button input[type="submit"] {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 18px;
  }
}
@media screen and (max-width: 510px) {
  .rf-form, .general2page .j-form, .general2page .title-text {
    width: 100%;
  }
}

@media screen and (max-width: 400px) {
  div.rf-feedback,
  div.rf-feedback__cell,
  div.general2page {
    display: block;
    width: 100% ;
  }

  .rf-btn, .general2page .form-button input[type="submit"] {
    font-size: 15px;
  }
}

@media screen and (max-width: 350px) {
  .rf-form__title, .general2page .title-text {
    font-size: 23px;
  }

  div.rf-btn, div.general2page .form-button input[type="submit"] {
    margin-top: 17px;
  }
}

/*# sourceMappingURL=main.css.map */

.container-thin.container.work-area  {
	width: auto;
}
@media (min-width: 768px) {
	#hypercomments_widget.container {
	    width: 768px !important;
	}
}
@media (min-width: 1240px) {
	#hypercomments_widget.container-thin {
    	width: 960px !important;
	}
}



.rf-btn,
.general2page .form-button input[type="submit"] {
    margin-top: 30px;
}

.rf-btn.rf-announcement__btn {
    margin-top: 0px;
}

.rf-feedback .cusel{
  margin-top: 15px;width:480px !important;
}


/*===========================
  Labels
============================*/
.rf-labels-outer {
  background: #f7f7f7;
}
.rf-labels {
  margin-top: 60px;
}
.rf-labels__container:after {
  content: "";
  display: table;
  clear: both;
}
.rf-labels__item {
  float: left;
  width: 300px;
  height: 250px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.rf-labels__item_tall {
  height: 530px;
}
.rf-labels__item-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 1050px) {
  .rf-labels__container {
    text-align: center;
  }
  .rf-labels__item {
    float: none;
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
  .rf-labels__item_image {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .rf-labels {
    margin-top: 20px;
  }
  .rf-labels__item-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .rf-labels__item {
    margin: 0 10px 40px 10px;
    width: auto;
  }
}

/*===========================
  Feedback
============================*/
.rf-feedback {
  display: table;
  width: 100%;
}
.rf-feedback__cell {
  display: table-cell;
  width: 50%;
  background: #ffd000;
  padding: 30px 0 20px 0;
}
.rf-feedback__cell_calculation {
  background: url(../img/bg_form_1.jpg);
  background-size: cover;
}
.rf-feedback__cell_demonstration {
  background: url(../img/bg_form_2.jpg);
  background-size: cover;
}
.rf-feedback__cell_integration {
  background: url(../img/bg_form_3.jpg);
  background-size: cover;
}
.rf-feedback__cell_access {
  background: url(../img/ban_access.jpg);
  background-size: cover;
}
.rf-feedback__cell_inventory {
  background: url(../img/ban_inventar.jpg);
  background-size: cover;
}
.rf-feedback__cell_moving {
  background: url(../img/ban_moving.jpg);
  background-size: cover;
}
.rf-feedback__cell_enroll {
  background: url(../img/bg_form_4.jpg);
  background-size: cover;
  background-position: right top;
}
.rf-feedback__cell_injection {
  background: url(../img/bg_form_5.jpg);
  background-size: cover;
}
.rf-feedback__cell_introduce {
  background: url(../img/bg_form_6.jpg);
  background-size: cover;
}
.rf-feedback__cell_implantation {
  background: url(../img/bg_form_7.jpg);
  background-size: cover;
}
@media screen and (min-width: 440px) and (max-width: 1050px) {
  .rf-feedback__cell {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .rf-feedback__cell:first-child {
    display: none;
  }
}
.bg-primary {
    background-color: #f7f7f7;
}

.a-feedback {
  text-align: center;
  color: #fff;
  background-color: #000;
  background-image: url('../img/bg_form_tech.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-feedback_whide .general2page,
.a-feedback_whide .j-form {
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 0);
}

.a-feedback_whide .general2page input[type="submit"] {
  margin-top: 0;
  font-size: 15px;
  padding: 16px 68px;
  border: none;
  border-radius: 0;
  background-color: #E50071;
  color: #fff;
}

.fz-54 div.top-row-bg{
  background-image: url(../img/header-bg.png);
}

.top-row__content-list li:before {
   background: url(../img/check_pink.svg) center center no-repeat;
}
</pre></body></html>